.weui-toast {
  position: fixed;
  z-index: 5001;
  top: 180px;
  left: 50%;
  min-width: 250px;
  box-sizing: border-box;
  background: rgba(17, 17, 17, .7);
  text-align: center;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 5px 15px;
  transform: translate3d(-50%,50%,0);
  font-size: 16px;
  border-radius: 2.5px;
  line-height: 20px;
}
.checkpayhide {
  display: none;
}

.checkpay {
  
}
.checkpay .box-shade{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.checkpay .checkboxshow {
  bottom: -0.01rem;
  transition: all 0.5s ease-in;
}
.checkpay .checkboxhide {
  bottom: -6.36rem;
}
.checkpay .checkpaybox {
  position: fixed;
  z-index: 1000;
  background-color: #ffffff;
  width: 100%;
  height: 6.34rem;
  margin: 0 auto;
}
.checkpay .checkpaybox .checkpaycnt {
  width: 6.33rem;
  height: 5.28rem;
  margin: 0.46rem auto 0;
}
.checkpay .checkpaybox .checkpaycnt .modelmsg {
  color: #afafaf;
  font-size: 0.3rem;
  padding-left: 0.18rem;
  height: 0.5rem;
}
.checkpay .checkpaybox .checkpaycnt .pay-item-selected {
  position: relative;
}
.checkpay .checkpaybox .checkpaycnt .pay-item-selected .checkboxed {
  content: "";
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: url("./../img/icon-selected.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.7rem;
  right: 0.28rem;
}
.checkpay .checkpaybox .checkpaycnt .pay-item {
  position: relative;
  width: 100%;
  color: #333333;
  font-size: 0.36rem;
  height: 1.79rem;
  line-height: 1.79rem;
  border-top: 0.03rem solid #e5e5e5;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap {
  display: flex;
  align-items: center;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .alipay-wrap .icon-zfb {
  margin-right: 0.41rem;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  vertical-align: middle;
  margin-left: 0.16rem;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-zfb {
  border-radius: 50%;
  background: url("./../img/icon-pay-zfb.png") no-repeat;
  background-size: contain;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .pay-icon.icon-wx {
  width: 0.56rem;
  height: 0.51rem;
  background: url("./../img/icon-pay-wx.png") no-repeat;
  background-size: cover;
  margin-right: 0.41rem;
}
.checkpay .checkpaybox .checkpaycnt .pay-item .checkbox {
  content: "";
  box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 0.02rem solid #999;
  position: absolute;
  top: 0.7rem;
  right: 0.28rem;
}
.checkpay .checkpaybox .checkpaycnt .gopay {
  width: 100%;
  height: 1.1rem;
  background-color: #ffaf23;
  border-radius: 0.14rem;
  color: #ffffff;
  line-height: 1.1rem;
  font-size: 0.36rem;
  text-align: center;
}

.country-wrapper {
  margin: 0 auto;
  position: relative;
}

.country-wrapper .country-box {
  padding-left: 15px;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.country-wrapper .country-box span {
  font-family: PingFangSC-Regular;
  font-size: 14.4px;
  letter-spacing: 0.5px;
  color: #333;
}

.country-wrapper .country-box b {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #9d9d9e;
}

.country-wrapper .country-box i {
  margin-left: 6px;
  width: 2px;
  height: 20px;
  background: rgba(29, 29, 29, 0.1);
}

.country-wrapper select {
  background: #fff;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: transparent;
  border: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
}

@-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);
  }
}

@-webkit-keyframes enlarge-data-v-4bb4080f2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes enlarge-data-v-4bb4080f2 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.copytext, .effect {
  -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;
}
.effect1 {
  -webkit-animation-name: enlarge-data-v-4bb4070f;
  animation-name: enlarge-data-v-4bb4070f;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.effect2 {
  -webkit-animation-name: enlarge-data-v-4bb4080f2;
  animation-name: enlarge-data-v-4bb4080f2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.loading {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: transparent;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.loading>div {
  width: 90px;
  height: 90px;;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading>div>p {
  width: 70px;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-align: center;
  margin: 0 10px;
  position: absolute;
  top: 60px;
  margin-top: 4px;
}

.loading>div .loadEffect {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0 auto;
  top:  15px;
  left: 25px;
}

.loading>div .loadEffect span {
  display: inline-block;
  width: 4px;
  height: 10px;
  background: #ffffff;
  position: absolute;
  animation: load 1.04s ease infinite;
  -ms-animation: load 1.04s ease infinite;
  -moz-animation: load 1.04s ease infinite;
  -o-animation: load 1.04s ease infinite;
  -webkit-animation: load 1.04s ease infinite;
  border-radius: 5px;
}

.loading>div .loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -4px;
  animation-delay: 0.13s;
  -ms-animation-delay: 0.13s;
  -moz-animation-delay: 0.13s;
  -o-animation-delay: 0.13s;
  -webkit-animation-delay: 0.13s;
  transform: rotate(90deg) translate(0, -5px);
  -ms-transform: rotate(90deg) translate(0, -5px);
  /* IE 9 */
  -moz-transform: rotate(90deg) translate(0, -5px);
  /* Firefox */
  -webkit-transform: rotate(90deg) translate(0, -5px);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg) translate(0, -5px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(2) {
  left: 7px;
  top: 7px;
  animation-delay: 0.26s;
  -ms-animation-delay: 0.26s;
  -moz-animation-delay: 0.26s;
  -o-animation-delay: 0.26s;
  -webkit-animation-delay: 0.26s;
  transform: rotate(-45deg) translate(2px, 1.5px);
  -ms-transform: rotate(-45deg) translate(2px, 1.5px);
  /* IE 9 */
  -moz-transform: rotate(-45deg) translate(2px, 1.5px);
  /* Firefox */
  -webkit-transform: rotate(-45deg) translate(2px, 1.5px);
  /* Safari 和 Chrome */
  -o-transform: rotate(-45deg) translate(2px, 1.5px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -4px;
  animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  transform: rotate(0deg) translate(2.5px, 3px);
  -ms-transform: rotate(-0deg) translate(2.5px, 3px);
  /* IE 9 */
  -moz-transform: rotate(-0deg) translate(2.5px, 3px);
  /* Firefox */
  -webkit-transform: rotate(-0deg) translate(2.5px, 3px);
  /* Safari 和 Chrome */
  -o-transform: rotate(-0deg) translate(2.5px, 3px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(4) {
  top: 7px;
  right: 7px;
  animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  transform: rotate(45deg) translate(-0.75px, 1.5px);
  -ms-transform: rotate(45deg) translate(-0.75px, 1.5px);
  /* IE 9 */
  -moz-transform: rotate(45deg) translate(-0.75px, 1.5px);
  /* Firefox */
  -webkit-transform: rotate(45deg) translate(-0.75px, 1.5px);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg) translate(-0.75px, 1.5px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -4px;
  animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  transform: rotate(90deg) translate(0, 5px);
  -ms-transform: rotate(90deg) translate(0, 5px);
  /* IE 9 */
  -moz-transform: rotate(90deg) translate(0, 5px);
  /* Firefox */
  -webkit-transform: rotate(90deg) translate(0, 5px);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg) translate(0, 5px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(6) {
  right: 7px;
  bottom: 7px;
  animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  transform: rotate(135deg) translate(2px, 0px);
  -ms-transform: rotate(135deg) translate(2px, 0px);
  /* IE 9 */
  -moz-transform: rotate(135deg) translate(2px, 0px);
  /* Firefox */
  -webkit-transform: rotate(135deg) translate(2px, 0px);
  /* Safari 和 Chrome */
  -o-transform: rotate(135deg) translate(2px, 0px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  transform: rotate(0deg) translate(2.5px, -1.5px);
  -ms-transform: rotate(-0deg) translate(2.5px, -1.5px);
  /* IE 9 */
  -moz-transform: rotate(-0deg) translate(2.5px, -1.5px);
  /* Firefox */
  -webkit-transform: rotate(-0deg) translate(2.5px, -1.5px);
  /* Safari 和 Chrome */
  -o-transform: rotate(-0deg) translate(2.5px, -1.5px);
  /* Opera */
}

.loading>div .loadEffect span:nth-child(8) {
  bottom: 7px;
  left: 7px;
  animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  transform: rotate(45deg) translate(3px, 0px);
  -ms-transform: rotate(45deg) translate(3px, 0px);
  /* IE 9 */
  -moz-transform: rotate(45deg) translate(3px, 0px);
  /* Firefox */
  -webkit-transform: rotate(45deg) translate(3px, 0px);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg) translate(3px, 0px);
  /* Opera */
}

/* 微信环境下，只显示微信支付 */
.checkpay.hide-alipay .checkpaybox {
  height: auto;
}

.checkpay.hide-alipay .checkpaybox .checkpaycnt {
  height: auto;
  margin: 0.46rem auto 0.6rem;
}

.checkpay.hide-alipay .checkpaycnt .pay-item:nth-child(3) {
  display: none;
}


/* 确认是否购买弹出 */
.isyoubuy{
  position: fixed;
  z-index: 100;
  width:100%;
  max-width: 100% !important;
  height: 100%;
  top: 0;left: 0;
  display:flex;
  z-index: -2;
  opacity: 0;
  align-items: center;
  justify-content:center;
  background: rgba(0, 0, 0, 0.5);
}
.isyoubuy .box{
  width:300px;
  border-radius: 10px;
  background-color: #fff;
}
.isyoubuy .box  .top{
  position: relative;
}
.isyoubuy .box  .top img{
  width: 100%;
}

.isyoubuy .box  .top .cclose{
  width:20px;
  height:20px;
  top:0;
  right:0;
  display: inline-block;
  position: absolute;
}
.isyoubuy .box  .center{
  padding:20px 25px;
  text-align: left;
  font-family: PingFangSC-Medium;
	font-size: 11px;;
	line-height: 20px;
	letter-spacing: 1px;
	color: #3c3f3e;
}
.isyoubuy .box .bottom{
  display:flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  padding: 0 25px 20px 25px;
}
.isyoubuy .box .bottom .item{
  width:48%;
  width: 105px;
	height: 42px;
	border-radius: 21px;
  line-height:40px;
  text-align: center;
  font-size: 16px;
  color: #d9dada;
  border: solid 1px #e4e4e4;
}
.isyoubuy .box .bottom .item:last-child{
  background-image: linear-gradient(10deg, 
		#ff5712 0%, 
		#ff9900 100%);
	border-radius: 21px;
	border: solid 1px #ffffff;
  color: #ffffff;
}

/* 浏览器返回弹窗提示 */
.cl_pop_back_overlay,
.cl_pop_success_overlay {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.cl_pop_back_overlay .cl_pop_back_content {
  width: 307px;
  height: 466px;
  background: url(../img/pop/bg_back.png) 100%/100% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-159px, -50%);
}

.cl_pop_back_overlay .cl_pop_back_content .pop_btn {
  width: 180px;
	height: 40px;
  margin: 390px 0 0 66px;
	background-image: linear-gradient(-2deg, #f1ba65 0%, #f8d498 50%, #feeecd 100%), linear-gradient(#f7d78e, #f7d78e);
	background-blend-mode: normal, normal;
	box-shadow: 0px 3px 9px 0px #e82929;
  border-radius: 20px;
}

.cl_pop_back_overlay .cl_pop_back_content .pop_btn a {
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Semibold;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #c70e1d;
	text-shadow: 0px 1px 3px rgba(194, 121, 24, 0.63);
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.cl_pop_back_overlay .cl_pop_back_content .pop_btn a:focus,
.cl_pop_success_overlay .cl_pop_back_content .pop_btn a:focus {
  outline: 0
}

/* 成功后点击浏览器返回弹窗 */
.cl_pop_success_overlay .cl_pop_back_content{
  width: 306px;
  height: 466px;
  background: url(../img/pop/success_pop.png) 100%/100% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-153px, -50%);
}

.cl_pop_success_overlay .cl_pop_back_content .pop_btn {
  width: 245px;
	height: 53px;
  margin: 317px 0 0 30px;
  background: transparent;
}

.cl_pop_success_overlay .cl_pop_back_content .pop_btn a {
  width: 100%;
  height: 100%;
  color: transparent;
  display: block;
}

/* 隐私协议 */
.manifestoA {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333;
}
.manifestoA .flexm{
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.manifestoA .check {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border: 1px solid #999;
  border-radius: 7px;
  box-sizing: border-box;
}

.manifestoA .checked {
  border: none;
  background: url('./../img/check.png') 100%/100% no-repeat;
}

.manifestoA span {
  color: #57a1ef;
  padding-top: 10px;
  padding-bottom: 10px
}
.manifestotk{
  display:none
}
.manifesto-shade{
  width: 100%;
  height: 100%;
  position:fixed;
  z-index: 908;
  background:rgba(0, 0, 0, 0.5);
  top: 0;left: 0;
}
.manifesto-contentA {
  width: 100%;
  max-width: 450px;
  height: 50%;
  padding: 25px;
  background-color: #FFF;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 909;

}

.manifesto-contentA>div {
  width: 100%;
  height: 100%;
  overflow: auto;
  line-height: 24px;
}

.manifesto-contentA .close {
  padding: 0 5px 20px 15px;
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
}

.manifesto-contentA h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.manifesto-contentA h4 {
  font-size: 16px;
  line-height: 26px;
}

.manifesto-contentA p {
  font-size: 12px;
  line-height: 20px;
}


/* 抖音特殊弹窗显示 */
.douyin-wrap {
  height: 145px;
  display: flex;
  justify-content: center;
}
.douyin-gif {
  width: 193px;
  height: 155px;
}
.success > div.douyin-success-box {
  width: 319px !important;
  height: 423px;
  background: url("../img/pop/success_dy.png") 100%/100% no-repeat;
  overflow: hidden;
  display: block;
}
.success > div.douyin-success-box2 {
  width: 310px !important;
  height: 420px;
  background: url("../img/pop/success_dy_2.png") 100%/100% no-repeat;
}
.douyin-success-box .return-btn {
  width: 259px;
  height: 55px;
  margin: 290px auto 0;
  background: linear-gradient(-90deg, #FFC25B, #FF1200, #FF1200, #FF1200);
  box-shadow: 0px 6px 16px 0px rgba(225,62,57,0.1600);
  border-radius: 27px;
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  border: none;
}
.douyin-success-box .return-btn a.btn {
  width: 100%;
  background: transparent;
  font-size: 25px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 55px;
  text-shadow: 0px 1px 4px #E13E39;
  text-align: center;
  text-decoration: none;
  display: block;
  border: none;
  position: relative;
  top: 0;
}
.douyin-success-box2 .return-btn {
  width: 274px;
  height: 55px;
  margin: 290px auto 0;
  background: url("../img/pop/btn.png") 100%/100% no-repeat;
}




/* 2022-9-1学习力新版1元弹窗 */
.newcheckpay{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.newcheckpaybox{
  position: fixed;
  z-index: 1000;
  background: #EEEEEE;
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  bottom: 0;
  padding:20px 0 0 0;
  box-sizing: border-box;
}
.newcheckpaybox .waibu{
  padding: 0 15px;
}
.newcheckpaybox .closebgtk{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 12px;
  top: -42px;
}
.newcheckpaybox .closebgtk img{
  width: 35px;
  height: 35px;
}
.newcheckpaybox .inputblock{
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(192,192,192,0.19);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 8px 20px 20px;
}
.newcheckpaybox .inputblock .msgbox{
  width: 100%;
}
.newcheckpaybox .inputblock .flex-block,.newcheckpaybox .inputblock .tips-block{
  display: flex;
  justify-content: center;
  align-items: center;
}
.newcheckpaybox .inputblock .flex-block {
  height: 45px;
  border-bottom: 1px solid #d9d9d9;
}
.newcheckpaybox .inputblock .flex-block .name{
  width: 80px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #000;
}
.newcheckpaybox .inputblock .flex-block .name span{
  color: #FF0000;
  margin-right: 8px;
}
.newcheckpaybox .inputblock .flex-block .phone{
  flex: 1;
}
.newcheckpaybox .inputblock .flex-block input{
  height: 45px;
  line-height: 45px;
  font-size: 17px;
}
.newcheckpaybox .inputblock .flex-block .msg-input{
  width: 90px;
  flex: 1;
}
.newcheckpaybox .inputblock .flex-block  .msg-btn{
  width: 105px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  letter-spacing: 0.4px;
  font-family: PingFangSC-Semibold;
  color: #F60A3A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newcheckpaybox .inputblock .tips-block{
  margin-top: 9px;
}
.newcheckpaybox .inputblock .tips-block img{
  width: 12.5px;
  height: 15px;
  margin-right: 8px;
}
.newcheckpaybox .inputblock .tips-block p{
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
  opacity: 0.7;
  font-size: 12px;
  flex: 1;
}
.newcheckpaybox .inputblock .msgbox{
  display: none;
}
.newcheckpaybox .class-block{
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(192,192,192,0.19);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.newcheckpaybox .class-block .info1{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
  opacity: 0.7;
  margin-bottom: 12px;
}
.newcheckpaybox .class-block .info2{
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1F212B;
  display: flex;
  margin-top: 9px;
}
.newcheckpaybox .class-block .info2 .tip{
  height: 18px;
  background: #8E93A9;
  border-radius: 0px 4px 0px 3px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 18px;
  padding: 0 5px;
  margin-right:6px;
}
.newcheckpaybox .class-block .info3{
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
  opacity: 0.7;
  margin-top: 9px;
  font-size: 12px;
}
.newcheckpaybox .pay-block{
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(192,192,192,0.19);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  
}
.newcheckpaybox .pay-block.title{
  font-family: PingFang SC;
  font-weight: 300;
  color: #000000;
  opacity: 0.7;
  font-size: 12px;
}
.newcheckpaybox .pay-block .pay-item{
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newcheckpaybox .pay-block .pay-item img{
  width: 29px;
  height: 29px;
}
.newcheckpaybox .pay-block .pay-item p{
  flex: 1;
  padding: 0 20px;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #1F212B;
}
.newcheckpaybox .pay-block .checkbtn{
  width: 22px;
  height: 22px;
  background: url(./../img/nocheck.png) no-repeat;
  background-size: contain;
}
.newcheckpaybox .pay-block  .checkboxed{
  background: url(./../img/check2.png) no-repeat;
  background-size: contain;
}
.newcheckpaybox .gopay{
  margin-top: 25px;
  display: flex;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(167,119,119,0.19);
  padding: 10px 15px;
  box-sizing: border-box;
}
.newcheckpaybox .gopay p{
  flex: 1;
  font-size: 40px;
  font-family: MiSans;
  font-weight: 600;
  color: #F8333A;
}
.newcheckpaybox .gopay p span{
  font-size: 12px;
}
.newcheckpaybox .gopay .pay{
  height: 40px;
  background: linear-gradient(-90deg, #F60A3A, #FD5C58);
  box-shadow: 0px 1px 10px 0px rgba(255,102,0,0.4);
  border-radius: 20px;
  width: 185px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}

/* 多属性标签样式 */
.sku-list {
  width: 80%;
  padding: 8px 0 15px;
  display: flex;
  position: absolute;
  top: 110px;
  left: 10%;
}

.sku-list .select-item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sku-list .select-item .icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  background: url("../img/sku/check.png") 100%/100% no-repeat;
}

.sku-list .select-item .icon.checked {
  background: url("../img/sku/checked.png") 100%/100% no-repeat;
}

.sku-list .select-item p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #2D2E44;
}

/* 下载弹窗 */
.download-pop {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  display: none;
}
.download-pop .pop-content {
  width: 300px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
}
.download-pop .pop-content .con-title {
  margin-top: 20px;
  margin-bottom: -6px;
  font-size: 18px;
}
.download-pop .pop-content .logo {
  width: 172px;
  height: 172px;
  margin: 0 auto;
}
.download-pop .pop-content .text {
  margin-top: -19px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.download-pop .pop-content .btn {
  width: 200px;
  height: 40px;
  margin: 30px auto;
  background: #FC5B08;
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  display: block;
}

/* 去掉默认动画 */
.no-animation {
  animation: none;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.no-animation a {
  color: #FFFFFF !important;
  letter-spacing: 2px !important;
}

/* 短信防刷无痕 */
.aliboxshade {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

#h5nc {
  width: calc(100% - 40px);
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#h5nc .sm-btn-fail,
#h5nc .errloading {
  background: #FFFFFF !important;
  border: 1px solid #FF5122 !important;
  color: #FF5122 !important;
  height: 52px !important;
  line-height: 50px !important;
  border-radius: 25px;
}
#h5nc .errloading {
  padding: 0 20px !important;
}
#h5nc.sm-pop-inner {
  height: 52px;
  background: #F5F5F5;
  border-radius: 25px;
}
#h5nc.nc-container .nc_wrapper {
  width: 100% !important;
  height: 52px !important;
}
#h5nc.nc-container .nc_wrapper .nc_scale {
  height: 52px;
  border-radius: 25px;
  background: #F5F5F5;
  overflow: hidden;
}
#h5nc.nc-container .nc_wrapper .nc_scale > span {
  width: 60px;
  height: 52px;
  line-height: 52px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 25px;
  box-sizing: border-box;
}
#h5nc.nc-container .nc_wrapper .nc_scale .nc_bg {
  border-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #46D6B7;
}
#h5nc.nc-container .nc_wrapper .scale_text2 {
  text-indent: -20px;
}
#h5nc.nc-container .nc_wrapper .nc-lang-cnt {
  height: 52px !important;
  line-height: 52px !important;
  font-size: 16px !important;
  left: 0 !important;
}

/* PC 微信支付扫码弹窗 */
.pcqrcode_box {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.pcqrcode_box .pcqrcode{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.pcqrcode_box .pcqrcode_img {
  width: 300px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.pcqrcode_box .pcqrcode_img .title{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.pcqrcode_box .pcqrcode_img #pcqrcodeimg {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.pcqrcode_box .pcqrcode_close {
  width: 27px;
  height: 27px;
  align-self: center;
  border-radius: 50%;
  margin-top: 28px;
}
.successbtn{
  width: 200px;
  height: 44px;
  background-image: linear-gradient(90deg, #ff6633 0%, #ff9933 100%), linear-gradient(#cb2b1d, #cb2b1d);
  background-blend-mode: normal, normal;
  border-radius: 22px;
  box-shadow: 0px 5px 7px 0px rgba(255, 124, 0, 0.3);
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0px 5px 6px rgba(204, 0, 0, 0.3);
  text-align: center;
  margin: 30px auto 0;
}
