body{
	width: 100%;
	height: 100%;
}
.body_bg{
	background: url(../images/img/newbg.jpg) no-repeat center top;
	background-size: 100% 100%;
	background-attachment:fixed;
}


.content_box{
	width: 800px;
	height: 415px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -208px;
	margin-left: -400px;
	background-color: #fff;
	/* box-shadow: 0 0 14px #e8ebf0; */
	border-radius: 10px;
	background: rgba(255,255,255,0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8ffffff,endColorstr=#c8ffffff);
}
.login_box{
	width: 100%;
	box-sizing: border-box;
	padding-top: 50px;
	overflow: hidden;
}
.title{	
	text-align: center;
	margin-top: 50px;
}

.content{
	width: 50%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../images/img/line.png) no-repeat right center;
}
.content b{
	display: block;
	width: 288px;
	line-height: 32px;
	box-sizing: border-box;
	text-align: left;
	color: #343434;
}
.content input{
	width: 288px;
	height: 30px;
	line-height: 28px;
	border-radius: 4px;
	border: solid 1px #D2D2D2 ;
	box-sizing: border-box;
	padding-left: 8px;
	color: #000000;
	margin-bottom: 10px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #CBCBCB;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #CBCBCB;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #CBCBCB;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #CBCBCB;
}

.name_box{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 288px;
	height: 30px;
	border-radius: 4px;
	border: solid 1px #D2D2D2 ;
	box-sizing: border-box;
	color: #000000;
	margin-bottom: 10px;
	text-align: left;
	background-color: #FFFFFF;
}
.name_cont{
	width: 150px!important;
	height: 28px!important;
	border: none!important;
	box-sizing: border-box;
}
.name_box:focus{ 
	border: solid 1px #158eee ;
}
.name_cont{
	outline: none!important;
}
.inp_name{
	display: block;
	position: relative;
}
.inp_name span{
	position: absolute;
	bottom: 16px;
	right:70px ;
	color: #333333;
}

.btn_login{
	width: 288px;
	height: 36px;
	border-radius: 4px;
	background-color: #397DFF ;
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 16px;
	cursor: pointer;
}
.btn_login:hover{
	background-color: #428EFF  ;
}
.contact{
	width: 50%;
	float: left;
	text-align: left;
	padding-left: 36px;
	box-sizing: border-box;
	padding-top: 30px;
	
}
.contact p{
	font-size: 13px;
	color: #606060;
	line-height: 24px;
	margin-left: 5px;
}
.contact p a{
	text-decoration: underline;
	color: #3A7FFF !important;
	margin-right: 12px;
}
.textbox{
	width: 100%;
	height: 102px;
	box-sizing: border-box;
	padding-left: 100px;
	text-align: left;
	background: url(../images/img/vx.png) no-repeat left center;
	margin-top: 20px;
	padding-top: 4px;
	
}
.textbox b{
	font-size:14px ;
	color: #565656;
	margin-left: 5px;
}
.textbox p{
	font-size:12px ;
	color: #565656;
	line-height: 18px;
	
}