input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #FFFFFF !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* general css*/
::-webkit-input-placeholder {
    color: #4F5566 !important;
}

:-moz-placeholder {
    color: #4F5566 !important;
}

::-moz-placeholder {
    color: #4F5566 !important;
}

:-ms-input-placeholder {
    color: #4F5566 !important;
}

html,
body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

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

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;
}

/*清除浮动
=======*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.cfx {
    zoom: 1;
}

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

.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

/*tab
=========*/
.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: red !important;
}

.space-1 {
    height: 10px;
}

.space-2 {
    height: 20px;
}

.space-4 {
    height: 40px;
}

.space-5 {
    height: 50px;
}

.space-7 {
    height: 70px;
}

.white-bg {
    border-radius: 30px;
    background: #1E2336;
}

.gray-bg {
    background: #181C2A;
}

.dark-bg {
    background: #292F4B;

}

.gray-text {
    color: rgba(0, 0, 0, 0.3) !important;
}

.hidden {
    display: none !important;
}

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

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

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

.c-white {
    color: #E1E9FF !important;
}

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

.c-orange {
    color: #FF7E50 !important;
}

.c-dark {
    color: #717687 !important;
}

.c-yellow{
    color: #FFC964 !important;
}

.margin10 {
    margin: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

body {
    margin: 0;
    box-sizing: border-box;
    background: #1E2336;
    font-family: "Microsoft Yahei" !important;
    font-size: 1.4rem;
    color: #3c3c3c;
}

/* 个人中心头部*/
.modal-open {
    overflow: hidden !important;
    -webkit-overflow-scrolling: none !important;
}

/*头部*/
#j-header {
    display: block !important;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, #181C2A -23.47%, #3A476B 100%);
    position: relative;
    overflow: hidden;
    z-index: 88;
}

#j-header .header-title {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 1px;
}

#j-header .header-title svg {
    position: relative;
    top: -2px;
    left: 5px;
}

#j-header .left-button {
    position: absolute;
    top: 0;
    left: 8px;
    cursor: pointer;
    transform: rotateY(180deg);
}

#j-header .right-button {
    position: absolute;
    right: 15px;
    top: 12px;
}

#j-question {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}
.icon-acctList{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    right: 36px;
}
.icon-acctList2{
     top: 0;
}
#j-header .left-button svg {
    position: relative;
    top: 17px;
    left: -5px;
    transform: rotate(180deg);
}

.icon-gengduo {
    position: relative;
    top: 11px;
    width: 20px;
    height: 20px;
}

#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;
}

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

.container,
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

#usdt-panel-1 .container {
    padding-left: 2px;
    padding-right: 2px;
}


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

.ui-title {
    padding: 10px 0 15px 0;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #E1E9FF;
}

.ui-title.c2c-title {
    color: #C8A96F;
}

.ui-title span {
    margin-left: 20px;
}

.layui-m-layerbtn span[yes] {
    background: linear-gradient(176.34deg, #C8A96F -8.51%, #B99C66 95.89%);
}

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

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

.ui-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    -webkit-appearance: none;
    border: 0px;
    background: #1E2336;
    color: #E1E9FF;
    outline: none !important;
}

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

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#j-subtitle-btn li {
    display: inline-block;
    background: #F5F5F7;
    border-radius: 5px;
    color: #999;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 5px 5px 15px 0px;
    font-size: 16px;
    position: relative;
}

#j-subtitle-btn li.active {
    background: #2C60BE;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(34, 59, 184, 0.35);
}

#j-tab-div {
    display: block;
    position: relative;
}

.num-btn {
    /*font-size: 14px;*/
    width: 100%;
    height: 42px;
    display: flex; /* 改為 flex 容器 */
    flex-direction: column; /* 垂直排列兩行 */
    justify-content: center; /* 垂直置中 */
    align-items: center; /* 水平置中 */
    text-align: center;
    line-height: normal; /* 取消固定行高 */
    margin: 4% 0%;
    outline: none;
    border: none;
    color: #A4A9B6;
    background: #2A314C;
    border-radius: 4px;
    padding: 4px 2px; /* 可選，防止內容貼邊 */
}

.bank-btn {
    font-size: 14px;
    width: 100%;
    height: 32px;
    display: inline-block;
    line-height: 30px;
    margin: 10% 0%;
    text-align: center;
    outline: none;
    border: none;
    color: #A4A9B6;
    background: #2A314C;
    border-radius: 4px;
}

.bank-btn.active {
    color: #fff;
    background: #C8A96F;
    border-radius: 4px;
}

.num-btn:hover .gift-text,
.num-btn.active .gift-text {
    color: #fff;
}

.num-btn.active {
    color: #fff;
    background: #C8A96F;
    border-radius: 4px;
}

#fast-amount > div:first-child,
#fast-amount > div:nth-child(4n+1) {
    padding-left: 0px;
}

#fast-amount > div:nth-child(4n) {
    padding-right: 0px;
}

.fast-amount {
    width: 95%;
    margin: 0 auto;
}

.bottom-btn.disabled {
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
}

.bottom-btn {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(176.34deg, #C8A96F -8.51%, #B99C66 95.89%);
    border-radius: 4px;
}

.i-zn {
    font-size: 8px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 14px;
    background-image: linear-gradient(90deg, #EF7E16 0%, #EFA316 100%);
    border-radius: 0px 5px 0px 10px;
    position: absolute;
    top: -5px;
    right: -3px;
    width: 50px;
    height: 14px;
    transform: scale(.9);
}

.zerofee {
    font-size: 8px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    background-image: linear-gradient(-90deg, #8CEC51 0%, #379321 98%);
    border-radius: 0px 5px 0px 10px;
    position: absolute;
    top: -5px;
    right: -3px;
    width: 50px;
    height: 14px;
    transform: scale(.9);
    line-height: 14px;
}

.mcbonus {

    font-size: 8px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 9px;

    background-image: linear-gradient(90deg, #EF7E16 0%, #EFA316 100%);
    border-radius: 0px 5px 0px 10px;

    position: absolute;
    top: 0px;
    right: -6px;

    width: 50px;
    height: 12px;

    transform: scale(.8);
}

.j-switch {
    font-size: 14px;
    color: #E1E9FF !important;
    letter-spacing: 0;
    text-align: center;
}

.j-switch .arrow_down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #9EA7C4;
    display: inline-block;
    margin-left: 4px;
}

.j-switch svg {
    width: 20px;
    height: 23px;
    position: relative;
    top: 7px;
}

#j-fee {
    position: relative;
    top: -12px;
    font-size: 12px;
    color: #E1E9FF;
    letter-spacing: 0;
    height: 30px;
}

#j-fee label {
    color: red;
}

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

#j-mask.active {
    display: block !important;
}

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

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

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

#j-payway-box {
    top: 35%;
}

#j-bank-box {
    top: 20%;
}

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

#j-payway-title,
#j-bank-title,
#j-paytype-title,
#j-deposit-desc-title {
    background: #1E2336;
    height: 50px;
    line-height: 50px;
    width: 100%;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #E1E9FF;
}

#j-paytype-title {
    background: linear-gradient(0deg, #181C2A -23.47%, #3A476B 100%);
    box-shadow: 0px 1px 10px #121623;
}

#j-deposit-desc-title {
    color: #fff;
    background: linear-gradient(0deg, #181C2A -23.47%, #3A476B 100%);
    box-shadow: 0px 1px 10px #121623;
}

#j-deposit-desc-title .left-button svg {
    position: relative;
    top: 4px;
    left: -1px;
}

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

#j-bank-list {
    height: 70%;
}

#j-payway-title {
    background: #1E2336;
    border-radius: 0px;
    height: 82px;
    padding: 10px 0;
    text-align: left;
    border-radius: 15px 15px 0 0;
}

#j-payway-title p {
    font-size: 16px;
    color: #E1E9FF;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.2;
    padding: 6px 30px;
}

#j-payway-title span {
    font-size: 12px;
    color: #A4A9B6;
    letter-spacing: 0;
    text-align: center;
}

#j-payway-title .icon-close {
    top: 20px;
}

#j-paytype-list {
    height: 94%;
}

#j-paytype-list .j-line {
    background: #181C2A;
    height: 70px;
    line-height: 70px;
    color: #9EA7C4;
    font-size: 14px;
    padding: 0 15px;
}

#j-paytype-list .j-line .y-line {
    background: #C8A96F;
    width: 1px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
    left: 2px;
}

#j-paytype-list .j-border {
    background: rgba(0, 0, 0, 0.05);
    height: 1px;
}

.j-payway,
.j-bank,
.j-null {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    line-height: 50px;
    margin: 0 auto;

    font-size: 15px;
    color: #E1E9FF;
    border-bottom: 1px solid #656368;
    position: relative;
    overflow: hidden;
}

.j-bank {
    height: 60px;
    line-height: 60px;
}

.j-bank img {
    height: 35px;
    position: absolute;
    top: 6px;
}

#j-bank-choose img {
    height: 30px;
    position: absolute;
    top: -1px;
    left: 5px;
    padding-right: 8px;
}

.j-bank span {
    padding-left: 55px;
}

#j-bank-choose span {
    position: relative;
    top: -4px;
    left: 48px;
}

.j-bank svg {
    display: none;
}

.j-bank.active svg {
    display: block;
}

.j-payway .icon-tu svg {
    position: relative;
    top: -1px;
    left: 0;
    display: block;
}

.j-paytype {
    width: 100%;
    height: 70px;
    background: #1E2336;
    padding: 12px 20px;
    font-size: 15px;
    color: #333;
    position: relative;
    overflow: hidden;
}

.j-paytype i {
    position: relative;
    top: -1px;
}

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

.j-paytype svg {
    top: 18px;
    right: 20px;
}

.j-payway .fl:nth-child(1) {
    width: 30%;
    text-align: left;
    position: relative;

    font-family: PingFang TC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #E1E9FF;
}

.j-payway .fl:nth-child(2) {
    width: 30%;
    text-align: center;
    font-family: PingFang TC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    align-items: center;
    color: #A4A9B6;
    position: absolute;
    left: 150px;
}

.j-payway .fl:nth-child(3),
.j-bank .fl:nth-child(3) {
    width: 30%;
    text-align: center;
    font-family: PingFang TC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #A4A9B6;
    position: absolute;
    left: 248px;
}

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

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

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

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

.j-paytype p {
    color: #E1E9FF;
    font-size: 15px;
}

.j-paytype p > span {
    color: #8F97A7;
    position: relative;
    top: 2px;
    font-size: 13px;
}

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

#j-shiico {
    border-radius: 40px 40px 0 0;
}

#j-shiico .bottom-border {
    border-bottom: 1px solid #656368;
    position: relative;
    bottom: -60px;
    width: 100%;
}

#j-shiico i:nth-child(1),
.j-paytype p:nth-child(1) i:nth-child(1) {
    margin-left: 6px;
}

.j-payway:nth-last-child(1),
.j-bank:nth-last-child(1),
.j-null:nth-last-child(1) {
    border-bottom: none !important;
    padding-bottom: 88px;
}

#j-payway-box .ui-left svg,
#j-bank-box .ui-left svg,
#j-paytype-box .ui-left svg {
    position: absolute;
    left: 10px;
    top: 13px;
    width: 15px;
    height: 15px;
}

#j-payway-box .ui-right svg {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 24px;
    height: 24px;
}

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

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

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

.layui-m-layer-deposit-model {
    background: #313757 !important;;
}

.layui-m-layerchild h3 {
    padding-top: 15px !important;
}

.layui-m-layer-deposit-model h1 {
    margin-bottom: 15px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;

    color: #FFFFFF;
}
.layui-m-layer-deposit-model h1.qm-e1e9ff {
    color:#E1E9FF;
    font-size: 18px;
    font-weight:400;
}

.layui-m-layer-deposit-model p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.8;

    color: #FFFFFF;
}
.layui-m-layer-deposit-model p.qm-size {
     font-size: 14px;
}
.layui-m-layer-deposit-model p span.qm-F74B4B {
    color:#F74B4B;
}

.layui-m-layer-deposit-model p.failTips {
    font-size: 14px;
}

.layui-m-layer-deposit-model p.span {
    margin: 8px 0;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;

    color: #717687;
}

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

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

.notpaid {
    position: absolute;
    right: 5px;
    top: -6px;
    width: 100px;
}

.layui-m-layer-deposit-model .layui-m-layerbtn {

    background: #313757 !important;
    font-size: 15px;
    border-radius: 0px 0px 6px 6px;
}

.layui-m-layer-deposit-model .layui-m-layerbtn span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #FFC964 !important;
    background: #313757 !important;
}


.layui-m-layer-deposit-model .layui-m-layerbtn span[no] {
    color: #9EA7C4 !important;
    border-right: unset !important;
}

.layui-m-layer-deposit-model .close-layer {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    width: 15px;
    height: 15px;
}

.money-input-box {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.money-input-box span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #E1E9FF;
}

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

.icon-queding {
    width: 20px;
    height: 20px;
    margin-top: 3px;
}

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

.icon-tu {
    margin-right: 0px !important;
}

i.i-safety {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 12px;
    text-align: center;
    background: url(/mobile/app/images/deposit/safety2.png?112) no-repeat center;
    background-size: 100%;
}

i.i-safety.i-safety-zfb {
    margin-left: 6px;
}

i.i-optimize {
    position: absolute;
    display: inline-block;
    width: 66px;
    height: 18px;
    text-align: center;
    background: url(/images/setting/optimize-mb.png) no-repeat center;
    background-size: 100%;
    margin-top: 3px;
}

.j-paytype i.i-optimize {
    position: absolute;
    display: inline-block;
    width: 66px;
    height: 18px;
    text-align: center;
    background: url(/images/setting/optimize-mb.png) no-repeat center;
    background-size: 100%;
    margin-top: 16px;
}

.j-paytype i.i-safety {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 12px;
    text-align: center;
    background: url(/mobile/app/images/deposit/safety2.png?233) no-repeat center;
    background-size: 100%;
    margin-top: 13px;
}

.j-paytype i.i-safety.i-safety-zfb {
    margin-top: 43px;
}

.icon-tu svg {
    position: relative;
    top: 2px;
    left: -3px;
}

.icon-zero {
    color: #429F61;
    background: rgba(66, 159, 97, 0.1);
    border: 1px solid rgba(66, 159, 97, 0.3);
    box-sizing: border-box;
    border-radius: 2.5px;
}

.icon-zhn {
    background: rgba(200, 169, 111, 0.1);
    border: 1px solid rgba(200, 169, 111, 0.3);
    box-sizing: border-box;
    border-radius: 2.5px;
    color: #C8A96F;

}

.icon-success {
    background: rgba(66, 159, 97, 0.2);
    border: 1px solid rgba(66, 159, 97, 0.2);
    box-sizing: border-box;
    border-radius: 2.5px;
    color: #429F61;
}

.icon-success.orange {
    background: rgba(255, 148, 74, 0.2);
    color: #FF944A;
    border: 1px solid rgba(255, 148, 74, 0.2);
}

.icon-success.successRed {
    background: rgba(255, 93, 88, 0.2);
    color: #FF5D58;
    border: 1px solid rgba(255, 93, 88, 0.2);
}

.icon-tu,
.icon-zero,
.icon-zhn,
.icon-success {
    display: inline-block;
    padding: 3px 4px;
    text-align: center;
    margin-right: 5px;
}

.icon-tu span,
.icon-zero span,
.icon-zhn span,
.icon-success span {
    font-size: 10px !important;
}

#j-shiico .icon-tu span,
#j-shiico .icon-zero span,
#j-shiico .icon-zhn span,
#j-shiico .icon-success span {
    position: relative;
    top: 0;
}

.icon-tishiicon {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}

#j-name-input svg {
    position: relative;
    top: 1px;
}

h3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 14px;
    font-weight: 600;
}

.success-page .gray-bg:nth-child(1) {
    padding: 20px 0 20px 0;
}

.success-page .wrapper > .fl:nth-child(1) {
    width: 10%;
    text-align: left;
}

.success-page .wrapper > .fl:nth-child(2) {
    width: 65%;
    text-align: left;
}

.success-page .gray-bg .h3 {
    letter-spacing: 0;
    margin-bottom: 8px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #E1E9FF;
}

.success-page .gray-bg p {

    line-height: 1.8 !important;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #717687;
}

.success-page .gray-bg p.span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #717687;
    text-align: right;
}

.success-page .gray-bg .cfx .cfx .fl:nth-child(1) {
    width: 37%;
}

.success-page .gray-bg .cfx .cfx .fl:nth-child(2) {
    width: 62%;
}

.success-page .c-orange {
    font-size: 13px;
}

.success-page .white-bg p {
    font-size: 15px;
    text-align: center;
}

#j-success-page .white-bg p {
    line-height: 1.8;
}

#j-mc-success-page {
    height: 94%;
}

#j-mc-success-page .fl {
    display: table;
    text-align: left;
}

#j-mc-success-page .white-bg .fl * {
    display: inline-block;
    line-height: 16px;
}

#j-mc-success-page .mc1 .fl1 {
    width: 20%;
}

#j-mc-success-page .mc1 .fl2 {
    width: 80%;
}

#j-mc-success-page .mc2 .fl1 {
    width: 25%;
}

#j-mc-success-page .mc2 .fl2 {
    width: 75%;
}

#j-mc-success-page .white-bg .wrapper {
    line-height: 2;
}

#j-mc-success-page .ui-deposit {
    margin-bottom: 20px;
}

#j-mc-success-page .white-bg p {
    text-align: left;

    font-family: PingFang SC;
    font-style: normal;
    font-size: 15px;
    line-height: 21px;
    color: #E1E9FF;
}

#j-mc-success-page .title {
    font-size: 14px !important;
    color: #717687 !important;
}

#j-mc-success-page p.span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #717687;
    text-align: right;
}

#j-mc-success-page .pink-bg {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    text-align: left;
    margin: 10px 0;
    font-size: 12px;

    background: #FFDADA;
    opacity: 0.9;
    color: #EE504C;
}

#j-mc-success-page .pink-bg p {
    font-size: 12px !important;
    color: #FF5252 !important;
}

#j-mc-success-page .pink-bg * {
    display: inline-block;
}

#j-mc-success-page .j-quick-renew svg {
    width: 25px;
    height: 15px;
    position: relative;
    top: 2px;
    left: 2px;
}

.ui-btn {
    width: 100%;
    border: 1px solid #2C60BE;
    border-radius: 5px;
    font-size: 13px;
    color: #2C60BE;
    background: #fff;
    height: 50px;
    margin: 10px 0;
}

.j-amount {
    position: absolute;
    top: 74px;
    left: 180px;
}

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

.j-copy {
    color: #FFC964;
    font-size: 12px;
    padding: 0px;
    background: 0;
    border: 0;
    text-decoration: underline;
    margin-left: 10px;
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 25px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

#j-header .left-button i {
    color: #666;
    font-size: 25px;
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: transparent;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

.layui-m-layerchild {
    border-radius: 8px !important;
}

.layui-m-layerchild h3 {
    color: #fff;
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    border-top: 1px solid #656368 !important;
    background: #1E2336 !important;
    border-radius: 6px;
}

#j-shiico .ui-text {
    letter-spacing: 0;
    margin-bottom: 10px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #E1E9FF;
}

#j-shiico p {

    letter-spacing: 0;
    padding: 0px;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    color: #E1E9FF;
}

#j-shiico p:nth-child(2) span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #A4A9B6;
    mix-blend-mode: normal;
}

#j-shiico > .container > .fl:nth-child(1) {
    padding-top: 1px;
    margin-top: 10px;
    position: relative;
    top: -13px;
    width: 30%;
    right: 28px;
}

#j-shiico > .container > .fl:nth-child(2) {
    width: 92%;
}

#j-shiico #j-deposit-show .fl:nth-child(2) p {
    margin-bottom: 8px;
}

#j-shiico .container {
    padding: 30px 15px 15px 15px;
}

#j-shiico svg {
    top: 2px;
    width: 13px;
    height: 13px;
}

#j-shiico img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    position: relative;
    top: 0;
}

.j-payway .icon-tu {
    display: inline-block;
    width: 38px;
    height: 16px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 44px;
    top: 17px;
}

.j-payway .icon-success {
    display: inline-block;
    width: 83px;
    height: 18px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 70px;
    top: 17px;
}

.input-box {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #656368;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}

#j-usdt-protocol-list {
    padding: 10px 0;
}

#j-usdt-protocol-list li {
    border-radius: 6px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    width: 82px;
    height: 40px;
    line-height: 40px;
    background: #2A314C;
    color: #A4A9B6;
    display: inline-block;
    margin-left: 5px;
}

#j-usdt-protocol-list li.active {
    background: #C8A96F;
    color: #FFFFFF;
}


#j-money-input .input-box {
    height: 55px;
}

#j-reset-amount {
    position: absolute;
    right: 5px;
    top: 24px;
    display: none;
}

#j-money-input .input-box span {
    display: inline-block;
    width: 6%;
    font-size: 36px;
    color: #E1E9FF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    margin-top: 10px;
}

#j-money-input .input-box input {
    display: inline-block;
    width: 100%;
    color: #E1E9FF;
    position: relative;
    outline: none;
    background: #1E2336;
    height: auto !important;
    line-height: normal !important;
    padding: 0px;
    padding-left: 30px;

    font-size: 32px;
    top: 10px;
    left: 5px;
}

#j-money-input .cfx {
    padding: 10px 0 0 0;
}

#j-money-input .cfx .fr {
    margin-top: 5px;
}

#j-thirdpay .icon-arrow {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    right: 3px;
}

#j-deposit-desc {
    position: fixed;
    top: 0px;
    background: #1E2336;
    font-size: 14px;
    color: #666666;
    z-index: 99;
    height: 100%;
    overflow: auto;
}

#j-deposit-desc-wrapper {
    width: 90%;
    margin: 0 auto;
}

#j-deposit-desc-wrapper p {
    line-height: 1.8;

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

    margin-bottom: 20px;
}

#j-deposit-desc-wrapper .title {
    line-height: 2.5;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #E1E9FF;

    margin-top: 10px;
    margin-bottom: 5px;
}

.pink-bg {
    background: rgba(255, 255, 218, 0.1);
    font-size: 11px !important;
    color: #EE504C !important;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.6;
}

.pink-bg p {
    line-height: unset !important;
}

.j-zfb {
    text-decoration: underline;
}

#j-mc-success-bottom {
    width: 100%;
}

#j-mc-success-bottom .wrapper {
    width: 90%;
    text-align: center;
}

#j-mc-success-bottom p {
    font-size: 12px;
    color: #E1E9FF;
}

#j-mc-success-bottom .btn-group {
    padding-top: 5px;
}

.j-qqaccount-pinyin {
    margin-left: 5px;
}

.btn-group button {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 50px;
    background: unset;
    margin: 8px 0;
    background: linear-gradient(180deg, #475277 0%, #3C4564 100%);
    border-radius: 4px;
    border: none;
    font-weight: normal;
}

.btn-primary {
    color: #FFFFFF !important;
    background: linear-gradient(176.34deg, #C8A96F -8.51%, #B99C66 95.89%) !important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 10px;
}

#c2c-bankNmae.row {
    padding-top: 0;
}

#j-tech-1,
#j-tech-2 {
    position: fixed;
    top: 0px;
    z-index: 125;
    width: 100%;
    height: 100%;
}

#j-tech-1 img {
    width: 100%;
    padding-top: 14%;
}

#j-tech-2 img {
    width: 60%;
    padding-top: 44%;
    position: absolute;
    right: 14px;
}

#j-tech-1 .next-btn,
#j-tech-2 .next-btn {
    margin-top: 60%;
}

.next-btn {
    border-radius: 50px;
    border: 2px solid #fff;
    font-size: 16px;
    padding: 20px;
    background: #fff;
    color: #333;
    width: 150px;
    height: 40px;
    line-height: 0px;
    position: absolute;
    left: 30%;
    top: 20%;
}


#j-tip {
    padding-top: 20px;
    line-height: 2;
    color: #aaa;
}

#j-tip a {
    color: #d8ad56;
}

#dkpayTip {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

#dkpayTip ul {
    width: 100%;
}

#dkpayTip ul li {
    display: inline-block;
    width: 15%;
    text-align: center;
    font-size: 12px;
    color: #666;
}

#dkpayTip ul li img {
    width: 100%;
}

#dkpayTip .arrow {
    width: 20px;
}

#dkpayTip .arrow {
    margin: 0 3px;
}

#dkpayTip .arrow i {
    background-size: 50%;
    position: relative;
    top: -12px;
    left: -12px;
}

#dkpayTip .arrow-blue {
    background: url("/mobile/app/images/deposit/dkpay/arrow-blue.png") no-repeat center;
    background-size: 100%;
    width: 44px;
    height: 26px;
    display: inline-block;
}

#dkpayTip .arrow-gray {
    background: url("/mobile/app/images/deposit/dkpay/arrow-gray.png") no-repeat center;
    background-size: 100%;
    width: 44px;
    height: 26px;
    display: inline-block;
}

#dkpayTip ul:nth-child(2) {
    width: 106%;
    margin-top: 5px;
}

#dkpayTip ul:nth-child(2) li {
    width: 23%;
    line-height: 1.8;
    font-size: 12px;
    vertical-align: top;
    text-align: left;
}

#dkpayTip ul:nth-child(2) li:nth-child(1) {
    position: relative;
    left: -8px;
}


.layui-m-layercont {
    line-height: 1;
    text-align: left;
}

#money-fee {
    display: none !important;
}

#j-header-box {
    background: #181C2A;
    width: 100%;
    position: absolute;
    top: 45px;
    z-index: 999;
}

#j-header-box ul li {
    padding-left: 30px;
    padding-right: 30px;
    font-family: PingFang TC;
    font-style: normal;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    align-items: center;
}

#j-header-box ul li p {
    font-size: 15px;
    color: #E1E9FF;
}

#j-header-box ul li.active p {
    color: #FFC964;
}

#j-header-box ul li svg {
    position: relative;
    top: 12px;
}

.top-page .left-button {
    position: absolute;
    left: 14px;
    top: 11px;
}

.top-page .right-button {
    position: absolute;
    right: 15px;
    top: 14px;
}

.right-button2 {
    position: absolute;
    right: 15px;
    top: 14px;
}

#j-paytype-title .left-button {
    top: 15px;
}

#j-deposit-desc-wrapper .left-button {
    top: 17px;
}

#j-payway-title .ui-left svg {
    position: absolute;
    top: 30px;
    left: 15px;
}

.money-input-box p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #4F5566 !important;
}

.green-title {
    position: relative;
}

.green-area {
    position: absolute;
    left: 35px;
    top: 3px;
}

.green-nike {
    position: absolute;
    top: 6px;
    left: 5px;
}

.quota-model {
    background: #1E2336 !important;
}

.quota-model .layui-m-layercont {
    padding: 20px 0px 20px 0px;
}

.quota-model p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
}

.quota-model p.span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;

    color: #FFFFFF;
}

.quota-model .layui-m-layerbtn {
    background: #1E2336 !important;
}

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

#j-usdt-area .wrapper {
    padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
}

#j-usdt-area .bg {
    background: rgba(0, 0, 0, .2);
    padding-top: 20px;
}

#j-usdt-area .ui-btn {
    width: auto;
    background-image: linear-gradient(45deg, #c5934a 0%, #e5b876 100%) !important;
    padding: 10px 5px;
    outline: none;
    border: none;
    color: #2b292e !important;
    position: relative;
    top: 2px;
    outline: unset;
    border: unset;
    box-shadow: unset;
}

#j-usdt-area .ui-btn2 {
    padding: 10px 20px;
}

#j-usdt-area .j-copy {
    font-size: 12px;
}

#j-usdt-area .tab-panel .ui-input {
    padding-left: 30px;
}

#j-usdt-area .c-gray {
    line-height: 40px;
}

#j-usdt-area hr {
    margin: 15px 0;
}

#j-usdt-area .j-copy {
    font-size: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    text-decoration: none;
}

#usdt-gift p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #E1E9FF;
}

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

.icon-money {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 6px;
}

#usdt-fee-group {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 0px;
    top: 10px;
}

#usdt-gift {
    display: none;
}

#usdt-fee-box {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #E1E9FF;
}

.line {
    background: #FFC964;
    display: inline-block;
    width: 2px;
    height: 15px;
    margin-left: 12px;
    position: relative;
    top: 3px;
}

#j-gift-amount-box .line {
    width: 0px;
}

#j-usdt-pay {
    font-family: DIN Alternate;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #C8A96F;
}

#j-usdt-image {
    padding: 10px;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    background: #fff;
}

#j-download-btn {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #2A93FF;
    background: unset;
    margin: 15px 0px;
    border: 0px;
}

.j-usdt-shadow {
    position: relative;
}

#j-usdt-text {
    line-height: 34px;
    height: 45px;
    padding: 5px 10px;
    width: 85%;
    overflow: hidden;
    overflow-x: scroll;

    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
}

#j-usdt-notice svg {
    position: relative;
    top: 1px;
}

#j-usdt-teach {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #C0CAEF;
}

#j-usdt-teach a {
    text-decoration-line: underline;
}

#j-usdt-teach svg {
    position: relative;
    top: 3px;
    right: 8px;
}

#j-recommend-box .line {
    margin-right: 5px;
    margin-left: 0px;
}

#j-recommend-box .ui-title {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
}

#j-recommend-box svg {
    margin-left: 10px;
    margin-right: 10px;
}

#j-recommend-arrow {
    position: relative;
    top: 15px;
}

#j-recommend-upay p {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #FFFFFF;
}

#j-recommend-upay p span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #717687;
}

#j-recommend-wallet ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    padding-bottom: 17px;
}

#j-recommend-wallet .swiper-wrapper {
    width: 140%;
    overflow: hidden;
    overflow-x: scroll;
    font-size: 14px;
}

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

#j-recommend-wallet ul li img {
    width: 50px;
    text-align: center;
}

.layui-m-layerchild {
    width: 78% !important;
}

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

#j-acc-type li {
    text-align: center;
    position: relative;
    cursor: pointer;
    flex-grow: 1;

    font-size: 14px;
    line-height: 50px;
    color: #8F97A7;
}

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

#j-acc-type i.line {
    background: #DAAF77;
    width: 70px;
    height: 3px;
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 33%;
    top: unset !important;
}

#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/i-rmb.png) no-repeat center;
}

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

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

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

#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-usdt.active, #j-banner-rmb.active {*/
/*display: inline-block;*/
/*}*/

#j-banner {
    height: 70px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #181C2A;
    padding-top: 12px;
    padding-bottom: 10px;
}

#j-banner .cfx {
    /*line-height: 34px;*/
    /*padding-top: 20px;*/
    background-size: 100% !important;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
}

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

#j-banner-usdt .cfx {
    background: url(/mobile/app/images/deposit/tip-usdt.png?44432) no-repeat center;

}

#j-banner-rmb .cfx {
    background: url(/mobile/app/images/deposit/bg-rmb.png) no-repeat center;
}

#j-banner-rmb .cfx.usdt-title {
    background: url(/mobile/app/images/deposit/tip-usdt.png?33355) no-repeat center;
}

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

#j-banner .right-side {
    /*margin: -10px;*/
    /*margin-left: 100px;*/
}

#j-banner-usdt p,
#j-banner-rmb p {
    line-height: 48px;
}

#j-banner-usdt .text1 {
    font-size: 14px;
    color: #3F330F;
    margin-left: 5px;
}

#j-banner-usdt .text2 {
    font-size: 14px;
    color: #F8DC98;
    margin-left: 68px;
}

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

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

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

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

#j-banner-rmb .usdt-title .text1 {
    color: #3F330F;
}

#j-banner-rmb .usdt-title .text2 {
    color: #F8DC98;
}

#j-banner-rmb .usdt-title .text3 {
    color: #FFF9E7
}

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

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

/* 冷钱包协议选择按钮 */
#j-protocol-list {
    margin-bottom: 10px;
}

#j-protocol-list li {
    width: 30%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background-color: #717687;
    color: #ccc;
    border-radius: 5px;
    margin: 0 5px;
    display: inline-block;
}

#j-protocol-list li.active {
    color: #333;
    background-color: #F8DC98;
}

/*绑定姓名和手机*/
.modalCompleteBox {
    width: 100%;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 5;
    top: 0;
    display: none;
}

.MCB_inside {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #292D46;
    font-family: PingFangSC-Regular !important;
    color: #E1E9FF;
}

.MCB_inside_title {
    font-size: 14px;
    color: #EE504C;
    letter-spacing: 0;
    text-align: center;
    padding: 16px 0;
    border-bottom: 2px #21253c solid;
}

.MCB_inside_body_item {
    position: relative;
    border-bottom: 1px #ffffff0f solid;
    margin: 0 10px;
}

.MCB_inside_body_item.submitBtnC {
    background: #C8A96F;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 290px;
    margin: 43px auto;

}

.MCB_inside_body_GCB {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFC964;
    letter-spacing: -0.27px;
    text-align: right;
    position: absolute;
    right: 5px;
    top: 17px;
}

.MCB_inside_body_EXP {
    position: absolute;
    right: 5px;
    top: 15px;
    border: 1px solid;
    border-radius: 50%;
    color: #EE504C;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
}


.MCB_inside_title p {
    font-size: 14px;
    color: #E1E9FF;
    letter-spacing: 0;
    position: absolute;
    padding: 0 18px;
}

.MCB_inside_title .MCB_inside_ts {
    font-size: 10px;
    position: relative;
    margin-top: 10px;
}

.MCBInput {
    color: #E1E9FF;
    position: absolute;
    top: 10px;
    left: 102px;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

.MCBInput::-webkit-input-placeholder {
    color: #4F5566;
}

.MCBInput:-moz-placeholder {
    /* Firefox 18- */
    color: #4F5566;
}

.MCBInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #4F5566;
}

.MCBInput:-ms-input-placeholder {
    color: #4F5566;
}

.MCB_inside_body_LT {
    font-size: 14px;
    color: #E1E9FF;
    padding: 13px 20px 13px 8px;
    position: relative;
}

.MCB_upper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.MCB_upper_border {
    background: #313757;
    border-radius: 6px;
    width: 80%;
    left: 10%;
    top: 30%;
    position: absolute;
    text-align: center;
}

.MCB_upper_border_T {
    padding: 13%;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FFFFFF;
}

.MCB_upper_border .bs {
    border-top: 1px solid #ffffff21;
    font-family: PingFangSC-Regular;
    font-size: 15px;

}

.MCB_upper_border_aa {
    width: calc(50% - 2px);
    display: inline-block;
    float: left;
    border-right: 1px solid #ffffff21;
    padding: 15px;
}

.MCB_upper_border_bb {
    width: 50%;
    display: inline-block;
    padding: 15px;
    color: #FFC964;

}


#j-name-check {
    position: relative;
    right: 5px;
    top: 2px;
}

.layui-m-layerchild h3 {
    height: 30px !important;
    line-height: 30px !important;
}

.layui-m-layercont {
    padding: 25px 30px !important;
}
.deposit-model-fz .layui-m-layercont {
     padding: 20px 16px !important;
}

.layui-m-layer-deposit-model .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.popup-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.popup-mask .popup-main {
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #292D46;
    text-align: center;
    font-size: 14px;
    color: #E1E9FF;
}

.popup-mask .btn-close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 99;
    width: 20px;
    cursor: pointer;
}

.popup-mask h2 {
    font-size: 16px;
    color: #EE504C;
    margin-bottom: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #21253D;
}

.popup-mask i {
    display: inline-block;
    color: #EE504C;
    border: 1px solid #EE504C;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    margin-right: 2px;
    vertical-align: bottom;
}

.fzp-content p,
.fzp-content .swiper-box {
    padding: 0 20px;
    line-height: 20px;
}

.fzp-content .y-text {
    color: #FFC964;
}

.fzp-content .p2 {
    width: 100%;
    max-width: 430px;
    background: #1E2336;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    border-radius: 40px;
    margin: 15px auto;
    padding: 0;
}

.fzp-content .myswiper {
    margin-bottom: 35px;
}

.fzp-content button {
    width: 100%;
    padding: 12px 0 20px;
    background: #1E2334;
    margin-top: 12px;
    font-size: 16px;
    color: #8F97A7;
    text-align: center;
    border: 0;
    outline: 0;
}

.fzp-content button.active {
    background: #CEA867;
    color: #fff;
}

.fzp-content button span {
    display: inline-block;
    margin-left: 5px;
}

.fzp-content .swiper-box {
    position: relative;
    margin-bottom: 30px;
}

.fzp-content .swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.fzp-content .swiper-slide {
    text-align: center;
    width: 100% !important;
}

.fzp-content .swiper-slide img {
    display: block;
    width: auto;
    height: 335px;
    margin: 0 auto;
}

.fzp-content .swiper-container-horizontal > .swiper-pagination {
    bottom: -22px;
}

.fzp-content .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #ccc;
    vertical-align: middle;
    border-radius: 10px;
}

.fzp-content .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFC964;
}

.fzp-content .swiper-button-prev,
.fzp-content .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

.fzp-content .swiper-button-next {
    background-image: url("/mobile/app/images/deposit/icon-right.png");
}

.fzp-content .swiper-button-prev {
    background-image: url("/mobile/app/images/deposit/icon-left.png");
}


/*ipone12 Max*/
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 70px;
    }
}

/*ipone11 max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 58px;
    }

    #j-shiico > .container > .fl:nth-child(1) {
        width: 29%;
    }
}

/*ipone11*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    #j-shiico > .container > .fl:nth-child(1) {
        width: 29%;
    }

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 58px;
    }
}

@media screen and (max-width: 414px) {

    #j-banner-usdt .text1,
    #j-banner-rmb .text1 {
        margin-left: 16px;
    }

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 42px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) {
    .fzp-content .swiper-slide img {
        height: 280px;
    }
}

@media screen and (max-width: 375px) {
    #j-shiico > .container > .fl:nth-child(1) {
        width: 32%;
    }

    #j-banner-usdt .text1,
    #j-banner-rmb .text1 {
        margin-left: 12px;
    }

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 29px;
    }

    .fzp-content .swiper-slide img {
        height: 280px;
    }
}

@media screen and (max-width: 350px) {
    .lg-hidden {
        display: inline-block !important;
    }

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

    #j-banner-usdt .text1,
    #j-banner-rmb .text1 {
        margin-left: 5px;
    }

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        margin-left: 12px;
    }

    .success-page .gray-bg:nth-child(1) {
        padding: 5px 0 20px 0;
    }
}

@media screen and (device-width: 320px) {

    #j-shiico > .container > .fl:nth-child(1) {
        width: 38%;
    }

    #dkpayTip .arrow {
        margin: auto;
    }

    #dkpayTip .arrow i {
        background-size: 40%;
        position: relative;
        top: -6px;
        left: -12px;
    }

    .fzp-content .swiper-slide img {
        height: 175px;
    }
}

@media screen and (device-width: 280px) {
    #j-shiico > .container > .fl:nth-child(1) {
        width: 40%;
    }

    #j-banner .right-side {
        position: relative !important;
        top: -49px;
        left: 59px;
        font-size: 12px !important;
    }

    #j-banner-usdt .text1,
    #j-banner-rmb .text1 {
        font-size: 12px;
    }

    #j-banner-usdt .text2,
    #j-banner-rmb .text2 {
        font-size: 12px;
    }

    #dkpayTip .arrow {
        margin: auto;
    }

    #dkpayTip .arrow i {
        background-size: 40%;
        position: relative;
        top: -6px;
        left: -12px;
    }

    .fzp-content .swiper-slide img {
        height: 175px;
    }
}

@media screen and (device-width: 280px) and (device-height: 653px) {
    .j-paytype .fl:nth-child(1) {
        width: 3%;
        text-align: left;
    }

    .j-paytype .fl:nth-child(2) {
        width: 94%;
        text-align: left;
        position: relative;
        left: 37px;
    }

    #j-banner .right-side {
        position: relative !important;
        top: -1px;
        left: 2px;
        font-size: 12px !important;
    }

    .j-payway .icon,
    .j-bank .icon,
    .j-paytype .icon {
        right: 1px;
    }

}

.paopao-bg {
    background: url("/mobile/app/images/paopao.png") no-repeat top;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.layui-m-layer-paopao {
    background: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    width: 100% !important;
    height: 100% !important;
}

.layui-m-layer-paopao .layui-m-layercont {
    padding: 0px !important;
    background: unset !important;
}

.layui-m-layerchild.layui-m-layer-c2cConet {
    background-color: #2A314A;
}

.layui-m-layerchild.layui-m-layer-c2cConet h3 {
    color: #E1E9FF;
}

.layui-m-layer-c2cConet .layui-m-layercont {
    color: #E1E9FF;
}

.layui-m-layer-c2cConet .layui-m-layercont p {
    color: #E1E9FF;
    font-size: 14px;
    font-style: normal;
}

.layui-m-layer-c2cConet .layui-m-layercont p span {
    color: #FFC964;
}

.layui-m-layer-c2cConet .layui-m-layerbtn {
    border-top: 1px solid #303857;
}

.layui-m-layer-c2cConet .layui-m-layerbtn span[no] {
    color: #8F97A7;
    background: #2A314A !important;
}

.layui-m-layer-c2cConet .layui-m-layerbtn span[yes] {
    color: #E1E9FF !important;
    background: #2A314A !important;

}

/*0714*/
.order-tip {
    position: absolute;
    width: calc(100% + 30px);
    border: 1px solid #F8C0C1;
    background: #FEE2E4;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.order-tip img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.agree-wrap {
    display: flex;
    color: #1A961F;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 10px;
}

.agree-wrap label {
    width: 16px;
    height: 16px;
    background: url("/personalCenter/images/icon-check.png?2") 0 0 no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.agree-wrap label.active {
    background: url("/personalCenter/images/icon-checked.png?2") 0 0 no-repeat;
    background-size: 100% 100%;
}

.agree-wrap a {
    color: #caa565;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
}

.agree-wrap p {
    flex: 1;
}

/* c2c原生{ */
.slide-in {
    width: 100vw;
    min-height: 100%;
    overflow-y: scroll;
    background: #181C2A;
    position: fixed;
    top: 0;
    right: -100vw;
    bottom: 0;
    z-index: 100;
}

body .confirmYBC2C h3 {
    color: #E1E9FF;
}

body .confirmYBC2C p {
    color: #E1E9FF;
}

.confirmYBC2C .layui-m-layerbtn {
    border-top: 1px solid #fff !important;
}

.confirmYBC2C .layui-m-layerbtn span[yes] {
    background: #313757;
    font-size: 16px;
    color: #E1E9FF;
}

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

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

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

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

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

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

body .c2cUpload p {
    color: #8F97A7;
}

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

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

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/close_2.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: none;
    color: #E1E9FF;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    background: transparent;
    background: var(--unnamed, linear-gradient(180deg, #475277 0%, #3C4564 100%));
}

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

body .c2cUpload .btnBox input[type=button]:last-child {
    /* background: #D02443; */
    color: #fff;
    background: var(--unnamed, #C8A96F);
}

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

.demo-title {
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(0deg, #181C2A -23.47%, #3A476B 100%);
    height: 50px;
    line-height: 50px;
}

.night .demo-title {
    background: #191F36;
}

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

.demo-title svg {
    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 > img {
    display: inline-block;
    width: 200px;
    height: 407px;
    margin-bottom: 50px;
}

.demo-content h1 {
    color: #fff;
    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: #8A90A2;
    margin-bottom: 15px;
}

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


#c2c-detail .ybc2cTip {
    display: block !important;
    margin: 20px auto;
    width: 90%;
    color: #C8A96F;
    font-size: 12px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 4px;
    /* background-color: #181c2a; */
}

#c2c-detail .ybc2cTip h2 {
    color: #E1E9FF;
}

#c2c-detail .order-time {
    display: flex;
    /* box-sizing: border-box; */
    width: 100%;
    height: 88px;
    padding: 20px 5px;
}

#c2c-detail .order-time > span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 90px;
    text-align: right;
    margin-right: 8px;
    font-size: 12px;
    color: E1E9FF;
}

#c2c-detail .order-time img {
    width: 15px;
    height: 35px;
}

#c2c-detail .order-time .order-time-right {
    display: flex;
}

#c2c-detail .order-time .order-time-right > div p img {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

#c2c-detail .order-time .order-time-right p {
    color: #E1E9FF;
    font-size: 14px;
    margin-bottom: 10px;
    text-indent: 5px;
}

#c2c-detail .order-time .order-time-right h3 {
    color: #8A90A2;
    font-size: 12px;
    font-weight: normal;
}

#c2c-detail .order-time .order-time-right h3 span {
    display: inline-block;
    box-sizing: border-box;
    color: #fff;
    background: #C8A96F;
    border-radius: 5px;
    padding: 4px 5px;
}

.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: #4F5566;
    border-radius: 50px;
    font-size: 12px;
    color: #8A90A2;
}

.c2c-orderStatus .c2c-li span:first-child.active {
    background: #C8A96F;
    color: #fff;
}

.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: #C8A96F;
}

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

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

.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;
    color: #E1E9FF;
    font-size: 14px;
    margin-right: 20px;
}

.order-amount .amount-inner {
    position: relative;
    margin-bottom: 22px;

}

.order-amount .amount-inner .c2c-deposit-title {
    margin: 15px 0 0 15px;
}

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

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

.order-amount .amount-inner .c2c-accountName {
    font-size: 16px;
    color: #8A90A2;
}

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

.order-amount .amount-inner .tip {
    width: 390px;
    font-size: 14px;
    color: #FFC964;
    margin-top: 15px;
}

#c2c-detail {
    background: #1E2336;
    box-sizing: border-box;
    color: #3c3c3c;
}

.night #c2c-detail {
    background: #212944 !important;
    color: #8F97A7;
}

#c2c-detail .order-info {
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 14px;
}

#c2c-detail .title {
    height: 44px;
    line-height: 44px;
    color: #E1E9FF;
}

.night #c2c-detail .title {
    color: #9EA7C4;
}

#c2c-detail .order-info li {
    position: relative;
    border-top: 1px solid #262C44;
    height: 50px;
    line-height: 50px;
}

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

#c2c-detail .order-info li span:first-child {
    display: inline-block;
    width: 80px;
    color: #E1E9FF;
    margin-right: 30px;
}

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

#c2c-detail .order-info li span:nth-child(2) {
    color: #8A90A2;
    margin-left: -20px;
}

.night #c2c-detail .order-info li span:nth-child(2) {
    color: #9EA7C4;
    margin-left: -20px;
}

#c2c-detail .order-info li span:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #C8A96F;
}

#c2c-detail .detilBtn {
    padding: 14px 15px;
    background: #181C2A;
}

#c2c-detail .detilBtn .bottom-btn {
    margin-top: 20px;
}

#c2c-detail .detilBtn .bottom-btn:last-child {
    background: var(--unnamed, linear-gradient(180deg, #475277 0%, #3C4564 100%));
}

#c2c-detail .detilBtn h1 {
    font-size: 14px;
    color: #717687;
}

#c2c-detail .detilBtn h1.red {
    color: #EE504C;
}

.night #c2c-detail .detilBtn {
    background: transparent;
}

#c2c-detail .detilBtn p {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}

#c2c-detail .detilBtn input[type=button] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    border-radius: 4px;
    background: linear-gradient(176deg, #C8A96F -8.51%, #B99C66 95.89%);
}

.night #c2c-detail .detilBtn input[type=button] {
    background-color: #C8A96F;
}

#c2c-detail .detilBtn input[type=button]:last-child {
    margin-top: 15px !important;
    color: #E1E9FF;
    background: var(--unnamed, linear-gradient(180deg, #475277 0%, #3C4564 100%));
}

.night #c2c-detail .detilBtn input[type=button]:last-child {
    border: 1px solid #C8A96F;
    color: #C8A96F;
}

#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: 6px;
}

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

#c2c-bankSelect h2 {
    text-align: center;
    color: #999;
    margin-top: 20px;
}

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

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


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

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

.success-inner h4 {
    color: #717687;
    font-size: 14px;
}

.success-inner h4 span {
    color: #E55C5C;
}

.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: #1E2336;
    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: #717687;
}

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

.success-inner .bottom-btn {
    margin-top: 20px;
}

.success-inner .bottom-btn:last-child {
    color: #E1E9FF;
    background: var(--unnamed, linear-gradient(180deg, #475277 0%, #3C4564 100%));
}

.xnbct-wrap {
    position: relative;
    /* background: url("/mobile/app/images/deposit/xnbctbg.png") 0 0 no-repeat; */
    /* background-size: 100% 100%; */
    width: 100%;
    margin: 0 auto;
    /* box-sizing: border-box; */
    /* padding: 8px 4px 7px 6px; */
}

.xnbct-wrap > img {
    /* width: 56%; */
    /* max-width: 417px; */
    width: 100%;
}

.xnbct-wrap .text {
    color: #BFAA7D;
    font-family: "PingFang SC";
    font-size: 14px;
    padding: 5px 0;
}

.xnbct-wrap .step-wrap {
    display: flex;
    align-items: center;
}

.xnbct-wrap .step-wrap img {
    width: 10px;
}

.xnbct-wrap .step-wrap .item-label {
    display: flex;
    align-items: center;
    width: 24%;
    height: 48px;
    border-radius: 4px;
    background: rgba(63, 72, 106, 0.80);
    padding: 0 2px 0 5px;
    box-sizing: border-box;
    text-align: center;
}

.xnbct-wrap .step-wrap .item-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BFAA7D;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 100px;
    font-size: 10px;
    color: #fff;
    margin-right: 4px;
    zoom: .9;
}

.xnbct-wrap .step-wrap .item-label p {
    width: calc(100% - 14px - 4px);
    color: #ABB2C8;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    zoom: .8;
}

.ubit-hint {
    font-size: 12px;
}

#j-usdt-output-box {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 30px;
    color: #E1E9FF;
}

.j-fee-text {
    margin: 5px 0;
    font-size: 12px;
    color: #E1E9FF;
}

#j-fee-text2 {
    margin-top: -7px;
}

.j-fee-text .fee-red {
    color: #EE504C;
}

.j-fee-text .fee-green {
    color: #45D475;
}

.bind-name {
    text-align: center;
    margin-bottom: 30px;
}

.bind-name .container {
    padding: 30px 0;
}

.bind-name h2 {
    font-weight: 600;
    font-size: 14px;
    color: #EE504C;
    margin-bottom: 10px;
}

.bind-name p {
    font-size: 10px;
    color: #E1E9FF;
}

.bind-name p.j-sms-code {
    font-size: 14px;
    color: #FFC964;
}

.bind-name .name-box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #262c44;
    font-size: 14px;
    color: #E1E9FF;
    padding-top: 16px;
}

.bind-name .name-box img {
    width: 12px;
}

.bind-name .name-box input {
    padding: 8px 0;
    padding-left: 22px;
    flex: 8;
    color: #E1E9FF;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    font-weight: 600;
}

.bind-name .name-box input#j-deposit-name {
    padding-left: 8px;
}

.bind-name .btn {
    background: #C8A96F;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 290px;
    margin: 30px auto;
    border: none;
}

.zf-zfbsm-html {
    height: auto !important;
    line-height: 1.5 !important;
}

.zf-ewm-wp {
    text-align: center;
}

.zf-ewm-wp img {
    width: 30%;
    position: relative;
    left: -10%;

}

.zfbsm-title {
    width: 100px !important;
}

.save-btn {
    padding-right: 2px;
    color: #C8A96F;
}

.zf-ewm-wp {
    padding-bottom: 20px;
}

.zf-zfbsm-html {
    padding-top: 15px;
}

.zfb-redtext {
    padding: 25px 0;
}

.zfsm-ruler p {
    color: #999;
}

.sm-title {
    padding-bottom: 10px;
    color: #333333;
    font-weight: bold;
}

.usdt-qrcode-outtime-box {
    width: 175px;
    height: 170px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding-top: 42px;
    cursor: pointer;
    position: absolute;
    left: 42%;
    margin-left: -60px;
    z-index: 2;
    top: 279px;
    display: none;
}

.usdt-qrcode-outtime-box p {
    color: #fff !important;
    text-decoration: underline;
    font-size: 12px !important;
    padding-top: 10px;
}

.usdt-time span {
    display: inline-block;
    text-align: center !important;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #C8A96F;
    border-radius: 2px;
    font-size: 16px;
    padding-left: 1px;
    padding-top: 1px;
}

/* c2c存款步骤教程新增  */
body .layui-m-layer-c2cTutorial-model {
    /* width: 709px !important; */
    /* min-height: 717px !important; */
    border-radius: 10px !important;
    /* overflow: hidden; */
}

body .layui-m-layer-c2cTutorial-model .layui-layer-setwin {
    display: none !important;
}

body .layui-m-layer-c2cTutorial-model .layui-layer-btn {
    display: none !important;
}

body .layui-m-layer-c2cTutorial-model .layui-layer-resize {
    display: none !important;
}

body .layui-m-layer-c2cTutorial-model .layui-m-layercont {
    padding: 0 !important;
}

.c2c-tur-title {
    font-size: 20px;
    height: 50px;
    background-color: #C8A96F;
    color: #fff;
    text-align: left;
    line-height: 50px;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
}

.c2c-tur-title span {
    cursor: pointer;
    font-size: 23px;
    position: absolute;
    right: 20px;
    font-weight: 100;
}

.c2c-tur-toptext {
    padding: 10px 10px;
    font-size: 12px;
    color: #E1E9FF;
}

.c2c-tur-pic-box {
    /* min-height: 478px; */
    margin-bottom: 10px;
}

.c2c-tur-pic-box img {
    width: 220px;
}

.c2c-tur-stepbtnbox {
    padding: 0 10px 20px;

}

.stepbox-left {
    width: 100px;
    height: 40px;
    text-align: center;
    border: 1px solid #4fafaa;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    border-radius: 5px;
}

.stepbox-left .left2 {
    margin-left: 10px;
    color: #999;
    font-weight: 500;
}

.stepbox-right-btn {
    width: 245px;
    height: 40px;
    color: #fff;
    background-color: #C8A96F;
    border-radius: 22px;
    margin-left: 20px;
    border: 1px solid #4fafaa;
    display: block;
    margin: 10px auto 0;
}

.stepbox-right-btn.stepbox-pre {

    color: #C8A96F;

    background-color: #313757;

    border: 1px solid #C8A96F;

    cursor: pointer;

    display: none;
}

.stepbox-right-btn.stepbox-pre.active {
    display: inline-block;
}

.c2c-tur-selectbtn,
.c2c-tur-submit {
    width: 245px;
    height: 40px;
    background-color: #313757;
    border: 1px solid #C8A96F;
    color: #E1E9FF;
    border-radius: 22px;
    margin-right: 20px;
    position: relative;
    display: block;
    margin: 0 auto 10px;
}

.c2c-tur-submit {
    color: #fff;
    background: linear-gradient(180deg, #475277 100%, #3C4564 100%);
    border: none;
}

.c2c-tur-submit.active {
    background: #C8A96F;
    border: 1px solid #C8A96F;
    color: #fff;
}

.c2c-tur-finishbox {
    padding: 0 20px 20px;
    display: none;
}

.c2c-tur-selectbtn.active {
    background-color: #09B71A;
    color: #fff;
    border: 1px solid #09B71A;
    /* padding-right: 25px; */
}

.c2c-tur-selectbtn.selectbtn2.active {
    background-color: #EB5757;
    color: #fff;
    border: 1px solid #EB5757;
}

.c2c-tur-selectbtn.active:before {
    content: "";
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    background: url(/mobile/app/images/deposit/suc.png) no-repeat;
    background-size: 100% 100%;
    top: 11px;
}

.c2c-tur-selectbtn.selectbtn2.active:before {
    right: 31px;
    background: url(/mobile/app/images/deposit/war.png) no-repeat;
    background-size: 100% 100%;
}

.c2c-tur-tips {
    padding-bottom: 10px;
}

.select-wrong {
    position: absolute;
    width: 200px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #EE504C;
    border-radius: 5px;
    line-height: 30px;
    top: 6%;
    left: 50%;
    margin-left: -100px;
    z-index: 333333333;
    display: none;
    font-size: 12px;
}

.c2c-tur-stepicon {
    text-align: center;
    /* padding-top: 10px; */
}

.c2c-tur-stepicon span {
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #E2E2E2;
    border-radius: 3px;
}

.c2c-tur-stepicon span.active {
    background-color: #C8A96F;
}

#c2cCountDown {
    box-sizing: border-box;
    position: absolute;
    right: -6px;
    top: 122px;
    z-index: 10;
    font-size: 12px;
    color: #8A90A2;
}

#c2cCountDown .countTime {
    color: #429F61;
    font-weight: 600;
}

#c2cCountDown.load-img {
    top: 25px;
}

.name-tips {
    color: #EE504C;
    font-size: 12px;
}

@media (max-height: 709px ) {
    .c2c-tur-pic-box img {
        width: 170px;
    }
}


.num-btn .amount-text {
    font-family: PingFang HK;
    /*font-weight: 400;*/
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    padding: 2px;
}

/* gift-text 的图标与文字在一行显示 */
.num-btn .gift-text {
    font-family: PingFang SC;
    /*font-weight: 400;*/
    font-size: 10px;
    line-height: 8px;
    letter-spacing: 0px;
    text-align: center;
    color:#FFC964;
    position: relative;
    top: 4px;
}

.num-btn .gift-icon {
    width: 10px;
    height: 10px;
    margin-right: 0px; /* 🔥 和文字間的距離 */
    vertical-align: middle;
    position: relative;
    top: -2px;
    left: 2px;
}

#j-limit-money-tip{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
}
.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: #454F73;
    color: #999;
}

.nav-list .list-items.active {
    background: #C8A96F;
    color: #fff;
}
.img-bgs {
    background: #25293D;
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 20px 0px;
    margin-bottom: 10px;
}
.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/icon-vector7.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}

.left-tops2 {
    background: url('../../images/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 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: #C8A96F !important;
    border-radius: 2px !important;
}

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

.rebate-offer-modal {
    font-size: 14px;
    color: #9EA7C4;
}
.rebate-offer-modal .rebate-offer-header {
  position: relative;
  margin-bottom: 20px;
}

.rebate-offer-modal .rebate-offer-header h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #E1E9FF;
  font-weight: 500;
}

.rebate-offer-modal .rebate-offer-close {
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  color: #E1E9FF;
  cursor: pointer;
  transition: color 0.2s;
}

.rebate-offer-modal .rebate-offer-close:hover {
  color: #666;
}

.rebate-offer-modal .rebate-offer-message {
  margin: 20px 0;
  text-align: center;
}

.rebate-offer-modal .rebate-offer-options {
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 20px auto;
}

.rebate-offer-modal .rebate-option {
  flex: 1;
  border: 1px solid #8A90A2;
  border-radius: 6px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  background: transparent;
}

.rebate-offer-modal .rebate-option:hover {
  border-color: #C8A96F;
}

.rebate-offer-modal .rebate-option.selected {
  background: #C8A96F;
  border-color: #C8A96F;
  color: #fff;
}

.rebate-offer-modal .option-amount {
  margin-bottom: 2px;
}

.rebate-offer-modal .option-desc {
  font-size: 12px;
}

.rebate-offer-modal .rebate-option.selected .option-desc {
  color: #fff;
}

.rebate-offer-modal .rebate-icon {
  color: #ff6b6b;
  margin-right: 4px;
}

.rebate-offer-modal .rebate-option.selected .rebate-icon {
  color: #fff;
}

.rebate-offer-modal .rebate-offer-button {width: 100%;}

.rebate-offer-modal .rebate-confirm-btn {
  width: 100%;
  background: #C8A96F;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  box-sizing: border-box;
}

.rebate-offer-modal .rebate-confirm-btn:hover {
  background: #C8A96F;
}