.paydialog-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.dialog-pay{
    width: 1000px;
    height: 780px;
    background: #fff;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    display: flex;
    max-height: 100vh;
    /*overflow: scroll;*/
}
.pay-left{
    width: 290px;
    height: 100%;
    /*background: url('../../static/assets/images/pay-left-img.png') no-repeat;*/
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 90px 40px;
    position: relative;
}
.opacity-bg-top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.opacity-bg-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.icon-close{
    width: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1000;
    cursor: pointer;
    user-select: none;
}
.pay-left-title{
    font-size: 18px;
    color: #fdcfb5;
    font-weight: 600;
    margin-bottom: 15px;
}
.gift-tips{
    font-size: 12px;
    color: #fdcfb5;

}
.product-list{
    margin-top: 50px;
}
.product-list ul{
    display: flex;
    flex-wrap: wrap;
}
.procuct-item{

    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    margin-bottom: 30px;
}
.product-img{
    width: 48px;
    margin-bottom: 10px;
}
.product-title{
    font-size: 16px;
    color: #c07e36;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-title::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #cf8f4a;
    margin-right: 8px;
}
.product-orgprice{
    font-size: 10px;
    color: #aeb8c8;
}
.pay-right{
    max-width: 710px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.pay-header{
    height: 180px;
    display: flex;
    align-items: center;
    padding: 0 58px;
    background: url('/static/imgs/opacity-dot.png') #f9f7f3 no-repeat;
    background-position: top right;
    justify-content: space-between;

}
.pay-head-img{
    width: 74px !important;
    height: 74px !important;
    border-radius: 50%;
}
.pay-userinfoleft{
    display: flex;
    align-items: center;
}
.userinfoleft-container{
    margin-left: 27px;
}
.pay-account{
    font-size: 15px;
    color: #151515;
    font-weight: 600;
    margin-bottom: 12px;
}
.vip-tips{
    color: #6a6a6a;
    font-size: 14px;
}
.renew-tips{
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    background: #ffca70;
    color: #743316;
    font-size: 14px;
    display: none;
}
.package-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 28px 45px 10px;
}
.package-sort {
    color: #717173;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}

.title-detail em {
    margin: 0 8px;
    color: #d9d9dd;
}
.package-sort {
    color: #717173;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}
.package-active {
    font-weight: 600;
    color: #2c2c2c;
}
.package-list{
    padding: 0 55px 44px;
}

.package-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.package-tip{
    font-size: 20px;
    font-weight: 600;
    color: #2c2c2c;
}



.package-content .swiper-container{
    overflow: visible;
}
.pay-item,.coinpay-item{
    width: 187px !important;
    height: auto !important;
    min-height: 175px;
    /*background-color: #fdf5f2;*/
    border-radius: 5px;
    border: 2px solid #dde1e7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    position: relative;

}
.pay-top,.coin-pay-top{
   flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
    padding-bottom: 10px;
    border-bottom:  1px solid #dde1e7;
}
.curprice-area, .coin-curprice-area{
    display: flex;
    align-items: baseline;
    margin-top: 15px;
}
.money-icon, .coin-money-icon{
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    color: #ef1614;

}
.curprice-bold, .coin-curprice-bold{
    color: #ef1614;
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
}
.small-area{
    font-size: 12px;
    color: #ef1614;
    margin-left: 5px;
}
.package-right-item{
    margin-left: 12px;
}
.activity-title{
    margin-bottom: 10px;
    color: #ef1614;
    font-size: 14px;
}
.origin-area, .coin-origin-area{
    display: flex;
    color: #bfc3d1;
    align-items: center;
    margin-top: 15px;
}
.origin-money,.coin-origin-money{
    font-size: 16px;
    line-height: 100%;
    text-decoration: line-through;
}
.origin-title{
    margin-left: 6px;
}
.pay-bottom, .coin-pay-bottom{
    /*background-color: #fbe5dd;*/
    padding: 0  21px 10px;
    font-size: 14px;
    text-align: center;
    /*color: #ef1614;*/
}
.pay-item-title, .coin-pay-item-title{
    font-size: 14px;
    color: #743316;
}
.pay-item-title, .package-desc, .coin-pay-item-title, .coin-package-desc{
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.package-desc, .coin-package-desc{
    margin-top: 8px;
    color: #292a2c;
    font-weight: 600;
    font-size: 14px;
}

.activity-slogan{
    width: 170px;
    height: 30px;
    background-image: linear-gradient(100deg,
    #ef1313 0%,
    #ff8b3e 100%),
    linear-gradient(
            #000000,
            #000000);
    border-radius: 0px 5px 0px 12px;
    position: absolute;
    right: -4px;
    top: 0;
    color: #fff;
    padding-left: 18px;
    font-size: 13px;
    line-height: 30px;
}
.package-paystyle{
    padding: 0 55px 44px;
}
.zf-type{

}
.zf-item{
    width: 174px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    border: 1px solid #dde1e7;
    background: #fafcff;
}
.zf-active{
    background: #fff;
    border-bottom: 2px solid #fff;
}
.type-icon{
    width: 25px;
    vertical-align: middle;

}
.pay-code{
    border-radius: 4px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    border: 1px solid #dde1e7;
    margin-top: -1px;
}
.code-left{
    width: 120px;
    height: 120px;
}
.pay-code-img{
    width: 100%;
    height: 100%;
}
.ali-pay-code-img{
    width: 100%;
    height: 100%;
}
.code-right{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
.pay-meta{
    margin-top: 8px;
    color: #a7a9b1;
    font-size: 14px;
    line-height: 18px;
}
.tips-guide{
    font-size: 13px;
    color: #474747;
    margin-top: 16px;
}
.vip-contact{
  color: #a9adb4;
}
.pay-title-icon{
    padding-bottom: 24px;
    border-bottom: 1px solid #f1d3c5;

}
.product-detail{
    font-size: 12px;
    color: #cf9e5a;
    line-height: 20px;
}
.pay-remark,.coin-pay-remark{
    min-width: 63px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ffca70;
    border-radius: 7px 0px 7px 0px;
    padding: 0 8px;
    color: #743316;
    font-size: 12px;
}
.pay-selected, .coin-pay-selected {
    border: 2px solid  #ef5831;
}
.pay-total{
    display: flex;
    align-items: center;
    margin-top: 8px;
}
.pay-total .origin-money{
    margin-left: 10px;
}

.pay-arrow, .coin-pay-arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 15px solid #ef5831;
    border-left-color: transparent;
    border-top-color: transparent;
}
.gou-icon,.coin-gou-icon{
    margin-bottom: 3px;
}
.swiper-container .swiper-package{
    height: auto!important;
    display: flex;
    align-content: flex-end;
}

.btn-open{
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #4448ff;
    border-radius: 4px;
    margin: 0 55px;
    cursor: pointer;
    position: relative;

}
.coinnum-tips{
    min-width: 80px;
    height: 30px;
    background: url('/static/imgs/integral/pay-tips.png') no-repeat;
    position: absolute;
    right: -40px;
    top: -20px;
    font-size: 12px;
    color: #743316;
    line-height: 30px;
    background-size: 100% 100%;
    padding: 0 8px;
}

/*支付成功弹窗样式*/
.paysuccessdialog-bg,.inadequate-bg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.paysuccess-dialog,.inadequate-dialog{
    width: 280px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
    display: none;
}
.success_tips,.inadequate-tips{
    color: #555558;
    font-size: 14px;
}
.success-icon{
    width: 50px;
}
.success-title{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.btn-recharge{
    background-color: #4285f4;
    border-radius: 19px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
}

/*钻石充值弹窗样式*/
.integral_paydialogbg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}
.integral_paydialog{
    width: 800px;
    /*height: 660px;*/
    background: #fff;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10000;
    display: none;
    max-height: 100vh;
    flex-direction: column;
    padding: 40px;
}
.integralpay-title{
    font-size: 20px;
    font-weight: 600;
    color: #262626;

}
.integralpay-info {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.integralpay-info p{
    margin-right: 10px;
    font-size: 14px;
}

.integral-package{

}
.integral-list{
    margin: 20px 0;
}
.integral-list-item{
    width: 226px !important;
    border-radius: 6px;
    border: 1px solid #d8dee3;
    cursor: pointer;
}
.pay-integralpay-selected{
    border:1px solid #6044ff;
}
.integralpay-top{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 20px 10px 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde1e7;
    color: #0b0c0c;
    font-size: 18px;
}
.drill-num{
    font-size: 18px;
}
.integralpay-bottom{
    padding: 7px;
}
.price-info{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fc3030
}
.drll-price{
    font-size: 24px;
    font-weight: 600;
}
.price-info small{

}
.integralpay-arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 15px solid #6044ff;
    border-left-color: transparent;
    border-top-color: transparent;
}
.integralpay-arrow .gou-icon{
    vertical-align: text-top;
}
.integralpay-style{

}
.integralpay-type{
    margin-top: 16px;
}
.pay-type-item{
    width: 174px;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    text-align: center;
    margin-right: 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    position: relative;
}
.pay-type-item span{
    font-size: 16px;
}
.integralpay-active:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #d8dee3 transparent  transparent  transparent ;
    bottom: -17px;
    left: 42%;
}
.integralpay-active{
    background: #f6f9fa;
    border:  1px solid #d8dee3;
}
.pay-dialog-arrow {
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: #f6f9fa transparent  transparent  transparent ;
    position: absolute;
    left: 42.5%;
    bottom:-15px;
}
.integral-paycode{
    width: 474px;
    height: 148px;
    background-color: #f6f9fa;
    border-radius: 6px;
    border:  1px solid #d8dee3;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin: 15px 0;

}
.paycode-left{
    width: 120px;
    height: 120px;
}
.pay-code-img {
    width: 100%;
    height: 100%;
}
.paycode-right{
    flex: 1;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.actual-price{
    font-size: 17px;
    font-weight: 600;
    color: #0a0a0a;
}
.actual-price span{
    font-size: 17px;
    color: #fc3030;
}
.integralpay-tips{
    color: #7f8183;
    margin-top: 10px;
}

.swiper-btn {
    width: 40px !important;
    height: 40px !important;
    background: #f3f4f7;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 24%);
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    right: 23px;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 14px !important;
    color: #333;
    font-weight: 700;
    font-family: swiper-icons;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity:0 !important;
}

.recharge-link{
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ef5831;
    color: #fff !important;
    border-radius: 20px;
    font-size: 12px;
}

.sort-tips{
    color: #ef5831;
    font-weight: 550;
}





