.container-fluid {
    min-width: 100vw;
    min-height: 100vh;
    height: 100vh;
    color: #fff;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(../images/login/login_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0;
}

.page-header {
    height: 100px;
    letter-spacing: 2px;
    margin-top: 68px;
}

.page-header .company-name {
    font-size: 40px;
    white-space: nowrap;
    font-weight: 700;
}

.page-header .company-name img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-right: 20px;
}

.page-header .version {
    font-size: 18px;
}

.login-entrance {
    /* height: calc(100% - 274px - 130px); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 35vw;
    margin: 0 auto;
    margin-top: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-entrance .entrance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(77,198,148, 0.6);
    border-radius: 6px;
    /* width: 225px;
    height: 258px; */
    width: 14.0625rem;
    height: 17.6875rem;
    cursor: pointer;
    transition: all 0.2s linear 0.1s;
    letter-spacing: 2px;
}

.login-entrance .entrance-item span {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 600;
}

.entrance-item:hover {
    box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}
.login_top{
    width: 100vw;
    position: relative;
    flex: 1;
}
.login_footer{
    width: 100vw;
    background-color: #FFF;
    min-height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.function-entrance {
    width: 50vw;
    margin: 0 auto;
}
.glyr_img{
    width: 103px;
    height: 91px;
}
.qiyr_img{
    width: 76px;
    height: 91px;
}
.function-title {
    position: relative;
    font-family: Source Han Sans CN;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    margin: 15px  0 25px 0;
}

.function-title span {
    position: relative;
}

.function-title span::before,
.function-title span::after {
    content: '';
    position: absolute;
    left: -100px;
    top: 50%;
    width: 60px;
    height: 2px;
    background-color: #000;
}

.function-title span::after {
    left: auto;
    right: -100px;
}

.function-box  img{
    width: 24px;
}


.function-box>div:last-child {
    margin-bottom: 0;
}

.function-box .entrance-item {
    width: calc(100% / 3 - 30px * 2 / 3);
    margin-right: 30px;
    margin-bottom: 15px;
    height: 45px;
    border: 2px solid #016A4D;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s linear 0.1s;
    float: left;
    color: #016A4D;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: Source Han Sans CN;
    overflow: hidden;
}

.function-box .entrance-item:nth-child(3n + 3) {
    margin-right: 0;
}

.function-box .entrance-item:hover {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.8);
}

.function-box .entrance-item img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.function-box .entrance-item.flex span {
    flex: 1;
}


.function-box .entrance-item4 {
    width: calc(100% / 4 - 30px * 3 / 4);
    margin-right: 30px;
    margin-bottom: 15px;
    height: 45px;
    border: 2px solid #016A4D;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 20px;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s linear 0.1s;
    float: left;
    color: #016A4D;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: Source Han Sans CN;
    overflow: hidden;
}
.icon-example{
    filter: drop-shadow(#ff0 100px 0);
}
.function-box .entrance-item4:nth-child(3n + 4) {
    margin-right: 0;
}

.function-box .entrance-item4:hover {
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.8);
}

.function-box .entrance-item4 img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
/* 修改svg图片颜色--父元素必须加overflow: hidden; */
.icon-example {
    filter: drop-shadow(#016A4D 100px 0);
    transform: translateX(-100px);
}

.function-box .entrance-item4.flex span {
    flex: 1;
}


.page-footer {
    width: 100%;
    height: auto;
    line-height: 18px;
    letter-spacing: 2px;
    color: #9D9D9D;
    text-align: center;
    font-size: 12px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-footer a {
    color: #01AE66;
    font-size: 12px;
}
.page-footer-img{
    width: 16px;
    margin-left: 15px;
    margin-right: 5px;
    vertical-align: text-top;
}

.page-footer div p {
    margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1600px) {
    .page-header{
        margin-top: 48px;
    }
    .page-header .company-name{
        font-size: 28px;
    }
    .login-entrance{
        margin-top: 20px;
    }
    .login-entrance .entrance-item{
        width: 175px;
        height: 200px;
    }
    .function-title{
        margin: 10px 0;
        font-size: 15px;
        line-height: 24px;
    }
    .function-box .entrance-item4,.function-box .entrance-item{
        font-size: 12px !important;
        margin-bottom: 10px;
        margin-right: 20px;
        padding: 5px 10px 5px 8px;
        height: 40px;
    }
    .function-entrance{
        width: 60vw;
    }
    .page-footer {
        min-height: 40px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 1366px) {
    .page-header{
        margin-top: 35px;
    }
    .page-header .company-name{
        font-size: 24px;
    }
    .login-entrance{
        margin-top: 0px;
    }
    .login-entrance .entrance-item{
        width: 150px;
        height: 170px;
    }
    .function-title{
        margin: 8px 0;
        font-size: 15px;
        line-height: 24px;
    }
    .function-box .entrance-item4,.function-box .entrance-item{
        font-size: 12px !important;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 2px 10px 2px 8px;
        height: 35px;
    }
    .function-entrance{
        width: 60vw;
    }
    .page-footer {
        min-height: 30px;
        line-height: 18px;
    }
}
