﻿*{
	padding:0;
	margin:0;
	-webkit-tap-highlight-color:transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body{
	font-size: 14px;
	max-width: 100%;
	font-family: "思源黑体";
	/*min-width: 1500px;*/
}
a{
	text-decoration: none;
	color:#333;
}
a{
	color:#333;
	text-decoration: none;
	border: none;
　　/*-webkit-tap-highlight-color: rgba(0,0,0,0);
　　-webkit-tap-highlight-color: transparent;
　　outline: none;*/
}
select{
	outline: none;
	font-family: "思源黑体";
}
input{
	/*border:none;*/
    font-family: "思源黑体";
    border:none;
}
ul,ol{
	list-style:none;
}
li{
	list-style: none;
}
/*input{
	border:none;
}*/
.display{
	display: none;
	
}
.fl{
	float: left;
}
.fr{
	float:right;
}
.clearFix{
	clear: both;
}
.block{
	display: block;
}
.inline_block{
	display: inline-block;
}
.text_align{
	text-align: center;
}
/*头部*/
.header{
	width: 100%;
	height: 110px;
	/*background: #E26707;*/
	margin-top: -4px;
	border-bottom: 1px solid #fff;
}
.header-box{
	width:1200px;
	height: 85px;
	margin:5px auto;
}
.header-box .logo{
    height: 75px;
    margin-top: 15px;
}
.feedback-box{
    margin-top: 77px;
    display: inline-block;
}
.RN{
	height: 85px;
}
.text{
    height: 38px;
    line-height: 38px;
	font-size: 25px;
	margin-top: 40px;
	margin-left: 30px;
	color: #aaa;
	font-weight: bolder;
	border-left:2px solid #ccc;
	padding-left: 20px;
}
.feedback{
    width: 18px;
    height: 18px;
}
.text2{
    height: 20px;
    line-height: 20px;
	/*font-size: 25px;*/
	/*margin-top: 40px;*/
	/*margin-left: 30px;*/
	/*color: #aaa;*/
	/*font-weight: bolder;*/
    font-size: 12px;
	margin-left: 10px;
    border-bottom: 1px solid #fff;
}
.text2:hover{
	color: #fa8511;
	cursor: pointer;
    padding-bottom:5px;
    border-bottom: 1px solid #fa8511;
}
.Tips{
    background-color: #fdf2cf;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    font-size: 12px;
}
.Tips p{
    display: inline-block;
    vertical-align: middle;
    color: #dcad5b;
    font-size: 12px;
    line-height: 12px;
} 
.cont-wrapper{
    display: inline-block;
    width: 90%;
}
.Tips i{
    background-image: url("../images/icon-tips_4523f07.png");
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.tips-wrapper .tips-inner .cont-wrapper p {
    display: inline-block;
    vertical-align: middle;
    color: #dcad5b;
    font-size: 12px;
    line-height: 12px;
}
/*导航*/
.nav{
	width: 100%;
	height: 45px;
	background:#FF6801; 
}
.nav-box{
	width: 1200px;
	height: 45px;
	margin:0 auto;
}
.nav ul li{
	padding:12px 25px;
}
.nav ul li:hover{
	background: #DF5C02;
}
.nav ul li a{
	font-size: 16px;
	color: #fff;
}
.bacg-orange{
	background: #DF5C02;
}
/*内容*/
.register-text{
	width: 100%;
	height: 550px;
	padding-top: 42px;
	background: #f7f7f7;
	display: inline-block;
	background: url(../images/register.png) center center no-repeat;
    background-size: cover;
}
.register-box{
	width: 557px;
	margin:0px auto;
	padding-top: 80px;
	position: relative;
	padding-bottom: 25px;
	opacity: 0.8;
}
.register-one img{
	width: 90px;
	height: 90px;
	position: absolute;
	top: -50px;
	left: 240px;
}
.UM{
	width:440px;
	height: 48px;
	margin:0 auto;
	/*border:1px solid #aaa;*/
	margin-bottom: 20px;
	/*background: #fff;*/
}
.UM-user1{
	width: 200px;
	height: 48px;
	/*margin-left: 60px;*/
	border:1px solid #aaa;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 25px;
	font-size: 15px;
	line-height: 48px;
	text-align: center;
	font-weight: bolder;
    cursor: pointer;    
}
.UM-user2{
	width: 200px;
	height: 48px;
	/*margin-left: 60px;*/
	border:1px solid #aaa;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 25px;
	font-size: 15px;
	line-height: 48px;
	text-align: center;
	font-weight: bolder;
    cursor: pointer;
}
.no-format{
	padding-left: 60px;
	margin-bottom: 10px;
	color: red;
	display:none;
}
.sign-text2{
	width:440px;
	height: 48px;
	margin:0 auto;
	border:1px solid #aaa;
	border-radius: 25px;
	margin-bottom: 20px;
	background: #fff;
}
.sign-text2-input{
	width: 387px;
	height: 43px;
	font-size: 14px;
	padding-left: 15px;
	margin-top: 2px;
	border:none;
	outline: none;
	font-family: "思源黑体";
	background: none;
}
.sign-text2-img{
	width: 50px;
	height: 46px;
	text-align: center;
	border-right: 1px solid #ccc;
}
.sign-text2 div img{
	width: 20px;
	height:20px;
	margin-top: 13px;
}
.sign-text3{
	width:100%;
	height: 48px;
	margin-bottom:15px;
	display: inline-block;
}
.sign-text4{
	width:100%;
	height: 48px;
	line-height: 48px;
	margin-bottom:15px;
	margin-top: 5px;
	display: inline-block;
}
.sign-text4 p{
	text-align: center;
}
.sign-text4 p a{
    color: #fff;
    font-size: 15px;
    font-weight: bolder;
}
.sign-text3-box{
	width:300px;
	height: 48px;
	margin-left: 60px; 
	border:1px solid #ccc;
	border-radius: 25px;
	background: #fff;
}
.sign-text3-input{
	width:297px;
	height: 43px;
	font-size: 14px;
	margin-top: 2px;
	padding-left: 15px;
	border:none;
	outline: none;
	font-family: "思源黑体";
	background: none;
}
.sign-text3-img{
    /*width: 126px;*/
	/*height: 43px;*/
	display: inline-block;
}
.sign-text3-img img{
    width: 105px;
    height: 45px;
    margin-left: 35px;
}
.sign-text3-img input{
	width: 126px;
	height: 43px;
	background: #e34120;
	font-size: 14px;
	color: #fff;
	border:none;
	/*margin-left: 13px;*/
	border-radius: 3px;
	margin-top: 1px;
}
.sign-text3-img input:hover{
	background:#f1421e;
}
.sign-btn{
	width: 440px;
	height: 50px;
	border-radius: 5px;
	margin-left: 60px;
}
.sign-btn input{
	width: 440px;
	height: 50px;
	border:none;
	background: #48951a;
	border-radius: 5px;
	font-size: 17px;
	color: #fff;
	margin-bottom:20px;
	outline: none;
	font-family: "思源黑体";
}
.sign-btn input:hover{
	background: #3f8913;
}
/*底部*/
.foot_nav{
    position:relative; 
    text-align:left
}
.foot_nav_ul{ 
	margin:0px; 
	padding:0px;
}
.foot_nav>ul>li{
	width:auto; 
	float:left;
	margin-left:31px;
	list-style-type:none;
	overflow: hidden;
}
.foot_nav>ul>li>a{
	height: 60px;
	line-height: 60px; 
	text-align: center; 
	display: block; 
	color: #fff;
	font-size: 22px;
	padding-bottom: 1px; 
	background:url(http://1.rc.xiniu.com/rc/Bottoms/18991/images/foot_nav.png?d=20161031095047257) bottom center no-repeat;
}
.foot_nav ul li ul li a{
	line-height:30px; 
	font-size: 15px; 
	font-weight: normal !important; color: #d2d2d2;
}
.foot_nav ul li ul li a:hover{
	color: #eabd55;
}
.foot_nav>ul>li>ul{
	margin-top: 12px;
	padding-left: 13px;
}
.foot_nav>ul>li>ul>li{
	height: 30px;
	line-height: 30px;
	list-style-type:none;
}
.foot{  
	width:100%;
	/*background: rgb(48,55,65); */
	position:relative; 
	text-align:center; 
	font-size:12px; 
	line-height:25px;
	z-index:99; 
	padding:10px 0;
}
.foot a{ 
	font-size:12px; 
	color:#000000; 
	text-decoration:none; 
	line-height:25px;
}
.foot_c{
	position:relative; 
	width:1200px; 
	margin:0 auto; 
	text-align:left;
	
}
.foot_c img{
	width: 310px;
    height: 75px;
    margin-top: 5px;
}
.yl{
	width: 100%;
    /*margin: 0 auto;*/
    display: inline-block;
    padding-top: 10px; 
    text-align: center;  
    color: #555555;        
}
.yl div{
	font-size: 14px;	
	text-align: center;
	display: inline-block;
}
.yl div span{
	font-size: 14px;
	margin-right:5px;
}
.foot_c_box{
	width: 1200px;
	margin: 0 auto;
}
.xn_f_box_left{
	float: left; 
	/*margin-top: 20px;*/
	width:1200px;
	overflow: hidden;
	position:relative;
}
.photoweibo{
	margin:0 20px;
}
.photoweibo img{
	/*width: 30px;*/
	height: 30px;
	margin-top: 18px;
}
.foot_nav ul li ul li a:last-child{
    line-height:30px;
}
.foot_ul{
	width: 100%;
	height:100px;
	display: inline-block;
}
.foot_ewm{
	width: 170px;
	height: 134px;
	position: absolute;
	top: 80px;
	right: 90px;
}
.foot_ewm a .erweima{
	width: 100px;
	height: 100px;
	margin-left: 35px;
}
.ewmtext{
	line-height: 20px;
	color:#fff;
	font-size: 14px;
	margin-left:38px;
}
.copyright{
	height: 80px;
	line-height: 70px;
	margin-top:-1px;
	text-align:center;
	font-size: 13px;
	/*background: #2A2E37;*/
}
.yl div ul li {
    margin: 0px 5px;
    cursor: pointer;
}

/*提示*/
.Promptbox{
    background: #000;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1002;
    opacity: 0.7;
    transform: translate(-50%,-50%);
}
.Promptbox p{
	padding:15px 30px;
	color: #fff;
}
/*内容区*/
.box-wrap {
    width: 332px;
/*    position: relative;*/
    overflow: hidden;
    float: right;
    opacity: .95;
    filter: alpha(opacity=95);
    /*margin-right: 450px;*/
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
    top: 45%;
    /*left: 20%;*/
    z-index: 1002;
    /*transform: translate(-50%,-50%);*/
}
div {
    display: block;
}
.box-form {
    margin: 0 26px;
}
.reg-header {
    height: 60px;
    color: #333;
    border-bottom: 2px solid #f60;
    line-height: 50px;
}
.reg-byphone-title {
	font-family: "思源黑体";
    font-size: 16px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;
}
.reg-form {
    position: relative;
}
fieldset{
    margin: 0;
    padding: 0;
    border: 0;
}
.reg-notification {
    box-sizing: border-box;
    border: 1px solid #f3b770;
    background-color: #ffeee2;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    width: 280px;
    color: #6c6c6c;
    display: none;
    overflow: hidden;
    z-index: 100;
}
.reg-notification .error-icon {
    background-image: url("../images/error-icon_42bef50.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.reg-notification .check-icon {
    display: inline-block;
    margin-left: 12px;
}
.reg-form-content {
    padding-top: 36px;
    position: relative;
}
.input-phone-wrap{
    width: 273px;
    height: 36px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
}
.input-blur-border {
    border: 1px solid #ff9000;
    box-shadow: 0 1px 5px #ff9000; 
    -webkit-box-shadow: 0 1px 5px #ff9000; 
}
.bg-icon {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #ddd;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.bg-icon img {
    text-align: center;
    vertical-align: middle;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.zbj-input {
    width: 237px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    height: 34px;
    display: inline-block;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: none;
    background-color: #fff;
}
.get-DynamicCode-wrap {
    margin-top: 20px;
    width: 280px;
    height: 36px;
    float: left;
}
.get-DynamicCode-wrap input {
    width: 142px;
}
.zbj-input {
    width: 235px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    height: 36px;
    display: inline-block;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    box-shadow: none;
    background-color: #fff;
    outline: none;
}
.radio-group-wrap em{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 7px 0 12px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: url("../images/radio_52afb2b.png") no-repeat center;
}
.radio-group-wrap em img{
    position: absolute;
    top: 3px;
    left: 3px;
}
/*.radio-group-wrap em i.radio-checked {
    background: url("../images/radio-checked_e79bf20.png") no-repeat center;
}
.radio-group-wrap .label-checkbox-gz {
    cursor: pointer;
}*/
.get-DynamicCode-wrap .btn-get-mobileCode {
    width: 94px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    position: absolute;
    color: #fff;
    background-color: #ff9000;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #ff9000;
    /*margin-left: 1px;*/
    font-family: "思源黑体";
}
.disabled-input{
	width: 94px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    outline: 0;
    position: absolute;
    right: 10px;
    color: #fff;
    background-color: #ff9000;
    font-size: 14px;
    text-decoration: none;
    /*border: 1px solid #ff9000;*/
    /*margin-left: 1px;*/
    margin-top:1px;
    font-family: "思源黑体";
}
.disabled-input input{
	width: 94px;
    height: 34px;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    text-decoration: none;
    border: 1px solid gray;
    margin-right:5px;
    border-radius: 3px;
}
.zbj-reg-form {
    list-style: none;
    font-size: 12px;
    line-height: 1.5;
}
.input-passWord-wrap {
    position: relative;
    margin-top: 20px;
    width: 273px;
    height: 36px;
    float: left;
}
.input-passWord-wrap .eye-icon {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 3px;
    top: 2px;
    display: table-cell;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
}
.password .password-strength {
    color: #fff;
}
.password .strength-current {
    background-color: #ff9000;
}
.password .strength-low {
    margin-left: 0;
}
.password .strength {
    width: 84px;
    height: 14px;
    margin-top: 5px;
    background: #ffc57a;
    float: left;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}
.password .strength-current {
    background-color: #ff9000;
}
/*.hide {
    display: none;
}*/
.radio-input label {
    cursor: pointer;
}
.radio-group-wrap {
    width: 272px;
    margin-top: 15px;
    padding-bottom: 10px;
    border: 0;
    float: left;
}
.radio-checked{
    width: 6px;
    height: 6px;
    display: block;
    margin: 3px;
}
.radio-group-wrap span {
    display: inline-block;
    line-height: 16px;
    /*margin-top: 7px;*/
    vertical-align: middle;
    font-size: 12px;
    width: 77px;
}
.radio-group-wrap .label-checkbox-service {
    margin-left: 40px;
    cursor: pointer;
}
.radio-group-wrap .line {
    width: 332px;
    height: 1px;
    margin-top: 10px;
    position: absolute;
    border-bottom: 1px dashed #e6e6e6;
    margin-left: -30px;
}
.btn-agreement-reg {
    display: inline-block;
    float: left;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-top: 20px;
    background: linear-gradient(90deg,#ff9000,#f60);
    box-shadow: 0 1px 5px -1px #ff9000;
    -webkit-box-shadow: 0 1px 5px -1px #ff9000;
    -o-box-shadow: 0 1px 5px -1px #ff9000;
    -moz-box-shadow: 0 1px 5px -1px #ff9000;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.form-protocal {
    display: block;
    height: 33px;
    color: #6c6c6c;
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    letter-spacing: .3px;
    float: left;
    text-indent: -2px;
}
.redirect-login {
    float: right;
    height: 33px;
    margin-top: 20px;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 12px;
    letter-spacing: .3px;
}
.redirect-login {
    float: right;
    height: 33px;
    margin-top: 20px;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 12px;
    letter-spacing: .3px;
}
.redirect-login a {
    margin-left: 7px;
    color: #f60;
}
