﻿[v-cloak] {
    display: none;
}

a {
    color: #0b1926;
}

    a:hover, a:active, a:focus {
        color: #0b1926;
        text-decoration: none;
    }

.noData {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.noData_news {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}



body {
    font-family: "Microsoft YaHei", "SimSun";
}

.toTop {
    position: fixed;
    bottom: 8%;
    right: 2%;
    width: 40px;
    height: 40px;
    background-color: #c3c0f0;
    border-radius: 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
}

    .toTop::before, .toTop::after {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        width: 15px;
        height: 2px;
        background: #fff;
        z-index: 1;
        transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    }

    .toTop::before {
        right: 50%;
        border-radius: .5px 0 0 .5px;
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        -webkit-transform: rotate(-40deg) scaleY(1.1);
        transform: rotate(-40deg) scaleY(1.1);
    }

    .toTop::after {
        left: 50%;
        border-radius: 0 .5px .5px 0;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: rotate(40deg) scaleY(1.1);
        transform: rotate(40deg) scaleY(1.1);
    }

.consult {
    display: block;
    background-color: #ff4c88;
    position: fixed;
    bottom: 270px;
    right: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
    padding: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px;
}

    .consult img {
        width: 25px;
        margin: auto;
        display: block;
    }

.offaccess {
    display: block;
    background-color: #ff8a00;
    position: fixed;
    bottom: 350px;
    right: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 999;
    padding: 4px;
    border-radius: 4px;
    color: #fff !important;
    font-size: 12px;
}

.offaccess img {
        width: 25px;
        margin: auto;
        display: block;
    }

.header {
    width: 100%;
    height: 473px;
    position: absolute;
    overflow: hidden;
}

    .header img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
    }

img[src=""] {
    opacity: 0;
}

.headerNav {
    height: 80px;
    z-index: 500;
    position: fixed;
    width: 100%;
    background: linear-gradient(to right, #0050d4, #2848ce, #b803f4);
    user-select: none;
    top: 0px;
}

.hearderBox {
    margin: 0 auto;
}

.headerLeft {
    width: auto;
    position: relative;
    float: left;
    max-height: .6rem;
}

    .headerLeft .schoolLogo {
        width: 314px;
        height: 56px;
        display: inline-block;
        background-size: contain !important;
        margin-top: 12px;
    }

    .headerLeft .schoolSmLogo {
        width: 2.2rem;
        height: 48px;
        position: relative;
        display: inline-block;
        background-size: contain !important;
    }

    .headerLeft .separate {
        width: 2px;
        height: 18px;
        background-color: #afabcc;
        display: inline-block;
        margin: 20px 0px;
    }

    .headerLeft .zhitongdalogo {
        width: 36px;
        height: 36px;
        background: url(../images/zhitongda.png) no-repeat center center;
        display: inline-block;
        margin: 10px;
        background-size: cover;
    }

    .headerLeft .topTitle {
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        line-height: 1.4;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
    }

.headerName {
    line-height: 60px;
    font-size: 21px;
    color: #fff;
}

.headerRight {
    float: right;
    margin-right: 40px;
    /*position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
}

.paddingLR20 {
    padding: 0 20px;
}

.headerMenu {
    float: left;
    cursor: pointer;
    position: relative;
    top: 0px;
    transition-duration: .3s;
    padding: 10px 0px 26px 0;
    z-index: 9;
    border-bottom: 4px transparent solid;
}

    .headerMenu span {
        font-size: 18px;
        color: rgba(255,255,255,1);
        line-height: 20px;
        font-weight: 400;
    }

    .headerMenu i {
        color: #fff;
        float: right;
        margin: 3px 5px;
    }

    .headerMenu:hover {
        border-bottom: 4px #fff solid;
    }

        .headerMenu:hover span {
            color: #fff;
        }

    .headerMenu img {
        height: 28px;
        cursor: pointer;
        height: 21px;
        cursor: pointer;
    }

.headerNavActive {
    background: rgba(0, 0, 0, 0.2);
}

.layui-layer-close {
    visibility: hidden;
}

.user-box {
    position: absolute;
    top: 62px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(80, 94, 169, 0.4);
    -webkit-box-shadow: 0px 0px 10px rgba(80, 94, 169, 0.4);
    box-shadow: 0px 0px 10px rgba(80, 94, 169, 0.4);
    left: -14px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition-duration: .3s;
}

    .user-box ul {
        /*padding: 10px 4px;
        padding: 10px 4px;*/
    }

        .user-box ul li {
            font-size: 13px;
            padding: 0px;
            text-align: center;
            color: #1a1e33;
            line-height: 36px;
            float: none;
            width: 105px;
            font-weight: normal;
            margin: 0px;
            cursor: pointer;
        }

            .user-box ul li:hover {
                color: #4c5eaf;
                -webkit-animation-name: pulse;
                animation-name: pulse;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
            }

            .user-box ul li span {
                height: 16px;
                width: 18px;
                display: inline-block;
                margin-right: 5px;
                vertical-align: -2px;
            }

.headerIcon {
    padding: 6px;
    transition-duration: .3s;
    position: relative;
    margin-top: 18px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    float: right;
    cursor: pointer;
}

    .headerIcon img {
        height: 28px;
        margin-right: 10px;
        vertical-align: top;
    }

    .headerIcon:hover {
        box-shadow: 0 4px 4px 2px rgba(13, 82, 152, 0);
    }

        .headerIcon:hover .user-box {
            opacity: 1;
            visibility: visible;
        }

    .headerIcon:active, .headerIcon:focus {
        background: rgba(0, 0, 0, 0.2);
    }

    .headerIcon span {
        font-size: 18px;
        color: #fff;
        line-height: 20px;
        margin-left: 5px;
        font-weight: 400;
    }


.backIcon {
    padding: 18px 10px;
}

.user1 {
    background: url(../../../Static/Content/images/1.png);
}

.user2 {
    background: url(../../../Static/Content/images/22.png);
}

.layui-layer-msg {
    z-index: 333333333 !important;
}

#subjectIntroduction .modal-content {
    width: 1000px;
    text-align: center;
}

    #subjectIntroduction .modal-content .close {
        position: absolute;
        right: -20px;
        top: -20px;
        z-index: 9;
    }

#subjectIntroduction .modal-dialog {
    width: min-content;
    margin: 130px auto;
}

#subjectIntroduction .modal-body h4 {
    font-weight: bold;
    margin: 20px;
    margin-bottom: 0px;
}

#subjectIntroduction .modal-body .modal-text {
    overflow: auto;
    max-height: 300px;
    font-size: 14px;
    margin-top: 10px;
    text-indent: 2em;
    text-align: start;
}

.footer {
    background: url(../images/footer.png);
    /*height:457px;*/
    padding-bottom: 40px;
}

.footer-title {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
}

    .footer-title span {
        display: block;
        opacity: 0.4;
        line-height: 36px;
    }

.footer-link ul {
    display: flex;
    justify-content: space-between;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.footer-code {
    float: left;
    margin-bottom: 35px;
}

    .footer-code img {
        margin-right: 20px;
        width: 110px;
    }

.footer-page {
    float: right;
    height: 113px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 35px;
}

    .footer-page ul {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
    }

        .footer-page ul li {
            width: 175px;
            border-right: 1px #fff solid;
            text-align: center;
            padding-left: 30px;
        }

            .footer-page ul li:last-child {
                border: 0;
            }

            .footer-page ul li:nth-child(2) {
                text-align: left;
            }

            .footer-page ul li a, .footer-link ul li a {
                color: #fff;
            }

                .footer-page ul li a:hover, .footer-link ul li a:hover {
                    cursor: pointer;
                    text-decoration: underline;
                }

.footer-copyright {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.footer-right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 300px;
}

    .footer-right ul li {
        color: #fff;
        width: 135px;
        font-size: 0.075rem;
        margin: 10px 0 15px 0;
    }

        .footer-right ul li i {
            margin-right: 15px;
        }

        .footer-right ul li span {
            margin-left: 30px;
            margin-top: 15px;
            display: inline-block;
        }




.pushBox {
    padding-top: .75rem;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}

.drawer {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 2000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 1s;
    overflow: hidden;
}

.Eject {
    position: absolute;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    transition: 1s;
}

.EjectTop {
    left: 0;
    top: 0;
}

.EjectBottom {
    left: 0;
    bottom: 0;
}

.EjectLeft {
    left: 0;
    top: 0;
}

.EjectRight {
    right: 0px;
    top: 0;
    margin: 0;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}

.drawer-header {
    padding: 0 .1rem;
    border-bottom: 0.01rem solid #e8eaec;
    height: .6rem;
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #ece9e6, #ffffff);
    background: linear-gradient(to right, #ece9e6, #ffffff);
    position: relative;
}

.drawer-title {
    line-height: .6rem;
    font-size: .16rem;
    color: #17233d;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    float: left;
    letter-spacing: .02rem;
}

.close:hover {
    color: #409EFF;
}

main {
    overflow: auto;
    flex: 1;
    box-sizing: border-box;
    background: #ece9e6;
    background: -webkit-linear-gradient(to right, #ece9e6, #ffffff);
    background: linear-gradient(to right, #ece9e6, #ffffff);
}

.searchicon {
    padding: .2rem .15rem;
}

    .searchicon i {
        font-size: .14rem;
    }

footer {
    border-top: 1px solid #e8eaec;
}

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #C0C4CC;
    background-clip: padding-box;
    min-height: 28px;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #bbb;
    }

.loader {
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.drawer-close {
    float: right;
    position: relative;
    height: .6rem;
    width: .15rem;
    line-height: .6rem;
}

    .drawer-close:focus, .drawer-close:active, .drawer-close:hover {
        background: #e5e5ee;
        border-radius: 20%;
    }

        .drawer-close:focus .closeSpan-top, .drawer-close:active .closeSpan-top, .drawer-close:hover .closeSpan-top {
            transform: rotate(-45deg);
        }

        .drawer-close:focus .closeSpan-bottom, .drawer-close:active .closeSpan-bottom, .drawer-close:hover .closeSpan-bottom {
            transform: rotate(45deg);
        }

.closeSpan {
    display: block;
    width: 0.14rem;
    height: 0.01rem;
    background: #000;
    border-radius: 0.5px;
    position: absolute;
    transition-duration: 1s;
    top: 50%;
    left: 2px;
}

.closeSpan-top {
    transform: rotate(45deg);
}

.closeSpan-bottom {
    transform: rotate(-45deg);
}

.headerSmMenu {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    padding: 0.1rem;
}

    .headerSmMenu a {
        display: flex;
        justify-content: space-between;
        letter-spacing: .01rem;
        font-size: .15rem;
        height: .4rem;
        line-height: .4rem;
        padding: 0 0.1rem;
        transition-duration: .5s;
        border-radius: 0.1rem;
        color: #0a1833;
    }

        .headerSmMenu a:active {
            background: #c3cfe2;
        }

.login-sm {
    user-select: none;
    height: 100%;
    display: flex;
    justify-content: center;
}

    .login-sm li {
        text-align: center;
        border-radius: 0.2rem;
        padding: 0.05rem;
        color: #fffafa;
        font-size: .16rem;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.9);
        margin: 0.02rem .05rem;
    }

.hoverMenu {
    background-color: #f6f6f6;
    position: absolute;
    top: 80px;
    display: none;
    width: .6rem;
    left: -.1rem;
    transition-duration: .3s;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
    box-shadow: 0px 0px 5px rgba(80, 94, 169, 0.2);
}

    .hoverMenu:hover {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

        .hoverMenu:hover:before {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
        }

    .hoverMenu:focus:before, .hoverMenu:active:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .hoverMenu:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #f6f6f6 transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        transition-property: transform;
    }

    .hoverMenu ul {
        text-align: center;
        padding: 20px 0;
    }

        .hoverMenu ul li {
            line-height: 30px;
            cursor: pointer;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            -webkit-transition-property: color, background-color;
            transition-property: color, background-color;
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            overflow: hidden;
            display: block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            padding: 2px 10px;
            border-radius: 4px;
            font-size: 14px;
            color: #1a1e33;
        }

            .hoverMenu ul li:hover {
                -webkit-animation-name: pulse;
                animation-name: pulse;
                -webkit-animation-duration: 1s;
                animation-duration: 1s;
                -webkit-animation-delay: 0.5s;
                animation-delay: 0.5s;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                color: white;
                background: #457fca;
                background: -webkit-linear-gradient(to bottom, #457fca, #5691c8);
                background: linear-gradient(to bottom, #457fca, #5691c8);
            }

.routerIcon {
    float: left;
    position: relative;
    padding: 19px 12px;
    z-index: 11;
}

    .routerIcon:hover .hoverMenu {
        display: block;
        animation: fadeIn .5s;
        -webkit-animation: fadeIn .5s;
    }

.login-sm li.singin {
    background: #00d2ff;
    background: -webkit-linear-gradient(to right, #00d2ff, #3a7bd5);
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
    align-self: center;
    padding: .05rem .2rem;
    max-height: .4rem;
}

.login-sm li.quit {
    background: #fc354c;
    background: -webkit-linear-gradient(to right, #fc354c, #0abfbc);
    background: linear-gradient(to right, #fc354c, #0abfbc);
}

.login-sm li.redercenter {
    background: #7474bf;
    background: -webkit-linear-gradient(to right, #7474bf, #348ac7);
    background: linear-gradient(to right, #7474bf, #348ac7);
}

.subPageBanner {
    height: 2rem;
    margin-top: 80px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

    .subPageBanner::after {
        content: '';
        height: 100%;
        width: 100%;
        backdrop-filter: blur(2px);
        position: absolute;
    }

.subPageNavLine {
    height: 0.02rem;
    width: .7rem;
    position: absolute;
    transition-duration: .3s;
    bottom: 0;
    background-color: #fff;
    display: inline-block;
    z-index: 9;
    left: 0;
}

#search-height {
    width: 1200px;
    height: 180px;
    background: rgba(0,57,203,0.5);
    z-index: 9;
    padding: 44px 0;
    min-height: 0.9rem;
    overflow: inherit !important;
}

.search-box-height {
    width: 1200px;
    height: 180px;
    background: rgba(0,57,203,0.5);
    z-index: 9;
    padding: 44px 0;
    min-height: 0.9rem;
    overflow: inherit !important;
}

.searchBg {
    width: 1200px !important;
    padding: 0px;
}

.searchTab {
    height: 65px;
    background: #0050d4;
    position: relative;
}

    .searchTab span {
        width: 180px;
        line-height: 65px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        display: inline-block;
        cursor: pointer;
    }

        .searchTab span:nth-child(1):hover {
            background: #0060ff;
        }

        .searchTab span:nth-child(2):hover {
            background: #6f5ddf;
        }

        .searchTab span:nth-child(3):hover {
            background: #b4e3f6;
        }

        .searchTab span:nth-child(4):hover {
            background: #02a1fd;
        }

        .searchTab span:nth-child(5):hover {
            background: #3a7bd5;
        }

.Active {
    cursor: pointer;
    background: #0060ff;
}

.gcActive {
    background: #6f5ddf;
}

.bookActive {
    background: #b4e3f6;
}

.Eactive {
    background: #02a1fd;
}


.searchTab a {
    width: 230px;
    line-height: 65px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

    .searchTab a:hover,
    ..searchTab a:nth-child(1) {
        cursor: pointer;
        background: #0060ff;
    }

.home-search {
    height: 46px;
}

.index-search-hover {
    height: 44px;
    padding: 14px 31px 15px 19px;
}

.index-search-input {
    height: 44px;
    padding: 12px 0px;
}

.index-search-input {
    height: 44px;
    padding: 12px 0px;
}

.index-search-btn {
    width: 44px;
    height: 44px;
}

.btn_search_hot {
    top: 13px;
}

.index-search-hover img {
    top: 20px;
}

.index-search-hover-hide {
    top: 45px;
}

.state-indicator {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 1;
}

.search-form-control {
    width: 70vw;
    border-radius: .2rem;
    height: .3rem;
    background-color: #e5e5e5;
    position: absolute;
    font-size: 12px;
    padding: 0 .2rem;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container {
    width: 1200px;
    position: relative;
}

.onLinesData {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    z-index: 10;
    bottom: 10px;
}

    .onLinesData li {
        padding: 10px 20px
    }

        .onLinesData li span {
            font-size: 14px;
            color: #ffffff;
        }

        .onLinesData li strong {
            font-size: 18px;
            color: #fff;
            padding-left: 10px;
            font-weight: bolder;
        }

#qrcode {
    position: fixed;
    right: 75px;
    bottom: 130px;
    z-index: 1000;
    width: 120px;
}

.msg:hover #qrcode {
    display: block !important;
}


/*搜索结果样式*/
.search-box-detail {
    -moz-box-shadow: 0px 0px 6px rgba(31, 71, 153, 0.2);
    /* -webkit-box-shadow: 0px 0px 6px rgba(31, 71, 153, 0.2); */
    box-shadow: 0px 0px 6px rgba(31, 71, 153, 0.2);
}

    .search-box-detail .detail {
        overflow-x: auto;
        flex: 1;
        padding: 0.1rem 0rem;
    }

        .search-box-detail .detail .content {
            padding: 0.1rem 0rem;
            overflow: auto;
        }





.serchBox {
    width: calc(100%);
    /*margin-left: -15px;*/
}

.serchBox-list {
    display: flex;
    padding: 0.15rem 0;
    border-bottom: 1px dashed #dadee6;
}

.serchBox-tag span {
    float: left;
    line-height: 0.11rem;
    width: 0.2rem;
    color: #fff;
    font-size: 0.07rem;
    text-align: center;
    margin-right: 0.1rem;
}

.red {
    background: #ff4c88;
}

.blue {
    background: #3377ff;
}

.green {
    background: #12b37d;
}

.black {
    background: #666;
}

.serchBox-img img {
    width: 0.75rem;
    height: 0.5rem;
    cursor: pointer;
    float: left;
    margin-right: 0.1rem;
}

.serchBox-title {
    color: #293d66;
    font-size: 0.09rem;
    cursor: pointer;
    line-height: 0.2rem;
}

    .serchBox-title span,
    .serchBox-text-content span {
        color: #cc0000;
    }

.serchBox-text span {
    color: #6b7399;
    font-size: 0.07rem;
    line-height: 0.2rem;
}

.serchBox-text span {
    margin-right: 0.2rem;
}

    .serchBox-text span i {
        margin-right: 0.05rem;
    }

.serchBox .service-box-page {
    border: 0px;
}

.no-data-height {

    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
}

.noKeyword {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.backDetail {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 999;
    padding: 5px 10px;
    cursor: pointer;
}



    .backDetail i {
        font-size: 0.15rem;
        color: #b0b0b0;
        font-weight: unset;
    }





@media only screen and (max-width: 1560px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }

    #search-height {
        width: 100%;
    }

    .search-box-height {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .state-indicator {
        z-index: 2;
    }

    .routerIcon {
        margin-left: 19px;
    }

    .headerRight {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 992px) {


    .backTo {
        display: none;
    }

    .state-indicator {
        z-index: 3;
    }

    body {
        background-color: #f4f4f4;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        -khtml-user-select: none;
        user-select: none;
    }

    .hearderBox {
        width: 100%;
        padding: 14px 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .headerIcon {
        background: none;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        color: #00000d;
    }

    .consult {
        display: none;
    }

    .msg {
        display: none;
    }
    .offaccess {
        display: none;
    }
    .headerNav {
        height: .4rem;
        border: none;
    }

    .hearderBox {
        /* padding:0; */
    }

    .headerIcon {
        padding: 0 .1rem;
    }

        .headerIcon img {
            height: 100%;
        }

    .headerLeft .schoolSmLogo {
        height: .25rem;
        width: 1rem;
    }

    .state-indicator {
        z-index: 4;
    }

    .headerName {
        line-height: .27rem;
        font-size: .12rem;
    }

    .foot-btn {
        display: block;
        text-align: center;
        margin-top: -0.3rem;
    }

        .foot-btn img {
            width: 0.6rem;
        }

    .footer {
        height: auto;
        padding-bottom: 15px;
    }

    .footer-title {
        margin: 20px 0;
        text-align: left;
    }

        .footer-title span {
            display: inline-block;
            margin-left: 5px;
            font-size: 14px;
        }

    .footer-code {
        border-bottom: 1px #4c568b solid;
        width: 100%;
        display: flex;
        color: #fff;
        justify-content: center;
        padding: 20px 0;
        margin-bottom: 0;
    }

    .footer-code-text {
        text-align: center;
    }

    .footer-code img {
        margin: 10px 23px;
    }

    .footer-page {
        border-bottom: 1px #4c568b solid;
        padding: 15px 0;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

        .footer-page ul li {
            width: 30%;
            padding: 0px;
        }

            .footer-page ul li:nth-child(2) {
                text-align: center;
                width: 40%;
                font-size: 16px;
            }

            .footer-page ul li a {
                font-size: 0.075rem;
            }

    .footer-right ul {
        width: 100%;
        padding: 10px 0;
    }

        .footer-right ul li {
            width: 100%;
            padding-left: 10px;
        }

            .footer-right ul li a {
                color: white
            }

    .footer-copyright {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .footer-link {
        border-bottom: 1px #4c568b solid;
        padding-bottom: 15px;
    }

        .footer-link ul li img {
            width: 100%
        }
}

.msg {
    width: 56px;
    background: #28c445;
    border-radius: 5px;
    position: fixed;
    right: 18px;
    font-size: 12px;
    padding: 4px;
    cursor: pointer;
    text-align: center;
    z-index: 999;
    bottom: 200px;
    border-radius: 4px;
    color: #fff;
}



@media only screen and (max-width: 480px) {
    .state-indicator {
        z-index: 5;
    }
}

@media only screen and (max-width: 375px) {
    .footer-right ul li {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .state-indicator {
        z-index: 6;
    }
}
/*# sourceMappingURL=top_footer.css.map */
/*# sourceMappingURL=top_footer.css.map */

/*# sourceMappingURL=top_footer.css.map */
