:root {
    --font-size-lg: max(1rem, min(2.5vw, 2rem));
    --font-size-md: max(1rem, min(2vw, 1.8rem));
    --font-size-smd: max(1rem, min(1.5vw, 1.3rem));
    --font-size-sm: max(0.9rem, min(1vw, 0.852rem));
    --font-size-ssm: max(1rem, min(1vw, 1.9rem));
}

.cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F8F8F8;
    flex: 1;
}

.contwrap {
    flex: 1 1 90%;
    max-width: 1280px;
    margin: 0 auto;

    width: 100%;
    padding: 50px 0 50px;
}



#cntTimes {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21%;
}

#cntTimes>div {
    text-align: center;
}

#cntTimes>div h5 {
    margin-bottom: 10px;
}

#cntTimes>div p {}

#cntTimes>div p span {
    font-size: var(--font-size-md);
    font-weight: bold;
}

#cntTimes>div p span.time {
    color: #EF5300;
}

#cntTimes>div p span.time3 {}


.list-form {}

.list-form ul:first-child {
    background: #F2F2F2;
    padding: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, auto));
    gap: 10px;
}

.list-form>ul>li {}

.list-form>ul>li>span {
    display: block;
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #C3C3C3;
    transition: background .5s;
    cursor: pointer;
}

.list-form ul li span:hover {
    border: 1px solid #1B5EC9;
    background: #1B5EC9;
    color: #fff;
}

.list-form .center {}

.list-form .center ul {
    background: transparent;
    border: none;
    overflow: hidden;
    display: block;
    margin: 5px 0;
    height: auto;
}

.list-form .center ul li {
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex: 1 1 80%;
    float: left;
    width: 60%;
    /* height: 40px; */
}

.list-form .center ul li:first-child {
    flex: 0 0 300px;
    text-align: center;
    width: 40%;
    height: auto;
}

.list-form .center ul li:first-child span {
    font-size: var(--font-size-md);
}

.list-form .center ul li:first-child em {}

.list-form .center ul li em {
    font-style: normal;
    flex: 100px 0 0;
    text-align: center;
    padding: 5px 0;
    display: inline-block;
    width: 30%;
    margin-right: 10px;
}

.list-form .center ul li span {
    font-size: 1.375rem;
    flex: 0 0;
}

.list-form .center ul li span.time {
    color: #EF5300;
}

.list-form .center ul li i{
    font-size: var(--font-size-smd);
    font-style:normal;
    margin-left:10px;
}

.list-form .center ul li span.deposit {
    text-align: center;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    width: 70%;
    font-size: var(--font-size-md);
}

.list-form .center ul li input {
    width: 63%;
    padding: 8px;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    text-align: center;
}

.btnwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 15px;
    border-radius: 10px;
}

.btnwrap span {
    flex: 1;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.btnwrap span.txtgrey {
    background: #7C7C7C;
    color: #fff;
    border: none;
}

.btnwrap span.txtred {
    background: #FF3437;
}

.btnwrap span.txtblue {
    background: #093383;
}

.right-list {}

.right-list .tab {
    border-bottom: 2px solid #093180;
}

.right-list .tab ul {
    display: flex;
}

.right-list .tab ul li {
    padding: 25px 20px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: var(--font-size-ssm);
}



#tbcontent .list table tr td {
    padding: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}


.btn-Wrap {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}


.btn03 {
    border: 1px solid #4A4A4A;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-weight: 400;
    color: #4A4A4A;
    max-width: 80px;
}

.btn04 {
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #323232;
    font-weight: 600;
    color: #ffffff;
    width: 130px;
}

.tbl-com {
    border-top: 2px solid #093180;
    width: 100%;
}

.tbl-com thead tr th {
    padding: 15px 3px;
    border-bottom: 1px solid #C3C3C3;
    vertical-align: middle;
}

.tbl-com tbody tr td {
    padding: 22px 3px;
    border-bottom: 1px solid #C3C3C3;
    text-align: center;
    vertical-align: middle;
}

.h2-tit {
    font-size: var(--font-size-smd);
    font-weight: 600;
    margin-bottom: 15px;
}

.color01 {
    color: #1339D5;
}

.color02 {
    color: #C63E3E;
}






@media screen and (min-width:901px) {
.list_way ul {
    /* width: 500px; */
    display: flex;
    align-items: center;
    gap: 25px;
}
.list_way ul li {color: #323232;flex: 1 1 50%;}
.list_way ul li:first-child {
    background: #D9D9D9;
    padding: 15px 25px;
    border-radius: 5px;
    flex: 145px 0 0;
    text-align: center;
}
.list_way ul li a.account-btn {
    background: #656565;
    border-radius: 5px;
    padding: 15px 25px;
    display: block;
    text-align: center;
    color: #fff;
}
.list_way ul li input.send-name {
    background: no-repeat;
    border: none;
    color: #000;
}
}
@media screen and (max-width:900px) {
.list_way ul {
	display: flex;
}
.list_way ul li {
	width:50%;
	overflow:hidden;
}
.list_way ul li a.account-btn {
    background: #656565;
    border-radius: 5px;
    padding: 15px 0;
    display: block;
    text-align: center;
    color: #fff;
}
.list_way ul li input.send-name {
    background: no-repeat;
    border: none;
    color: #000;
	height:45px;
}
.list_way ul li font {
	display:block;
	padding:15px 0;
}
}





.list_way ul li input.deposit {
    background: transparent;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    color: #323232;
    font-size: 16px;
}

.list_way .apply, .apply {
    background: #0062df;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 25px;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    width: 500px;
    min-width: 100%;
}

/* mt */
.mt_25{
    margin-top:25px;
}

@media screen and (max-width: 1920px), 
       screen and (max-height: 1500px) {
        .trading-bx {
            flex: 100%;
            width: 100%;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        
        .trading-bx>div {
            margin-bottom: 0px;
            /* order: 1; */
        }
        
        .trading-bx>div#tbtop{
            z-index: 99;
        }
        
        .trading-bx>div span {
            display: flex;
            justify-content: space-between;
            width: 100%;
            gap: 15px;
        }
        
        .trading-bx>div span div {
            flex: 1 1 50%;
        }
        
        .trading-bx>div ul {
            width: 500px;
            overflow: hidden;
            display: flex;
            z-index: 99999;
        }
        
        
        .trading-bx #tbcontent {
            padding: 1px 0 20px;
            overflow: hidden;
            background: #FFFFFF;
            border-radius: 0px 5px 5px 5px;
            padding: 35px;
            border: 1px solid #103180;
            margin-top: 73px;
        }
        
        .trading-bx #tbcontent>div {
            flex: 1 1;
            gap: 100px;
        }
        
        .trading-bx #tbcontent>div > div{
            flex:1;
        }
        
        .trading-bx #tbcontent h2 {
            margin: 0px;
            font-size: var(--font-size-smd);
            color: #000;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .trading-bx #tbcontent #inTables {}
        
        .trading-bx #tbcontent #inTables ul {
            font-size: 12px;
            padding: 5px;
            align-items: center;
            gap: 10px;
            width: 100%;
        }
        
        .trading-bx #tbcontent #inTables ul li h5 {
            margin: 0px;
            font-size: 15px;
        }
        
        .trading-bx #tbcontent #inTables ul li p {
            font-size: 12px;
            margin: 0 0 10px 0;
            color: #666;
        }
        
        .trading-bx #tbcontent #inTables table {
            font-size: 12px;
            width: 100%;
        }
        
        .trading-bx #tbcontent #inTables table tr th {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
            color: #666;
        }
        
        .trading-bx #tbcontent #inTables table tr td {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }
        
        .trading-bx #tbcontent #inTables table tr td a {
            text-decoration: none;
            height: 30px;
            line-height: 25px;
            text-align: center;
            display: block;
        }
        
        .trading-bx #tbcontent #inTables table tr td input {
            width: 100%;
            border: 1px solid #ccc;
            height: 30px;
        }
        
        .trading-bx #tbcontent #outTables {}
        
        .trading-bx #tbcontent #outTables table {
            font-size: 12px;
            width: 100%;
            text-align: center;
        }
        
        .trading-bx #tbcontent #outTables table tr th {
            padding: 5px 0;
            color: #666;
            background-color: #000;
            color: #fff;
            padding: 15px;
            font-size: 18px;
            font-weight: 400;
        }
        
        .trading-bx #tbcontent #outTables table tr td {
            padding: 5px 0;
            color: #fff;
            font-size: 16px;
        }
        
        .trading-bx #tbcontent #outTables table tr th:first-child {
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
        }
        
        .trading-bx #tbcontent #outTables table tr th:last-child {
            border-top-right-radius: 25px;
            border-bottom-right-radius: 25px;
        }
        
        .trading-bx #tbtop li {
            float: left;
            font-size: var(--font-size-smd);
            text-align: center;
            color: #707070;
            padding: 25px;
            background: #EAEAEA;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
            border-bottom: 1px solid #103180;
        }
        
        .trading-bx #tbtop ul{
            position: absolute;
        }
        
        .trading-bx #tbtop #onX {
            position: relative;
            border-radius: 5px 5px 0 0;
            box-sizing: border-box;
            color: #00C2DB;
            border-top: 2px solid #fff;
            background: #fff;
            color: #000;
            font-weight: bold;
            border-top: 1px solid #103180;
            border-right: 1px solid #103180;
            border-left: 1px solid #103180;
            border-bottom: 1px solid #fff;
            z-index: 999999;
            font-size:var(--font-size-smd);
            height: 74px;
        }
        
        .trading-bx #tbtop #onX:before{
            position: absolute;
            content: '';
            border-bottom: 2px solid #fff;
            height: 2px;
            width: 100%;
            left: 0;
            top: 71px;
            z-index: 99999999;
        }
        
        .trading-bx #tb_list {
            border-top: 3px solid #000;
            border-bottom: 1px solid #000;
            font-size: 15px;
            padding: 0;
            overflow: hidden;
            margin: 15px;
        }
        
        .trading-bx #tb_list ul {
            clear: both;
            border-bottom: 1px solid #ddd;
        }
        
        .trading-bx #tb_list #titleul {
            overflow: hidden;
            border: 0px;
            background-color: #eee;
        }
        
        .trading-bx #tb_list #titleul li {
            line-height: 40px;
        }
        
        .trading-bx #tb_list ul li {
            width: 33%;
            float: left;
            font-size: 12px;
            color: #666;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-left: 1px solid #ddd;
            box-sizing: border-box;
        }
        
        .trading-bx #tb_list ul li:first-child {
            line-height: 40px;
            height: 40px;
            border-left: 0px;
        }
        
        .trading-bx #tb_list2 {
            border-top: 3px solid #000;
            border-bottom: 1px solid #000;
            font-size: 15px;
            padding: 0;
            overflow: hidden;
            margin: 15px;
        }
        
        .trading-bx #tb_list2 ul {
            clear: both;
            border-bottom: 1px solid #ddd;
        }
        
        .trading-bx #tb_list2 #titleul {
            overflow: hidden;
            border: 0px;
            background-color: #eee;
        }
        
        .trading-bx #tb_list2 #titleul li {
            line-height: 40px;
        }
        
        .trading-bx #tb_list2 ul li {
            width: 25%;
            float: left;
            font-size: 11px;
            color: #666;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-left: 1px solid #ddd;
            box-sizing: border-box;
        }
        
        .trading-bx #tb_list2 ul li:first-child {
            line-height: 40px;
            height: 40px;
            border-left: 0px;
        }
        
        .box-tbl td{
            padding:10px 0 !important;
            border-bottom:none !important;
        }
        
        .return{
            background: url(../images/return.png)no-repeat center;
            text-indent: -9999px;
            width:49px;
            height:49px;
            background-size: 30px;
            border-radius: 5px;
        }

        .section h3{
            color:#103180;
            margin-bottom: 20px;
            font-size: var(--font-size-md);
        }
        .section h3 em{
        font-style: normal;
        font-size: var(--font-size-md);
        color:#ff6262;
        }

        .num {
            counter-reset:numcount;
            padding: 0;
        }
        .num>li {
            position:relative;
            padding-left:40px;
            color: #323232;
        }
        .num>li+li {
            margin-top:20px
        }
        .num>li:before {
            content:counter(numcount);
            counter-increment:numcount;
            position:absolute;
            left:0;
            top:0;
            background: #fff;
            color: #1339D5;
            padding: 3px 9px;
            font-size: var(--font-size-sm);
            border-radius: 50%;
            border: 1px solid #1339D5;
        }
        .section{
            display:flex;
            flex-direction:column;
            gap:25px;
        }
        .section-box{
            background: #fff;
            border-radius: 5px;
            padding: 35px;
            border: 1px solid #103180;
         }

         .outTables.account{
            flex: 1 1 20%;
         }

         .outTables.outTables{
            flex: 1 1 60%;
			padding:20px 0 0;
         }  

         .cont-out{
            gap:20px;
            margin-top: 10px;
         }

         .cont-out h2{
            font-size: var(--font-size-smd);
            margin-bottom: 20px;
         }

         .cont-out .list_way{
            display: flex;
            flex-direction: column;
            gap:10px;
         }

         .cont-out ul li{

         }

         .flex-item{
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
         }

         .flex-item ul{
            flex:1 1 20%;
         }

         .flex-item ul:last-child{
            flex: 0 550px;
         }
         
         .section-box .apply{
            max-width:500px;
            margin:0 auto;
            margin-top:20px;
            min-width: auto;
         }

        .joinArea{
            max-width: 1280px;
            margin: 90px auto 0;
            padding: 10px 0;
        }
}



@media screen and (max-width: 950px), 
       screen and (max-height: 1500px){
        .trading-bx #tbcontent>div{
            gap:30px;
        }
        .list_way ul li:first-child{
            padding:15px 10px;
            flex: 120px 0 0;
        }
        .return{
            background-size: 20px;
            width:20px;
            height:20px;
        }
       .joinArea h3{
           font-size:1rem;
       }

       .feedbtn{
            display: flex;
            flex-wrap:wrap;
            gap: 10px;
       }
       .feedbtn span{
            flex: 1 1 48%;
            margin: 0;
       }

       .feedbtn span:hover {
			border: 1px solid #e2e2e2;
			cursor: pointer;
/* 			background: #1B5EC9;
			color: #fff; */
       }
}



@media screen and (max-width: 750px){
	    
        .trading-bx #tbcontent>div{
            flex-direction: column;
        }
        .return{
            background-size: 20px;
            width:20px;
            height:20px;
        }
        .trading-bx #tbtop ul{
            width:100%;
        }
        .trading-bx #tbcontent{
            padding:15px;
        }
        .section-box{
            padding:20px;
        }

        .section h3{
            margin: 0 0 20px;
        }
        .cont-out{
            flex-wrap:wrap;
        }
        
        .account, .outTables{
			width:calc(100% - 40px);
			box-sizing:border-box;
			margin:auto;
        }
		.account, .outTables ul{
			box-sizing:border-box;
        }
		.outTables {
			margin:0 20px;
		}
        .list_way .apply, .apply{
            width:100%;
        }
		
		
		
		
}



@media screen and (max-width: 380px){
    .trading-bx #tbcontent #inTables ul{
        flex-wrap: wrap;
    }
    .list_way ul li:first-child{
        /* flex:100%; */
    }
}
        



@media (max-width: 1280px) {
    .contwrap {
        padding: 20px 5px;
    }


    #cntTimes {
        flex: 100%;
    }

    .num>li:before{
        padding:3px 8px;
    }

    .section-box{
        padding:20px;
    }

    .flex-item ul{
        flex: 25%;
        gap: 10px;
    }

    .flex-item ul:last-child{
        flex: 1 1 30%;
    }

    .flex-item ul:nth-child(4){
        flex: 0 0 32.5%;
    }

    .flex-item ul:last-child{
        flex: 1 1 30%;
    }
}

@media (max-width: 790px) {
    .list-form .center ul li {
        width: 60%;
        flex: 100%;
    }

    .sec-list {
        grid-template-columns: repeat(auto-fill, minmax(100%, auto));
    }

    .btnwrap {
        gap: 1%;
    }

    .list-form .center ul li em {
        padding: 3px 0;
    }

    .flex-item ul,.flex-item ul:last-child{
        flex: 100% !important;
    }
    .section-box .apply{
        width:100%;
    }
}

@media (max-width: 580px) {
    .list-form .center ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .list-form .center ul li {
        width: 100% !important;
        flex: 1 !important;
        display: flex;
        padding: 5px 0;
    }

    .list-form .center ul li em,
    .list-form .center ul li span {
        flex: 1;
        width: auto;
    }


}