* {
	padding: 0;
	margin: 0;
	list-style: none;
}

iframe {
	border: none;
	height: 77vh;
	background-color: #f5f5f5;
}

a {}

.business_tab_com {
	display: block;
}

.warning_info_reg {
	position: absolute;
	color: #F02020;
	font-size: 10px;
}

#business_infos>.bus_address {
	width: 435px;
}

.hidden_tab_page {
	display: none !important;
}

#company_area {
	width: 20%;
	margin-right: 10px;
}

#p_company_area {
	width: 100%;
	margin-top: 15px;
}

#p_industry {
	width: 100%;
	margin-top: 15px;
}

.head_title {
	flex: 1;
	white-space: nowrap;
	font-weight: bold;
	margin-left: 1rem;
}

#en_cn {
	position: relative;
}

#en_cn:hover #switch_en_cn {
	display: block;
}

.en_cn {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-right: 30px;
}

.en_cn:after {
	content: '';
	border-top: #FFF solid 5px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-bottom: transparent solid 5px;
	border-left: transparent solid 5px;
	border-right: transparent solid 5px;
}

#switch_en_cn {
	display: none;
	position: absolute;
	z-index: 99;
	padding: 1rem;
	top: 20px;
	right: 0;
	background-color: #191a20
}

#switch_en_cn>a {
	color: #FFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	padding-top: .5rem;
}

#SIGN_HEAD {
	background-color: #191a20;
	display: flex;
	align-items: center;
	justify-content: center;
}

#SIGN_HEAD img {
	width: 70px;
	height: 35px;
}

#HEAD {
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFF;
}

#CONTENT_BOX {
	height: 100%;
	/* background-color: #009688; */
	display: flex;
	justify-content: center;
	background-color: #f5f5f5;
}

#back {
	margin: 36px 0;
	height: 10px;
	font-size: 15px;
	color: #999;
	position: relative;
}

#back>p {
	position: absolute;
	top: 10%;
	cursor: pointer;
}

#CONTENT {
	width: 1200px;

}

#INPUT_BOX {
	background-color: #FFF;
	border-radius: 5px;
}

#INPUT_BOX>ul {
	display: flex;
}

#INPUT_BOX>ul>li {
	cursor: pointer;
	width: 100%;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #009688; */
	font-size: 18px;
	font-weight: 800;
	border-bottom: rgba(0, 0, 0, .05) solid 1px;
}

#INPUT_BOX>ul>li:first-child {
	border-right: rgba(0, 0, 0, .05) solid 1px;
}

#INPUT_BOX>ul>.active_tab {
	border-bottom: #DDB97E solid 2px;
	color: #C19856;
}

* {
	padding: 0;
	margin: 0;
}

p span {
	color: #F02020;
}

.warning_infos {
	color: #F02020;
	font-size: .5em;
}

input {
	width: 100%;
	border: 1px solid #CCCCCC;
	opacity: .8;
	border-radius: 4px;
	padding: 14px 0;
	text-indent: 16px;
	margin-top: 15px;
}


#title {
	padding: 20px 28px;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

textarea {
	resize: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	opacity: .8;
	border-radius: 4px;
	padding: 14px 16px;
	margin-top: 15px;
	width: 400px;
	height: 100px;
	font-weight: 300;
	font-size: 1.1em;
}

.business_tab_com .post_img_box {
	position: relative;
	width: 200px;
	height: 150px;
	border-radius: 5px;
	background-color: #FBFDFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: .8;
	border: 1.5px dotted #CAD3E4;
	margin-top: 15px;
	font-size: .8em;
	color: #959BA4;
	cursor: pointer;
}

.business_tab_com .post_img_box>img {
	width: 100%;
	height: 100%;
	position: absolute;
}

.business_tab_com .post_img_box>input {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
}

.add_img {
	font-size: 3em;
	font-weight: lighter;
	color: #959BA4;
}

/* ================== */

#Business_Input>div {
	background-color: #FFF;
	margin-bottom: 10px;
	border-radius: 5px;
}

#part1>div {
	float: 1;
	width: 400px;
	margin: 30px 0 0 0;
}

#Business_Input>#part1 {
	padding: 20px 75px;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.password,
.repassword {
	position: relative;
}

.password>img,
.repassword>img {
	cursor: pointer;
	position: absolute;
	top: 75%;
	right: 10px;
	transform: translateY(-50%);
}

#part1>.username {
	width: 400px;
	margin-right: 400px;
}

#part2 {}

#business_infos>div {
	width: 400px;
	margin-right: 10px;
}

#business_infos {
	padding: 10px 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#business_infos>.bus_address,
#business_infos>.bus_logo,
#business_infos>.bus_license {
	margin-right: 500px;
}

#bus_address_box {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: baseline;
}

.select_add {
	width: 110px;
	height: 45px;
	padding: 10px 10px;
	margin-right: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}

#business_infos>div {
	margin-top: 30px;
}

#part3 {}

#business_admin>div {
	width: 400px;
	margin-right: 10px;
	margin-top: 40px;
}

#business_admin {
	padding: 10px 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact_mail_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contact_mail_box>input {
	margin-right: 10px;
}

#contact_mail_box>p {
	cursor: pointer;
	margin-right: 0;
	width: 131px;
	/* height: 40px; */
	color: #C89B4C;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	padding: 12px 20px;
	border: 1px solid #C89B4C;
	align-self: flex-end;
}

#POST_BOX {
	width: 400px;
	margin: 0 75px;
	padding-bottom: 40px;
}

#POST_BOX>div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	margin-top: 20px;
}

#POST_BOX>div span {
	color: #ddb97e;
}

#POST_BOX>div>input {
	width: 20px;
	margin: 0 10px 0 0;
}

#POST_BOX>p {
	width: 140px;
	height: 44px;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	justify-content: center;
	background-color: #ddb97e;
	align-items: center;
	margin-top: 30px;
	cursor: pointer;
}

.bus_logo>p {
	white-space: nowrap;
}

.bus_logo .shuoming {
	font-size: 12px;
	color: #191a20;
}

.bus_logo .shuoming a {
	font-size: 12px;
	color: rgb(232, 209, 170);
}

@media screen and (max-width:1000px) {

	#business_infos>.bus_address,
	#part1>.username,
	#business_infos>.bus_logo,
	#business_infos>.bus_license {
		margin-right: 0;
	}
}


/* 个人================================== */
p span {
	color: #F02020;
}


#title {
	padding: 20px 28px;
	border-bottom: rgba(0, 0, 0, .1) solid 1px;
}

textarea {
	resize: none;
	width: 100%;
	border: 1px solid #CCCCCC;
	opacity: .8;
	border-radius: 4px;
	padding: 14px 16px;
	margin-top: 15px;
	width: 400px;
	height: 100px;
	font-weight: 300;
	font-size: 1.1em;
}

.personal_tab_com .post_img_box {
	cursor: pointer;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background-color: #FBFDFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: .8;
	border: 1.5px dotted #CAD3E4;
	font-size: .8em;
	color: #959BA4;
	cursor: pointer;
}

.personal_tab_com .post_img_box>input {
	cursor: pointer;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0;
	margin-top: 0;
}

.add_img {
	font-size: 3em;
	font-weight: lighter;
	color: #959BA4;
}

/* ================== */

#Personal_Input>div {
	background-color: #FFF;
}

#part1>div {
	float: 1;
	width: 400px;
	margin: 30px 0 0 0;
}

#Personal_Input>#part1 {
	padding: 20px 75px;
	border-radius: 0 0 5px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.password,
.repassword {
	position: relative;
}

.password>img,
.repassword>img {
	cursor: pointer;
	position: absolute;
	top: 75%;
	right: 10px;
	transform: translateY(-50%);
}

#part1>.set_head {
	width: 100%;

}

.active_user_img {
	position: relative;
}

.active_user_img:after {
	content: '';
	font-size: .8em;
	position: absolute;
	top: 0;
	right: -50px;
	width: 100px;
	height: 20px;
	transform: rotate(40deg);
	background-color: rgba(221, 185, 126);
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.set_head ul {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: flex-start;
}

.set_head li {
	width: 86px;
	height: 86px;
	border-radius: 6px;
	overflow: hidden;
	margin-right: 20px;
	cursor: pointer;
}

.set_head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




#part3 {}

#personal_admin>div {
	width: 400px;
	margin-right: 10px;
	margin-top: 40px;
}

#personal_admin {
	padding: 10px 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact_mail_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#contact_mail_box>input {
	margin-right: 10px;
}

#contact_mail_box>p {
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	width: 131px;
	/* height: 40px; */
	color: #ddb97e;
	border-radius: 4px;
	white-space: nowrap;
	font-size: 14px;
	padding: 12px 20px;
	border: 1px solid #ddb97e;
	/* align-self: flex-end; */
	transition: ease all .5s;
}

#contact_mail_box>p:hover {
	background-color: #ddb97e;
	color: #FFF;
}

#POST_BOX {
	width: 400px;
	margin: 0 75px;
	padding-bottom: 40px;
}

#POST_BOX>div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	margin-top: 20px;
}

#POST_BOX>div span {
	color: #ddb97e;
}

#POST_BOX>div>input {
	width: 20px;
	margin: 0 10px 0 0;
}

#POST_BOX>p {
	width: 140px;
	height: 44px;
	border-radius: 4px;
	color: #FFF;
	display: flex;
	justify-content: center;
	background-color: #ddb97e;
	align-items: center;
	margin-top: 30px;
	cursor: pointer;
}

@media screen and (max-width:1000px) {
	#CONTENT {
		width: 100%;
	}

	.head_title {
		white-space: nowrap;
		font-size: .8em;
	}

	#back {
		margin: 15px 0;
	}

	#part1 {
		width: 100%;
	}

	#INPUT_BOX>ul>li {
		padding: 10px 0;
		height: 33px;
		font-size: 16px;
	}



	.business_tab_com>#Business_Input>#part1 {
		padding: 20px 0;
	}

	#INPUT_BOX input {
		padding: 15px 0;
		text-indent: 1em;
	}

	#Business_Input>#part1>div {
		width: 90%;
		margin: 10px auto;
	}

	#part2>#business_infos {
		padding: 10px 0;
		width: 100%;
	}

	#part2>#business_infos>div {
		width: 90%;
		margin: 10px auto;
	}

	#part2 textarea {
		width: 100%;
		padding: 10px 0;
		text-indent: 1em;
	}

	#part3 #business_admin {
		padding: 10px 0;
		width: 100%;
	}

	#part3 #business_admin>div {
		width: 90%;
		margin: 10px auto;
	}

	#contact_mail_box {
		align-items: baseline;
	}

	#part3 #POST_BOX {
		width: 90%;
		margin: 0 auto;
	}


	.personal_tab_com>#Personal_Input>#part1 {
		padding: 20px 0;
	}

	#Personal_Input>#part1>div {
		width: 90%;
		margin: 10px auto;
	}

	#part3>#personal_admin {
		padding: 10px 0;
	}

	#part3>#personal_admin>div {
		width: 90%;
		margin: 10px auto;
	}

	#part1>.set_head li {
		width: 80px;
		max-width: 50px;
		height: 80px;
		max-height: 50px;
	}

	.personal_tab_com .post_img_box {
		width: 80px;
		max-width: 50px;
		height: 80px;
		max-height: 50px;
	}
}

.img-upload-area {
	position: relative;
	width: 200px;
	height: 180px;
	overflow: hidden;
}

.img-upload-area .vertical {

	height: 100%;
	width: 100%;
}

.img-upload-area .vertical .vertical-con {

	height: 100%;
	width: 100%;
}

.img-upload-area .img-btn {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.img-upload-area .webuploader-pick {
	height: 100%;
	width: 100%;
}

.webuploader-element-invisible {
	opacity: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
}

.img-upload-area .img {
	height: 100%;
	width: 100%;
	border: 0;
}

.img-upload-area .mask {
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(231, 230, 230, 0.068);
	line-height: 180px;
	text-align: center;
	font-size: 48px;
	color: #CCCCCC;
}