html {
	font-size: 37.5px;	
    font-family: sans-serif;
}
body{
	background:#fff;
}
@font-face {
    font-family: 'iconfont';
    src: url('/font/iconfont.eot');
    src: url('/font/iconfont.eot?#iefix') format('embedded-opentype'), url('/font/iconfont.woff2') format('woff2'), url('/font/iconfont.woff') format('woff'), url('/font/iconfont.ttf') format('truetype'), url('/font/iconfont.svg#iconfont') format('svg');
}
.box{
	width: 80%;
    padding: 0 10%;
    position: relative;
    top: 0;
    left: 0;
	height:100vh;
	background:#fff;
}
.box:nth-child(2),.box:nth-child(3){
	left:100vw;
	position: fixed;
}
.iconfont{
	font-family:'iconfont';
}
/*顶部返回*/
.sel-top{
	position:relative;
	background:#fff;
	text-align: center;
    height: 1.2rem;
	font-size:0.49rem;
    line-height: 1.2rem;
}
.sel-top .i-back{
	position: absolute;
    font-size: 0.8rem;
    left: 0;
    line-height: 1.2rem;
}
h2{
	margin-top: 30px;
    font-size: 25px;
}
p.notice {
    color: #999;
}
a{
	color:inherit;
}
.input-div {
    margin-top: 20px;
}
.input-div .input {
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    color: #101010;
    padding: 0 10px;
    background: #f8f8f8;
    border: 0;
    font-size: 14px;
}
.sub_input{
	margin-top:50px;
}
.sub_input .mlogin_but {
    background: #F9682F;
    color: #f1f1f1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: 0;
    border-radius: 4px;
}
.sub_input .mlogin_but.disabled{
	background: #dfdfdf;
}

.code-txt{
	color:#999;
	margin-top:20px;
}