@charset "utf-8";
@media screen and (max-width: 1024px) {
	body {
		zoom: calc(1024/1366);
	}
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
	body {
		zoom: calc(1280/1366);
	}
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    text-shadow: none;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.login-main{
	min-height: 580px;
}
.relative{
	position: relative;
}
.mfa-verify-success {
	position: absolute;
	width: 385px;
	height: 320px;
	right: 0px;
	background: #fff;
	top: 43%;
	margin-top: -185px;
	border-radius: 15px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-direction: column;
	display: none;
}
.mfa-verify-success .mfa-verify-success-icon{
	width: 42px;
	height: 42px;
}
.mfa-verify-success .mfa-verify-success-text{
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 12px;
}

.mfa-verify-content{
	position: absolute;
	width: 385px;
	right: 0px;
	background: #fff;
	top: 43%;
	margin-top: -185px;
	border-radius: 15px;
	overflow: hidden;

	display: none;
}

.mfa-verify-content .tip-content{
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 9px 16px;
	justify-content: space-between;
	align-self: stretch;
	background: #E4F0FA;
	min-height: 40px;
}

.mfa-verify-content .tip-content .mfa-tip{
	display: flex;
}

.mfa-verify-content .tip-content .mfa-tip .mfa-tip-text{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 0;
	color: #303133;
}

.mfa-verify-content .tip-content .mfa-tip .mfa-tip-icon{
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-top: 3px;
}


.mfa-verify-content .tip-content .close-tip{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-left: 8px;
}


.mfa-verify-content .mfa-main-content {
	display: flex;
	justify-content: center;
	padding-top: 24px;
	padding-bottom: 32px;
	width: 100%;
	min-height: 200px;
}
.mfa-verify-content .mfa-main {
	width: 300px;
}
.mfa-verify-content .mfa-main .arrow-title {
	display: flex;
}
.mfa-verify-content .mfa-main .arrow-title .arrow:hover {

	background: #EBEDF0;
}
.mfa-verify-content .mfa-main .arrow-title .arrow {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0;
	color: #303133;
	margin-right: 8px;
	cursor: pointer;
	width: 30px;
	padding: 3px;
	border-radius: 50%;
}
.mfa-verify-content .mfa-main .arrow-title .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0;
	color: #303133;
}
.mfa-verify-content .mfa-main .email-tip-content {
	margin-top: 16px;

}

.mfa-verify-content .mfa-main .email-tip-content .tip-text{
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	color: #606266;
}
.mfa-verify-content .mfa-main .email-tip-content .email-text{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	color: #303133;
}

.mfa-verify-content .mfa-main .input-container{
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
}

.mfa-verify-content .mfa-main .input-container .email-code-input{
	width: 63px;
	height: 52px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 2px solid #DCDFE6;
	font-size: 24px;
	text-align: center;
	padding-right: 10px;
}

.mfa-verify-content .mfa-main .input-container .email-code-input:focus {
	border-color: #3080F0;
}

.mfa-verify-content .mfa-main .input-container .email-code-input.error-input {
	border-color:  #F67956 !important;
}

.mfa-verify-content .mfa-main .resend-button{
	line-height: 22px;
	display: flex;
	align-items: center;
	letter-spacing: 0;
	color: #606266;
	margin-top: 16px;
	flex-direction: row-reverse;
}
.mfa-verify-content .mfa-main .resend-button p{
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.mfa-verify-content .mfa-main .resend-button p:hover{
	color: #3080F0;
}

.mfa-verify-content .mfa-main .resend-time{
	line-height: 22px;
	align-items: center;
	letter-spacing: 0;
	color: #606266;
	margin-top: 16px;
	flex-direction: row-reverse;
	display: none;
}

.login-content{
}

.login-content .login-input{
    width: 100%;
    display: block;
    margin-right: 14px;
    border-color: #e5e5e5;
    border: 1px solid #e5e5e5;
	height: 38px;
	line-height: 18px;
	padding: 8px 0 8px 53px;
	background: #fff;
	text-indent: 0;
	border-radius: 4px;
}
.login-input:focus, .register-content input[type="text"]:focus{
    box-shadow: 0px 0px 4px #a3d0ff;
	border-color: #9fcfff;
}

.wapper input[type=text]:focus, .wapper input[type=password]:focus{
	border: 1px solid #9fcfff;
} 
input::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input[type="number"]{-moz-appearance:textfield;}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body {
	padding-top: 0px;
	background: #fff;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.hide{display: none;}
textarea{
	resize: none;
}
.wapper-out {
width: 100%;
}
  .pr{position: relative;}  
  .pa{position: absolute;}
.wapper {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px !important;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
a:active, a:hover, a:focus {
  outline: 0;
}
table{
	width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.login-content a{
	color: #555;
}
[class*='col-xs-'] {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    line-height: inherit;
}
button, select {
    text-transform: none;
    border: 1px solid #e5e5e5;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="radio"], input[type="checkbox"]{
    vertical-align: middle;
	margin: -1px 3px 0px 0px;
}
.btn {
    display: inline-block;
    width: 100%;
    line-height: 36px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    font-size: 18px;
	border-radius: 0px;
}
.ui-box{
	position: relative;
	height: 580px;
	background-color: rgba(0,0,0,.5);
    /*margin: 0 auto;
    max-width: 1920px;*/
}
.ui-box .login-back{
	height: 580px;
	width:100%;
	position: absolute;
	z-index:0;
	top:0;
	left:0;
}
.btn.blue{
	background-color: #1388ff;
	color: #FFFFFF;
	border-radius: 4px;
}
.btn.blue:hover{
	background-color: #0071e3;
	color: #fff;
	border-radius:4px;
}
.login-content{
	position: absolute;
	width: 385px;
	padding: 25px 50px 20px 50px;
	right: 0px;
	background: #fff;
	top: 43%;
	margin-top: -185px;
	border-radius: 15px;
}
.login-content.static{
	position: static;
	margin: 0px;
}
.login-content p.text-c{
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover, .btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.a-line {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}
.overhidden{
	overflow: hidden;
}
.ml10{margin-left: 10px;}
.ml46{margin-left: 46px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt25{margin-top: 25px;}
.mt60{margin-top: 60px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb30{margin-bottom: 30px;}
.h-60{
	height: 60px;
	line-height: 60px;
}
.fs12{font-size: 12px;}
.fs16{font-size: 16px;}
.fs18{font-size: 18px;}
.fs24{font-size: 24px;}
.c-666666{color: #666666;}
.c-999999{color: #999999;}
.c-1388ff{color: #1388ff;}
.c-ff6c00{color: #ff6c00;}
.vertical{
	display: inline-block;
	margin: 0 14px;
}
.mouse{cursor: pointer;}
.border-b{
	border-bottom: 4px solid #f9f9f9;
} 
.border{border: 1px solid #e5e5e5;width: 290px;}
.username-ico{
    top: 9px;
    left: 11px;
    display: block;
    width: 18px;
    height: 22px;
    z-index: 2;
    font-size: 20px;
}
.username-ico:after{
	color:#b5b7b9;
	content: '\e962';
}
.password-ico:after{
	color:#b5b7b9;
	content: '\e961';
}
.password-ico{
	top: 9px;
    left: 11px;
    display: block;
    width: 18px;
    height: 22px;
    z-index: 2;
    font-size: 20px;
}
.active .username-ico:after{
	color:#FFFFFF;
}
.active .password-ico:after{
	color:#FFFFFF;
}
.active input.login-input{
	border-color: #1388ff;
	box-shadow: none;
}
.login-content .part{
	border-color: #e5e5e5;
	border-radius: 4px;
}
/* plug登录页面input框和框内图标之间存在空隙*/
.login-content .part:after{
	content: '';
	display: block;
	width: 40px;
	/*也可以是38px*/
	height: 100%;
	background: #e5e5e5;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	border-radius: 4px;
}
.login-content .active:after{
	background: #1388ff;
}
.footer-bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px;
	border-top: 1px solid #CCCCCC;
}
.footer-list a:after{
	content:"|";
	display: inline-block;
	margin: 0 20px;
}
/*.line{
	width: 1002px;
	height: 3px;
	background-color: #dddddd;
	margin: 0 auto;
	margin-top: -12px;
}*/
.register-list{
	width: 1002px;
	margin: 0 auto;
    margin-top: 50px;
}
.register-list li{
	width: 334px;
	text-align: center;
	float: left;
	position: relative;
	padding: 30px 0 30px 0;
	color: #999999;
}
.round{
	display: block;
	text-align: center;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	color: #FFFFFF;
	background-color: #DDDDDD;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	z-index: 1;
}
.register-list li.on{
	color: #333333;
}
.register-list li.on:after{
	content: "";
	width: 100%;
	display: block;
	height: 3px;
	background-color: #1388ff;
	position: absolute;
	bottom: 9px;
}
 .register-list li.on .round{
	background-color: #1388ff;
}
#tabs{
	margin-left: 145px;
}
.register-form{
	width: 500px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom:100px;
	position: relative;
	/*box-shadow: 0px 0px 10px #dadada;*/
}
.EN .register-form{
	width:550px;
}
.register-form .register-li{
	cursor: pointer;
	width: 50%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	float: left;
	font-size: 18px;
	border-bottom: 2px solid #e5e5e5;
}
.register-form .register-li.on, .register-form .register-li.on:hover{
    cursor: default;
	color: #1388ff;
}
.register-form .register-li.on{
	border-bottom: 2px solid #1388ff;
}
.register-form .register-li:hover{
	/*background: #fcfcfc;
	color: #1388ff;*/
}
.register-form li.line{
	border-right: 1px solid #ddd;
    left: 50%;
	margin-left: -1px;
	height: 20px;
	top: 12px;
}
.register-content{
	padding: 0 0 0 40px;
	border-top:none ;
}
.register-form-list .phone-n{
	width: 40px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-right:1px solid #e5e5e5;
	top: 0;
	left: 90px;
}
.register-form-list .label{
	display: inline-block;
	width: 100px;
	text-align: right;
	float: left;
	padding-right: 10px;
	line-height: 38px;
	color: #666;
}
.register-form-list .con{
	margin-left: 100px;
}
.register-form-list .con input[type="text"]{
	
}
.register-content input[type="text"], .register-content input[type="password"]{
	height: 32px;
}
.register-content .phone{
	width: 290px;
	padding: 8px 0 8px 50px;
}
.register-content .mailbox{
	width: 290px;
}
.register-content input[type="text"], .register-content input[type="password"]{
	padding: 10px 20px 10px 10px;
	height: 38px;
	line-height: 18px;
}
.register-content .small-input{
	width: 200px;
}
.register-content .smaller-input{
	width: 100px;
}
.register-content .big-input{
	width: 100%;
}
.register-content .code-img{
    cursor: pointer;
    vertical-align: top;
}
.register-form-list .code-btn{
	width: 115px;
}
.register-form-list.on:after{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/images/img.png) -55px -135px;
	position: absolute;
	top: 9px;
	left: 270px;
	visibility: inherit;
}
.register-form-list.p.on:after{
	left: 383px;
}
.register-content .codes-prompt{
	top: 34px;
    left: 100px;
}
.countdown{
	display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #e5e5e5;
	vertical-align: top;
}
.countdown.on{
    cursor: auto;
    background-color: #ff6c00;
    border-color: #ff6c00;
    color: #fff;
    cursor: pointer;
}
.countdown.on:hover{
    background-color: #ef6500;
}
.next-btn{
	width: 140px;
	margin: 0 auto;
}

.btn.commit{
	width: 145px;
	display: block;
	margin-top: 20px;
}
.setp-form .setp-input{
	height: 32px;
	width: 300px;
	border: 1px solid #e5e5e5;
}
.success-ico{
	width: 78px;
	height: 81px;
	background: url(/images/img.png) -72px -126px;
	margin: 90px auto 30px;
}
.disabled{
	background: #f9f9f9;
	color: #bbb;
	cursor: no-drop;
	border-color: #eee;
}
.hide{
	display: none;
}
.errorMsg{
	color:red;
    text-align: center;
    line-height: 28px;
}
.padding-left{
	padding: 0 0 1em 0;
}
.mb10{
	margin-bottom: 10px;
}
.register-table{
	width:570px;
	margin: 60px auto;	
}
.con .errorMsg{
	position: absolute;
    left: 370px;
	white-space: nowrap;
	top: 5px;
}
.on input[type="text"], .on input[type="password"]{
	border-color: #1388ff;
	background: rgba(19, 136, 255, .1);
	color: #1388ff;
}
.con.on:after{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(/images/ico.png) -382px -102px;
	top: 10px;
	right: -28px;
}
.register-table tr{
	height: 40px;
}
.register-table tr td{
	letter-spacing: 1px;
}
.register-table tr td input{
	padding: 3px;width: 240px;
}
.text-left{
	text-align: left;
}
.register-table tr td:last-child{
	width: 200px;
}
.register-table tr td:nth-child(2){
	width: 250px;
}
.register-table tr td:first-child{
	width:90px;
}
.bottom-btn{
	padding: 12px 11px 38px 96px;
}
.bottom-btn .btn{
    line-height: 30px;
	width: 100%;
    font-size: 16px;
}
.hd-title{
	color: #fff;
	line-height: 40px;
	padding-top: 20px;
}
.hd-title .text{
	font-size: 17px;
    letter-spacing: 2px;
	line-height: 21px;
    margin-top: 15px;
}
.register-head {
	font-size: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.register-head .s-line{
	border-color: #999;
}
.register-head .hd-title{
	color: #333;
}
.s-line{
    width: 0px;
    height: 18px;
    vertical-align: middle;
    margin: 16px 18px 0px;
}
a.blue{
    color: #1388FF;
}
.register-form-list{
	padding: 15px 0;
}
.phone-ico, .email-ico{
	display: inline-block;
	width: 20px;
	height: 24px;
	vertical-align: middle;
    margin-top: -4px;
	margin-right: 10px;
}
.phone-ico{
    background: url(/images/ico.png) -223px -95px;
}
.on .phone-ico{
    background: url(/images/ico.png) -183px -95px;
}
.email-ico{
	background: url(/images/ico.png) -203px -95px;
}
.on .email-ico{
	background: url(/images/ico.png) -243px -95px;
}
.footer a{
	color: #333;
	padding: 0 18px;
}
.footer{
	line-height: 18px;
	padding: 30px 0;
}
.company-info{
	padding-top: 17px;
	color: #999;
}
.flow{
	margin-top: 58px;
}
.flow-part{
	font-size: 16px;
	padding: 0px 102px;
	position: relative;
	z-index: 3;
}
.flow-part .count{
	display: block;
	width: 48px;
	height: 48px;
	background: #dde2e3;
	line-height: 48px;
	color: #fff;
	margin: 0 auto;
	font-size: 20px;
	margin-bottom: 10px;
	border: 2px solid #fff;
}
.flow:after{
	content: '';
	display: inline-block;
	position: absolute;
	height: 0px;
	width: 560px;
	border-top: 2px solid #ebf0f1;
	left: 50%;
	margin-left: -280px;
	top: 23px;
	z-index: 2;
}
.flow-part.on{
	color: #1388ff;
}
.on .count{
	background: #1388ff;
}
.flow-part{
	display: inline-block;
}
.register-success{
	line-height: 30px;
}
.register-success .big-text{
	font-size: 18px;
    /*font-family: sans-serif;*/
}
.orange{
	color: #ff6c00;
}
.errorMsg-tip{
    text-align: center;
    line-height: 28px;
    position: absolute;
    left: 0px;
    top: -32px;
    width: 100%;
    background: #d04b4b;
    color: #fff;
    line-height: 34px;
    border-radius: 3px;
}
@media only screen and (max-width: 1366px){
	.ui-box{
		height: 510px;
	}
	.btn {
    	line-height: 40px;
	}
	.login-content{
    	margin-top: -200px;
	}
}
.bottom {
	color: #ccc;
	position: fixed;
	bottom: 0;
	left: 0;
}
input[type=number]{
	padding: 8px 10px;
}
.phone-desc{
	line-height: 27px;
	margin-bottom: 2em;
}
.codes-input{
	width: 188px;
}
.get-code{
	width: 99px;font-size: 12px;
	padding: 11px 20px;
	background: #DDDDDD;
	color:#666;
}
.re-send{
	border:1px solid #1388FF;
	cursor: pointer;
	background: #fff;
}
.re-send:hover{
	background:#1388FF;
	color:#fff;
}

@media screen and (max-width: 768px){
	.login-content{
        right: inherit;
		left: 50%;
        margin-left: -175px;
	}
	.login-content {
	    position: absolute;
	    width: 350px;
	    padding: 25px 50px 20px 50px;
    }
	.footer a {
	    color: #333;
	    padding: 0 1px;
	}
	.main{
	   width: 100%;
	}
}

/* 英文状态下显示*/
.EN .login-content{
	    width: 420px;
}
.EN .register-form-list .label{
	    width: 150px
}
.EN .register-form-list .con {
    margin-left: 150px;
}
.EN .en_ml100{
	margin-left:100px;
}
.EN .ui-box {
	background: url(/images/login-banner2_en.png) center top no-repeat;
}
