/* 顶部欢迎导航 */
.top-menu-box {
	height: 39px;
	width: 100%;
	background: #f5f5f5;
	border-bottom: solid 1px #e6e6e6;
}

.top-menu-box .top-menu {
	width: 1440px;
	margin: 0 auto;
	line-height: 39px;
	font-size: 14px;
	color: #98989a;
}

.top-menu-box .top-menu a {
	color: #98989a;
}

.top-menu-box .top-menu a:hover {
	color: #666;
}

/* logo及导航 */
.logo-box {
	height: 94px;
	width: 100%;
	background: #fff;
	border-bottom: solid 1px #e6e6e6;
}

.logo-box .logo-con {
	width: 1280px;
	margin: 0 auto;
	line-height: 94px;
	font-size: 12px;
}

.logo-box .logo-con .logo-left {
	float: left;
}

.logo-box .logo-con .menu-right {
	float: right;
}

.logo-box .logo-con .menu-right a {
	color: #00a1e9;
	padding-left: 25px;
}

.logo-box .logo-con .menu-right a span {
	color: #98989a;
}

.logo-box .logo-con .menu-right a:hover {
	color: #00a1e9;
}

/* 内容区域 ------------------------------------------------------------------------------------------------------------------------------------------------*/
.container {
	width: 1280px;
	line-height: 39px;
	font-size: 14px;
	background: #fff;
	margin: 40px auto 0 auto;
}

/* 步骤条 */
.row {
	background: #fff;
	height: 50px;
	line-height: 50px;
	color: #fff;
}

.row b {
	background: #fff;
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	color: #333;
	margin-top: 10px;
	padding: 5px;
	line-height: 20px;
	float: left;
}

.row span {
	padding-left: 20px;
	font-size: 16px;
}

.step01,
.step03 {
	width: 28%;
}

.step02 {
	width: 30%;
}

.row div {
	padding: 0px 20px 0 40px;
	background: #d6d6d6;
	display: inline-block;
	color: #fff;
	position: relative;
}

.row div:after {
	content: '';
	display: block;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #d6d6d6;
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 10;
}

.row div:before {
	content: '';
	display: block;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 0px;
	top: 0;
}

.row div:first-child {
	border-radius: 0;
	padding-left: 25px;
}

.row div:last-child,
.cssNavEnd {
	border-radius: 0 padding-right: 25px;
}

.row div:first-child:before {
	display: none;
}

.row div:last-child:after,
.cssNavEnd:after {
	display: none;
}

.step-active {
	background: #00a1e9 !important;
}

.step-active:after {
	border-left-color: #00a1e9 !important;
}

/* 注册选项 */
.register-tab {
	text-align: center;
	border-bottom: dashed 1px #ccc;
	width: 900px;
	margin: 0 auto;
}



.register-tab p {
	font-size: 16px;
	color: #666;
}

.register-tab span {
	display: inline-block;
	margin: 20px 25px;
	position: relative;
}

.register-tab .active {
	border: solid 8px #00a1ea;
	border-radius: 50%;
}

.ok {
	border: solid 6px #fff !important;
	position: absolute;
	right: 0;
	bottom: 40px;
}

/* 表单通用 */
.input-box {
	width: 580px;
	font-size: 14px;
	background: #fff;
	margin: 40px auto 50px auto;
}

.input-box label {
	width: 100px;
	color: #666;
	text-align: right;
	display: inline-block;
	margin-bottom: 10px;
}

.input-box span {
	color: #f00;
}

.input-box input {
	border: solid 1px #ddd;
	border-radius: 2px;
	height: 35px;
	line-height: 35px;
	width: 400px;
	padding: 0 15px;
}

.input-box .input-d {
	border: solid 1px #ddd;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	width: 280px;
	padding: 0 15px;
	margin-left: 20px;
}

.input-box button {
	float: right;
	background: #00a1e9;
	color: #fff;
	height: 32px;
	line-height: 32px;
	width: 100px;
	margin-right: 24px;
	margin-top: 5px;
}

.input-box select {
	border: solid 1px #ddd;
	background: #fff;
	color: #666;
	height: 32px;
	line-height: 32px;
	width: 212px;
	margin-right: 5px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/se-j.jpg) no-repeat 185px center;
}

.w290 {
	width: 299px !important;
}

.sex-se div {
	position: relative;
	text-align: left;
	width: 100px;
	height: 35px;
	display: inline-block;
}

.sex-se label {
	margin-bottom: 0px;
	float: left;
}

.sex-se dq {
	padding-top: -25px !important;
}

.sex-se input[type="radio"]+label::before {
	content: "\a0";
	/*不换行空格*/
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	width: 1em;
	height: 1em;
	margin-right: .4em;
	border-radius: 50%;
	border: 1px solid #00a1e9;
	text-indent: .15em;
	line-height: 1;
}

.sex-se input[type="radio"]:checked+label::before {
	background-color: #00a1e9;
	background-clip: content-box;
	padding: .1em;
}

.sex-se input[type="radio"] {
	position: absolute;
	left: -15px;
	/* clip: rect(0, 0, 0, 0); */
}

.wnone {
	width: initial !important;
}

.input-box .btn-ok {
	float: left;
	margin-left: 125px;
	font-size: 16px;
	border-radius: 3px;
	height: 45px;
	width: 150px;
	margin-top: 20px;
}

.se-l {
	width: 400px !important;
	background: url(../img/se-j.jpg) no-repeat 370px center !important;
}

/* 注册成功 */
.ok-ts {
	text-align: center;
	margin: 100px auto 50px auto;
}
.ok-ts span{
	font-size: 25px;
	color: #4ad24a;
	padding-left: 30px;
}

.box2 {
	width: 440px;
}

.btn-list button {
	display: inline-block;
	border-radius: 5px;
	height: 40px !important;
	margin-left: 30px !important;
}

.btn-list .btn-kong {
	display: inline-block;
	background: #fff;
	border: solid 1px #00a1e9;
	color: #00A1E9;
}

/* 底部通用 ------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer-box {
	height: 231px;
	width: 100%;
	background: #f2f2f2;
	text-align: center;
}

.footer-box .footer {
	width: 1280px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.footer-box .footer img {
	margin: 35px 15px 15px 15px;
}


.userTypeChoose .grayImg{display: block;position: absolute;right: 0;top: 0;}
.userTypeChoose .blueImg{display: none;position: absolute;right: 0;top: 0;}


.userTypeChooseA .grayImg{display: none;position: absolute;right: 0;top: 0;}
.userTypeChooseA .blueImg{display: block;position: absolute;right: 0;top: 0;}
.keychoose{width:60px;height:39px;text-indent:25px;background:url(../img/choosen.png) left no-repeat; float:left;margin-right:10px;}
.keychoosea{background:url(../img/choosena.png) left no-repeat;}
.onlineInput{margin-bottom: 10px;width:800px;}
.onlineInput .title {width: 100px;font-size: 16px;text-align:right;margin-right: 20px;color: #666;}

.bluesolidbtn {border: 1px solid #00a1e9; background: #00a1e9;color: #fff; text-align: center;
    border-radius: 4px;padding-top: 5px; padding-bottom: 5px; padding-left: 10px;padding-right: 10px;
}
.selectBox{position:relative;z-index:10; border: 1px solid #ddd;height:35px;}
.selectBox .selectViewBox{cursor: pointer;width: 100%;height: 100%}
.selectBox .selectViewBox .fixvalue {margin-left: 5px;}
.selectBox .selectlist{background: #fff;border:1px solid #ddd;position: absolute; left:-1px;top:36px; padding-bottom:8px;
width:100%; height:150px;overflow-x:hide;overflow-y:auto; }
.selectBox .selectlist .selectItem{margin:0 auto;margin-left:5px;cursor:pointer;width: 90%;height: 30px;line-height: 30px;}
.selectBox .selectlist .selectItem:hover{color:#00a1e9;}

.w650{width:650px;}
.w640{width:640px;}
.w360{width:360px}
.ml120{ margin-left:120px;}
.ml130{ margin-left:130px;}
.choose_rou{background:url(../img/choosen.png) no-repeat; padding-left: 25px;height:20px;width: 170px;overflow: hidden;margin-top: 10px;
margin-left: 5px;height: 25px;line-height: 25px;float: left;}
.choose_roua{background:url(../img/choosena.png) no-repeat; }
.contentList{overflow: auto;}
.step{ width:1130px; height:50px;}
.step1{ background:url(../img/step1.png)  no-repeat center center;}
.step2{ background:url(../img/step2.png)  no-repeat center center;}
.step3{ background:url(../img/step3.png)  no-repeat center center;}

.pwdStrongTips{ font-size: 12px; width: 400px; height: 20px;}
.pwdStrongTips span{float: left; width: 120px; height: 100%; color: #fff; overflow:hidden; margin-right: 5px; background: #D7D9DD; line-height:20px; text-align: center; }
.weakPwd .s1{background: #F45A68;}/*红色*/
.middlePwd .s1 , .middlePwd .s2  {background: #fc0;}/*橙色*/
.strongPwd .s1,.strongPwd .s2,.strongPwd .s3{background: #14B12F;}/*绿色*/