﻿body {
    overflow-x:hidden !important;
}

.body-content {
    background-color: #F9FAFE !important;
}

.head {
    width: calc(100% - 10px);
    padding-left: 5px;
    height: auto;
    zoom: 1;
    overflow: hidden;
    background-color: white !important;
}

.head .head-top {
    width: 100%;
    height: 44px;
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 44px;

}

.head .menu{
        width: 100%;
        height: auto;
        zoom: 1;
        overflow: hidden;
    }

.head .menu .menu-item {
    width: 74px;
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: center;
}

    .head .menu .menu-item a {
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #666666;
        text-decoration: none;
    }

    .head .menu .selected a{
        color: #4C72E6;
    }

.body-content {
    width: 100%;
    min-height: 500px;
    height: auto;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer-box {
    padding-top: 10px;
    width: 100%;
    height: 97px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: url("../Content/Image/wechat_back.png");
    background-position: center;
}

    .footer-box .logo {
        width: 190px;
        height: 30px;
    }

    .footer-box .logo img {
        width: 190px;
    }

    .footer-box .bottom-item {
        width: 100%;
        height: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: PingFangSC-Regular;
        font-size: 11px;
        color: #B3C7DD;
        letter-spacing: 0;
    }

