.s_swiper_img1{
	width: 100%;
	max-width: 1920px;
	min-width: 1420px;
	margin: 0 auto;
	height: 800px;
	background-size: 1920px 800px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/selfService_head.jpg);
}
.selfService_login_div{
	width: 1420px;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.selfService_login{
	width: 460px;
	height: 498px;
	background-image: url(../images/selfService_login.png);
	background-size: 460px 498px;
	margin-left: 875px;
	margin-top: 305px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 20px 20px 0 0;
}
.selfService_login_title{
	font-size: 48px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 60px;
}
.selfService_inputBox{
	width: 355px;
	height: 55px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	margin: 20px auto;
	background-size: 25px 25px;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.selfService_inputBox1{
	background-image: url(../images/user.png);
}
.selfService_inputBox2{
	background-image: url(../images/password.png);
}
input{  
	background:none;  
	outline:none;  
	border:none;
}
input:focus{   
	border:none;
}
.selfService_inputBox input{
	width: 240px;
	height: 55px;
	margin-left: 65px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 55px;
	text-align: center;
}
input::-webkit-input-placeholder{
  color:#FFFFFF;
  text-align: center;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#FFFFFF;
  text-align: center;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#FFFFFF;
  text-align: center;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#FFFFFF;
  text-align: center;
}
.selfService_button{
	width: 355px;
	height: 55px;
	border-radius: 10px;
	margin: 20px 52.5px;
	color: #FFFFFF;
	background-color: #29a0dc;
	font-size: 18px;
}
#head_content_tag5{
	color: #E60000;
}