
.left-01 {position: absolute;left: 30px;top: 106px;width: 915px;height: 640px;}
.left-02 {position: absolute;left: 30px;top: 797px;width: 915px;height: 268px;}
.right-01 { position: absolute; left: 975px;top: 106px;width: 915px;height: 640px;}
.right-02 { position: absolute; left: 975px; top: 797px; width: 915px;height: 268px;}

.box-1 { width: 424px; height: 175px;}
.box-2 { width: 868px; height: 200px;}
.box-3 { width: 424px; height: 300px;}
.box-5 { width: 100px; height: 180px;}
.box-6 { width: 424px; height: 340px;}
.box-7 { width: 424px; height: 240px;}
.box-8 { width: 340px; height: 220px;}

.sjfx-chart-1 { width: 300px; height: 160px;}
.sjfx-chart-2 { width: 550px; height: 160px;}

.right-03 {
    position: absolute;
    left: 1615px;
    top: 611px;
    width: 275px;
    height: 454px;
}


.sjfx-panel .panel-content{
    padding: 30px 20px 0 20px;
}

.wui-title-sjfx em {
    margin-left: 5px;
    font-style:normal;
    font-size: 14px;
}


.title-extend{
    position: absolute;right: 0;top: 50%;z-index: 1;
    margin-top: -9px;
}

.title-tab-cell{
    float: left;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.4);
}

.title-tab-cell.active{
    color: rgba(255, 255, 255, 1);
    cursor: inherit;
}

.sjfx-content{
    display: flex;
}

.kajg-content .sjfx-grid:first-child{
    flex: 1.5;
}




.sjfx-grid{
    flex: 1;
    padding:0 10px;
}

.sjfx-grid:first-child{
    padding-left: 0;
}
.sjfx-grid:last-child{
    padding-right: 0;
}



.firm-grid{
    display: flex;
}

.firm-item{
    flex: 1;
    margin: 0px 6px;
    padding: 0 10px 0 10px;
    height: 120px;
    background: rgba(7, 110, 164, 0.3);
    border-radius: 10px;
    text-align: center;
}

.firm-item .num{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #FFC600;
}

.firm-item .title{
    margin-top: 5px;
    font-size: 16px;font-weight: 400;color: #FFFFFF;
}

.wui-title-firm{
    height: auto;
    margin-top: 20px;
}


.wui-title .wui-title-date{
    margin-left: 3px;
    font-size: 12px;
    color: rgba(225, 225, 225, 0.7);
}

.wui-title-firm::before{
    width: 0;height: 0;
    content: "";
}


.firm-title-tab-cell{
    display: inline-block;
    vertical-align: baseline;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(254, 254, 255, 0.4);
}

.firm-title-tab-cell.active{
    font-size: 18px;
    font-weight: 400;
    color: #FEFEFF;
}


.firm-types{
    margin-top: 20px;
    font-size: 0;
}

.firm-type-btn{
    display: inline-block;
    vertical-align: middle;
    width: 106px;height: 40px;line-height: 40px;
    margin-right: 9px;
    background: rgba(7, 110, 164, 0.2);
    font-size: 16px;text-align: center;
    color: rgba(254, 254, 255, 0.6);
}

.firm-type-btn.current{
    background: url('./img/firm-btn-bg.png') no-repeat;
    color: rgba(254, 254, 255, 1);
}

.firm-type-btn:last-child{
    margin-right: 0;
}


.left-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 100px;
}


.left-circle-kajg{
    padding: 10px 40px;
}
.circle-grid {
    width: 83px;
}
.circle-grid span,
.circle-grid img {
    display: block;
    text-align: center;
}
.circle-grid .circle-num {
    position: relative;
    z-index: 1;
    margin: 0 -20px;
    margin-bottom: -40px;
    color: #4AFDC4;
    font-size: 24px;
}
.circle-grid .circle-bg {
    width: 100%;
    height: 100%;
}
.circle-grid .circle-title {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}


.sjfx-chart {
    width: 400px;
    height: 135px;
}



.sjfx-chart-bt{
    height: 190px;
}


.smail-title-tab{
    display: flex;
}


.tab-cell,.this-extend{
    flex: 1;

    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

.tab-cell-fx{
    flex: 1.5;
    padding: 0 12px 0 15px;
}

.this-extend .icon{
    margin-left: -9px;
    font-size: 18px;
}

.smail-title-tab .this-extend{
    flex: 1;
    text-align: right;
    font-size: 14px;
    color: rgba(221, 31, 31, 1);
}

.tab-cell.active{
    color: #fff;
}


.smail-title-extend .this-extend{
    color: rgba(255, 234, 0, 1);
    padding-left: 15px;
}



.nation-grid{
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.nation-cell{
    flex: 1;
    padding: 3px 5px;height: 30px;
}

.nation-cell img{
    width: 100%;height: 100%;
}

.trading-info {
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    color: #FFC600;
}

.trading-info .extend {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.sjfx-grid-title{
    display: block;
    text-align: center;
    font-size: 16px;
}


.sjfx-content-lb .sjfx-grid:first-child{
    flex: 0.2;
}

.sjfx-content-lb .sjfx-chart{
    height: 90px;
}

.left-menu-box {

}
.left-menu-item{
    padding: 10px;
    font-size: 18px;text-align: center;
    color: rgba(255, 255, 255, 0.4);
}

.left-menu-item.active{
    color: rgba(255, 255, 255, 1);
}


.wlsj-box { width: 420px; height: 160px; }
.wlsj-chart { width: 420px; height: 160px;}
.wlsj-chart-samll { width: 210px; height: 160px; }

.staff-grid{
    height: 200px;
}


/* ============================== */


.kajg-data-grid .row-grid{
    min-height: 150px;
}

.kajg-data-grid .row-grid-single{
    min-height: 225px;
}

.wui-chart-item{
    height: 100%;
}




.kajg-info-panel {
    padding:20px 10px;
}

.kajg-info-panel p {
    font-size: 24px;
    color: #ffc600;
}

.kajg-info-panel .title {
    font-size: 14px;
}

.kajg-info-panel .date-info{
    margin-left: 3px;
    font-size: 12px;
    color: rgba(254, 254, 255, 0.7);
}

.kajg-info-panel .extend {
    margin-left: 5px;
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

.col-cnt{
    height: calc(100% - 46px);
}


.slide-cnt{height: 150px; overflow: hidden; width: 90%; margin-left:auto; margin-right: auto;margin-top: 15px;}
.b-con div{}


.wui-title-open{
    cursor: pointer;
}

.titleSmall{
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}