@charset "UTF-8";
.header-cont {
  background: none; }

.scroll-header .header-cont {
  background: #fff !important; }

header {
  background: none; }

.header-placeholder {
  display: none; }

.d-flex {
  display: flex; }

.flex-ai-center {
  align-items: center; }

.flex-jc-center {
  justify-content: center; }

.flex-jc-between {
  justify-content: space-between; }

.onlylogoheader {
  height: 70px;
  border-bottom: 1px solid #EBF5FF; }
  .onlylogoheader .cont {
    height: 100%;
    display: flex;
    align-items: center; }

.payList_cont {
  position: relative;
  z-index: 1; }

.problembox {
  width: 242px;
  height: 347px;
  position: fixed;
  top: 320px;
  left: 40px;
  z-index: 999;
  background: linear-gradient(90deg, #92EDFE 0%, #FFEEAE 99.96%);
  box-shadow: 0px 3px 8px rgba(162, 180, 202, 0.1);
  border-radius: 10px; }
  .problembox .protitleimg {
    position: absolute;
    top: -13px;
    left: 20px; }
  .problembox h2 {
    text-align: center;
    color: #042040;
    margin-top: 18px;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Ubuntu';
    font-style: normal; }
  .problembox .problelist {
    width: 242px;
    height: 290px;
    margin-top: 14px;
    padding: 15px 20px;
    overflow-y: scroll; }
    .problembox .problelist::-webkit-scrollbar {
      width: 0; }
    .problembox .problelist .li {
      cursor: pointer;
      padding: 8px 0;
      border-bottom: 1px dashed #D7E6FF;
      color: #55687D; }
      .problembox .problelist .li:nth-of-type(1) {
        padding-top: 0; }
      .problembox .problelist .li:last-of-type {
        border-bottom: none; }
      .problembox .problelist .li:hover {
        color: #042040; }
  .problembox::after {
    z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 242px;
    height: 300px;
    border-radius: 10px;
    background-color: #fff; }

.Commonbox {
  display: none;
  width: 620px;
  height: 408px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  background: #fff;
  box-shadow: 0px 0px 18px rgba(162, 180, 202, 0.35);
  border-radius: 10px; }
  .Commonbox .head {
    padding: 9px 20px;
    display: flex;
    justify-content: space-between;
    background: #F4F5F9;
    align-items: center;
    border-radius: 10px 10px 0px 0px; }
    .Commonbox .head img {
      cursor: pointer; }
  .Commonbox .commo_couent {
    padding: 10px;
    height: 310px;
    background-color: #fff;
    overflow-y: scroll; }
    .Commonbox .commo_couent::-webkit-scrollbar {
      width: 8px; }
    .Commonbox .commo_couent .couent_li {
      display: block;
      font-weight: 400;
      font-size: 15px;
      line-height: 17px;
      color: #042040;
      padding: 8px 14px; }
      .Commonbox .commo_couent .couent_li .list {
        display: none;
        line-height: 20px;
        color: #55687D;
        padding-left: 15px;
        margin-top: 6px;
        padding-top: 6px;
        border-top: 1px dashed #D7E6FF; }
      .Commonbox .commo_couent .couent_li .CDKimg {
        width: 100%;
        cursor: pointer;
        position: relative; }
        .Commonbox .commo_couent .couent_li .CDKimg:hover::after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          display: block;
          width: 80px;
          height: 80px;
          background-image: url("../img/index/Magnifying.svg");
          background-repeat: no-repeat;
          background-position: center;
          z-index: 11; }
        .Commonbox .commo_couent .couent_li .CDKimg img {
          width: 100%; }
      .Commonbox .commo_couent .couent_li:hover {
        background-color: #F6F9FE; }
      .Commonbox .commo_couent .couent_li.active {
        background-color: #F6F9FE; }
  .Commonbox .promore {
    margin: 10px auto;
    width: 140px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0E6FDE;
    border-radius: 4px;
    color: #fff; }

.pop-showimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .pop-showimg .pop-close-nolocation {
    position: absolute;
    right: -46px;
    top: -15px;
    cursor: pointer; }

h5 {
  font-size: 20px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #55687D;
  line-height: 20px;
  text-align: center;
  margin-top: 20px; }

.ritate180 {
  transform: rotateY(180deg); }

.textaliright {
  text-align: right; }

.h-classify {
  display: flex;
  align-items: center;
  justify-content: center; }
  .h-classify .li {
    display: flex;
    align-items: center;
    margin-left: 25px; }
    .h-classify .li:nth-of-type(1) {
      margin-left: 0; }
    .h-classify .li p {
      font-size: 16px;
      font-family: Open Sans-Regular, Open Sans;
      color: #55687D;
      line-height: 16px;
      margin-left: 5px; }

.coupon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px; }
  .coupon-box input {
    width: 310px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e6e5ea;
    padding: 0 20px;
    margin-right: 10px; }
    .coupon-box input:focus {
      border: 1px solid #4687ff; }
  .coupon-box .cou-btn {
    width: 105px;
    height: 40px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
    background-color: transparent;
    color: #4687ff;
    opacity: .25;
    border: 1px solid rgba(199, 206, 218, 0.25);
    cursor: pointer; }
    .coupon-box .cou-btn.active {
      color: #383c43;
      background-color: transparent;
      opacity: 1;
      border: 1px solid #c7ceda; }
      .coupon-box .cou-btn.active:hover {
        color: #fff;
        background-color: #4687ff; }

.agrment {
  position: relative;
  top: -46px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Poppins,Helvetica,sans-serif; }
  .agrment a {
    color: #009ef7;
    margin-left: 4px; }
  .agrment label {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    cursor: pointer; }
    .agrment label input:checked + span {
      background-color: #009ef7;
      border: 1px solid #009ef7;
      background-image: url("../img/index/gou1.png");
      background-repeat: no-repeat;
      background-position: center; }
    .agrment label span {
      display: inline-block;
      width: 100%;
      height: 100%;
      border-radius: 6px;
      border: 1px solid #eff2f5; }

.pay-list-box {
  position: relative;
  padding-top: 0;
  padding-bottom: 1px;
  z-index: 1; }
  .pay-list-box .paybg {
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, #ECF4FF 0%, #FAFCFF 35.81%);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0; }
    .pay-list-box .paybg .paybg-img1 {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block; }
    .pay-list-box .paybg .paybg-img2 {
      position: absolute;
      width: 152px;
      left: 0;
      bottom: 0;
      z-index: 2;
      display: block; }
    .pay-list-box .paybg .paybg-img3 {
      width: 161px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2; }
    .pay-list-box .paybg .paybg-img4 {
      width: 90px;
      height: 82px;
      position: absolute;
      right: 190px;
      top: 250px;
      display: block; }
    .pay-list-box .paybg .paybg-img5 {
      width: 658px;
      height: 753px;
      position: absolute;
      right: 0;
      top: 66px;
      display: block; }
    .pay-list-box .paybg .paybg-img6 {
      width: 100%;
      height: 366px;
      position: absolute;
      right: 0;
      bottom: 0;
      display: block; }
    .pay-list-box .paybg .paybg-img7 {
      width: 110px;
      height: 112px;
      bottom: 0px;
      left: 150px;
      position: absolute;
      display: block; }
  .pay-list-box .paybg-l {
    display: none;
    position: absolute;
    left: 0;
    top: 277px;
    z-index: -1; }
  .pay-list-box .paybg-r {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .pay-list-box .payList_cont h1 .djs_banner .djs_banner_tit {
    margin-bottom: 25px; }
  .pay-list-box .payList_cont h1 .djs_banner .kuang-box {
    display: flex;
    width: 278px;
    margin: 0 auto;
    line-height: 14px;
    color: #322780; }
    .pay-list-box .payList_cont h1 .djs_banner .kuang-box .kuang {
      margin: 0 6px; }
      .pay-list-box .payList_cont h1 .djs_banner .kuang-box .kuang p {
        line-height: 25px;
        margin-bottom: 10px; }
      .pay-list-box .payList_cont h1 .djs_banner .kuang-box .kuang span {
        padding-top: 10px;
        font-size: 20px;
        line-height: 25px; }
        .pay-list-box .payList_cont h1 .djs_banner .kuang-box .kuang span::after {
          left: 0px;
          top: 16px; }

.free-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 170px; }
  .free-box .txt .tit {
    max-width: 679px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .free-box .txt .tit .tit-l {
      max-width: 404px;
      text-align: left;
      margin-right: 44px; }
      .free-box .txt .tit .tit-l > h6 {
        font-size: 44px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #042040;
        line-height: 62px; }
        .free-box .txt .tit .tit-l > h6 span {
          color: #0E6FDE; }
      .free-box .txt .tit .tit-l > p {
        font-size: 18px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #55687D;
        line-height: 29px;
        margin-top: 10px;
        margin-bottom: 30px; }
      .free-box .txt .tit .tit-l > .tit-btn {
        display: block;
        width: 206px;
        height: 53px;
        line-height: 53px;
        background-color: #0E6FDE;
        border-radius: 2px;
        font-size: 18px;
        font-family: Open Sans-SemiBold, Open Sans;
        font-weight: 600;
        text-align: center;
        color: #FFFFFF; }
  .free-box .txt .ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 704px;
    margin-top: 30px; }
    .free-box .txt .ul .li {
      width: 352px;
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .free-box .txt .ul .li:nth-last-of-type(1), .free-box .txt .ul .li:nth-last-of-type(2) {
        margin-bottom: 0; }
      .free-box .txt .ul .li > img {
        width: 26px;
        height: 26px;
        margin-right: 6px; }
      .free-box .txt .ul .li > p {
        font-size: 18px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #55687D;
        line-height: 21px; }
  .free-box .free-r {
    position: relative; }
    .free-box .free-r::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -59px;
      width: 370px;
      height: 442px;
      background-color: #ECEEF8;
      border-radius: 4px; }
    .free-box .free-r .freer-cont {
      width: 390px;
      height: 514px;
      padding-top: 19px;
      padding-left: 34px;
      padding-right: 34px;
      background-color: #1C7BEE;
      box-shadow: 0px 4px 30px 1px rgba(0, 54, 130, 0.17);
      border-radius: 4px 4px 4px 4px;
      border: 6px solid #096FE4;
      z-index: 1;
      position: relative; }
      .free-box .free-r .freer-cont > h4 {
        font-size: 20px;
        font-family: Ubuntu-Medium, Ubuntu;
        color: #FFFFFF;
        line-height: 23px; }
      .free-box .free-r .freer-cont > h6 {
        font-size: 16px;
        font-family: Open Sans-Regular, Open Sans;
        color: #D3E7FF;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 10px; }
      .free-box .free-r .freer-cont .free-mony {
        font-size: 70px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 70px;
        margin-top: 30px;
        margin-bottom: 33px; }
        .free-box .free-r .freer-cont .free-mony span {
          font-size: 20px;
          font-family: Open Sans-Regular, Open Sans;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 20px; }
      .free-box .free-r .freer-cont .li {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .free-box .free-r .freer-cont .li:nth-last-of-type(1) {
          margin-bottom: 0; }
        .free-box .free-r .freer-cont .li i {
          width: 18px;
          height: 18px;
          background-image: url("../img/index/icon_click.png");
          background-repeat: no-repeat;
          background-position: center;
          margin-right: 5px; }
        .free-box .free-r .freer-cont .li span {
          font-size: 16px;
          font-family: Open Sans-Regular, Open Sans;
          font-weight: 400;
          color: #FFFFFF;
          line-height: 19px; }
      .free-box .free-r .freer-cont .r-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 55px;
        background-color: #FFFFFF;
        border-radius: 4px;
        font-size: 18px;
        font-family: Open Sans-SemiBold, Open Sans;
        color: #0E6FDE;
        line-height: 21px;
        margin-top: 40px; }

#pay_cont_a {
  position: relative;
  top: 0px; }

.paycont_sect {
  background-color: #F9F9FA; }

.pay-cont .paycont-box .paycont-r .virtual-type .virtyperadio:checked + .virtype-label, .pay-cont .paycont-wapbox .paycont-r .virtual-type .virtyperadio:checked + .virtype-label {
  border: 2px solid #FF8822;
  background: #FFECE0; }
  .pay-cont .paycont-box .paycont-r .virtual-type .virtyperadio:checked + .virtype-label::after, .pay-cont .paycont-wapbox .paycont-r .virtual-type .virtyperadio:checked + .virtype-label::after {
    background-image: url("../img/index/activity/new/gou.png"); }
.pay-cont .paycont-box .aman-btn, .pay-cont .paycont-wapbox .aman-btn {
  position: relative;
  z-index: 1; }
  .pay-cont .paycont-box .aman-btn::after, .pay-cont .paycont-wapbox .aman-btn::after {
    content: '';
    display: none;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: #CD071E;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 4px;
    z-index: -2; }
  .pay-cont .paycont-box .aman-btn.disabled, .pay-cont .paycont-wapbox .aman-btn.disabled {
    color: rgba(4, 32, 64, 0.3); }
    .pay-cont .paycont-box .aman-btn.disabled::before, .pay-cont .paycont-wapbox .aman-btn.disabled::before {
      border-radius: 4px;
      border: 1px solid #D9DAD9;
      background: #F5F5F5; }
    .pay-cont .paycont-box .aman-btn.disabled:hover::before, .pay-cont .paycont-wapbox .aman-btn.disabled:hover::before {
      background: #F5F5F5 !important;
      border: 1px solid #D9DAD9 !important; }
  .pay-cont .paycont-box .aman-btn::before, .pay-cont .paycont-wapbox .aman-btn::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #F22248;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    z-index: -1;
    border: 1px solid transparent; }
  .pay-cont .paycont-box .aman-btn:hover::before, .pay-cont .paycont-wapbox .aman-btn:hover::before {
    background-color: #D91438 !important;
    border: 1px solid rgba(254, 227, 147, 0.67) !important; }
  .pay-cont .paycont-box .aman-btn.coupon_apply:hover::before, .pay-cont .paycont-wapbox .aman-btn.coupon_apply:hover::before {
    border: 1px solid #E2E4E5 !important;
    background-color: #F6F6F9 !important;
    box-shadow: none !important; }
  .pay-cont .paycont-box .aman-btn.btn1, .pay-cont .paycont-wapbox .aman-btn.btn1 {
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000; }
    .pay-cont .paycont-box .aman-btn.btn1::after, .pay-cont .paycont-wapbox .aman-btn.btn1::after {
      display: none; }
    .pay-cont .paycont-box .aman-btn.btn1::before, .pay-cont .paycont-wapbox .aman-btn.btn1::before {
      display: none; }
    .pay-cont .paycont-box .aman-btn.btn1:hover, .pay-cont .paycont-wapbox .aman-btn.btn1:hover {
      border: none;
      color: #fff;
      background: #FC7E00;
      box-shadow: 0px 4px 4px rgba(255, 149, 0, 0.3); }
.pay-cont .paycont-box .lang_pay_buy_btn, .pay-cont .paycont-wapbox .lang_pay_buy_btn {
  position: relative; }
  .pay-cont .paycont-box .lang_pay_buy_btn::after, .pay-cont .paycont-wapbox .lang_pay_buy_btn::after {
    content: '';
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -14px !important;
    top: -12px !important;
    left: unset;
    z-index: 99;
    background: url("../img/new_header/halloween-hat.svg");
    background-size: contain;
    background-repeat: no-repeat; }

.checkout-cont label {
  display: block;
  color: #13395e;
  font-size: 14px;
  font-weight: 500;
  line-height: 10px;
  margin: 8px 0; }
.checkout-cont .date-and-code {
  display: flex;
  margin-bottom: 8px; }
.checkout-cont .date-and-code > div:nth-child(1) {
  width: 50%; }
.checkout-cont .date-and-code > div:nth-child(2) {
  width: 50%; }
.checkout-cont .input-container {
  position: relative;
  display: flex;
  height: 40px; }
.checkout-cont .icon-container:last-child {
  right: 0; }
.checkout-cont .icon-container.payment-method {
  right: 0; }
.checkout-cont .input-container.card-number {
  margin-bottom: 8px; }
.checkout-cont .input-container.expiry-date {
  margin-right: 8px; }
.checkout-cont .card-number-frame,
.checkout-cont .expiry-date-frame,
.checkout-cont .cvv-frame {
  flex: 1 1 auto;
  padding-left: 40px; }
.checkout-cont div + button {
  margin-top: 8px; }
.checkout-cont .icon-container {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 26px;
  margin: 0 7px; }
.checkout-cont .icon-container img {
  width: 20px; }
.checkout-cont .icon-container.payment-method {
  transform: translateY(-50%) rotateY(90deg);
  transition: opacity 0.15s ease-out;
  opacity: 0;
  top: 50%; }
.checkout-cont .icon-container.payment-method.show {
  opacity: 1;
  transition: all 0.4s ease-out;
  transform: translateY(-50%) rotateY(0deg); }
.checkout-cont .icon-container.payment-method img {
  width: 100%; }
.checkout-cont [id$="-error"] {
  display: none; }
.checkout-cont .frame {
  opacity: 0; }
.checkout-cont .frame--activated {
  opacity: 1;
  border-radius: 3px;
  border: 1px solid rgba(189, 201, 216, 0.8);
  box-shadow: 0px 2px 3px 1px rgba(225, 225, 225, 0.8); }
.checkout-cont .frame--activated.frame--focus {
  border: 1px solid rgba(189, 201, 216, 0.8);
  box-shadow: 0px 2px 3px 1px rgba(225, 225, 225, 0.8); }
.checkout-cont .frame--activated.frame--invalid {
  border: solid 1px #f64f64;
  box-shadow: 0 2px 5px 0 rgba(217, 104, 48, 0.15); }
.checkout-cont .error-message {
  display: block;
  color: #c9501c;
  font-size: 0.9rem;
  margin: 8px 0 0 1px;
  font-weight: 400; }
.checkout-cont .success-payment-message {
  color: #13395e;
  line-height: 1.4; }
.checkout-cont .token {
  color: #b35e14;
  font-size: 0.9rem;
  font-family: monospace; }

.left-model {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F8FAFF;
  z-index: 999999;
  display: none; }
  .left-model.show {
    display: block;
    animation: wap_pop_show linear .2s; }
  .left-model .mwp-head {
    padding: 0 17px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .left-model .mwp-head .logo img {
      max-height: 40px; }
    .left-model .mwp-head .line {
      width: calc(100% - 34px);
      height: 1px;
      background: #E5EEFE;
      position: absolute;
      bottom: 0; }
  .left-model .lm-top {
    padding-top: 20px; }
    .left-model .lm-top .li {
      height: 50px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 14px;
      font-weight: 500;
      color: #181C32;
      line-height: 14px; }
      .left-model .lm-top .li .icontxt {
        display: flex;
        align-items: center; }
        .left-model .lm-top .li .icontxt p {
          font-size: 14px;
          font-weight: 500;
          color: #181C32;
          line-height: 14px; }
  .left-model .lm-bom-box {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding: 0 20px;
    width: 100%; }
    .left-model .lm-bom-box .lm-bom {
      display: block;
      width: 100%;
      height: 42px;
      line-height: 42px;
      background: #009EF7;
      font-size: 14px;
      font-weight: 500;
      color: #FFFFFF;
      border-radius: 4px;
      text-align: center;
      margin-top: 14px; }
      .left-model .lm-bom-box .lm-bom.lm-bom1 {
        height: 42px;
        color: #009EF7;
        background: #F0FAFF;
        border: 1px solid #009EF7; }

.cuopon-box .tittxt p {
  font-size: 14px;
  font-family: Open Sans-Regular, Open Sans;
  font-weight: 400;
  color: #55687D;
  line-height: 14px; }

.pay-coupon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pay-coupon .ipt-box {
    position: relative;
    width: 100%; }
    .pay-coupon .ipt-box::after {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      display: block;
      width: 14px;
      height: 14px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/index/ico_up.svg");
      margin-left: 15px; }
    .pay-coupon .ipt-box input {
      width: 100%;
      height: 50px;
      background-color: #FFFFFF;
      box-shadow: 0px 2px 3px 1px rgba(225, 225, 225, 0.8);
      border-radius: 4px;
      box-shadow: 0px 2px 3px 0px rgba(225, 225, 225, 0.8);
      border: 1px solid #BDC9D8;
      padding: 0 38px 0 10px;
      color: #042040;
      font-size: 15px;
      font-family: Open Sans-Regular, Open Sans;
      font-weight: 400;
      line-height: 15px; }
    .pay-coupon .ipt-box.show .coupon-select {
      display: block; }
    .pay-coupon .ipt-box .coupon-select {
      position: absolute;
      width: 100%;
      left: 0;
      top: 27px;
      display: none;
      background-color: #FFFFFF;
      box-shadow: 0px 0px 10px 1px rgba(24, 28, 50, 0.1);
      border-radius: 4px;
      opacity: 1;
      border: 1px solid rgba(26, 26, 51, 0.1);
      padding: 7px 5px;
      z-index: 99; }
      .pay-coupon .ipt-box .coupon-select .cont {
        overflow-y: scroll;
        max-height: 200px; }
        .pay-coupon .ipt-box .coupon-select .cont::-webkit-scrollbar {
          width: 4px; }
        .pay-coupon .ipt-box .coupon-select .cont::-webkit-scrollbar-thumb {
          background-color: #E9EFF9;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px; }
      .pay-coupon .ipt-box .coupon-select::after {
        display: block;
        content: '';
        width: 100%;
        height: 12px;
        position: absolute;
        top: -11px;
        left: 0; }
      .pay-coupon .ipt-box .coupon-select .slt-opt {
        cursor: pointer;
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 5px;
        font-size: 13px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #042040;
        line-height: 15px;
        display: flex;
        align-items: center; }
        .pay-coupon .ipt-box .coupon-select .slt-opt:hover, .pay-coupon .ipt-box .coupon-select .slt-opt.active {
          background-color: #F4F7FC; }
        .pay-coupon .ipt-box .coupon-select .slt-opt .coupontop {
          width: 63px;
          height: 16px;
          display: flex;
          align-items: center;
          padding-left: 6px;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../img/pay/pay_mode/coupon_mark.svg");
          font-size: 12px;
          font-family: Ubuntu-Medium, Ubuntu;
          font-weight: 500;
          color: #FFFFFF;
          line-height: 16px;
          margin-left: 11px; }
  .pay-coupon .aman-btn {
    height: 50px;
    width: 130px;
    margin-left: 10px;
    justify-content: center; }

.lecooken {
  display: none;
  width: 1210px;
  height: 65px;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 30px 1px rgba(0, 54, 130, 0.15);
  border-radius: 4px;
  border: 1px solid #E5E6ED;
  padding: 0 20px;
  z-index: 999; }
  .lecooken .txt {
    font-size: 14px;
    font-family: Open Sans-Regular, Open Sans;
    color: #042040;
    line-height: 16px; }
    .lecooken .txt a {
      color: #FF8822; }
  .lecooken .btn {
    height: 35px;
    background-color: #FF8822;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    font-size: 14px;
    font-family: Open Sans-Regular, Open Sans;
    color: #FFFFFF;
    line-height: 16px;
    cursor: pointer; }

.flowbody h1 span {
  background: linear-gradient(90deg, #23E6A8 0%, #15D6D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.flowbody .pay-list .li:hover:after, .flowbody .pay-list .li.active:after {
  border: 4px solid #9090AA; }
.flowbody .pay-list .li:hover .pay-li-fot .check, .flowbody .pay-list .li.active .pay-li-fot .check {
  background-color: #23E6A8; }
.flowbody .pay-list .li.li1 .li-border, .flowbody .pay-list .li.li-week .li-border {
  background: linear-gradient(90deg, #23253C 0%, #6F6F87 100%); }
.flowbody .pay-list .li.li1:hover .li-cont .pay-mony-box .pay-mony p span,
.flowbody .pay-list .li.li1:hover .li-other .pay-mony-box .pay-mony p span, .flowbody .pay-list .li.li1.active .li-cont .pay-mony-box .pay-mony p span,
.flowbody .pay-list .li.li1.active .li-other .pay-mony-box .pay-mony p span, .flowbody .pay-list .li.li-week:hover .li-cont .pay-mony-box .pay-mony p span,
.flowbody .pay-list .li.li-week:hover .li-other .pay-mony-box .pay-mony p span, .flowbody .pay-list .li.li-week.active .li-cont .pay-mony-box .pay-mony p span,
.flowbody .pay-list .li.li-week.active .li-other .pay-mony-box .pay-mony p span {
  background: linear-gradient(90deg, #23E6A8 0%, #15D6D7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.flowbody .pay-list .li.li-week .li-border {
  background: linear-gradient(90deg, #23E6A8 0%, #15D6D7 100%); }
.flowbody .pay-list .top-jiaobiao {
  background-image: url("../img/index/jiaobiao2_flow.svg");
  color: #042040;
  z-index: 2; }
.flowbody .pay-list .top-jiaobiao2 {
  z-index: 2; }
  .flowbody .pay-list .top-jiaobiao2 .cont {
    background: linear-gradient(90deg, #ABFF9D 0%, #25F3F4 100%); }
    .flowbody .pay-list .top-jiaobiao2 .cont span {
      color: #042040; }
.flowbody .pay-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px; }
  .flowbody .pay-list .li {
    position: relative;
    width: 100%;
    max-width: 288px;
    background-color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F0F4F5;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 33px; }
    .flowbody .pay-list .li:hover, .flowbody .pay-list .li.active {
      box-shadow: 0px 3px 25px 0px rgba(162, 181, 202, 0.3); }
      .flowbody .pay-list .li:hover::after, .flowbody .pay-list .li.active::after {
        border-image: linear-gradient(90deg, #23253c, #6f6f87) 6 6; }
    .flowbody .pay-list .li::after {
      border-radius: 0; }
    .flowbody .pay-list .li.li-no {
      background-color: #F5F5F5; }
      .flowbody .pay-list .li.li-no .jiaobiao1 .cont {
        background: #CBD2DD; }
        .flowbody .pay-list .li.li-no .jiaobiao1 .cont p {
          color: #FFFFFF; }
    .flowbody .pay-list .li .jiaobiao1 {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 110px;
      height: 62px;
      overflow: hidden;
      z-index: 99; }
      .flowbody .pay-list .li .jiaobiao1 .cont {
        width: 126px;
        height: 24px;
        background: #FFBB0D;
        transform: rotateZ(-30deg);
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -23px;
        top: 10px; }
        .flowbody .pay-list .li .jiaobiao1 .cont p {
          color: #042040;
          line-height: 19px;
          display: block;
          font-size: 16px;
          font-family: Ubuntu-Medium, Ubuntu;
          font-weight: 500; }
    .flowbody .pay-list .li .jiaobiao2 {
      width: 90px;
      height: 90px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../img/index/jiaobiao2_flow.svg");
      position: absolute;
      right: -19px;
      top: -18px;
      display: flex;
      align-items: center;
      z-index: 99;
      justify-content: center; }
      .flowbody .pay-list .li .jiaobiao2 p {
        font-size: 16px;
        font-family: Ubuntu-Medium, Ubuntu;
        font-weight: 500;
        color: #042040;
        line-height: 19px;
        transform: rotateZ(345deg);
        text-align: center;
        margin-top: -8px; }
    .flowbody .pay-list .li .jiaobiao3 {
      width: 114px;
      height: 29px;
      background-color: #FFBB0D;
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-family: Ubuntu-Medium, Ubuntu;
      font-weight: 500;
      color: #042040;
      line-height: 19px;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 2;
      transform: translate(-50%, -50%); }
    .flowbody .pay-list .li .name {
      font-size: 18px;
      font-family: Ubuntu-Medium, Ubuntu;
      font-weight: 500;
      color: #042040;
      line-height: 21px; }
    .flowbody .pay-list .li .month {
      display: flex;
      margin-top: 30px;
      margin-bottom: 10px; }
      .flowbody .pay-list .li .month p {
        font-size: 21px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #042040;
        line-height: 24px;
        margin-top: 10px; }
      .flowbody .pay-list .li .month b {
        font-size: 50px;
        font-family: Ubuntu-Bold, Ubuntu;
        font-weight: bold;
        color: #042040;
        line-height: 59px;
        margin: 0 8px; }
      .flowbody .pay-list .li .month span {
        font-size: 14px;
        font-family: Ubuntu-Regular, Ubuntu;
        font-weight: 400;
        color: #042040;
        color: #5471FF;
        margin-top: 34px;
        line-height: 16px; }
    .flowbody .pay-list .li .unit {
      font-size: 14px;
      font-family: Open Sans-Regular, Open Sans;
      color: #55687D;
      line-height: 16px; }
    .flowbody .pay-list .li .priul {
      margin-top: 30px; }
      .flowbody .pay-list .li .priul .prili {
        display: flex;
        align-items: center;
        margin-bottom: 15px; }
        .flowbody .pay-list .li .priul .prili:nth-last-of-type(1) {
          margin-bottom: 15px; }
        .flowbody .pay-list .li .priul .prili img {
          width: 16px; }
        .flowbody .pay-list .li .priul .prili p {
          font-size: 14px;
          font-family: Open Sans-Regular, Open Sans;
          color: #55687D;
          line-height: 16px;
          margin-left: 6px; }
.flowbody .pay-cont .paycont-box .paycont-l .paytype-li .pay-type h4 i, .flowbody .pay-cont .paycont-wapbox .paycont-l .paytype-li .pay-type h4 i {
  color: #042040;
  background-image: url("../img/pay/pay_mode/pay_type_jbbg_flow.svg"); }

h1 {
  font-size: 48px;
  font-family: Ubuntu-Bold, Ubuntu;
  font-weight: 500;
  color: #141414;
  line-height: 58px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: 633px;
  padding-top: 0;
  margin-top: 28px;
  margin-bottom: 25px;
  white-space: nowrap; }
  h1 span {
    position: relative;
    color: #6680FF;
    -webkit-text-fill-color: inherit;
    background: none;
    z-index: 1; }
    h1 span::after {
      content: '';
      position: absolute;
      z-index: -1;
      left: -3px;
      top: 30px;
      width: 100%;
      height: 19px;
      background: #E8F7FF;
      border-radius: 0px 0px 0px 0px;
      opacity: 1; }
  h1 .h1img1 {
    position: absolute;
    z-index: -1;
    right: 42px;
    top: 4px;
    display: block;
    width: 48px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/index/activity/h4_icon1.svg"); }
  h1 .h1img2 {
    position: absolute;
    z-index: -1;
    left: 16px;
    bottom: 5px;
    display: block;
    width: 53px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/index/activity/h4_icon2.svg"); }
  h1 .h1img4 {
    position: absolute;
    z-index: -1;
    top: -34px;
    left: -37px; }
  h1 .h1img3 {
    position: absolute;
    z-index: -1;
    width: 119px;
    height: 105px;
    right: -7px;
    bottom: -64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/index/activity/new/ico_payh1_3_n.png");
    z-index: 2;
    display: none; }
    h1 .h1img3 p {
      font-size: 16px;
      font-family: Ubuntu-Bold, Ubuntu;
      font-weight: bold;
      color: #ffffff;
      line-height: 17px;
      padding-top: 35px;
      padding-left: 43px;
      text-shadow: 0px 2px 0px #000000;
      -webkit-text-stroke: 0.5px #000000;
      transform: rotate(45deg); }

.htxt {
  max-width: 542px;
  font-size: 16px;
  font-family: Ubuntu-Light, Ubuntu;
  font-weight: 400;
  color: #767676;
  line-height: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px; }

.pay-cont .paycont-box .paycont-l .paytype-li .pay-type h4 i, .pay-cont .paycont-wapbox .paycont-l .paytype-li .pay-type h4 i {
  background-image: url("../img/pay/pay_mode/pay_type_jbbg1.svg"); }

.pay-cont .paycont-box,
.pay-cont .paycont-wapbox {
  position: relative;
  z-index: 1; }
  .pay-cont .paycont-box .virtual-box,
  .pay-cont .paycont-wapbox .virtual-box {
    display: none;
    margin-top: 15px;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center; }
    .pay-cont .paycont-box .virtual-box:before,
    .pay-cont .paycont-wapbox .virtual-box:before {
      content: "*";
      color: #E30B34;
      font-size: 13px;
      margin-right: 5px; }
    .pay-cont .paycont-box .virtual-box .checkmark,
    .pay-cont .paycont-wapbox .virtual-box .checkmark {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: #fff;
      border: 1px solid #DEE0E9;
      border-radius: 2px;
      margin-right: 5px;
      vertical-align: middle;
      position: relative; }
    .pay-cont .paycont-box .virtual-box .checkmark:after,
    .pay-cont .paycont-wapbox .virtual-box .checkmark:after {
      content: url("../../user/img/check_icon2.svg");
      position: absolute;
      display: none;
      left: 0;
      top: 0; }
    .pay-cont .paycont-box .virtual-box #myCheckbox,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox {
      display: none; }
    .pay-cont .paycont-box .virtual-box #myCheckbox[type="checkbox"]:checked + .checkmark,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox[type="checkbox"]:checked + .checkmark {
      background-color: #0E6FDE;
      border-color: #0E6FDE; }
    .pay-cont .paycont-box .virtual-box #myCheckbox[type="checkbox"]:checked + .checkmark:after,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox[type="checkbox"]:checked + .checkmark:after {
      display: block; }
    .pay-cont .paycont-box .virtual-box #myCheckbox_static,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox_static {
      display: none; }
    .pay-cont .paycont-box .virtual-box #myCheckbox_static[type="checkbox"]:checked + .checkmark,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox_static[type="checkbox"]:checked + .checkmark {
      background-color: #0E6FDE;
      border-color: #0E6FDE; }
    .pay-cont .paycont-box .virtual-box #myCheckbox_static[type="checkbox"]:checked + .checkmark:after,
    .pay-cont .paycont-wapbox .virtual-box #myCheckbox_static[type="checkbox"]:checked + .checkmark:after {
      display: block; }
    .pay-cont .paycont-box .virtual-box .txtse,
    .pay-cont .paycont-wapbox .virtual-box .txtse {
      display: flex;
      position: relative;
      top: 1px;
      color: #55687D; }
      .pay-cont .paycont-box .virtual-box .txtse .ttp,
      .pay-cont .paycont-wapbox .virtual-box .txtse .ttp {
        margin-top: 3px;
        margin-left: 5px;
        width: 14px;
        height: 14px;
        background: url("../img/pay/ttp_icon.svg") no-repeat center; }
        .pay-cont .paycont-box .virtual-box .txtse .ttp:hover,
        .pay-cont .paycont-wapbox .virtual-box .txtse .ttp:hover {
          background: url("../img/pay/ttp_icon_1.svg") no-repeat center; }
      .pay-cont .paycont-box .virtual-box .txtse .ttp:hover + .hide-txt,
      .pay-cont .paycont-wapbox .virtual-box .txtse .ttp:hover + .hide-txt {
        display: block; }
      .pay-cont .paycont-box .virtual-box .txtse .hide-txt,
      .pay-cont .paycont-wapbox .virtual-box .txtse .hide-txt {
        display: none;
        border-radius: 4px;
        background: var(--PIA24-BK-01, #042040);
        max-width: 326px;
        padding: 10px;
        color: var(--PIA24-BK-White, var(--white-100, #FFF));
        font-family: "Open Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 15.6px */
        position: absolute;
        bottom: 30px;
        right: -120px;
        z-index: 6; }
  .pay-cont .paycont-box .disabled .pay_go_btn,
  .pay-cont .paycont-wapbox .disabled .pay_go_btn {
    opacity: 0.4;
    pointer-events: none; }
  .pay-cont .paycont-box .paycont-l .paytype-li,
  .pay-cont .paycont-wapbox .paycont-l .paytype-li {
    background-color: #FFF;
    z-index: 1;
    padding-left: 0; }
    .pay-cont .paycont-box .paycont-l .paytype-li.active::after,
    .pay-cont .paycont-wapbox .paycont-l .paytype-li.active::after {
      content: '';
      display: block;
      width: 89px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: auto;
      left: -10px;
      bottom: -23px;
      z-index: 3;
      border: none; }
    .pay-cont .paycont-box .paycont-l .paytype-li.active .pay-li-cont,
    .pay-cont .paycont-wapbox .paycont-l .paytype-li.active .pay-li-cont {
      box-shadow: 0px 3px 18px 0px rgba(162, 180, 202, 0.15); }
      .pay-cont .paycont-box .paycont-l .paytype-li.active .pay-li-cont::after,
      .pay-cont .paycont-wapbox .paycont-l .paytype-li.active .pay-li-cont::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        border-radius: 10px;
        z-index: 2; }
  .pay-cont .paycont-box .paycont-r .aman-btn:hover,
  .pay-cont .paycont-wapbox .paycont-r .aman-btn:hover {
    box-shadow: 0px 4px 4px 1px #16396c30; }

.paynook_img1 {
  position: absolute;
  left: 0;
  top: 66px;
  z-index: -1; }

.paynook_img2 {
  position: absolute;
  right: 0;
  top: 66px;
  z-index: -1; }

.paynook_img3 {
  position: absolute;
  left: 0;
  top: 1400px;
  z-index: -1; }

.paynook_img4 {
  position: absolute;
  right: 0;
  top: 1500px;
  z-index: -1; }

.li-unlimit-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .li-unlimit-box .liunlimit-l h4 {
    font-size: 40px;
    font-family: Ubuntu-Bold, Ubuntu;
    font-weight: bold;
    color: #042040;
    line-height: 56px;
    max-width: 404px; }
    .li-unlimit-box .liunlimit-l h4 b {
      color: #FF6E30; }
  .li-unlimit-box .liunlimit-l h5 {
    font-size: 18px;
    font-family: Open Sans;
    font-weight: 400;
    color: #55687D;
    line-height: 29px;
    margin-top: 10px;
    margin-bottom: 50px;
    max-width: 455px;
    text-align: left; }
  .li-unlimit-box .liunlimit-l .best-ul {
    max-width: 590px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .li-unlimit-box .liunlimit-l .best-ul .best-li {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      width: 270px; }
      .li-unlimit-box .liunlimit-l .best-ul .best-li:nth-of-type(2n) {
        width: 320px; }
      .li-unlimit-box .liunlimit-l .best-ul .best-li:nth-last-of-type(1), .li-unlimit-box .liunlimit-l .best-ul .best-li:nth-last-of-type(2) {
        margin-bottom: 11px; }
      .li-unlimit-box .liunlimit-l .best-ul .best-li p {
        font-size: 14px;
        font-family: Heebo-Light, Heebo;
        font-weight: 400;
        color: #767676;
        line-height: 19px;
        margin-left: 5px;
        white-space: nowrap; }
  .li-unlimit-box .liunlimit-r {
    width: 100%;
    max-width: 550px;
    position: relative; }
    .li-unlimit-box .liunlimit-r::after {
      content: '';
      display: block;
      position: absolute;
      left: -43px;
      top: 50%;
      width: 514px;
      height: 383px;
      background-color: #F9FAFE;
      border-radius: 10px;
      transform: translateY(-50%);
      z-index: -1px; }
    .li-unlimit-box .liunlimit-r .cont {
      width: 100%;
      padding: 40px 60px;
      background-color: #FFFFFF;
      box-shadow: 0px 0px 11px 0px rgba(33, 42, 85, 0.14), inset 0px 5px 0px 0px #5471FF;
      border-radius: 10px;
      position: relative;
      z-index: 1; }
      .li-unlimit-box .liunlimit-r .cont .name {
        font-size: 26px;
        font-family: Heebo-Bold, Heebo;
        font-weight: bold;
        color: #042040;
        line-height: 30px; }
      .li-unlimit-box .liunlimit-r .cont .pic {
        display: flex;
        align-items: flex-end;
        margin-top: 15px;
        padding-bottom: 25px;
        border-bottom: 1px dashed #D3DEED; }
        .li-unlimit-box .liunlimit-r .cont .pic p {
          font-size: 60px;
          font-family: Open Sans-ExtraBold, Open Sans;
          font-weight: 800;
          color: #FF6E30;
          line-height: 60px; }
        .li-unlimit-box .liunlimit-r .cont .pic b {
          font-size: 16px;
          font-family: Heebo-Regular, Heebo;
          font-weight: 400;
          color: #55687D;
          line-height: 26px;
          margin-left: 4px;
          margin-right: 20px; }
        .li-unlimit-box .liunlimit-r .cont .pic .old {
          font-size: 30px;
          font-family: Open Sans-SemiBold, Open Sans;
          font-weight: 600;
          color: #FF6E30;
          line-height: 30px;
          position: relative; }
          .li-unlimit-box .liunlimit-r .cont .pic .old::after {
            content: '';
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 6px;
            background-color: rgba(255, 168, 0, 0.6); }
      .li-unlimit-box .liunlimit-r .cont .unlimit-ul {
        margin-top: 25px;
        margin-bottom: 25px; }
        .li-unlimit-box .liunlimit-r .cont .unlimit-ul .unli-li {
          display: flex;
          align-items: center;
          margin-bottom: 12px; }
          .li-unlimit-box .liunlimit-r .cont .unlimit-ul .unli-li:nth-last-of-type(1) {
            margin-bottom: 0; }
          .li-unlimit-box .liunlimit-r .cont .unlimit-ul .unli-li p {
            font-size: 17px;
            font-family: Open Sans;
            font-weight: 400;
            color: #042040;
            line-height: 23px;
            margin-left: 4px; }
      .li-unlimit-box .liunlimit-r .cont .aman-btn {
        height: 48px;
        justify-content: center;
        font-size: 16px;
        font-family: Heebo-Bold, Heebo;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 19px; }
      .li-unlimit-box .liunlimit-r .cont .b-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px; }
        .li-unlimit-box .liunlimit-r .cont .b-type .type-box {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .li-unlimit-box .liunlimit-r .cont .b-type .type-box img {
            width: 36px;
            margin-right: 6px; }
          .li-unlimit-box .liunlimit-r .cont .b-type .type-box .type-more {
            font-size: 18px;
            font-family: Open Sans-Regular, Open Sans;
            font-weight: 400;
            color: #55687D;
            line-height: 18px; }
        .li-unlimit-box .liunlimit-r .cont .b-type .txt {
          font-size: 14px;
          font-family: Ubuntu-Regular, Ubuntu;
          font-weight: 400;
          color: #FF8822;
          line-height: 16px; }

.pop-left-coupon {
  position: fixed;
  top: 20%;
  left: 35px;
  width: 197px;
  height: 595px;
  padding-top: 26px;
  padding-left: 4px;
  z-index: 58; }
  .pop-left-coupon .ctop-top {
    position: absolute;
    left: 0;
    top: 0; }
  .pop-left-coupon .ctop-bom {
    position: absolute;
    bottom: 0;
    left: 0; }
  .pop-left-coupon .lpon-cont {
    width: 189px;
    height: 535px;
    background-color: #FCEAA0;
    border-radius: 28px;
    padding: 115px 7px 0; }
    .pop-left-coupon .lpon-cont.lpon-cont-hk .lpcli.lpcli0 {
      background-image: url("../img/index/activity/left_conponkli_hk1.png"); }
    .pop-left-coupon .lpon-cont.lpon-cont-hk .lpcli.lpcli1 {
      background-image: url("../img/index/activity/left_conponkli_hk2.png"); }
    .pop-left-coupon .lpon-cont.lpon-cont-hk .lpcli.lpcli2 {
      background-image: url("../img/index/activity/left_conponkli_hk3.png"); }
    .pop-left-coupon .lpon-cont.lpon-cont-hk .lpcli.lpcli3 {
      background-image: url("../img/index/activity/left_conponkli_hk4.png"); }
    .pop-left-coupon .lpon-cont.lpon-cont-hk .lpcli.lpcli4 {
      background-image: url("../img/index/activity/left_conponkli_hk5.png"); }
    .pop-left-coupon .lpon-cont .lpcli {
      width: 175px;
      height: 70px;
      background-repeat: no-repeat;
      background-position: center;
      padding-top: 49px;
      margin-bottom: 5px; }
      .pop-left-coupon .lpon-cont .lpcli.used {
        opacity: 0.5; }
      .pop-left-coupon .lpon-cont .lpcli.lpcli0 {
        background-image: url("../img/index/activity/left_conponkli1.png"); }
      .pop-left-coupon .lpon-cont .lpcli.lpcli1 {
        background-image: url("../img/index/activity/left_conponkli2.png"); }
      .pop-left-coupon .lpon-cont .lpcli.lpcli2 {
        background-image: url("../img/index/activity/left_conponkli3.png"); }
      .pop-left-coupon .lpon-cont .lpcli.lpcli3 {
        background-image: url("../img/index/activity/left_conponkli4.png"); }
      .pop-left-coupon .lpon-cont .lpcli.lpcli4 {
        background-image: url("../img/index/activity/left_conponkli5.png"); }
      .pop-left-coupon .lpon-cont .lpcli .txt {
        width: 148px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 12px;
        font-family: Open Sans-Regular, Open Sans;
        font-weight: 400;
        color: #FFFDF8;
        line-height: 14px;
        margin: 0 auto; }
        .pop-left-coupon .lpon-cont .lpcli .txt p {
          display: flex;
          align-items: center; }
          .pop-left-coupon .lpon-cont .lpcli .txt p span {
            width: 83px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
        .pop-left-coupon .lpon-cont .lpcli .txt .noinpuCopy {
          opacity: 0.5;
          cursor: pointer; }
          .pop-left-coupon .lpon-cont .lpcli .txt .noinpuCopy:hover {
            opacity: 1; }

.user_back {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 99999; }
  .user_back > div {
    width: 420px;
    height: 580px;
    position: absolute;
    left: calc(50% - 210px);
    top: calc(50% - 290px);
    padding: 30px;
    border-radius: 4px;
    gap: 30px;
    background: #FFFFFF; }
    .user_back > div > .close {
      position: absolute;
      top: 18px;
      right: 18px;
      color: #55687D;
      font-size: 16px;
      font-weight: 900;
      cursor: pointer; }
    .user_back > div > p {
      font-family: Open Sans-Regular, Open Sans;
      font-size: 26px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0em;
      text-align: left;
      color: #042040; }
    .user_back > div > span {
      font-family: Poppins;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px;
      letter-spacing: 0em;
      text-align: left;
      color: #55687D;
      margin-top: 12px;
      margin-bottom: 15px; }
    .user_back > div > .form > p {
      color: var(--PIA_BK-01, #042040);
      font-family: "Open Sans-Regular, Open Sans";
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 15px */
      margin-top: 15px; }
      .user_back > div > .form > p > span {
        color: #E30B34; }
    .user_back > div > .form > .country {
      display: flex;
      width: 100%;
      height: 40px;
      padding: 18px 15px;
      align-items: center;
      gap: 17px;
      align-self: stretch;
      border-radius: 4px;
      border: 1px solid #E4E6EA;
      margin-top: 10px; }
      .user_back > div > .form > .country::placeholder {
        color: #9DA4B2; }
    .user_back > div > .form > .number {
      display: flex;
      align-items: center;
      gap: 5px;
      align-self: stretch;
      margin-top: 10px; }
      .user_back > div > .form > .number > div {
        display: flex;
        height: 36px;
        align-items: center;
        gap: 5px;
        border-radius: 1px;
        border: 2px solid var(--Luna2024-Line_01, #EAEFF9);
        background: var(--Luna2024-White, #FFF); }
        .user_back > div > .form > .number > div > span {
          display: flex;
          width: 36px;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          align-self: stretch;
          background: var(--Luna2024-Line_01, #EAEFF9);
          font-size: 18px;
          cursor: pointer; }
        .user_back > div > .form > .number > div > input {
          width: 60px;
          border: 0;
          outline: none;
          text-align: center; }
      .user_back > div > .form > .number > span {
        color: var(--PIA_BK-02, #55687D);
        text-align: center;
        font-family: "Open Sans-Regular, Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        /* 14px */ }
    .user_back > div > .form > textarea {
      display: flex;
      width: 100%;
      height: 84px;
      padding: 15px;
      align-items: flex-start;
      gap: 17px;
      align-self: stretch;
      border-radius: 4px;
      border: 1px solid #E4E6EA;
      resize: none;
      font-family: "Open Sans-Regular, Open Sans";
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 130%;
      /* 18.2px */
      margin-top: 10px; }
      .user_back > div > .form > textarea::placeholder {
        color: #9DA4B2;
        font-family: "Open Sans-Regular, Open Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        /* 18.2px */ }
    .user_back > div > .form > button {
      width: 100%;
      height: 40px;
      background: #0E6FDE;
      border: 0;
      outline: none;
      border-radius: 4px;
      font-family: Open Sans-Regular, Open Sans;
      font-size: 15px;
      font-weight: 600;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: center;
      color: #fff;
      margin-top: 30px;
      cursor: pointer; }

[v-cloak] {
  display: none; }

/* google、safari */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0; }

/* 火狐 */
input[type="number"] {
  -moz-appearance: textfield; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes wap_pop_show {
  0% {
    opacity: 0;
    width: 0;
    height: 0; }
  50% {
    opacity: 1;
    width: 50%;
    height: 50%; }
  100% {
    opacity: 1;
    width: 100%;
    height: 100%; } }
@keyframes up-down {
  0% {
    transform: translateY(20px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(20px); } }
@media only screen and (max-width: 820px) {
  .user_back > div {
    width: 95%;
    height: 550px;
    left: 2.5%; }

  .cont-header {
    display: block !important; }
    .cont-header > p {
      font-size: 16px !important; }
      .cont-header > p > span {
        font-size: 12px !important;
        display: block !important;
        margin-left: 0 !important;
        margin-top: 10px; } }
.sav-box .add_tip_icon {
  display: inline;
  position: relative; }
  .sav-box .add_tip_icon:hover .tip_txt {
    display: block; }
  .sav-box .add_tip_icon .tip_txt {
    position: absolute;
    left: 0;
    top: -29px;
    font-size: 12px;
    min-width: 285px;
    padding: 5px;
    background: #555555;
    color: #fff;
    display: none; }

#recommend {
  border-radius: 20px;
  background: #FFF1F7;
  padding: 4px 8px;
  color: #A92252;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 12px */
  margin-left: 10px; }

.pay-type .jb-box {
  display: flex; }

.processing_show {
  line-height: 30px; }
  .processing_show .add_tip_icon {
    display: inline;
    position: relative; }
    .processing_show .add_tip_icon:hover .tip_txt {
      display: block; }
    .processing_show .add_tip_icon #tip_icon_des {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../img/pay_tip_icon.svg") no-repeat center; }
    .processing_show .add_tip_icon .tip_txt {
      position: absolute;
      left: 0;
      top: -29px;
      font-size: 12px;
      min-width: 200px;
      padding: 5px;
      background: #555555;
      color: #fff;
      display: none;
      z-index: 2; }
  .processing_show .allH4 {
    font-size: 14px !important; }

.user_auth_pop {
  background-color: rgba(0, 0, 0, 0.6) !important; }
  .user_auth_pop .user_auth_container {
    display: flex;
    width: 480px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 4px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .user_auth_pop .user_auth_container .user_auth_tit {
      color: var(--PIA24-BK-01, #042040);
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 100%;
      /* 18px */
      text-transform: capitalize; }
    .user_auth_pop .user_auth_container .user_auth_tips {
      color: var(--PIA24-BK-02, #55687D);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%;
      /* 21px */
      margin-top: 10px; }
    .user_auth_pop .user_auth_container .user_auth_btn {
      display: flex;
      height: 34px;
      padding: 10px 30px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      background: var(--PIA24-VI-01, #0E6FDE);
      color: var(--PIA_BK-White, #FFF);
      font-size: 13px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      /* 13px */
      text-transform: capitalize;
      cursor: pointer; }
    .user_auth_pop .user_auth_container .card_close {
      position: absolute;
      top: 12px;
      right: 12px;
      width: 18px;
      height: 18px;
      cursor: pointer; }

header .header-cont > .header-left {
  float: left; }
  header .header-cont > .header-left .logo_img {
    display: none; }
  header .header-cont > .header-left .logo_img_active {
    display: block; }
  header .header-cont > .header-left > .header-nav > a {
    height: 30px;
    margin-right: 30px;
    float: left;
    color: var(--PIA24-BK-01, #042040);
    font-family: Open Sans-Bold, Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 15px */
    text-transform: capitalize;
    cursor: pointer; }
  header .header-cont > .header-left > .header-nav > .nav-box:hover a::after {
    width: calc(100% + 19px);
    color: #ffffff; }
  header .header-cont > .header-left > .header-nav > .nav-box:hover > i {
    transform: rotate(-180deg); }
  header .header-cont > .header-left > .header-nav > .nav-box > a {
    color: var(--PIA24-BK-01, #042040); }
    header .header-cont > .header-left > .header-nav > .nav-box > a::after {
      background-color: #042040; }
  header .header-cont > .header-left > .header-nav > .nav-box > i {
    background: url(../img/new_header/down.svg) no-repeat center; }
header .header-cont > .header-right > .lang > .lang_logo {
  background: url(../img/new_header/lang.svg) no-repeat center; }
header .header-cont > .header-right > .lang > span {
  color: var(--PIA24-BK-01, #042040); }
header .header-cont > .header-right > .header-login-box > .loginTxt {
  color: var(--PIA24-BK-01, #042040);
  cursor: pointer; }
  header .header-cont > .header-right > .header-login-box > .loginTxt .icon_normal {
    display: none; }
  header .header-cont > .header-right > .header-login-box > .loginTxt .icon_active {
    display: inline; }
header .header-cont > .header-right .down {
  background: url(../img/new_header/down.svg) no-repeat center; }
header .header-cont > .header-right .header-cont .user {
  display: flex;
  align-items: center; }
  header .header-cont > .header-right .header-cont .user .txt p {
    color: #042040; }
  header .header-cont > .header-right .header-cont .user .txt span {
    color: #55687D; }

@media only screen and (max-width: 820px) {
  .user_auth_pop {
    background-color: rgba(0, 0, 0, 0.6) !important; }
    .user_auth_pop .user_auth_container {
      width: calc(100% - 30px); }

  .wap-header {
    display: none;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative; }
    .wap-header .h-logo .logo_img {
      display: none !important; }
    .wap-header .h-logo .logo_img_active {
      display: block !important; }
    .wap-header .header-right {
      width: 24px;
      height: 24px;
      background-image: url("../img/wap/menu.svg") !important;
      background-repeat: no-repeat;
      background-position: center; }
      .wap-header .header-right.show {
        background-image: url("../img/wap/nor.svg"); } }

/*# sourceMappingURL=pay.css.map */
