<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-webkit-input-placeholder {
    color: #999;
}

input:focus {
    border: 0px !important;
    outline: 0px !important;
    overflow: hidden;
}

html,
body {
    height: 100%;
    position: relative;
    font-size: 12px;
    -webkit-overflow-scrolling: touch;
}

a {
    color: inherit;
    text-decoration: none;
}

.complete-material {
    display: block;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

p {
    margin: 0;
}

table,
td {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}

input {
    -webkit-user-modify: read-write-plaintext-only;
}

.btn:disabled {
    background: #eee;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
    cursor: not-allowed;
}

input:disabled {
    background: transparent;
    cursor: not-allowed;
}

.ft10 {
    font-size: 10px !important;
}

.ft12 {
    font-size: 12px !important;
}

.ft14 {
    font-size: 14px !important;
}

.lh15 {
    line-height: 1.5;
}

.mb10 {
    margin-bottom: 10px;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cfx {
    zoom: 1;
}

.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.red {
    color: #FC4A4A !important;
}

.space-1 {
    height: 10px;
}

.space-2 {
    height: 20px;
}

.space-3 {
    height: 30px;
}

.space-4 {
    height: 40px;
}

.space-5 {
    height: 50px;
}

.space-7 {
    height: 70px;
}

.hidden {
    display: none !important;
}

.hide {
    display: none !important;
}

.white-bg {
    background: #fff;
}

.night .white-bg {
    background: #191F36;
}

.gray-bg {
    background: #F0F0F0;
}

.c-blue {
    color: #3D72C1 !important;
}

.c-red {
    color: #D02443 !important;
}

#depositPage.night .c-red {
    color: #3D72C1 !important;
}

.c-brown {
    color: #D02443 !important;
}

#depositPage.night .c-brown {
    color: #0A84FF !important;
}

.c-black {
    color: #111 !important;
}

.night .c-black {
    color: #999 !important;
}

#depositPage.night .c-black {
    color: #999 !important;
}

.c-gray {
    color: #999 !important;
}

.pa10 {
    padding: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.ft12 {
    font-size: 12px !important;
}

.ft20 {
    font-size: 20px !important;
}

.margin10 {
    margin: 10px;
}

.relative {
    position: relative;
}

.top5 {
    position: relative;
    top: -3px;
    line-height: 14px;
}

body {
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    background: #F5F5F5;
    font-family: 'Microsoft Yahei', sans-serif !important;
    color: #3c3c3c;
}

body.night {
    background: #131726;
    color: #9EA7C4;
}

.modal-open {
    overflow: hidden !important;
    -webkit-overflow-scrolling: none !important;
}

#depositPage.night .j-header {
    background: #191F36;
}


#j-tabctrl {
    overflow: scroll;
    background: #fff;
    display: block;
    white-space: nowrap;
}

#j-tabctrl ul {
    width: 100%;
    margin: auto 10px;
}

#j-tabctrl ul li {
    width: 70px;
    display: inline-block;
    text-align: center;
    padding: 5px 0 15px 0;
    color: #999;
}

#j-tabctrl ul li.active {
    color: #333;
}

#j-tabctrl ul li img {
    width: 44px;
    height: 44px;
    margin: 10px 0;
    border-radius: 50px;
}

#j-tabctrl ul li .icon1 {
    display: inline-block;
}

#j-tabctrl ul li.active .icon1 {
    display: none;
}

#j-tabctrl ul li .icon2 {
    display: none;
}

#j-tabctrl ul li.active .icon2 {
    display: inline-block;
    border: 0;
    width: 46px;
    height: 46px;
}

#j-page-content,
#j-order-page,
#j-success-page,
#j-mc-order-page {
    background-size: 50%;
    height: auto;
    min-height: 94%;
}

#j-mc-order-page .white-bg .wrapper {
    width: 100%;
}

#j-mc-order-page .cfx {
    padding-left: 15px;
    padding-right: 15px;
}

#j-page {
    display: block;
    width: 100%;
}

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

.container {
    width: 92%;
    margin: 0 auto;
}

.un-weight {
    font-weight: normal !important;
}

.ui-title {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #111111;
}

#depositPage.night .ui-title {
    color: #E1E9FF;
}

.ui-text {
    font-size: 12px;
    color: #666;
    padding: 10px 0 15px 0;
}

.ui-span {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
}

.ui-input {
    background: none;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 5px;
    font-size: 14px;
    border: none;
}

.night .ui-input {
    background: #191f36;
    color: #fff;
}

.input-box {
    display: inline-block;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

/* 符號 (如 ￥) */
.input-box span {
    position: absolute;
    top: 8px;
    left: 0;
    width: auto;
    font-size: 24px;
    line-height: 22px;
    color: #111;
    z-index: 1;
    pointer-events: none;
}

/* 夜晚主題 - span */
#depositPage.night .input-box span {
    color: #E1E9FF;
}

/* 輸入框 */
.input-box input {
    display: flex;
    width: 100%;
    padding: 0 12px 0 18px; /* 注意左側為符號預留空間 */
    height: 38px;

    font-family: "PingFang SC", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;

    color: #111;
    background: transparent;
    border: none;
    box-sizing: border-box;
}

/* 夜晚主題 - input */
#depositPage.night .input-box input {
    color: #E1E9FF;
}

/* Placeholder 顏色 */
.input-box input::placeholder {
    color: #4F5566;
    opacity: 1;
}


/* 處理 Autofill 背景色異常（針對 Chrome） */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
}

.j-money-pay {
    padding-bottom: .2rem;
}

.money-pay-group {
    margin: .1rem 0;
}

.j-money-pay p {
    font-size: 12px;
    color: #999999;
}

.money-input {
    font-size: 20px;
}

.money-pay-box.after {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#depositPage.night .money-pay-box.after {
    color: #D02443;
}

.money-pay label {
    color: #CA9C5E !important;
}

.fee-box {
    color: #CA9C5E !important;
}

#j-name-input {
    position: relative;
    padding: 8px 0 4px;
}

#j-name-input .input-box input {
    width: 100%;
}

#j-thirdpay #j-bank-choose {
    display: inline-block;
    width: 65%;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
}

.name-tips,
.alipay-span {
    color: #D02443;
    font-size: 12px;
    margin-top: 10px;

}

.alipay-span {
    display: none;
}

.input-underline {
    border-bottom: 1px solid #f0f0f0;
}

.night .input-underline {
    border-bottom: #252D49 solid 1px;
}

#j-thirdpay {
}

#j-bank-choose {
    font-size: 14px;
    color: #b7b7b7;
}

#j-bank-choose p {
    color: #333;
}

#j-page {
    display: block;
    position: relative;
}

.j-tip {
    color: #999;
    padding: 0px 20px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

/* 容器设定：确保换行与间距 */
.fast-amount {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

/* 快捷金额按钮样式 */
/* 通用按钮基础样式 */
.num-btn {
    font-family: DIN Alternate !important;
    width: calc(25% - 8px);
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.1s ease, background 0.2s ease;
    background: #F8F8F8;
    font-size: 14px;
    color: #666;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 快捷按钮选中 */
.num-btn.active {
    background-color: #D02443;
    color: #fff;
}

.night .num-btn {
    background-color: #252D49;
    color: #fff;
}

.night .num-btn.active {
    background-color: #007AFF;
    color: #fff;
}

/* 带返赠按钮特殊样式 */
.num-btn.recharge-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: 44px;
}

/* 顶部金额栏 */
.recharge-item-top {
    font-size: 14px;
}


.num-btn.active .recharge-item-top {
    color: #fff;
}

/* 底部返赠栏 */
.recharge-item-body {
    font-size: 10px;
    color: #D02443;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.num-btn.active .recharge-item-body {
    color: #fff;
}

.num-btn.active .gift-money {
    color: #fff;
}


.bottom-btn.disabled {
    background: #D02443;
    color: #fff;
    opacity: 0.5;
}

#depositPage.night .bottom-btn.disabled {
    background: #0A84FF;
}

.bottom-btn {
    background: #D02443;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 10px auto;
    text-align: center;
}

#depositPage.night .bottom-btn {
    background: #0A84FF;
}

#j-mc-bonus {
    font-size: 12px;
    color: #b7b7b7 !important;
}

.j-switch {
    font-size: 12px;
    text-align: right;
    color: #5D94E8;

    position: relative;
    top: 3px;
}

.j-tips {
    position: relative;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0px 0px;
}

#j-mask {
    opacity: 0.5;
    background: #000000;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
}

#j-teah-1 {
    position: relative;
}

.mask {
    /* opacity: .75; */
    background: #000000;
    position: fixed;
    z-index: 11;
    width: 100%;
    overflow: hidden;
    top: 0px;
}

#j-teah-1 img,
#j-teah-2 img {
    position: fixed;
    z-index: 99;
}

#j-teah-1 .mask:nth-child(1) {
    height: 160px;
}

#j-teah-1 .mask:nth-child(2) {
    height: 100%;
    top: 260px;
}

#j-tech-1-btn {
    width: 204px;
    height: 44px;
    top: 265px;
    right: 10px;
}

#j-tech-1-next {
    width: 107px;
    height: 55px;
    top: 65%;
    left: 38%;
}

#j-teah-2 .mask:nth-child(1) {
    height: 155px;
}

#j-teah-2 .mask:nth-child(2) {
    height: 100%;
    top: 205px;
}

#j-tech-2-btn {
    width: 204px;
    height: 44px;
    top: 236px;
    right: 30px;
}

#j-tech-2-next {
    width: 107px;
    height: 55px;
    top: 75%;
    left: 38%;
}

#j-tip-alert {
    width: 90%;
    top: 48%;
    left: 12px;
}

#j-tip-alert0 {
    width: 85px;
    top: 172px;
    right: 10px;
}

.ui-left {
    position: absolute;
    left: 5px;
    top: 5px;
}

.ui-right {
    position: absolute;
    right: 5px;
    top: 5px;
}

#j-page-content {
    width: 100%;
    position: relative;
    height: calc(100% - 56px);
    overflow-y: scroll;
    overflow-x: hidden;
}

#j-page-content::-webkit-scrollbar {
    display: none;
}

#j-payway-box,
#j-bank-box,
#j-paytype-box {
    position: absolute;
    z-index: 999999;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
}

#j-paytype-box,
#j-payway-box {
    top: 52%;
    background: unset !important;
}

.night #j-paytype-box,
#j-payway-box {
    background: #1e2334 !important;
}

#j-payway-wrapper,
#j-bank-wrapper,
#j-paytype-wrapper {
    width: 100%;
    height: 100%;
}

#j-paytype-show-box {
    width: 100%;
    height: 100px;
    background: #fff;
    overflow: hidden;
}

#depositPage.night #j-paytype-show-box {
    background: #191F36;
}

#j-paytype-show-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#j-payway-title,
#j-bank-title,
#j-paytype-title,
#j-paytype-show-title {
    background: #fff;
    font-size: 15px;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    height: 44px;
    width: 100%;
    line-height: 44px;
}


#j-paytype-title,
#j-payway-title {
    height: 60px;
    line-height: 60px;
    background: #F1F1F1;
    border-radius: 10px 10px 0px 0px;
    font-size: 17px;
    text-align: center;
    color: #202020;
    position: relative;
    top: 1px;
}

.night #j-paytype-title,
#depositPage.night #j-payway-title {
    background: #1D263F;
    color: #E1E9FF;
}


#j-paytype-title .ui-left,
#j-payway-title .ui-left {
    top: 20px;
    left: 15px;
}

#j-paytype-list,
#j-payway-list {
    background: #F5F7F9 !important;
}


.night #j-paytype-list,
.night #j-payway-list {
    background: #1e2334 !important;
}

#j-paytype-list .j-line {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    padding: 18px 15px 12px;
}

.night #j-paytype-list .j-line {
    color: #fff;
}

#j-payway-list,
#j-bank-list,
#j-paytype-list {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.night #j-payway-list,
.night #j-bank-list,
#j-paytype-list {
    background: #131726;
}

#j-payway-list {
    height: 40%;
}

#j-payway-tips {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 15px;
    color: #999999;
    background: #F5F7F9;
}

.night #j-payway-tips {
    background: #191F36;
    color: #8F97A7;
}

#j-paytype-show-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#j-paytype-list .j-border {
    background: #F6F6F6;
    height: 10px;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.j-payway,
.j-bank,
.j-null {
    width: 100%;
    height: 60px;
    background: #fff;
    line-height: 60px;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    position: relative;
    overflow: hidden;
}

.j-payway .sbox {
    background: #FFEEE4;
    border-radius: 1px;
    font-size: 14px;
    color: #F74B4B;
    text-align: center;
    width: 50px;
    height: 22px;
    line-height: 22px;
}

.night .j-payway .sbox {
    background: #0A84FF;
    color: #FFFFFF;
}

.night .j-payway,
.night .j-bank,
.j-null {
    background: #191F36;
    color: #8F97A7;
}

.j-payway:nth-last-child(1) {
    margin-bottom: 150px;
}

#j-paytype-usdt .j-paytype:nth-last-child(1) {
    margin-bottom: 52vh;
}

#j-paytype-rmb .j-paytype:nth-last-child(1) {
    margin-bottom: 24vh;
}

.j-bank {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #F1F1F1;;
}

.j-bank .icon-arrow {
    right: 50px;
}

.j-bank img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 11px;
    left: 5px;
}

.j-bank span {
    padding-left: 20px;
    font-size: 14px;
    text-align: center;
    color: #000000;
}

#j-bank-choose span {
    padding-left: 15px;
}

#j-bank-choose img {
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
}

#j-bank-choose .icon-arrow {
    right: 0px;
    top: 20px;
}

.j-bank.active .icon-nike,
.j-payway.active .icon-nike {
    display: block;
}

.j-paytype {
    width: 100%;
    height: 60px;
    background: #fff;
    padding: 0 10px 0px 15px;
    font-size: 15px;
    margin-top: 3px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.night .j-paytype {
    background: #212944;
}

.j-paytype .icon {
    position: relative !important;
    right: 0px !important;
    top: 6px !important;
}

.j-payway .fl {
    height: 100%;
    display: flex;
    align-items: center;
}

.j-payway .fl:nth-child(1) {
    width: 15%;
    text-align: left;
}

.j-payway .fl:nth-child(2) {
    width: 45%;
    text-align: center;
    text-indent: 5px;
}

.j-payway .fl:nth-child(2) {
    text-align: left;
}

.j-payway .fl:nth-child(3) {
    width: 15%;
    text-align: center;
    font-size: 14px;
    color: #CA9C5E;
}

.j-payway .fl:nth-child(4) {
    font-size: .24rem;
}

.j-payway .fl:nth-child(4) .success-rate {
    color: #31C22E;
}

.j-payway .icon-nike {
    top: 20px;
    right: 65px !important;
}

.j-bank .fl:nth-child(1) {
    width: 20%;
    text-align: left;
}

.j-bank .fl:nth-child(2) {
    width: 40%;
    text-align: left;
}

.j-paytype .cfx {
    position: relative;
    top: 10px;
}

.j-paytype .fl:nth-child(1) {
    width: 11%;
    text-align: left;
}

.j-paytype .fl:nth-child(1) img {
}

.j-paytype .fl:nth-child(2) {
    width: 80%;
    text-align: left;
    margin-left: 10px;
}

.j-paytype p {
    color: #333;
}

.night .j-paytype p {
    color: #E1E9FF;
}


.j-paytype p &gt; span {
    color: #B7B7B7;
    font-size: 12px;
}

.j-paytype p:nth-child(1) {
    font-size: 15px;
}

.j-paytype p:nth-child(1) {
    margin-left: 5px;
}

.j-payway .icon,
.j-bank .icon,
.j-paytype .icon {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 90px;
    top: 11px;
    display: none;
}

.j-paytype .logo {
    display: block;
    width: 32px;
    height: 32px;
}

.j-paytype .logo {
    display: block;
}

.j-payway.active .icon,
.j-bank.active .icon,
.j-paytype.active .icon {
    display: inline-block;
}

.j-fee {
    display: none;
}

.j-feeStr {
    color: #b7b7b7;
    font-size: 12px;
    line-height: 1.2;
}

#j-payway-box .gray-bg {
    padding: 10px 20px;
    line-height: 1.6;
    color: #B7B7B7;
    font-size: 12px;
}

#j-payway-box .icon-nike {
    right: 50px;
}

.j-paytype-show {
    width: 100%;
    height: 62px;
    background: #fff;
    font-size: 15px;
    color: #333;
    position: relative;
    overflow: hidden;
    display: none;
    padding-top: 2px;
}

.night .j-paytype-show {
    background: #191F36;
}

.j-paytype-show span {
    font-size: 12px;
    color: #999999;
}

.j-paytype-show .icon {
    position: relative !important;
    right: 0px !important;
    top: 0px !important;
}

.j-paytype-show .fl:nth-child(1) {
    width: 16%;
    text-align: left;
}

.j-paytype-show .fl:nth-child(2) {
    width: 80%;
    text-align: left;
}

.j-paytype-show p {
    color: #333;
}

.j-paytype-show p:nth-child(1) {
    font-size: 14px;
    color: #111111;
}

.night .j-paytype-show p:nth-child(1) {
    color: #9EA7C4;
}

.j-paytype-show p:nth-child(1) &gt; i:nth-child(1) {
    margin-left: 5px;
}

.j-paytype-show .logo {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    border-radius: 50px;
}

.j-paytype-show .logo {
    display: block;
}

.layui-m-layer-depoist-model .layui-m-layercont {
    padding: 20px 0px 20px 0px !important;
}

.layui-m-layer-depoist-model h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #111111;
    margin-bottom: 20px;
}

.layui-m-layer-depoist-model p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #111111;
    margin-bottom: 10px;
}

.layui-m-layer-depoist-model .span {
    color: #b7b7b7;
    margin: 5px 0px;
}

.layui-m-layer-depoist-model .layui-m-layerbtn span {
    font-size: 14px;
    color: #333 !important;
}

.layui-m-layer-depoist-model .layui-m-layercont {
    color: #333;
    background-color: #fff;
}

#j-order-page .j-deposit-tab .fl:nth-child(3) p {
    text-align: right;
}

#j-order-page .j-deposit-tab .fl:nth-child(3) {
    width: 75%;
}

#j-success-page .cfx .fl p:nth-child(1) {
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 22px;
}

#j-success-page .fl {
    width: 50%;
}

#j-success-page .cfx .fl p {
    margin: 15px 0;
}

#j-success-page .cfx .fl:nth-child(1) p {
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    color: #666666;
}

#j-success-page .cfx .fl:nth-child(2) p {
    font-size: 12px;
    line-height: 17px;
    text-align: right;
    color: #111111;
}

.night #j-success-page .cfx .fl:nth-child(2) p {
    color: #999;
}

.money-input-box {
    position: relative;
}

.money-error {
    color: #FF5252 !important;
}

.j-money-tip {
    padding-bottom: 10px;
}

.i-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.i-shiico {
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    left: 4px;
}

/* 通用樣式 */
.tag-badge {
    display: inline-block;
    padding: 1px 2px;
    text-align: center;
    position: relative;
    font-size: 10px;
    top: -1px;
    border-radius: 3px;
    margin-left: 5px;
    box-sizing: border-box;
}

.tag-badge span {
    font-size: 10px;
    font-style: normal;
}

/* 綠色標籤：0手續費、安全 */
.i-zero,
.i-s-rate,
.icon-back-safe {
    border: 1px solid #31C22E;
    color: #31C22E;
}

.i-zero span,
.i-s-rate span,
.icon-back-safe span {
    color: #31C22E;
}

/* 橘色推薦 */
.i-zhn,
.i-tu {
    border: 1px solid #FFC964;
    color: #FFC964;
}

.i-zhn span,
.i-tu span {
    color: #FFC964;
}

/* 綠色匯率標籤 */
.icon-bestRate {
    border: 1px solid #31C22E;
    color: #31C22E;
}

.icon-high-zn {
    border: 1px solid #D02443;
    color: #D02443;
}

.icon-high-zn span {
    color: #D02443;
}


.wrapper {
    width: 92%;
    margin: 6px auto;
}

h3 {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 14px;
    font-weight: 600;
}

.ui-btn {
    width: 100%;
    border: 1px solid #D02443;
    border-radius: 10px;
    font-size: 16px;
    line-height: 50px;
    background: unset;
    text-align: center;
    color: #D02443;
    height: 50px;
    margin-bottom: 15px;
}

.night .ui-btn {
    color: #0A84FF;
    border: 1px solid #0A84FF;
}


.btn-primary {
    background: #D02443;
    border-radius: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    height: 50px;
}

.night .btn-primary {
    border: none;
    color: #fff;
}

.j-quick-renew {
    border: 1px solid #D02443;
    border-radius: 2px;
    font-size: 14px;
    line-height: 20px;
    background: unset;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

#depositPage.night .j-quick-renew {
    border: 1px solid #0A84FF;
}

.j-amount {
    font-family: DIN Alternate !important;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #E65C5C;
    position: absolute;
    top: 138px;
    left: 68px;
}

#depositPage.night .j-amount {
    color: #0A84FF;
}

.ysfzz.j-amount {
    top: 122px;
}

.zfbsm.j-amount {
    top: 152px;
}

button.j-copy {
    text-decoration: none;
    background: none;
    margin: 0px;
    padding: 0px;

    border: 1px solid #679BE9;
    box-sizing: border-box;
    border-radius: 4px;

    font-size: 12px;
    line-height: 17px;
    color: #5D94E8;

    width: 45px;
    height: 20px;

    position: relative;
    right: 15px;
    top: -3px;
}

.j-qqaccount-pinyin,
.j-qqaccount-pinyin-cloud {
    color: #B7B7B7;
}

.order-page {
    position: relative;
    font-size: 14px;
}

.order-page .fl {
    text-align: left;
}

.order-page .ui-btn {
    text-align: center;
    font-size: 15px;
}

.order-page .white-bg:nth-child(1) {
    height: 44px;
    overflow: hidden;
    padding: 12px 0px 8px 0px;
}

.order-page &gt; .white-bg {
    padding-top: 4px;
}

.j-deposit-tab .title {
    text-align: left;
    padding: 10px 0 20px 0 !important;
}

.j-deposit-tab .fl:nth-child(1) {
    width: 1%;
}

.j-deposit-tab .fl:nth-child(2) {
    width: 25%;
}

.j-deposit-tab .fl:nth-child(3) {
    width: 65%;
}

.j-deposit-tab .fl:nth-child(4) {
    width: 10%;
}

.order-page .title {
    font-size: 15px;
    color: #333;
}

.night .order-page .title {
    color: #fff;
    font-size: 15px;
}

#depositPage.night .order-page .title {
    color: #8F97A7;
}

.order-page p {
    font-size: 14px;
    padding-bottom: 15px;
}

.order-page a {
    color: #0087FF;
    text-decoration: underline;
}

.order-page hr {
    border: 1px dashed #F0F0F0;
}

.j-qqaccount-name {
    color: #333 !important;
}

.j-qqamount {
    color: #FC4A4A;
}

.footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.footer p {
    text-align: center;
    color: #b7b7b7;
    font-size: 12px;
    padding-bottom: 10px;
}

.j-tip p {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.8;
}

.deposit-sprint {
    background: url('/mobile/app/images/deposit/v3/deposit-instrant.png') no-repeat top left;
    width: 80px;
    height: 80px;
    display: inline-block;
    transform: scale(.4);
    position: relative;
    top: -23px;
    left: -16px;
}

.deposit-sprint.bank {
    background-position: 0 0;
}

.deposit-sprint.icon {
    background-position: 0 -90px;
}

.deposit-sprint.jd {
    background-position: 0 -180px;
}

.deposit-sprint.qq {
    background-position: 0 -270px;
}

.deposit-sprint.scan {
    background-position: 0 -360px;
}

.deposit-sprint.speed {
    background-position: 0 -450px;
}

.deposit-sprint.wechat {
    background-position: 0 -540px;
}

.deposit-sprint.yinlian {
    background-position: 0 -630px;
}

.deposit-sprint.zfbqr {
    background-position: 0 -720px;
}

.deposit-sprint.zfbtrans {
    background-position: 0 -810px;
}

i.icon-close {
    background: url(/mobile/app/images/deposit/v3/user_deposit_close2.png) no-repeat center;
    width: 28px;
    height: 30px;
    display: inline-block;
    background-size: 50%;
    position: relative;
    top: 1px;
}

i.icon-nike {
    background: url(/mobile/app/images/deposit/v3/select.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100% !important;
    position: absolute;
    right: 35px;
    top: 13px;
}

li.active .icon-nike {
    background: url(/mobile/app/images/deposit/v3/select2.png) no-repeat center;
}

a.icon-cs {
    background: url(/mobile/app/images/deposit/v3/cs.png) no-repeat center;
    width: .4rem;
    height: .4rem;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 0.4rem;
}

i.icon-arrow {
    background: url(/mobile/app/images/deposit/v3/i-arrow.png) no-repeat center;
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    top: 24px;
    right: 50px
}

i.icon-time {
    background: url(/mobile/app/images/deposit/v3/user_deposit_time.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: -3px;
    margin: 0 1px;
}

i.icon-line {
    background-image: linear-gradient(-180deg, #EFD8AF 0%, #FFFFFF 100%);
    height: 29px;
    width: 1px;
    display: inline-block;
    position: relative;
    left: 10px;
    top: 1px;
}

i.icon-safe {
    background: url(/mobile/app/images/deposit/v3/user_deposit_safe.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 5px;
    transform: scale(.6);
}

i.icon-right {
    background: url(/mobile/app/images/deposit/v3/enter.png) no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 10px;
}

i.icon-zan {
    background: url(/mobile/app/images/deposit/v3/zan.png) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 0px;
}

#icon-success {
    width: 44px;
    height: 44px;
    padding: 30px 0 20px 0;
}

i.bank-sprite {
    background: url('/images/bank-sprites3.png') no-repeat top left;
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 16px;
    top: 11px;
}

i.bank-sprite.ICBC {
    background-position: 0 0;
    width: 29px;
}

i.bank-sprite.CCB {
    background-position: 0 -33px;
    height: 29px;
}

i.bank-sprite.ABC {
    background-position: 0 -67px;
    width: 30px;
    height: 29px;
}

i.bank-sprite.BOC {
    background-position: 0 -101px;
    width: 29px;
    height: 29px;
}

i.bank-sprite.CMB {
    background-position: 0 -135px;
}

i.bank-sprite.CMBC {
    background-position: 0 -168px;
    width: 31px;
    height: 24px;
    top: 7px;
}

i.bank-sprite.PSBC {
    background-position: 0 -197px;
    height: 25px;
}

i.bank-sprite.SPDB {
    background-position: 0 -227px;
    height: 24px;
}

i.bank-sprite.ECITIC {
    background-position: 0 -256px;
}

i.bank-sprite.CIB {
    background-position: 0 -289px;
    width: 35px;
    height: 22px;
}

i.bank-sprite.BCOM {
    background-position: 0 -319px;
    top: 11px;
}

i.bank-sprite.CEBB {
    background-position: -1px -348px;
    height: 22px;
    width: 33px;
    top: 15px;
}

i.bank-sprite.SPABANK {
    background-position: 0 -370px;
    width: 35px;
    height: 15px;
    top: 17px;
}

i.bank-sprite.HXB {
    background-position: 0 -388px;
    width: 35px;
    height: 28px;
}

i.bank-sprite.GDB {
    background-position: 0 -417px;
    width: 35px;
    height: 30px;
}

i.bank-sprite.BOS {
    background-position: 0 -513px;
    width: 35px;
    height: 29px;
}

i.bank-sprite.SHRCB {
    background-position: 0 -448px;
    width: 35px;
    height: 30px;
    top: 4px;
}

i.bank-sprite.BCCB {
    background-position: 0 -478px;
    width: 35px;
    height: 33px;
    top: 4px;
}

i.bank-sprite.BJRCB {
    background-position: 0 -545px;
    width: 35px;
    height: 34px;
}

.float-history-name {
    position: absolute;
    top: 44px;
    right: 0;
    color: #666;
    padding: 6px 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 70%;
    z-index: 99;
    background: #f4f4f4;
    display: none;
}

.float-history-name p {
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 14px;
}

.float-history-name p:hover {
    background: #f1f1f1;
}

.float-history-name .p0,
.float-history-name .p0:hover {
    height: 30px;
    line-height: 30px;
    background: #f4f4f4;
}

.ui-btn2 {
    padding: 5px 30px;
    height: 50px;
    line-height: 50px;
    width: auto;
    background: #EFE1CE;
    border-radius: 10px;
    font-size: 16px;
    color: #333333;
}

#j-protocol-list li {
    display: inline-block;
    background: #F6F4F4;
    border-radius: 4px;
    font-size: 12px;
    color: #666666;
    padding: 10px 20px;
    text-align: center;
}

#j-protocol-list li.active {
    background: #FFFFFF;
    border: 1px solid #CA9C5E;
    color: #CA9C5E;
}

#j-usdt-image {
    background: #fff;
    width: 150px;
    height: 150px;
}

#j-usdt-image img {
    width: 150px;
    height: 150px;
}

#j-recommend-wallet {
    height: 90px;
    margin: 5px 0;
}

#j-recommend-wallet li p {
    color: #666666;
    font-size: 12px;
    padding-top: 10px;
}

#j-recommend-wallet .swiper-slide {
    height: auto;
}

#j-recommend-wallet ul {
    width: 100%;
}

#j-recommend-wallet ul li {
    display: inline-block;
    width: 18%;
    text-align: center;
}

#j-recommend-wallet ul li img {
    width: 75%;
}

.swiper-pagination-bullet {
    display: inline-block;
    background: #C4C4C4 !important;
    width: 20px !important;
    height: 2px !important;
    position: relative;
    top: 4px;
}

.swiper-pagination-bullet-active {
    background: #BF9A68 !important;
}

.mc2 .j-deposit-tab p {
    line-height: 1.6;
}

#usdt-gift p {
    font-size: 12px;
    color: #999999;
    padding: .2rem 0;
}

#usdt-gift .h1 {
    color: #333 !important;
    font-size: 14px;
    opacity: unset;
}

#usdt-gift .cfx .fl {
    margin-right: 10px;
}

.usdt-fee-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999999;
}

#usdt-fee-group {
    font-size: 14px;
    color: #111;
    position: absolute;
    right: 73px;
    top: 10px;
}

#depositPage.night #usdt-fee-group {
    color: #E1E9FF;
}

#j-rmb-input {
    font-family: DIN Alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #111111;
}

#usdt-panel-2 p {
    font-size: 14px;
    line-height: 17px;
    color: #111111;
}

.j-usdt-out {
    font-size: 18px;
    font-weight: bold;
}

.usdtTip {
    width: 100%;
    color: #D02443;
    margin-top: 10px;
    text-align: center;
    line-height: 16px;
}

#depositPage.night #j-rmb-input,
#depositPage.night #usdt-panel-2 p {
    color: #999;
}

#usdt-panel-2 .c-gray {
    line-height: 20px;
}

#usdt-panel-2 .box .cfx .fl p {
    font-size: 14px;
    line-height: 20px;
    color: #111111;
}

#usdt-panel-2 span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
}

#usdt-panel-2 .box {
    padding: 10px 0px;
    position: relative;
}

#usdt-panel-2 hr {
    border: 1px solid #F1F1F1;
}

#j-usdt-text-box .fl {
    width: 80%;
    word-wrap: break-word;
}

#j-usdt-text-box .fr {
    width: 19%;
}

#j-usdt-text {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.41px;
    color: #17161B;
    margin: 7px 0;
}

#usdt-panel-2 .j-copy {
    border: unset !important;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5D94E8;
    width: 45px;
    height: 20px;
    position: unset !important;
    text-align: right;
}

.j-upay-down {
    background: #E6BE8A;
    border-radius: 4px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #000000;

    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    top: 15px;
}

.usdt-create-box {
    width: 100%;
    padding: 15px 23px;
    background: #FAFAFA;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}

#depositPage.night .usdt-create-box {
    background: #191F36;
    color: #8F97A7;
}

.usdt-create-box div {
    display: flex;
    justify-content: space-between;
}

.usdt-create-box p {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #17161B;
}

#j-user-new {
    border: 1px solid #BBBBBB;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #BBBBBB;
    width: 60px;
    height: 18px;
}

#usdt-gift .ui-text {
    padding: 4px 0;
}

#j-gift-amount-box {
    padding: 5px 0;
}

#j-usdt-box .box {
    padding: 15px 0;
}

#j-usdt-box .box:nth-child(1) {
    padding: 30px 0 20px 0;
}

#j-download-btn {
    height: unset !important;
    width: max-content !important;
    margin: 15px 0;
}

#j-download-btn a {
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 14px;
    background: #D9ECFB;
    border: 1px solid #DAEAF7;
    box-sizing: border-box;
    border-radius: 3px;
}

#j-acc-type {
    height: 50px;
    font-size: 16px;
    background: #fff;
    display: flex;
}

#depositPage.night #j-acc-type {
    background: #191F36;
}

#j-acc-type li {
    text-align: center;
    position: relative;
    cursor: pointer;
    flex-grow: 1;
    font-size: 14px;
    line-height: 50px;
    color: #333333;
}

#depositPage.night #j-acc-type li {
    color: #9EA7C4;
}

#j-acc-type i.line {
    background: #D02443;
    width: 33%;
    height: 3px;
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 36%;
}

#depositPage.night #j-acc-type i.line {
    background: #0A84FF;
}

#j-acc-type li.active {
    color: #D02443;
}

#depositPage.night #j-acc-type li.active {
    color: #0A84FF;
}


#j-acc-type li.active .line {
    display: inline-block;
}

#j-acc-type i.accIcon {
    position: relative;
    top: 5px;
    right: 5px;
}

i.accIcon {
    display: inline-block;
    background-size: 100%;
    width: 20px;
    height: 20px;
}

i.rmbIcon1 {
    background: url(/mobile/app/images/deposit/v3/i-rmb.png) no-repeat center center / 100% 100%;
}

i.rmbIcon2 {
    background: url(/mobile/app/images/deposit/v3/i-rmb2.png) no-repeat center center / 100% 100%;
}

i.usdtIcon1 {
    background: url(/mobile/app/images/deposit/v3/i-usdt.png) no-repeat center center / 100% 100%;
}

i.usdtIcon2 {
    background: url(/mobile/app/images/deposit/v3/i-usdt2.png) no-repeat center center / 100% 100%;
}

#depositPage.night i.rmbIcon1 {
    background: url(/mobile/app/images/deposit/v3/d-rmb.png) no-repeat center center / 100% 100%;
}

#depositPage.night i.rmbIcon2 {
    background: url(/mobile/app/images/deposit/v3/d-rmb2.png) no-repeat center center / 100% 100%;
}

#depositPage.night i.usdtIcon1 {
    background: url(/mobile/app/images/deposit/v3/d-usdt.png) no-repeat center center / 100% 100%;
}

#depositPage.night i.usdtIcon2 {
    background: url(/mobile/app/images/deposit/v3/d-usdt2.png) no-repeat center center / 100% 100%;
}

i.i-close {
    width: 18px;
    height: 18px;
    background: url(/mobile/app/images/deposit/v3/i-close.png) no-repeat center;
    display: inline-block;
}

i.power1 {
    width: 15px;
    height: 34px;
    display: inline-block;
    background: url(/mobile/app/images/deposit/v3/power1.png) no-repeat center;
}

i.power2 {
    width: 15px;
    height: 34px;
    display: inline-block;
    background: url(/mobile/app/images/deposit/v3/power2.png) no-repeat center;

}

i.paytype-close {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(/mobile/app/images/deposit/v3/paytype-close.png) no-repeat center;
    background-size: 100%;
}

i.teach {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(/mobile/app/images/deposit/v3/i-teach.png) no-repeat center;
    background-size: 100%;
    position: relative;
    top: 2px;
    right: 5px;
}

#j-acc-type li .icon1 {
    display: inline-block;
}

#j-acc-type li .icon2 {
    display: none;
}

#j-acc-type li.active .icon1 {
    display: none;
}

#j-acc-type li.active .icon2 {
    display: inline-block;
}

#j-banner {
    box-sizing: border-box;
    padding: 10px;
    height: 54px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#j-banner .cfx {
    line-height: 34px;
    background-size: 100%;
    width: 355px;
    height: 34px;
    margin: 0 auto;
    display: flex;
}

#j-banner p {
    display: inline-block;
    text-align: left;
}

#j-banner-usdt .cfx,
#j-banner-rmb .cfx {
    background: url(/mobile/app/images/deposit/v3/epayPromote.png) no-repeat center center / 100% 100%;
}

#j-banner-rmb .aliPromote {
    background: url(/mobile/app/images/deposit/v3/cz-tips.png) no-repeat center center / 100% 100% !important;
}

#j-banner .line {
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 6px;
    background: #C4C4C4;
}

#j-banner .right-side {
    margin: -10px;
    margin-left: 110px;
}

#j-banner-usdt .text1 {
    font-size: 14px;
    color: #FFB800;
}

#j-banner-usdt .text2 {
    font-size: 14px;
    color: #C98706;
}

#j-banner-usdt .text3 {
    font-size: 12px;
    color: #111111;
}

#j-banner-rmb .text1 {
    font-size: 14px;
    color: #FFFFFF;
}

#j-banner-rmb .text2 {
    font-size: 14px;
    color: #FF8617;
}

#j-banner-rmb .text3 {
    font-size: 12px;
    color: #111111;
}

.lg-hidden {
    display: none !important;
}

.xs-hidden {
    display: inline-block !important;
}

.foot-wrapper {
    width: 90%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
}

#depositPage.night .foot-wrapper {
    background: #191F36;
}

.app-wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
}

.app-wrapper img {
    width: 1.2rem;
    margin-right: 15px;
}

.app-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #202020;
    margin: 0px 0px 5px;
}

.app-wrapper p span {
    font-size: 12px;
    line-height: 17px;
    color: #BBBBBB;
}

.app-wrapper .download-app {
    font-size: .2rem;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #E6BE8A;
    border-radius: 4px;
    margin-left: auto;
}

.app-wrapper .gray-btn {
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    font-size: 12px;
    color: #BBBBBB;
    background: none;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
}


.j-amount-reset {
    position: absolute;
    right: 0px;
    top: 8px;
}

#j-usdt-protocol-list {
    margin-top: 7px;
}

#j-usdt-protocol-list li {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 4px;
    width: 92px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #EEEEEE;
    font-size: 11px;
    color: #484C55;
    margin-right: 5px;
    text-align: center;
    box-sizing: border-box;
}

#j-usdt-protocol-list li.active {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #2F80ED;
    color: #2F80ED;
}

#j-download-btn {
    display: none;
}

.j-upay {
    margin-top: 15px;
    margin-bottom: 5px;
}

.j-upay a {
    font-size: 12px;
    line-height: 17px;
    color: #5D94E8;
}

.j-upay p {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
}

.quota-model h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #111111;
    margin-bottom: 15px;
}

.quota-model p {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #111111;
}

.quota-model p span {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #666666;
}


.quota-model .c-amount {
    font-family: DIN Alternate !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 24px !important;
    color: #111111 !important;
    margin: 5px 0 20px;
}

.mc-model .layui-m-layercont {
    padding: 0px !important;
}

.complete-namelay.mc-model .layui-m-layercont {
    padding: 50px 30px !important;
}

.mc-model h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;

    color: #111111;
    margin: 25px 0 15px;
}

.dark-bg {
    background: #F3F3F3;
}

.layui-m-layer-deposit-model .dark-bg {
    padding: 15px 0;
    position: relative;
}

.layui-m-layer-deposit-model .dark-bg .wrapper {
    width: 80%;
    margin: 0 auto;
}

.mc-model .dark-bg p {
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    text-align: left;
}

.mc-model .layui-m-layerbtn {
    border-top: none !important;
    background: #fff;
}

.mc-model .layui-m-layerbtn span[no] {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}


.notpaid {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 68px;
}

.j-rmb p {
    font-size: 12px;
    line-height: 14px;
    color: #5D94E8;
}

.j-zfb p {
    font-size: 14px;
    text-decoration-line: underline;
    color: #5D94E8;
    padding-top: 8px;
    padding-bottom: 16px !important;
}

.layui-m-layer-loading-mc p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}

.layui-m-layer-loading-mc .layui-m-layercont i {
    background: #333 !important;
}

#j-gift-last-box {
    padding-bottom: 5px;
}

.usdt-reminder-tips h1 {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.usdt-reminder-tips h2 {
    color: #EA2B17;
    font-size: 20px;
    line-height: 36px;
}

.usdt-reminder-tips p {
    font-size: 12px !important;
    line-height: 17px;
    letter-spacing: -0.41px;
    color: #85898C !important;
    margin-bottom: 20px;
}

.input-success-rate {
    font-size: .2rem;
    display: flex;
    justify-content: space-between;
    margin-top: .1rem;
}

.input-success-rate span {
    color: #31C22E;
}


@media screen and (max-width: 350px) {
    .deposit-quota img {
        width: 150px !important;
    }

    .zfbsm.j-amount {
        top: 85px;
        font-size: 14px;
    }

    .lg-hidden {
        display: inline-block !important;
    }

    .xs-hidden {
        display: none !important;
    }

    #j-banner .line {
        margin: 0 3px;
    }

    #j-usdt-foot img {
        width: 80%;
        margin: 3px;
    }

    #j-usdt-foot .fl:nth-child(2) {
        margin: 10px 0px;
    }

    #j-usdt-foot button {
        margin: 16px 0px;
    }
}

.platform-item {
    text-align: center;
    margin: .2rem 0 .1rem 0;
}

.platform-item img {
    width: 54px;
    height: 54px;
}

.usdt-info-platform {
    display: flex;
    justify-content: center;
}

.usdt-info-platform .platform-item {
    margin: 0 .3rem;
}

.platform-item p {
    margin-top: 2px;
    font-size: 14px;
}

.js-digital-guide,
.js-lianxin-guide,
.js-feishu-guide {
    font-size: .28rem;
    display: none;
    align-items: center;
    color: #ff4e00;
    text-decoration: underline;
}

.js-digital-guide.active,
.js-lianxin-guide.active,
.js-feishu-guide.active {
    display: flex;
}

.js-digital-guide i {
    background: url(/newPay/imgs/deposit/tips.png) no-repeat center;
    background-size: 100%;
    width: .28rem;
    height: .28rem;
    margin-right: .1rem;
}

#j-switch-tip {
    font-size: .26rem;
    color: #DAAF77;
    line-height: 1;
    margin-top: 0.2rem;
}

.layui-m-layer-paopao {
    width: 100% !important;
    height: 100vh;
    background: transparent;
}

.layui-m-layer-paopao .layui-m-layercont {
    padding: 0;
}

.layui-m-layer-paopao .paopao-bg {
    width: 7.5rem;
    height: 4rem;
    background: url(/mobile/app/images/deposit/v3/paopao.png);
    background-size: 100%;
}

/* 客服弹窗 */
.customer-alert {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

.customer-alert .customer-inner {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.061113);
    border-radius: 24px 24px 0px 0px;
    overflow: hidden;
}

.customer-alert .customer-inner li {
    box-sizing: border-box;
    color: #111111;
    font-weight: 400;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #EEEEEE;
    background: #fff;
}

.customer-alert .customer-inner.night li {
    color: #E1E9FF;
    background: #191F36;
    border-bottom: 1px solid #252D49;
}

.customer-alert .customer-inner li:last-child {
    border-bottom: none;
}

#j-historyBtn {
    display: inline-block;
    width: 29%;
    background: none;
    border: unset;
    height: 35px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 0;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    text-decoration-line: underline;
    color: #111;
}

#j-history-box {
    display: none;
}


.layui-m-layer-msg .layui-m-layercont {
    color: #fff;
}

.nowrap {
    width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    margin: 0 auto;
}

.ubit-upay-teach,
.upay-teach {
    color: #9EA7C2;
    width: 100%;
    margin: 10px 0 0 100px;
    text-align: left;
    display: block;
}

.ubit-upay-teach {
    margin: 10px 0 0 80px;
}

.usdt-guide {
    width: 350px;
    height: 160px;
    margin: 0 auto 10px;
    background: url('/mobile/app/images/deposit/v3/guide.png') no-repeat center center / 100% 100%;
}

.night .usdt-guide {
    background: url('/mobile/app/images/deposit/v3/guide-night.png') no-repeat center center / 100% 100%;
}

#j-recommend-title {
    position: relative;
    top: 6px;
    display: inline-block;
}

#j-recommend-wallet {
    overflow-x: auto;
    box-sizing: border-box;
    width: 250px;
    position: relative;
    top: -17px;
    left: 85px;
}

.j-usdt-area ul {
    padding-bottom: 5px;
}

.j-usdt-area ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.j-usdt-area ul li img {
    width: 62px;
    height: 24px;
}

/* 存款公告 */
#j-balence-box {
    padding: 13px 0 13px 20px;
    background: url(/newPay/images/deposit/announce.png) no-repeat 15px center;
    background-size: 30px;
    overflow: hidden;
    height: 50px;
    width: 100%;
}

#j-balence-box .container {
    overflow: hidden;
}

#j-balence-box .container li {
    font-size: 14px;
    line-height: 24px;
    /* color: #D02443; */
    color: #9EA7C4;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-indent: 20px;
}

#j-balence-box .container li.night {
    color: #0A84FF;
}

.deposit-announce .layui-m-layercont {
    text-align: left;
    line-height: 24px;
}

.deposit-announce .content &gt; p {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.deposit-announce .content h3 {
    padding-top: 0px !important;
}

.usdt-tip {
    font-size: 12px;
    display: none;
}

.usdt-tip h4 {
    color: rgb(255, 0, 0);
}

.usdt-tip p {
    color: rgb(84, 141, 212)
}

.ebpayGuide {
    display: none;
    margin: 15px 0 0 15px;
    color: rgb(255, 0, 0);
    text-decoration: underline;
    background-color: rgb(255, 255, 0);
    width: 120px;
    text-align: center;
}

/* 存款成功页面 */
.success-inner {
    box-sizing: border-box;
    padding: 60px 15px 0;
    text-align: center;
}

.success-inner h2 {
    color: #111111;
    font-size: 18px;
    margin: 20px auto 10px;
}

.success-inner input[type=button] {
    width: calc(100% - 30px);
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #D02443;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.success-inner input[type=button]:last-child {
    border: 1px solid #D02443;
    background: transparent;
    color: #D02443;
}

.success-inner ul {
    display: block;
    background: #fff;
    width: calc(100% - 30px);
    height: 96px;
    margin: 30px auto 40px;
}

.success-inner ul li {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.success-inner ul li span:first-child {
    color: #666;
}

.success-inner ul li span:last-child {
    color: #111;
}

/* c2c原生{ */
body .c2cUpload {
    position: fixed;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    min-height: 700px;
    padding: 20px 15px 0;
    border: none;
    background: #fff;
    border-radius: 20px 20px 0 0 !important;
}

.night body .c2cUpload {
    background: #212944;
}

body .c2cUpload h1 {
    text-align: center;
    color: #111;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.night .c2cUpload h1 {
    color: #E1E9FF;
}

body .c2cUpload h4 {
    color: #666;
    margin-bottom: 15px;
}

.night .c2cUpload h4 {
    color: #8F97A7;
}

body .c2cUpload p {
    color: #666;
}

body .c2cUpload p span {
    color: #D02443;
}

body .c2cUpload input[type=button] {
    border-radius: 5px;
    border: 1px solid #0A84FF;
    color: #0A84FF;
    margin: 5px 0 15px;
    padding: 2px 10px;
}

body .c2cUpload .depositUpload {
    position: relative;
}

body .c2cUpload .depositUpload img {
    width: 80px;
    height: 80px;
}


body .c2cUpload .upload-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.c2cUpload .deposit-delete {
    display: none;
    position: absolute;
    top: 0px;
    left: 88px;
    z-index: 100;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url('/mobile/images/deposit/close.png') no-repeat center center / 100% 100%;
}


body .c2cUpload .btnBox {
    margin: 20px auto 50px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

body .c2cUpload .btnBox input[type=button] {
    width: 162px;
    height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #D02443;
    color: #D02443;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent;
}

.night .c2cUpload .btnBox input[type=button] {
    border: 1px solid #1556A1;
    color: #1556A1;
}

body .c2cUpload .btnBox input[type=button]:last-child {
    background: #D02443;
    color: #fff;
}

.night .c2cUpload .btnBox input[type=button]:last-child {
    background: #1556A1;
}

.demo-title {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #D02443;
    height: 44px;
    line-height: 44px;
}

.night .demo-title {
    background: #0E0E0E;
}

.demo-title .customer {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.demo-title img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.demo-content {
    box-sizing: border-box;
    padding: 40px 15px 0;
    font-size: 14px;
    text-align: center;
}

.demo-content h2 {
    font-size: 14px;
    font-weight: 500px;
    margin-bottom: 10px;
    text-align: center;
}

.demo-content p {
    margin-bottom: 20px;
    text-align: center;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.red {
    color: #D02443;
}

.demo-content &gt; img {
    display: inline-block;
    width: 200px;
    height: 406px;
    margin-bottom: 50px;
}


.demo-content h1 {
    color: #111;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.demo-content ul {
    display: block;
    margin-bottom: 5px;
    text-align: left;
}

.demo-content ul li {
    color: #666;
    margin-bottom: 15px;
}

.demo-content ul li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #D02443;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50px;
}

.c2cn-order-details {
    background: #fff !important;
}

.c2cn-order-details .ybc2cTip {
    display: block !important;
    margin: 20px auto;
    width: 90%;
    background: #F8FFA2;
    color: #D02443;
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px;
}

.c2cn-order-details .order-time {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    padding: 20px 5px;
}

.c2cn-order-details .order-time &gt; span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 90px;
    text-align: right;
    margin-right: 8px;
}

.c2cn-order-details .order-time img {
    width: 15px;
    height: 35px;
}

.c2cn-order-details .order-time .order-time-right {
    display: flex;
}

.c2cn-order-details .order-time .order-time-right &gt; div p img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

.c2cn-order-details .order-time .order-time-right p {
    color: #8F97A7;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 5px;
}

.c2cn-order-details .order-time .order-time-right h3 {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.c2cn-order-details .order-time .order-time-right h3 span {
    display: inline-block;
    box-sizing: border-box;
    color: #FFD60A;
    background: #D02443;
    border-radius: 5px;
    padding: 2px 4px;
}

.c2c-orderStatus {
    position: relative;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5;
    padding: 17px 0;
}

.night .c2c-orderStatus {
    border-top: none;
}

.c2c-orderStatus .dotLine {
    position: absolute;
    width: 89%;
    height: 2px;
    border-bottom: 1px dashed #DEDEDE;
    top: 23px;
    left: 17px;
    z-index: -1;
}

.c2c-orderStatus .c2c-ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}

.c2c-orderStatus .c2c-li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 48px !important;
    height: 36px !important;
}


.c2c-orderStatus .c2c-li span:first-child {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background: #666666;
    border-radius: 50px;
}

.c2c-orderStatus .c2c-li span:first-child.active {
    background: #D02443;
}

.night .c2c-orderStatus .c2c-li span:first-child.active {
    background-color: #0A84FF;
}

.c2c-orderStatus .c2c-li span:last-child {
    color: #666;
    font-size: 12px;
    line-height: 16px !important;
}

.night .c2c-orderStatus .c2c-li span:last-child {
    color: #9EA7C4;
}

.c2c-orderStatus .c2c-li span:last-child.active {
    color: #D02443;
}

.night .c2c-orderStatus .c2c-li span:last-child.active {
    color: #0A84FF;
}

.c2c-gray-bg {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
}

.night .c2c-gray-bg {
    background: #131726;
}

.order-amount {
    position: relative;
    margin-bottom: 20px;
}

.order-amount .deposit-tag {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px 4px 4px 0px;
    background: #52A46E;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.order-amount .mb10 {
    margin-bottom: 10px;
}

.order-amount .amount-inner {
    position: relative;
    margin-top: 10px;
    text-align: center;
    border-bottom: 1px solid #F5F5F5;
}

.night .order-amount .amount-inner {
    border-bottom: 1px solid #2A3350;
    font-size: 14px;
}

.amount-inner h3 {
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: flex-start;
    height: 30px;
}

#virtual-detail .amount-inner h3 {
    width: 300px;
}

.order-amount .amount-inner .c2c-amount {
    font-size: 24px;
    color: #D02443;
    font-weight: 700;
}

.order-amount .amount-inner .c2c-name {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.night .order-amount .amount-inner .c2c-name {
    color: #9EA7C4;
}

.order-amount .amount-inner .copy {
    position: absolute;
    right: 20px;
    top: 8%;
    transform: translateY(-50%);
    color: #0A84FF;
    font-size: 14px;
}

.order-amount .amount-inner .tip {
    color: #D02443;
}

.c2cn-order-details {
    background: #fff !important;
    box-sizing: border-box;
    color: #999;
}

.night .c2cn-order-details {
    background: #212944 !important;
    color: #8F97A7;
}

.c2cn-order-details .order-info {
    position: relative;
    box-sizing: border-box;
    padding: 20px 15px;
    color: #666;
    font-size: 14px;
}

.c2cn-order-details .order-info .maintence {
    position: absolute;
    left: 14px;
    bottom: 3px;
    color: #D02443;
    font-size: 12px;
}

.c2cn-order-details .title {
    height: 44px;
    line-height: 44px;
    color: #666;
}

.night .c2cn-order-details .title {
    color: #9EA7C4;
}

.c2cn-order-details .order-info li {
    position: relative;
    border-top: 1px solid #DEDEDE;
    height: 44px;
    line-height: 44px;
}

.night .c2cn-order-details .order-info li {
    border-top: 1px solid #2A3350;
}

.c2cn-order-details .zfb-save {
    position: absolute;
    right: 0;
    top: 24px;
    color: #0A84FF;
}

.c2cn-order-details .order-info li span:first-child {
    display: inline-block;
    width: 80px;
    color: #666666;
    margin-right: 30px;
}

.night .c2cn-order-details .order-info li span:first-child {
    color: #9EA7C4;
}

.c2cn-order-details .order-info li span:nth-child(2) {
    color: #333;
}

.night .c2cn-order-details .order-info li span:nth-child(2) {
    color: #9EA7C4;
}

.c2cn-order-details .order-info li span:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0A84FF !important;
}

.c2cn-order-details .order-info li.zfb-wrapper {
    position: relative;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.imgWP {
    width: 120px;
    height: 120px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}

.c2cn-order-details .order-info li.zfb-wrapper img,
.c2cn-order-details .order-info li.zfb-wrapper #virtualImg {
    width: 110px;
    height: 110px;
}

.c2cn-order-details .zfb-wrapper p {
    width: 100%;
    text-align: left;
}

.night .c2cn-order-details .zfb-wrapper p {
    color: #9EA7C4;
}

.c2cn-order-details .zfb-wrapper h3,
.c2cn-order-details .zfb-wrapper h4,
.c2cn-order-details .zfb-tip {
    text-align: left;
    font-weight: 400;
    line-height: 22px;
    margin-top: 15px;
}

.c2cn-order-details .zfb-tip {
    color: #D02443 !important;
    background: #FDFF93;
    padding: 5px;
}

.c2cn-order-details .zfb-wrapper h4 {
    color: #9EA7C4;
}

.c2cn-order-details .zfb-wrapper h3 {
    color: #D02443;
}

.c2cn-order-details .detilBtn,
.c2cn-order-details .virtualBtn {
    padding: 0 15px;
    background: #F5F5F5;
}

.night .c2cn-order-details .detilBtn,
.night .c2cn-order-details .virtualBtn {
    background: transparent;
}

.c2cn-order-details .detilBtn p,
.c2cn-order-details .virtualBtn p {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

.c2cn-order-details .detilBtn input[type=button],
.c2cn-order-details .virtualBtn input[type=button] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #D02443;
    border-radius: 4px;
}

.night .c2cn-order-details .detilBtn input[type=button],
.night .c2cn-order-details .virtualBtn input[type=button] {
    background-color: #0A84FF;
}

.c2cn-order-details .detilBtn input[type=button]:last-child,
.c2cn-order-details .virtualBtn input[type=button]:last-child {
    margin-top: 15px !important;
    border: 1px solid #D02443;
    color: #D02443;
    background: #fff;
}

.night .c2cn-order-details .detilBtn input[type=button]:last-child,
.night .c2cn-order-details .virtualBtn input[type=button]:last-child {
    border: 1px solid #0A84FF;
    color: #0A84FF;
}

#c2c-bankSelect {
    display: none;
}

#c2c-bankSelect ul {
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    height: 126px;
    overflow-y: hidden;
}

#c2c-bankSelect ul li {
    width: 48%;
    height: 32px;
    line-height: 32px;
    color: #999;
    text-indent: 36px;
    background: #F5F5F5;
    margin-bottom: 10px;
    border-radius: 10px;
}

.night #c2c-bankSelect ul li {
    background: #212944;
    border: none;
    color: #E1E9FF;
}

#c2c-bankSelect ul li:nth-child(2n-1) {
    margin-right: 4%;
}

#c2c-bankSelect .showAllBank {
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
    color: #D02443;
}

#c2c-bankSelect h2 {
    text-align: left;
    margin-top: 10px;
    color: #D02443;
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 10px;
}

#c2c-bankSelect ul li.active {
    background: #D02443;
    color: #FFF;
}

.night #c2c-bankSelect ul li.active {
    background: #0A84FF;
}

/* c2c原生 */
.money-pay-group label {
    display: inline-block;
}

.ybc2cTip {
    width: 90%;
    margin: 0 auto;
    background: #F8FFA2;
    color: #D02443;
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px;
    display: none;
}


/* 商城费率 */
.shopBox {
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    font-size: 14px;
    margin: 20px auto;
    background-color: #F8FFA2;
    border-radius: 8px;
    color: #5C6686;
}

.shopBox i {
    position: absolute;
    top: 34px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url('/newPay/images/deposit/shopDefault.png') no-repeat center center / 100% 100%;
}

.shopBox i.active {
    background: url('/newPay/images/deposit/shopChoose2.png') no-repeat center center / 100% 100%;
}

.shopBox .bankCardTip {
    padding-left: 25px;
}

.shopBox .bankCardTip b,
.shopBox .bankCardTip a {
    color: #D02443;
    font-size: 14px;
    font-weight: 400;
}

.actualArrival {
    margin-top: 8px;
}

.actualArrival span {
    color: #D02443;
}


.c2c-content {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 12px;
}

#js-completeName-page {
    position: absolute;
    left: 0;
    top: 0;
    background: #F5F7F9;
    z-index: 10;
    width: 100%;
    height: calc(100vh);
    box-sizing: border-box;
    padding: 10px 15px;
    display: none;
}

.night #js-completeName-page {
    background: #131726;
}


#js-completeName-page .completeName-page .texts {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
}

.night #js-completeName-page .completeName-page .texts {
    background: #191F36;
    padding: 10px 15px;
    border-radius: 10px;
}

#js-completeName-page h2 {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.night #js-completeName-page h2 {
    color: #fff;
}

#js-completeName-page p {
    font-size: 12px;
    color: #999;
}

#js-completeName-page .inputWrapper {
    display: flex;
    position: relative;
    margin: 22px 0;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}

.night #js-completeName-page .inputWrapper {
    display: flex;
    position: relative;
    margin: 22px 0;
    align-items: center;
    background: rgba(25, 31, 54, 1);
    border-radius: 10px;
    padding: 10px;
}

#js-completeName-page .inputWrapper .infos {
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
}

#js-completeName-page .inputWrapper .code-infos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#js-completeName-page .inputWrapper input {
    width: calc(100% - 74px);
}

#js-completeName-page .inputWrapper .code-infos input {
    width: 60%;
}

#js-completeName-page .inputWrapper .code-infos .get-message-code {
    position: absolute;
    top: 12px;
    right: 8px;
    color: #4c8ae8;
}

#js-completeName-page .inputWrapper label {
    width: 56px;
    font-size: 14px;
    color: #333;
    margin-right: 14px;
}

.night #js-completeName-page .inputWrapper label {
    color: #fff;
}

#js-completeName-page .inputWrapper i {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('/images/index/warning.png') no-repeat center center / 100% 100%;
}

#js-completeName-page .js-deposit-bindName {
    background: #d02443;
    color: #fff;
}

.night #js-completeName-page .js-deposit-bindName {
    border: none;
}

.other-amount-tip {
    color: #D02443;
    font-size: 12px;
    line-height: 22px;
    margin-top: 20px;
}

.c2c54-tip {
    margin: 0 auto;
    background: #F8FFA2;
    color: #D02443;
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px;
}

.c2c54-tip h4 {
    font-weight: bold;
}

.c2cGuide {
    position: absolute;
    width: 90px;
    height: 26px;
    border-radius: 12px 10px 0px 12px;
    background: #D02443;
    color: #fff;
    right: 5px;
    top: 2px;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
    z-index: 10;
}

.night .c2cGuide {
    background: #0A84FF;
}

.c2cGuide img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.layui-m-layer-video-playback-layer {
    background: #000 !important;
    width: 90%;
    height: 712px;
}

.layui-m-layer-video-playback-layer .layui-m-layercont {
    padding: 0 30px 0 !important;
}

.layui-m-layer-video-playback-layer h3 {
    color: #fff !important;
    font-weight: bold;
}

.layui-m-layer-video-playback-layer .layui-m-layerbtn {
    position: absolute;
    display: block;
    width: 40px;
    top: 0;
    right: 0;
    border: none;
    background-color: #000;
    line-height: 40px;
}


.rmb-lesson {
    width: calc(100% - 30px);
    display: flex;
    height: 50px;
    margin: -15px auto 0;
}

.rmb-lesson p {
    color: #9EA7C4;
}

.rmb-lesson a {
    color: #0A84FF;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

.rmb-lesson img {
    width: 96px;
    height: 24px;
    margin-bottom: 14px;
}

/* 弹出层颜色 */

#protocol-wrapper {
    display: none;
    margin-bottom: 10px;
    padding: 0 20px 20px;
}

#protocol-wrapper ul {
    display: flex;
}

#protocol-wrapper ul li {
    width: 82px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: 1px solid #ddd;
}


.night #protocol-wrapper ul li {
    background: #212944;
    color: #E1E9FF;
    border: none;
}

.night #protocol-wrapper ul li.active {
    background: #0A84FF;
    color: #fff;
}

#protocol-wrapper ul li.active {
    background: #D02443;
    color: #fff;
}

#protocol-wrapper ul li:first-child {
    margin-right: 20px;
}

.virtualLoad {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.virtualLoad .virtualInner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.virtualLoad .virtualInner img {
    width: 80px;
    height: 80px;
}


.virtualLoad .virtualInner p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}


/* c2c金额列表倒计时 */
#j-money-input {
    position: relative;
}

#c2cCountDown {
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 6px;
    top: 3px;
    z-index: 10;
}

/* c2c金额列表倒计时 */

/* PayWay Tutorial start*/
.c2cpayw-tutorial {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.c2cpayw-tutorial .teach-zfb,
.c2cpayw-tutorial .teach-yhk {
    width: 90%;
    border-radius: 10px;
    background: #191F36;
    padding-bottom: 15px;
}

.c2cpayw-tutorial .swiper-wrapper {
    height: auto;
}

.c2cpayw-tutorial .swiper-slide {
    height: 430px;
    text-align: center;
    margin: 0;
    padding: 10px 15px;
}

.c2cpayw-tutorial .lazyloaded {
    height: 350px;
    border-radius: 10px;
    max-width: 100%;
}

.c2cpayw-tutorial .swiper-slide p {
    word-wrap: break-word;
    font-size: 12px;
    color: #E1E9FF;
    margin-bottom: 14px;
}

.c2cpayw-tutorial .swiper-slide p span {
    color: #D02443;
}

.c2cpayw-tutorial .teach-title {
    line-height: 40px;
    border-radius: 10px 10px 0px 0px;
    background: #007AFF;
    font-size: 16px;
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 18px;
}

.c2cpayw-tutorial .teach-title span {
    position: absolute;
    right: 15px;
    width: 30px;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
}

.c2cpayw-tutorial .swiper-pagination-bullet {
    width: 10px !important;
    height: 3px !important;
}

.c2cpayw-tutorial .swiper-pagination-bullet {
    background: #5C6686 !important;
}

.c2cpayw-tutorial .swiper-pagination-bullet-active {
    background: #0A84FF !important;
}

.c2cpayw-tutorial .confirm-reading input,
.c2cpayw-tutorial .swiper-button-prev,
.c2cpayw-tutorial .swiper-button-next {
    position: static;
    background: none;
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
}

.c2cpayw-tutorial .swiper-button-prev {
    border: 1px solid #0A84FF;
    background: #191F36;
    color: #0A84FF;
}

.c2cpayw-tutorial .swiper-button-next {
    color: #FFF;
    background: #0A84FF;
    margin-top: 14px;
}

.c2cpayw-tutorial .swiper-pagination {
    position: static;
    margin: 0 0 14px 0;
}

.c2cpayw-tutorial .confirm-reading .not-receipt,
.c2cpayw-tutorial .confirm-reading .upload-receipt {
    border-radius: 4px;
    border: 1px solid #2B3350;
    background: #191F36;
    font-size: 12px;
    color: #9EA7C4;
    margin-bottom: 14px;
}

.c2cpayw-tutorial .confirm-reading .upload-receipt.active {
    background: #32D74B url('/newPay/images/deposit/tut-check.png') no-repeat 80% center;
    color: #FFF;
}

.c2cpayw-tutorial .confirm-reading .not-receipt.active {
    color: #FFF;
    background: #EB5757 url('/newPay/images/deposit/tut-error.png') no-repeat 80% center;
}

.c2cpayw-tutorial .confirm-reading .error-tips {
    font-size: 12px;
    color: #D02443;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.c2cpayw-tutorial .confirm-reading .confirm-btn {
    background: #0A84FF;
    color: #FFF;
}

.c2cpayw-tutorial .confirm-reading .confirm-btn.disable {
    background: #212944;
    color: #9EA7C4;
}

.c2cpayw-tutorial .confirm-reading {
    text-align: center;
}

@media screen and (max-width: 374px) {
    .c2cpayw-tutorial .lazyloaded {
        height: 260px;
    }

    .c2cpayw-tutorial .swiper-slide {
        height: 340px;
    }
}

/* PayWay Tutorial end*/

/* 复制网址弹窗 */
.webBox {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
    width: 100vw;
    height: 100vh;
    text-align: center;
    z-index: 999;
    display: none;
}

.webBox-in {
    width: 300px;
    height: 236px;
    position: absolute;
    top: 20px;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

.in-tops {
    width: 300px;
    height: 96px;
    background: url('../../images/app/tips-bg.png') no-repeat;
    background-size: 100% 100%;
}

.tips-text {
    width: 260px;
    height: 44px;
    background: url('../../images/app/tips-text.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
}

.tips-con {
    background: #fff;
    padding: 20px 22px;
    box-sizing: border-box;
    border-radius: 0px 0px 6px 6px;
}

#in-inpug-bg {
    width: 267px;
    height: 42px;
    border-radius: 90px;
    background: url('../../images/app/icon-input.png') no-repeat center;
    background-size: 100%;
    border: unset;
    margin: 0 auto;
    position: relative;
    border: #D02443 solid 1px;
    overflow: hidden;
}

#j-webview-input {
    text-align: left;
    width: 69%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border: unset;
    background: #fff;
    font-size: 14px;
    color: #666;
    height: 42px;
    padding-left: 10px;

}

.js-know-btns {
    width: 256px;
    height: 46px;
    border-radius: 90px;
    border: #D02443 solid 1px;
    text-align: center;
    line-height: 46px;
    color: #D02443;
    font-size: 14px;
    margin: 20px auto;
    background: #fff;
}

/* c2c倒计时 */
.circle-container-in {
    position: relative;
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

.circles {
    transform: rotate(-90deg);
}

.background {
    fill: none;
    stroke: #ddd;
    stroke-width: 4;
}


.progress1 {
    fill: none;
    stroke: #D02443;
    stroke-width: 4;
    stroke-dasharray: 207.35;
    /* 圆的周长 */
    stroke-dashoffset: 207.35;
    /* 初始偏移量，表示进度条完全不显示 */
    transition: stroke-dashoffset 1.5s linear;
}

#time {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #000;
}

.night #time {
    color: #fff;
}

.tips-span {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.night .tips-span {
    color: #fff;
}

#time span {
    font-size: 10px;
    font-weight: normal;
}

.c2c-jump-details {
    display: none;
    margin-top: 10px;
}

.c2c-jump-details .detilBtn {
    padding-top: 20px;
}

.layui-m-layer-depoist-model {
    background-color: #fff !important;
}

.night .layui-m-layer-depoist-model {
    background-color: #212C4A !important;
}

.layui-m-layer0.layui-m-layer-depoist-model .layui-m-layerchild h3 {
    background-color: #fff !important;
    color: #333 !important;
}


.night .layui-m-layer0.layui-m-layer-depoist-model .layui-m-layerchild h3 {
    color: #fff !important;
}


.nav-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.nav-list .list-items {
    width: 100px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 34px;
    background: #222222;
    color: #999;
}

.nav-list .list-items.active {
    background: #FF3434;
    color: #fff;
}

.img-bgs {
    background: #E9E9EC;
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.night .img-bgs {
    background: #161616;

}

.left-tops,
.left-tops2 {
    width: 94px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: url('../../images/deposit/icon-vector7.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}

.left-tops2 {
    background: url('../../images/deposit/icon-wrong.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}

.imgs-item {
    width: 163px;
    height: 330px;
    margin: 0 auto;
}

.my-c2c-swiper {
    width: 100%;
    height: 440px;
}

.my-c2c-swiper .swiper-slide {
    width: 170px !important;
    height: 340px !important;
    margin-top: 38px !important;
}

.my-c2c-swiper .swiper-slide:first-child {
    margin-left: -55px;
}

.my-c2c-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.my-c2c-swiper .swiper-pagination-bullet {
    width: 6px !important;
    height: 4px !important;
    background: #2C2C2C !important;
    border-radius: 2px !important;
}

.my-c2c-swiper .swiper-pagination-bullet-active {
    width: 12px !important;
    height: 4px !important;
    background: #D02443 !important;
    border-radius: 2px !important;
}

.my-c2c-swiper .swiper-slide p {
    color: #666 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin-top: 8px !important;
}

.night .slide-in {
    background: #0E0E0E;

}

.night .demo-content h1 {
    color: #fff;
}

.night .demo-content ul li {
    color: #999;
}

.night .my-c2c-swiper .swiper-slide p {
    color: #999 !important;
}

.j-link-type {
    border: #D02443 solid 1px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    color: #D02443;
    display: none;
}

.night .j-link-type {
    border: #007AFF80 solid 1px;
    color: #0A84FF;
}


.toggle-btn {
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.night .toggle-btn {
    color: #9EA7C4;
}

.toggle-btn .icon {
    display: block;
    width: 8px;
    height: 8px;
    background: url('../../app/images/deposit/icon-down-d.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

.night .toggle-btn .icon {
    background: url('../../app/images/deposit/icon-down-n.png') no-repeat;
    background-size: 100% 100%;
}

.toggle-btn.expanded .icon {
    background: url('../../app/images/deposit/icon-up-d.png') no-repeat;
    background-size: 100% 100%;
}

.night .toggle-btn.expanded .icon {
    background: url('../../app/images/deposit/icon-up-n.png') no-repeat;
    background-size: 100% 100%;
}

.timeout-actualArrival {
    color: #D02443;
    display: none;
}

.timeout-actualArrival .gifT-moneys {
    color: #D02443;
}

.timeout-actualArrival .yuan {
    color: #666;
}

.timeout-actualArrival .js-timeout-ratio {
    color: #D02443;
}

.night .input-box span {
    z-index: 99 !important;
    color: white;
}


/* 充值限时充值优惠 */
.giftAmounts-tips {
    color: #DE9300;
    font-size: 12px;
    display: none;
    position: relative;
    top: -5px;
}

.giftAmounts-list .ui-title2 {
    font-size: 16px;
    color: #111111;
    height: 44px;
    line-height: 44px;
    position: relative;
    padding-left: 27px;
    display: none;
}

.night .giftAmounts-list .ui-title2 {
    color: #e1e9ff;
}

.giftAmounts-list .ui-title2 i {
    width: 20px;
    height: 20px;
    background: url('../../app/images/deposit/icon-hot.png') no-repeat;
    background-size: 100% 100%;
    display: block;
    margin-right: 6px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.giftAmounts-list {
    display: none;
}

.recharge-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    transition: max-height 0.3s ease;
    height: 122px;
    width: 100%;

}

/* 熱門小圖示樣式（默認） */
.recharge-item .hot {
    width: 13px;
    height: 13px;
    background: url(/images/deposit/c2c/icon-hot-new.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: -1px;
    left: 1px;
}

/* hover / active 狀態切換為高亮版圖片 */
.recharge-item:hover .hot,
.recharge-item.active .hot {
    background-image: url(/images/deposit/c2c/icon-hot-new-active.png);
}

.zn-pay {
    color: red;
    margin-left: 5px;
}

/* 頂部 header 容器 */
.j-header {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    background: #fff;
}

/* 左右按鈕通用樣式 */
.left-button,
.right-button {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左側按鈕靠左 */
.left-button {
    left: 12px;
}

/* 右側按鈕靠右，圖標間距 */
.right-button {
    right: 12px;
    gap: 1.5rem;
}

/* 中央標題 */
.header-title {
    font-size: 18px;
    color: #333;
    font-family: "PingFang SC", sans-serif;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
    pointer-events: none; /* 禁止選中或誤點 */
}

/* 通用 icon 樣式（左/右共用） */
.left-icon,
.right-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 背景圖定義：左/右圖標 */
.icon-arrow-left {
    font-size: 19px;
    color: #979797;
}

.icon-callcenter {
    background-image: url('/mobile/app/images/deposit/icon-callcenter.png?v=2');
}

.icon-service {
    background-image: url('/mobile/app/images/deposit/icon-recordquery.png?v=2');
}

.night .header-title {
    color: #E1E9FF;
}

.night .icon-arrow-left {
    color: #E1E9FF;
}

.night .icon-callcenter {
    background-image: url('/mobile/app/images/deposit/icon-callcenter-n.png');
}

.night .icon-service {
    background-image: url('/mobile/app/images/deposit/icon-recordquery-n.png');
}

.jCountdownSecond20 {
    box-sizing: border-box;
    position: absolute !important;
    width: 25px;
    height: 25px;
    left: 70px;
    top: 13px;
    z-index: 10;
}

.countdown-container {
    position: relative;
    width: 20px;
    height: 20px;
}

.countdown-ring {
    transform: rotate(-90deg);
}

.countdown-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2;
}

.countdown-circle {
    fill: none;
    stroke: #d02443;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 56.5487; /* 2 * π * r = 2 * π * 9 */
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
}

.countdown-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    color: #d02443;
}</pre></body></html>