.fr {
    float: right;
}

.fl {
    float: left;
}

.header {
    width: 100%;
    z-index: 999999999;
    /* transition: margin-top .5s ease-out, background-color .5s ease-out;
    -moz-transition: margin-top .5s ease-out, background-color .5s ease-out;
    -webkit-transition: margin-top .5s ease-out, background-color .5s ease-out;
    -o-transition: margin-top .5s ease-out, background-color .5s ease-out; */
    position: fixed;
    top: 0;
}


/* 不要动态的导航栏了
.active {
    opacity: 0.9;
} */

.box {
    width: 100%;
    height: 300px;
    background-color: red;
}

.userinfo {
    float: right;
    vertical-align: middle;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background-color: #fc7a1e;
    width: 82px;
    text-align: center;
}

.userinfo:hover {
    color: #fff;
    background-color: #e8701c;
}

.userinfo:active {
    background-color: #fc7a1e;
}

.userlogin {
    float: right;
    vertical-align: middle;
    font-size: 16px;
    line-height: 60px;
    margin: 0 0 0 1%;
    width: 82px;
    text-align: center;
}

.userlogin:hover {
    background-color: #f2f2f278;
}

.userlogin a:hover {
    color: #fc7a1e;
}

.userinfo a {
    color: #fff!important;
}

.logo {
    margin-left: 5%;
    line-height: 60px;
}


/* .footer {
    height: 460px;
    width: 100%;
    background-color: #edf1f3;
    display: flex;
}

.footer-left {
    width: 60%;
    background-color: #0071d8;
}

.footer-right {
    width: 40%;
    height: 90%;
    align-self: flex-end;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #11186f;
} */


/* .footer-left-text {
    position: absolute;
    margin: 4% 0 0 7%;
}

.footer-left-text h3 {
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 28px;
}

.footer-left-text p {
    font-family: SourceHanSansCN-Normal;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 53px;
    letter-spacing: 1px;
    color: #d0dde8;
}

.footer-right-erweima {
    background-image: url('/Public/images/erweima.png');
    background-size: 206px 206px;
    background-repeat: no-repeat;
    width: 206px;
    position: absolute;
    height: 238px;
    align-self: center;
    margin-left: calc(50% - 113px);
    justify-content: center;
    align-items: flex-end;
    display: flex;
}

.footer-right-erweima p {
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.5;
}

.footer-right-bai {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    height: 40%;
    background-color: #0071d8;
    opacity: 0.5;
} */


/* 底部样式修改 */


/* 底部左侧 */

.footer {
    position: relative;
    height: 414px;
    width: 100%;
    background: #11186f;
}

.footer-left {
    width: 60%;
    background: #0071d8;
    height: 460px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-left-text {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.footer-left-text strong {
    font-family: SourceHanSansCN-Heavy;
    font-size: 22px;
    line-height: 80px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-left-text p {
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #d0dde8;
}


/* 底部右侧 */

.footer-right {
    width: 40%;
    height: 100%;
    float: right;
    text-align: center;
    position: relative;
}

.footer-right-erweima {
    width: 25%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-right-erweima img {
    width: 100%;
}

.footer-right-erweima p {
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.5;
    line-height: 40px;
}

.footer-right-bai {
    height: 45%;
    width: 26%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0071d8;
    opacity: 0.5;
}

.m-header,
.m-footer,
.m-menu-list {
    display: none;
}


/************* 新加 ***************/

.login-user-name {
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #040f2d;
    line-height: 60px;
    margin-left: 3%;
}


/**********新加pc端小屏幕适配**********/

@media screen and (max-width:988px) and (min-width:768px) {
    .login-user-name {
        margin-left: 0%;
    }
    .layui-nav .layui-nav-item a {
        padding: 0 9px !important;
    }
}


/**********移动端适配**********/

@media screen and (max-width:768px) {
    .header,
    .footer {
        display: none;
    }
    .m-header,
    .m-footer {
        display: block;
    }
    /* 头部 */
    .m-header {
        height: 60px;
        width: 100%;
        position: fixed;
        background: #fff;
        top: 0;
        z-index: 1000;
    }
    .m-nav {
        line-height: 60px;
    }
    /* .nav-2 {
        pointer-events: none;
    } */
    .m-nav>a {
        cursor: pointer;
    }
    .nav-2 {
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: -10;
    }
    .m-menu {
        margin-left: 20px;
    }
    .m-menu img {
        height: 25px;
        /* margin-left: 20px; */
    }
    .m-logo img {
        height: 30px;
    }
    .m-user {
        margin-right: 20px;
    }
    .m-user img {
        height: 35px;
        /* margin-right: 20px; */
    }
    /* 底部 */
    .m-footer {
        color: #fff;
        text-align: center;
        position: relative;
    }
    .m-footer-text {
        background: #0071d8;
        width: 90%;
        position: absolute;
        left: 5%;
        top: -20px;
    }
    .m-footer-text>div {
        margin: 5%;
    }
    .m-footer-text strong {
        font-weight: normal;
        font-stretch: normal;
        line-height: 50px;
        letter-spacing: 1px;
        font-size: 18px;
    }
    .m-footer-text p {
        font-family: SourceHanSansCN-Normal;
        font-weight: normal;
        font-stretch: normal;
        line-height: 30px;
        letter-spacing: 1px;
        color: #d0dde8;
    }
    .m-footer-erweima {
        margin: 20px 0 40px;
    }
    .m-footer-erweima img {
        width: 105px;
    }
    .m-footer-bg {
        background: #11186f;
        height: 490px;
    }
    .m-footer-bg i {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%);
        color: #d0dde8;
        opacity: 0.2;
        font-size: 18px;
    }
    /***** 移动端菜单 *****/
    .m-menu-list {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10000;
        bottom: 0px;
        left: 0px;
        /* left: -100%; */
    }
    .list-item-1 {
        width: 70%;
        height: 100%;
        background: #fff;
        /* float: left; */
        position: relative;
        z-index: 1;
        left: -70%;
    }
    .list-item-2 {
        /* width: 30%;
        height: 100%; */
        background: #000;
        opacity: 0.8;
        /* float: left; */
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    /* 超出显示滚动条 */
    .menu-list-ul {
        max-height: 85%;
        overflow: auto;
    }
    .menu-list-close img {
        width: 25px;
        margin: 7%;
    }
    .menu-list-title:before {
        content: "";
        display: inline-block;
        height: 8px;
        width: 7px;
        background: url('/Public/images/menu-icon.png') no-repeat;
        background-size: 100%;
        margin-right: 10px;
        margin-bottom: 3px;
        /* transform: rotate(90deg); */
    }
    #title-1.change:before,
    #title-2.change:before,
    #title-4.change:before {
        transform: rotate(90deg);
    }
    .title-none:before {
        background: transparent;
    }
    .menu-list-title {
        font-family: SourceHanSansCN-Medium;
        font-size: 22px;
        /* color: #6b6b6b; */
        line-height: 45px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 15%;
        /* margin-top: 20px; */
    }
    .menu-list-title,
    .menu-list-title a {
        color: #6b6b6b;
    }
    .submenu {
        /* display: none; */
        margin-left: 25%;
    }
    .submenu.show {
        display: block;
    }
    .submenu.hide {
        display: none;
    }
    .submenu>li {
        font-family: SourceHanSansCN-Light;
        font-size: 18px;
        color: #7f7f7f;
        line-height: 45px;
    }
}