/* 注册页面样式代码 */
.ux-register-content {
	width:100%;
	margin:0 auto;
	background: #fff;
	min-width:960px;
	overflow-x:auto;
}
.ux-register-Form{
	width:960px;
	margin:0 auto;
	background: #fff;
}
@media screen and (min-width: 1920px) {
    .ux-register-content {
        width:1920px;
		margin: 0 auto;
		background: #fff;
    }
}
@CHARSET "UTF-8";
/* CSS 布局 */
html, body, form, fieldset{
	margin: 0; 
	padding: 0; 
	font: 100%/120% 宋体;
	color:#5d5d5d;
} 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0; 
	padding:0;
} 
table{
	border-collapse:collapse; 
	border-spacing: 0;
}
ol, ul,li{
	list-style-type: none;
	margin: 0;
	padding: 0;
} 
form label,a{
	cursor:pointer;
} 
fieldset,img{
	border:none;
} 
input, select, textarea{
	color: #303030;
	font-family: 宋体;
	font-size:12px;
	margin:0;
	padding: 0;
}
a{
	color:#6d6e71; 
	font-size:12px; 
	font: 100%/120% 宋体; 
	text-decoration:none;
}
a:hover{
	text-decoration:underline; 
	color: #f07022;
}

body{
	font-family: 宋体;
	font-size: 12px;
	line-height: 14px;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
.clear{ clear: both; height:0px; width:0px;}
.fontColorOrange{ color: #f07022;}
input:focus{outline:none;box-shadow: none;}
.require{ color:red;}
.hide{ display:none;}

.ux-top-stick {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
footer{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
	line-height: 1.42857143;
}
footer a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}
footer p {margin: 0 0 10px;}
footer dt{font-weight: bold;}
footer dt a{font-size: 14px;font-weight: bold;}
footer a:hover{text-decoration: none;}


.header{
	height:65px;
	width:100%;
	margin:0px;
	position:relative;
}
.headerUx168Logo{ 
	height: 52px;
	width: 187px;
	padding-top: 12px;
	float:left;
	overflow:hidden;
}
.header p{  
	font-size: 13px;
	position:relative;
	left: 5px;
	top: 41px;
}
/* new */
@media (max-width: 960px){
	.navbar-header{display:none;}
}
.navbar-brand {
    padding: 13px 15px;
}
.ux-register-nav{ 
	width: 600px;
	margin:0 auto;
	line-height: 28px;
	text-align: center;
	font-family: 'Arial Normal', 'Arial';
	color: #666666;
    border-radius: 0px; 
}
.container-fluid{
	-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.349019607843137);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.349019607843137);
}
.ux-register-nav li{
	width:160px;margin:0 20px;
	padding:13px 0;
	font-size:18px;
	text-align:center;
	float:left;	
}
.ux-register-nav li span{
	display:inline-block;
}
.ux-register-nav li .ux-register-step-num{	
	width:34px;
	height:34px;
	border-radius:50%;
	background-color:#cccccc;
	color:#ffffff;
	line-height:34px;
}
.ux-register-nav li.currentStep{
	border-bottom: 4px solid #fd843d;
}

.ux-register-nav li.currentStep .ux-register-step-num{
	background-color:#fd843d;
}
.ux-register-nav li .ux-register-step-title{
	vertical-align: sub;
	margin-left:18px;
	color:#a1a1a1;
}
.ux-register-nav li.currentStep  .ux-register-step-title{
	color:#333333;
}


/* new end */
.welcomeNote{ 
	display:block;
	width: 960px;
	text-align:center;
	color: #343434; 
	font-size: 28px; 
	font-weight: 700;
	margin: 100px auto 50px;
	_padding-top: 3px;
}

/* 提示信息 */

.registerFormDiv{width:700px;margin:0 auto;font-family: 'Arial Normal', 'Arial';font-size: 18px;}
.registerFormDiv fieldset{ margin-bottom: 15px;color:#333333!important;font-family: 'Arial Normal', 'Arial';font-size: 18px;font-weight:normal;}
.registerFormDiv legend{
	height: 28px;
	width: 100%;
	background: #ebf3fe;
	color: #343434;
	font-weight: 700;
	line-height: 28px;
	padding-left: 5px;
	margin-bottom: 15px;
}
.tip{ 
	width: 100%;
	font-size: 13px!important;
    color: #F44236;
}
.tipBoard{ 
	display:none;
	line-height: 17px;
}
.registerFormDiv table{ margin-left: 32px;}
.registerFormDiv table tr{
	height: 70px;
}
.registerFormDiv table th{
	text-align: right;
	vertical-align: middle;
	width: 125px;
	margin: 0 2px 0 0;
	padding:0px;
	font-weight: normal;
}
.registerFormDiv input.text{
	height: 40px;
	*line-height: 40px;
	width: 420px;
	*width: 420px;
	border:0;
	border-bottom: 1px solid #c2c2c2; 
	margin-left: 20px;
	padding-left:15px;
	font-size:18px;
}
.registerFormDiv input.radio{ padding:2px 3px; margin-left: 40px;margin-right: 5px;display:inline-block;}

.registerFormDiv input.radio:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    background-color: #FF7524;
    border-radius: 50%;
    font-weight: 400;
    z-index: 1;
}

.registerFormDiv input.shortInput{
	height: 20px;
	padding:2px 3px;
	border-bottom:: 1px solid #c2c2c2; 
	margin-left: 15px;
	width: 68px;
}
.registerFormDiv select{ 
	width: 180px; 
	_width: 132px;  /*IE6*/
	height: 24px;
	margin-left: 14px;
	_margin-left: 0px;
}
.registerFormDiv .require{
	margin-right: 4px;
	color: #F44236;
	font-weight: bold;
	font-size:24px;
}
.registerFormDiv .tip{
	position: relative;
	height: 0;
	*width: 100%;
}
.registerFormDiv .tipNotice{
	position: absolute;
	z-index: 101;
	left: 40px;
	top: 5px;

}
.registerFormDiv .tipNotice .tipArrow{
	width: 9px;
	height: 15px;
	position: absolute;
	left: -9px;
	top: 5px;
	background:0 0 no-repeat url(../images/register/seller-register-tip-notice.png);
}
.registerFormDiv .tipError{ 
	position: absolute;
	z-index: 100;
	left: 40px;
	top: 5px;
}
.registerFormDiv .tipError .tipArrow{
	width: 9px;
	height: 15px;
	position: absolute;
	left: -9px;
	top: 5px;
}

.registerFormDiv .tipInfo{ 
	position: absolute;
	z-index: 101;
	left: 40px;
	top: 5px;
}
.registerFormDiv .tipInfo .tipArrow{
	width: 9px;
	height: 15px;
	position: absolute;
	left: -9px;
	top: 5px;
	background:0 0 no-repeat url(../images/register/seller-register-tip-notice.png);
}

.registerFormDiv .tipSuccess{
	width: 26px;
	height: 26px;
	position: absolute;
	left: 216px;top: -26px;
	background: -28px -80px no-repeat url(../images/register/seller-register-feedback-addon.png);
}



/*完善个人资料*/
.contactDetailInfosField table tbody tr th{ 
	width: 25px\9;
	text-align: right;
	_width: 40px;
	border: 1px solid;
}
#userType,#majorTrade{
	*margin-left: 15px;
	*line-height: 20px;
}

/* */
div.howToFindUx168Div{
	width: 500px;	
	margin:20px 0 10px 176px;
}
.howToFindUx168Ul{ margin-top: 12px;}
.howToFindUx168Title{ display:block; margin: 10px 0 0 0px;}
ul.howToFindUx168Ul li{
	float:left;
	width: 105px;
	line-height: 24px;
	font-size: 13px;
}
ul.howToFindUx168Ul li input{display:inline-block;}
/*短信验证码*/
.sendSmsCode{
	clear:both;
	display:inline-block;
	width: 130px;
	height: 40px;
	line-height:40px;
	border: none;
	background-color: #ff7524;
	color:#ffffff;
	font-size: 14px;
	cursor: pointer;
	border-radius:5px;
	text-align:center;
	margin:0 20px 0 20px;
}
.registerFormDiv input.text[name="smsCode"]{
    width: 266px;
    *width: 266px;
    margin-left:0px;
}
/*验证码*/
.mask-box{
	position:fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.2);
	top: 0;
    left: 0;
	display:none;
	z-index: 999;
}
.qrCode-box{
	width:520px;
	background-color:#ffffff;
	height:180px;
	padding:40px 30px;
	margin:10% auto 0;
}

.qrCode-box .require {
    margin-right: 4px;
    color: #F44236;
    font-weight: bold;
    font-size: 24px;
}
.qrCode-box img{  
	margin-left: 3px;
}

.qrCode-box div.tipBoard{ width: 200px; margin-left: 36px;}
.qrCode-box .verifyCodeInput{
	height: 40px;
    *line-height: 40px;
    width: 180px;
    *width: 180px;
    border: 0;
    border-bottom: 1px solid #c2c2c2;
    margin-left: 20px;
    padding-left: 15px;
    font-size: 18px;
}

.qrCodeOperation{
	margin-top:30px;
	text-align:right;
}
.qrCodeOperation button{border:0;background-color: #ffffff;}
.qrCodeOperation button.qrCodeCancle{
	margin-right:50px;
}
.qrCodeOperation button.qrCodeConfirm{
	margin-right:20px;
	color:#FF7524;
}
/*
 * 
 */
.submitRegisterFormButton{ 
	clear:both;
	width: 300px;
	height: 45px;
	border: none;
	background-color: #ff7524;
	color:#ffffff;
	font-size: 18px;
	cursor: pointer;
	border-radius:5px;
	margin:0 0 100px 176px; 
}
.loading{
	display:block;width:370px;height:67;margin:20% auto 0;
	background-color: #ffffff;
}
.submitRegisterFormButton[disabled]{
	background-color: #e4e4e4;
	color:#a1a1a1;
}
.verifyCodeImg{
	cursor: pointer;
}

/*
 * 验证邮件页
 */
.sendMailContent{
	width:650px;
	margin:50px auto;
	font-size:14px;
	line-height:24px;
	color:#333333;
}
.sendMailNote{
	font-size: 20px;
	font-weight:700;
	margin:10px 0;
}
.sendMailNote span{color:#ff7524}
.sendMailTip{margin:10px 0;}
.sendMailOperation{
	margin:20px 0 30px;
}
.sendMailOperation .operation1{
	display:inline-block;
	width: 300px;
	height: 45px;
	text-align:center;
	line-height:45px;
	border: none;
	background-color: #ff7524;
	color:#ffffff;
	font-size: 18px;
	cursor: pointer;
	border-radius:5px;
	text-decoration: none;
}

.sendMailOperation .operation2{
	display:inline-block;
	width: 200px;
	height: 45px;
	text-align:center;
	line-height:45px;
	border: none;
	border:2px solid #ff7524;
	color:#ff7524;
	font-size: 18px;
	cursor: pointer;
	border-radius:5px;
	vertical-align: bottom;
	margin-left:20px;
	text-decoration: none;
}
.sendMailNoTip a{color:#ff7524}
.sendMailContent .border{
	display:block;
	width:100%;
	margin-bottom:20px;
	border-bottom:1px solid #a2a2a2;
}

/* 什么渠道了解ux168 */
.howToFindUx168Item { float:left ; }
.col-3 { width: 25% }
.col-6 { width: 50% }
.howToFindUx168Div .howToFindUx168Item input{ display:inline-block }
.howToFindUx168Div .howToFindUx168Item { font-size: 13px }
.howToFindUx168Item .howToFindUx168Input{     border-width: 0px 0px 1px 0px;width: 85px;margin: 0px 5px;line-height: normal;    border-bottom-color: rgb(194, 194, 194) }
