.common_width {
	width: 1200px;
	margin: 0 auto;
}

.wrap {
	flex-wrap: wrap;
}

.bg_content {
	background-color: #F8F8F8;
	padding-bottom: 50px;
}

.flex {
	display: flex;
	padding-top: 5px;
}
.aligncenter {
	align-items: center;
}

.flex_end {
	align-items: flex-end;
	padding-top: 30px;
}

.space_btw {
	justify-content: space-between;
}

.step li {
	display: flex;
	align-items: center;
}

.step li>span {
	color: #FF7600;
	margin: 0 5px 3px;
	font-size: 22px;
}

.step li img {
	padding: 0 15px;
}

.reg_type {
	font-size: 25px;
}

.title {
	padding: 15px 0;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.04);
	background-color: #fff;
}

.highlight {
	color: #FF7600 !important;
}

.btn a:hover {
	color: white;
}

.all_info {
	background-color: #fff;
	padding: 40px 20px;
	font-size: 14px;
	margin-top: 20px;
}

.alert {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #FFF6F0;
}

.alert img {
	padding: 0 15px;
}

.input_block {
	margin-top: 40px;
}

.block_tit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #F5F5F5;
	line-height: 50px;
	padding-left: 15px;
}

.block_tit span {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.block_tit span img {
	margin-right: 8px;
}

.block_tit div {
	color: #FF0000;
	font-size: 16px;
}

.block_tit div img {
	margin: 0 10px 2px;
}


.common_data>div,
.user_info>div {
	padding: 10px 0;
	display: flex;
	box-sizing: border-box;
	min-height: 56px;
}

.template_name {
	color: #2C69B3;
	text-decoration: revert !important;
	margin-left: 15px;
}

.input_block input[type="text"],
.input_block input[type="date"],
.input_block select {
	line-height: 36px;
	height: 36px;
	width: 400px;
	border: 1px solid #E6E6E6;
	padding-left: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
}

.input_block textarea {
	border: 1px solid #E6E6E6;
	padding: 7px 0 0 10px;
	box-sizing: border-box;
	outline: none;
	width: 400px;
	font-size: 14px;
}

.common_data>div>span,
.user_info>div>span {
	display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 50px;
}

.input_block div>span>b {
	color: #FF2742;
	margin-right: 5px;
}

.inline_block {
	display: inline-block;
	vertical-align: top;
}
.upload_box{
min-height: 189px;
}
.licence_null {
	background: url(../images/register/img_null.png) no-repeat center 25px;
	position: relative;
	border: 1px solid #E6E6E6;
	width: 253px;
	margin-right: 14px;
	max-width: 253px;
	flex: 1;
	min-width: 173px;
	cursor: pointer;
}

.licence_null input,
.sample_upload input {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.licence_null p,
.sample_upload p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	color: #999999;
	text-align: center;
}

.des {
	padding-left: 20px;
	align-self: flex-start;
	box-sizing: border-box;
}

.des ol {
	padding-left: 15px;
	margin: 0;
	box-sizing: border-box;
}

.des ul {
	padding-left: 15px;
}

.des ol li,
.des ul li {
	margin: 0;
	line-height: 25px;
	color: #999999;
	width: 480px;
}

.des img {
	margin: 3px 5px 0 0;
}

.address select {
	width: 135px !important;
	margin-right: 15px;
}

.address>* {
	font-size: 14px;
}

.address input {
	width: 250px !important;
}

.btn {
	text-align: center;
	width: 100%;
}

.btn * {
	width: 118px;
	height: 36px;
	background: #FF7600;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border: none;
	margin: 20px 18px 0;
}

.img_upload {
	display: flex;
	flex-wrap: wrap;
	width: 400px;
}

.ex_img {
	position: relative;
}

.ex_img img:first-child {
	height: 100%;
}

.enlarge {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	cursor: pointer;
}

.ex_img:hover .enlarge {
	display: block;
}

.big_img {
	display: none;
}

.upload_notice ul li {
	color: #999999;
	line-height: 25px;
	width: 917px;
}

.radio_box input[type="radio"] {
	height: 14px;
	vertical-align: middle;
	margin: 2px 10px 0;
}

.radio_box span {
	margin-right: 40px;
}

.address {
	height: 56px;
}

.sample_upload {
	margin-top: 20px;
	width: 400px;
	height: 174px;
	background: url("../images/register/img_null.png") no-repeat center 25px;
	border: 1px solid #E6E6E6;
	position: relative;
}


.service_pro {
	padding: 20px 0 0;
}

.scheme {
	padding-left: 30px;
}

.scheme input[type="text"] {
	width: 300px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 10px;
}

.scheme input[type="submit"] {
	width: 128px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
}

.search_box {
	position: relative;
	width: 85%;
}

.search_box img {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 1;
	cursor: pointer;
}

.search_box input {
	height: 36px;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding-left: 15px;
	font-size: 14px;
	box-sizing: border-box;
}

.service_type {
	width: 29%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 15px;
}

.service_type>div>span {
	color: #2C69B3;
	width: 15%;
	text-align: center;
	cursor: pointer;
}

.service_box {
	padding: 30px 0;
}

.choose_box {
	width: 66.5%;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.blue_bg {
	color: #999999;
	background-color: #ECF5FF;
	line-height: 56px;
	padding: 0 30px 0 10px;
}

.choose_box .blue_bg>div a:first-child {
	margin-right: 30px;
}

.service_list {
	padding: 15px 0 0;
	box-sizing: border-box;
	width: 100%;
	height: 408px;
	position: relative;
	background: url("../images/register/service_null.png") no-repeat center 100px;
	overflow: scroll;
}

.service_list p {
	position: absolute;
	top: 265px;
	left: 0;
	right: 0;
	text-align: center;
	color: #CCCCCC;
}

.settlement {
	padding: 20px;
	border: 1px solid #E6E6E6;
	background-color: #FFFBFA;
}

.settlement>div:first-child a {
	color: #FF0000;
}

.settlement>div:first-child input[type="checkbox"] {
	
	vertical-align: middle;
}

.settlement>div:first-child span {
	vertical-align: middle;
}

.settlement>div:last-child {
	font-size: 18px;
}

.settlement>div:last-child>div {
	padding-left: 25px;
}

.settlement input[type="checkbox"] {
	margin-right: 5px;
}

.settlement .sum {
	font-size: 30px;
	margin-left: 10px;
}

.settlement input[type="submit"] {
	width: 160px;
	height: 40px;
	background: #FF7600;
	border-radius: 4px;
	color: white;
	margin-top: 20px;
	font-size: 18px;
	outline: none;
	border: none;
	cursor: pointer;
}

#outerdiv {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: none;
}

#innerdiv {
	position: absolute;
}

#bigimg {
	cursor: pointer;
}

.layui-tree-txt {
	max-width: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#type_list {
	height: 440px;
	overflow-y: scroll;
	padding: 7px 0;
}

#type_list::-webkit-scrollbar,
.search_list form::-webkit-scrollbar,
.service_list::-webkit-scrollbar {
	display: none;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #EDCA50 !important;
	background-color: #EDCA50;
	color: #fff;
}

.search_list {
	display: none;
	width: 25%;
	margin: 0 -1px;
	border: 1px solid #E6E6E6;
	max-height: 520px;
}

.search_tit {
	line-height: 25px;
	border-bottom: 1px solid #E6E6E6;
	padding: 15px;
}

.search_list form {
	overflow: scroll;
	height: 465px;
	max-width: 288px;
}

.close_icon {
	color: #2C69B3;
	cursor: pointer;
	font-size: 20px !important;
}

.result_list .layui-form-checkbox[lay-skin=primary] i {
	left: 5px;
}

.result_list .layui-form-checkbox {
	width: 100%;
}

.result_list .layui-form-checkbox span {
	width: 100%;
}

.type_null {
	padding-top: 150px;
	color: #CCCCCC;
	text-align: center;
}

.list {
	padding: 0 15px;
}

.list_item {
	color: #FF7600;
	display: inline-block;
	padding: 2px 7px;
	border: 1px solid #FF7600;
	margin: 3px 0;
}

.first_tit {
	position: relative;
	margin: 5px 0;
}

.first_tit i {
	position: absolute;
	right: 0;
	color: #2C69B3;
	font-size: 20px;
}

.sub {
	padding-left: 15px;
}

.show_upload_img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	display: none;
}

.show_box {
	position: relative;
	width: 253px;
	display: none;
	height: 174px;
	margin-right: 14px;
	border: 1px solid #E6E6E6;
	flex: 1;
}

.show_box:hover .enlarge {
	display: block;
}

#licence_upload {
	width: 100%;
}

.topinfo {
	overflow: hidden;
	/*width: 450px;*/
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.describe {
	font-size: 12px;
	color: #92918d;
}

.first_tit span {
	float: left;
}

.first_tit:after {
	clear: both;
	content: '';
	display: block;
}

.bg_none {
	background: none;
}

.bg_content .none {
	display: none !important;
}

#sample_box {
	width: 400px !important;
	margin: 20px 0 0 0 !important;
}

.input_icon {
	margin-left: 12px;
	font-weight: bold;
}

.ok {
	color: #5FB878;
}

.close_icon {
	color: red;
}

.licence_notice {
	color: red !important;
}

@media (max-width: 768px) {
	.common_width {
		width: 100%
	}

	.alert {
		height: auto;
		padding: 5px 5px 5px 0
	}

	.title {
		padding: 15px
	}

	.flex {
		flex-wrap: wrap;
	}

	.step li {
		width: 50%
	}

	.step li img {
		display: none
	}

	.step {
		margin-right: 15px;
	}

	.all_info {
		box-sizing: border-box;
		padding: 15px
	}

	.common_data>div>span,
	.user_info>div>span {
		width: 100%;
		padding-right: 15px;
		margin-bottom: 15px;
		text-align: left
	}

	.common_data>div,
	.user_info>div {
		flex-wrap: wrap;
	}

	.input_block {
		margin-top: 15px
	}

	.settlement>div:last-child {
		font-size: 16px
	}

	.settlement .sum {
		font-size: 25px;
		margin-left: 0
	}

	.settlement {
		padding: 15px
	}

	.template_name {
		margin-left: 10px;
		padding-top: 5px
	}

	.user_info>div>span>div {
		display: inline-block
	}

	.des {
		padding-left: 0;
		flex-wrap: nowrap;
		padding-top: 10px
	}

	.upload_notice ul li,
	.des ol li,
	.des ul li {
		width: 100%
	}

	.des ol {
		padding-left: 10px
	}

	.address {
		height: auto
	}

	#innerdiv {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.img_upload {
		width: 100%
	}

	.sample_upload {
		width: 100%;
		max-width: 400px
	}

	.input_block input[type="text"],
	.input_block select {
		width: 90%;
		max-width: 400px
	}

	.radio_box span {
		margin-right: 30px
	}

	.step li>span {
		margin: 0 5px 0 0
	}

	.choose_box {
		width: 100%
	}

	.service_type {
		width: 100%;
		box-sizing: border-box
	}

	.search_list {
		width: 100%
	}

	.scheme {
		padding-left: 0
	}

	.btn {
		width: 400px
	}

	.address select {
		margin-bottom: 15px
	}

	.topinfo {
		width: 100%
	}

	.scheme input[type="text"] {
		margin: 15px 0
	}

	.sample>div {
		width: 100%
	}
	.layui-tab-content{
		width: 100%;
		font-weight:bold; 
		text-align:justify;
	}
	.footer-image{
		display: inline-block; 
		width: 100% !important ;
		height: 430px;
		margin-top: 20px;
	}
	.footer-image>p{
		font-size: 18px;
		margin-top: -11px;
		box-sizing: border-box;
	}
	.img1{
		margin-top: -53px;
		display: inline-block;
	}
	.img2{
		margin-top: 170px;
		margin-left: -623px;
		display: inline-block;
	}
	
}







/*顾问注册页面单独样式*/
.step li>div>span {
	display: block;
}

.step li>div span:nth-child(2) {
	color: #999999;
}

.verify {
	margin-bottom: 40px;
}

.verify>input {
	width: 280px !important;
}

.verify a {
	display: block;
	width: 100px;
	line-height: 36px;
	text-align: center;
	color: white;
	background: #3889EC;
	margin-left: 12px;
}

.verify a:hover {
	color: white;
}

.hint {
	background: #FFFBFA;
	border: 1px solid #E6E6E6;
	padding: 15px 15px 30px 15px;
	margin-top: 20px;
}

.hint p {
	font-size: 18px;
	display: flex;
	align-items: flex-end;
	padding: 10px 0 15px;
}

.hint p img {
	margin-right: 12px;
}

.hint ul {
	padding-left: 12px;
}

.hint ul li {
	line-height: 30px;
}

.hint ul li:before {
	content: "\25cf";
	color: #FF7600;
	margin-right: 10px;
}

.ex_type {
	width: 400px;
}

.ex_type span {
	display: inline-block;
	width: 180px;
	line-height: 48px;
	border: 1px solid #FFD3AE;
	text-align: center;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
}

.active {
	background: url("../images/register/active.png") no-repeat;
	background-position: right bottom;
	border: 2px solid #FF7600 !important;
}

.price_box>span:last-child {
	font-size: 14px;
}

.not_allowed {
	background-color: #ddd !important;
	cursor: not-allowed !important;
}


@media (max-width: 768px) {
	.step li {
		width: 50%
	}

	.ex_type span {
		width: 45% !important;
	}

	.settlement>div:last-child>div {
		padding-left: unset
	}

	.settlement input[type="submit"] {
		margin: 20px auto 0
	}

	.verify>input {
		width: 60% !important;
	}

	.verify {
		margin-bottom: 15px;
		max-width: 400px
	}

	.verify a {
		width: 27%;
		margin-left: 3%
	}
}

/* 新添加样式 */
.conment-style {
	margin-left: 90px;
	margin-right: 90px;
	line-height: 185px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}

.conment-style-title {
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF6C04;
	padding: 5px;


}

.conment-style-index {
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	padding: 10px;
}

.footer-image {
	background: url(../images/register/background.png);
	width: 1200px;
	height: 420px;
}

.text-title {
	text-align: center;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 65px;
	padding-top: 25px;
}

.text-index {
	text-align: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 22px;
	padding-top: 15px;

}

.image-lf {
	margin-left: 67px;
	margin-top: 78px;

}

.image-gw {
	margin-left: 688px;
	margin-top: -212px;
}

.image-conment-1 {
	width: 253px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin: 20px 0 20px 20px;

}

.image-conment-2 {
	width: 253px;
	height: 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	margin-left: 40px;
	margin-top: 20px;

}

.image-frist {
	width: 341px;
	height: 147px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	margin-left: 170px;
	margin-top: -103px;
	position: relative;
	text-indent: 6px;
	line-height: 35px;
}
.image-frist-left {
	position: absolute;
	top: 50px;
	left: -16px;
	/* 圆角的位置 */
	width: 0;
	height: 0;
	font-size: 0;
	border: solid 8px;
	border-color: #3B3735 white #3B3735 #3B3735;
}

.image-person {
	margin-top: 5px;
	margin-left: 135px;
	color: #FFFFFF;
}

.image-secound {
	width: 341px;
	height: 147px;
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	margin-left: 795px;
	margin-top: -151px;
	position: relative;
	text-indent: 6px;
	line-height: 35px;
}
.image-secound-left {
	position: absolute;
	top: 50px;
	left: -16px;
	/* 圆角的位置 */
	width: 0;
	height: 0;
	font-size: 0;
	border: solid 8px;
	border-color: #414346 white #414346 #414346;
}
.image-text {
	margin-top: 7px;
	margin-left: 90px;
	color: #FFFFFF;
}

.image-text-person {
	margin-top: -72px;
	margin-left: 709px;
	color: #FFFFFF;
	width: 50px;

}