.ms-nav {
    /*border-bottom-color: #EBEEF5;*/
    /*border-bottom-style: solid;*/
    /*border-bottom-width: 1px;*/
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    justify-content: center;
    min-height: 100px;
    margin-left: 0px;
    background-color: #ffffff;
    align-items: center;
}
.ms-nav-top .nav-position {
    position: absolute;
}

.ms-nav-menu {
    min-height: unset;
    height: 50px;
    margin-bottom: 20px;
    background-color: #4baf4f;
}

.ms-nav .body {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 1200px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}

.ms-nav-menu .body {
    /*background-color: #85c129;*/
    justify-content: center;
    height: 100%;
}

.ms-nav .body .logo {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 55%;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-start;
}

.ms-nav .body .logo .logo-pic {
    width: 80px;
    /*height: 50px;*/
}

.ms-nav .body .logo .logo-title {
    margin-left: 5px;
    font-size: 24px;
    letter-spacing: 2px;
}

.ms-nav .body .logo .logo-desc {
    padding-right: 0px;
    width: unset;
    padding-left: 0px;
    height: unset;
}

.ms-nav .body .nav-h5 {
    display: none;
}

.ms-nav .body .nav-item {
    margin-right: 0px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 100%;
}

.ms-nav-menu .body .nav-item {
    flex-grow: 1;
    width: auto;
}

.ms-nav .body .nav-item .item {
    cursor: pointer;
    flex-direction: row;
    word-wrap: break-word;
    /*display: inline-block;*/
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-right: 0px;
    font-size: 18PX;
    padding-left: 0px;
    color: #FFFFFF !important;
    justify-content: center;
    border-right: 1px solid #0D8534;
}
.ms-nav .body .nav-item .sel, .ms-nav .body .nav-item .item:hover{
    /*color: #409EFF;*/
    background-color: #0D8534;
}

.ms-nav .body .nav-search {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    width: 230px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: flex-end;
    height: 100%;
    margin-left: 20px;
}

.ms-nav .body .nav-search .ms-search-input {
    align-items: flex-end;
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    padding-left: 0px;
    justify-content: center;
    height: 40px;
    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-end;
    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 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4baf4f;
    border-radius: 5px;
    padding: 0 10px;
    outline: none;
    color: #999;
}

.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;
    width: 80px;
    border-radius: 5px;
    background-repeat: no-repeat;
    padding-left: 1px;
    height: 100%;
    background-color: #4baf4f;
    color: #ffffff;
    font-size: 18px;
}

.ms-nav .body .nav-search .ms-search-input .ms-search-button:hover {
    background-color: #0D8534;
}

.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;
    line-height: 1;
    margin-right: 2px;
    margin-top: -3px;
    font-size: 20px;
}

.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;
}

.ms-footer {
    background-color: #0D8534;
    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%;
    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;
    margin-top: 20px;
    height: 100%;
    color: #ffffff;
}

.ms-footer .body .top {
    flex-direction: row;
    display: flex;
    padding-right: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ms-footer .body .top-hr {
    padding-bottom: 20px;
    border-bottom: 1px solid #4baf4f;
}

.ms-footer .body .top .top-left {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    box-sizing: border-box;
    padding-top: 0px;
    padding-left: 0px;
    min-height: 120px;
    align-items: center;
    flex-grow: 1;
}

.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 .foot-nav .nav-item {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 18PX;
    padding-top: 6px;
    height: 32px;
    color: #ffffff;
}

.ms-footer .body .top .foot-nav div {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding-top: 0px;
    height: 30px;
    line-height: 30px;
}

.ms-footer .body .top .foot-nav div .item {
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 16PX;
}

.ms-footer .body a {
    color: #f9f9f0;
}

.ms-footer .body a:hover {
    color: #85c129 !important;
}

.ms-footer .body .top .top-right {
    flex-wrap: nowrap;
    flex-direction: row;
    display: flex;
    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: row;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}

.ms-footer .body .top .top-right .qr .pic {
    width: 120px;
    height: 120px;
}

.ms-footer .body .top .top-right .qr .pic:not(:first-child) {
    padding-left: 5px;
}

.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;
    line-height: 2;
    width: 100%;
}

.ms-footer .body .power {
    /*color: #5B5B5B;*/
    text-align: center;
    flex-direction: row;
    word-wrap: break-word;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #4baf4f;
    color: #fff;
}

@media (max-width: 1000px){
    .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;
        min-height: 50px;
        margin-left: 0px;
        position: sticky;
        top: 0px;
        z-index: 2;
    }

    .ms-nav .body {
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        width: 100%;
        box-sizing: border-box;
        justify-content: space-between;
        /*height: 100%;*/
        padding: 10px;
    }

    .ms-nav .body .logo {
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        display: flex;
        padding-right: 0px;
        width: unset;
        max-width: 80%;
        box-sizing: border-box;
        justify-content: center;
        height: unset;
    }

    .ms-nav .body .logo .logo-pic {
        width: 50px;
        height: 50px;
    }

    .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: flex-end;
        flex-grow: 1;
    }

    .ms-nav .body .nav-h5-items .sel{
        color: #4baf4f;
    }

    .ms-nav .body .nav-h5 .nav-h5-icon {
        font-size: 30PX;
        padding-top: 0px;
        padding-left: 0px;
        color: #4baf4f;
        font-weight: bold;
        line-height: 1;
        margin-top: -5px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        height: 100vh;
        background-color: rgba(0, 0, 0, .7);
        overflow: hidden;
        z-index: 99;
        top: 0;
        left: 0;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-items {
        background-color: #fff;
        color: #000;
        opacity: 1;
        width: 300px;
        max-width: 60%;
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        height: 100%;
        height: 100vh;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        padding-top: 30px;
    }

    .ms-nav .body .nav-h5 .nav-h5-body .nav-h5-item {
        cursor: pointer;
        word-wrap: break-word;
        display: inline-block;
        padding-right: 0px;
        font-size: 16PX;
        padding-top: 0px;
        padding-left: 30px;
        height: 45px;
        line-height: 45px;
        border-bottom: #e8e8e8 solid 1px;
    }

    .ms-nav-menu {
        display: none;
    }

    .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;
    }

    .ms-nav .body .ms-nav-menu .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;
    }

    .ms-footer {
        background-color: #0D8534;
        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: auto;
    }

    .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;
        height: auto;
    }

    .ms-footer .body .top {
        padding-bottom: 20px;
        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;
        margin-bottom: 0px;
        height: auto;
    }

    .ms-footer .body .top .foot-nav {
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .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: 10px;
        padding-right: 10px;
        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: row;
        display: flex;
        width: 100%;
        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: left;
        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;
    }
}
