<style type="text/css">
*{margin: 0; padding: 0;}
body{
	margin:0;
	padding: 0;
  	font-family: "Microsoft YaHei"; 
}
.clean{clear: both;}


.content{
	width: 100%;
	height: 660px;
	margin-top: -1%;
	background: url(../img/bg-main.png) no-repeat center top;
  	background-size:100% auto;
}
.content .logo-tit{
	font-size: 56px;
	color: #015fec;
	padding: 70px 45px 0;	
}
.content .logo{
	display: inline-block;
	width: 63px;
	height: 62px;
	background: url(../img/ico-logo.png) no-repeat right center;
  	background-size:100% auto;
	margin-right: 15px;
	vertical-align:sub;
}
.content .loginfo{
	margin: auto;
	margin-top: 4%;
	width: 1014px;
	height: 376px;
	border: 2px solid #499dd4;
	background-color: #FFFFFF;
	border-radius: 22px;
}
.content .login-img{
	float: left;
	width: 675px;
	height: 376px;
	background: url(../img/roll-7.png) no-repeat center center;
	background-size:100% ;
}
.content .logincont{
	float: left;
	width: 338px;
	/* margin-left: 30px; */
	
}
.content ul {
	margin: 0;
	padding: 0;
	margin: auto;
}
.content ul li{
	display: block;
	list-style: none;
	width: 270px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	margin: auto;
	margin-bottom: 24px;
}
.content ul li .boxs{
	width: 270px;
	height: 40px;
	border: 1px solid #00a1e9;
}
.content ul li .boxs-two{
	width: 270px;
	height: 40px;
	border: 1px solid #00a1e9;
}
.content ul li:first-child{
	padding-top: 40px;
}

.content ul li .user_name{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon-username.png) no-repeat center center;
  	background-size:100% auto;
  	vertical-align: text-top;
  	margin-left: 10px;
}
.content ul li .pass_word{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon-password.png) no-repeat center center;
  	background-size:100% auto;
  	vertical-align: text-top;
  	margin-left: 10px;
}
.content ul li .verification_code{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon-verificationcode.png) no-repeat center center;
  	background-size:auto 100%;
  	vertical-align: text-top;
  	margin-left: 10px;
}

.content .boxs input[type=text] {
    width: 225px;
    padding: 0 5px;
    height: 40px;
    border: none;
    background: none;
    color: #00a1e9;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
}
.content .boxs input[type=password] {
    width: 225px;
    padding: 0 5px;
    height: 40px;
    border: none;
    background: none;
    color: #00a1e9;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
}
.content .boxs-two input[type=text] {
    width: 135px;
    padding: 0 5px;
    height: 40px;
    border: none;
    background: none;
    color: #00a1e9;
    font-size: 15px;
    line-height: 40px;
    border-radius: 5px;
    outline: none;
    font-weight: bold;
}
 input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
    color: #00a1e9;
}
 input[type=password]::-webkit-input-placeholder { /* WebKit browsers */
    color: #00a1e9;
}
.content .boxs-two .yard{
	display: inline-block;
	float: right;
	width: 90px;
	height: 40px;
	background: url(../img/img-yard.png) no-repeat right center;
  	background-size:auto 100%;
  	vertical-align: text-top;
}
.content li .boxs-two{
	display: inline-block;
}
.content li .save_right{
	display: inline-block;
	float: right;
	color: #00a1e9;
}
.content .inputs input[type=radio] {
    width: 15px;
    margin: 0 5px 0 0;
    height: 15px;
    border: 1px solid #00a1e9;
    background: #none;
    border-radius: 3px;
    vertical-align: middle;
}
.content li button {
    width: 270px;
    height: 44px;
    border: none;
    background: #00a1e9;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.content li button:hover{
	outline: none;
	background:#0088c5;
}


footer{
	position: relative;
	top: 80px;
	width: 100%;
}
footer .copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #020f22;
	margin: 0 0 3px 0;
}
