*{
	box-sizing: border-box;
	font-family: Microsoft yahei;
}
html,body,ul,p{
	margin:0;
	padding:0;
}
html {
	text-size-adjust: 100%;
	height:100%;
}
body {
	width:100%;
	height: 100%;
}
a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: 0.2s;
}
img {
	border: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font: 16px;
	color: #c6cbd2 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font: 16px;
	color: #c6cbd2 !important;
}
ul li{
	list-style: none;
}
.clear{
	clear:both;
}
.footer{
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.copyRight{
	color: #aaa;
	font-size: 12px;
	text-align: center;
}

/************ 
��¼ҳ
************/

.loginBg{
	width:100%;
	height:100%;
	background:url(../../img/business/login_bg.png) center center no-repeat;
	background-size:100% 100%;
}
.login-title{
	width:100%;
	height:109px;
	padding:20px 39px;
	/*background:url(../../img/business/logo.png) 39px center no-repeat;*/
	/*background:url(../../img/business/newLogo.png) 39px center no-repeat;*/
	background:url(../../img/business/new_logo_red.svg) 39px center no-repeat;
	background-size: 140px;
}
#otherLogin-yun{
	display: inline-block;
	width: 42px;
	height: 20px;
	background: url(../../img/business/logoYun.svg) 0 center no-repeat;
	background-size: 100%;
}
#otherLogin-uias{
	display: inline-block;
	width: 85px;
	padding-left: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	margin-left: 10px;
	background: url(../../img/business/loginUias.png) 0 center no-repeat;
	background-size: 20px 20px;
}
.login-title p{
    margin-left: 156px;
    /*margin-left: 120px;*/
    font-size: 20px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:66px;
}
.login-title p span.dot{
	width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 5px;
}
.login-box{
	width:900px;
	height:460px;
	background:#fff;
	border-radius:8px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1)
}
.float-50{
	float:left;
	width:50%;
	height:100%;
}
.login-box-left{
	overflow:hidden;
	position:relative;
}
.login-box-left img{
	width:100%;
	height:100%;
}
.login-box-right{
	padding:80px;
}
.login-select{
	margin-bottom:60px;
}
.login-select span{
	font-size:14px;
	color:#959DA9;
	cursor:pointer;
}
.login-select span.span-selected{
	font-size:20px;
	color:#0072FF;
	margin-right:18px;
}
.login-form .form-group {
    margin-bottom: 10px;
}
.login-form .form-group label{
	color: #959DA9;
	margin:0;
}
.login-form .form-group .form-control{
	border:none;
	border-radius:0;
	border-bottom:1px solid #959DA9;
	box-shadow: none;
	color:#232C45;
	padding-left: 0;
}
.login-form .form-group input:focus{
	border-bottom:1px solid #0072FF;
}
.errormsg{
	color: #FF2E2E;
	text-align: center;
	font-size: 14px;
	height:20px;
}
.btn-primary{
    background-color: #0072FF;
    border-color: #0565DC;
	letter-spacing: 2px;
}
.btn-primary:hover{
	background-color: #0565DC;
}
.login-form .btn-primary{
	margin-top:10px;
}
.verificationCode {
    position: relative;
}
.verificationCode img {
    position: absolute;
    right: 0;
    bottom: 9px;
	width: 74px;
	height: 22px;
}
.verificationCode a {
    position: absolute;
    right: 0;
    bottom: 9px;
    color: #0072ff;
    font-size: 12px;
}
.other-link{
	position: relative;
}
.other-link a{
	color: #959DA9;
	font-size:12px;
	position: absolute;
}
.other-link a.active-link{
	color: #0072FF;
}
.other-link #registerLink{
	left:0;
	top:10px;
}
.other-link #numManagerLink{
	right:60px;
	top:10px;
}
.other-link #fogetPasswordLink{
	right:0;
	top:10px;
}
.footer .notice{
	position: absolute;
	right:100px;
	color: #5f6c7e;
	font-size: 14px;
	cursor: pointer;
	top:0;
}
.notice-icon{
	display:inline-block;
	width:18px;
	height:16px;
	background: url(../../img/business/notice_icon.png) center center no-repeat;
}
.notice-icon-old{
	display:inline-block;
	width:18px;
	height:16px;
	background: url(../../img/business/notice_icon_old.png) center center no-repeat;
}
.notice-icon-in-footer{
	margin-left: 8px;
    transform: translateY(3px);
}
.notice-icon-in-header{
	margin-right: 8px;
    transform: translateY(3px);
}
.notice-con{
	width:700px;
	height:420px;
	background:rgba(255,255,255,1);
	box-shadow:0px 0px 35px 1px rgba(0, 0, 0, 0.33);
	border-radius:8px;
	position: absolute;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index:9;
	display: none;
}
.notice-header {
    width: 700px;
    height: 50px;
    border-bottom: 1px solid rgba(236,237,239,1);
    line-height: 50px;
    padding-left: 29px;
}
.notice-body {
    padding: 24px 30px;
    height: 320px;
}
.notice-body h3{
	color: #252D45;
	font-size: 16px;
	margin-top: 0;
	margin-bottom:23px;
}
.notice-body p{
	color: #606C7E;
	font-size: 14px;
	text-indent: 28px;
	line-height: 1.7;
}
.notice-footer{
	text-align: center;
}
.notice-footer #closeNoticeBtn{
	width: 140px;
}
.shadow{
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

/************ 
ע��ҳ
************/
.step-box{
	padding:40px;
}
.step-header{
	margin-bottom:20px;
}
.step-ul{
	font-size:0;
	padding:0;
}
.step-ul .step-li{
	display:inline-block;
	width:238px;
}
.step-ul .step-li:last-child{
	width:106px;
}
.step-ul .step-li span{
	display:inline-block;
}
.step-ul .step-li .step-index{
	font-size: 16px;
    width: 24px;
    height: 24px;
    border: 1px solid #959DA9;
    border-radius: 50%;
    text-align: center;
	margin-right: 6px;
	color: #5F6C7E;
}
.step-ul .step-li .step-text{
	font-size:18px;
	color: #5F6C7E;
}
.step-ul .step-li-active .step-index{
	color:#fff;
	background-color: #0072FF;
	border: 1px solid #3790ff;
}
.step-ul .step-li-active .step-text{
	color: #232C45;
}
.step-ul .step-li .step-line{
	width:116px;
	height:1px;
	border-top:1px solid #C6CBD2;
	margin: 0 10px;
    margin-bottom: 6px;
}
.step-ul .step-li .step-line-shot{
	width:80px;
}
.step-body{

}
.step-body .form-horizontal{
	margin:0 auto;
	width: 380px;
}
.step-body .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.step-body .form-horizontal .form-group label{
	display: inline-block;
	width:70px;
	text-align: right;
	color: #959DA9;
	font-size: 12px;
	margin-right: 14px;
}
.step-body .form-horizontal .form-group label span{
	color:#FF3535;
}
.step-body .form-horizontal .form-group input{
	width:290px;
	border: none;
    border-radius: 0;
    border-bottom: 1px solid #C6CBD2;
    box-shadow: none;
	color: #232C45;
	display: inline-block;
}
.step-body .form-horizontal .form-group input.disabled-input{
	border: none;
	color: #232C45;
	background: transparent;
}
.step-body .form-horizontal .form-group select {
    width: 290px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #C6CBD2;
    box-shadow: none;
    color: #232C45;
    display: inline-block;
    padding-left: 7px;
}
.step-body .form-horizontal .form-group input:focus{
	border-bottom:1px solid #0072FF;
}
.step-body .form-horizontal .register-tip{
	text-align: center;
	margin-top:40px;
}
.step-body .form-horizontal .register-tip a{
	color:#0072FF;
}
#personAccount{
	width:380px;
}
#personAccount .form-group label{
	width:70px;
}
.select-ul {
    width: 404px;
    margin: 0 auto 20px;
    font-size: 0;
}
.select-li {
    display: inline-block;
    width: 200px;
    font-size: 14px;
    text-align: center; 
    height: 34px;
    border: 1px solid #DCE1E6;
    line-height: 34px;
	color: #959DA9;
	cursor: pointer;
}
.select-li:first-child{
	border-radius: 4px 0 0 4px;
}
.select-li:last-child{
	border-radius: 0 4px 4px 0;
}
.select-li-active,.select-li:hover{
	border: 1px solid #0072FF;
	color: #0072FF;
}
.register-info-form {
    position: relative;
}
.register-info-form .form-horizontal {
    width: 415px;
}
.register-info-form .form-horizontal .form-group label {
    width: 105px;
}
.register-info-title {
    position: absolute;
    top: 6px;
    left: 0;
    color: #232C45;
    border-left: 2px solid #49E0D3;
    padding-left: 6px;
    height: 15px;
    line-height: 15px;
}
.success{
	margin-top: 50px;
	text-align: center;
}
.success .success-text{
	font-size: 18px;
	color: #232C45;
	margin: 24px 0 20px 0;
}
.success .to-login-text{
	color: #959DA9;
}
.step-footer{
	text-align:center;
	position: absolute;
	left:0;
	right:0;
	bottom:30px;
}
.step-btn{
	width:290px;
}

/************ 
��������ҳ
************/
#stepOne h3{
	color: #252D45;
    font-size: 18px;
    text-align: center;
    margin: 0 0 40px 0;
}
.drag-verify {
    position: relative;
}
.drag-to-verify{
	width:290px;
	display: inline-block;
	border: none;
    border-bottom: 1px solid #C6CBD2;
    color: #252D45;
    box-shadow: none;
    border-radius: 0;
}
.drag-to-verify p{
	width: 115px;
    cursor: pointer;
}
.drag-to-verify .circle{
	width:18px;
	height:18px;
	background-color: rgba(52, 120, 255,.2);
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	display: inline-block;
	transform: translateY(3px);
    margin-right: 6px;
}
.drag-to-verify .circle span{
	display: block;
	width: 6px;
	height: 6px;
	background-color: #3478FF;
	border-radius: 50%;
	margin: 6px auto;
}
.con-send-code{
	width:290px !important;
	text-align: center;
}
.con-send-code .send-tip{
	margin-bottom: 15px;
}

.con-send-code .received-code{
	margin-top: 40px;
	position: relative;
}
.con-send-code .received-code .received-code-input{
	text-align: center;
}
.con-send-code .received-code .received-code-time{
	position: absolute;
	right: 0;
	top:8px;
	color: #959DA9;
}
.errorCode{
	width:188px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -207px;
	top: 0px;
	border-radius: 4px;
	box-shadow: 0 0 4px 1px #dedede;
	display: none;
}
.triangle-left{
	position: absolute;
	display: inline-block;
	top: 14px;
	left: -6px;
	width: 0;
	height: 0px;
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(-135deg);
	box-shadow: 2px -2px 2px #dedede;
}
.errorCode p{
	color: #FF2E2E;
}
.con-send-code .not-received{
	margin-top: 24px;
	color: #0072FF;
}
.step-body .form-with-long-label{
	width:395px;
}
.step-body .form-with-long-label .form-group label{
	width: 85px;
}
.form-with-long-label .form-group {
    transform: translateX(-40px);
}
.need-to-verify{
	position: relative;
}
.need-to-verify .errorCode{
	width:248px;
	height:136px;
	padding:16px;
	right: -260px;
}
.need-to-verify .errorCode p{
	color: #5F6C7E;
	line-height: 1.8;
}
.success .success-link{
	color: #0072FF;
}
:-ms-input-placeholder.form-control {
	color: #999 !important;
}