html{width:100%;height:100%}
@font-face {
    font-family: "sourcehansans"; /* 这个名字可以自己定义 */
    src: url("../../common/font/sourcehansans.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url("../../common/font/sourcehansans.eot?#iefix") format("embedded-opentype"),/* IE6-IE8 */
    url("../../common/font/sourcehansans.woff") format("woff"),/* Modern Browsers */
    url("../../common/font/sourcehansans.ttf") format("truetype"),/* Safari, Android, iOS */
    url("../../common/font/sourcehansans.svg#YourWebFontName") format("svg"); /* Legacy iOS */
    font-style: normal;
}
body {
    font-family: "sourcehansans", sans-serif;
    background:url("../../images/base_map.png");
    height:100%;
    width:100%;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
#container{height:100%;width:100%;}
input:-webkit-autofill {-webkit-box-shadow:inset 0 0 0 1000px #fff;background-color:transparent;}
.admin-login-background {
    width:390px;
    height:412px;
    position:absolute;
    left:73%;
    top:35%;
    margin-left:-150px;
    margin-top:-100px;
    border-radius: 6px;
    background-color: rgba(255,255,255,.95);
    border:1px solid #eeeeee;
    text-align: center;
    filter:alpha(Opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
}
.admin-header {text-align:center;font-weight:600;font-size:16px;margin-top: 28px;margin-bottom: 16px;}
.admin-input {border-top-style:none;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;height:40px;width:300px;padding-bottom:0px;}
.admin-input::-webkit-input-placeholder {color:#6a6a6a;}
.layui-icon-username {color:#aaaaaa !important;}
.layui-icon-username:hover {color:#aaaaaa !important;}
.layui-icon-password {color:#aaaaaa !important;}
.layui-icon-password:hover {color:#9dadce !important;}
.admin-input-username {border-top-style:solid; border-radius:3px;text-align: center;}
.admin-input-password {border-top-style:solid;border-radius:3px; text-align: center;}
.admin-input-verify {border-radius:0 0 10px 10px;}
.admin-button {margin-top:20px;font-weight:400;font-size:15px;width:300px;height:40px;border-radius:3px;background-color:#009688;}
.admin-icon {margin-left:90px;margin-top:3px;font-size:30px;}
i {position:absolute;}
.admin-captcha {position:absolute;margin-left:205px;margin-top:-40px;}

header
{
    padding-left: 150px;
    background-color: #000;
    height:45px;line-height: 45px;
    display: flex;
    flex-direction: row;

}
.headerinfo
{
    margin-top: 10px;
    border-top: 1px solid #e3e4e5;
    padding-top: 18px;
    padding-bottom: 18px;
}
.headerinfospan
{

    padding-right: 12px;
    font-size: 15px;
    padding-left: 8px;
}

footer
{
    background-color: #eee;
    height:55px;line-height: 55px;
    position: absolute;
    bottom:0px;
    width: 100%;
    text-align: center;
    font-family: "sourcehansans", sans-serif;
    font-size: 16px;
    color: #787878;
}
#checkCode
{
    border: 1px solid #eeeeee;
    height:40px;
    width: 193px;
    text-align: center;
    border-radius:5px 0px 0px 5px;
}
#checkCode::-webkit-input-placeholder {color:#6a6a6a}
.admin-login-banner{
    position: absolute;
    left: 8%;
    top: 0;
    width: 630px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admin-login-banner img{
    width: 100%;
}