/*head 样式 start*/
.headabout{
	background: #fff;
    height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.headabout.redline{
	border-bottom: 2px solid #E53935;
}
.headinfo{
	width: 1200px;
	margin: 0 auto;
}
.wordtitle{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    height: 32px;
    padding-left: 23px;
    margin-top: 30px;
    border-left: 1px solid #eeeeee;
}
.headtxt{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-top: 36px;
}

/*head 样式 end*/
.loginbody{
	background: #f5f5f5;
}
.w1200{
	width: 1200px;
}

.headtxt_pre {
	font-size: 16px;
	color: #999;
}

.log_top_r {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.flexcenter {
	margin-top: 75px !important;
	margin-bottom: 114px !important;
}

.loginblank {
	width: 384px;
	height: auto;
	background: #fff;
	box-shadow: 0px 1px 20px 4px rgba(170, 170, 170, 0.16);
	border-radius: 6px;
	margin: 0 auto;
}

.newlogo_head {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #e74b48;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 24px;
    line-height: 1;
    border-radius: 6px 6px 0px 0px;
}

.newlogo_info {
	padding: 24px 24px 40px 24px;
}

.newlogo_infotip {
	font-size: 12px;
	color: #3498db;
	background: #f5fbff;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #daeffc;
	margin-bottom: 24px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.newlogo_infotip img {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	margin-right: 8px;
}

.newlogo_title {
	font-size: 14px;
	color: #333;
	line-height: 1;
}

.u_log_input1 {
	width: 100%;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0px 10px;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 14px;
    color: #000;
}

.u_log_input1:focus {
	outline: none;
	border: 1px solid #3498db;
}
input{
	outline: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 32px #fff inset; /**通过边框阴影遮挡住背景*/
    -webkit-text-fill-color: #000; /*自动填充内容的文本颜色*/
}

.log_an {
	background: #e53935;
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	box-sizing: border-box;
	border: none;
	margin-top: 25px;
	cursor: pointer;
}

.newlogo_flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 14px;
	color: #333;
}

.newlogo_flex a:last-child {
	color: #e53935;
}
/*注册表单*/
body{
	min-height: 800px;
}
.hidden {
    display: none !important;
}
.height40{
	height: 40px;
}
.newforminfo{
	padding-top: 70px;
	padding-bottom: 280px;
}
.row{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.mb-24{
	margin-bottom: 24px;
}
.input_title{
    font-size: 14px;
    color: #333;
    line-height: 1;
    padding-right: 14px;
    width: 200px;
    text-align: right;
    box-sizing: border-box;
    margin-left: 50px;
    line-height: 40px;
}
.inputblank{
		width: 348px;
}
.inputblank.onlyvalue{
	width: 348px;
	height: 40px;
	display: flex;
	align-items: center;
}
.inputwall{
	position: relative;
	width: 348px;
	height: 40px;
	border-radius: 6px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.inputwall.forminput input[type="text"],.inputwall.forminput input[type="password"],.inputwall.forminput select{
	border: none;
    background: transparent;
    width: 100%;
    height: 100%;
    flex: 1;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    border-radius: 6px;
}
.inputwall.forminput select{outline:none;}
.inputwall.inputfocus{
	border-color: #3498DB;
}
.agreementflex{
    width: 348px;
    color: #666;
    font-size: 12px;
    box-sizing: border-box;
    padding: 0 12px;
}
.agreementflex img{
	margin-right: 4px;
}
.agreementflex p{
	padding: 0px 16px;
	margin-top: 8px;
}
.agreementflex p a{
	font-size: 12px;
    color: #3498db;
}
.btnbottomflex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
	width: 348px;
    padding-top: 14px;
    padding-bottom: 24px;
}
.btnbottomflex_right{
	text-align: right;
	font-size: 14px;
	color: #333;
	width: 348px;
    padding-top: 14px;
    padding-bottom: 24px;
}
.inputinfo{
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;	
    flex: 1;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
}
.refreshimg{
	padding: 0px 8px;
	cursor: pointer;
}
.formnextbtn{
	background: #e53935;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 348px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    border:1px solid #e53935;
    margin-top: 16px;
    cursor: pointer;
}
.formnextbtn.whiteline{
	background: #fff;
	color: #e53935;
	margin-top: 0px;
	cursor: pointer;
}

.getcodebtn_before{
	border-radius: 6px;
	border: 1px solid #E53935;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ffffff;
	box-sizing: border-box;
	font-size: 16px;
	color: #E53935;
	cursor: pointer;
}
.getcodebtn_before.hasclick{
	border-color: #dddddd;
	font-size: 16px;
	color: #b2b2b2;
}
.formtipspos{
	width: 200px;
    font-size: 12px;
    color: #E53935;
    padding-left: 14px;
    height: 40px;
    display: flex;
    align-items: center;
}
.formtipspos.noheight{
	height: 0px;
}
.formupbtn{
	width: 162px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #E53935;
	border-radius: 6px;
	font-size: 16px;
	color: #E53935;
	margin-right: 24px;
	cursor: pointer;
	background: #fff;
}
.formupdown{
		width: 162px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #E53935;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: #E53935;
	cursor: pointer;
}
.inputblank_desc{
	font-size: 12px;
    color: #666666;
    line-height: 1.5;
    margin-top: 5px;
}
.row.groupblank{
	align-items: center;
    padding-bottom: 32px;
}
.titleline{
    width: 272px;
    background: #eeeeee;
    height: 1px;
}
.headtitle{
	font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 0px 8px;
    line-height: 1;
}

/*foot样式修改 start*/
.newfooter{
	background: #f5f5f5;
    width: 100% !important;
    box-sizing: border-box;
    padding: 40px 15px;
}
.footer{
	background: none !important;
	font-size: 12px;
	color: #666;
	height: auto  !important;
    line-height: 1.5  !important; 
    margin-bottom: 14px;
}
.w1003{
	width: 1200px;
}
.newfooter .footer a {
    color: #666666;
    font-size: 12px;
    margin: 0px 15px;
    padding: 0px;
}
.newfooter .footer2 p {
    color: #666666;
}
.newfooter .footer2 p{
	line-height: 24px;
	text-align: center;
}
.newfooter .newfooter{
	background: #f5f5f5;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
}
/*foot样式修改 end*/
/*注册样式 start*/
.headbartips{
	font-size: 14px;
	color: #333333;
}
.headbartips p{
	text-align: right;
    padding: 28px 0px;
}
.headbartips_a{
	color: #E53935;
}
.selectlabelflex{
	width: 348px;
	height: auto;
}
.selectlabelitem{
    border: 1px solid #b2b2b2;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 6px;
    position: relative;
    margin-right: 24px;
    margin-bottom: 10px;
}
.selectlabelitem.addicon{
	border: 1px solid #e53935;

}
.selectlabeltxt{
	font-size: 14px;
    color: #333;	
}
.selectlabelitem.addicon .selectlabeladd{
	font-size: 16px;
    color: #e53935;
    cursor: pointer;
}
.selectlabelicon{
	position: absolute;
    top: -8px;
    right: -15px;
    padding: 5px;
    cursor: pointer;
}
#companyNameList ul{
	border-radius: 6px;
	border: 1px solid #dddddd;
	margin-top: 10px;
}

.companyitem{
	padding: 8px 12px; 
    font-size: 14px;
    color: #333;
}
.companyitem:hover{
	background: #f5f5f5;
}
.companyitem.itemselect{
	background: #f5f5f5;
	color: #3498db;
}
#resultDiv ul{
	position: absolute;
    z-index: 99;
    background: #fff;
    width: 348px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
#resultDiv ul li{
	padding: 8px 12px; 
    font-size: 14px;
    color: #333;
}
#resultDiv ul li:hover{
	background: #f5f5f5;
}
/*注册样式 end*/

/*注册弹层修改 start*/
.xyAlertBoxBox {z-index:9999;}
.msgbg {
	background: #000;
	filter: alpha(opacity=10);
	opacity: .4;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 1000;
}

.xyAlertbiginfo{
    height: auto;
    background: #fff !important;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10000;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 0px;
    width: 588px;
}
.xyAlertTitleflex{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 10px 0px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xyAlertbiginfoTitle {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.xyAlertbiginfodesc{
	font-size: 14px;
	color: #666;
	padding:24px;
	line-height: 24px;
}
.xyAlertBoxButtons {
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    box-sizing: border-box;
}
.xyAlertBoxButtons .BoxAlertBtnOk {
    margin: 0px;
    display: inline-block;
    padding: 0px;
    width: 160px;
    height: 40px;
    border: 1px solid #e53935;
    border-radius: 6px;
    background: #e53935;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    
}
.xyAlertBoxButtons .BoxAlertBtnOk.borderbtn{
	background: #fff;
    color: #e53935;
}
.dialogclose{
	padding: 14px;
	cursor: pointer;
}
/*注册弹层修改 end*/


/*当页面宽度小于760px*/

@media screen and (max-width: 760px) {
	body {
    min-height: auto;
	}
	.loginblank{
		margin-left: 15px;
	    margin-right: 15px;
	    width: 100%;

	}
	.w1200{
		width: 100%;
	}
	.headtxt{
		display: none;
	}

	.headbartips p{
		padding-right: 15px;
		padding-left: 15px;
	}
	.mb-24{
		margin-bottom: 0px;
	}
	.row{
		justify-content: flex-start;
    	padding: 0px 15px;
	}
	.row.rowbtnflex .input_title,.row.rowbtnflex .formtipspos{
		display: none;
	}
	.row.rowbtnflex .formupbtn,.row.rowbtnflex .formupdown{
		flex: 1;
	}
	.formtipspos{
		height: auto;
	    padding-left: 0px;
	    padding-bottom: 12px;
	}
	.input_title{
		margin-left: 0px;
    	text-align: left;
	}
	.inputblank{
		width: 100%;
	}
	.inputwall{
		width: 100%;
	}
	.formnextbtn{
		margin: 0 auto;
		width: 100%;
	}
	.formnextbtn.mobilebtn{
		margin-top: 24px;
	}
	.btnbottomflex{
		margin: 0 auto;
	    width: 100%;
	    padding-top: 0px;
	}
	.w1003{
		width: 100%;
	    padding: 15px;
	    box-sizing: border-box;
	    background: #f5f5f5 !important;
	    margin-bottom: 0px;
	}
	.newforminfo{
		padding-bottom: 70px;
	}
	.xyAlertBoxBox{
		width: 90%;
	    height: auto;
	    box-sizing: border-box;
	    padding: 15px;
	    background: #fff!important;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	.xyAlertBoxBoxContent{
		width: 100%;
	    background: #fff !important;
	    padding: 0px;
	}
	.xyAlertBoxInBox{
		background: none!important;
	}
	.xyAlertbiginfo{
		width: 90%;
	    height: 90%;
	    overflow: scroll;
	}
	.xyAlertbiginfodesc{
	    height: 73%;
	    background: #fff;
	    overflow: scroll;
	}
	.headabout{
		height: 70px;
	}
	.headinfo{
		width: 100%;
	    padding: 0px 15px;
	    box-sizing: border-box;
	}
	.headabout .headinfo img{
		width: 153px;
	}
	.wordtitle{
		margin-top: 8px;
		margin-top: 8px;
	    font-size: 18px;
	    line-height: 32px;
	}
	.titleline{
		flex: 1;
	}
	

}


/*当页面宽度大于768px小于960px*/

@media screen and (min-width:768px) and (max-width:960px) {
	.w1200{
		width: 100%;
	}
	.headtxt{
	    margin-top: 17px;
		font-size: 14px;
	}
	.headtxt_pre{
		font-size: 14px;	
	}

	.headbartips p{
		padding-right: 15px;
		padding-left: 15px;
	}
	.mb-24{
		margin-bottom: 0px;
	}
	.row{
		justify-content: flex-start;
    	padding: 0px 15px;
	}
	.row.rowbtnflex .input_title,.row.rowbtnflex .formtipspos{
		display: none;
	}
	.row.rowbtnflex .formupbtn,.row.rowbtnflex .formupdown{
		flex: 1;
	}
	.formtipspos{
		height: auto;
	    padding-left: 0px;
	    padding-bottom: 12px;
	}
	.input_title{
		margin-left: 0px;
    	text-align: center;
	}
	.formnextbtn.mobilebtn{
		margin-top: 24px;
	}
	.btnbottomflex{
	    padding-top: 0px;
	}
	.w1003{
		width: 100%;
	    padding: 15px;
	    box-sizing: border-box;
	    background: #f5f5f5 !important;
	    margin-bottom: 0px;
	}
	.newforminfo{
		padding-bottom: 70px;
	}
	.xyAlertBoxBox{
		width: 90%;
	    height: auto;
	    box-sizing: border-box;
	    padding: 15px;
	    background: #fff!important;
	    overflow: hidden;
	    box-sizing: border-box;
	}
	.xyAlertBoxBoxContent{
		width: 100%;
	    background: #fff !important;
	    padding: 0px;
	}
	.xyAlertBoxInBox{
		background: none!important;
	}
	.xyAlertbiginfo{
		width: 90%;
	    height: 90%;
	    overflow: scroll;
	}
	.xyAlertbiginfodesc{
	    height: 73%;
	    background: #fff;
	    overflow: scroll;
	}
	.headabout{
		height: 70px;
	}
	.headinfo{
		width: 100%;
	    padding: 0px 15px;
	    box-sizing: border-box;
	}
	.headabout .headinfo img{
		width: 153px;
	}
	.wordtitle{
		margin-top: 8px;
		margin-top: 8px;
	    font-size: 18px;
	    line-height: 32px;
	}
	.titleline{
		flex: 1;
	}
}


/*当页面宽度大于960px小于1200px*/

@media screen and (min-width:960px) and (max-width:1200px) {
	.w1200{
		width: 100%;
	}
	.headinfo{
		width: 100%;
	}
	.headabout{
		padding: 0 30px;
    	box-sizing: border-box;
	}
	.headbartips p{
		padding: 28px 30px;
	}
	.w1003{
		width: 100%;
	}
}


/*当页面宽度大于1200px*/

@media screen and (min-width:1200px) {

}