﻿/* CSS Document */
*{font-size:9pt;border:0;margin:0;padding:0;}
body{font-family:'΢���ź�'; margin:0 auto;min-width:980px;}
ul{display:block;margin:0;padding:0;list-style:none;}
li{display:block;margin:0;padding:0;list-style: none;}
imgs{border:0;}
dl,dt,dd,span{margin:0;padding:0;display:block;}
a,a:focus{text-decoration:none;color:#000;outline:none;blr:expression(this.onFocus=this.blur());}
a:hover{color:#00a4ac;text-decoration:none;}
table{border-collapse:collapse;border-spacing: 0;}
cite{font-style:normal;}
h2{font-weight:normal;}

/*cloud*/
#mainBody {width:100%;height:100%;position:absolute;z-index:-1;}
.cloud {position:absolute;top:0px;left:0px;width:100%;height:100%;background:url(/images/login/cloud.png) no-repeat;z-index:1;opacity:0.5;}
#cloud2 {z-index:2;}


/**treeselect*/
.layui-form-select .layui-tree {
    display: none;
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 999;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

.layui-form-selected .layui-tree {
    display: block;
}

.weadmin-trailer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 300;
    color: #ccc;
}

.login-bg {
    /*background: #eeeeee 0 0 no-repeat;*/
    background-size: cover;
    overflow: hidden;
    background: #93defe;
}

.loging {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    margin: 120px auto 0;
}

.login {
    width: 400px;
    padding: 50px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    margin-right: 50px;
    position: relative;
    margin-top: 50px;
}

.login_logo {
    width: 120px;
    height: 120px;
    border: 5px solid #93defe;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    line-height: 110px;
    position: absolute;
    top: -60px;
    right: 140px;
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
}

    .login_name p {
        width: 100%;
        text-align: center;
        font-size: 18px;
        color: #444;
        padding: 10px 0 20px;
    }

.login a.logo {
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}

.login .message {
    color: #0c5b77;
    position: relative;
    font-size: 22px;
    text-align: center
}

.login #darkbannerwrap {
    background: url(../images/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

@media screen and (max-width: 780px) {
    .yinc {
        display: none !important;
    }

    .login {
        width: auto;
        float: none;
        margin: auto 0px;
        position: none;
    }
}

@media screen and (max-width: 1180px) {
    .yinc {
    }

    .ipa {
        float: right !important;
    }

    .login {
        width: auto;
        float: none;
        margin: auto 0px;
        position: none;
    }
}

/* 设置了浏览器宽度不大于901px时 abc 显示200px宽度 */


.login input[type=text],
.login input[type=file],
.login input[type=password],
.login input[type=email],
.login select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

    .login input[type=text]:focus,
    .login input[type=file]:focus,
    .login input[type=password]:focus,
    .login input[type=email]:focus,
    .login select:focus {
        border: 1px solid #27A9E3;
    }

.login input[type=submit],
.login input[type=button] {
    display: inline-block;
    padding: 12px 24px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    margin: 15px auto;
    overflow: hidden;
    padding: 0.6rem 0;
    background-color: rgba(3,106,104,0.7);
}

.login hr {
    background: #fff 0 0 no-repeat;
}

    .login hr.hr15 {
        height: 15px;
        border: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

    .login hr.hr20 {
        height: 20px;
        border: none;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }

.weadmin-body {
    padding: 20px;
}

.weadmin-nav {
    padding: 0 20px;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #e5e5e5;
    line-height: 39px;
    height: 39px;
    overflow: hidden;
}

.weadmin-block {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    line-height: 22px;
    /* border-left: 5px solid #05bafb; */
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
}

.we-search {
    margin-bottom: 20px;
    font-size: 16px;
}

    .we-search input.layui-input {
        width: 190px;
    }

.we-red {
    color: red;
}

.page {
    margin-top: 20px;
    text-align: center;
}

    .page a {
        display: inline-block;
        background: #fff 0 0 no-repeat;
        color: #888;
        padding: 10px;
        min-width: 15px;
        border: 1px solid #E2E2E2;
    }

    .page span {
        display: inline-block;
        padding: 10px;
        min-width: 15px;
        border: 1px solid #E2E2E2;
    }

        .page span.current {
            display: inline-block;
            background: #05bafb 0 0 no-repeat;
            color: #fff;
            padding: 10px;
            min-width: 15px;
            border: 1px solid #05bafb;
        }

    .page .pagination li {
        display: inline-block;
        margin-right: 5px;
        text-align: center;
    }

        .page .pagination li.active span {
            background: #05bafb 0 0 no-repeat;
            color: #fff;
            border: 1px solid #05bafb;
        }
/*登录样式*/

.loginbm {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/images/login/loginbg2.png) repeat-x;
    position: fixed;
    _position: absolute;
    *position: absolute;
    bottom: 0;
    width: 100%;
    color: #0b3a58;
}

    .loginbm a {
        font-weight: bold;
        color: #0b3a58;
    }

        .loginbm a:hover {
            color: #fff;
        }