body{
    font-family: 'Microsoft YaHei','Arial',Helvetica,Tahoma,sans-serif;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.42857143;
    letter-spacing: .06em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    background-color: hsl(195,2%,93%);
}
.bg-blue{
    background-color: hsl(240deg 88.11% 42.84%);
}

.h120{
    height: 120px !important;
}

.w1000 {
    width: 1000px !important;
}
.w25 {
    width: 25%;
}

.el-tabs__nav{
    width: 100%;
}
.el-tabs__item{
    width: 20%;
    text-align: center;
}
.ml100{
    margin-left: 100px;
}


@media (max-width: 768px) {
    .w1000 {
       width: 100% !important;
    }
    .h120{
        height: 160px;
    }
    .m-flex-col{
        flex-direction: column;
    }

    .w-75,.w-50 {
        width: 95% !important;
    }

    .m-mt-2{
        margin-top: 12px;
    }
    .ms-2{
        margin-left: 0;
    }
}
