html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 90px!important;
}

body {
    /* background: -webkit-linear-gradient(top, #2494f2, white) no-repeat; */
    background: url(../images/banner.png) no-repeat center top;
    background-size: 100%;
    background-color: #EEEEEE;
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    min-width: 1350px;
    overflow-x: hidden;
}

button {
    outline: none;
    cursor: pointer;
}

a {
    cursor: pointer;
}

input {
    cursor: auto;
}

.search_btn {
    cursor: pointer;
}

.container {
    min-width: 1024px !important;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.wrap {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 页眉*/

.head {
    min-width: 1024px !important;
    width: 90%;
    max-width: 1600px;
    position: relative;
    height: 150px;
    margin-top: 5px;
    margin: 5px auto 0;
    padding: 30px 0 0 0;
}

.head .logo_area {
    float: left;
    width: 80%;
}

.head .logo_area p {
    margin: 15px auto 0;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
}

.head .logo_area .logo_name_eng {
    /* font-size:26px; */
    font-size: 25px;
    margin: 10px 0 0 0;
}

.head_nav {
    position: absolute;
    top: 10px;
    right: 10px;
}

.head_nav ul {
    font-size: 13px;
    color: #fff;
}

.head_nav ul li {
    display: inline-block;
}

.head_nav ul li a {
    color: #fff;
    font-size: 13px;
}

.sidemenu {
    width: 20%;
    min-height: 160px;
    /* background: #fff;
    border: solid 1px #eaeaea; */
    border-radius: 3px;
}

.sidemenu .s_title {
    display: block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #126bb7;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
    /*margin-bottom: 8px;*/
    border: 1px solid #ccc;
}

.sidemenu .s_title:hover {
    background: #126bb7;
    color: #fff;
    border: none;
}

.sidemenu .s_title.active {
    background: #126bb7;
    color: #fff;
    border: none;
}

.sidemenu_ul {
    width: 100%;
}

.sidemenu_ul .sidemenu_li {
    position: relative;
    margin-bottom: 8px;
}

.sidemenu_ul .s_title.noradius {
    border-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.li-img {
    vertical-align: -2px;
}


/*foot页脚*/

.foot {
    /*width: 100%;
	height: 60px;
	background: #fff;
	margin: 0 auto;
	margin-top: 40px;*/
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}

.foot ul {
    /*position: absolute;
    left: 50%;
    margin-left: -310px;*/
    text-align: center;
    font-size: 0;
}

.foot li {
    /*float: left;
    margin-right: 20px;*/
    margin-top: 20px;
    display: block;
}

.foot li:nth-of-type(2) {
    margin: 0 20px;
}

.foot li span,
.foot li a {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
}

.op_btn {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    background-color: #2494f2;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.op_btn:hover {
    color: #fff;
}

.op_btn_primary {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
}

.op_btn_primary.hover {
    color: #555;
}

.op_btn_normal {
    background-color: #2494f2;
}

.op_btn_del {
    background-color: #FF5722;
}

.op_btn_disable {
    background-color: #999;
}

.layui-table-tips-c {
    box-sizing: content-box!important;
}

.layui-form-label .ftx04 {
    color: red;
    margin-right: 2px;
}

.apply-form-mt {
    margin-top: 40px!important;
}

.padding-10-0 {
    padding: 10px 0!important;
}

@media screen and (max-width:750px) {
    html,
    body {
        width: 100%;
        min-height: 100%;
        min-width: auto;
    }
    body {
        padding-bottom: 1.46rem!important;
        background-size: auto;
    }
    .head {
        width: 100%;
        height: 2.2rem;
        position: relative;
        margin-top: 0;
        padding: 0 0 0 0;
        min-width: unset!important;
    }
    .head .logo_area {
        width: 100%;
    }
    .head .logo_name {
        font-weight: bold;
        font-size: 0.38rem;
        margin: 0 auto;
        color: #fff;
        text-align: left;
        padding-left: 0.15rem;
        line-height: 0.8rem;
    }
    .head .logo_area p {
        margin: 0.5rem 0 0;
        font-size: 0.38rem;
        line-height: 0.5rem;
    }
    .head_nav {
        position: absolute;
        top: unset;
        right: 0.2rem;
        bottom: 0.4rem;
    }
    .head_nav ul {
        font-size: 0.26rem;
        color: #fff;
    }
    .head_nav ul li {
        display: inline-block;
    }
    .head_nav ul li a {
        color: #fff;
        font-size: 0.26rem;
    }
    .container {
        width: 100%!important;
        min-width: auto!important;
    }
    .foot {
        width: 100%;
        height: unset;
        background: #fff;
        margin: 0.8rem auto 0;
    }
    .foot ul {
        position: initial;
        left: 0;
        right: 0;
        margin: 0;
        text-align: center;
        padding: 0.1rem 0;
    }
    .foot li {
        display: block;
        float: none;
        margin: 0 auto;
        line-height: 0.42rem;
        font-size: 0.28rem;
    }
    .foot li span,
    .foot li a {
        display: inline-block;
        line-height: initial;
        font-size: 0.24rem;
    }
    .alert {
        padding: 0.24rem 0.4rem;
        margin-bottom: 0.32rem;
        font-size: 0.28rem;
    }
    .alert-dismissible {
        padding-right: 1.24rem;
    }
    .alert-dismissible .close {
        padding: 0.24rem 0.4rem;
    }
    .sidemenu {
        float: unset;
        width: 100%;
        min-height: unset;
        border-radius: 0;
    }
    .sidemenu_ul {
        display: flex;
        justify-content: space-between;
    }
    .sidemenu .sidemenu_li {
        flex: 1;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        font-size: 0.30rem;
        border-radius: 0;
        margin-bottom: 0.16rem;
        border: none;
    }
    .sidemenu .sidemenu_li .s_title {
        display: block;
        border: none;
        height: 1rem;
        line-height: 1rem;
        font-size: 0.30rem;
        border-radius: 0;
    }
    .sidemenu .sidemenu_li .s_title {
        font-size: 0.27rem!important;
    }
    .li-img {
        width: 0.3rem;
        vertical-align: -0.05rem;
    }
    .layui-form-item .layui-form-label {
        width: 100%!important;
        text-align: left;
        float: inherit;
        padding: 9px 0;
    }
    .layui-form-item .layui-input-block {
        width: 100%!important;
        margin: 0 auto;
    }
    .layui-form-item .layui-input-block .layui-input-inline {
        width: 100%!important;
        margin: 0 0 10px 0!important;
    }
    .layui-form-item .layui-input-block .confirm_btn,
    .layui-form-item .layui-input-block button,
    .layui-form-item .layui-input-block .layui-btn {
        width: 100%!important;
    }
    .apply-form-mt {
        margin-top: 0!important;
    }
    .user_info_t_wrap {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .user_info_t_wrap .search-input-wrap {
        display: inline-block!important;
        width: calc(100% - 71px);
    }
    .user_info_t_wrap .search-confirm-wrap {
        display: inline-block!important;
    }
}

.alert {
    position: relative;
    padding: 12px 20px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 62px;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 20px;
    color: inherit;
}

.alert-primary {
    color: #1b4b72;
    background-color: #d6e9f8;
    border-color: #c6e0f5;
}

.alert-primary hr {
    border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
    color: #113049;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #1d643b;
    background-color: #d7f3e3;
    border-color: #c7eed8;
}

.alert-success hr {
    border-top-color: #b3e8ca;
}

.alert-success .alert-link {
    color: #123c24;
}

.alert-info {
    color: #385d7a;
    background-color: #e2f0fb;
    border-color: #d6e9f9;
}

.alert-info hr {
    border-top-color: #c0ddf6;
}

.alert-info .alert-link {
    color: #284257;
}

.alert-warning {
    color: #857b26;
    background-color: #fffbdb;
    border-color: #fffacc;
}

.alert-warning hr {
    border-top-color: #fff8b3;
}

.alert-warning .alert-link {
    color: #5d561b;
}

.alert-danger {
    color: #761b18;
    background-color: #f9d6d5;
    border-color: #f7c6c5;
}

.alert-danger hr {
    border-top-color: #f4b0af;
}

.alert-danger .alert-link {
    color: #4c110f;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}


/* reset layui.css */

.layui-table td,
.layui-table th {
    vertical-align: middle;
}
.operate-btn{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 5px;
}
.icon-import{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/file.png') no-repeat center;
    background-size: contain;
}
.icon-download{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/down.png') no-repeat center;
    background-size: contain;

}
.margin-left{
    margin-left: 16px;
}