.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 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  
  .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 {
    outline: 0
  }