﻿
.m-body {
    width: 1440px;
    height: 900px;
    background: url("../Images/background-2.png") no-repeat center ;
    Position: relative;
    margin: 0px auto;
}

.tab-1 {
    height:90%; /*760*/
    width: 96%;
    text-align: center;
    margin: 0px auto;
    /*border: 1px solid #ff0000;*/
}

    .tab-1 .tr1 {
        height: 45%;
        /*border: 1px solid #ff0000;*/
    }
    .tab-1 .tr2 {
        height: 55%;
        /*border: 1px solid #ff0000;*/
    }
    .tab-1 tr td {
        width: 33%;
        /*border: 1px solid #ff0000;*/
    }

.chart-label {
    width: 94.1%;
    text-align: right;
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}
.Earth {
    width: 100%;
    height: 40%;
    padding-top:16%;
    
}
.Earth-top {
    background: url("../Images/jx.png") no-repeat;
    width: 21.88%;
    height: 20%;
    margin-top: 12%;
    margin-left: 39%;
    padding-top: 4%;
}
.Earth-left {
    float: left;
    background: url("../Images/jx.png") no-repeat;
    width: 21.88%;
    height: 100%;
    padding-top: 4%;
}
.Earth-right {
    float: right;
    background: url("../Images/jx.png") no-repeat;
    width: 21.88%;
    height: 100%;
    padding-top: 4%;
}
.Earth-center {
    float: left;
    background: url("../Images/jx.png") no-repeat;
    width: 21.88%;
    height: 100%;
    padding-top: 4%;
    margin-left: 17%;
}
.Earth-bottom {
    background: url("../Images/jx.png") no-repeat;
    width: 21.88%;
    height: 20%;
    padding-top: 4%;
    margin-left: 39%;
    margin-top: 17%;
}


.lab1 {
    color: white;
    font-size: 10px;
    font-weight: 500;
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    letter-spacing: 1px;
    display: block;
    height: 5%;
}

.lab2 {
    font-size: 16px;
    color: yellow;
    font-weight: 700;
    margin-right: 2px;
}