body,h1,h2,h3,h4,h5,h6,ul,li,a,span,div,input,button{ font-family: microsoft yahei; padding: 0; margin: 0; box-sizing: border-box; font-size: 14px;}
ul,li{list-style: none;}
img{border: none;}
a,a:link,a:visited,a:hover{text-decoration: none;}
input{outline: none;}
body{
	height:auto!important;
}
.y_fl{
	float: left;
}
.y_fr{
	float: right;
}
.y_login_logo{
	width: 95%;
	margin:22px auto;
	overflow: hidden;
}
.y_login_bg{
	width: 100%;
	height: 660px;
	background: url(../images/1bg2.jpg) top center no-repeat;
	/*background-size: 100%;*/
	overflow: hidden;
	position: relative;
}
.y_login_con{
	position: absolute;
	top: 5%;
	right: 15%;
	width:456px;
	/* height:90%; */
	background:rgba(255,255,255,1);
	opacity:0.98;
	border-radius:10px;
	padding: 1% 55px;
}
.y_login_con h2{
	color: #117EFF;
	font-size: 26px;
	font-weight: normal;
	padding-top: 2%;
}
.y_login_txt{
	border: 0;
	border-bottom: 1px solid #D7D7D7;
	margin-top: 2%;
	padding-left: 45px;
	width: 347px;
	height:40px;
	line-height: 40px;
}
.y_user{
	background: url(../images/icon_01_c6a.png) 12px 10px no-repeat;
}
.y_password{
	background: url(../images/icon_02_c6a.png) 12px 10px no-repeat;
}
.y_yzm{
	background: url(../images/icon_03.png) 12px 12px no-repeat;
}
.y_phoneyzm{
	background: url(../images/icon_04.png) 12px 13px no-repeat;
}
.y_yzm_part{
	position: relative;
	overflow: hidden;
}
.y_yzm_img{
	display: block;
	width: 66px;
	height: 25px;
	position: absolute;
	right: 0;
	top:11px;
	cursor: pointer;
}
.y_phone_btn{
	display: block;
	position: absolute;
	right: 0;
	top:11px;
	width:94px;
	height:28px;
	line-height: 28px;
	border:1px solid rgba(17,126,255,1);
	border-radius:5px;
	background: none;
	cursor: pointer;
	color: #117EFF;
	font-size: 12px;
}
.y_part_ava{
	height: 14%;
}

.y_forget{
	display: block;
	width: 20%;
	text-align: right;
	color: #484545;
	font-size: 12px;
	line-height:40px;
	float:right;
}
.y_login_btn_login{
	width:318px;
	height:46px;
	background:linear-gradient(90deg,rgba(17,196,255,1),rgba(39,138,255,1));
	border-radius:6px;
	margin: 0px auto;
	color: #fff;
	font-size:16px;
    font-weight:bold;
    line-height: 46px;
    border: 0;
    display: block;
    margin-top:2%;;
    cursor: pointer;
}
.y_footer{
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	line-height: 60px;
	color: #666666
}

/*找回密码*/
.y_password_page{
	background: #F4F4F4
}
.y_toplogo{
	width: 100%;
	background: #fff;
	box-shadow:0px 0px 20px 0px rgba(0,48,90,0.05);
	padding: 22px 0
}
.y_toplogo .y_login_logo{
	margin: 0px auto
}
.y_getpassword{
	width: 900px;
	margin:170px auto;
	margin-top: 100px;
	border-radius:8px;
	background: #fff;
	overflow: hidden;
}
.y_part_tit{
	width: 100%;
	background: #278AFF;
	height: 76px;
	border-radius:8px 8px 0 0;
	display: block
}
.y_part_tit li{
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #fff;
	height: 76px;
	line-height: 76px;
}
.y_part_tit li span{
	display: inline-block;
	width:26px;
	height:26px;
	background:rgba(255,255,255,1);
	border-radius:50%;
	color: #75BAF1;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	margin-right: 8px;
}
.y_part_tit li img{
	padding-top: 29px;
}
.y_part_tit li b{
	font-weight: normal;
	display: inline-block;
	border-bottom: 1px solid #fff;
	height: 50px
}
.y_tit_on{
	color: #666666;
	font-size: 20px;
	display: block;
	padding: 40px 0;
	text-align: center;
	width: 100%;
	font-weight: normal; 
}
.y_input_span{
	display: block;
	width:336px;
	margin: 0px auto;
	padding-bottom: 20px;
	overflow: hidden;
}
.y_input_span input[type="text"],.y_input_span input[type="password"]{
	width: 100%;
	height:42px;
	background:rgba(244,244,244,1);
	border:1px solid rgba(221,221,221,1);
	border-radius:5px;
	padding: 0 20px;
	margin:0px 0px 10px 0px;
}
.y_input_span input.y_short_input{
	width: 218px;
}
.y_yzm_btn{
	width:100px;
	height:42px;
	background:linear-gradient(90deg,rgba(17,196,255,1),rgba(39,138,255,1));
	border-radius:5px;
	color: #fff;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.y_long_btn{
	border: none;
	width:336px;
	height:42px;
	background:linear-gradient(90deg,rgba(17,196,255,1),rgba(39,138,255,1));
	border-radius:5px;
	color: #fff;
	font-size: 16px;
	margin:0px auto;
	margin-bottom: 60px;
	display: block;
	cursor: pointer;
}
b.y_jy_tips{
	display: block;
	color: #FF0000;
	clear: both;
	font-weight: normal;
	line-height: 2em
}
input.y_null_input{
	background:rgba(244,244,244,1);
}
.y_reset_btn{
	background:rgba(244,244,244,1);
	color: #AAAAAA
}
.y_input_span input[type="text"].y_username{
	background: #fff;
	color: #666666;
}
.y_sure_pic{
	display: block;
	width: 75px;
	height: 75px;
	margin: 0px auto;
	padding-top: 40px;
}
.y_sure_txt{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}
.y_sure_tips{
	font-size: 14px;
	color: #666666;
	padding-top: 40px;
	display: block;
	text-align: center;
}
.y_login_btn{
	width:336px;
	height:42px;
	background:linear-gradient(90deg,rgba(17,196,255,1),rgba(39,138,255,1));
	border-radius:5px;
	color: #fff;
	font-size: 16px;
	margin:0 auto;
	border:0;
	display:block;
	margin-top: 30px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 60px;
}