<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * =============================================
 * @des:      my less lib
 * @author:   鏍瑰彿涓�
 * @email: 	  sqrtthree@foxmail.com
 * @date:     2014-2-07
 * =============================================
 */


/**
 * 澶栭儴鎺ュ彛(浣跨敤鏃跺彧闇€鍦ㄦ墍缂栬緫鐨刲ess鏂囦欢椤堕儴寮曞叆 @import "my_less.css" 鍗冲彲;)
 */


/**
 * 甯歌娴忚鍣ㄧ殑鍏煎鎬ч棶棰�
 */


/**
 * css3灞炴€�
 */


/**
 * IE--opactity鍏煎鎬�
 * @params [ 0 ~ 100 ]
 */

* {
	font-family: "寰蒋闆呴粦";
}

body {
	background: none!important;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.cont-box {
	margin-top: 25px;
	margin-bottom: 20px;
}

.cont-box .tab-box {
	border-bottom: 1px solid #ddd;
}

.cont-box .tab-box .tab {
	margin-bottom: -1px;
}

.cont-box .tab-box .tab li {
	/*float: left;*/
	/*display: inline;*/
	float: left;
	width: 50%;
}

.cont-box .tab-box .tab a {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	margin-top: 2px;
	margin-right: 10px;
	border-bottom: none;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	color: #888;
}

.cont-box .tab-box .tab .active a {
	height: 58px;
	line-height: 58px;
	border-bottom: 2px solid #3498db;
	margin-top: 0;
	font-weight: bold;
	color: #666;
}

.cont-box .box {
	/*padding: 25px 5% 0px;*/

}
.newBox{
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	width: 1200px;
	/* padding: 30px 23px; */
	/* min-height: 454px; */
	height: 820px;
}

.cont-box .box.active {
	display: block;
}

.cont-box .box .ad-box {
	position: relative;
	z-index: 10;
	float: left;
	width: 258px;
	height: 454px;
	margin-left: 45px;
	margin: 87px 0 0 45px;
}
.cont-box .box .ad-box_ {
	position: relative;
	z-index: 10;
	float: right;
	width: 545px;
	height: 350px;
	margin: 136px 0 0 45px;
	border-left: 1px solid #E5E5E5;
}

.ad-box img {
	display: block;
	margin: 0 auto;
	width:60%;
}

.loginbg {
	background: #f0f0f0;
	padding:123px 0px 210px 0px;
	display: inline-block;
	width: 100%;
	min-width: 1400px;
}
.loginbg_ {
	background: #f0f0f0;
	padding:  20px 0px;
	display: inline-block;
	width: 100%;
	min-width: 1400px;
}

.cont-box .box .ad-box .title {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 14px;
	font-family: "SimSun", "瀹嬩綋";
	color: #999;
}

.cont-box .box .ad-title {
	color: #5f6d85;
	font-size: 28px;
	margin-bottom: 40px;
	text-align: center;
}

.cont-box .box .ad-code {
	text-align: center;
	font-size: 15px;
	margin-top: 20px;
}

.cont-box .box .ad-box .title a {
	color: #8cc152;
}

.cont-box .box .loginbk .ipt-box,.cont-box .box .loginbk_ .ipt-box  {
	position: relative;
	margin-bottom: 20px;
}

.cont-box .box .loginbk .mgn_24,.cont-box .box .loginbk_ .mgn_24 {
	margin-bottom: 24px;
}

.cont-box .box .ipt-box input {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 40px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ccd5db!important;
	font-size: 14px;
	vertical-align: middle;
	color: #000;
	background-color: transparent;
}

.cont-box .box .ipt-box input.active {
	border-color: #aaa;
}

.cont-box .box .ipt-box .tips {
	position: absolute;
	left: 8px;
	top: 15px;
	font-size: 16px;
	color: #c7c7c7;
	z-index: 1;
}

.cont-box .box .ipt-box .msg {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 99;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-left: 10px;
}

.cont-box .box .ipt-box .msg .icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 40px;
	vertical-align: middle;
	background: url(../images/ret_icon.png) -24px -2px no-repeat;
	margin-top: 3px;
}

.cont-box .box .ipt-box .msg .text {
	font-family: "SimSun", "瀹嬩綋";
	vertical-align: middle;
	color: #e74c3c;
	height: 35px;
	line-height: 35px;
	width: auto;
	display: block;
}

.cont-box .box .ipt-box .msg.zq .icon {
	*position: relative;
	*top: 14px;
	background-position: -1px -2px;
}

.cont-box .box .ipt-box .msg.zq .text {
	color: #1ABC9C;
}

.cont-box .box .ipt-box .msg.right .text {
	display: none;
}

.cont-box .box .ipt-box .msg.warn .icon {
	background-position: -48px -2px;
}

.cont-box .box .ipt-box .msg.warn .text {
	color: #feac05;
}

.cont-box .box .ipt-box .msg.error .icon {
	background-position: -24px -2px;
}

.cont-box .box .ipt-box img {
	vertical-align: middle;
	width: 100px;
	height: 42px;
}

.cont-box .box .ipt-box .verifi-tips {
	color: #999;
}

.cont-box .box .ipt-box .verifi-tips a {
	color: #3498db;
}

.cont-box .box .auto-login {
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 14px;
	color: #f00;
	font-size: 14px;
}

.forwarn {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}

.find-password {
	float: right;
	color: #666;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
}

.cont-box .box .auto-login label {
	font-family: "SimSun", "瀹嬩綋";
	color: #666;
}

.cont-box .box .auto-login input {
	vertical-align: middle;
}

.cont-box .box #login-btn, .cont-box .box #reg-btn {
	width: 100%;
	border: none;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #36aae2;
	cursor: pointer;
}
.cont-box .box #login-btn_, .cont-box .box #reg-btn_ {
	width: 330px;
	border: none;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #36aae2;
	cursor: pointer;
}

.cont-box .box #login-btn:hover,
.cont-box .box #reg-btn:hover {
	background-color: #26a0da;
}

.cont-box .box #reg-btn.not-allowed {
	background-color: #9EA8AF;
	cursor: not-allowed;
}

.cont-box .box #reg-btn.not-allowed:hover {
	background-color: #9EA8AF;
}

.cont-box .box .to-reg {
	width: 280px;
	line-height: 36px;
	font-family: "SimSun", "瀹嬩綋";
	text-align: center;
	color: #999;
}

.cont-box .box .to-reg a {
	color: #3498db;
}

#verification-code {
	width: 112px;
	margin-right: 6px;
}

#user_more {
	/*display: table;*/
	clear: both;
	width: 100%;
	position: relative;
}

#user_more span {
	font-size: 14px;
	color: #666;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 10px 0px;
	/* width: 100%; */
	text-align: center;
	float: left;
	margin: 0 20px;
}

.sfdl {
	text-align: center;
	clear: both;
}

#user_more p {
	/*border-top: 1px solid #eee;
	margin-top: 40px;*/
}
#user_more p i{
	/*border-top: 1px solid #eee;
	margin-top: 40px;*/
	width: 99px;
	height: 0px;
	border: 1px solid #f0f0f0;
	float: left;
	margin-top: 23px;
}
.login_more {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/loginmore.png) no-repeat;
}

.qq {
	background-position: left top;
}

.login_more:hover.qq {
	background-position: left -43px;
}

.wx {
	background-position: -40px top;
	margin-left: 6px;
}

.login_more:hover.wx {
	background-position: -40px -43px;
}

.wb {
	background-position: -82px top;
	margin-left: 6px;
}

.login_more:hover.wb {
	background-position: -82px -43px;
}

.bd {
	background-position: -122px top;
	margin-left: 5px;
}

.login_more:hover.bd {
	background-position: -122px -43px;
}

.rember {
	float: left;
	margin-top: 20px;
}
.rember_ {
	float: left;
	margin-top: 0px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60)
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin: -250px 0 0 -280px;
	background-color: #ffffff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.3);
	*border: 1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box
}

.close {
	cursor: pointer;
	padding: 2px 3px;
	cursor: pointer;
	padding: 2px 3px;
	position: absolute;
	right: 10px;
	top: 14px
}

.close:hover {
	background-color: grey;
	color: #ffffff
}

#signup-modal,
#login-modal,
#forgetform,
.modal {
	display: none;
	width: 450px;
	padding: 0 25px 20px;
	background: white;
	border: 2px solid rgba(0, 0, 0, 0.2);
	margin-left: -190px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	box-shadow: 0 1px 0 white inset;
	margin-top: -267px
}

#signup-modal a:hover,
#login-modal a:hover,
#forgetform a:hover,
.modal a:hover {
	text-decoration: none
}

.modal h1,
#forgetform h1,
#signup-modal h1,
#login-modal h1 {
	margin: 0 -40px;
	background: #EEE;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 16px;
	padding: 13px 40px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-align: center;
	margin-bottom: 30px
}

.modal .close,
#signup-modal .close,
#login-modal .close,
#forgetform .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 18px 16px 18px;
	height: 16px;
	overflow: hidden;
	opacity: .8;
	font-size: 30px;
}

.forgot-btn,
.login-btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-top: 14px;
	color: #ffffff
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.regi .ipt-box {
	text-align: left;
}


/*蹇樿瀵嗙爜*/

.cont-wrap .p-find {
	margin-top: 40px
}

.cont-wrap .p-find .msg {
	margin-bottom: 90px;
	font-size: 18px;
	line-height: 18px;
	color: #666
}

.cont-wrap .p-find .list-box {
	width: 540px;
	margin: 0 auto;
	margin-bottom: 136px
}

.cont-wrap .p-find .list-box .list {
	margin-left: -60px;
	overflow: hidden
}

.cont-wrap .p-find .list-box .list li {
	float: left;
	display: inline;
	margin-left: 60px
}

.cont-wrap .p-find .list-box .list li a {
	display: block;
	width: 240px;
	padding-top: 198px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	line-height: 20px;
	color: #666;
	background: url(../images/icon.png) 0 0 no-repeat
}

.cont-wrap .p-find .list-box .list li a.email:hover {
	background-position: -530px 0
}

.cont-wrap .p-find .list-box .list li a.phone {
	background-position: -271px 0
}

.cont-wrap .p-find .list-box .list li a.phone:hover {
	background-position: -783px 0
}

.cont-wrap .yanzheng-box {
	margin-left: 160px;
	margin-top: 110px
}

.cont-wrap .yanzheng-box.mail-box {
	margin-bottom: 212px
}

.cont-wrap .yanzheng-box.phone-box {
	margin-bottom: 110px
}

.cont-wrap .yanzheng-box img {
	float: left;
	display: inline
}

.cont-wrap .yanzheng-box .ipt {
	display: block;
	width: 324px;
	height: 30px;
	line-height: 30px;
	padding: 12px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #333
}

.cont-wrap .yanzheng-box .submit-btn {
	width: 150px;
	height: 46px;
	line-height: 46px;
	border: 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #3498db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer
}

.cont-wrap .yanzheng-box .submit-btn:hover {
	background-color: #5dade2
}

.cont-wrap .yanzheng-box .mail-ipt-box,
.cont-wrap .yanzheng-box .phone-ipt-box,
.cont-wrap .yanzheng-box .new-ipt-box {
	float: left;
	display: inline;
	padding-left: 52px
}

.cont-wrap .yanzheng-box .mail-ipt-box h2,
.cont-wrap .yanzheng-box .phone-ipt-box h2,
.cont-wrap .yanzheng-box .new-ipt-box h2 {
	margin-bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	font-weight: normal;
	color: #666
}

.cont-wrap .yanzheng-box .mail-ipt-box .submit-btn,
.cont-wrap .yanzheng-box .phone-ipt-box .submit-btn,
.cont-wrap .yanzheng-box .new-ipt-box .submit-btn {
	margin-top: 21px
}

.cont-wrap .yanzheng-box .phone-ipt-box .fs-btn {
	display: inline-block;
	width: 150px;
	height: 46px;
	line-height: 46px;
	margin-right: 14px;
	margin-top: 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #a0d468
}

.cont-wrap .yanzheng-box .phone-ipt-box .fs-btn:hover {
	background-color: #8cc152
}

.cont-wrap .yanzheng-box .phone-ipt-box span {
	color: #999;
	font-size: 14px;
	vertical-align: middle
}

.cont-wrap .yanzheng-box .phone-ipt-box .yanzheng {
	width: 124px
}

.cont-wrap .yanzheng-box.new-box {
	margin-top: 100px;
	margin-left: 40px;
	margin-bottom: 154px
}

.cont-wrap .yanzheng-box .new-ipt-box {
	width: 650px;
	padding-left: 30px
}

.cont-wrap .yanzheng-box .new-ipt-box .ipt {
	display: inline-block;
	margin-bottom: 20px
}

.cont-wrap .yanzheng-box .new-ipt-box .submit-btn {
	display: block
}

.cont-wrap .yanzheng-box .ipt-msg1,
.cont-wrap .yanzheng-box .ipt-msg2 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	display: none;
	width: 268px;
	height: 56px;
	line-height: 56px;
	padding-left: 22px;
	margin-left: 10px;
	font-size: 14px;
	color: #999;
	float: right;
}

.cont-wrap .yanzheng-box .ipt-msg3 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	display: none;
	width: 268px;
	height: 56px;
	line-height: 56px;
	padding-left: 22px;
	margin-left: 10px;
	font-size: 14px;
	color: #999;
}

.cont-wrap .yanzheng-box .ipt-msg1 span,
.cont-wrap .yanzheng-box .ipt-msg2 span,
.cont-wrap .yanzheng-box .ipt-msg3 span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	vertical-align: middle;
	background: url(../images/for.png) 0 0 no-repeat;
	background-position: -276px -29px
}

.cont-wrap .yanzheng-box .ipt-msg1.right span,
.cont-wrap .yanzheng-box .ipt-msg2.right span {
	background-position: -242px -29px
}

.cont-wrap .yanzheng-box .ipt-msg1.error,
.cont-wrap .yanzheng-box .ipt-msg2.error {
	color: #e74c3c
}

.cont-wrap .result {
	padding-left: 100px;
	padding-bottom: 16px;
	margin-top: 110px;
	margin-left: 194px;
	margin-bottom: 312px;
	background: url(../images/right.png) 0 0 no-repeat
}

.cont-wrap .result h3 {
	padding: 14px 0 12px;
	font-size: 24px;
	font-weight: normal;
	line-height: 55px;
	color: #666
}

.cont-wrap .result p {
	font-size: 14px;
	line-height: 14px;
	color: #999
}

.loginnav .nav-bg-wrap {
	background: #252d31!important;
}

.loginbk {
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	float: right;
	width: 366px;
	padding: 30px 23px;
	/* min-height: 454px; */
	height: auto;
	margin-right: 120px;
}
.loginbk_ {
	box-sizing: border-box;
	float: left;
	height: 820px;
	/*margin-right: 120px;*/
}

.loginbk label.error,.loginbk_ label.error {
	cursor: text;
	position: absolute;
	padding-left: 20px;
	left: 25px;
	bottom: -20px;
	color: #f00;
	background: url(../images/my_pwd_warn.png) 2px no-repeat;
	background-size: 15px 15px;
}

.login_tit {
	height: 45px;
	line-height: 45px;
	margin-bottom: 30px;
}

.login_tit .last {
	float: right;
	color: #999;
	font-size: 14px;
}

.login_tit span {
	float: left;
	font-size: 24px;
	color: #333;
}

.login_tit p {
	float: right;
	font-size: 14px;
	margin-top: 10px;
}

.login_tit p a {
	color: #36AAE2;
	/*background: #36AAE2;*/
	padding: 8px 0px 8px 20px;
	border-radius: 3px;
}

.ipt-box i {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	bottom: 8px;
	background: url(../images/login_icon.png) 0 0 no-repeat;
	z-index: 99;
}

.ipt-box .login_user {
	background-position: 0px 0px;
}

.ipt-box:hover .login_user {
	background-position: -35px 0px;
}

.ipt-box:hover input:focus {}

.ipt-box .login_pwd {
	background-position: 0px -35px;
}

.ipt-box:hover .login_pwd {
	background-position: -35px -35px;
}

.ipt-box .login_my {
	background-position: 0px -65px;
}

.ipt-box:hover .login_my {
	background-position: -35px -65px;
}

.ipt-box .login_yzm {
	background-position: 0px -95px;
}

.ipt-box:hover .login_yzm {
	background-position: -35px -95px;
}

.ipt-box .login_pho {
	background-position: 0px -127px;
}

.ipt-box:hover .login_pho {
	background-position: -34px -127px;
}

.ipt-box .login_mail {
	background-position: 0px -160px;
}

.ipt-box:hover .login_mail {
	background-position: -35px -160px;
}

.ipt-box .login_name {
	background-position: 0px -190px;
}

.ipt-box:hover .login_name {
	background-position: -37px -190px;
}

.ipt-box .login_num {
	background-position: 0px -220px;
}

.ipt-box:hover .login_num {
	background-position: -36px -220px;
}

.ipt-box.yzm img {
	width: 100px;
	height: 42px;
	float: right;
}

.ipt-box.yzm a {
	color: #397fed;
}

.auto-login .re_error {
	background: url(../images/ret_icon.png) no-repeat -20px -0px;
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	margin: 5px 10px;
}

.login_foot {
	font-size: 14px;
	color: #999;
	margin: -35px auto;
	text-align: center;
	background: #fff;

	padding: 55px 20px 20px;
}

.login_foot a {
	color: #999;
	padding: 0px 23px;
}
.hqbtn {
	background: #f0f3f4;
	color: #475975!important;
	width: 100px;
	text-align: center;
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	margin-left: 20px;
	display: block;
}

.hqbtn_ {
	background: #36AAE2;
	width: 145px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	font-size: 13px;
	margin-left: 20px;
	display: block;
	color: #FEFEFE;
	border-radius:4px;
}
.w-item .sendvcode:hover {
	color: #FEFEFE;
	text-decoration: none;
}

.usercheck {
	height: 50px;
	line-height: 50px;
	margin-top: 40px;
}

.usercheck input {
	margin: 5px 10px;
}

.forget_bz {
	text-align: center;
	margin-top: 40px;
}

.forgetbk .ipt-box {
	margin-bottom: 40px!important;
}

.log_reset {
	text-align: center;
	margin: 8.4% 0px;
}

.log_reset h3 {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	margin: 20px 0px;
}

.log_reset .nowbtn {
	background: #36aae2;
	display: block;
	width: 338px;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 20px auto;
	color: #fff;
	border-radius: 3px;
}

.log_reset span {
	font-size: 14px;
}

.reg_tit {
	height: 50px;
	line-height: 40px;
	margin-bottom: 28px;
	margin-top: 30px;
	padding-left: 35px;
}

.reg_tit span {
	color: #666;
	font-size: 18px;
	display: block;
	width: 140px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.reg_tit .nav01,.reg_tit .nav02 {
	font-weight:bold;
	color:rgba(54,170,226,1);
}

.reg_tit .nav01 em, .reg_tit .nav02 em {
	background: #36aae2;
	width: 60px;
	height: 2px;
	display: block;
	margin: 0 auto;
}

.cont-box .regbox .ipt-box {
	margin-bottom: 15px;
}

.dsf {
	width: 220px;
	margin: 0 auto;
	position: relative;
	top: 60%;
	margin-top: -140px;
}

.dsf h3 {
	color: #475975;
	line-height: 30px;
	text-align: center;
	font-size:16px;
	font-weight:400;
	color:rgba(102,102,102,1);
}

.dsf ul li a {
	display: block;
	width: 170px;
	margin: 20px auto;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
}

.dsf ul li a i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/loginmore.png) no-repeat;
	float: left;
	margin: 5px 15px;
}

.dsf ul li a.ds_wb {
	background: #ff424f;
}

.dsf ul li a.ds_wb:hover {
	background: #E83340;
}

.dsf ul li a.ds_wb i {
	background-position: -88px -91px;
}

.dsf ul li a.ds_qq {
	background: #22a4ff;
}

.dsf ul li a.ds_qq:hover {
	background: #1F95E8;
}

.dsf ul li a.ds_qq i {
	background-position: -8px -91px;
}

.dsf ul li a.ds_wx {
	background: #3caf4a;
}

.dsf ul li a.ds_wx:hover {
	background: #37A545;
}

.dsf ul li a.ds_wx i {
	background-position: -48px -91px;
}

.dsf ul li a.ds_bd {
	background: #36aae2;
}

.dsf ul li a.ds_bd:hover {
	background: #2d8bb9;
}

.dsf ul li a.ds_bd i {
	background-position: -128px -91px;
}

.dsflog {
	color: #36aae2;
	border: 1px solid #36aae2;
	width: 100px;
	text-align: center;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
	font-size: 14px;
}

.dsflog:hover {
	background: #36aae2;
	color: #fff;
}

.regcont {
	width: 1200px;
	margin: 0 auto;
}

.regwarn {
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
}

.centert {
	width: 1200px;
	margin: 0 auto;
	/* width: 60%; */
}	
/*鑷€傚簲*/
@media screen and (max-width: 600px) {
	#header,#footer,.ad-box,.g-sidefun{display:none!important;}
	.centert,.regcont ,.newBox{width: 100%;}	
	.loginbg{padding-bottom: 123px!important;}
	.loginbk{margin-right:27px!important;}
	.loginbk_{background: white!important;}
	.w-item_ .w-label_{width:80px!important;}
	.w-item_ .w-input_{max-width:273px!important;}
	.w-item_ .verify1,.w-item_ .verify {max-width:173px!important;}
	.w-item_ .regyzm{max-width:133px!important;}
	.cont-box .box #login-btn_, .cont-box .box #reg-btn_{margin-left: 49px!important;}
	#name1 .tips, #name2 .tips{margin: 30px!important;}
	.loginbg_{padding:0;}
	.cont-box .box .ad-box_{margin: 0 auto;bottom: 0px;height: 63px!important;}
	.cont-box .box .dsf {margin: 0 auto;margin-top: 0px;bottom: 0px;top: 0px;left: 50%;position: absolute;margin-left: -44px;}
	.dsflog{margin-top:5px!important;}
}

.marb_16 {
	margin-bottom: 10px;
}

.cont-box .box .ipt-box input.wth_32 {
	width: 320px;
}

.p_third {
	line-height: 14px;
	height: 45px;
}

.mgnt_96 {
	margin-top: 95px;
}

.log_reset img {
	height: 100px;
	width: 100px;
}

.reg_tit span.xg_rules {
	color: #cccccc;
	display: inline;
	width: 4px;
}

/*娉ㄥ唽璐﹀彿鏂版牱寮�*/
.w-item {
	min-height: 32px;
	height: auto;
	line-height: 32px;
	margin-top: 20px;
	font-size: 14px;
}

.w-item .w-label {
	width: 130px;
	height: 32px;
	text-align: right;
	margin-right: 10px;
	color: #666;
}
.w-item_ .checkyzm,.w-item_ .checkcode{
	margin-left: 12px;
}
.w-item_ .checkcode{
	margin-left: 15px;
}
#name1 .tips,#name2 .tips{
	 font-size:14px;
	 font-family:MicrosoftYaHei-Bold;
	 font-weight:bold;
	 color:rgba(255,154,34,1);
	margin-left: 70px;
	margin-top: 30px;
 }
#name1 .tips span,#name1 .tips p,#name2 .tips span,#name2 .tips p{
	font-weight:400;
}
.w-item_{
	min-height: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: 20px;
	font-size: 14px;
}
.w-item_ .w-label_ {
	width: 130px;
	height: 32px;
	text-align: right;
	margin-right: 15px;
	color: #000000;
	float: left;
	font-size:14px;
}
.w-item_ .w-input_{
	width: 238px;
	height: 45px;
	padding: 0 10px;
	border: 1px solid #e9e9e9;
	vertical-align: top;
	background: #fdfdfd;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}
.hqbtn_:hover{
	color: #ffffff;
}
.tb{
	display:none;
}
.tb.on{
	display: block;
}


.geetest_box {
    background:linear-gradient(180deg, #ffffff 0%,#f3f3f3 100%);
    height:45px;
    line-height: 45px;
    border-radius:5px;
    color: #666;
    border:1px solid #ccc;
    position: relative;
}
.geetest_box a {
    color: inherit;
    display: block;
    text-align: center;
}
.geetest_box:hover {
    background:linear-gradient(0deg, #ffffff 0%,#f3f3f3 100%);
}

.geetest_box .geetest-heart  {
    position: absolute;
    height: 45px;
    line-height: 45px;
    width:45px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.geetest_box .geetest-heart span{
    display:inline-block;
    width: 20px;height:20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.geetest_box .geetest-heart span{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-animation: geetest_wait_compute 0.8s linear infinite both;
    -webkit-animation: geetest_wait_compute 0.8s linear infinite both;
    animation: geetest_wait_compute 0.8s linear infinite both
}

@keyframes geetest_wait_compute {
    60% {
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}

@-webkit-keyframes geetest_wait_compute {
    60% {
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }
}
.geetest-refresh {
    position: absolute;
    top: 5px;
    right: 0;
    height: 100%;
    width: 45px;
}
.zhuce_phone_slide,.zhuce_name_slide {
    width: 329px;
    float: left;
    /* margin-left: 17px; */
}
.geetest_box .geetest-heart span{
    background: #3873ff
}

.checked_item_con .checked_item.active{
    position: relative;
}
.checked_item_con .checked_item.active:after{
    transform: rotate(360deg);

    content: "";
    display: block;
    border-width: 8px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 15px;
    border-style: solid dashed dashed;
    font-size: 0;
    line-height: 0;
    border-top: 8px solid transparent;
    border-right: 12px solid;
    border-color: transparent #ffffff transparent transparent;
}</pre></body></html>