@charset "utf-8";

body {
    margin: 0 auto;
    font-family: "微软雅黑"
}

body,html {
    -ms-overflow-style: none!important
}

body::-webkit-scrollbar {
    display: none
}

.header {
    background: #f2f6fa;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300;
    box-shadow: 0 3px 0 0 #ddd
}

.header .box,.header .box>div {
    height: 100%
}

@-webkit-keyframes layui-upbit {
    from {
        -webkit-transform: translate3d(0,30px,0);
        opacity: .3
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes layui-upbit {
    from {
        transform: translate3d(0,30px,0);
        opacity: .3
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@media screen and (max-width:1280px) {
    .header {
        height: 60px;
        line-height: 60px
    }

    .logo img {
        height: 50px
    }

    .sub_nav {
        top: 80px
    }

    .flinks {
        padding: 25px 0
    }

    .aBan {
        margin-top: 80px
    }
}

@media screen and (max-width:1280px) {
    .logo {
        margin-left: 8px
    }

    .aBan .text,.msg_form,.flinks label {
        padding-left: 20px
    }
}

@media screen and (max-width:1366px) {
    .header {
        height: 60px;
        line-height: 60px
    }

    .logo img {
        height: 50px
    }

    .sub_nav {
        top: 80px
    }

    .flinks {
        padding: 25px 0
    }

    .aBan {
        margin-top: 80px
    }
}