        * {
            margin: 0;
            padding: 0;
        }
        
        a,
        img,
        button {
            text-decoration: none;
            outline: 0 none;
            border: 0 none;
        }
        i{
            font-style: normal;
        }
        
        html {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            -webkit-text-size-adjust: 100%;
            color: #000;
            box-sizing: border-box;
            height: 100%;
        }
        
        body {
            display: flex;
            flex-direction: column;
            background: #f6f6f6;
            min-height: 100%;
            overflow-x: hidden;
             -webkit-overflow-scrolling: touch;
             padding-top: constant(safe-area-inset-top);
            padding-top: env(safe-area-inset-top);
  
            /* 应用底部安全距离 */
            padding-bottom: env(safe-area-inset-bottom);
            
            /* 确保内容不会超出安全区域 */
            min-height: 100vh;
            min-height: -webkit-fill-available;
        }
        
        .mr30 {
            margin-right: 30px;
        }
        
        .mr20 {
            margin-right: 20px;
        }
        
        .mr5 {
            margin-right: 5px;
        }
        
        .mt30 {
            margin-top: 30px;
        }
        .mt5{
            margin-top: 5px;
        }
        
        .txtCenter {
            text-align: center;
        }
        
        .hd {
            display: none;
        }
        
        .dpshow {
            display: inline;
            color: #666;
        }
        
        .fixblur {
            position: relative;
            z-index: -1
        }
        
        .spe-alipay {
            display: none;
        }
        
        .flex1 {
            flex: 1;
        }
        
        .m10 {
            margin: 10px 0;
        }
        
        .mt10 {
            margin-top: 10px;
        }
        
        .mr10 {
            margin-right: 10px;
        }
        
        .red {
            color: #f00
        }
        
        .g80 {
            color: #808080
        }
        
        .nom {
            font-style: normal;
        }
        
        .fz16 {
            font-size: 16px;
        }
        
        .fz12 {
            font-size: 12px;
        }
        
        .opacityH {
            opacity: 0;
        }
        
        .secp {
            background: #f6f6f6;
            position: relative;
            z-index: 0;
            overflow-x: hidden;
        }
        
        .game_disc_sp2 {
            color: #808080;
            font-size: 12px;
            margin-left: 10px;
        }
        
        .successlogin {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            background: #fff;
            text-align: center;
            padding: 5px 10px;
            border-radius: 5px;
            box-shadow: 0 0 5px 0px #000;
            min-width: 120px;
            min-height: 45px;
            line-height: 45px;
            transition: 0.5s;
            opacity: 1;
        }
        
        .main {
            margin: 0 auto;
            max-width: 1100px;
            position: relative;
            min-height: 37vh;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        
        .wd1100 {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
        }
        
        .wd1400 {
            margin: 0 auto;
            max-width: 1400px;
            position: relative;
            min-height: 120px;
            height: 100%;
        }
.newbg {
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    border-radius: 6px;
    background: #fff;
    margin-bottom: 15px;
}
.bannerWrap___M_lBm {
    margin-bottom: -60px;
    background: #ebebeb
}
.bannerWrap___M_lBm img{
    width: 100%;
     visibility: hidden;
}
.horn_lAsn{
    width: 30px;
}
.announce_gthbS {
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
}
.announce_img{
    padding: 12px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.announce_img a{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.announce_img a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itemWrap_HoieR {
    padding: 0 0 0 8px;
    margin: 0 0 0 8px;
    line-height: 1.4;
    border-left: 1px solid #c2bebe;
}
        /*二维码扫码*/
        
        .qrcodebox {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100vh;
            z-index: 16;
            display: none;
        }
        
        .qrcodebox .qrcodeboxcont {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%);
            z-index: 10;
            background: url(/images/qrbg.png) no-repeat;
            padding: 5% 5% 5% 5%;
            background-size: 100% 100%;
            height: 435px;
            max-width: 750px;
            width: 750px;
        }
        
        .qrstep1 {
            width: 50%;
            height: 100%;
            max-width: 616px;
            display: inline-block;
            vertical-align: top;
            margin-left: 20px;
            position: relative;
        }
        
        .qrcodetoken {
            display: inline-block;
            vertical-align: top;
            margin-left: 7%;
            margin-top: 10%;
            position: relative;
            min-width: 160px;
            min-height: 160px;
        }
        
        .qrcodetoken canvas {
            width: 11vw;
            max-width: 180px;
            min-width: 160px;
            display: block;
            background: #fff;
            padding: 10px;
            border-radius: 5px;
        }
        
        .qrcodebox .qrcodetokentxt {
            text-align: center;
            margin-top: -5px;
            padding: 5px 0 10px;
            background: #fff;
            border-radius: 0px 0 5px 5px;
            word-break: break-all;
            white-space: nowrap;
        }
        
        .qrcodebox .qrcodetokentxt span {
            display: block;
            font-size: 14px;
        }
        
        .qrcodetokentxt .mbpk {
            display: none;
        }
        
        .qrcodetoken .mbpk img {
            width: 100%;
            max-width: 200px;
        }
        
        .qrcodebox .closeQR {
            position: absolute;
            right: 2px;
            top: 2px;
            font-size: 14px;
            color: #000;
            z-index: 5;
            display: none;
        }
        
        .qrcodebox .refresh {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            text-align: center;
            display: none;
            flex-direction: column;
            align-content: center;
            justify-content: center;
            align-items: center;
            flex-wrap: nowrap;
        }
        
        .qrcodebox .refresh span {
            display: block;
            cursor: pointer;
            font-size: 12px;
        }
        
        .qrcodebox .qrcodetokentxtMobile {
            display: none;
        }
        /*end*/
        /*选择语言*/
        
        .chooseL {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 11;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .chooseL .abox {
            font-size: 12px;
            display: block;
            color: #fff;
            padding: 1px 15px;
            border-radius: 10px;
            min-width: 90px;
            text-align: center;
        }
        
        .chooseL #pcL {
            display: block;
        }
        
        .chooseL #mobileL {
            display: none;
        }
        
        .chooseL div {
            font-size: 12px;
            text-align: center;
            position: relative;
            display: none;
            color: #d1d1d1;
            padding: 10px 5px;
            background: rgba(0, 0, 0, 0.3);
            cursor: pointer;
        }
        
        .chooseC {
            position: absolute;
            top: 10px;
            right: 210px;
            z-index: 1;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 10px;
            overflow: hidden;
        }
        
        .chooseC .abox {
            font-size: 12px;
            display: block;
            color: #fff;
            padding: 1px 15px;
            border-radius: 10px;
            min-width: 90px;
            text-align: center;
        }
        
        .chooseC #pcC {
            display: block;
        }
        
        .chooseC #mobileC {
            display: none;
        }
        
        .chooseC div {
            font-size: 12px;
            text-align: center;
            position: relative;
            display: none;
            color: #d1d1d1;
            padding: 10px 5px;
            background: rgba(0, 0, 0, 0.3);
            cursor: pointer;
        }
        /*end*/
        /*头部用户信息*/
        
        .head-img-new {
            width: 100%;
            /* background: url(https://res.17996cdn.net/recharge/headbg.png) repeat; */
            height: 80px;
            position: relative;
            background: #fff;
        }
        
        .head-img-new .logoimg {
            width: 11%;
            display: block;
            position: absolute;
            top: 10px;
            left: 1%;
        }
        
        .head-img-new .userinfo {
            position: absolute;
            bottom: -50px;
            left: 40px;
            z-index: 7;
        }
        
        .head-img-new .userinfo .user-new-box {
            display: inline-block;
            vertical-align: top;
        }
        
        .head-img-new .gameimg {
            width: 110px;
            height: 110px;
            display: block;
            border-radius: 10px;
        }
        
        .head-img-new .userinfo .user-new-box .user-new-box-flex {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: space-between;
            align-items: flex-start;
            padding-top: 10px;
        }
        
        .head-img-new .user-new-box-flex .dv {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 20px;
            margin: 0 10px;
            padding: 5px 20px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            gap: 15px;
            position: relative;
        }
        
        .head-img-new .user-new-box-flex p {
            display: inline-block;
        }
        
        .head-img-new .user-new-box-flex i {
            font-style: normal;
        }
        
        .head-img-new .user-new-box-flex img {
            width: 15px;
            height: 15px;
            vertical-align: -2px;
        }
        
        .head-img-new .user-new-box-flex em,
        .user-new-box-flex span,
        .user-new-box-flex a {
            font-size: 14px;
            color: #fff
        }
        
        .head-img-new .user-new-box-flex em {
            font-style: normal;
            color: yellow;
        }
        
        .head-img-new .user-new-box-flex a {
            color: rgba(255, 255, 255, 0.8);
            text-decoration: underline;
        }
        
        .head-img-new .user-new-box-flex div .select-a {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            transition: 0.3s;
        }
        
        .head-img-new .user-new-box-flex div .select-a svg {
            width: 22px;
            height: 22px;
        }
        
        .head-img-new .user-new-box-flex .dv .select-a:hover .select-svg path {
            fill: #fff;
        }
        
        .head-img-new .user-new-box-flex .czsus {
            position: relative;
        }
        
        .head-img-new .czsus a img {
            display: inline-block;
        }
        
        .head-img-new .showtc {
            display: none;
            position: absolute;
            top: 50%;
            left: -19px;
            padding: 5px;
            border-radius: 3px;
            box-shadow: 0 0 4px 1px #bfbfbf;
            background: #fff;
        }
        
        .head-img-new .czsus a .showtc img {
            width: 233px;
            height: auto;
            display: block;
        }
        
        .head-img-new .user-new-box-flex a:hover,
        .user-new-box-flex a:active {
            color: #fff;
            transition: 0.3s;
        }
        
        .head-img-new .user-new-box-flex .logsbox {
            display: none;
            position: absolute;
            top: 37px;
            max-height: 200px;
            border-radius: 5px;
            z-index: 1;
            /* background: #fff; */
            box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
            border: 1px solid #a4a4a4;
            transition: 0.3s;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            width: max-content;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: flex-start;
            padding: 5px;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title p {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            gap: 5px;
            margin: 3px 10px;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title p:nth-child(3) {
            padding-top: 5px;
            border-top: 1px solid #a9a9a9;
            margin-top: 10px;
            width: 88%;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title p:nth-child(3) a {
            color: #bababa
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title p:nth-child(3) a:hover {
            color: #fff;
            text-decoration: underline;
            transition: 0.3s;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title a {
            font-size: 14px;
            color: #eee;
            cursor: pointer;
            display: block;
            text-decoration: none;
        }
        
        .head-img-new .user-new-box-flex .logsbox .logslist .title a:hover {
            color: #fff;
            text-decoration: underline;
            transition: 0.3s;
        }
        /*end*/
        /*步骤*/
        
        .stepPro {
            width: 100%;
            padding-top: 40px;
            position: relative;
        }
        
        .stepPro .stepProBox {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: space-between;
            align-items: baseline;
            position: relative;
        }
        
        .stepPro .stepProBox .step_1 {
            width: 180px;
            position: relative;
        }
        
        .stepPro .step_1 .cr {
            font-style: normal;
            width: 35px;
            height: 35px;
            background: #004bff;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            border: 4px solid #dde5f7;
            display: inline-block;
            transform: rotate(10deg);
            font-size: 22px;
        }
        
        .stepPro .step_1 .sr {
            font-style: normal;
            width: 35px;
            height: 35px;
            background: #fff;
            color: #004bff;
            text-align: center;
            border-radius: 50%;
            border: 1.5px solid #004bff;
            display: inline-block;
            font-size: 22px;
        }
        
        .stepPro .step_1 .pr {
            font-size: 14px;
            width: 100%;
            display: inline-block;
            white-space: nowrap;
            position: relative;
        }
        
        .stepPro .stepline {
            width: 35%;
            height: 1px;
            position: absolute;
            top: 21px;
            left: 12%;
            background-color: #c1d1f8;
        }
        
        .stepPro .stepline2 {
            left: 53%;
        }
        
        .stepPro .czsus a img {
            width: 12px;
            height: 12px;
            display: inline-block;
        }
        
        .stepPro .czsus .showtc3 {
            display: none;
            position: absolute;
            top: 0;
            right: 12px;
            z-index: 9;
            padding: 5px;
            border-radius: 3px;
            box-shadow: 0 0 4px 1px #bfbfbf;
            background: #fff;
        }
        
        .stepPro .czsus .showtc3 img {
            width: 90vw;
            max-width: 380px;
            height: auto;
            display: block;
        }
        /*end*/
        /*选择充值方式*/
        
        .choosepay {
            margin-top: 20px;
            position: relative;
        }
        
        .choosepay .recommend {
            position: relative;
            padding: 30px;
            margin-top: 20px;
            background: #fff;
            border-radius: 10px;
        }
        
        .choosepay .recommend .recommend-pay {
            margin-top: 20px;
        }
        
        .choosepay .recommend-pay ul {
            list-style: none;
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
        }
        
        .choosepay .recommend-pay ul li {
            position: relative;
            border-radius: 10px;
            border: 1px solid #d5d5d5;
            display: inline-block;
            margin: 0 0 20px 0;
            padding: 0;
            width: 48%;
            height: auto;
            text-align: center;
            background: #f8f8f8;
            line-height: normal;
        }
        
        .choosepay .recommend-pay li a {
            display: block;
            padding: 10px 0;
            color: #505050;
            text-decoration: none;
            font-size: 16px;
            text-align: center;
        }
        
        .choosepay .recommend-pay li a img {
            max-height: 100% !important;
            width: 70%;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            margin-right: 0;
        }
        
        .choosepay .recommend-pay li a span {
            display: block;
            text-align: center;
        }
        
        .choosepay .recommend-pay ul li:hover {
            background: #f2fef7;
            border-color: #25dd9e;
            transition: 0.3s;
        }
        
        .choosepay .others {
            position: relative;
            padding: 30px;
            background: #fff;
            border-radius: 10px;
            margin-top: 20px;
            min-height: 29vh;
        }
        
        .choosepay .others .others-title {
            margin-bottom: 20px;
        }
        /*end*/
        /*充值页盒子*/
        
        .contbox {
            margin-top: 20px;
            position: relative;
        }
        
        .contbox .contdv {
            position: relative;
            padding: 20px;
            background: #fff;
            border-radius: 10px;
        }
        
        .contbox .breadcrumb {
            position: relative;
        }
        
        .contbox .breadcrumb .a_back {
            margin-right: 10px;
            text-decoration: none;
            color: #409eff;
        }
        
        .contbox .breadcrumb .sp1 {
            font-size: 1.5rem;
            color: #000;
        }
        
        .contbox .form_action {
            margin-top: 30px;
            position: relative;
        }
        
        .contbox .form_list {
            margin-bottom: 20px;
            padding: 0 25px;
            display: flex;
            position: relative;
        }
        
        .contbox .form_action .channels {
            display: none;
        }
        
        .contbox .form_action .flexdv {
            display: flex;
        }
        
        .contbox .form_list .l {
            width: 18%;
            font-size: 1rem;
            text-align: left;
        }
        
        .contbox .form_list .l .sp1 {
            vertical-align: middle;
        }
        
        .contbox .form_list .l .sp2 {
            vertical-align: top;
        }
        
        .contbox .form_list img {
            max-width: 25px;
            max-height: 19px;
            width: 21px;
        }
        
        .contbox .form_list .r {
            flex: 1;
        }
        
        .contbox .form_action .getam .r {
            position: relative;
        }
        
        .contbox .form_list .ipt_text {
            -webkit-appearance: none;
            border-radius: 10px;
            border: 1px solid #d8d8d8;
            box-sizing: border-box;
            font-size: 1rem;
            height: 40px;
            line-height: 40px;
            outline: none;
            padding: 0 15px;
            transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
            width: 90%;
            -webkit-ime-mode: disabled;
            ime-mode: disabled;
            background-color: #f8f8f8;
            text-align: center;
        }
        
        .contbox .game_amount_box {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            margin-left: -10px;
            width: 100%;
            position: relative;
        }
        
        .contbox .game_amount_box div {
            position: relative;
            padding: 10px 30px;
            text-align: center;
            border: 1px solid #d7d7d7;
            border-radius: 1px;
            margin-bottom: 10px;
            margin-left: 10px;
            color: #535353;
            font-weight: bold;
            cursor: pointer;
            transition: 0.2s;
            min-width: 180px;
            background: #f8f8f8;
            border-radius: 10px;
            font-family: arial;
        }
        
        .contbox .game_amount_box div.active {
            border: 1px solid #25dd9e;
            box-shadow: 0px 0px 0px 1px #25dd9e;
            background: #f2fef7;
        }
        
        .contbox .game_amount_box div:hover {
            border: 1px solid #25dd9e;
            box-shadow: 0px 0px 0px 1px #25dd9e;
            background: #f2fef7;
        }
        
        .contbox .dpbl {
            display: inline-block;
            vertical-align: top;
        }
        
        .contbox .dpov {
            position: relative;
        }
        
        .contbox .showMore {
            display: none;
            font-size: 12px;
            padding: 5px 30px;
            border: 1px solid #d90f0f;
            color: #ec5200;
            transition: 0.3s;
            position: static;
            border-radius: 3px;
            margin-top: 10px;
            width: 32px;
        }
        
        .contbox .addhpcoin {
            display: none;
        }
        
        .contbox .czsus {
            border-top: 1px solid #eee;
            padding-top: 10px;
            margin: 0 25px;
            color: #f00;
            font-size: 12px;
            position: relative;
        }
        
        .contbox .czsus a {
            border-radius: 50%;
            width: 10px;
            height: 10px;
            display: inline-block;
            position: relative;
        }
        
        .contbox .czsus a img {
            width: 10px;
            height: 10px;
            display: block;
        }
        
        .contbox .showtc {
            display: none;
            position: absolute;
            top: -122px;
            left: -19px;
            padding: 5px;
            border-radius: 3px;
            box-shadow: 0 0 4px 1px #bfbfbf;
            background: #fff;
        }
        
        .contbox .czsus a .showtc img {
            width: 233px;
            height: auto;
            display: block;
        }
        /*end*/
        
        .agree {
            text-align: center;
            margin-top: 30px;
        }
        
        .agree span {
            vertical-align: middle;
        }
        
        .agree .checkbox {
            display: inline-block;
            width: 18px;
            height: 18px;
            color: #fff;
            background: #25dd9e;
            border-radius: 3px;
            border: 1px solid #25dd9e;
            font-size: 12px;
            cursor: pointer;
            appearance: unset;
            user-select: none;
        }
        
        .agree .notck {
            background: #fff;
            border: 1px solid #d7d7d7;
        }
        
        .agree span b {
            font-weight: normal;
        }
        
        .agree .a1 {
            color: #25dd9e;
            text-decoration: none;
            margin-left: 3px;
        }
        
        .agree .a1:hover {
            color: #006ad4;
            text-decoration: underline;
        }
        
        .agree button.dnow {
            padding: 10px;
            background: #004bff;
            color: #fff;
            border: 1px solid #dcdcdc;
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
            border-radius: 25px;
            width: 100%;
            max-width: 375px;
            text-align: center;
            align-items: baseline;  
            word-break: break-word;
            white-space: normal;
        }
        
        .agree button.disb {
            background-color: #808080;
        }
        /*end*/
        /*付款协议*/
        
        .agreement_dv {
            position: relative;
            padding: 40px;
        }
        
        .agreement_dv .p1 {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            border-bottom: 1px solid #b7b7b7;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }
        
        .agreement_dv p {
            line-height: 25px;
            margin-bottom: 15px;
        }
        /*end*/
        
        .rebox {
            padding: 5% 0;
            border-radius: 5px;
            margin: 0 auto;
            text-align: center;
            min-height: 200px;
        }
        
        .rebox .paySuccess,
        .rebox .payFail,
        .rebox .payWaitting,
        .rebox .payMsg {
            width: 80vw;
            max-width: 375px;
            text-align: center;
            margin: 0 auto;
            background: linear-gradient(0deg, #eeeeee, #f3f3f3);
            padding: 3% 1%;
            border-radius: 5px;
            box-shadow: 0 0px 3px 2px #bababa;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
        }
        
        .rebox .paySuccess,
        .rebox .payFail,
        .rebox .payWaitting,
        .rebox .payMsg,
        .rebox .rerote {
            display: none;
        }
        
        .rebox .paySuccess img,
        .rebox .payFail img,
        .rebox .payWaitting img,
        .rebox .payMsg img {
            width: 90px;
        }
        
        .rebox .paySuccess p,
        .rebox .payFail p,
        .rebox .payWaitting p,
        .rebox .payMsg p {
            color: #6dd5af;
            font-weight: 800;
            word-break: break-word;
        }
        
        .backbox {
            display: block;
            margin: 0 auto;
        }
        
        .backbox .backindex {
            border-radius: 10px;
            border: 1px solid #6dd5af;
            color: #6dd5af;
            background: #f8f8f8;
            margin-top: 20px;
            padding: 3px 35px;
            cursor: pointer;
            display: inline-block;
        }
        
        .backbox i {
            font-style: normal;
        }
        
        .backbox .backindex span {
            margin-left: 5px;
        }
        
        .backbox .backindex:hover {
            border: 1px solid #39f2ae;
            transition: 0.3s;
        }
        /*end*/
        
        .record-table {
            position: relative;
            padding: 30px;
            margin-top: 1%;
            background: #fff;
            border-radius: 10px;
        }
        
        .record-table table {
            width: 100%;
            border-collapse: collapse;
            min-height: 150px;
            opacity: 0;
        }
        
        .record-table th {
            text-align: center;
            background: #eee;
            height: 45px;
        }
        
        .record-table tr {
            border: 1px solid #d7d7d7;
        }
        
        .record-table tr:hover {
            background: #fffdef;
            transition: 0.3s;
        }
        
        .record-table td {
            text-align: center;
            height: 50px;
            max-height: 50px;
            font-size: 14px;
            font-weight: 300;
        }
        
        .recordReturn {
            display: block;
            background: #f7e225;
            color: #333;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 290px;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            font-weight: bold;
            margin: 18px auto 19px;
            border-radius: 3px;
            transition: 0.3s;
            text-align: center;
        }
        
        .recordReturn:focus {
            filter: brightness(.97);
        }
        
        .record-table .getmore {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }
        
        .record-table .getmore a {
            display: flex;
            padding: 2px 6px;
            border-radius: 5px;
            font-size: 12px;
            /* line-height: 100%; */
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }
        
        .record-table .getmore a:hover svg path {
            fill: #000;
            transition: 0.3s;
        }
        
        .loading-table {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(202, 202, 202, 0.5);
            z-index: 10;
        }
        
        .loading-table .ldbox {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .loading-table .ldbox span {
            display: inline-block;
            width: 5px;
            height: 20px;
            border-radius: 4px;
            background: lime;
            animation: loadingTable 1s ease infinite;
        }
        
        .table-select {
            position: relative;
            margin-bottom: 10px;
        }
        
        .table-select div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            gap: 10px;
        }
        
        .table-select div span {
            padding: 5px 10px;
            font-size: 14px;
            display: block;
            /* background-color: #ecf5ff; */
            display: inline-block;
            height: 32px;
            padding: 0 10px;
            line-height: 30px;
            font-size: 12px;
            color: #000000;
            border: 1px solid #d9ecff;
            border-radius: 4px;
            box-sizing: border-box;
            white-space: nowrap;
            cursor: pointer;
            color: #808080
        }
        
        .table-select div span:hover {
            color: #000;
            transition: 0.3s;
        }
        
        .table-select div span.active {
            background: #f7e225;
            color: #000;
            border: 1px solid #e5e68e;
            transition: 0.3s;
        }
        
        @keyframes loadingTable {
            50% {
                height: 20px;
                margin: 8px 0;
                background: #d7d7d7;
            }
        }
        
        .loading-table span:nth-child(2) {
            animation-delay: 0.2s;
        }
        
        .loading-table span:nth-child(3) {
            animation-delay: 0.4s;
        }
        
        .loading-table span:nth-child(4) {
            animation-delay: 0.6s;
        }
        
        .loading-table span:nth-child(5) {
            animation-delay: 0.8s;
        }
        /*底部*/
        
        .footbox {
            background: #1a1a1a;
        }
        
        .foot {
            position: relative;
            width: 1000px;
            margin: 0 auto;
            text-align: center;
            padding: 20px 0px;
            line-height: 50px;
        }
        
        .foot p,
        .foot a,
        .foot b {
            font-size: 12px;
            color: #666;
            margin: 0 2px;
        }
        
        .foot p {
            color: #fff
        }
        
        .foot a:hover {
            transition: 0.3s;
            color: #fff
        }
        /*end*/
        /*弹出提示*/
        
        .toast {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.6);
        }
        
        .toast .toast-message {
            position: absolute;
            color: #fff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 10px;
            border-radius: 5px;
            background: rgba(0, 0, 0, 0.5);
            min-height: 100px;
            min-width: 100px;
            text-align: left;
            word-break: break-all;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            flex-direction: column;
            flex-wrap: nowrap;
        }
        /*end*/
        /*loading*/
        
        .loading {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 12;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.8);
        }
        
        .loading .animate {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .loadanimate {
            width: 20px;
            height: 20px;
            border: 3px solid #eee;
            border-bottom: #aaa 3px solid;
            border-radius: 50%;
            z-index: 3;
            animation: load 1.1s infinite linear;
        }
        
        .reloadanimate {
            animation: load 0.8s infinite linear;
        }
        
        .show-img-success {
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.7);
        }
        
        .show-img-success .imgurl {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            min-width: 300px;
            max-width: 450px;
            padding: 10px;
            border: 1px solid #fff;
            background: #fff;
        }
        
        .show-img-success .imgurl img {
            display: block;
            width: 100%;
        }
        /* HTML: <div class="loader"></div> */
        
        .loaderMsk {
            width: 15px;
            position: absolute;
            left: 45%;
            top: 60%;
            aspect-ratio: 1;
            display: grid;
            border-radius: 50%;
            background: linear-gradient(0deg, rgb(0 0 0/50%) 30%, #0000 0 70%, rgb(0 0 0/100%) 0) 50%/8% 100%, linear-gradient(90deg, rgb(0 0 0/25%) 30%, #0000 0 70%, rgb(0 0 0/75%) 0) 50%/100% 8%;
            background-repeat: no-repeat;
            animation: loaderMskl2 1s infinite steps(12);
        }
        
        .loaderMsk::before,
        .loaderMsk::after {
            content: "";
            grid-area: 1/1;
            border-radius: 50%;
            background: inherit;
            opacity: 0.915;
            transform: rotate(30deg);
        }
        
        .loaderMsk::after {
            opacity: 0.83;
            transform: rotate(60deg);
        }
        
        @keyframes loaderMskl2 {
            100% {
                transform: rotate(1turn)
            }
        }
        
        @keyframes load {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
        
        @keyframes show {
            from {
                transform: scale(0)
            }
            to {
                transform: scale(1);
            }
        }
        
        .fixed-animate {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9998;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0);
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
        }
        
        .qrstepbystep {
            background: #fff;
            width: 83.2%;
            height: 45px;
            position: absolute;
            top: 2%;
            left: 0;
            /* right: 0; */
            margin-left: 8.4%;
            border-radius: 10px 10px 0 0;
            display: block;
        }
        
        .qrstepbystepMobile {
            display: none;
        }
        
        .loadingimg {
            width: 10%;
            min-width: 50px;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .qrstep1 .stepimg {
            width: 100%;
            display: none;
        }
        
        .qrcodeheadstep {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: space-evenly;
            align-items: center;
            height: 100%;
            font-size: 12px;
        }
        
        .qrcodeheadstep .dv {
            height: 100%;
            background-size: 120px;
            background-position: 0 13px;
            background-repeat: no-repeat;
            min-width: 155px
        }
        
        .qrcodeheadstep .dv p {
            padding-top: 18px;
            padding-left: 19px;
            font-size: 12px;
            color: #515151;
            font-weight: 400;
        }
        
        .qrcodeheadstep .czsus a img {
            width: 10px;
            height: 10px;
            display: inline-block;
        }
        
        .qrcodeheadstep .s1 {
            background-image: url(https://res.17996cdn.net/recharge/qrstep1.png);
        }
        
        .qrcodeheadstep .s2 {
            background-image: url(https://res.17996cdn.net/recharge/qrstep2.png);
        }
        
        .qrcodeheadstep .s3 {
            background-image: url(https://res.17996cdn.net/recharge/qrstep3.png);
        }
        
        .qrcodeheadstep .s4 {
            background-image: url(https://res.17996cdn.net/recharge/qrstep4.png);
        }
        
        .actionImg a.linkyoutube {
            display: none;
        }
        
        .actionImg {
            position: absolute;
            z-index: 20;
            display: none;
            padding: 5px;
            background: #fff;
            box-shadow: 0 0 3px 1px #dbdbdb;
        }
        
        .actionImg .showshop {
            width: 450px;
            display: block;
        }
        
        .actionImg a {
            text-align: right;
            padding: 10px;
            display: block;
            color: #f00;
        }
        
        .actionImg a:hover {
            transition: 0.3s;
            color: #ff6600
        }
        
        .actionApp {
            background: rgba(0, 0, 0, 0.7);
            color: #333;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 100%;
            height: 100%;
            /* line-height: 48px; */
            font-size: 14px;
            font-weight: bold;
            /* margin: 18px auto 19px; */
            border-radius: 3px;
            transition: 0.3s;
            position: fixed;
            text-align: center;
            /* transform: translateX(-23%); */
            /* top: 50%; */
            /* left: 50%; */
            /* bottom: 5%; */
            z-index: 13;
            display: none;
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }
        
        .actionApp a {
            color: #000;
            font-weight: 450;
            display: block;
            background: #FFEB3B;
            border-radius: 3px;
            width: 70%;
            padding: 16px;
            word-break: break-word;
            margin-top: 100%;
        }
        
        .pctable {
            position: relative;
            display: table;
        }
        
        .mobiletable {
            position: relative;
            padding-bottom: 10px;
            min-height: 25vh;
            display: none;
        }
        
        .mobiletable .dv1 {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            border-bottom: 1px solid #eee;
            padding: 10px 0;
            overflow: hidden;
            transition: height 0.4s;
        }
        
        .mobiletable .dv3 {
            height: auto;
            display: none;
            opacity: 0;
        }
        
        .mobiletable .dv1 .dv2,
        .mobiletable .dv3 {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobiletable .dv2 span {
            font-weight: 500;
            font-size: 14px;
        }
        
        .mobiletable .dv2 span.t1 {
            color: #808080;
            font-size: 14px;
            font-weight: 400;
        }
        
        .mobiletable .dv2 span.t2 {
            color: #333;
            font-weight: 400;
        }
        
        .mobiletable .dv2 {}
        
        @keyframes firstRecharge {
            0% {
                transform: scale(1);
                opacity: 1
            }
            50% {
                transform: scale(1.01);
                opacity: 0.9
            }
            100% {
                transform: scale(1);
                opacity: 1
            }
        }
        
        @keyframes twinkle {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0.5;
            }
            100% {
                opacity: 1;
            }
        }
        
        @media (max-width:1000px) {
            .table-select {
                border-bottom: 1px solid #e9e9e9;
                padding-bottom: 10px;
            }
            .mobiletable {
                display: block;
            }
            .pctable {
                display: none;
            }
            .head-img-new {
                min-height: auto;
                height: 160px;
            }
            .wd1400 {
                width: 100%;
                margin-top: 0;
                min-height: auto;
                height: 100%;
                padding: 0;
            }
            .head-img-new .userinfo {
                margin-left: 0;
                padding-top: 50px;
                position: relative;
                top: auto;
                left: auto;
                bottom: auto;
                height: 100%;
                z-index: 3;
            }
            .head-img-new .user-new-box:nth-child(1) {
                padding-top: 10px;
                padding-left: 10px;
            }
            .head-img-new .user-new-box:nth-child(2) {
                padding: 5px 0 0 10px;
                width: 68%;
            }
            .head-img-new .userinfo .user-new-box .user-new-box-flex {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: flex-start;
                justify-content: flex-start;
                align-items: flex-start;
                padding-top: 10px;
            }
            .head-img-new .userinfo .user-new-box .user-new-box-flex .dv {
                border-radius: 20px;
                margin: 0;
                padding: 0;
                line-height: 20px;
                margin-top: 5px;
                width: 100%;
            }
            .head-img-new .user-new-box-flex em {
                font-size: 12px;
            }
            .head-img-new .fl {
                float: left;
                white-space: nowrap;
                max-width: 56vw;
            }
            .head-img-new .fr {
                float: right;
                padding-right: 12px;
            }
            .head-img-new .user-new-box-flex i {
                display: inline-block;
                margin-left: 10px;
                vertical-align: text-top;
            }
            .head-img-new .user-new-box-flex i img {
                width: 10px;
                height: 10px;
                vertical-align: 0;
            }
            .head-img-new .user-new-box-flex span {
                font-size: 12px;
                transform-origin: 0 0;
                display: inline-block;
                text-align: left;
                min-width: 55px
            }
            .head-img-new .user-new-box .gameimg {
                width: 90px;
                height: 90px;
            }
            .head-img-new .user-new-box-flex #loginout {
                color: rgba(255, 255, 255, 0.8);
                text-decoration: underline;
                font-size: 14px;
                transform-origin: 0 0;
                display: inline-block;
            }
            .main {
                z-index: 1;
                border-radius: 10px 10px 0 0;
                margin: 0 10px;
            }
            .stepPro .stepProBox .step_1 {
                width: 33%;
                position: relative;
            }
            .stepPro .step_1 .cr {
                font-size: 16px;
                width: 23px;
                height: 23px;
            }
            .stepPro .step_1 .sr {
                font-size: 16px;
                width: 25px;
                height: 25px;
                white-space: normal;
            }
            .stepPro .step_1 .pr {
                font-size: 12px;
                white-space: normal;
            }
            .stepPro .stepline {
                width: 23%;
                top: 29%;
                left: 22%;
            }
            .stepPro .stepline2 {
                width: 23%;
                left: 55%;
            }
            .choosepay {
                width: 98%;
                margin: 0 auto;
            }
            .choosepay .recommend-pay ul li {
                width: 100%;
            }
            .actionImg .showshop {
                width: 90vw;
            }
            .actionImgMobile .showshop {
                width: 90vw;
                max-width: 375px;
            }
            .foot {
                width: 100%;
            }
            .close_pnsdk {
                position: absolute;
                top: 40px !important;
                right: 10px !important;
                display: none;
            }
            .close_pnsdk img {
                width: 100% !important;
            }
            .dpshow {
                display: block;
            }
            .foot a{
                display: block;
            
            }
            .foot b{
                display: none;
            }
            .bottom-share-link {
                margin: 15px 0;
            }
            .bottom-share-link img {
                width: 8% !important;
            }
            .record-table {
                padding: 10px;
            }
            .head-img-new .user-new-box-flex .dv {
                gap: 0;
                justify-content: space-between
            }
            .head-img-new .user-new-box-flex .dv .select-a {
                margin-right: 10px;
            }
            .head-img-new .user-new-box-flex .logsbox {
                top: 26px;
                left: auto !important;
                right: 0 !important;
            }
            .head-img-new .user-new-box-flex .czsus {
                width: 100%;
            }
        }
        
        @media screen and (orientation: landscape) {
            @media (max-width: 1000px) {
                .qrcodebox .qrcodeboxcont {
                    max-width: 375px;
                }
                .choosepay .recommend-pay ul li {
                    width: 48%;
                }
            }
        }
        
        .close_pnsdk {
            position: absolute;
            top: 73px;
            right: 30px;
            z-index: 17;
            display: none;
            width: 25px;
        }
        
        .close_pnsdk img,
        .close_pnsdk a {
            display: inline-block;
            text-align: right;
        }
        
        .close_pnsdk img {
            width: 100%;
        }
        
        .enter_btn_template {
            position: relative;
        }
        
        .enter_btn_template .enter_btn {
            font-size: 12px;
        }
        
        .login_box {
            width: 100%;
            padding-top: 12vh;
            position: relative;
        }
        
        .login_flex {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
        }
        
        .login_flex_img img {
            display: block;
            border-radius: 30px;
            max-width: 140px;
            max-height: 140px;
        }
        
        .login_flex_content {
            margin-top: 120px;
            text-align: center;
        }
        
        .login_flex_tips {
            position: relative;
        }
        
        .login_flex_tips .sp1 {
            color: #666666;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        .login_flex_tips .sp2 {
            vertical-align: middle;
            cursor: pointer;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        .login_flex_button {
            margin: 10px 0px;
        }
        
        .login_flex_button button {
            display: block;
            background: #f7e225;
            color: #333;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 290px;
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            font-weight: bold;
            margin: 18px auto 19px;
            border-radius: 3px;
            transition: 0.3s;
        }
        
        .login_flex_button button:focus {
            filter: brightness(.97);
        }
        
        .login_flex_ac {
            position: relative;
        }
        
        .login_flex_ac .sp1 {
            margin-right: 3px;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        .login_flex_ac .sp1 img {
            width: 15px;
            height: 15px;
        }
        
        .login_flex_ac .sp2 {
            color: #c5c5c5;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        .login_policy {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            opacity: 0;
            transition: 0.3s;
        }
        
        .login_policy_box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #fff;
            z-index: 9999;
            border-radius: 10px;
            max-width: 500px;
            width: 90%;
        }
        
        .login_policy_list {
            padding: 20px;
            position: relative;
            padding: 20px;
            position: relative;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
            gap: 15px;
            padding-bottom: 35px;
        }
        
        .login_policy_list div {
            font-size: 14px;
            word-break: break-word;
            word-wrap: break-word;
            color: #666;
        }
        
        .login_policy_list .div_title {
            font-size: 20px;
            font-weight: 400;
            color: #282828;
            text-align: center;
            word-break: break-word;
            word-wrap: break-word;
        }
        
        .login_policy_close1 {
            display: block;
            background: #f7e225;
            color: #333;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 150px;
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            font-weight: bold;
            margin: 18px auto 19px;
            border-radius: 3px;
            transition: 0.3s;
        }
        
        .login_policy_close2 {
            width: 25px;
            height: 25px;
            position: absolute;
            top: 10px;
            right: 10px
        }
        
        .login_policy_close2 img {
            display: block;
            width: 100%;
        }
        
        .successlogin_box {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            opacity: 1;
            transition: 0.3s;
        }
        
        .flicon {
            position: absolute;
            top: -4px;
            right: -19px;
            /* background: repeating-linear-gradient(45deg, #f4f500, #f3e443 30%); */
            font-size: 12px;
            text-align: center;
            font-weight: 500;
            padding: 0px 3px;
            color: #333;
            /* border: 1px solid #cdcdcd; */
            border-radius: 5px;
            vertical-align: text-top;
            line-height: 18px;
            max-width: 70px;
            z-index: 1;
        }
        
        .flicon .fliconimg {
            display: inline-block !important;
            width: 75% !important;
            max-width: none !important;
            max-height: none !important;
            vertical-align: middle;
        }
        
        .flicon span {
            vertical-align: middle;
            position: absolute;
            top: 25px;
            right: 25px;
            color: #f5d520;
            font-size: 16px;
            font-weight: bold;
        }
        
        .contbox .hd {
            display: none;
        }
        
        .rolebox {
            display: none !important;
        }
        
        .choose-role-box {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 9999;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
        }
        
        .choose-role-content {
            background: #e5e5e5;
            border-radius: 5px;
            min-width: 325px;
            min-height: 120px;
            justify-content: space-between;
            display: flex;
            flex-wrap: wrap;
            position: relative;
            flex-direction: column;
            justify-content: flex-start;
            box-shadow: 0 0 3px 1px #808080;
            border: 1px solid #eee;
            transition: 0.3s;
            width: 90%;
            max-width: 420px;
            /* animation: show 0.2s linear */
        }
        
        .choose-role-content2 {
            background: #e5e5e5;
            padding: 35px;
            border-radius: 5px;
            min-width: 325px;
            min-height: 184px;
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            /* animation: show 0.2s linear; */
            align-items: center;
        }
        
        .choose-role-result-box {
            padding: 15px 10px;
            display: none;
        }
        
        .choose-role-result-box .roleinfo {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            background: #d2d2d2;
            border: 1px solid #cdcdcd;
            color: #808080;
            font-size: 12px;
            font-weight: 500;
            padding: 10px 10px;
            border-radius: 3px;
            line-height: 1.5;
            cursor: pointer;
            position: relative;
            margin: 10px 0;
        }
        
        .choose-role-result-box .roleinfo.active,
        .choose-role-result-box .roleinfo:hover,
        .roleinfo-box-2078 .dv div:hover,
        .roleinfo-box-2078 .dv div.active {
            border: 1px solid #edc74a !important;
            background: #fffbef !important;
            color: #000 !important;
            transition: 0.3s;
        }
        
        .choose-role-result-box .roleinfo .commondv{
            display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    width: 110%;
    margin: -10px -10px;
    /* position: sticky; */
    /* top: 0; */
    /* left: 0; */
    padding: -10px;
    min-height: 35px;
    line-height: 35px;
        }
        
        /* .choose-role-result-box .roleinfo.active::before {
            position: absolute;
            bottom: -7px;
            right: -2px;
            content: "✓";
            color: #fff;
            font-size: 12px;
            z-index: 2;
            transform: scale(0.4);
            transform-origin: center;
        }
        
        .roleinfo-box-2078 .dv div.active::before {
            position: absolute;
            bottom: -7px;
            right: -2px;
            content: "✓";
            color: #fff;
            font-size: 12px;
            z-index: 2;
            transform: scale(0.4);
            transform-origin: center;
        } */
        
        .choose-role-result-box .roleinfo.active::after,
        .roleinfo-box-2078 .dv div.active::after {
            background: #fffbef;
        }
        
        /* .choose-role-result-box .roleinfo::after,
        .roleinfo-box-2078 .dv div::after {
            content: "";
            color: #fff;
            padding: 4px;
            bottom: 0;
            right: 0;
            position: absolute;
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            z-index: 1;
        } */
        
        .choose-role-select-box {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: baseline;
        }
        
        .choose-role-select-box h4 {
            font-weight: 500;
            margin-bottom: 5px;
        }
        
        .choose-role-select-list {
            min-width: 300px;
            position: relative;
        }
        
        .choose-role-select-list select {
            width: 100%;
            height: 40px;
            line-height: 40px;
            border: 0 none;
            margin-bottom: 5px;
            background: #feffff;
        }
        
        .choose-role-div {
            border-radius: 5px;
            display: flex;
            margin: 0 0 10px 0;
            padding: 0;
            text-align: center;
            line-height: normal;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-evenly;
            align-items: center;
            overflow: hidden;
            position: relative;
            width: 100%;
        }
        
        .choose-role-div .sp1 {
            width: 48%;
            word-wrap: break-word;
            word-break: break-word;
        }
        
        .choose-role-active {
            border: 1px solid #ff6600;
            transition: 0.5s;
            background: #fff;
        }
        
        .choose-role-active::after {
            background: #f60;
            content: "";
            color: #fff;
            padding: 10px;
            bottom: -16px;
            right: 0;
            position: absolute;
            transform: skewY(-35deg);
            z-index: 1;
        }
        
        .choose-role-active::before {
            position: absolute;
            bottom: -2px;
            right: 0;
            content: "✓";
            color: #fff;
            font-size: 10px;
            z-index: 2;
        }
        
        .choose-role-button .button-sure {
            display: block;
            background: #f7e225;
            color: #333;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 48%;
            height: 38px;
            line-height: 38px;
            font-size: 14px;
            font-weight: bold;
            /* margin: 18px auto 19px; */
            border-radius: 5px;
            transition: 0.3s;
        }
        
        .choose-role-button .button-change {
            display: block;
            background: #bdbdbd;
            color: #ececec;
            border-radius: 4px;
            cursor: pointer;
            user-select: none;
            width: 48%;
            height: 38px;
            line-height: 38px;
            font-size: 14px;
            font-weight: bold;
            /* margin: 18px auto 19px; */
            border-radius: 5px;
            transition: 0.3s;
        }
        
        .choose-role-button .button-change:hover {
            color: #fff;
        }
        
        .choose-role-button {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: space-between;
            margin-top: 15px;
        }
        
        .choose-role-button .disabled {
            background: #ccc;
            color: #fff;
            cursor: default
        }
        
        .choose-role-select-box-reload {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }
        
        .choose-role-button2 {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            width: 100%;
        }
        
        .choose-role-number {
            display: flex;
            flex-direction: column;
            width: 48%;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: stretch;
        }
        
        .choose-role-number .sp1 {
            width: 100%;
            display: block;
        }
        
        .choose-role-number .sp2 {
            display: block;
            font-size: 12px;
            color: #808080;
        }
        
        .loading2 {
            width: 70px;
            height: 40px;
            margin: 0 auto;
        }
        
        .loading2 span {
            display: inline-block;
            width: 5px;
            height: 20px;
            border-radius: 4px;
            background: #eee;
            animation: load2 1s ease infinite;
        }
        
        .bottom-share-link {
            position: relative;
            display: none;
            margin-top: 15px;
        }
        
        .bottom-share-link a {
            margin-right: 5px;
        }
        
        .bottom-share-link img {
            width: 3%;
        }
        
        @keyframes load2 {
            50% {
                height: 20px;
                margin: 8px 0;
                background: #808080;
            }
        }
        
        .loading2 span:nth-child(2) {
            animation-delay: 0.2s;
        }
        
        .loading2 span:nth-child(3) {
            animation-delay: 0.4s;
        }
        
        .loading2 span:nth-child(4) {
            animation-delay: 0.6s;
        }
        
        .loading2 span:nth-child(5) {
            animation-delay: 0.8s;
        }
        
        * {
            box-sizing: border-box;
        }
        
         ::-webkit-scrollbar {
            width: 3px;
            height: 3px;
            background: transparent;
            border-radius: 5px;
            margin-left: -5px;
        }
        
         ::-webkit-scrollbar-thumb {
            background: #888;
        }
        
         ::-webkit-scrollbar-track {
            background: transparent;
        }
        
        .chooselanguage-box {
            position: absolute;
            top: 25%;
            right: 7%;
            z-index: 11;
            border-radius: 20px;
            border: 1px solid #505050;
            padding: 8px 10px;
            min-width: 140px;
            cursor: pointer;
        }
        
        .chooseflexbox {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            width: 100%;
            justify-content: space-between;
        }
        
        .chooseflexbox .sp1 {
            display: flex;
            color: #eee;
        }
        
        .chooseflexbox svg {
            width: 18px;
            height: 18px
        }
        
        .chooseflexbox .a1 {
            display: block;
            color: #eee;
            font-size: 12px;
            transition: 0.3s;
        }
        
        .chooseflexbox .a1:hover {
            color: #fff
        }
        
        .chooselanguage-box .languge-box {
            position: absolute;
            z-index: 1;
            bottom: 47px;
            background: #1a1a1a;
            /* min-block-size: auto; */
            min-width: 140px;
            right: 0;
            border-radius: 5px;
            max-height: 300px;
            overflow: auto;
            display: none;
        }
        
        .chooselanguage-box .languge-box div {
            color: #eee;
            text-align: left;
            padding: 8px;
            margin-left: 8px;
            font-size: 12px;
            position: relative;
        }
        
        .chooselanguage-box .languge-box div::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #eee;
            display: none;
            transition: 0.3s;
        }
        
        .chooselanguage-box .languge-box div:hover {
            color: #fff;
        }
        
        .chooselanguage-box .languge-box div:hover::before {
            display: block;
        }
        
        .chooselanguage-box .languge-box div.active::before {
            display: block;
        }
        
        .user-hpcoin-box {
            display: none;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            min-width: 200px;
            padding-top:4px;
            font-size: 14px;
        }
        
        .user-choose-role-box {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            min-width: 200px;
            font-size: 14px;
            padding-top: 4px;
            margin-left: 4%;
        }
        
        .user-choose-role-box span,
        .user-hpcoin-box span {
            font-size: 14px;
            color: #808080;
            font-weight: 400;
        }
        
        .user-choose-role-box span,
        .user-hpcoin-box span {
            margin-right: 10px;
        }
        
        .user-choose-role-box span:nth-child(3) {
            cursor: pointer;
        }
        
        .user-choose-role-box span:nth-child(3):hover path {
            fill: #000
        }
        
        .wd950 {
            max-width: 950px;
            margin: 0 auto;
            position: relative;
            border: 1px solid #d7d7d7;
            margin-top: 7%;
            border-radius: 10px;
            padding: 50px 20px 50px 0px;
        }
        
        .main-box {
            position: relative;
            margin: 0 auto;
            /* background: #fff; */
            padding: 20px;
            /* min-height: 450px; */
        }
        
        .main-box .left-d {
            width: 20%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-end;
            gap: 5px;
        }
        
        .main-box .left-d .icon {
            width: 25px;
            height: 25px;
            display: block;
        }
        
        .main-box .left-d .icon img {
            width: 100%;
            display: block;
        }
        
        .main-box .right-d {
            width: 75%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: center;
            margin-top: 0px;
            position: relative;
        }
        .newbg .logo-div,
        .main-box .logo-div,
        .main-box .amount-div,
        .main-box .choosepay,
        .main-box .amount-div,
        .main-box .discount-div,
        .main-box .bank-options,
        .main-box .gameinsert {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            margin-bottom: 20px;
        }
        .newbg .logo-div{
            padding: 20px 30px;
            align-items:center;
            font-size: 18px;
        }
        
        .main-box .logo-div {
            margin-bottom: 50px;
        }
        .newbg .logo-div,
        .main-box .logo-div,
        .main-box .amount-div {
            min-height: 60px;
        }
        
        .main-box .amount-div {
            margin-top: 50px;
        }
        
        .main-box .bank-options {
            display: none;
        }
        
        .main-box .bank-options select {
            display: flex;
            border: 1px solid #d7d7d7;
            min-width: 200px;
            text-align: center;
            height: 42px;
            border-radius: 5px;
            padding: 0 13px;
        }
        
        .main-box .bank-options select:active {
            border: 1px solid #fff;
        }
        
        .logo-div .game-logo-img {
            display: block;
            width: 65px;
            height: 65px;
            border-radius: 5px;
            margin-right: 15px;
        }
        
        .choosepay {
            margin-top: 0px;
        }
        
        .choosepay ul,
        .game_amount ul {
            width: 100%;
            list-style: none;
            justify-content: flex-start;
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 0;
            flex-direction: row;
            align-content: flex-start;
            align-items: flex-start;
            gap: 25px
        }
        
        .choosepay ul li,
        .game_amount ul li {
            width: 23%;
            cursor: pointer;
            position: relative;
            border-radius: 5px;
            border: 1px solid #d5d5d5;
            display: inline-block;
            padding: 0;
            height: auto;
            text-align: center;
            background: #fff;
            line-height: normal;
            transition: 0.3s;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: center;
        }
        
        .choosepay ul li::after,
        .game_amount ul li::after {
            content: "";
            color: #fff;
            padding: 10px;
            bottom: 0;
            right: 0;
            position: absolute;
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            z-index: 1;
        }
        
        .choosepay ul li.active::before,
        .game_amount ul li.active::before {
            position: absolute;
            bottom: -2px;
            right: 0;
            content: "✓";
            color: #fff;
            font-size: 12px;
            z-index: 2;
            transform: scale(0.8);
            transform-origin: center
        }
        
        .choosepay ul li.active::after {
            background: #25dd9e;
        }
        
        .game_amount ul li.active::after {
            background: #f7b400;
        }
        /*充值方式只显示3个 */
        
        /* .choosepay li:nth-child(n + 5) {
            display: none;
        } */
        
        .game_amount li:nth-child(n + 4) {
            display: flex
        }
        
        .game_amount li:nth-child(n + 8) {
            display: none
        }
        /* //显示最后的 更多 */
        
        .game_amount li:last-child {
            display: flex
        }
        
        .choosepay ul li a,
        .game_amount ul li a {
            display: block;
            padding: 10px 0;
            color: #505050;
            text-decoration: none;
            font-size: 16px;
            text-align: center;
        }
        
        .choosepay ul li img,
        .game_amount ul li img {
            max-height: 100% !important;
            width: 100%;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            margin-right: 0;
        }
        
        .choosepay ul li a span,
        .game_amount ul li a span {
            font-size: 12px;
            display: block;
            text-align: center;
            word-break: break-word;
        }
        
        .choosepay ul li:hover,
        .choosepay ul li.active {
            background: #f2fef7;
            border-color: #25dd9e;
            transition: 0.3s;
        }
        
        .game_amount ul li.active,
        .game_amount ul li:hover {
            background: #fffae0;
            border-color: #f7b400;
            transition: 0.3s;
        }
        
        .choosepay ul li.show-more-paymenyWay {
            border: 1px solid #25dd9e;
            display: flex;
            background: #fff;
            color: #25dd9e;
            background: transparent;
            transition: ease-out 0.3s;
        }
        
        .game_amount ul li.show-more-amount {
            border: 1px solid #f7b400;
            display: flex;
            background: #fffae0;
            color: #f7b400;
            background: transparent;
            transition: ease-out 0.3s;
        }
        
        .choosepay ul li.show-more-paymenyWay:hover {
            color: #000;
            border: 1px solid #f2fef7;
            box-shadow: inset 0 -100px 0 0 #25dd9e;
        }
        
        .game_amount ul li.show-more-amount:hover {
            color: #000;
            border: 1px solid #fffae0;
            box-shadow: inset 0 -100px 0 0 #f7b400;
        }
        
        .choosepay ul li.show-more-paymenyWay:active,
        .game_amount ul li.show-more-amount:active {
            transform: scale(0.9);
        }
        
        .game_amount ul li.loader-amount {
            background: linear-gradient(90deg, #fff 33%, rgba(228, 228, 228, 0.533) 50%, #fff 66%) #f2f2f2;
            background-size: 300% 100%;
            animation: l1 1.3s infinite linear;
        }
        
        .game_amount ul li.loader-amount:hover {
            border: 1px solid #d7d7d7;
            cursor: default;
        }
        .game_amount li i{
                display: block;
                max-width: 75%;
                white-space: pre-line;
                word-break: break-word;
        }
        .choosepay ul li>span,
        .game_amount ul li>span{
            background: #f7b403;
            position: absolute;
            bottom: 0;
            width: 100%;
            color: #614e32;
            border-radius: 0 0 4px 4px;
            padding: 2px 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; 
        }
        .choosepay ul li>span{
            background: #25dd9e;
        }
        .flicon {
            position: absolute;
            top: -3px;
            right: 0;
            /* background: repeating-linear-gradient(45deg, #f4f500, #f3e443 30%); */
            font-size: 12px;
            text-align: center;
            font-weight: 500;
            padding: 0px 3px;
            color: #333;
            /* border: 1px solid #cdcdcd; */
            border-radius: 5px;
            vertical-align: text-top;
            line-height: 18px;
            max-width: 50px;
            width: 100%;
            /* max-width: 80px; */
        }
        
        .flicon .fliconimg {
            display: inline-block !important;
            width: 100% !important;
            max-width: none !important;
            max-height: none !important;
            vertical-align: middle;
        }
        
        .flicon span {
            vertical-align: middle;
            position: absolute;
            top: 15px;
            right: -2px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            width: 100%;
        }
        .flicon span b{
            font-size: 8px;
        }
        
        .game-disc-p {
            position: relative;
            margin-left: 10px;
        }
        
        .game-disc-p .sp1 {
            font-size: 12px;
            color: #808080
        }
        
        .game-disc-p .sp2 {
            font-size: 12px;
            color: #808080
        }
        
        .game-disc-p .sp3 {
            font-size: 12px;
            color: #808080
        }
        
        .game-disc-p .sp4 {
            font-size: 12px;
            color: #808080
        }
        
        .game_paytotal {
            color: #f00
        }
        .game_paytotal_fast{
            color:#000
        }
        
        .bottom-box {
            position: relative;
            margin: 0 auto;
            /* background: #fff; */
            padding: 20px 20px 100px 20px;
            border-top: 1px solid #e8e8e8;
        }
        
        .agree button.dnow {
            font-weight: 500;
            color: #2e2d2b;
            background: #feea33;
            position: relative;
            transition: all 0.3s ease-in-out;
            /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
            border-radius: 9999px; */
            font-weight: bold;
            border: 3px solid #feea33;
            outline: none;
            overflow: hidden;
        }
        
        .agree button.dnow:hover {
            transform: scale(1.05);
            /* border-color: #fff9; */
        }
        
        .agree button.dnow:hover .icon {
            transform: translate(4px);
        }
        
        .agree button.dnow:hover::before {
            animation: shine 1.5s ease-out infinite;
        }
        
        .agree button.dnow::before {
            content: "";
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
            top: 0;
            left: -100px;
            opacity: 0.6;
        }
        
        .agree button.disb {
            background-color: #808080;
        }
        
        .head-img-new {
            height: 70px;
            box-shadow: 0px 0px 2px 4px rgba(0, 0, 0, .08);
            z-index: 99;
        }
        
        .headflexbox {
            display: flex;
            width: 100%;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: flex-start;
            height: 100%;
        }
        
        .headflexbox .top {
            display: flex;
            justify-content: space-between;
            flex-direction: row;
            width: 100%;
            padding-top: 18px;
        }
        
        .headflexbox .discount-txt {
            position: static;
            padding-left: 15%;
            margin-bottom: 5px;
        }
        
        .headflexbox .discount-txt .txt {
            font-size: 12px;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .head-img-new .logoimg {
            width: 30%;
            display: block;
            position: static;
        }
        
        .userinfo-box {
            position: static;
        }
        
        .userinfo-box .opc {
            display: none;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            align-items: center;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 20px;
            min-width: 120px;
            /* min-height: 49px; */
            justify-content: space-evenly;
            padding: 5px;
            cursor: pointer;
            position: relative;
            transition: 0.3s;
            z-index: 1;
            transform: scale(0.8);
        }
        
        .userinfo-box .login {
            display: none;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            min-width: 80px;
            color: #000;
            border: 1px solid #000;
            padding: 3px 10px;
            border-radius: 20px;
            cursor: pointer;
            font-weight: 500;
            font-size: 12px;
            transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
            overflow: hidden;
        }
        
        .userinfo-box .login::before {
            content: '';
            position: absolute;
            inset: 0;
            margin: auto;
            width: 50px;
            height: 50px;
            border-radius: inherit;
            scale: 0;
            z-index: -1;
            background-color: #feea33;
            transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
        }
        
        .userinfo-box .login:hover::before {
            scale: 3;
        }
        
        .userinfo-box .login:hover {
            color: #212121;
            scale: 1.1;
            box-shadow: 0 0px 20px rgba(193, 163, 98, 0.4);
        }
        
        .userinfo-box .login:active {
            scale: 1;
        }
        
        .userinfo-box .opc .myacc {
            color: #eee;
            font-size: 14px;
            display: block;
            margin: 0 15px;
            transition: 0.3s;
        }
        
        .userinfo-box .opc .myacc:hover {
            color: #fff
        }
        
        .userinfo-box .opc .dr {
            display: block;
        }
        
        .userinfo-box .opc .dr svg {
            width: 20px;
            height: 20px;
            vertical-align: text-top;
            transition: 0.3s;
            transform: rotate(180deg);
        }
        
        .userinfo-box .opc:hover .userinfo-list {
            display: block;
        }
        
        .userinfo-box .opc:hover .dr svg {
            transform: rotate(0deg);
        }
        
        .userinfo-box .userinfo-list {
            position: absolute;
            top: 35px;
            right: 0;
            min-width: 180px;
            padding: 10px;
            border: 1px solid #d7d7d7;
            border-radius: 5px;
            box-shadow: 0 0 0 1px #eee;
            z-index: 50;
            background: #fdfdfd;
            display: none;
            transition: 0.3s;
        }
        
        .userinfo-box .userinfo-list::before {
            content: "";
            position: absolute;
            top: -10px;
            right: 0;
            width: 100%;
            height: 10px;
        }
        
        .userinfo-box .userinfo-list .flexbox {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox {
            display: flex;
            width: 95%;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #d7d7d7;
            padding: 5px;
            margin: 5px 0px;
            font-size: 14px;
            transition: 0.3s;
            position: relative;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox .svg {
            transform: rotate(-90deg);
            width: 18px;
            height: 18px;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox span,
        .userinfo-box .userinfo-list .flexbox .xflexbox a {
            display: flex;
            align-items: center;
            color: #808080;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox a {
            width: 100%;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox .icon-out {
            display: flex;
            margin-left: 5px;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:first-child {
            justify-content: flex-start;
            gap: 10px;
            cursor: default;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(2),
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(3) {
            border: 0 none;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:last-child {
            border: 0 none;
            border-top: 1px solid #d7d7d7;
            overflow: hidden;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(n+2)::before {
            content: '';
            width: 0;
            height: 32px;
            position: absolute;
            top: 0;
            left: 0;
            background-image: linear-gradient(to right, #eee 0%, #d7d7d7 100%);
            transition: .2s ease;
            display: block;
            z-index: -1;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(4)::before {
            content: none;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(n+2):hover::before {
            width: 100%;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(n+2):hover {
            width: 100%;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(n+2):hover span {
            color: #333;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(4):hover svg {
            animation: bellRing 0.9s both;
        }
        
        .userinfo-box .userinfo-list .flexbox .xflexbox:nth-child(4):hover svg path {
            fill: #333;
        }
        
        .footbox {
            position: relative;
        }
        
        .loader {
            width: calc(80px / cos(45deg));
            height: 14px;
            background: repeating-linear-gradient(-45deg, #feea33 0 15px, #0000 0 20px) left/200% 100%;
            animation: l3 2s infinite linear;
        }
        
        .how-user-imgbox {
            width: 6%;
            margin-left: 5px;
            position: relative;
            line-height: 1;
            display: block;
        }
        
        .how-user-imgbox a {
            position: relative;
            z-index: 10;
            width: 100%;
            display: block;
        }
        
        .how-user-img {
            position: absolute;
            top: 0px;
            z-index: 10;
            left: 29px;
            width: 100%;
            background: #fff;
            border: 1px solid #e2e2e2;
            padding: 10px;
            box-shadow: 0 0 2px 0px #cacaca;
            display: none;
            width: 550px;
        }
        
        .how-user-imgbox:hover .how-user-img {
            display: block;
            transition: 0.3s;
        }
        
        .how-user-imgbox:hover .how-user-imgbox::before {
            display: block;
        }
        
        .how-user-imgbox::before {
            content: "";
            position: absolute;
            display: block;
            top: -29px;
            left: 0px;
            width: 40px;
            min-height: 50px;
            display: none;
        }
        
        body:hover .how-user-imgbox::before {
            display: block;
        }
        
        body:active .how-user-imgbox::before {
            display: none;
        }
        
        .actionApp {
            display: none;
        }
        .showDes-div{
    padding-top: 98px;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.showDes{
    z-index: 9;
    position: absolute;
    top: 80px;
    left: -10px;
    font-size: 12px;
    background: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 5px 10px 5px 20px;
    min-width: 180%;
    min-height: 25px;
    max-width: calc(100vw - 600px);
    line-height: 20px;
    display: flex;
    color: #808080;
    word-break: break-word;
    word-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
    opacity: 1;
    text-align: left;
    cursor: default;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}
.showDes::after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #d0d0d0;
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    z-index: 22222;
    background: #fff;
    left: 75px;
    border-bottom: 0;
    border-right: 0;
}
.coupon-code-box{
       position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.coupon-code-box input{
    width: 235px;
    height: 30px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
}
.coupon-code-box button{
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.coupon-code-box button.active{
    background: #f3e261;
       color: #584b21;
}
.coupon-code-box button.disabled{
    background: #d0d0d0;
    color: #808080;
    cursor: not-allowed;
}
.coupon-code-box button.active:hover{
    color: #313131;
}
.coupon-code-box button.clear-btn{
background: #f14545;
    color: #f6f6f6;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    height: 30px;
}
.coupon-code-box button.clear-btn:hover{
    color: #fff;
    background: red;
}
.coupon-code-dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.coupon-code-dialog-content{
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 300px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.coupon-code-dialog .coupon-code-success-box{
background: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 300px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.coupon-code-dialog .coupon-code-success-box-btn{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.coupon-code-dialog .coupon-code-success-box-btn button{
    width: 60px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    
}
.coupon-code-dialog .coupon-code-success-box-btn button.btn-cancel{
    background: #d0d0d0;
    color: #808080;
}
.coupon-code-dialog .coupon-code-success-box-btn button.btn-confirm{
    background: #f3e261;
    color: #584b21;
}
.coupon-code-dialog .coupon-code-success-box-btn button.btn-cancel:hover{
    background: #d0d0d0;
    color: #fff;
}
.coupon-code-dialog .coupon-code-success-box-btn button.btn-confirm:hover{
    background: #f3e261;
    color: #584b21;
}
.coupon-spinner{
    display: none;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
.coupon-message-title-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.my-coupon{
    text-align: center;
    position: relative;
    background: #ff9d9d;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 500;
    border: none;
    height: 30px;
    /* margin-left: 20px; */
    cursor: pointer;
    transition: all 0.3s ease;
   
    clip-path: polygon(5% 0%, 0% 10%, 5% 20%, 0% 30%, 5% 40%, 0% 50%, 5% 60%, 0% 70%, 5% 80%, 0% 90%, 5% 100%, 95% 100%, 100% 90%, 95% 80%, 100% 70%, 95% 60%, 100% 50%, 95% 40%, 100% 30%, 95% 20%, 100% 10%, 95% 0%);
     display: flex;
       flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  
}
 .my-coupon:hover {
   background: #e87c7c;
        }
.spinner-circle {
            fill: none;
            stroke: #3b82f6;
            stroke-width: 4;
            stroke-linecap: round;
            stroke-dasharray: 31.416; /* 2 * π * 5 (半径) */
            stroke-dashoffset: 31.416;
            animation: dash 1.5s ease-in-out infinite;
        }

        @keyframes dash {
            0% {
                stroke-dasharray: 1, 150;
                stroke-dashoffset: 0;
            }
            50% {
                stroke-dasharray: 90, 150;
                stroke-dashoffset: -35;
            }
            100% {
                stroke-dasharray: 90, 150;
                stroke-dashoffset: -124;
            }
        }


/* .discount-box{
    position: fixed;
    bottom: 26%;
    background: #fff;
    width: 100%;
    transition: all 0.2s ease-out;
}
.bottom-box-fixed{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
} */
@media(max-width:768px){
    .game_amount li:nth-child(2n)[style*="display: flex"] .showDes{
        left: -120px;
    }
    .game_amount li:nth-child(2n)[style*="display: flex"] .showDes::after{
        left:87%
    }

}
        @keyframes l3 {
            100% {
                background-position: right
            }
        }
        
        @keyframes shine {
            0% {
                left: -100px;
            }
            60% {
                left: 100%;
            }
            to {
                left: 100%;
            }
        }
        
        @keyframes l1 {
            0% {
                background-position: right
            }
        }
        
        @keyframes ripple {
            0% {
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            }
            100% {
                box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            }
        }
        
        @keyframes bellRing {
            0%,
            100% {
                transform-origin: top;
            }
            15% {
                transform: rotateZ(10deg);
            }
            30% {
                transform: rotateZ(-10deg);
            }
            45% {
                transform: rotateZ(5deg);
            }
            60% {
                transform: rotateZ(-5deg);
            }
            75% {
                transform: rotateZ(2deg);
            }
        }
        
        .qrpay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.3);
            display: none;
            z-index: 10;
        }
        
        .qrpay-box {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            padding: 20px;
            background: #fff;
            border-radius: 10px;
            border: 1px solid #d7d7d7;
            box-shadow: 0 0 3px 1px #797979;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            min-width: 275px;
            min-height: 230px;
        }
        
        .qrpay-box .refresh {
            display: none;
        }
        
        #checkmark {
            display: none;
            width: 128px;
            /* 宽度和高度适应父元素 */
            height: 128px;
            border-radius: inherit;
            /* 圆角继承自父元素 */
        }
        
        #check {
            stroke-dasharray: 50;
            stroke-dashoffset: 50;
            transition: stroke-dashoffset 1s ease;
            stroke: green;
            stroke-width: 3;
        }
        
        #checkmark.active #check {
            stroke-dashoffset: 0;
        }
        
        .select-server {
            line-height: 32px;
            height: 32px;
            border: 0 none;
            background: #f8f8f8;
            width: 100%;
            outline: 0 none;
        }
        
        .select-servers-box {
            width: 100%;
            position: relative;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: center;
        }
        
        .select-server:active {
            border: 0 none;
        }
        
        .server-area {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 10px;
            position: relative;
            width: 100%;
        }
        
        .sp-select-box {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: flex-start;
            justify-content: flex-start;
            width: 100%;
            align-items: flex-start;
            gap: 10px;
            padding: 10px;
            position: relative;
        }
        
        .sp-select-box a,
        .server-area a {
            display: block;
            background: #fff;
            border: 1px solid #f3f3f3;
            color: #808080;
            font-size: 12px;
            font-weight: 500;
            padding: 5px 10px;
            border-radius: 3px;
            line-height: 1.5;
            position: relative;
            min-width: 95px;
            width: 48%;
            min-height: 32px;
            line-height: 32px;
            display: block;
            text-align: center;
            text-transform: uppercase;
        }
        
        .sp-select-box a.active,
        .server-area a.active {
            border: 1px solid #5ad4aa;
            background: #ecf9f1;
            color: #000;
            transition: 0.3s;
        }
        
        .sp-select-box a:hover,
        .server-area a:hover {
            border: 1px solid #5ad4aa;
            background: #ecf9f1;
            color: #000;
            transition: 0.3s;
        }
        
        .sp-select-box a:active,
        .server-area a:active {
            border: 1px solid #5ad4aa;
            background: #ecf9f1;
            color: #000;
            transition: 0.3s;
        }
        
        /* .sp-select-box a.active::before,
        .server-area a.active::before {
            position: absolute;
            bottom: -7px;
            right: -2px;
            content: "✓";
            color: #fff;
            font-size: 12px;
            z-index: 2;
            transform: scale(0.4);
            transform-origin: center;
        } */
        
        /* .sp-select-box a::after,
        .server-area a::after {
            content: "";
            color: #fff;
            padding: 4px;
            bottom: 0;
            right: 0;
            position: absolute;
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
            z-index: 1;
        }
        
        .sp-select-box a.active::after,
        .server-area a.active::after {
            background: #5ad4aa;
        } */
        
        .sp-select {
                     background: none;
    border: 0 none;
    outline: 0 none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #f3e261;
    min-height: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    font-size: 20px;
    color:#584b21
        }
        .n-sv-content{
            display: flex;width: 100%;flex-direction: column;flex-wrap: nowrap;align-content: space-around;justify-content: space-between;
        }
        .n-sv-box{
            border-radius: 5px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            background: #f3e261;
            min-height: 50px;
            text-align: center;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            font-size: 20px;
            color:#584b21
        }
        .n-sv-box-area{
            padding: 10px;
            position: relative;
            background: #f4f4f4;
        }
        /* input[type="number"]::-webkit-inner-spin-button, 
        input[type="number"]::-webkit-outer-spin-button { 
        -webkit-appearance: none; 
        margin: 0; 
        } */
           
            .custom-number-input{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: center;
                justify-content: space-between;
                align-items: stretch;
                position: relative;
                width: 90px;
                 border: 1px solid #eee;
                outline:0 none;
                border-radius: 5px;
                  
            }
             .custom-number-input input{
                width: 30%;
                color:#f00;
                
                text-align: center;
                border: 0 none;
             }
            .custom-number-input-reduce{
                display: flex;
                width: 25px;
                background: #f5f7fa;
                /* height: 15px; */
                /* border-radius: 50%; */
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                /* line-height: 11px; */
                padding: 5px;
                border-radius: 4px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                cursor: pointer;
                color:#808080
            }
             .custom-number-input-add{
                display: flex;
                width: 25px;
                background: #f5f7fa;
                /* height: 15px; */
                /* border-radius: 50%; */
                flex-direction: column;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: flex-start;
                align-items: center;
                /* line-height: 11px; */
                padding: 5px;
                border-radius: 4px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                cursor: pointer;
                color:#808080
            }
             .custom-number-input-reduce:hover,.custom-number-input-add:hover{
                color:#000;
                transition: 0.3s;
             }
             input[type="text"]:focus {
                outline: 0 none;
            /* border-color: #f7b400;
            box-shadow: 0 0 0 2px rgba(218, 179, 52, 0.25);
            transition: 0.3s; */
            }
            input[type="text"] {
            -webkit-appearance: textfield;
            -moz-appearance: textfield;
            appearance: textfield;
            }

            input[type="text"]::-webkit-inner-spin-button,
            input[type="text"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            }
            input[type="text"]:disabled {
            background-color: #eee;
            opacity: 1;
            }
             .custom-number-input:hover{
                border: 1px solid #d6d6d6;
                transition: 0.3s;
             }
             ._2086_platform{
                 display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-content: flex-start;
                justify-content: flex-start;
                align-items: flex-start;
                opacity: 0;
               gap:10px;
               position: relative;
               margin-top: 10px;
                padding-top: 10px;
                border-top: 1px solid #d7d7d7;
             }
             ._2086_platform p{
                word-break: break-word;
                white-space: normal;
                color: #407cff;
             }
             ._2086_platform p:nth-child(3){
                padding-left: 17px;
             }
             ._2086_platform p:nth-child(4){
                padding-left: 17px;
             }
             ._2086_platform img{
                display: block;
                width: 100%;
             }
             ._2086_platform .img1{
                transform: translateX(-500px);
             }
             ._2086_platform .img2{
                transform: translateY(-150px);
                opacity: 0;
             }
             ._2086_platform_animate1{
                animation: _2086_platform_animate1 0.8s ease-in-out forwards
             }
             ._2086_platform_animate2{
                animation: _2086_platform_animate2 0.3s 0.7s ease-in-out forwards
             }
             .show-2086-help{
                    background: #f3e262;
                    display: flex;
                    width: 8%;
                    text-align: center;
                    border-radius: 5px;
                    flex-direction: column;
                    flex-wrap: nowrap;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                    padding: 5px 7px;
                    margin: 0 auto;
                    margin-top: 7px;
                    animation: show-2086-help 1s ease-in-out infinite
             }
             .usebalance-box,.usebalance-amount-box{
                display: none;
             }
             .usebalance-checkbox{
                    display: flex;
                    flex-direction: row;
                    flex-wrap: wrap;
                    align-content: center;
                    justify-content: flex-start;
                    align-items: center;
                    gap: 5px;
                    margin-left: 25px;
                    font-size: 12px;
                    color: #000;
             }
             .usebalance-checkbox input[type="checkbox"]{
                width: 15px;
                height: 15px;
             }
             .usebalance-amount-box span{
                font-size: 12px;
                color:#808080;
                display: block;
                margin-top: 5px;
             }
             .usebalance-amount-box span:nth-child(2){
                color:#f00;
                font-size: 14px;
             }
             .animating {
  pointer-events: none;
  opacity: 0.5;
}
._2088_spe_div p{
    width: 100%;
    word-break: break-word;
}
.game-name{
    display: block;
    width: 70vw;
    max-width: max-content
}
   .head-img-new  .logo-2110{
    position: absolute;
    top:0;
    left:0;
    width: 17%;
}

             @keyframes show-2086-help {
                 0%{
                    transform: translateY(0);
                 }
                 50%{
                    transform: translateY(5px);
                 }
                 100%{
                    transform: translateY(0);
                 }
             }
             @keyframes _2086_platform_animate1 {
                0%{
                    transform: translateX(-500px);
                }
                80%{
                    transform: translateX(0px);
                }
                90%{
                    transform: translateX(-10px);
                }
                100%{
                    transform: translateX(0px);
                }
             }
             @keyframes _2086_platform_animate2 {
                0%{
                    transform: translateY(-150px);
                }
                
                100%{
                    opacity: 1;
                    transform: translateY(0px);
                }
             }
        @media (max-width:1000px) {
            .head-img-new .logoimg {
                width: 75%;
                max-width: 226px;
            }
            .headflexbox {
                padding: 10px;
                align-items: flex-start;
            }
            
            .main-box{
                padding: 10px;
            }
            .bannerWrap___M_lBm{
                margin-bottom: -32px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .bannerWrap___M_lBm img{
                width:180%;
                object-fit: contain;
            }
            .headflexbox .top{
                padding-top: 10px;
            }
            .logo-div .game-logo-img {
                display: block;
                width: 48px;
                height: 48px;
            }
            .newbg .logo-div{
                padding: 15px;
            }
            .footbox {
                display: flex;
                flex-direction: column-reverse;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
            }
            .foot {
                padding: 10px 0px;
                line-height: 40px;
            }
            .chooselanguage-box {
                position: relative;
                margin: 10px 0;
                top: auto;
                right: auto;
                background: #000;
                z-index: 999;
            }
            .choosepay ul,
            .game_amount ul {
                gap: 10px;
            }
            .choosepay ul li,
            .game_amount ul li {
                width: 48%;
                min-height: 90px;
                height: auto;
            }
            .main-box .left-d,
            .main-box .right-d {
                width: 100%;
            }
            .userinfo-box .opc {
                padding: 3px 10px;
                min-width: 80px;
                justify-content: space-between;
                transform: none;
            }
            .userinfo-box .opc .myacc {
                margin: 0 2px;
                font-size: 12px;
            }
            .userinfo-box .opc .dr svg {
                width: 15px;
                height: 15px;
            }
            .headflexbox .discount-txt {
                /* position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-105%, 60%);
                font-size: 12px; */
                position: static;
                left: 1%;
                top: 62%;
                font-size: 12px;
            }
            .record-flexbox {
                padding-left: 4%;
                gap: 10px;
            }
            .head-img-new {
                height: 60px;
                margin-top: -10px;
            }
            .head-img-new .discount-txt {
                padding-left: 0;
            }
            .how-user-img {
                position: fixed;
                top: 50%;
                z-index: 10;
                left: 50%;
                width: 96%;
                max-width: 550px;
                transform: translate(-50%, -50%);
            }
            .show-img-success .imgurl {
                max-width: 360px;
            }
            .user-choose-role-box{
                margin-left: 66px;
            }
        }
        
        .s45 {
            display: block;
        }
        
        @media (max-width:750px) {
            .choosepay ul li,
            .game_amount ul li {
                width: 48%;
                min-height: 80px;
                height: auto;
            }
               .head-img-new .logo-2110{
    position: absolute;
    top:11px;
    left:0;
    width: 31%;
}
        }
        #foot-2110 a{
    display: inline;
}
@media screen and (orientation: landscape) {
    .newbg .logo-div,.main-box .logo-div {
    margin-bottom: 20px;
}
.main-box .left-d{
    width: 20%;
}
.main-box .right-d{
    width: 75%;
}
.main-box ._2088_spe_div{
   position: relative;
}

.choosepay ul, .game_amount ul{
    gap: 15px;
}
.choosepay ul li, .game_amount ul li{
    width: 23%;
    min-height: 90px;
    height: auto;
}
.main-box .amount-div{
    margin-top: 20px;
}
}

.amazon-confirm{
   position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 9999;
}

.amazon-confirm-div{
   width: 300px; height: 200px; background: white; margin: 100px auto; padding: 20px; border-radius: 10px;position: relative;
       display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.amazon-confirm-close{
   display: flex;
    position: absolute;
    top: -7px;
    right: -7px;
    font-size: 14px;
    color: #585858;
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}
.amazon-confirm-btn{
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2f66e9;
    color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-size: 24px;
    justify-content: center;

}
.game_tol_coupon{
    position: relative;
    /* background: #eee; */
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    margin-left: 10px;
    align-items: center;
    /* padding: 2px 10px; */
    gap: 5px;
    color: #cf0f0f;
}
.game_tol_coupon span{
    font-size: 12px;
}