    * {
        margin: 0;
        padding: 0;
    }
    
    li {
        list-style: none;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
    }
    
    .hidden {
        overflow: hidden;
    }
    /* flex */
    
    .d-flex {
        display: flex;
    }
    
    .flex-1 {
        flex: 1;
    }
    
    .flex-2 {
        flex: 2;
    }
    
    .flex-3 {
        flex: 3;
    }
    
    .flex-column {
        flex-direction: column;
    }
    
    .flex-row {
        flex-direction: row;
    }
    
    .flex-wrap {
        flex-wrap: wrap;
    }
    
    .flex-nowrap {
        flex-wrap: nowrap;
    }
    
    .j-sb {
        justify-content: space-between;
    }
    
    .row {
        box-sizing: border-box!important;
        display: flex!important;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    [class*='col-'],
    [class*='span-'],
    [class*='span24-'] {
        min-height: 1px;
        box-sizing: border-box!important;
    }
    
    .span-1 {
        width: 5%;
    }
    
    .span-2 {
        width: 10%;
    }
    
    .span-3 {
        width: 15%;
    }
    
    .span-4 {
        width: 20%;
    }
    
    .span-5 {
        width: 25%;
    }
    
    .span-6 {
        width: 29%;
    }
    
    .span-7 {
        width: 35%;
    }
    
    .span-8 {
        width: 39%;
    }
    
    .span-9 {
        width: 45%;
    }
    
    .span-10 {
        width: 50%;
    }
    
    .span-11 {
        width: 55%;
    }
    
    .span-12 {
        width: 60%;
    }
    
    .span-13 {
        width: 65%;
    }
    
    .span-14 {
        width: 70%;
    }
    
    .span-15 {
        width: 75%;
    }
    
    .span-16 {
        width: 80%;
    }
    
    .span-17 {
        width: 85%;
    }
    
    .span-18 {
        width: 90%;
    }
    
    .span-19 {
        width: 95%;
    }
    
    .span-20 {
        width: 100%;
    }
    
    .span-column-3 {
        width: 32.5%;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .margin-b-d {
        margin-bottom: 3.2vh;
    }
    
    .page {
        width: 100%;
        height: 100vh;
        background: url("../img/back.png") no-repeat;
        background-size: 100% 100%;
        box-sizing: border-box;
        padding: 0 17px;
        position: relative;
    }
    
    .refresh {
        position: absolute;
        right: 0.5%;
        top: 2vh;
    }
    
    .refresh img {
        width: 50px;
        height: 50px;
    }
    
    .header {
        width: 100%;
        height: 10vh;
        box-sizing: border-box;
        padding-top: 3.2vh;
        margin-bottom: 1.2vh;
        transform: translateX(-2vw);
    }
    
    .header img {
        width: 28vw;
    }
    
    .subtitle {
        width: 100%;
        height: 3vh;
        line-height: 3vh;
        background: url(../img/title.png) no-repeat;
        background-size: 100% 100%;
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        color: #CEDCF4;
        margin-bottom: 1vh;
        box-sizing: border-box;
        padding-left: 12px;
    }
    
    .subContent {
        width: 100%;
        height: 23vh;
        border: 1px solid rgba(226, 223, 255, .51);
        border-radius: 2px;
        box-sizing: border-box;
    }
    
    .col-line-r,
    .col-line-l {
        height: 100vh;
    }
    
    .col-span-r {
        margin-top: 5.2vh;
    }
    
    .item-w-y .subContent {
        height: 21.5vh;
    }
    
    .tabSwitch {
        margin-top: 3vh;
        margin-left: 25%;
    }
    
    .tabSwitch ul {
        display: flex;
    }
    
    .tabSwitch li {
        box-sizing: border-box;
        padding: 0 34px;
        height: 5vh;
        line-height: 5vh;
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: #8DA2C4;
        opacity: 0.68;
        background: url(../img/mborder.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
    }
    
    .tabSwitch li.head-active-right {
        opacity: 1;
        color: #CEDCF4;
        text-shadow: 0px 1px 3px rgba(17, 15, 27, 0.26);
        background: url(../img/mactive.png) no-repeat;
        background-size: 100% 100%;
    }
    
    .map {
        height: 58vh;
        margin: 3vh 0 2vh;
    }
    
    .numStatics ul {
        display: flex;
        flex-wrap: wrap;
    }
    
    .numStatics li {
        width: 33%;
        box-sizing: border-box;
        padding: 1vh 0;
        height: 8.4vh;
        background: url(../img/number.png) no-repeat;
        background-size: 100% 100%;
        margin-bottom: 1.2vh;
    }
    
    .numStatics li:nth-of-type(7),
    .numStatics li:nth-of-type(8),
    .numStatics li:nth-of-type(9) {
        margin-bottom: 0;
    }
    
    .numStatics li p {
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: bold;
        color: #CEDCF4;
        background: linear-gradient(0deg, #7C9EFF 0%, #A0AEFF 18.505859375%, #FFFFFF 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
    }
    
    .numStatics li p:last-child {
        font-size: 24px;
        font-family: Exo;
        font-weight: normal;
        color: #C9DFFF;
        line-height: 42px;
    }
    
    .sChart {
        width: 100%;
        height: 23vh;
    }
    
    .item-w-t {
        height: 21.5vh;
        margin-bottom: 1.4vh;
    }
    
    .bChart {
        height: 30vh;
    }
    
    .table-header {
        box-sizing: border-box;
        padding: 10px 0 8px 0;
    }
    
    .table-header p {
        flex: 1;
        font-size: 14px;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        color: #CEDCF4;
        line-height: 16px;
    }
    
    .table-header p:first-child {
        flex: 1.2;
        text-align: center;
    }
    
    .table-header p:nth-of-type(2) {
        flex: 2;
    }
    
    .table-header p:nth-of-type(3) {
        flex: 1.5;
    }
    
    .table-header p:nth-of-type(4) {
        flex: 1.5;
    }
    
    .table-content ul {
        width: 100%;
    }
    
    .table-content ul li {
        width: 100%;
        line-height: 2.8vh;
        display: flex;
        box-sizing: border-box;
    }
    
    .table-content ul li:nth-of-type(odd) {
        background: rgba(9, 81, 147, 0.27);
        border: 1px solid rgba(77, 119, 255, 0.3);
    }
    
    .table-content li p {
        font-size: 14px;
        font-family: Alibaba PuHuiTi;
        font-weight: 400;
        color: #CEDCF4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .table-content li p:first-child {
        flex: 1.2;
        text-align: center;
    }
    
    .table-content li p:nth-of-type(2) {
        flex: 2;
    }
    
    .table-content li p:nth-of-type(3) {
        flex: 1.5;
    }
    
    .table-content li p:nth-of-type(4) {
        flex: 1.5;
    }
    
    .realData .table-header p:first-child {
        flex: 2;
    }
    
    .realData .table-header p:nth-of-type(2) {
        flex: 2.2;
    }
    
    .realData .table-header p:nth-of-type(3) {
        flex: 1.2;
    }
    
    .realData .table-header p:nth-of-type(4) {
        flex: 1.2;
    }
    
    .realData .table-content li p:first-child {
        flex: 2;
    }
    
    .realData .table-content li p:nth-of-type(2) {
        flex: 2.2;
    }
    
    .realData .table-content li p:nth-of-type(3) {
        flex: 1.2;
    }
    
    .realData .table-content li p:nth-of-type(4) {
        flex: 1.2;
    }
    
    .vedioItem {
        width: 100%;
        overflow: hidden;
    }
    
    .vedioItem .vedioImg {
        width: 100%;
        height: 21.5vh;
    }
    
    .vedioImg img {
        width: 100%;
        height: 100%;
    }
    
    @media (max-width: 1690px) {
        .table-content li p {
            font-size: 12px;
        }
        .table-header p {
            font-size: 12px;
        }
        .numStatics li p {
            font-size: 16px;
        }
        .numStatics li p:last-child {
            font-size: 20px;
            line-height: 50px;
        }
    }