@charset "UTF-8";
/*---reset---*/
html, body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, button, input, select, textarea { margin: 0; padding: 0; font: 12px/1.5 'PingFang-SC',sans-serif; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

em, b, i { font-style: normal; }

a, a:hover, a:visited { text-decoration: none; color: #000; outline: 0; }

img { border: 0; display: inline-block; vertical-align: middle; max-width: 100%; }

button, input, select, textarea { font-size: 100%; outline: none; }

table { border-collapse: collapse; border-spacing: 0; }

td, th, ul, ol { padding: 0; list-style: none; }

/*---common---*/
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; }

.none, .hide { display: none; }

.cb { clear: both; }

.clearfix { *zoom: 1; }

.clearfix:after { content: '\20'; display: block; height: 0; line-height: 0; visibility: hidden; clear: both; }

.fl { float: left; }

.fr { float: right; }

.fl, .fr { display: inline; }

.tac { text-align: center; }

.tar { text-align: right; }

.t_i { text-indent: -99999px; overflow: hidden; }

.mg-b0 { margin-bottom: 0; }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #999; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; }

:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #999; }

/* loading */
.loading-mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: none; z-index: 999; }

.loading-mask .icon-loading { width: 50px; height: 50px; position: absolute; top: 50%; left: 50%; margin-left: -25px; margin-top: -25px; animation: circle 2s infinite linear; -webkit-animation: circle 2s infinite linear; -moz-animation: circle 2s infinite linear; -ms-animation: circle 2s infinite linear; -o-animation: circle 2s infinite linear; }

@keyframes circle { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

@-webkit-keyframes circle { 0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); } }

@-moz-keyframes circle { 0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); } }

@-ms-keyframes circle { 0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); } }

@-o-keyframes circle { 0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); } }

/* ---index--- */
body { background: #f8f8f8 url(../img/recharge-bg2.png) no-repeat center 74px; }

.container { width: 1200px; margin: auto; }

.header { width: 100%; height: 74px; line-height: 74px; overflow: hidden; background-color: #fff; }

.header .logo { height: 52px; }

.header .title-text { float: right; line-height: inherit; font-size: 16px; }

.main { margin-top: 20px; min-height: 1020px; background: white; border-radius: 4px 4px 0px 0px; position: relative; overflow: hidden; margin-bottom: 30px; /* 现金充值套餐 2021-1-12 */ }

.main .content { width: 1000px; margin: auto; padding-top: 50px; }

.main .tips-text { color: red; font-size: 16px; display: inline-block; vertical-align: middle; margin-left: 15px; display: none; }

.main .confirm-info { width: 480px; height: 50px; background: #f2f2f2; border-radius: 30px; padding: 5px 7px; display: inline-block; }

.main .confirm-info .info-box { float: left; }

.main .confirm-info .user-avatar { width: 40px; height: 40px; border-radius: 30px; }

.main .confirm-info .user-name { color: #333; font-size: 16px; vertical-align: middle; display: inline-block; margin-left: 15px; max-width: 240px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.main .confirm-info input[name=userId] { width: 200px; height: 100%; border: 0; outline: none; background-color: transparent; font-size: 14px; margin: 0 0 0 25px; float: left; }

.main .btn-submit { width: 450px; height: 52px; line-height: 52px; background-color: #FD085E; border-radius: 28px; display: block; /* float: right; */ text-align: center; margin: 100px auto 0; font-size: 16px; font-family: PingFangSC-Regular; font-weight: 400; color: white; }

.main .btn-submit p { line-height: 17px; }

.main .btn-submit .title-b { font-size: 15px; line-height: 21px; }

.main .btn-submit.btn-point { padding-top: 6px; margin-top: 40px; }

.main .btn-submit.btn-wallet { padding-top: 6px; margin-top: 10px; background-color: #8A67FF; }

.main .btn-confirm { min-width: 66px; padding: 0 10px; height: 36px; line-height: 36px; background: #fd085e; border-radius: 18px; text-align: center; color: #fff; float: right; margin-top: 2px; }

.main .rec-method { width: 100%; height: 60px; line-height: 60px; margin-top: 20px; border-bottom: 1px solid #E8E8E8; overflow-x: auto; overflow-y: hidden; white-space: nowrap; }

.main .rec-method::-webkit-scrollbar { display: none; }

.main .rec-method a { margin-left: 48px; color: #999; font-size: 16px; display: inline-block; position: relative; height: inherit; line-height: inherit; }

.main .rec-method a.on { color: #333; border-bottom: 2px solid #fd085e; }

.main .package-text { font-size: 18px; margin-top: 51px; }

.main .package-list { padding-top: 21px; margin-right: -110px; font-size: 0; }

.main .package-list li { width: 260px; min-height: 120px; display: inline-flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; margin: 0 110px 30px 0; background: #f7f7f7; border-radius: 12px; cursor: pointer; transition: 0.3s all ease; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -o-transition: 0.3s all ease; -ms-transition: 0.3s all ease; overflow: hidden; position: relative; }

.main .package-list li.has-label:after { content: ''; width: 55px; height: 56px; position: absolute; left: 0; top: 0; }

.main .package-list li:hover, .main .package-list li.on { box-shadow: 0 2px 5px rgba(193, 193, 193, 0.5); }

.main .package-list li.on { background: linear-gradient(180deg, #fe60a7 0%, #b564ff 100%); }

.main .package-list li.on .reward { color: #443B00; background: #ffdc00; }

.main .package-list li.on .amount-text, .main .package-list li.on .price-text { color: #fff; }

.main .package-list .amount-text { font-size: 20px; line-height: 28px; /* margin-top: 20px; */ margin-bottom: 3px; color: #333; }

.main .package-list .price-text { color: #777; line-height: 17px; }

.main .package-list .rec-price-old { font-size: 12px; transform: scale(0.75); -webkit-transform: scale(0.75); display: inline-block; position: relative; }

.main .package-list .reward { font-size: 13px; color: #FD085E; min-width: 123px; display: inline-block; padding: 0 10px; min-height: 22px; line-height: 22px; background: #ffe4ee; border-radius: 13px; margin: 11px auto 0; }

.main .rec-cash .pay-title { font-size: 18px; line-height: 25px; margin-top: 20px; }

.main .rec-cash .package-text { margin-top: 40px; }

.main .rec-cash .acty-notice { width: 100%; background: rgba(253, 8, 94, 0.06); border-radius: 20px; color: #fd085e; padding: 7px 12px; position: relative; overflow: hidden; margin-top: 20px; display: flex; align-items: center; }

.main .rec-cash .acty-notice:before { content: ''; width: 27px; height: 27px; background: url(../img/icon-tips.png) no-repeat center/100%; /* display: inline-block; */ margin-right: 7px; }

.main .rec-cash .acty-notice p { font-size: 14px; }

.main .rec-cash .tab-currency > * { line-height: 22px; display: inline-block; vertical-align: bottom; position: relative; font-size: 16px; color: #999; margin-right: 30px; margin-top: 20px; }

.main .rec-cash .tab-currency > *:first-child { margin-right: 36px; }

.main .rec-cash .tab-currency > *:last-child { margin-right: 0; }

.main .rec-cash .tab-currency > *.on { color: #FD085E; }

.main .rec-cash .tab-currency > *.on::after { content: ''; height: 3px; width: 90%; border-radius: 5px; background-color: #FD085E; position: absolute; top: 22px; left: 5%; }

.main .rec-cash .payment-method { margin-right: -30px; overflow: hidden; }

.main .rec-cash .payMode-item { width: 150px; height: 34px; border: 1px solid #ddd; border-radius: 5px; margin-right: 30px; margin-top: 18px; font-size: 0; float: left; cursor: pointer; position: relative; background-size: 100% 100%; background-repeat: no-repeat; background-position: center top; }

.main .rec-cash .payMode-item:last-child { margin-right: 0; }

.main .rec-cash .payMode-item.on { border-color: #FD085E; }

.main .rec-cash .payMode-item.on::after { content: ''; width: 19px; height: 16px; background: url(../img/paymen-on.png) no-repeat left top/100%; position: absolute; right: 0; bottom: 0; }

.main .rec-cash .payMode-item.MolPay { background-image: url(../img/icon-molpay.png); }

.main .rec-cash .payMode-item.Paydibs { background-image: url(../img/icon-paydibs.png); }

.main .rec-cash .payMode-item.UPay_OB { background-image: url(../img/icon-upay.png); }

.main .rec-cash .payMode-item.WechatH5Pay { background-image: url(../img/icon-wechath5pay.png); }

.main .rec-cash .payMode-item.QFPay { background-image: url(../img/icon-qfpay.png); }

.main .rec-cash .payMode-item.MyCard { background-image: url(../img/icon-mycard.png); }

.main .rec-cash .payMode-item.Xendit { background-image: url(../img/icon-xendit.png); }

.main .rec-cash .payMode-item.NewebPay { background-image: url(../img/icon-newebpay.png); }

.main .rec-cash .payMode-item.Razer_1 { background-image: url(../img/Razer_Gold.png); }

.main .rec-cash .payMode-item.Razer_1{ background-image: url(../img/icon_pay/1_RazerGoldWallet.png); }
.main .rec-cash .payMode-item.Razer_165{ background-image: url(../img/icon_pay/165_touchngo.png); }
.main .rec-cash .payMode-item.Razer_164{ background-image: url(../img/icon_pay/164_boost.png); }
.main .rec-cash .payMode-item.Razer_12{ background-image: url(../img/icon_pay/12_fpx.png); }
.main .rec-cash .payMode-item.Razer_13{ background-image: url(../img/icon_pay/13_maybank.png); }
.main .rec-cash .payMode-item.Razer_21{ background-image: url(../img/icon_pay/21_CIMBclicks.png); }
.main .rec-cash .payMode-item.Razer_22{ background-image: url(../img/icon_pay/22_HongLeongConnect.png); }
.main .rec-cash .payMode-item.Razer_24{ background-image: url(../img/icon_pay/24_PublicBank.png); }
.main .rec-cash .payMode-item.Razer_25{ background-image: url(../img/icon_pay/25_RHBNow.png); }
.main .rec-cash .payMode-item.Razer_20{ background-image: url(../img/icon_pay/20_BankIslam.png); }
.main .rec-cash .payMode-item.Razer_209{ background-image: url(../img/icon_pay/210_Maxis.png); }
.main .rec-cash .payMode-item.Razer_210{ background-image: url(../img/icon_pay/209_digi.png); }
.main .rec-cash .payMode-item.Razer_246{ background-image: url(../img/icon_pay/805_Celcom.png); }
.main .rec-cash .payMode-item.Razer_70{ background-image: url(../img/icon_pay/70_SingtelDash.png); }
.main .rec-cash .payMode-item.Razer_167{ background-image: url(../img/icon_pay/167_GudangVoucher.png); }
.main .rec-cash .payMode-item.Razer_154{ background-image: url(../img/icon_pay/154_GoPay.png); }
.main .rec-cash .payMode-item.Razer_152{ background-image: url(../img/icon_pay/152_OVO.png); }
.main .rec-cash .payMode-item.Razer_153{ background-image: url(../img/icon_pay/153_Dana.png); }
.main .rec-cash .payMode-item.Razer_61{ background-image: url(../img/icon_pay/61_Linkaja.png); }
.main .rec-cash .payMode-item.Razer_174{ background-image: url(../img/icon_pay/174_shopeepay.png); }

.main .rec-cash .payMode-item.GoallPay_UP{ background-image: url(../img/new_play/yl.png); }
.main .rec-cash .payMode-item.GoallPay_DANA{ background-image: url(../img/new_play/DATA.png); }
.main .rec-cash .payMode-item.GoallPay_WX{ background-image: url(../img/new_play/wechat.png); }

.main .rec-cash .payMode-item.Nganluong_NL{ background-image: url(../img/new_play/Nganluong_NL.png); }
.main .rec-cash .payMode-item.Nganluong_VISA{ background-image: url(../img/new_play/Nganluong_VISA.png); }

.main .rec-vip p { line-height: 1.2; }

.main .rec-vip .v-tit { color: black; font-size: 18px; margin-top: 55px; }

.main .rec-vip .v-desc { font-size: 16px; margin-top: 10px; color: #fd085e; }

.main .rec-vip .code-box { margin-top: 120px; text-align: center; }

.main .rec-vip .code-box img { width: 280px; display: inline-block; }

.main .rec-vip .code-box p { margin-top: 16px; font-size: 16px; color: #333333; }

/* footer */
.footer { width: 100%; text-align: center; margin-top: 20px; margin-bottom: 97px; }

.footer a { color: #333; }

.footer p { color: #999; font-size: 12px; line-height: 17px; }

.footer.gb-footer { margin-bottom: 66px; }

.footer.gb-footer .tips-p { display: none; }

/* 确认弹框 */
.confirm-wrap, .pop-wechat-confrim { height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 666; background-color: rgba(0, 0, 0, 0.5); }

.confirm-wrap .title, .pop-wechat-confrim .title { margin-top: 44px; font-weight: bold; font-family: PingFangSC-Medium; font-size: 16px; line-height: 22px; }

.confirm-wrap .cf-content, .confirm-wrap .p-cont, .pop-wechat-confrim .cf-content, .pop-wechat-confrim .p-cont { color: #333; overflow: hidden; width: 383px; height: 336px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); background-color: #fff; box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11); border-radius: 12px; }

.confirm-wrap .btn-toPay, .confirm-wrap .btn-conf, .pop-wechat-confrim .btn-toPay, .pop-wechat-confrim .btn-conf { margin-top: 35px; width: 280px; height: 42px; line-height: 42px; background: #fd085e; border-radius: 21px; font-size: 16px; font-family: PingFangSC-Regular; font-weight: 400; color: white; display: inline-block; }

.confirm-wrap .cf-content { height: auto; }

.confirm-wrap .u-img { width: 70px; height: 70px; border-radius: 50%; margin-top: 23px; }

.confirm-wrap .u-name { font-size: 14px; line-height: 20px; margin-top: 11px; }

.confirm-wrap .u-account { margin-top: 1px; font-size: 14px; color: #999; line-height: 20px; }

.confirm-wrap .btn-toPay { margin-top: 46px; margin-bottom: 10px;/*margin-bottom: 50px;*/ }

.confirm-wrap .ts-toPay {  padding:0 20px; font-size: 12px; line-height: 1.3; color:#FF005A; margin-bottom: 26px; word-break: break-all }

.confirm-wrap .btn-close { width: 21px; height: 21px; display: inline-block; position: absolute; right: 16px; top: 15px; background: url(../img/icon-close.png) no-repeat center/100%; cursor: pointer; }

.confirm-wrap .recharge-info { width: 250px; margin: 25px auto 0; }

.confirm-wrap .recharge-info > * { display: flex; justify-content: space-between; align-items: center; margin: 5px 0; font-size: 14px; line-height: 20px; }

.confirm-wrap .recharge-info .tips-pop { display: none; padding: 8px 12px; width: 290px; background-color: rgba(0, 0, 0, 0.6); color: #fff; font-size: 12px; font-weight: bold; line-height: 17px; border-radius: 10px; position: absolute; top: 27px; left: -82px; text-align: left; }

.confirm-wrap .recharge-info .tips-pop:after { content: ''; position: absolute; bottom: 100%; left: 80px; width: 0; height: 0; border-width: 10px; border-style: solid; border-color: transparent transparent rgba(0, 0, 0, 0.6) transparent; }

.confirm-wrap .recharge-info .icon-tips { width: 16px; height: 16px; line-height: 15px; border-radius: 50%; background-color: #ccc; display: inline-block; /* vertical-align: middle; */ vertical-align: 1px; position: relative; color: #fff; cursor: pointer; font-size: 12px; }

.confirm-wrap .recharge-info .icon-tips:hover .tips-pop { display: block; }

.confirm-wrap .light-text { color: #FF0D0D; }

.pop-wechat-confrim .btn-conf { width: 100px; }

.pop-wechat-confrim .p-cont { height: 180px; width: 285px; }

/* ---media--- */
/* ---media--- */
/* ---media--- */
/* ---media--- */
@media screen and (min-width: 320px) and (max-width: 828px) { html { font-size: calc(100vw / 7.5); }
  html, body, .app-wrap { height: 100%; }
  body { width: 100%; overflow-x: hidden; background: #f8f8f8; }
  .main.container { min-height: calc(100% - 1.1rem); margin-bottom: 0; margin-top: 0.1rem; padding-bottom: 0.2rem; }
  .main .content { width: 100%; padding-top: 0.5rem; }
  .header { height: 1rem; line-height: 1rem; }
  .header .title-text { font-size: 0.28rem; }
  .header .logo { height: 0.68rem; }
  .container { width: auto; padding: 0 0.2rem; }
  .content .tips-text { margin-top: .1rem; margin-left: .1rem; }
  .content .confirm-info { width: 100%; }
  .content .confirm-info .user-name { max-width: 3.6rem; }
  .content .confirm-info input[name=userId] { width: 3.76rem; margin-left: 0.48rem; }
  .content .rec-method { margin-top: 0.5rem; height: 1.2rem; line-height: 1.2rem; }
  .content .rec-method a { font-size: 0.28rem; margin-right: 0.6rem; margin-left: 0; }
  .content .rec-method a:last-child { margin-right: 0; }
  .content .package-text { font-size: 0.3rem; margin-top: 0.6rem; }
  .content .package-list { margin-right: 0; padding-top: 0; display: flex; flex-flow: wrap; justify-content: space-between; }
  .content .package-list li { float: none; width: 3.4rem; min-height: 2.4rem; border-radius: 0.24rem; margin: 0; margin-top: 0.2rem; }
  .content .package-list li:hover, .content .package-list li.on { box-shadow: none; }
  .content .package-list li.has-label:after { width: 1.1rem; height: 1.1rem; }
  .content .package-list li.has-label .reward { margin-top: 0.08rem; }
  .content .package-list li.has-label .price-text { margin-top: -0.1rem; }
  .content .package-list li.has-label .rec-price-old { display: block; margin-top: -0.12rem; }
  .content .package-list .amount-text { font-size: 0.3rem; line-height: 0.42rem; margin: 0.52rem 0 0.14rem; }
  .content .package-list .price-text { font-size: 0.24rem; line-height: 0.34rem; }
  .content .package-list .reward { margin-top: 0.18rem; padding: 0 0.1rem; }
  .content .rec-cash .pay-title { font-size: 0.32rem; margin-top: 0.6rem; }
  .content .rec-cash .acty-notice { padding: 0.2rem 0.22rem; border-radius: 0.6rem; }
  .content .rec-cash .acty-notice p { font-size: 0.24rem; line-height: 0.34rem; margin-top: 0; }
  .content .rec-cash .acty-notice span { display: block; }
  .content .rec-cash .acty-notice:before { width: 0.6rem; height: 0.6rem; margin-right: 0.14rem; }
  .content .rec-cash .tab-currency { margin-top: 0.2rem; }
  .content .rec-cash .tab-currency > * { font-size: 0.3rem; line-height: 0.44rem; margin-right: 0.6rem; margin-top: 0.2rem; }
  .content .rec-cash .tab-currency > *:first-child { margin-right: 0.72rem; }
  .content .rec-cash .tab-currency > *.on::after { top: 0.48rem; height: 0.06rem; border-radius: 0.1rem; }
  .content .rec-cash .payment-method { margin: 0; }
  .content .rec-cash .payMode-item { width: 100%; height: 0.68rem; border-radius: 0.1rem; background-size: auto 100%; margin-top: 0.24rem; }
  .content .rec-cash .payMode-item:first-child { margin-top: 0.44rem; }
  .content .rec-vip .v-tit { font-size: 0.3rem; margin-top: 0.6rem; }
  .content .rec-vip .v-desc { font-size: 0.28rem; margin-top: 0.12rem; }
  .content .rec-vip .code-box { margin-top: 1.12rem; }
  .content .rec-vip .code-box img { width: 2.8rem; }
  .content .rec-vip .code-box p { font-size: 0.26rem; margin-bottom: 1rem; }
  .content .payment-method { margin: 0; }
  .content .payment-method .pay-item { float: none; width: 100%; height: 0.54rem; line-height: 0.54rem; margin-top: 0.4rem; }
  .content .payment-method .pay-item:nth-of-type(1) { margin-top: 0.2rem; }
  .content .payment-method .pay-item.on .radio { width: 0.36rem; height: 0.36rem; margin-top: 0.08rem; }
  .content .payment-method .pay-item .icon-wrap { width: 0.88rem; text-align: center; }
  .content .payment-method .radio { width: 0.36rem; height: 0.36rem; margin-top: 0.08rem; }
  .content .btn-submit { float: none; width: 7.1rem; height: 1.04rem; font-size: 0.32rem; line-height: 1.04rem; margin: 1rem auto 0; display: block; }
  .content .btn-submit p { line-height: 0.32rem; font-size: 0.22rem; }
  .content .btn-submit .title-b { font-size: 0.3rem; line-height: 0.42rem; }
  .content .btn-submit.btn-point { margin-top: 1rem; padding-top: 0.12rem; }
  .content .btn-submit.btn-wallet { margin-top: 0.2rem; padding-top: 0.12rem; }
  /* .main .btn-submit.mg{margin-top: 1rem;} */
  .footer { position: static; margin-top: 0.4rem; margin-bottom: 1rem; }
  .footer.gb-footer { position: static; margin-top: 0.4rem; margin-bottom: 1rem; }
  .footer p { font-size: 0.24rem; line-height: 0.34rem; }
  .confirm-wrap .title { margin-top: 32px; }
  .confirm-wrap .cf-content { width: 320px; /* height: 300px; */ }
  .confirm-wrap .btn-toPay { margin-top: 24px; } }

/*国际化 start*/
[cur-lang=zh] .main .package-list li.has-label:after { background: url(../img/icon-flag.png) no-repeat center/100%; }

[cur-lang=en] .main .package-list li.has-label:after { background: url(../img/icon-flag-en.png) no-repeat center/100%; }

[cur-lang=vi] .main .package-list li.has-label:after { background: url(../img/icon-flag-vi.png) no-repeat center/100%; }

[cur-lang=id] .main .package-list li.has-label:after { background: url(../img/icon-flag-id.png) no-repeat center/100%; }

/*国际化 end*/
