/* 菜单start */
.menu-left {
	/* display: flex;
	flex-direction: column; */
	/* 	position: absolute;
	top: 0;
	left: 0; */
	float: left;
	width: 200px;
	/* height: 652px; */
	background: #FFFFFF;
	opacity: 1;
	padding-top: 20px;
	padding-bottom: 32px;
	margin-right: 32px;
}

.menu-left-item {
	position: relative;
	width: 200px;
	height: 40px;
	background: #FFFFFF;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #333333;
	border: none;
}

.geren-text {
	/* position: absolute;
	top: 0px;
	left: 35%; */
	/* 	transform: (-50%,-50%); */
}

#geren-image {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	right: 20px;
}

.active {
	width: 200px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}

.menu {
	/* display: flex;
	justify-content: space-between; */
	/* 	align-items: center; */
	/* 	position:relative; */
	/* z-index: 100; */
	width: 1200px;
	overflow: hidden;
}

/* .menu::after{
	clear: both;
} */

.menu-right {
	/* 	flex: 1; */
	background-color: #FFFFFF;
	float: right;
	width: 968px;
	padding-bottom: 64px;
}

.menu-right-back {
	display: flex;
	flex-direction: row;
	align-items: center;
	/* margin-bottom: 32px; */
	padding: 32px;
}

.menu-rightBack-icon {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	opacity: 1;
	margin-right: 10px;
}

.menu-rightBack-text {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 26px;
	color: #333333;
	opacity: 1;
}

/* 菜单end */

/* 账户安全start */
.menu-right-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0 16px 32px;
	border-bottom: 1px solid #EEEEEE;
}

.menu-rightTitle-left {
	display: flex;
	align-items: center;
}

.span-text {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
	opacity: 1;
}

.span-image {
	width: 24px;
	height: 24px;
	margin: 0 10px;
}

.menu-rightTitle-right {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #999999;
	opacity: 1;
	margin-left: 50px;
}

.menu-right-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px;
}

.menu-item-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	opacity: 1;
}

.menu-item-image {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.menu-item-center {
	margin-left: 70px;
	flex: 1;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;

	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	word-wrap: break-word;
	word-break: break-all;
}

.menu-item-right {
	width: 72px;
	height: 26px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
	color: #FFFFFF;
}

/* 账户安全end */

/* 验证当前密码start */
.menu-right-title1 {
	/* 	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0 16px 32px; */
	border-bottom: 1px solid #EEEEEE;
}

.password-view {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 32px;
}

.password-view-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #EFEFEF;
}

.password-view-image {
	width: 24px;
	height: 24px;
	padding: 10px 10px 10px 0;
}

.password-view-input {
	padding: 10px;
	border: none;
}

.password-view-item1 {
	display: flex;
	flex-direction: row;
}

.password-view-text1 {
	margin-left: 12px;
	padding-top: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: end;
	/* 	line-height: 21px; */
	color: #1577FC;
	opacity: 1;
}

.password-btn {
	width: 200px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	margin-top: 32px;
}

/* 验证当前密码end */
/* 修改密码成功start */
.password-success {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 243px;
}

.password-success-image {
	width: 98px;
	height: 98px;
}

.password-success-text {
	margin-top: 18px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #999999;
	opacity: 1;
}

/* 修改密码成功end */
/* 修改支付密码start */
.pay-view {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 80px 32px 32px 32px;
}

.pay-view-item {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}

.pay-view-title {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
}

.pay-view-input {
	padding: 15px;
	width: 294px;
	/* 	height: 48px; */
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	opacity: 1;
}

.pay-view-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: #1577FC;
	opacity: 1;
	margin-top: 15px;
	margin-left: 24px;
}

.password-btn1 {
	width: 294px;
	height: 48px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	margin-top: 103px;
}

/* 修改支付密码end */
/* 验证手机号码start */
.pay-view-text2 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 21px;
	color: #333333;
	opacity: 1;
	margin-top: 15px;
	margin-left: 24px;
}

.password-btn2 {
	width: 294px;
	height: 48px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	margin-top: 32px;
}

.progress {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 32px 32px 10px 32px;
}

.progress-Line {
	width: 134px;
	height: 4px;
	background: #BFBFBF;
	opacity: 1;
}

.progress-Line1 {
	width: 220px;
	height: 4px;
	background: #BFBFBF;
	opacity: 1;
}

.progress-Line2 {
	width: 210px;
	height: 4px;
	background: #BFBFBF;
	opacity: 1;
}

.progress-Line3 {
	width: 100px;
	height: 4px;
	background: #BFBFBF;
	opacity: 1;
}

.progress-round {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.progress-round-item {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #BFBFBF;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	opacity: 1;
}

.progress-icon-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 80px;
}

.progress-iconText-item {
	width: 134px;
	/* height: 4px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: right;
	/* 	line-height: 49px; */
	color: #999999;
	opacity: 1;
	margin-top: 6px;
}

.progress-iconText-item1 {
	width: 220px;
	/* height: 4px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: right;
	/* 	line-height: 49px; */
	color: #999999;
	opacity: 1;
	margin-top: 6px;
	margin-left: 40px;
}

.progress-iconText-item2 {
	width: 210px;
	/* 	height: 4px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: right;
	/* 	line-height: 49px; */
	color: #999999;
	opacity: 1;
	margin-top: 6px;
	margin-left: 10px;
}

.active-bg {
	background-color: #FF4000 !important;
}

.active-text {
	color: #FF4000;
}

/* 验证手机号码end */
/* 联系客服start */
.contact-view {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	/* margin: 0 auto; */
}

.contact-view-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 59px;

}

.contact-image {
	width: 64px;
	height: 64px;
}

.contact-viewItem-text {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 38px;
	color: #666666;
	opacity: 1;
}

.contact-viewItem-phone {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 38px;
	color: #333333;
	opacity: 1;
}

.contact-fuzhu {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 38px;
	color: #B5A098;
	opacity: 1;
	border: none;
	background-color: transparent;
}

.contact-btn {
	width: 269px;
	height: 42px;
	background: #FF4000;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 42px;
	color: #FFFFFF;
	margin: 0 auto;
}

/* 联系客服end */
/* 个人中心start */
.user-view {
	display: flex;
	/* 	flex-direction: row; */
	align-items: center;
	justify-content: space-between;
	padding: 32px;
}

.user-message {
	display: flex;
	/* justify-content: space-between; */
	flex-direction: row;
	align-items: center;
	width: 417px;
	height: 163px;
	background: #F8F8F8;
	opacity: 1;
	border-radius: 4px;
	padding: 16px;
}

.user-message1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 413px;
	height: 163px;
	background: #F8F8F8;
	opacity: 1;
	border-radius: 4px;
	padding: 38px 60px 56px 37px;
}

.user-message-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 16px;
}

.user-message-image {
	width: 100px;
	height: 100px;
	/* background: rgba(0, 0, 0, 0); */
	background-color: #EEEEEE;
	opacity: 1;
	border-radius: 60px;
	overflow: hidden;
	margin-bottom: 5px;
}

.user-message-image>img {
	width: 100%;
}

.user-messageleft-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #999999;
	opacity: 1;
}

.user-message-right {
	display: flex;
	flex-direction: column;
}

.user-msgright-name {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	margin-bottom: 37px;
}

.msgright-name {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 600;
	line-height: 18px;
	color: #333333;
	opacity: 1;
	margin-right: 12px;
}

.msgright-image {
	width: 35px;
	height: 18px;
	margin-right: 12px;
}

.msgright-renzheng {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #BFBFBF;
	opacity: 1;
	margin-right: 51px;
}

.msgright-qiandao {
	width: 30px;
	height: 30px;
}

.user-msgright-time {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.msgright-time {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #666666;
	opacity: 1;
	margin-right: 8px;
}

.msgright-icon {
	width: 18px;
	height: 18px;
	background: #BFBFBF;
	border-radius: 50%;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 18px;
	color: #FFFFFF;
}

.user-msgright-btn {
	width: 72px;
	height: 28px;
	background: #FF4000;
	opacity: 1;
	border-radius: 8px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 28px;
	color: #FFFFFF;
	opacity: 1;
	margin-top: 16px;
	margin-left: 191px;
	border: none;
	/* 	background-color: transparent; */
}

.user-salesvolume {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.salesvolume-num {
	font-size: 34px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	line-height: 18px;
	color: #FF4000;
	opacity: 1;
	margin-bottom: 36px;
}

.salesvolume-text {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 600;
	line-height: 18px;
	color: #333333;
	opacity: 1;
}

/* 个人中心end */
/* <!-- 选择模块start --> */
.goTo-way {
	display: flex;
	flex-direction: column;
	padding: 0 32px;
}

.goTo-way-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
	padding: 16px 0;
}

.way-item-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
}

.way-item-icon {
	width: 12px;
	height: 12px;
}

/* <!-- 选择模块end --> */
/* <!-- 广告选择模块start --> */
.logo-way {
	display: flex;
	justify-content: space-between;
	padding: 32px;
}

.logo-way-item {
	flex: 1;
	/* width: 103px; */
	height: 51px;
	/*background: #B8A9AC;*/
	/* 	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	filter: blur(50px); */
	opacity: 0.88;
	/* background: url(../img/center/guanggao-bg.png)no-repeat;
	background-size: 103px 51px; */
	border-radius: 2px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	text-align: center;
	line-height: 51px;
	color: #FFFFFF;
	margin-right: 32px;
	border: none;
	/* 	opacity: 1; */
}

.logo-way-item:last-child {
	margin-right: 0;
}
.logo-way-item a{
	color: #FFF !important;
}
/* <!-- 广告选择模块end--> */
.title-view {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-view-text {
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 35px;
	color: #333333;
	opacity: 1;
}

/* <!-- 商品列表start --> */
.shopgoods-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 42px 37px 51px;
}

.shopgoods-list-item {
	display: flex;
	flex-direction: column;
	justify-content: left;
	margin-right: 68px;
	margin-top: 68px;
}

.shopgoods-list-item:nth-child(1) {
	margin-top: 32px;
}

.shopgoods-list-item:nth-child(2) {
	margin-top: 32px;
}

.shopgoods-list-item:nth-child(3) {
	margin-top: 32px;
}

.shopgoods-list-item:nth-child(3n) {
	margin-right: 0;
}

.shopgoods-image {
	width: 222px;
	height: 222px;
	margin-bottom: 14px;
}

.shopgoods-item-name {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 22px;
	color: #333333;
	opacity: 1;
	margin-bottom: 14px;
}

.shopgoods-item-price {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 22px;
	color: #FF4000;
	opacity: 1;
}

/* 	<!-- 商品列表end --> */
/* 商务合作start */
.business {
	padding: 32px 24px;
}

.business-view {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.business-btn {
	width: 104px;
	height: 32px;
	border: 1px solid #E0E0E0;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 17px;
	color: #333333;
	background-color: transparent;
	margin-right: 32px;
}

.business-introduce {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	padding: 48px 0 0px 0;
}

.business-input {
	width: 680px;
	height: 120px;
	border: 1px solid #E2E2E2;
	opacity: 1;
}

.upload {
	display: flex;
	flex-direction: row;
	/* 	margin-left: 29px; */
	margin-bottom: 32px;
}

.upload-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-right: 14px;
}

#upload-image {
	width: 92px;
	height: 92px;
}

#demo1 {
	width: 100%;
}

.active1 {
	width: 104px;
	height: 32px;
	border: 1px solid #FFDDD1;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #FF4000;
}

.input-view {
	display: flex;
	flex-direction: column;
}

.input-view1-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-bottom: 16px;
}

.input-view1-value {
	width: 322px;
	height: 10px;
	border: 1px solid #E2E2E2;
	opacity: 1;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 40px;
	/* color: #BFBFBF;
	opacity: 1; */
	margin-bottom: 24px;
	padding: 16px;
}

.business-submit {
	width: 242px;
	height: 48px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	border: none;
	margin-top: 103px;
}

/* 商务合作end*/
/* 个人信息start */
.geren {
	pointer-events: none;
}

.geren-active {
	border: 1px solid #EEEEEE !important;
	padding: 0 8px;
	width: 250px;
	height: 30px;
}

.geren-message {
	display: flex;
	flex-direction: column;
	padding: 32px;
}

.geren-message-headimage {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 32px;
}

.geren-message-headimage:first-child {
	margin-top: 0px;
}

.headimage-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-right: 18px;
}

#upload-image {
	width: 115px;
	height: 115px;
	border-radius: 50%;
	overflow: hidden;
}

#upload-image>img {
	width: 100%;
	height: 100%;
}

.id-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #666666;
	opacity: 1;
	margin-left: 26px;
}

.geren-input {
	border: none;
	margin-left: -11px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #666666;
	opacity: 1;
}

.geren-input1 {
	border: none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #666666;
	opacity: 1;
}

.geren-input2 {
	border: none;
	margin-left: -14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #666666;
	opacity: 1;
}

.sex-input-men {
	width: 14px;
	height: 14px;
	border: 1px solid #FF4B0E;
}

.geren-btn {
	width: 180px;
	height: 48px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid #D5D5D5;
	opacity: 1;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 48px;
	color: #333333;
	/* 	margin-top: 40px;
	margin-left: 32px; */
	margin: 40px 32px;
}

.headimage-radio {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.headimage-radio-image {
	width: 14px;
	height: 14px;
	margin-right: 16px;
}

.headimage-radio-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 17px;
	color: #333333;
	opacity: 1;
	margin-right: 50px;
}

.click-input {
	pointer-events: ;
}

/* 个人信息end */

/* 签到start */
.qiandao-show-view {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 904px;
	height: 216px;
	background: #FFFAF8;
	/* border-style:dashed; */
	border: 1px dashed #FFB39A;
	opacity: 1;
	margin: 32px;
}

.qiandao-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-bottom: 12px;
}

.qiandao-time {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 17px;
	color: #FF4000;
	opacity: 1;
	margin-bottom: 12px;
}

.qiandao-jifen {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-bottom: 40px;
}

.qiandao-btn {
	width: 164px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	opacity: 1;
	border: none;
}

.rili-view {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 64px;
}

/* tbody tr td .layui-laydate .layui-this{
	background-color: #FF4000 ;
	color: #FFFFFF ; 
} */
/* >>> .layui-this{
	background-color: #FF4000 !important;
	color: #FFFFFF !important; 
} */
/* .qiandao-show-view1{
	margin: 24px 370px;
} */
/* 签到end */
/* 企业信息start */
.qiye-message-view {
	padding-top: 32px;
}
.layui-form-label {
    width: 88px !important;
    font-weight: bold;
    padding: 9px 20px 9px 15px;
    margin-left: 32px !important;
}

#upload-images {
	width: 92px;
	height: 92px;
}

#upload-images>img {
	width: 100%;
}

/* 企业信息end */

/* 广告购买 start*/
.menu-right-textright {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #FF4000;
	opacity: 1;
	margin-left: 695px;
}

.guanggao-view {
	padding: 32px;
}

.guanggao-view-text {}

.guanggao-view-text1 {
	float: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	opacity: 1;
}

.guanggao-list {
	padding: 0 32px 32px 32px;
	overflow: hidden;
}

.guanggao-listitem-left {
	float: left;
	overflow: hidden;
}

.guanggao-listitem-image {
	float: left;
	width: 284px;
	height: 130px;
	margin-right: 16px;
}

.guanggao-listitem-right {
	float: right;
	overflow: hidden;
}

.guanggao-listitem-text {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 600;
	line-height: 27px;
	color: #333333;
	opacity: 1;
	margin-bottom: 13px;
}

.guanggao-listitem-price {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: #FF4000;
	opacity: 1;
	margin-bottom: 37px;
}

.guanggao-listitem-price1 {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: #FF4000;
	opacity: 1;
	margin-bottom: 10px;
}

.guanggao-listitem-time {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
}

.guanggao-listitem-date {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
}

.guanggao-list-item {
	overflow: hidden;
	margin-top: 32px;
}

.guanggao-list-item:first-child {
	margin-top: 0;
}

.guanggao-listitem-btn {
	float: right;
	border: none;
	width: 110px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	margin-top: 32px;
}

.guanggao-listitem-btn1 {
	float: right;
	border: none;
	width: 110px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	border-radius: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}
/* 广告购买end */

/* 广告购买支付上传start */
.guanggao-upload-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #333333;
	opacity: 1;
	margin-top: 56px;
}

.guanggao-upload-changeditem {
	margin-top: 16px;
	margin-right: 32px;
	display: inline-block;
	width: 104px;
	height: 32px;
	border: 1px solid #E0E0E0;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #333333;
}

.guanggao-active {
	width: 104px;
	height: 32px;
	border: 1px solid #FFDDD1;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 32px;
	color: #FF4000;
}

.guanggao-upload-image {
	margin-top: 40px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #999999;
	opacity: 1;
}

.guanggao-upload-image1 {
	width: 92px;
	height: 92px;
	margin-right: 24px;
	vertical-align: text-bottom;
}

.guanggao-input-view {
	overflow: hidden;
	margin-top: 182px;
}

.guanggao-input-view>input {
	float: left;
	width: 630px;
	height: 16px;
	border: 1px solid #EEEEEE;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	padding: 16px;
	color: #FF4000;
	opacity: 1;
}

.guanggao-input-btn {
	float: right;
	border: none;
	width: 240px;
	height: 48px;
	padding: 25px;
	background: #FF4000;
	opacity: 1;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 1px;
	color: #FFFFFF;
}

/* 广告购买支付上传end */
/* 广告已购买start */
.guanggaobuyed-image {
	float: right;
	width: 258px;
	height: 120px;
}

/* 广告已购买end */

/* 我的会员start */
.huiyuan-list-item1 {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	width: 200px;
	height: 234px;
	background: #FFFAF8;
	border-bottom: 1px dashed #FFB39A;
	border-right: 1px dashed #FFB39A;
	border-left: 1px dashed #FFB39A;
	opacity: 1;
	margin-bottom: 32px;
	margin-right: 80px;
}

.huiyuan-listitem1-text {
	width: 200px;
	height: 40px;
	background: #FF4000;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

.huiyuan-listitem1-time {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	opacity: 1;
	margin-bottom: 20px;
}

.huiyuan-listitem1-price {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 17px;
	color: #FF4000;
	opacity: 1;
	margin-bottom: 50px;
}

.huiyuan-listitem1-btn {
	width: 110px;
	height: 36px;
	background: #FF4000;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 36px;
	color: #FFFFFF;
}

.huiyuan-list-item {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	width: 200px;
	height: 234px;
	background: #FFFFFF;
	border: 1px dashed #D8D8D8;
	opacity: 1;
	margin-bottom: 32px;
	margin-right: 80px;
}

.huiyuan-list-item:nth-child(3n) {
	margin-right: 0px;
}

.huiyuan-listitem-time {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
	margin-top: 60px;
	margin-bottom: 20px;
}

.huiyuan-listitem-price {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 17px;
	color: #333333;
	opacity: 1;
	margin-bottom: 50px;
}

.huiyuan-listitem-btn {
	width: 110px;
	height: 36px;
	background: #FFFAF8;
	border: 1px solid #FFB39A;
	opacity: 1;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: center;
	line-height: 36px;
	color: #FF4000;
}

.huiyuan-list {
	display: flex;
	/* 	flex-direction: row; */
	flex-wrap: wrap;
	padding: 32px;
}

.huiyuan-quanxian {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 32px;
	color: #666666;
	opacity: 1;
	padding: 0 32px 32px 32px;
}

/* 我的会员end */

/* 我的足迹start */
.menu-zuji-textright {
	float: right;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
	margin-left: 660px;
}

.menu-zuji-textright1 {
	float: right;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
	margin-left: 40px;
}

.menu-zuji-textright2 {
	float: left;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #333333;
	opacity: 1;
}

.menu-zuji-textright3 {
	float: right;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
	opacity: 1;
	margin-left: 800px;
}

.zuji-list {
	display: flex;
	flex-wrap: wrap;
	padding: 32px;
}

.zuji-list-item {
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
	position: relative;
	width: 202px;
	margin-left: 30px;
	margin-bottom: 26px;
}

.zuji-list-item:nth-child(1) {
	margin-left: 0px;
}

.zuji-list-item:nth-child(5n) {
	margin-left: 0px;
}

.zuji-item-image {
	width: 206px;
	height: 206px;
	margin-bottom: 16px;
}

.zuji-item-text {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 22px;
	color: #333333;
	opacity: 1;
	margin-bottom: 16px;
	height: 44px;
}

.zuji-item-price {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 22px;
	color: #FF4000;
	opacity: 1;
}

.zuji-item-input {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border: none;
}

.zuji-all-chacked {
	width: 100%;
	padding: 0 32px 32px 32px;
}

.zuji-item-allinput {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 20px;
}

.zuji-delete {
	float: right;
	border: none;
	width: 96px;
	height: 38px;
	background-color: #EEEEEE;
	line-height: 38px;
	text-align: center;
	color: #333333;
}
.zuji-active{
	color: #333333 !important;
}
/* 我的足迹end */
