.section{
    height: 60%;
}
.section .section_left{
    width: 23%;
    height: 100%;
}
.section .box {
    height: 98%;
    margin-bottom: 12px;
}
.section .box .title{
    height: 40px;
    line-height: 40px;
    background-image: url(../images/box_title_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
}
.section .box .content{
    height: calc(100% - 40px);
    background-image: url(../images/box_center_bg3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    padding: 10px 12px;
    box-sizing: border-box;
}

.section .section_center{
    width: 76%;
    height: 100%;
}
.section .section_right{
    width: 23%;
    height: 100%;
}
.section2{
    height: 40%;
}
.section2 .section_center{
    width:37.5%;
}
.section2 .section_right{
    width:37.5%;
}
.section2 .section_center .box .title{
    background-image: url(../images/box_title_bg2.png);
}
.section2 .section_right .box .content{
    background-image: url(../images/box_center_bg2.png);
}


.section .box .title .tab{
    font-size: 14px;
}
.section .box .title .tab p{
    height: 30px;
    line-height: 30px;
    color: #B4C0CC;
    background: #0F2839;
    border: 1px solid #0F2839;
    text-align: center;
    padding: 0 10px;
    margin-left: 10px;
    margin-top: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}
.section .box .title .tab p.active{
    color: #1cdcac;
    background: linear-gradient( 180deg, #126d49 0%, rgba(31,255,126,0) 100%);
    border: 1px solid #1cdcac;
    transition: 0.3s linear;
}

.section .box .content .content_top{
    border-bottom: 1px solid rgba(31,255,198,0.13);
    padding-bottom: 8px;
}
.flipInX{
    animation: flipInX 2s;
}

.section .box .content .content_top .content_top_left{
    width: 50%;
    border-right: 1px solid rgba(31,255,198,0.13);
}
.content_top_left .tit{
    color: #A2B0B8;
}
.content_top_left .tit span{
    height: 22px;
    line-height: 22px;
    background: #FFA01C;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    color: #fff;
}
.content_top_left .price{
    margin-top: 10px;
}
.content_top_left .price .num{
    color: #FFE71F;
}
.content_top_left .price .num span{
    font-size: 28px;
    color: #FFE71F;
}

.content_top_left .price .ratio{
    color: #A2B0B8;
    font-size: 12px;
    margin-top: 17px;
    margin-left: 8px;
}
.content_top_left .price .ratio span.col{
    color: #d11e1e;
}
.content_top_left .price .ratio span.col2{
    color: #1FFFC6; 
}
.content_top_left .time{
    margin-top: 10px;
    color: #fff;
}

.section .box .content .content_top  .content_top_right{
    width: 50%;
    padding-left: 15px;
}
.content_top_right .info{
    color: #A2B0B8;
    margin-top: 10px;
    position: relative;
}
.content_top_right .info .price{
    color: #fff;
    position: absolute;
    top: 30%;
    right: 0;
}

.section .box .content .content_bottom{
    height: calc(100% - 115px);
    padding-top: 10px;
}
.section .box .content .content_bottom .tit{
    color: #fff;
}
.section .box .content .content_bottom .echarts{
    height: calc(100% - 40px);
}
.section .box .content .content_bottom .echarts .echart{
    width: 50%;
    height: 100%;
}
.section .box .content .content_bottom .price{
    color: #A2B0B8;
}

.section .section_center .box2{
    width: 100%;
    height: 98%;
   border: 1px dashed rgba(31,255,198,0.2);
}
.section .section_center .box2 .nav{
    height: 50px;
    line-height: 50px;
    color: #A2B0B8;
}
.section .section_center .box2 .nav p{
    margin-right: 14px;
    cursor: pointer;
}
.section .section_center .box2 .nav p .icon{
    width: 16px;
    margin-right: 5px;
    margin-top: -4px;
}
.section .section_center .box2 .echart{
    height: calc(100% - 50px);
}
.section .section_center .box2 .unit{
   color: #999;
   margin-left: 20px;
   height: 50px;
   line-height: 50px;
}


.section2 .content .list{
    height: 100%;
    }
    .section2 .content .list .item{
        padding: 10px 10px;
        color: #fff;
        position: relative;
    }
    .section2 .section_left .content .list .item:nth-child(even){
        background: rgba(31,255,198,0.07);
    }
    .section2 .content .list .item.head{
        background: rgba(31,255,198,0.16);
        color: #12D0A0;
    }
    .section2 .content .list .item .desc{
        width: 20%;
    }
 
    .section2 .content .list .info{
        height: calc(100% - 40px);
        overflow: hidden;
        overflow-y: auto;
    }
    .section2 .content .list .item .desc.col{
        color: #FFE71F;
    }
    .section2 .content .list .item .desc.col2{
        color: #d11e1e;
    }
    .section2 .content .list .item .desc.col3{
        color: #12D0A0;
    }
  
    .section2 .content .list .item2  .desc:nth-child(1){
        width: 30%;
    }
    .section2 .content .list .item2 .desc:nth-child(2){
        width: 15%;
    }
    .section2 .content .list .item2 .desc:nth-child(3){
        width: 15%;
    }
    .section2 .content .list .item2 .desc:nth-child(4){
        width: 25%;
    }
    .section2 .content .list .item2 .desc:nth-child(5){
        width: 15%;
    }

    .section2 .content .list .item3 .desc:nth-child(1){
        width: 13%;
    }
    .section2 .content .list .item3 .desc:nth-child(2){
        width: 21%;
    }
    .section2 .content .list .item3 .desc:nth-child(3){
        width: 12%;
    }
    .section2 .content .list .item3 .desc:nth-child(4){
        width: 12%;
    }
    .section2 .content .list .item3 .desc:nth-child(5){
        width: 17%;
    }
    .section2 .content .list .item3 .desc:nth-child(6){
        width: 25%;
    }


    .section2 .content .list .item .bg1{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(255, 31, 31, 0.15);
    }
    .section2 .content .list .item .bg2{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(31,255,198,0.08);
    }   

    @media (min-width: 3000px) {
        .section .box .title{
            height: 80px;
            line-height: 80px;
            font-size: 32px;
        }
        .section .box .content{
            height: calc(100% - 80px);
        }
        .content_top_left .tit span{
            height: 44px;
            line-height: 44px;
        }
        .content_top_left .price .num{
            font-size: 56px;
        }
        .content_top_left .price .ratio{
            font-size: 24px;
            margin-top: 34px;
        }
        .section .box .title .tab p{
            height: 60px;
            line-height: 60px;
            margin-top: 10px;
            padding: 0 20px;
            font-size: 24px;
        }
        .section .section_center .box2 .nav p .icon{
            width: 32px;
            margin-left: 10px;
        }
        .section .box .content .content_bottom{
            height: calc(100% - 240px);
        }
        .section2 .content .list .info{
            height: calc(100% - 80px);
        }
        .section2 .content .list .info{
            font-size: 24px;
        }
        .section2 .content .list .item{
            padding: 30px 10px;
        }
        
    }
    @media (max-width: 1500px) {
        .section .box .title{
            height: 36px;
            line-height: 36px;
            font-size: 14px;
        }
        .section .box .content{
            height: calc(100% - 36px);
            padding: 5px 6px;
        }
        .section .box .content .content_top .content_top_right{
            padding-left: 10px;
        }
        .content_top_left .tit{
            font-size: 11px;
        }
        .content_top_left .tit span{
            height: 15px;
            line-height: 15px;
            font-size: 10px;
            padding: 0 5px;
            margin-left: 2px;
        }
        .content_top_right .info .price{
            font-size: 10px;
        }
        .content_top_left .price .num span{
            font-size: 18px;
        }
        .content_top_left .price .ratio{
            font-size: 12px;
            margin-top: 6px;
        }
        
        .section .box .title .tab p{
            height: 25px;
            line-height: 23px;
            margin-top: 5px;
            padding: 0 10px;
            font-size: 12px;
        }
        .section .section_center .box2 .nav p .icon{
            width: 16px;
            margin-left: 5px;
        }
        .section .box .content .content_bottom{
            height: calc(100% - 95px);
        }
        .section2 .content .list .info{
            height: calc(100% - 29px);
        }
        .section2 .content .list .info{
            font-size: 12px;
        }
        .section2 .content .list .item{
            padding: 7px 5px;
        }
        .section .box .content .content_bottom .price{
            font-size: 12px;
        }

        .section .section_center .box2 .unit{
            height: 30px;
            line-height: 30px;
        }
        .section .section_center .box2 .echart{
            height: calc(100% - 30px);
        }
        .section2 .content .list{
            font-size: 11px;
        }

        .section2 .content .list .item3 .desc:nth-child(1){
            width: 11%;
        }
        .section2 .content .list .item3 .desc:nth-child(2){
            width: 22.5%;
        }
        .section2 .content .list .item3 .desc:nth-child(3){
            width: 9.5%;
        }
        .section2 .content .list .item3 .desc:nth-child(4){
            width: 9.5%;
        }
        .section2 .content .list .item3 .desc:nth-child(5){
            width: 15%;
        }
        .section2 .content .list .item3 .desc:nth-child(6){
            width: 32.5%;
        }
      
    }
