/* 公共样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #054F98;
	text-decoration: none;
}
button:focus {
	outline: 0!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
body {
    height: 100%;
	color: #000000;
}
/* 页面样式 */
.register_box{
    height: 100%;
	background-color: #ecebf1;
}
.searchArea {
	width: 100%;
	height: 60px;
	background-color: #003467;
}
.searchContent {
	width: 1160px;
	height: 100%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head_right{
    display: flex  ;
    align-items: center;
}
.head_right img{
    width: 15px;
    height: 15px;
    margin: 5px;
}
.searchContent .searchLogo {
	line-height: 60px;
}
.searchContent .searchLogo img{
    height: 48px;
}
.searchContent .searchLogo .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	margin-right: 10px;
}
.searchContent .searchLogo img {
	vertical-align: middle;
}
.searchContent .searchInput{
	line-height: 60px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}
.form_title{
    color: #054F99;
    width: 85%;
    margin: auto;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}
.process{
	/*width: 1160px;*/
	/*height: 135px;*/
    display: flex;
    justify-content: center;
    margin: 20px auto 0px;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center; */
}
.process_content{
	/*width: 100%;*/
	height: 80px;
    background: #fff;
	/*padding-top: 35px;*/
	/*padding-left: 37%;*/
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */
}
.process_content .progress_item{
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center; */
	float: left;
}
.process_content .progress_item .font{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #474747;
	opacity: 0.5;
}
.process_content .progress_item .item{
	width: 31px;
	height: 31px;
	border: solid 1px #c0c0c0;
	color: #c0c0c0;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
	margin-bottom: 10px;
	margin: auto;
	margin-bottom: 10px;
}
.process_content .xian{
	width: 60px;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 35px;
	float: left;
	margin: 15px 25px 35px 26px;
}
.process_content .xian.active{
	border-bottom: 1px dotted #054F98;
}
.process_content .progress_item.active .item{
	background-color: #054F98;
	border: 1px solid #054F98;
	color: #fff;
}
.process_content .progress_item.active .font{
	color: #054F98;
	opacity: 1;
}
.process_content .last .item{
	/*border: none;*/
}
.process_content .last.success .item img{
	content: url(../images/gou_active.png)
}
.process_content .last.success .font{
	color: #054F98;
	opacity: 1;
}
.select_type{
	/*width: 1160px;*/
	/*height: 576px;*/
	background-color: #ffffff;
	/*box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);*/
	border-radius: 5px;
	margin: 0 auto;
	/*padding: 70px 335px 97px;*/
	box-sizing: border-box;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center; */
}
.select_type.hide{
	display: none;
}
.select_type .top_title{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;
    margin: 40px 0px 80px;
}
.select_type .choice{
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */
}
.select_type .choice .item_type{
    width: 216px;
    height: 258px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-top: 20px;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center; */
	float: left;
	text-align: center;
}
.select_type .choice .item_type:last-child{
	float: right;
}
.select_type .choice .item_type:hover{
	border:1px solid #054F98;
}
.select_type .choice .item_type:hover button{
	background-color: #054F98;
	color: #fff;
	border: solid 1px #054F98;
}
.select_type .choice .item_type img{
	width: 54px;
	height: 57px;
	margin-bottom: 20px;
}
.select_type .choice .item_type .twoImg{
	width: 66px;
}
.select_type .choice .item_type .PorC{
	font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}
.select_type .choice .item_type .second{
	font-family: MicrosoftYaHei;
	text-align: center;
	font-size: 14px;
	color: #474747;
	margin: 23px 0 65px;
}
.select_type .choice .item_type button{
	width: 87px;
	height: 29px;
	border-radius: 5px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
}
.select_type .choice .item_type button:hover{
	cursor: pointer;
}

.registerForm_content{
	/*width: 1160px;*/
	background-color: #ffffff;
	/*box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);*/
	border-radius: 5px;
	margin: 0 auto;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	/*padding-bottom: 40px;*/
}
.clear_box{
	clear:both;
}
.registerForm_content.hide{
	display: none;
}
.registerForm_content .form{
	/*width: 700px;*/
	/*padding: 50px 0 0 110px;*/
	/*box-sizing: border-box;*/
	/*float: left;*/
}
.registerForm_content .form .personOrCompany{
	width: 350px;
	height: 57px;
	line-height: 57px;
	border-bottom: 3px solid #c1c1c1;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.registerForm_content .form .personOrCompany li{
	height: 100%;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	letter-spacing: 0px;
	color: #c1c1c1;
}
.registerForm_content .form .personOrCompany li.active{
	color: #054F98;
	border-bottom: 3px solid #054F98;
}
.registerForm_content .form .personOrCompany li:hover{
	cursor: pointer;
}
.form_list{
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 450px;
    justify-content: space-around;
}
.form_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	/*-webkit-flex-wrap: wrap;*/
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
}
.warningBox {
	padding: 2px;
	background: pink;
	color: red;
    width: 170px;
    font-size: 12px;
    margin-left: 5px;
	/*margin-left: 75px;*/
}
.attention {
	font-size: 12px;
	color: #666666;
	margin-left: 75px;
}
.successBox {
	padding: 2px;
	background: rgb(215, 238, 231);
	color: green;
	/*margin-left: 75px;*/
}
.form_list li em{
	display: inline-block;
	width: 125px;
	font-size: 14px;
	color: #333;
	text-align: right;
	margin-right: 10px;
}
.form_list li em label{
	position: relative;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    margin: 0;
}
.form_list li em label i{
    /*display: none;*/
	position: absolute;
	left: -14px;
	top: 1px;
	color: red;
}
.form_list .sms{
	position: relative;
}
.form_list .sms button{
	position: absolute;
	width: 120px;
	border-left:1px solid #ccc;
	border-top: none;
	border-bottom: none;
	border-right: none;
	right: 0;
	background: none;
	color: #008fd9;
}
.form_list .sms button:hover{
	cursor: pointer;
}
.form_list .password_func{
	margin-top: 10px;
	position: relative;
}
.form_list .password_func .type label{
	color: #7B7B7B;
	display: inline-block;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	position: relative;
}
.form_list .password_func .type span{
	display: inline-block;
	width: 45px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	margin-left: 2px;
	background: #E0E0E0;
	font-size: 12px;
}
.form_list .password_func .type button{
	border: none;
	background: none;
	color: #008fd9;
	padding-left:5px;
	padding-right:0px;
}
.form_list .password_func .type button:hover{
	cursor: pointer;
}
.form_list .password_func .type i{
    display: none;
	width: 20px;
	height: 16px;
	background: url(../images/ico_warn.png) no-repeat 5px -150px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: -18px;
}
.form_list li input{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #999;
	font-size: 12px;
	border: 1px solid #cdcdcd;
	padding-left: 10px;
	border-radius: 1px;
    min-width: 230px;
}
.form_list .submit button{
	width: 281px;
	height: 43px;
	background-color: #054F98;
	border-radius: 5px;
	border: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #ffffff;
}
.form_list .submit button:hover{
	/*background-color: #ff621f;*/
}
.form_list .submit button{
	cursor: pointer;
}
.form_list .Tips {
	margin-top: 10px;
}
.form_list .Tips div{
	width: 350px;
	float: left;
	color: #999;
	font-size: 14px;
}
.form_list .Tips div a{
	color: #008fd9;
}
.registerForm_content .have_login{
    display: none;
	width: 530px;
	padding: 104px 0 120px 0;
	/* -webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center; */
	float: right;
}
.registerForm_content .have_login .content{
	border-left: 1px solid #f3f3f3;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.registerForm_content .have_login .content img{
	width: 164px;
	height: 130px;
}

.registerForm_content .have_login .content .go_login{
	margin: 30px 0 10px;
	color: #4b4b4b;
	font-size: 14px;
}
.registerForm_content .have_login .content .go_login a{
	color: #4587f0;
}
.registerForm_content .have_login .content span{
	margin: 20px 0 15px;
	font-size: 14px;
	color: #4b4b4b;
}
.registerForm_content .have_login .content i{
	width: 42px;
	height: 42px;
	background: url(../images/yunlogin_icon.png) no-repeat 0 0px;
}
.registerForm_content .have_login .content i:hover{
	background: url(../images/yunlogin_icon.png) no-repeat -42px 0px;
	cursor: pointer;
}
.success_result2{
    width: 323px;
    height: 312px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    padding: 35px;
    margin-top: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.success_result{
	/*width: 300px;*/
	/*height: 300px;*/
	box-sizing: border-box;
	background-color: #ffffff;
	/*box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.07);*/
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
    margin: 20px;
    display: flex;
    flex-direction: column;
	/*padding: 35px;*/
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center; */
}
.success_result img {
	width: 80px;
}
.successDone {
	font-size: 20px;
	margin-top: 20px;
	color: rgb(47, 165, 47);
}
.success_result.hide{
	display: none;
}
.success_result a{
	margin-top: 30px;
}
footer{
    height: 50px;
	text-align: center;
    line-height: 50px;
	color: #474747;
    background: #fff;
	font-size: 14px;
}
.register_content{
    width: 100%;
    height: calc( 100% - 120px );
    background: url("../images/bg.png");
    background-size: 100% 100% ;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register_content>img{
    height: 600px;
    background: #fff;
    border-radius: 20px 0px 0px 20px;
}
.register_content .register_info{
    height: 600px;
    width: 630px;
    background-color: #fff;
    box-shadow: -6px 6px 17px 0px rgba(0,0,0,0.06);
    border-radius: 0px 20px 20px 0px ;
}
.sms {
	position: relative;
}
#verificationCode {
    position: absolute;
    right: 140px;
    top: 1px;
    height: 28px;
}

/* 04.07样式调整 */
.form_list li{
	margin-top: 10px;
}
.form_list .password_func{
	margin-top: 10px;
}
.register_box .warningBox{
	background-color: transparent;
	background: transparent;
}
.form_list li input{
	box-shadow: 0 0 0 60px #fff inset;
	-webkit-text-fill-color: #333;  /* 兼容chrome*/
	filter: none !important;    /* 兼容火狐*/
}

.form_list li input:focus{
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/* 弹窗 (background) */
.modal {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	/* 固定定位 */
	z-index: 1;
	/* 设置在顶层 */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

/* 弹窗内容 */
.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 26%;
}

/* 关闭按钮 */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
