*{
    padding:0;
    margin:0;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei','YaHei','SimHei','Hei';
}
body{
    min-width:1200px;
}
.header-box{
    width:100%;
    height:100px;
    line-height:100px;
    background-color:#fff;
}
.header-box>.wrapper{
    width:1200px;
    margin:auto;
    font-size:26px;
    font-weight:bold;
    color:#000;
    overflow: hidden;
}
.header-box img{
    width:250px;
    height:69px;
    float:left;
    margin-top:18px;
}
.header-box p{
    float:right;
    font-size:14px;
    color:#3e3a39;
}
.login-wrapper{
    width:100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.login-wrapper .login-bg{
    width:100%;
}
.login-box{
    width:353px;
    border-radius: 6px;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-190px;
    margin-left:240px;
    background-color:#fff;
}
.login-title{
    width:100%;
    padding:33px 0 30px 0;
    text-align: center;
    font-size:22px;
    font-weight:bold;
    color:#3e3a39;
}
.login-title img{
    width:200px;
}
.login-box ul>li{
    width:266px;
    margin:0 auto;  
    color:#666;
}
.login-box ul>li>.zhanghao{
    width:266px;
    height:40px;
    line-height:40px;
    border:1px solid #dad9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:auto;
    background: url("img/account@2x.png") no-repeat 10px center;
    background-size:22px 22px;
    padding-left:40px;
    font-size:16px;
    color:#666;
    margin-bottom:20px;
}
input::-webkit-input-placeholder {
    color: #dad9d9;
    font-size:16px;
}
.login-box ul>li>.pwd{
    width:266px;
    height:40px;
    line-height:40px;
    border:1px solid #dad9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:auto;
    background: url("img/Password@2x.png") no-repeat 10px center;
    background-size:22px 22px;
    padding-left:40px;
    font-size:16px;
    color:#666;
    margin-bottom:20px;
}

.login-box ul>li>.sign{
    width:180px;
    height:40px;
    line-height:40px;
    border:1px solid #dad9d9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin:auto;
    background: url("img/verification.png") no-repeat 10px center;
    background-size:22px 22px;
    padding-left:40px;
    font-size:16px;
    color:#666;
    margin-bottom:20px;
}

.login-box ul>li> .yzmspan{
	float:right;
	display:inline-block;
	height:40px;
	line-height:40px;
	background-color:#ff9d02;
	color:#fff;
	width:84px;
	text-align:center;
	font-size:18px
}

.login-btn{
    width:266px;
    height:40px;
    border: none;
    color:#fff;
    font-size:16px;
    background-color:#0083ed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: right;
    margin: auto;
    margin-bottom:15px;
    cursor:pointer;
}
.foot{
    width:100%;
    height:44px;
    line-height:44px;
    font-size:14px;
    color:#575757;
    text-align: center;
}

html {
    overflow-y: scroll;
}

:root {
    overflow-y: auto;
    overflow-x: hidden;
}

:root body {
    position: absolute;
}

body {
    width: 100vw;
    overflow: hidden;
}
