.ms-nav {
    border-bottom-color: #EBEEF5;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border-bottom-style: solid;
    padding-top: 0px;
    border-bottom-width: 1px;
    justify-content: right;
    height: 80px;
    margin-left: 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

.ms-nav.fixed-top{
    position: fixed;
    z-index: 10;
    -webkit-animation: navbar-animation 0.6s;
    animation: navbar-animation 0.6s;
    background-color: #dedddd;
    border-color: #dedddd;
}

.ms-nav .body {
    /*flex-wrap: nowrap;*/
    /*flex-direction: row;*/
    display: flex;
    width: 1200px;
    /*box-sizing: border-box;*/
    /*justify-content: space-between;*/
    /*height: 100%;*/
}
.ms-nav .body .logo {
    align-items: center;
    position: absolute;
    top: 10px;
    left: 20px;
    display: flex;
}

.ms-nav .body .logo .logo-pic {
    width: 26px;
    height: 53px;
}

.ms-nav .body .logo .logo-interval{
    height: 53px;
    margin-left: 20px;
    margin-right: 20px;
    width: 1px;
    background: linear-gradient(to bottom, #c9c8c8, #5e5d5d, #c9c8c8);
}

.ms-nav .body .logo .logo-title{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    font-family: MicrosoftYaHeiUI;
}

.ms-nav .body .logo .logo-contact{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FB6F0F;
}


.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    padding-bottom: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: none;
    width: 100px;
    box-sizing: border-box;
    padding-top: 0px;
    position: relative;
    right: 0px;
    justify-content: center;
    height: 100%;
}



.ms-nav .body .nav-h5 .nav-h5-icon {
    font-size: 28PX;
}

.ms-nav .body .nav-h5 .nav-h5-body {
    padding-bottom: 10px;
    align-items: flex-start;
    top: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    position: absolute;
    justify-content: center;
    height: 100px;
}

.ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    font-size: 18PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    /* padding-right: 40px; */
    /* width: 90%; */
    box-sizing: border-box;
    /* padding-left: 40px; */
    justify-content: space-between;
    height: 100%;
}

.ms-nav .body .nav-item .item {
    /* cursor: pointer; */
    /*margin-right: 20px;*/
    /* flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px; */
}

.ms-nav .body .nav-item .nav-item-body{
    cursor: pointer;
    margin-right: 35px;
    position: relative;
    padding: 1.5em 0em;
    font-size: 18px;
    font-weight: 500;
    font-family: MicrosoftYaHei;
    color: #878787;
}
.ms-nav .body .nav-item .nav-item-body a{
    color: #878787;
}
/* .ms-nav .body .nav-item .nav-item-body:hover{
    border-bottom: 2px solid #00457A;
} */
.ms-nav .body .nav-item .nav-item-body:hover .item{
    color: #00457A;
}
/*.ms-nav .body .nav-item .item:hover{*/
/*    color: #134B9F;*/
/*}*/
.ms-nav .body .nav-item .sel-item{
    border-bottom: 2px solid #00457A;
}
.ms-nav .body .nav-item .sel{
    color: #00457A !important;
}

.ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 40%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input {
    border-color: #409EFF;
    align-items: flex-end;
    flex-direction: row;
    border-width: 1px;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    border-style: solid;
    padding-left: 0px;
    justify-content: center;
    height: 32px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: flex-start;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100%;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
    border: 0px;
    background-color: #FFFFFF;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 4px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top-left-radius: 2px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    border-bottom-left-radius: 2px;
    width: 90%;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    padding-top: 0px;
    padding-left: 4px;
    height: 30px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
    color: #DCDFE6;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-top-left-radius: 0px;
    padding-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14PX;
    padding-top: 0px;
    padding-left: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button {
    cursor: pointer;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 100%;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #E6E6E6;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button i {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button span {
    color: #409EFF;
    border-bottom-left-radius: 0px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    padding-left: 0px;
    border-top-left-radius: 0px;
}

.footer{
    height: 210px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color:#282E31;
}
.footer-body-container{
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    /* background-color:#282E31; */
}
.footer-mobile{
    display: none;
    height: 200px;
    background-color:#282E31;
}
.footer-record{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:#282E31;
}
.footer .footer-body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 1900px;
    padding: 20px 0px;
}
.footer-record .footer-record-body{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 1200px;
    padding: 20px 0px;
}
.footer .footer-body .footer-left{
    width: 40%;height: 100%;padding: 10px;
}
.footer .footer-body .footer-center{
    width: 50%;height: 100%;padding: 10px;margin-left: 40px;
}
.footer .footer-body .footer-body-record{
    width: 100%;
    display: none;
    color: #ffffff
}
.footer .footer-body .footer-right{
    width: 20%;height: 100%;padding: 10px;
}
.footer .footer-body .footer-nav-item-title{
    color: #ffffff;
    font-size: 18px
}
.footer .footer-body .footer-nav-item-septum{
    margin: 20px 0px;
    height: 2px;
    width: 35px;
    background-color: #ffffff
}
.footer .footer-body .footer-nav-item{
    color: #ffffff;
    margin-right: 30px;
    /*width: 100px;*/
    /*display: inline-block;*/
    height: 30px;
}
.footer .footer-body .footer-nav-item:hover{
    color: #6DB80D;
}
.footer .footer-body .footer-nav-contact{
    color: #ffffff;
    display: inline-block;
    height: 30px;
}
.footer .footer-body .footer-nav-follow{
    margin-left: 8px;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
}

.ms-footer {
    background-color: #282E31;
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .body {
    flex-wrap: nowrap;
    /*flex-direction: column;*/
    display: flex;
    padding-right: 0px;
    /*width: 1200px;*/
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
}

.ms-footer .body .top {
    align-items: center;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 80%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
    height: 60%;
}
.ms-footer .body .footer-right{
    align-items: center;
    flex-direction: row;
    /*display: flex;*/
    padding-right: 0px;
    box-sizing: border-box;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 20%;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
    height: 60%;
}
.ms-footer .body .top .footer-nav-item-title{
    color: #ffffff;
    font-size: 18px
}
.ms-footer .body .top .footer-nav-item-septum{
    margin: 20px 0px;
    height: 2px;
    width: 35px;
    background-color: #ffffff
}
.ms-footer .body .footer-septum{
    height: 80px;
    background-color: #ffffff;
    width: 1px;
    margin: 0px 40px
}


.ms-footer .body .footer-right .footer-nav-item-title{
    color: #ffffff;
    font-size: 18px
}
.ms-footer .body .footer-right .footer-nav-item-septum{
    margin: 20px 0px;
    height: 2px;
    width: 35px;
    background-color: #ffffff
}
.ms-footer .body .footer-right .footer-septum{
    height: 80px;
    background-color: #ffffff;
    width: 1px;
    margin: 0px 40px
}




.ms-footer .body .top .top-left {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 40%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 120px;
}
.ms-footer .body .top .footer-left{
    width: 35%;
    height: 100%;
}
.ms-footer .body .top .footer-center{
    width: 50%;
    height: 100%;
}
.ms-footer .body .top .footer-left .footer-nav{
    width: 80px;
    height: 30px;
    display: inline-block;
}
.ms-footer .body .top .footer-left .footer-nav .footer-nav-item{
    font-size: 14px;
    color: #ffffff;
}

.ms-footer .body .top .top-left .foot-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 148px;
    box-sizing: border-box;
    padding-top: 0px;
    height: 100%;
}

.ms-footer .body .top .top-left .foot-nav .nav-item {
    color: #ffffff;
    font-size: 14px;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-left .foot-nav div {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    height: 30px;
}

.ms-footer .body .top .top-left .foot-nav div .item {
    color: #767676;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 16PX;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .top .top-right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 40%;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    height: 100%;
}

.ms-footer .body .top .top-right .qr {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    width: 50%;
    box-sizing: border-box;
    justify-content: center;
    height: 100%;
}

.ms-footer .body .top .top-right .qr .pic {
    width: 120px;
    height: 120px;
}

.ms-footer .body .top .top-right .qr .text {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
}

.ms-footer .body .copyright {
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    padding-top: 6px;
    height: 32px;
}

.ms-footer .body .power {
    color: #5B5B5B;
    text-align: left;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

@media (max-width: 768px) {
    .ms-nav {
        border-bottom-color: #EBEEF5;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-bottom-style: solid;
        padding-top: 0px;
        border-bottom-width: 1px;
        justify-content: center;
        height: 80px;
        margin-left: 0px;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .logo {
        /*align-items: center;*/
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        /*justify-content: center;*/
        height: 100%;
    }

    .ms-nav .body .logo .logo-pic {
        width: 166px;
        height: 55px;
    }

    .ms-nav .body .logo .logo-desc {
        width: unset;
        height: unset;
    }

    .ms-nav .body .nav-h5 {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100px;
        box-sizing: border-box;
        justify-content: center;
        height: 100%;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 28PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        background-color: #F2F6FC;
        flex-direction: column;
        display: none;
        box-sizing: border-box;
        right: 0px;
        justify-content: flex-start;
        padding-bottom: 0px;
        top: 80px;
        flex-wrap: nowrap;
        width: 140px;
        padding-top: 10px;
        position: absolute;
        padding-left: 10px;
        height: 100vh;
        z-index: 2;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        color: #303133;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-top: 8px;
        padding-left: 0px;
        height: 40px;
    }

    .ms-nav .body .nav-item {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 40px;
        width: 50%;
        box-sizing: border-box;
        padding-left: 40px;
        justify-content: space-between;
        height: 100%;
    }

    .ms-nav .body .nav-item .item {
        cursor: pointer;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 18PX;
        padding-left: 0px;
        color: #878787;
    }
    .ms-nav .body .nav-item .item a {
        color: #878787;
    }

    .ms-nav .body .nav-search {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: none;
        padding-right: 0px;
        width: 40%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
        margin-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input {
        border-color: #CCCCCC;
        align-items: flex-end;
        flex-direction: row;
        border-width: 1px;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        border-style: solid;
        justify-content: center;
        height: 40%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div {
        flex-direction: row;
        border-right-width: 1px;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        border-right-color: #CCCCCC;
        border-right-style: solid;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input {
        border: 0px;
        background-color: #FFFFFF;
        align-items: center;
        flex-direction: row;
        display: flex;
        padding-right: 4px;
        box-sizing: border-box;
        justify-content: space-between;
        border-top-left-radius: 2px;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        border-bottom-left-radius: 2px;
        width: 90%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
        padding-top: 0px;
        padding-left: 4px;
        height: 30px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-input-div .ms-input span {
        color: #DCDFE6;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14PX;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button {
        flex-direction: row;
        display: flex;
        width: 40px;
        box-sizing: border-box;
        background-position: center;
        background-repeat: no-repeat;
        height: 100%;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button i {
        border-bottom-left-radius: 0px;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .ms-nav .body .nav-search .ms-search-input .ms-search-button span {
        border-bottom-left-radius: 0px;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        font-size: 14px;
        padding-left: 0px;
        border-top-left-radius: 0px;
    }

    .footer{
        height: 510px;
    }
    .footer-record{
        display: none;
    }
    .footer .footer-body {
        display: block;
        padding: 0px;
    }
    .footer .footer-body .footer-left{
        width: 100%;
        height: 100px;
    }
    .footer .footer-body .footer-center{
        width: 100%;
        height: 105px;
    }
    .footer .footer-body .footer-right{
        width: 100%;
        height: 140px;
    }
    .footer .footer-body .footer-body-record{
        display: block;
    }
    .footer .footer-body .footer-nav-contact{
        font-size: 12px;
        height: 25px;
    }
    .footer .footer-body .footer-nav-item-title{
        font-size: 16px;
    }
    .footer .footer-body .footer-nav-item-septum {
        margin: 10px 0px;
    }
    .footer .footer-body .footer-nav-item {
        height: 25px;
        font-size: 12px;
        width: 60px;
    }

    .ms-footer {
        background-color: #282E31;
        align-items: center;
        /*flex-direction: row;*/
        /*display: flex;*/
        padding-right: 0px;
        box-sizing: border-box;
        justify-content: center;
        padding-bottom: 0px;
        flex-wrap: nowrap;
        width: 100%;
        padding-top: 0px;
        padding-left: 0px;
        margin-top: 0px;
        height: unset;
    }

    .ms-footer .body {
        padding-bottom: 10px;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 0px;
    }

    .ms-footer .body .top {
        padding-bottom: 0px;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        padding-right: 0px;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: space-between;
        margin-top: 0px;
    }

    .ms-footer .body .top .footer-left{
        width: 100%;
    }
    .ms-footer .body .top .footer-center{
        width: 100%;
    }
    .ms-footer .body .footer-septum{
        display: none;
    }
    .ms-footer .body .top .top-left {
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 0px;
        justify-content: flex-start;
        height: unset;

    }

    .ms-footer .body .top .top-left .foot-nav {
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-left .foot-nav .nav-item {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 18PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-left .foot-nav div .item {
        color: #767676;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 16PX;
        padding-top: 6px;
        height: 32px;
    }

    .ms-footer .body .top .top-right {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0px;
        padding-left: 0px;
    }

    .ms-footer .body .top .top-right .qr {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: column;
        display: flex;
        width: 50%;
        box-sizing: border-box;
        padding-left: 0px;
        justify-content: center;
        height: 100%;
    }

    .ms-footer .body .top .top-right .qr .pic {
        width: 120px;
        height: 120px;
    }

    .ms-footer .body .top .top-right .qr .text {
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
    }

    .ms-footer .body .copyright {
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 6px;
        height: unset;
    }

    .ms-footer .body .power {
        color: #5B5B5B;
        text-align: center;
        flex-direction: row;
        word-wrap: break-word;
        display: inline-block;
        font-size: 14px;
        padding-top: 0px;
    }
}
::-webkit-scrollbar {
  width: 2px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  background-color: #A1C5FE;
  border-radius: 3px;
}
.text-el {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}
.el-form-item {
    position: relative;
}
.el-form-item__label {
    color: #888;
    position: absolute;
    display: inline-block;
    top: -18px;
    left: 2px;
    padding: 0 0;
    z-index: 999;
    font-size: 14px;
    line-height: 16px!important;
    color: #4A4949;
    text-align: left!important;
    background-color: #fff;
}
.el-button--primary{
    background-color: #0469B2 !important;
    border-color: #0469B2 !important;
  }
  .el-button--primary:focus, .el-button--primary:hover {
    background-color: #0469B2 !important;
  }
  .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #0469B2 !important;
    border-color: #0469B2;
  }
  .el-radio-button__original-radio:checked+.el-radio-button__inner {
    background-color: #0469B2;
    border-color: #0469B2;
  }
  .el-table .cell {
    word-break: inherit!important;
  }
  .vehplate{
    background-color: #ffffff;
    /* width: 7vw; */
    height: 3.2vh;
    font-size: 1.2vh;
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #00B7BC;
    min-width: 120px;
    max-width: 150px;
}
.vehplate-province{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vh;
    height: 2vh;
    border-radius: 1vh;
    border: 2px solid #00B7BC;
    margin-right: 2px
}
.province-code{
    height: 1.3vh;
    display: flex;
    align-items: center;
}
.leaflet-control-container {
    display: none!important;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
    background: none;
    border: none;
}