*{
	box-sizing: border-box;
	font-family: Source Han Sans CN;
}

a{
	text-decoration: none;
}
body,html{
	padding: 0;
	margin:0;
	width: 100%;
	height: 100%
}

.bg_inner{
	background-image: url(/public/magazine/pc/images/01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:100%;
	height: 100%;
}

.dot{
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin:0 40px;
}

.name_epaper{
	font-size: 40px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	/*color: #FFFFFF;*/
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.logo_epaper{
	height: 65px;
	display: inline-block;
	vertical-align: middle;
}

.login_inner{
	width: 600px;
	/*height: 700px;*/
	padding-bottom:8%;
	background: #FFFFFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 0 auto;
	/* margin-top: 4% */
}
.coriner{
	width: 350px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 10px;
	margin: 0 auto
}
.logo_icon{
	display: inline-block;
	vertical-align: middle;
}
input::placeholder{
	font-size: 16px;
	color: #B8B8B8;
}
input{
	font-size: 20px;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	/*width: 280px;*/
	border:none;
	height: 35px;
	padding-left: 10px
}

.input_name{
	
}

button,input:focus{
	outline:none;
}

.login_button{
	width: 350px;
	height: 50px;
	background: #1B5FA6;
	border-radius: 25px;
	display: inline-block;
	margin:0 auto;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border:none;
	margin-top: 66px;
	cursor: pointer;
}

.forget_passw{
	color: #999999;
	font-size: 14px
}

.regist{
	color: #1B5FA6;
	font-size: 14px;
}

#button2{
	/*min-width: 97px;*/
	height: 40px;
	background: rgba(66, 123, 255, 0);
	border: 1px solid #1B5FA6;
	border-radius: 5px;
	color: #1B5FA6;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
    display: inline-block;
    padding:0 10px;
    float: right;
    margin-top: -3px;
}

.tips{
	color: red;
	font-size: 16px;
	float: left;
    width: 100%;
    text-align: center;
    display: none;
}