.pay_cont {
    padding: 36px;
    min-height: 542px;
    background-color: #fff;
    position: relative;
}

.pay_account {
    margin-bottom: 30px;
    border-bottom: 1px solid #ECF0F1;
}

.host_info {
    padding-right: 38px;
    padding-left: 100px;
    height: 80px;
}

.host_name {
    padding-top: 14px;
    line-height: 26px;
    font-size: 18px;
    color: #757F82;
}

.refill,
.changeuser {
    /* top: 28px;
    right: 44px; */
    line-height: 26px;
    font-size: 18px;
    color: #00D8C9;
    cursor: pointer;
    position: relative;
    top: 28px;
}

.changeuser {
    display: none;
}

.account_num {
    margin-top: 16px;
    padding-left: 36px;
    line-height: 48px;
    font-size: 18px;
    color: #757F82;
    border-left: 1px solid #ECF0F1;
}

.pay_num .act {
    position: absolute;
    top: -12px;
    right: 5px;
    width: fit-content;
}

.pay_num .act span {
    display: block;
    font-size: .7em;
    color: #722bff;
    text-align: center;
    background: white;
    border: 1px solid #722bff;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    padding: 0px 10px;
}

.pay_num .act span:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.7em;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #6225dc;
    border-left-color: #6225dc;
}

.to_pay {
    border-top: 1px solid #ECF0F1;
    background: #fff;
    height: 102px;
    width: 100%;
    padding: 20px 297px 0 296px;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}

.to_pay .to_pay_wrapper {
    width: 1060px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.to_pay p {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 22px;
    font-size: 16px;
    color: #757F82;
}

.to_pay p em {
    color: #00D8C9;
    font-size: 24px;
    font-style: normal;
}

.to_pay span {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#topay {
    display: none;
    background-color: #00D8C9;
}

.to_pay span.distopay {
    background-color: #ccc;
    cursor: not-allowed;
}

/*缃戦摱閾惰*/
.pay_bank{
    border: 1px solid #EEEEEE;
    overflow: hidden;
    padding: 17px 0 27px 28px;
    box-sizing: border-box;
    width: 74%;
    margin-top: 30px;
    display: none;
}
.pay_bank div{
    float: left;
    width: 144px;
    height: 42px;
    margin: 12px 20px 5px 0px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.bg-active{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: url('https://img.ikstatic.cn/MTU2MTAyMTUzMDE4NyM4NjcjcG5n.png') no-repeat;
    background-size: contain;
    background-position: 0 0;
    font-size: 14px;
    line-height: 80px;
    color: #fff;
    font-family: PingFangSC-Medium;
}
.tit-rules{
    font-size: 12px;
    color: #757F82;
    /* position: absolute;
    bottom: 30px; */
}
.tit-rules a{
    font-size: 12px;
    color: #00D8C9;
    text-decoration: none;
}
/* 鏄犲鍙峰厖鍊� */

#refill_panel {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    margin-top: -187px;
    margin-left: -230px;
    padding: 80px 94px 0;
    width: 264px;
    height: 286px;
    font-size: 14px;
    color: #546064;
    background-color: #fff;
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    background-clip: padding-box;
}

#refill_panel h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
    color: #546064;
    text-align: center;
}

#refill_panel .num {
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}

#refill_panel .num input {
    padding: 8px 10px;
    width: 244px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #B3C1C6;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #E8EDEE;
    outline: none;
}

#refill_panel .txt {
    margin-top: 6px;
    margin-bottom: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #f63d3d;
    text-align: center;
}

#refill_panel .btn {
    margin-top: 20px;
}

#refill_panel .btn span {
    display: block;
    width: 264px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #00D8C9;
    border-radius: 18px;
    cursor: pointer;
}

#refill_panel .btn span:hover {
    background-color: #01C0B2;
}

.close_refill_panel {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-position: -192px 0;
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.close_refill_panel:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/****************************************** wxpay ******************************************/

.wx_pay_one {
    width: 288px;
    height: 470px;
    float: left;
    margin-left: 100px;
    margin-top: 30px;
}

.wx_pay_two {
    width: 27px;
    height: 74px;
    float: left;
    margin-left: 94px;
    margin-top: 230px;
    background-position: -130px -87px;
}

.wx_pay_thr {
    float: left;
    margin-left: 90px;
    margin-top: 50px;
    width: 292px;
    text-align: center;
}

.wx_pay_t {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 18px;
    color: #00D8C9;
}

.wx_pay_b {
    margin-bottom: 24px;
    font-size: 12px;
    color: #B8C1C4;
}

#wxCode {
    padding: 10px;
    width: 268px;
    height: 268px;
    border: 2px solid #00D8C9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#zfbCode {
    width: 292px;
    height: 292px;
}

#zfbCode img {
    display: block;
    width: 292px;
    height: 292px;
}

.wx_pay_bo {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    font-size: 18px;
    color: #757F82;
}

.wx_pay_br {
    clear: both;
    margin-top: -1px;
    padding-top: 20px;
    border-top: 1px solid #ECF0F1;
}

.wx_pay_hr {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #B5B9C2;
    text-decoration: none;
}

.wx_pay_hr:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 7px solid #B5B9C2;
}


/****************************************** zfbpay ******************************************/


/****************************************** paysuccess ******************************************/

.pay_s_im {
    margin: 116px auto 0;
    width: 66px;
    height: 66px;
}

.pay_s_im.succ {
    background-position: -159px -95px;
}

.pay_s_im.fail {
    background-position: -226px -95px;
}

.pay_s_font {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    line-height: 30px;
    font-size: 26px;
    color: #757F82;
    text-align: center;
}

.pay_status_btn {
    padding-top: 128px;
    padding-bottom: 94px;
    text-align: center;
}

.pay_status_btn a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    background-color: #00D8C9;
    text-decoration: none;
    border-radius: 24px;
}

.pay_status_btn a.status_s {
    width: 140px;
}

.pay_status_btn a.status_f {
    width: 200px;
}

.pay_method{
    overflow: hidden;
    padding-bottom: 40px;
}
.box-ipt{
    overflow: hidden;
    width: 100%;
    color: #757F82;
    line-height: 40px;
    font-size: 15px;
    margin-bottom: 40px;
}
.ipt-free{
    border: 1px solid #ACBEC6;
    border-radius: 4px;
    width: 140px;
    height:40px;
    padding-left: 8px;
    outline: none;
}
.tit-ex{
    font-size: 13px;
    color: #FF9926;
    padding-left: 5px;
    display: none;
}
.tost{
    background: #FFF4F4;
    border: 1px solid #FFC1C1;
    font-size: 12px;
    color: #757F82;
    line-height: 38px;
    text-align: center;
    margin: 16px 0 0 0;
    display: none;
    float: left;
    padding: 0 8px;
}


.pay_choose h4 {
  margin: 12px 0px;
  font-size: 16px;
  font-weight: normal;
  color: #757F82;
}

.pay_reminder{
  color: #5a5757;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
  margin-top: .14rem;
}

.pay_confirm_btn{
  display: inline-block;
  width: 200px;
  background-color: #722aff;
  border-color: #722aff;
  margin-bottom: 20px;
}

.pay_confirm_btn:hover,.pay_confirm_btn:active,.pay_confirm_btn:focus{
  background-color: #5f23d4;
  border-color: #5f23d4;
}

.pay_confirm_btn:focus{
  box-shadow: 0 0 0 0.2rem rgba(114,42,255,.5);
}

.pay_num{
  color: #722aff;
  border: 1px solid #722aff;
  border-radius: 5px;
  cursor: pointer;
}
.pay_num2{
    color: plum ;
    border: 1px solid plum ;
    border-radius: 5px;
    cursor: pointer;
}

.pay_num .diamond{
  font-size: .9em;
  margin: 0;
  line-height: 48px;
}

.pay_num .money{
  font-size: .7em;
  margin: 0;
  line-height: 32px;
}

.pay_num hr{
  margin: 0 15px;
  border-top: 1px dashed #722aff;
  background: none;
}

.pay_num:hover{
  background-color: rgba(114, 42, 255, .2);
}

.pay_num.active{
  background: #722aff;
  color: white;
  -webkit-box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
  -moz-box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
  box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
}

.pay_num.active hr{
  border-top: 1px dashed #fff;
}

.pay_num2 .diamond{
    font-size: .9em;
    margin: 0;
    line-height: 48px;
}

.pay_num2 .money{
    font-size: .7em;
    margin: 0;
    line-height: 32px;
}

.pay_num2 hr{
    margin: 0 15px;
    border-top: 1px dashed plum ;
    background: none;
}

.pay_num2:hover{
    background-color: rgba(114, 42, 255, .2);
}

.pay_num2.active{
    background: #722aff;
    color: white;
    -webkit-box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
    -moz-box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
    box-shadow: 0px 7px 17px 1px rgba(113,42,255,0.4);
}

.pay_num2.active hr{
    border-top: 1px dashed #fff;
}

.payment-method-btn{
  border-radius: 4px;
  border: 2px solid #eff0f3;
  font-size: .85em;
  line-height: 40px;
  cursor: pointer;
  color: #adb5bd;
}

.payment-method-btn.active{
  color: white;
}

.payment-method-btn.weixin.active{
  border: 2px solid #36d331;
  background-color: #36d331;
}
.payment-method-btn.alipay.active{
  border: 2px solid #00a0e8;
  background-color: #00a0e8;
}
.payment-method-btn.stripe.active{
  border: 2px solid #635bff;
  background-color: #635bff;
}

.media{
  align-items: flex-start;
  padding-bottom: 20px;
}

.media img{
  width: 40px;
  border-radius: 50%!important;
  align-self: center!important;
  margin-right: 1rem!important;
}

.media-body {
  flex: 1;
}

.user-info{
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
}

.btn-user-swtich{
  display: inline-block;
  float: right;
  font-size: .8em;
  height: 40px;
}

.pay_confirm_btn.disabled, .pay_confirm_btn:disabled{
  background-color: #adb5bd;
  border-color: #adb5bd;
}

#user-error-msg{
  font-size: .7em;
  color: red;
  display: block;
}

#user-form input{
  display: inline-block;
  width: 200px;
}

#user-form label, #btn-username, .pay_account span, #user-form input{
  margin-right: 10px;
  font-size: .8em;
}

@media(max-width:640px){
  .pay_cont{
    padding: 20px;
  }

  #user-form input{
    display: inline-block;
    width: 150px;
  }
}

@media(max-width:320px){
  .btn-user-swtich{
    float: none;
  }
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: white;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}


.pay_product .loading-img{
  display: inline-block;
  width: 40px;
  height: 40px;
}

#card-errors{
  font-size: .8em;
  color: red;
}
