: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;
    margin: 90px 0 0;
    background: #F8F8F8;
    flex: 1;
}

.contwrap {
    flex: 1 1 90%;
    max-width: 1280px;
    margin: 0 auto;

    width: 100%;
    padding: 50px 0 50px;
}

.chartarea {}

.chartarea .grpTop {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.chartarea .grpTop>div:not(:last-child) {
    flex: 1;
    border: 1px solid #103180;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.chartarea .grpTop>div.inner {}

.chartarea .grpTop>div h5 {
    display: inline-block;
}

.chartarea .grpTop>div h6 {
    font-size: var(--font-size-lg);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 11%;
    flex: 1;
}

.chartarea .grpTop>div div.inner {
    padding: 25px 15px;
    display: flex;
    align-items: center;
    gap: 4.5%;
    background: url(../images/select.png)no-repeat right 20px center;
}

.chartarea .grpTop>div div.inner ul {
    display: none;
    position: absolute;
    top: 101%;
    background: #eee;
    width: 100%;
    border-radius: 0 0 10px 10px;
    left: 0;
    z-index: 1;
}

.chartarea .grpTop>div ul li {
    margin: 10px;
}

.chartarea .grpTop>div ul li~li {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

#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 {}

.graparea {
    height: 500px;
    background: #fff;
    border-radius: 10px;
    margin: 20px 0 50px 0;
}

.sec-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, auto));
    gap: 30px;
    padding-bottom: 50px;
}

.sec-list .left-form {
    position: relative;
}

#closeDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 15px;
}

#closeDiv span {
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
}

.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:first-child {
    background: #F2F2F2;
    padding: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(96%, 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);
}

#onX {
    background: #103180;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

#tbcontent {}

.infoListbox #tbcontent #resultList{
    height:200px !important;
}

#tbcontent > div > div{
    width:100%;
}


#titleul {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C3C3C3;
}

#titleul li {
    flex: 1;
    text-align: center;
    color: #103180;
    font-size: 1.1rem;
    padding: 15px 5px;
    font-size: var(--font-size-ssm);
}

#tbcontent .done-list {
    text-align: center;
    padding: 20px;
}

#tbcontent .list {}

#tbcontent .list table {
    width: 100%;
    margin-top: 10px;
}

#tbcontent .list table tr {
    display: flex;
    justify-content: space-between;
}

#tbcontent .list table tr td {
    padding: 7px;
    text-align: center;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.btn01 {
    border: 1px solid #2C48BA;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #2C48BA;
    max-width: 80px;
/*     line-height: 1; */
}

.btn-Wrap {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.btn02 {
    border: 1px solid #B50000;
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-weight: 600;
    color: #B50000;
    max-width: 80px;
/*     line-height: 1; */
}

.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;
}

.pd {
    padding: 10px 0 !important;
}

.pd1 {
    padding: 6px 0 !important;
}

.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;
}

.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;
}

.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: #0056FF;
    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: 35px;
            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: 15px;
            padding: 45px 75px;
            border: 1px solid #103180;
         }

         .outTables.account{
            flex: 1 1 20%;
         }

         .outTables.outTables{
            flex: 1 1 60%;
         }  

         .cont-out{
            gap:20px;
            margin-top: 30px;
         }

         .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:35px 20px;
        }

        .section h3{
            margin-bottom: 20px;
        }
        .cont-out{
            flex-wrap:wrap;
        }

        .list_way ul li:first-child{
            flex:100px 0 0;
        }
        
        .account, .outTables{
            flex:100% 0 0;
        }
        .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: 30px 5px;
    }

    .cont {
        margin-top: 60px;
        height: 100vh;
    }

    .chartarea .grpTop {
        flex-wrap: wrap;
    }

    #cntTimes {
        flex: 100%;
    }

    .num>li:before{
        padding:3px 8px;
    }

    .section-box{
        padding:45px 30px;
    }

    .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));
    }

    .chartarea .grpTop>div:not(:last-child) {
        flex: 100%;
    }

    .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;
    }

    .login_fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1001;
        display: none;
    }

    .login_fixed ul {
        width: 80%;
        height: auto;
        padding-bottom: 30px;
        border-radius: 5px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 10%;
        margin: -200px auto 0;
        text-align: center;
    }

    .login_fixed ul h1 {
        padding: 20px 0 0;
        margin: 0px;
    }

    .login_fixed ul h1 img {
        width: 50%;
    }
    flex-item
    .login_fixed ul h2 {
        font-size: 15px;
        color: #555;
        padding-bottom: 20px;
        margin-top: 15px;
    }

    .login_fixed ul li input[type="text"],
    .login_fixed ul li input[type="password"] {
        border: 1px solid #ddd;
    }

    .login_fixed ul li input[type="submit"] {
        font-size: 1rem;
        margin-top: 5px;
        height: 45px;
    }

    .login_fixed ul #loginbtn {
        width: 80%;
        margin: auto;
        border-top: 1px solid #ddd;
        margin-top: 30px;
        padding-top: 30px;
    }

    .login_fixed ul #loginbtn a {
        font-size: 15px;
    }

}