@charset "utf-8";
* { margin:0px; padding:0px;}
body {
    font-family:PingFangSC-Regular, PingFang SC;;
    background:url(/images/login/login_back.png) no-repeat ;
    /*background:url(/images/login/timg1.jpg) no-repeat ;*/
    background-size: cover ;
    overflow:auto;
}
ul, li { list-style:none;}
p { margin-bottom:0px;}
.cover { width:100%; height:100%; background-color:rgba(0, 0, 0, 0.3); float:left; z-index:-1;position: absolute}
/*.content-box { width:564px; height:468px; position:absolute; top:20%; left:50%; margin-left:-282px; background-color:transparent; }*/
.content-box { width:56rem; height:62rem; position:absolute; top:5rem; left:50%; margin-left:-28rem; background-color:transparent; }
/*.sys-name { width:100%; height:10rem; line-height:10rem; font-size:4rem; color:#FFFFFF;  text-align:center;}*/
.sys-name {
    width: 100%;
    height: 17rem;
    line-height: 10rem;
    font-weight: 700;
    font-size: 11rem;
    color: #FFFFFF;
    text-align: center;
    font-family: cursive;
}
.login-box { background-color:#FFFFFF; width: 56rem; margin: auto; border-radius:3rem; box-shadow:0px 0px 1rem #333;padding: 2rem;}
.box-title { width:100%; height:5rem; line-height:5rem; font-size:3rem; color:#333333;  text-align:center;}
#login-form { width:37rem; margin:auto;}

.input-box { border: 0.1rem solid #D9D9D9; height:4rem;margin: 1rem 0 2.5rem 0;border-radius: 0.2rem;}
/*.name-box { border-bottom:0px; height:40px;}*/
.input-box span { background-color:#FFFFFF; display:inline-block; width:36px; height:36px; float:left; padding:12px 9px 0 9px; line-height:0px;}
.input-box span img { width:16px; height:16px;}
.input-box input { width:32rem; height:3.6rem;line-height: 4rem;font-size: 1.6rem;  border:none; outline:none; padding-left:0.3rem; float:left; box-sizing:border-box;}
.check-box { height:24px; line-height:24px; font-size:12px; color:#999999;}
.rem-name-box { margin:1.5rem 0;}
.check-box input[type=checkbox] { vertical-align:text-bottom; margin-bottom:1px;}
.check-box input[type=button] { background-color:transparent; border:none; color:#3299ED; float:right; outline:none;}
#login-btn { width:100%; height: 40px; border-radius:5px; margin:15px 0; background-color: #3764FF; border:none; outline:none;font-size: 16px;}
