[class*="am-u-"] + [class*="am-u-"]:last-child {
    float: left;
}
a:active, a:hover {
	color: #0068b7;
	text-decoration: none;
}
a.blue:link {
	color: #0068b7;
	text-decoration: none;
}
a.blue:visited {
	color: #0068b7;
	text-decoration: none;
}
a.blue:active, a.blue:hover {
	color: #0068b7;
	text-decoration: none;
}
.am-btn-primary {
    background-color: #0068b7;
    border-color: #0068b7;
}	
.am-btn-primary:hover {
	background-color: #1050AF;
	border-color: #1050AF;
}
.am-form select, .am-form textarea, .am-form input[type="text"], .am-form input[type="password"], .am-form input[type="datetime"], .am-form input[type="datetime-local"], .am-form input[type="date"], .am-form input[type="month"], .am-form input[type="time"], .am-form input[type="week"], .am-form input[type="number"], .am-form input[type="email"], .am-form input[type="url"], .am-form input[type="search"], .am-form input[type="tel"], .am-form input[type="color"], .am-form-field {
    border-radius: 4px;
}
img {
	border-radius: 4px;
	}
.am-btn {
	border-radius: 4px;
	}
.container_1600 {
    width: auto;
    margin-left:13%;
    margin-right:13%;
}
.header_nav .container_1600 {
    width:1600px;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (max-width: 1600px) { 
.header_nav .container_1600 , .container_1600 {
    width: auto;
    margin: 0 6%;
}
}
@media only screen and (max-width: 768px) { 
.container_1600 {
    width: 100%;
	margin-left:0%;
    margin-right:0%;
}
}
/***************登录****************/

.login-box {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10%;
    padding-bottom: 10%;
	}
.login-main {
	width:1000px;
	padding:70px;
	border:1px solid #71bef2;
	margin:0 auto 0 auto;
	background-color:rgba(255,255,255,.9);
	border-radius: 4px;
	}
.login-l-1 {
	float:left;
	width:40%;
	padding-top:5%;
	}
.login-l-2 {
	float:left;
	padding-left:70px;
	width:59%;
	border-left:1px solid #ddd;
	}
.login-tab {
	margin-bottom:20px;
	}
.login-tab li {
	float:left;
	width:35%;
	cursor:pointer;
	}
.login-tab li span {
	display:block;
	font-size:20px;
	text-align:left;
	color:#999;
	line-height:36px;
	cursor:pointer;
	font-weight:bold;
	}
.login-tab .on span {
	color:#0068b7;
	}
.login-tab .log-reg {
	width:30%;
	text-align:right;
	font-size:16px;
	line-height:36px;
	}
.log-reg .red {
	color:#dd7329;
	}
.login-main .am-form-icon i {
	position: absolute;
	font-size: 16px;
	top: 54%;
	display: block;
	margin-top: -0.635em;
	line-height: 1;
	z-index: 2;
	color: #B7B7B7;
	font-style: normal;
	width: 90px;
	text-align: center;
	border-right: 1px solid #cccccc;
}
.login-main .am-form-icon .am-form-field {
	padding-top:15px;
	padding-bottom:15px;
    padding-left: 110px !important;
	font-size:16px;
	line-height: 1.4;
}
.log-yzm {
	position:absolute;
	top:1px;
	right:1px;
	padding-top:16px;
	padding-bottom:15px;
	}
.log-btn {
	padding-top:15px;
	padding-bottom:15px;
	display:block;
	width:100%;
	}
.login-l-1 img {
	margin-top:30px;
	}
	
.login-main .am-btn-warning {
   background-color: transparent;
    border-color: transparent;
	color:#0068b7;
}
@media only screen and (max-width: 1600px) { 
.login-main {
    width: 800px;
    padding: 50px;
}
.login-l-1 img {
	height:110px;
	margin-top:40px;
	}
.login-main .am-form-icon .am-form-field {
    font-size: 14px;
}
.log-yzm , .log-btn {
    font-size: 14px;
}
.login-tab li span {
    font-size: 18px;
}
}
	
	
	
@media only screen and (max-width: 768px) { /*手机端*/	
.login-box {
    padding-top: 20%;
	min-height:600px;
	background-size:300%;
}
.login-main {
	width:90%;
	padding:30px 30px 20px 30px;
	}

.login-l-1 {
	width:100%;
	padding-top:0%;
	text-align:center;
	margin-bottom:20px;
	}
.login-l-1 img {
	width:50%;
	height:auto;
	margin-top: 0px;
	}
.login-l-2 {
	padding-left:0px;
	width:100%;
	border-left:0px solid #ddd;
	}
.login-tab {
    margin-bottom: 10px;
}
.login-tab li {
    width: 40%;
}
.login-tab li span {
    font-size: 18px;
}
.login-tab .log-reg {
	width: 20%;
    font-size: 16px;
}
.login-main .am-form-icon i {
    font-size: 14px;
    top: 54%;
    width: 70px;
}
.login-main .am-form-icon .am-form-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px !important;
    font-size: 14px;
}
.log-yzm {
	font-size:14px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.log-btn {
	font-size:14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
}

@media only screen and (min-width: 769px) { /*pc*/
.am-form .am-form-label {
	padding-top:8px;
	}
}
/***************注册****************/
.reg-box {
    background-image: url(../images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 1000px;
    padding-top: 5%;
}
.reg-main {
	width:1000px;
	padding:30px;
	margin:0 auto 0 auto;
	background-color:rgba(255,255,255,.9);
	border-radius: 4px;
	font-size:16px;
	}
.reg-main h1 {
	text-align:center;
	font-size:24px;
	position:relative;
	margin-bottom:30px;
	}
.reg-main .reg-log {
	position:absolute;
	top:5px;
	right:0px;
	font-size:16px;
	line-height:36px;
	font-weight:normal;
	}
.reg-log .red {
	color:#ff4900;
	}
.reg-frombox {
	width:85%;
	margin-left:7.5%;
	}
.reg-btn {
	width:300px;
	font-size:18px;
	font-weight:bold;
	}
.reg-main #imgVerify {
	position:absolute;
	right: 24px;
    top: 8px;
    height: 25px;
	}
.reg-main .reg-yzm {
	position:absolute;
	right:15px;
	top:0px;
	height: 39.5px;
	background-color: transparent;
    border-color: transparent;
	color:#0068b7;
	}
.ts-txt span {
	background-color: #FFF9EE;
	display: inline-block;
	margin-top: 4px;
	color: #ff4900;
	border: 1px solid #FFDBC8;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 4px;
	font-size:14px;	
	}
.i-agree {
	padding-left:15px;
	}
.reg-frombox label {
    font-weight: normal;
}
@media only screen and (max-width: 768px) { /*手机端*/	
.reg-box {
    padding-top: 10%;
	padding-bottom:10%;
	background-position: center bottom;
	background-size:400%;
	background-color:#d5f3ff;
}
.reg-main {
	width:90%;
	padding: 20px;
	}
.reg-frombox {
    width: 100%;
	margin-left:0%;
}
.reg-main #imgVerify {
    right: 18px;
}
.reg-main .reg-yzm {
    right: 5px;
    top: 2px;
}
.reg-btn {
	width:100%;
	}
.ts-txt span {
	margin-top: 10px;
	}
.i-agree {
	padding-left:10px;
	}
}

/*找回密码*/
.logbg {
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:6%;
	padding-bottom:8%;
	}
.logbg .am-container {
	min-height:auto !important;
	}
.logbox {
	width:60%;
	margin-left:auto !important;
	margin-right:auto !important;
	border: 1px solid #E1E1E1;
	font-size:16px;
	background-color:rgba(255,255,255,.9);
	border-radius: 4px;
	}
.logbox label {
    font-weight: normal;
}
.logtit {
	padding-bottom: 20px;
	border-bottom:2px solid #0068b7;
	padding-top: 20px;
	}
.logtit h1 {
	text-align:center;
	font-size:24px;
	}
.logcdx {
	position:relative;
	padding: 20px;
	padding-top:30px;
	font-size:15px;
	}
.hd-bd {
	padding-bottom:25px;
	}
.logbox .am-u-md-9 input {
	width:87%;
	}
.logbox .am-u-md-4, .logbox .am-u-md-8 {
	width:100%;
	text-align:left;
	}
.logbox .am-u-md-8 {
	margin-top:10px;
	}
.logbox .am-btn-primary {
	width:100px;
	font-size:16px;
	}
.logbox .joinwm-1 {
	position:absolute;
	top:3px;
	right:17%;
	}
.logbox .joinwm-1 .am-btn-default {
    color: #0068b7;
    background-color: transparent;
    border-color:transparent;
}
.logbox .joinwm-img {
	position:absolute;
	top:6px;
	right:18%;
	}
.logbox .joinwm-img img {
	height:25px;
	}
@media only screen and (max-width: 768px) { /*手机端*/	
.logbox {
	width:95%;
	font-size:14px;
	}
.logtit h1 {
    font-size: 18px;
}
.logbox .am-u-md-9 input {
	width:100%;
	}
.logbox .joinwm-img {
    top: 7px;
    right: 19px;
}
.logbox .joinwm-1 {
    right: 5px;
}
}