.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fdd156;
  font-family: "PingFangSC-Semibold";
  width: 7.5rem;
  min-height: 100%;
}

.wrapper-header {
  width: 7.5rem;
  height: 9.11rem;
}

.wrapper .content {
  width: 7.5rem;
  min-height: 100%;
  padding-top: 0.38rem;
  padding-bottom: 0.4rem;
  background: url("../img/img2/bg1.png") no-repeat top, #fdd156;
  background-size: 7.5rem 13.74rem, 7.5rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .content .title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -0.17rem;
}

.wrapper .content .title-text p {
  padding: 0 0.43rem;
  background-color: #ffec49;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.34rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.72rem;
  letter-spacing: 0.014rem;
  color: #ff7333;
  position: relative;
}

.wrapper .content .title-text p::after,
.wrapper .content .title-text p::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0.08rem;
  height: 0.16rem;
  background: url("../img/img2/right1.png") no-repeat;
}

.wrapper .content .title-text p::after {
  right: -0.08rem;
}

.wrapper .content .title-text p::before {
  left: -0.08rem;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.wrapper .content-login {
  width: 6.74rem;
}

.wrapper .content-login-title {
  width: 5.73rem;
  background-color: #fe7f0a;
  border-radius: 0.1rem 0.3rem 0 0;
  height: 0.61rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .content-login-title .horn {
  width: 0.47rem;
  height: 0.41rem;
  margin: 0 0.17rem;
}

.wrapper .content-login-title .text {
  font-size: 0.36rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.61rem;
  letter-spacing: 0;
  color: #ffffff;
}

.wrapper .content-login-container {
  padding: 0.33rem 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.02rem 0.1rem 0 rgba(210, 210, 210, .1);
  box-shadow: 0 0.02rem 0.1rem 0 rgba(210, 210, 210, .1);
  border-radius: 0 0.2rem 0.2rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .content-login-container .title {
  height: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #c4a96b;
  position: relative;
  margin-bottom: 0.27rem;
}

.wrapper .content-login-container .title::after,
.wrapper .content-login-container .title::before {
  content: "";
  display: block;
  width: 0.86rem;
  height: 0.02rem;
  background-color: #febc3f;
  border-radius: 0.01rem;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wrapper .content-login-container .title::after {
  right: -1rem;
}

.wrapper .content-login-container .title::before {
  left: -1rem;
}

.wrapper .content-login-container .phone-input {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5.4rem;
  height: 0.71rem;
  border: none;
  background-color: #ffeede;
  border-radius: 0.35rem;
  font-size: 0.22rem;
  color: #c4a96b;
  padding-left: 0.4rem;
  display: block;
}

.wrapper .content-login-container .msgbox {
  width: 5.4rem;
  margin: 0.28rem 0 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper .content-login-container .msgbox .msg-input {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.2rem;
  height: 0.7rem;
  border: none;
  background-color: #ffeede;
  border-radius: 0.35rem;
  font-size: 0.22rem;
  color: #c4a96b;
  padding-left: 0.4rem;
  display: block;
}

.wrapper .content-login-container .msgbox>.fr {
  width: 2rem;
  height: 0.71rem;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.7rem;
  text-align: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fe7f0a), color-stop(43%, #ff8c24), color-stop(99%, #ff983d)), -webkit-gradient(linear, left top, left bottom, from(#fff198), to(#fff198));
  background-image: linear-gradient(0deg, #fe7f0a 1%, #ff8c24 43%, #ff983d 99%), linear-gradient(#fff198, #fff198);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  border-radius: 0.1rem;
}

.wrapper .content-login-container .btn {
  width: 5.41rem;
  height: 0.7rem;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fe7f0a), color-stop(43%, #ff8c24), color-stop(99%, #ff983d)), -webkit-gradient(linear, left top, left bottom, from(#ff6623), to(#ff6623));
  background-image: linear-gradient(0deg, #fe7f0a 1%, #ff8c24 43%, #ff983d 99%), linear-gradient(#ff6623, #ff6623);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  border-radius: 0.35rem;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.7rem;
  letter-spacing: 0.036rem;
  color: #ffffff;
  -webkit-box-shadow: 0 0.03rem 0.03rem 0 rgba(254, 127, 10, .25);
  box-shadow: 0 0.03rem 0.03rem 0 rgba(254, 127, 10, .25);
  text-align: center;
  margin-bottom: 0.29rem;
  -webkit-animation-name: enlarge-data-v-4bb4070f;
  animation-name: enlarge-data-v-4bb4070f;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.wrapper .content-login-container .text {
  height: 0.24rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ff6600;
}

.wrapper .content-container1,
.wrapper .content-container2,
.wrapper .content-container3,
.wrapper .content-container4,
.wrapper .content-container5 {
  width: 6.74rem;
  background-color: #fffef7;
  border-radius: 0.2rem;
  margin-top: 0.97rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper .content-container1-content {
  width: 6.2rem;
  height: 6.52rem;
  background-color: rgba(255, 238, 222, .5);
  border-radius: 0.1rem;
  margin: 0.3rem 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .content-container1-content>div {
  width: 3.38rem;
  height: 4.08rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.03rem 0.2rem 0 rgba(91, 73, 58, .11);
  box-shadow: 0 0.03rem 0.2rem 0 rgba(91, 73, 58, .11);
  border-radius: 0.1rem;
  left: 0.18rem;
  position: absolute;
  z-index: 3;
  top: 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .content-container1-content>div .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 0.34rem;
  margin-bottom: 0.3rem;
}

.wrapper .content-container1-content>div .top h1 {
  font-size: 0.3rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.32rem;
  letter-spacing: 0.012rem;
  color: #000000;
  left: 5.92px;
  left: 0.37rem;
  position: absolute;
  z-index: 10;
}

.wrapper .content-container1-content>div .top p {
  width: 2.68rem;
  height: 0.11rem;
  background-color: #ffec49;
  border-radius: 0.055rem;
  position: absolute;
  z-index: 1;
  left: 0.25rem;
  bottom: 0;
}

.wrapper .content-container1-content>div .bottom {
  font-size: 0.18rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.42rem;
  letter-spacing: -0.008rem;
  color: #171717;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .content-container1-content>div .bottom p {
  width: 0.07rem;
  height: 0.07rem;
  background-color: #ffd36b;
  border-radius: 50%;
  margin: 0 0.07rem 0 0.23rem;
}

.wrapper .content-container1-content img {
  width: 2.81rem;
  height: 5.21rem;
  position: absolute;
  z-index: 1;
  right: 0.22rem;
  top: 0.51rem;
}

.wrapper .content-container1-content>p {
  padding: 0.02rem 0.22rem;
  background-color: #ff7333;
  border-radius: 0.135rem;
  font-size: 0.16rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0;
  color: #ffffff;
  position: absolute;
  z-index: 5;
  bottom: 0.25rem;
}

.wrapper .content-container2 {
  padding-bottom: 0.35rem;
}

.wrapper .content-container2-item {
  width: 5.42rem;
  height: 1.37rem;
  background-color: #fff6ea;
  border-radius: 0.2rem;
  margin-top: 0.3rem;
  padding: 0 0.38rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper .content-container2-item-left {
  width: 1.15rem;
  height: 0.8rem;
  background-color: #ff973b;
  border-radius: 0.1rem;
  font-family: "DINAlternate-Bold";
  font-size: 0.805rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0;
  color: #fffef7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper .content-container2-item-left p {
  font-size: 0.268rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.007rem;
  color: #fffef7;
  margin-top: 0.32rem;
}

.wrapper .content-container2-item-right {
  width: 4.04rem;
  height: 1.37rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .content-container2-item-right .top {
  font-size: 0.27rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.001rem;
  color: #000000;
}

.wrapper .content-container2-item-right .bottom {
  font-size: 0.24rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.3rem;
  letter-spacing: 0.006rem;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.1rem;
}

.wrapper .content-container2-item-right .bottom p {
  width: 0.5rem;
  font-weight: bold;
  background-color: #ffec49;
  border-radius: 0.1rem;
  line-height: 0.34rem;
  margin-right: 0.08rem;
  text-align: center;
}

.wrapper .content-container2-item:nth-child(2n+1) .content-container2-item-left {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.wrapper .content-container2-text {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #ff7333;
  padding-top: 0.15rem;
}

.wrapper .content-container3 {
  padding-bottom: 0.09rem;
}

.wrapper .content-container3 .margin-top-36 {
  margin-top: 0.36rem;
}

.wrapper .content-container3-item {
  width: 5.99rem;
  height: 2.45rem;
  background-color: #fff8ed;
  border-radius: 0.1rem;
  margin-bottom: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper .content-container3-item-left {
  width: 2.46rem;
  height: 2.45rem;
  background: url("../img/img2/tea-bg.png") no-repeat;
  background-size: 2.46rem 2.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper .content-container3-item-left .img1 {
  width: 1.53rem;
  height: 2.39rem;
  margin-left: 0.31rem;
}

.wrapper .content-container3-item-left .img2 {
  width: 1.85rem;
  height: 2.4rem;
  margin-left: 0.28rem;
}

.wrapper .content-container3-item-left .img3 {
  width: 2.09rem;
  height: 2.39rem;
  margin-left: 0.05rem;
}

.wrapper .content-container3-item-left .img4 {
  width: 1.68rem;
  height: 2.39rem;
  margin-left: 0.24rem;
}

.wrapper .content-container3-item-right {
  width: 3.33rem;
  height: 2.45rem;
  padding-left: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper .content-container3-item-right .top {
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.35rem;
  letter-spacing: 0.012rem;
  color: #000000;
  margin-bottom: 0.15rem;
}

.wrapper .content-container3-item-right .cen {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #1b1d22;
}

.wrapper .content-container3-item-right .bottom {
  margin-top: 0.14rem;
  padding: 0.08rem 0.12rem;
  width: 2.83rem;
  background-color: #fdd156;
  border-radius: 0.1rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #75382b;
}

.wrapper .content-container4 img {
  width: 6.05rem;
  height: 6.24rem;
  margin: 0.42rem auto;
}

.wrapper .content-container5 img {
  width: 6.05rem;
  height: 5.99rem;
  margin: 0.42rem auto;
}

.wrapper-footer {
  margin-top: -0.03rem;
  width: 7.5rem;
  height: 6.21rem;
  margin-bottom: 0.8rem;
}

.imgcodebox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.imgcodebox .box {
  z-index: 1002;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.55rem;
  width: 5.3rem;
  height: 5.5rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
}

.imgcodebox .box .imgdiv {
  width: 4.2rem;
  height: 1.46rem;
  background: #bbbbbb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.imgcodebox .box .imgdiv img {
  width: 100%;
  height: 100%;
}

.imgcodebox .box input {
  background: none;
  outline: none;
  border: 0;
  height: 1.2rem;
  color: #333333;
  font-size: 0.34rem;
}

.imgcodebox .box .line {
  width: 4.2rem;
  height: 0.04rem;
  background-color: #f5f5f5;
  border-radius: 0.01rem;
}

.imgcodebox .box .sure {
  width: 4.2rem;
  height: 0.8rem;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #fe7f0a), color-stop(43%, #ff8c24), color-stop(99%, #ff983d)), -webkit-gradient(linear, left top, left bottom, from(#ff6623), to(#ff6623));
  background-image: linear-gradient(0deg, #fe7f0a 1%, #ff8c24 43%, #ff983d 99%), linear-gradient(#ff6623, #ff6623);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  box-shadow: 0.015rem 0.013rem 0.162rem 0.018rem rgba(254, 127, 10, .2);
  border-radius: 0.35rem;
  color: #ffffff;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.4rem;
  margin: 0.65rem auto 0;
}

.borrom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 7.5rem;
  position: fixed;
  bottom: 0;
  height: 1.3rem;
  background: #fff;
  background-size: 7.5rem 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 11;
}

.borrom-flex>p {
  height: 0.5rem;
  font-family: "PingFang-SC-Heavy";
  font-size: 0.419rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.5rem;
  letter-spacing: 0.021rem;
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.borrom-flex>p>span {
  display: block;
  font-family: PingFang-SC-Heavy;
  font-size: 0.628rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: 0.031rem;
  color: #e63c00;
}

.borrom-flex>img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.9rem;
  height: 0.78rem;
  display: block;
  margin-left: 0.23rem;
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.success .successbg1 {
  background: url("../../img/successbg.png") no-repeat center;
}

.success .successbg2 {
  background: url("../../img/successbgA.png") no-repeat center;
}

.success .margin-top-20 {
  margin: 20% auto 0;
}

.success .margin-top-23 {
  margin: 23% auto 0;
}

.success .successbox {
  overflow: hidden;
  width: 5.6rem;
  height: 7.15rem;
  background-size: 5.6rem 7.15rem;
  display: block;
}

.success .successbox .sao {
  color: #444444;
  font-size: 0.24rem;
  line-height: 0.34rem;
  text-align: center;
  margin: 1.98rem auto 0.25rem;
}

.success .successbox .sao .titleclo {
  color: red;
  font-weight: bold;
  padding: 0rem 0.03rem;
}

.success .successbox .evw {
  margin: 0 auto 0.7rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  border: solid 0.06rem #ffc174;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.05rem;
  margin-bottom: 0.5rem;
}

.success .successbox .evw img {
  width: 1.98rem;
  height: 1.98rem;
  display: block;
  margin: 0 auto;
}

.success .successbox .gzh {
  color: #212121;
  text-align: center;
  font-size: 0.34rem;
  font-weight: bold;
  margin: 0.3rem auto 0.15rem;
}

.success .successbox .copywx {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin-top: 0.5rem;
  color: #777676;
  text-align: center;
  font-size: 0.22rem;
}

.success .successbox .dy {
  color: #444444;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.38rem;
  letter-spacing: 0.02rem;
}

.success .successbox .lastline {
  line-height: 0.42rem;
}

.success .copy-wx {
  width: 5.6rem;
  margin: -0.2rem auto 0;
  background: #fff;
  position: relative;
  padding: 0.1rem 0 0.4rem;
  z-index: 10;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.success .copy-wx .copytext {
  width: 2rem;
  height: 0.6rem;
  background-color: #f8b42b;
  border-radius: 0.4rem;
  font-family: PingFang-SC-Bold;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #ffffff;
  text-align: center;
  display: block;
  letter-spacing: 0.02rem;
  margin: 0 auto;
}

.success .copy-wx .copytext a{
  display: block;
  font-size: 0.26rem;
  text-decoration: none;
  color: #333;
  line-height: 0.6rem;
}

.success .closebtn{
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  margin: 0.6rem auto;
}

@-webkit-keyframes enlarge-data-v-4bb4070f {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes enlarge-data-v-4bb4070f {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 活动2020309 */
.hd-texttit{
  background:#e5560d;
  padding:0.3rem 0;
  font-family: PingFang-SC-Heavy;
  text-align: center;
}
.hd-texttit ._p1{
	font-size: 0.681rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.58rem;
	letter-spacing: 0.095rem;
  color: #ffffff;
}
.hd-texttit ._p1 span{
  font-size: .24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .58rem;
	letter-spacing: 0rem;
	color: #ffffff;
  opacity: 0.43;
  text-decoration:line-through
}
.hd-texttit ._p2{
	font-size: .30rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .373rem;
	letter-spacing: 0rem;
  color: #ffffff;
  margin-top: 0.24rem;
}
.big-title{
	font-size: 0.48rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: .30rem;
	letter-spacing: .058rem;
  color: #ffffff;
  text-align: center; 
}
.color-red {
  color: red;
  font-size: 0.22rem;
  font-weight: bold;
}
