@CHARSET "UTF-8";
body {
	background: #ffffff;
}
@media (min-width: 992px) {
	.container {
		width: 958px;
	}
}

.clear{
	overflow: hidden;
}
.clear:after{
	display:block;
	content:'';
	clear:both;
}
.header{
	height:71px;
	line-height:71px;
	border-bottom:1px solid #dfdfdf;
}
.none{
	display: none;
}
.headerCon {
	margin:0 auto;
	/* 	border-left:1px solid red;
        border-right:1px solid red; */
}
.logoA{
	float:left;
}

.TBCenter{
	height: 100%;
	align-items:center;
	display: flex;
}
.content{
	width: 1080px;
	height: 480px;
	position: relative;
	top: calc((100vh - 510px)/2);
	left: 50%;
	transform: translateX(-50%);
}

.img-responsive1 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58%;
}

.img-responsive2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
}

.login-box {
	/* position: absolute;
	top: 50%;
	top: 50%;
	transform: translate(-50%, -50%); */
	display: flex;
	justify-content: space-between;
//	width: 70%;
//	padding-left: 10%;
}

.publicity-content {
	text-align: center;
	margin-top: 10px;
	margin-right: 30px;
}

.publicity-content h1 {
	margin: 0;
	font-size: 26px;
	color: #3b4048;
	line-height: 26px;
}

.publicity-content p {
	margin: 12px 0 10px 0;
	font-size: 15px;
	color: #3b4048;
	line-height: 15px;
}

.img-responsive {
	position: absolute;
	bottom: 0;
	left: 0;
}

.conRight{
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15%; */
	width: 440px;
	min-height: 480px;
	padding: 0 40px;
	border-radius: 4px;
	box-shadow: 0px 0px 18px 0px #E9EAF0;
	background-color: #fff;
}

.borderRightGray{
	margin: 0 10px 0 0;
    border-radius: 5px;
    border: 1px solid #cccccc;
    cursor: pointer;
    box-shadow: inset -1px 3px 13px 0px #dcdcdc;
}
.goHover{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 10px 2px #ccc ;
	-moz-box-shadow: 0 0 10px 2px #ccc ;
	box-shadow: 0 0 10px 2px #ccc;
	text-decoration: none;
}
.qrcode{
	position:relative;
	top:0;
	left:0;
}
#refresh{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-90px;
	width:180px;
	height:180px;
	background-color: #fff;
	z-index: 1001;
	-moz-opacity: 0.9;
	opacity: .90;
	filter: alpha(opacity=90);
}
#refreshBtn{
	cursor:pointer;
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-40px;
	z-index:3000;
	background-color:#fff;
	width:80px;
	height:80px;
	box-shadow: 3px 3px 5px #888888;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	padding-top:10px;
}
#refreshBtn img{
	display:block;
	width:36px;
	height:36px;
	margin:0 auto;
}
#refreshBtn p{
	color:#4488BB;
	font-size:1em;
	padding-top:5px;
	text-align:center;
}
.mask-tip{
	width:200px;
	height:200px;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:30px;
}
h3{
	text-align:center;
	font-size:1.1em;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.4em;
	color: #4488BB;
	margin-top: 50px;
	/* margin-bottom: 10px; */
}
.message-img{
	width:80px;
	position: relative;
	top:20px;
	left:60px;
}
.show{
	display:block;
}
.hidden{
	display:none;
}
.formCon{
	width: 300px;
	padding-top: 20px;
	margin: 0 auto;
}
.forgetPassword{
	color: #4d5e73;
	margin:0 0 7em;
	font-size: 0.8em;
}
.forgetPassword a{
	color: #4488BB;
}
.clearPadding{
	padding: 0;
}
.imgToPadding{
	padding: 25px 10px;
}
.skipFile{
	display: flex;
	align-items: center;
}
.btn-primary{
	margin-top: 2em;
	border: none;
	margin-bottom: 30px;
	background-color: #4488BB;
	height: 45px;
	font-size: 14px;
	border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover {
	border:none;
	background-color: #3C8ABD;
	outline: none;
}

.btn-primary1:hover,
.btn-primary1:focus,
.btn-primary1.focus,
.btn-primary1:active,
.btn-primary1.active,
.btn-primary1:active:hover {
	border:none;
	background-color: #3C8ABD;
	outline: none;
}

.login-text {
	background-color: #fff;
	display: flex;
	border-bottom: 1px solid #e7e7e7;
}

.login-text > div {
	padding: 30px 0 24px;
	font-size: 16px;
	line-height: 16px;
	color: #3B4048;
	cursor: pointer;
	flex: 1;
	margin-bottom: -1px;
}


.login-text > div.active {
	color: #4488BB;
	border-bottom: 2px solid #4488BB;
}

#phone-login-form {
	padding: 30px 30px 0;
}

#phone-login-form .form-group {
	margin: 20px 0 18px 0;
}

#phone-login-form .form-group input[type="text"],
#phone-login-form .form-group select{
	height: 45px;
	border-radius: 4px;
}

#phone-login-form .form-group input[type="text"]::placeholder {
	color: #999;
}

#phone-login-form #phoneNumDiv select{
	border-radius: 4px 0 0 4px;
	width: 120px;
	color: #3B4048;
}

#phone-login-form .form-group #phoneNum{
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
	width: 180px;
}

#phone-login-form #phoneCodeDiv #getPhoneCode {
	width: 125px;
	position: absolute;
	right: 0;
	top: 6px;
	color: #ccc;
	outline: none;
}

#phone-login-form #phoneCodeDiv #getPhoneCode:hover,
#phone-login-form #phoneCodeDiv #getPhoneCode:visited,
#phone-login-form #phoneCodeDiv #getPhoneCode:focus {
	color: #4488BB;
	text-decoration: none;
}

.input-group{
	height: 40px;
	margin-top: 20px;
}

#login .input-group{
	margin-top: 40px;
}

.form-control {
	border-color: #e7e7e7;
}

.form-control:focus,
.form-control2:focus {
	border-color: #4488BB;
	box-shadow: none;
}

select.form-control:focus {
	border-color: #e7e7e7;
	box-shadow: none;
}

#fm1 .input-group,#fm1 .form-control{
	width: 100%;
}
.input-logo{
	color:#dcdcdc;
	position: absolute;
	top: 18px;
	left: 19px;
	z-index:5;
}
.input-group .form-control{
	width:300px;
	padding-left:30px;
	height: 45px;
}
.point-group{
	position:relative;
	color:red;
	top:10px;
}
.none{
	display:none;
}
.error{
	position: absolute;
	top: 4px;
}
.msg1,.msg2{
	margin-left:20px;
}
/*找回密码*/
.findPwd{
	height: 45px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	align-items: center;
	padding: 0 30px;
}

.findPwd a{
	font-size: 14px;
	color: #265DEE;
}

.findPwd a:hover{
	text-decoration: none;
}

.findPwdCon{margin:0 auto; min-height:480px;padding-top:100px;}
.page-findpwd-wrap{
	width: 480px;
	padding: 10px 40px 20px;
	margin: 0 auto 40px;
	min-height: 400px;
	background: #fff;
	box-shadow: 0px 0px 18px 0px #e9eaf0;
	border-radius: 4px;
}
.findpwd-title h2{color: #495c6e;font-size: 18px;line-height: 24px;}
.page-findpwd-wrap .linkInfo{position:relative;margin-top:-10px;}
.linkInfo h3{ text-align: left;font-size: 12px;color: #b5b9bc;line-height:29px;margin:0px;}
.linkInfo .right-back{transition: all 0.3s;font-size: 14px;color: #265DEE;position: absolute;right: 0px;top: 3px;}
.findPwdForm .input-group{margin-top:20px;}
.findPwdForm .input-group .form-control { border-radius: 4px; height: 40px; padding-left: 15px; }
#findPwd-form-mail.findPwdForm .form-control,
#findPwd-form-phone.findPwdForm .form-control{
	height:40px;
	border-radius:2px !important; 
	line-height:40px;
	padding-left:10px; 
	box-shadow:2px 0px 5px 0px #fff;
	width:100%;
	font-size:14px;
}

#findPwd-form-mail.findPwdForm .createCode,
#findPwd-form-phone.findPwdForm .createCode {
	position: absolute;
	right: 6px;
	top: 4px;
	z-index: 10;
}

#findPwd-form-phone.findPwdForm #getPhoneCode:disabled,
#findPwd-form-phone.findPwdForm #getPhoneCode:disabled:hover,
	#findPwd-form-phone.findPwdForm #getPhoneCode:disabled:focus {
	background-color: #4488BB;
	border-color: #4488BB;
}

.findPwdForm #resetPwdBtn {
	background-color: #4488BB;
	border-color: #4488BB;
}

/*验证邮件*/
.verifyMail{margin-bottom:25px;overflow:hidden;}
.verifyMail a{font-size:14px;}
.verifyMailCon{margin:0 auto; min-height:480px;margin-top:30px;}
.page-verifyMail-wrap{width: 350px;padding: 10px 0 20px;margin: 0 auto;min-height: 400px;}
.verifyMail-title h2{color: #495c6e;font-size: 18px;line-height: 24px;}
.page-verifyMail-wrap .linkInfo{position:relative;margin-top:-10px;}
.verifyMailForm .input-group{margin-top:25px;}
.verifyMailForm .form-control{height:40px;border-radius:2px !important; line-height:40px; border:1px solid #d0d6d9;padding-left:10px; box-shadow:2px 0px 5px 0px #fff;width:350px;font-size:14px;}


.pwdTip{color:#787d82;margin-top:10px;font-size:12px;}

.mailTip{font-size:16px; padding-top:100px;text-align:center;}
.gobackBtn{width:150px; margin:30px auto; height: 36px;}
.userRegisterForm .input-group{margin-top:15px;}

/*普通用户注册*/
.register-main {
	width: 800px;
	margin: 0 auto 20px;
	background-color: #fff;
	padding: 20px 30px 20px 0;
	border-radius: 4px;
	box-shadow: 0px 0px 18px 0px #e9eaf0;
}
.register-title{text-align: center;}
.register-title h2{color: #495c6e;font-size: 18px;margin-bottom: 15px;}
.register-container{width:700px;}
.register-container .userRegisterForm{margin: 0 auto;margin-top: 25px;}
.register-container .userRegisterForm font{color:#265DEE; margin-left:3px;font-weight:bold; position:relative; top:3px;}
.register-container .userRegisterForm .form-control {
	height: 40px;
}
.register-container .userRegisterForm .createCode {
	position: absolute;
	right: 14px;
	top: 4px;
}

.register-container .userRegisterForm #getPhoneCode:disabled,
.register-container .userRegisterForm #getPhoneCode:disabled:hover,
.register-container .userRegisterForm #getPhoneCode:disabled:focus {
	background-color: #4488BB;
}

.register-container .checkbox{display: inline-block;}
.register-container .btn-primary{margin-top: 12px;height: 40px;}


/*@media screen and (max-width: 767px){
	.user_register{width:80%;}
}*/

.formCon .createCode{ position: absolute; right: 6px; top: 6px; }
.formCon .icon-refresh{font-size:18px;}
.user_register .formCon{width:auto;color:#71808f;}
.user_register .formCon label{font-weight:normal;}
.user_register .formCon font{color:#265DEE; margin-left:10px;font-weight:bold; position:relative; top:3px;}
.codeDiv input.form-control{display:inline-block; width:235px;}
.user_register .checkbox{color:#aab3bc;display:inline-block;}
.user_register .btn{margin-top:10px;padding:6px 30px;}
.proSpan:link, .proSpan:visited{color:#265DEE;cursor:pointer;}
.proSpan:hover{color:#265DEE;text-decoration:none;}
.conTip p{background:#f0f5f9;color:#aab3bc; border:1px solid #dcedf9; font-size:12px; margin-top:19px; padding:10px 15px;}
/*普通用户审核*/
.titleTip{font-size:14px; color:#aab3bc;display:inline-block; padding:10px 0px; }
.reviewCon{/* padding:10px 20px; */border:1px solid #dee5e7; border-radius:3px;}
.reviewCon .form-group{margin-bottom:20px;}
.reviewCon h2{margin-left:20px;}
.reviewCon button.btn-primary{margin-top:20px;}
@media (min-width: 320px) {
	.reviewCon .point-group{left:0px; top:0px;}
}
@media (min-width: 992px) {
	.reviewCon .point-group{left:157px;top:-5px;}
}

.reviewCon .successTip{text-align:center; margin-top:30px;}
.reviewCon p{color:#71808f; font-size:14px; margin:5px auto;padding:0px 40px;}
.reviewCon p.msg{color:red; margin:0px;margin-left:20px; padding:0px;}
.reviewCon p button{margin-bottom:20px;}
.successTip h1{font-size:24px;color:#495c6e; margin-bottom:20px;}
.reviewCon .buttonDiv{text-align:center;}
.reviewCon .buttonDiv button{margin-right:10px;}
.publish{width:80%;}
.publish .checkbox{color:#71808f;}

.zh_en{
	display:inline-block;
	position:absolute;
	left:65%;
	cursor:Pointer;
}

.zh_en_chosen{
	text-decoration:underline;
}
.reviewTitle{
	background-color:#F6F8F7;
	height:50px;
	line-height:50px;
	font-size:20px;
	padding-left:20px;
	border-top:1px solid #E2E6E9;
	border-bottom:1px solid #E2E6E9;
}
.chosenScheduler{
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
}
.jobSchedulerCon{
	border-left:1px solid #E2E6E9;
	margin-left:30px;
	width:90%;
	padding-left:20px;
}
.jobSchedulerRadio{
	display:inline-block;
	background-color:#EBF5FE;
	width:40%;
	height:50px;
	line-height:50px;
	margin-left:20px;
	padding-left:50px;
}
.jobSchedulerRadio input{
	width:13px;
	height:13px;
}
.commandCon{
	margin-left:20px;
	/* text-decoration:underline; */
	font-weight:bold;
}
.commandTips{
	display:inline-block;
	color:red;
	margin:26px 20px;
}
.ani_dot {
	font-family: simsun;
}
:root .ani_dot {
	display: inline-block;
	width: 1.5em;
	vertical-align: middle;
	overflow: hidden;
}
@-webkit-keyframes dot {
	0% { width: 0; margin-right: 1.5em; }
	33% { width: .5em; margin-right: 1em; }
	66% { width: 1em; margin-right: .5em; }
	100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
	-webkit-animation: dot 3s infinite step-start;
}

@keyframes dot {
	0% { width: 0; margin-right: 1.5em; }
	33% { width: .5em; margin-right: 1em; }
	66% { width: 1em; margin-right: .5em; }
	100% { width: 1.5em; margin-right: 0;}
}
.ani_dot {
	animation: dot 3s infinite step-start;
}
/*登录成功后的显示*/
.frameLoginSuccess{
	margin: 0 auto;
	height: 362px;
	width: 332px;
	border: 1px solid #dcdcdc;
	overflow: hidden;
	border-radius: 6px;
}
.fontSizeP{
	font-size: 1em;
	letter-spacing: 2px;
	margin-left: 24px;
}
.logoutgoLogin{
	color: #265dee!important;
	line-height: 4.5em;
	font-size: 1.5em;
}
.imgCenter{
	margin: 66px auto;
}
.imgCenter1{
	margin: 50px auto 20px;
}
.loginOkSize{
	width: 100px;
	position: relative;
	top: 20px;
}

.resetPwdCon{
	width: 400px;
}
.parcelCenter{
	text-align: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.loginStatic{
	text-align: left;
	font-size: 20px;
}
.loginWrap{
	margin: 0 auto;
	width: 272px;
	min-height: 100px;
}
#captchaShow #captcha{
	height: 45px;
	padding-left: 15px;
}
#password i,#confirmedPassword i{
	margin:3px 10px;
}
.skipWipe{
	color: #265dee!important;
	text-decoration:none;
}
.validationRule{
	font-size: 0.9em;
	padding: 0;
	color: #8692a2;
}
.form-group .wrong{
	color: red;
}
.form-group .right{
	color: green;
}
#rapidLogin>.formCon>.form-group{
	 margin-bottom: 30px;
}

section .rapidA{
	font-size: 12px;
	margin-bottom: 30px;
	color: #4488BB;
}

section .rapidA:hover{
	text-decoration: none;
}

.hidden-input{
	position: relative;
	width: 0;
	height: 0;
	overflow: hidden;
}
.hidden-input .hidden-child-input{
	position: absolute;
	left: -1000px;
}

.loading-svg {
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: url(../images/loading-efb18418d0d87230235c9940b2e947d4.svg) no-repeat 0 0/14px 14px;
}

.has-success .form-control {
	border-color: #e7e7e7;
	box-shadow: none;
}
