@charset "UTF-8";

.header {
	min-height: 80px;
	background-color: #f8f8f8;
}

.header .header-l {
	float: left;
	height: 45px;
	line-height: 44px;
	margin-top: 18px;
}

.header .header-l span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
}

.header .header-r {
	float: right;
	margin-top: 30px;
}

.header .header-r a {
	font-size: 18px;
	color: #696969;
	margin-left: 25px;
}

.header .header-r a:hover {
	color: #66B9FF;
}

.bg-img {
	min-width: 1200px;
	overflow: hidden;
}

.footer-l {
	float: left;
	line-height: 32px;
	/* margin-right: 370px; */
}

.footer-r {
	float: right;
	margin-top: 16px;
}

.footer-text {
	float: left;
	margin-left: 15px;
	line-height: 35px;
}

.footer-text a {
	color: #31a1ff;
}

.main {
	position: relative;
}

.register, .reset, .login {
	position: absolute;
	width: 360px;
	/*  height: 540px; */
	padding: 0 35px;
	background-color: rgba(248, 248, 248, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5f8f8f8,
		endColorstr=#E5f8f8f8);
	left: 50%;
	top: 50%;
	margin-left: -215px;
	margin-top: -270px;
	border-radius: 5px;
}

/* .tab_nav {
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
}

.tab_nav span {
    padding: 0 30px;
}

.tab_nav .tab_a {
    padding-bottom: 5px;
}

.tab_nav .tab_a.active {
    color: #59a8ff;
    border-bottom: solid 2px #59a8ff;
} */
.user-form-input {
	height: 44px;
	margin-bottom: 20px;
}

.user-holder {
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	height: 26px;
	padding: 8px;
	line-height: 26px;
	position: relative;
}

.focus {
	border-color: #4a90fe;
}

.user-icon {
	font-size: 20px;
	position: absolute;
	left: 8px;
	top: 8px;
}

.user-input {
	width: 310px;
	height: 26px;
	background-color: transparent;
	border-width: 0;
	font-size: 14px;
	outline: none;
	color: #323c44;
	padding: 0 0 0 29px;
	float: left;
}

.user-form-pic .user-holder {
	width: 244px;
	float: left;
}

.user-form-pic .user-input {
	width: 244px;
}

.verify-pic {
	float: right;
	width: 80px;
	height: 44px;
	background-color: #f2f2f2;
	cursor: pointer;
}

.user-form-code .user-holder {
	width: 188px;
	float: left;
}

.user-form-code .user-input {
	width: 155px;
}

.get-code-btn {
	width: 142px;
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	background-color: #66b9ff;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	float: right;
}

.get-code-btn:hover, .register-submit:hover {
	background-color: #31a1ff;
}

.user-agree a {
	color: #66b9ff;
}

.user-submit {
	display: block;
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	background-color: #66b9ff;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	border: 0px;
	width: 360px;
	cursor: pointer;
}

.user-submit2 {
	display: block;
	height: 44px;
	line-height: 44px;
	border-radius: 3px;
	background-color: #66b9ff;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	border: 0px;
	width: 370px;
	cursor: pointer;
}

.account-login {
	text-align: center;
}

.account-login a {
	color: #66b9ff;
}

.reset .user-submit {
	margin-top: 45px;
}

.reset .tab_content {
	padding: 0 30px;
}

.login {
	/*  height: 455px; */
	padding-top: 85px;
}

.login-text {
	text-align: right;
}

.login-text a {
	color: #696969;
}

.login-text a:hover {
	color: #66b9ff;
}

.login-third-p {
	height: 80px;
	line-height: 80px;
	text-align: center;
}

.login-third-p span {
	padding: 0 20px;
}

.login-third {
	text-align: center;
}

.login-third i {
	display: inline-block;
	width: 51px;
	height: 51px;
	background: url("../images/login-register/icons.png") no-repeat;
	margin: 0 30px;
}

.login-third i.icon-wechat {
	background-position: -121px 0;
}

.login-third i.icon-weibo {
	background-position: -243px 0;
}

/*********************** 绑定手机 start*********************/
.binding {
	height: 800px;
	background-color: #ffffff;
}

.b-main {
	width: 600px;
	height: 600px;
	padding-top: 70px;
	margin: 0 auto;
}

.bind-top {
	margin-bottom: 80px;
}

.bind-top img {
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 40px;
}

.bind-top div {
	padding-top: 30px;
	line-height: 28px;
}

.bind-top div span {
	font-size: 24px;
}

.bind-top div span.name {
	display: inline-block;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.bind-list li {
	width: 500px;
	margin-bottom: 32px;
}

.bind-list li>span {
	display: inline-block;
	width: 60px;
	text-align: right;
	margin-right: 28px;
}

.bind-list li .notice {
	padding-left: 90px;
	margin-top: 5px;
	color: #ED1C24;
	margin-bottom: -10px;
	font-size: 12px;
}

.bind-list li input[type=text], .bind-list li input[type=password] {
	width: 404px;
	height: 38px;
	border: solid 1px #afafaf;
}

.bind-list li input.text-s {
	width: 212px;
}

.bind-list .verify-pic-bind {
	width: 140px;
	height: 40px;
	background-color: #f2f2f2;
	cursor: pointer;
}

.bind-list .get-code-btn-bind {
	width: 186px;
	height: 40px;
	line-height: 40px;
	background-color: #e59933;
	display: inline-block;
	line-height: 40px;
	border-radius: 3px;
	border: 0px;
	cursor: pointer;
	background-color: #e59933;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.bind-list .get-code-btn-bind:hover {
	background-color: #e98b0e;
}

.bind-list .register-finish {
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	background-color: #e59933;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border: 0px;
	cursor: pointer;
}

.bind-list .register-finish:hover {
	background-color: #e98b0e;
}
/*********************** 绑定手机 end*********************/