
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

body {
    background-color: #EEEEEE;
}

/*头部*/
#web_top {
    background-color: #e60115;
    color: #FFFFFF;

}

#web_top > .container {
    background-color: #e60115;
    padding: 1rem;
}

.web_name {
    margin-top: 18px;
    margin-left: 8px;
    height: 60px;
}

.web_title {
    display: inline-block;
    width: 350px;
    line-height: 80px;
    font-size: 26px;
    font-weight: 400;
    padding-left: 12px;
    border-left: 2px solid #FFFFFF;
    margin-left: 12px;
    margin-top: 8px;
}

.layout-right {
    height: 100px;
    float: right;
    position: relative;
}

.user_head {
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-top: 16px;
}

.layout-menu {
    position: relative;
    width: 200px;
    color: #FFFFFF;
    display: inline-block;
    line-height: 90px;
    font-size: 18px;
    padding-left: 12px;
    cursor: pointer;
}

.layout-menu > img {
    height: 24px;
    width: 24px;
}

.layout-menu-item {
    position: absolute;
    top: 80px;
    left: 70px;
    width: 160px;
    background-color: #FFFFFF;
    padding: 8px 12px;
    color: #000000;
    font-size: 16px;
    border-radius: 4px;
    display: none;
}

.layout-menu-item a {
    width: 100%;
    height: 22px;
    line-height: 22px;
    display: block;
}

/*内容*/
.content {
    position: relative;
    padding: 2rem 0;
}

#left_menu {
    width: 280px;
    display: inline-block;
    background-color: #FFFFFF;
}

#right_content {
    width: 850px;
    min-height: 500px;
    margin-left: 20px;
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 4px;
}

.left_menu_item {
    padding: 10px 20px;
    border: 1px solid #DEDEDE;
    font-size: 18px;
    line-height: 30px;
    border-top: 0px;
    cursor: pointer;
}

.left_menu_item > img {
    width: 28px;
    height: 28px;
}

.left_menu_item:hover,
.left_menu_item.active {
    color: #DF7041;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    body {
        /*overflow-x: hidden;*/
        min-width: 0;
        /*touch-action: none;*/
        /*touch-action: pan-y;*/
    }

    .container {
        width: 100%;
    }

    .web_title {
        display: none !important;
    }

    .web_name {
        margin: 0 !important;
        height: auto !important;
    }

    #login_form {
        width: 100% !important
    }

    #login_form h3 {
        font-size: 16px !important;
    }

    .layui-form-item {
        width: 100% !important;
    }

    .layui-input-block {
        width: calc(100% - 153px) !important;
    }

    .layout-right {
        display: none;
    }

    #left_menu {
        width: 100% !important;
    }

    #right_content {
        width: 100% !important;
        margin: 0 !important;
        margin-top: 20px !important;
    }

    .data_box {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .user_info {
        width: 100% !important;
        margin-left: 0px !important
    }

    .user_info > p {
        font-size: 14px !important;
    }

    .user_info > p:first-child {
        border: none !important;
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }

    .user_img {
        width: 100% !important;
        text-align: left !important;
        padding-top: 12px !important;
        padding-left: 12px !important;
        margin-bottom: 0px !important;
    }

    .user_img > img {
        margin-top: 0px !important;
        margin-right: 10px !important;
    }

    .bar {
        font-size: 14px !important;
    }

    .v > div, .t > div {
        width: calc(25% - 4px) !important;
    }


    .seal {
        width: 100px !important;
        height: 100px !important;
        right: 10px !important;

    }

    .tips {
        padding: 0 10px !important;
    }

    .btns {
        width: 100% !important;
        padding: 0 20px !important;
    }

    .layui-table td, .layui-table th {
        font-size: 12px !important;
    }

    .layui-table td a {
        font-size: 12px !important;
    }
}
