:root {
	--color-theme: #FF2D50;
	--color-bg-page: #F7F8FA;
	--color-fff: #FFFFFF;
	--color-333: #333333;
	--color-666: #666666;
	--color-999: #999999;
	--size-24: 24px;
	--size-20: 20px;
	--size-18: 18px;
	--size-16: 16px;
	--size-14: 14px;
	--width-main: 1200px;
	--height-navigation: 56px;
}

* {
	padding: 0;
	margin: 0;
}

img {
	display: -webkit-box;
	display: block;
}

a {
	text-decoration: none;
}

body {
	background-color: var(--color-bg-page);
}

.common_word_wrap {
	/* 文字空格及换行 */
	white-space: pre-wrap;
	word-break: break-all;
	word-wrap: break-word;
}

.common_text_line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.common_text_line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.common_text_line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 导航栏 */
#page_header {
	width: 100%;
	height: var(--height-navigation);
	background-color: var(--color-fff);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.logo_box {
	display: block;
	margin-right: 60px;
}

.logo_img {
	width: 134.24px;
	height: 32px;
}

.nav_item {
	height: var(--height-navigation);
	padding: 0 28px;
	color: var(--color-333);
	font-size: var(--size-14);
	line-height: var(--height-navigation);
	text-align: center;
}

.nav_item:hover {
	color: var(--color-fff);
	background-color: var(--color-theme);
}

.nav_text_ed {
	color: var(--color-theme);
	font-weight: 600;
}

.nav_gap {
	width: 320px;
}

.app_tip {
	position: relative;
	height: var(--height-navigation);
	margin-left: 54px;
}

.app_icon {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.app_text {
	color: var(--color-333);
	font-weight: 500;
}

#app_tip_box,
#miniapp_tip_box {
	display: none;
	width: 160px;
	height: 160px;
	padding: 10px;
	background-color: var(--color-fff);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.17);
	z-index: 100;
	position: absolute;
	top: 65px;
	left: -58px;
}

.icon_trilateral {
	width: 46px;
	height: 22px;
	position: absolute;
	top: -14px;
	left: 67px;
}

.tip_qrcode {
	width: 160px;
	height: 160px;
}

/* 伪类触发 移入显示 */

#app_block:hover #app_tip_box {
	display: block;
}

#miniapp_block:hover #miniapp_tip_box {
	display: block;
}

#app_block:hover,
#miniapp_block:hover {
	color: var(--color-333);
}

/* 导航栏 end */

/* page_main */
#page_main {
	width: var(--width-main);
	padding-top: var(--height-navigation);
	padding-bottom: 60px;
	margin: 20px auto 0;
}

#banner_img_box {
	display: block;
	width: var(--width-main);
	height: 350px;
	margin: 14px 0 34px;
	background: linear-gradient(90deg, #ff733e 0%, #ffa31b 50%, #ff733e 100%);
	border-radius: 16px;
	overflow: hidden;
}

#banner_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 公用 */
.main_item {
	margin-bottom: 32px;
}

.main_item_title {
	height: 54px;
	margin-bottom: 10px;
}

.m_i_title {
	color: var(--color-333);
	font-size: var(--size-24);
	font-weight: 600;
	line-height: 54px;
}

.look_more {
	position: relative;
	top: 6px;
	height: 22px;
	color: var(--color-666);
	font-size: 16px;
	line-height: 22px;
}

.icon_right {
	width: 16px;
	height: 16px;
}

.demand_item,
.place_item,
.zuopin_item,
.posts_item {
	position: relative;
	display: block;
	background-color: var(--color-fff);
	border-radius: 16px;
	animation: shift_out 0.1s forwards;
}

.demand_item:hover,
.place_item:hover,
.zuopin_item:hover,
.posts_item:hover {
	animation: shift_in 0.2s forwards;
}

/* 鼠标移入 */
@keyframes shift_in {
	0% {
		top: 0px;
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0);
	}

	100% {
		top: -4px;
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.06);
	}
}

/* 鼠标移出 */
@keyframes shift_out {
	0% {
		top: -4px;
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.06);
	}

	100% {
		top: 0px;
		box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0);
	}
}

.icon_sex {
	width: 16px;
	height: 16px;
	margin-left: 4px;
}

/* 公用 end */

/* 推荐需求 start */
.demand_item {
	box-sizing: border-box;
	width: 392px;
	padding: 12px;
}

.demand_item_title {
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
}

.demand_status {
	position: relative;
	right: -12px;
	height: 24px;
	padding: 0 6px 0 8px;
	background: linear-gradient(142deg, #FF2D50 0%, #FF5F2D 100%);
	border-radius: 22px 0 0 22px;
	color: var(--color-fff);
	font-size: var(--size-14);
	font-weight: 400;
	line-height: 24px;
}

.demand_status_gray {
	background: #CCCCCC;
}

.demand_item_city {
	margin-top: 8px;
	color: var(--color-333);
	font-size: var(--size-16);
	line-height: 28px;
}

.demand_item_location {
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.demand_item_fee {
	color: #FF3D00;
	font-size: var(--size-20);
	font-weight: 600;
}

.demand_item_fee span {
	padding: 0 10px;
	color: #333333;
	font-weight: 400;
}

.demand_item_tag_box {
	margin-top: 6px;
}

.demand_item_tag {
	height: 24px;
	padding: 0 6px;
	margin-right: 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	color: var(--color-666);
	font-size: var(--size-16);
	line-height: 24px;
}

.demand_item_bottom {
	height: 20px;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #f5f5f5;
	color: var(--color-999);
	font-size: var(--size-14);
	line-height: 20px;
}

.demand_item_count_icon {
	width: 20px;
	height: 20px;
	margin: 0 5px 0 20px;
}

/* 推荐需求 end */

/* 推荐场地 start */
.place_item {
	width: 392px;
}

.place_item_cover {
	width: 100%;
	height: 261px;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.place_item_content {
	padding: 7px 12px;
	border-radius: 0 0 16px 16px;
}

.place_item_claim_icon {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}

.place_item_title {
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
}

.place_item_cate {
	margin-top: 6px;
	height: 28px;
}

.place_item_cate_name {
	height: 28px;
	padding: 0 4px;
	margin-right: 8px;
	border: 1px solid #D9EAFF;
	border-radius: 4px;
	color: #1468B5;
	font-size: var(--size-16);
	line-height: 28px;
}

.place_item_bottom {
	height: 20px;
	margin-top: 6px;
	color: var(--color-666);
	font-size: var(--size-14);
	line-height: 20px;
}

.place_item_city_name {
	max-width: 10em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.place_item_count_box {
	margin-left: 20px;
}

.place_item_count_icon {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}

/* 推荐场地 end */

/* 推荐作品 start */
.zuopin_item {
	width: 291px;
}

.zuopin_item_img_box {
	position: relative;
	width: 100%;
}

.zuopin_item_img {
	width: 100%;
	height: 388px;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
}

.zuopin_item_img2 {
	height: auto;
	max-height: 388px;
}

.zuopin_item_img_icon {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 50px;
	height: 50px;
}

.zuopin_item_info {
	box-sizing: border-box;
	width: 100%;
	height: 99px;
	padding: 12px;
	border-radius: 0 0 16px 16px;
}

.zuopin_item_info2 {
	height: auto;
}

.zuopin_item_title {
	width: 100%;
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
}

.zuopin_item_user {
	width: 100%;
	margin-top: 4px;
	color: var(--color-333);
	font-size: var(--size-16);
	line-height: 24px;
}

.zuopin_item_avatar {
	width: 24px;
	height: 24px;
	margin-right: 6px;
	border-radius: 50%;
}

.zuopin_item_like {
	color: var(--color-666);
	font-size: var(--size-14);
}

.zuopin_item_like_icon {
	width: 20px;
	height: 20px;
}

.zuopin_item_city {
	color: var(--color-999);
	font-size: var(--size-14);
	line-height: 20px;
	padding-left: 30px;
}

/* 推荐作品 end */

/* 推荐帖子 start */
.posts_item {
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	margin-bottom: 12px;
}

.posts_item_avatar {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}

.posts_item_nickname {
	color: var(--color-333);
	font-size: var(--size-16);
	font-weight: 500;
	line-height: 22px;
}

.posts_item_city {
	color: var(--color-666);
	font-size: var(--size-14);
	line-height: 20px;
}

.posts_item_title {
	margin-top: 12px;
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
}

.posts_item_content {
	margin-top: 6px;
	color: var(--color-666);
	font-size: var(--size-16);
	line-height: 24px;
}

.posts_item_img_block,
.posts_item_img_box {
	position: relative;
}

.posts_item_img_block {
	margin-top: 12px;
}

.posts_item_img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
	cursor: pointer;
}

.posts_item_img_num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45px;
	height: 28px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 16px 0px 16px 0px;
	color: var(--color-fff);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}

.posts_item_video {
	width: 100%;
	height: 640px;
	border-radius: 16px;
	object-fit: cover;
}

.posts_item_video_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
}

.posts_item_type {
	height: 30px;
	padding: 0 10px;
	margin-right: 10px;
	background-color: #f5f5f5;
	border-radius: 24px;
	color: var(--color-333);
	font-size: var(--size-16);
	font-weight: 500;
	line-height: 30px;
}

.posts_item_type_icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.posts_item_type_box {
	margin-top: 12px;
}

.posts_item_bottom {
	margin-top: 12px;
	color: var(--color-666);
	font-size: var(--size-16);
	line-height: 24px;
}

.posts_item_count_btn {
	margin-left: 60px;
	color: var(--color-333);
	font-size: var(--size-16);
}

.posts_item_count_icon {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.question_item_bottom {
	line-height: 30px;
}

.question_item_bottom_avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 8px;
}

.question_item_bottom_nickname {
	padding-right: 30px;
	color: var(--color-333);
	font-weight: 500;
}

.question_item_bottom_btn {
	box-sizing: border-box;
	width: 108px;
	height: 30px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	color: var(--color-333);
	font-weight: 500;
	line-height: 28px;
}

.question_item_bottom_btn2 {
	background-color: var(--color-theme);
	border: none;
	color: var(--color-fff);
	line-height: 30px;
	text-align: center;
}

.question_item_bottom_collect {
	width: 20px;
	height: 20px;
	margin-right: 4px;
}

/* 推荐帖子 end */

/* 用户信息 */
.user_info {
	padding: 8px 0;
}

.user_info_avatar {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border-radius: 50%;
}

.user_info_nickname {
	color: var(--color-333);
	font-size: var(--info-size-16);
	font-weight: 500;
	line-height: 22px;
}

.user_info_text {
	color: var(--color-666);
	font-size: var(--info-size-14);
	line-height: 20px;
}

/* page_main end */

/* 底部 start */
#page_footer {
	width: 100%;
}

.footer_main_box {
	width: 100%;
	background-color: var(--color-fff);
}

.footer_main {
	width: var(--width-main);
	height: 217px;
	margin: 0 auto;
}

.footer_logo {
	width: 155px;
	height: 38px;
	margin-bottom: 10px;
}

.footer_logo_text {
	position: relative;
	left: 2px;
	color: var(--color-333);
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 24px;
	text-align: center;
}

.footer_item_box {
	width: 424px;
}

.footer_item {
	min-width: 72px;
}

.ft_item_title {
	margin-bottom: 10px;
	color: var(--color-333);
	font-size: var(--size-14);
	line-height: 22px;
}

.ft_item {
	display: block;
	height: 17px;
	margin-top: 10px;
	color: var(--color-666);
	font-size: 12px;
	line-height: 17px;
}

.footer_qrcode_box {
	width: 112px;
	color: var(--color-333);
	font-size: var(--size-14);
	line-height: 20px;
	text-align: center;
}

.footer_qrcode_box:nth-last-child(1) {
	margin-left: 62px;
}

.footer_qrcode {
	width: 112px;
	height: 112px;
	margin-bottom: 9px;
}

/* 友情链接 & 备案号 */
.footer_bottom {
	width: 100%;
	padding: 20px 0;
	color: var(--color-666);
	font-size: 12px;
	line-height: 17px;
	text-align: center;
}

.footer_bottom a {
	color: var(--color-666);
}

/* 底部 end */

/* 社区页左侧导航 */
#feed_nav {
	position: sticky;
	top: var(--height-navigation);
	width: 190px;
	height: fit-content;
	background-color: var(--color-fff);
	border-radius: 16px;
	overflow: hidden;
}

.feed_nav_item {
	display: block;
	height: 68px;
	color: var(--color-333);
	font-size: var(--size-20);
	line-height: 68px;
	text-align: center;
}

.feed_nav_item_ed {
	background-color: var(--color-theme);
	color: var(--color-fff);
}

.feed_nav_item img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

/* 社区页左侧导航 end */

/* 底部右侧悬浮区 */
#page_right_fixed {
	position: fixed;
	right: 10%;
	bottom: 100px;
	width: 60px;
	height: 240px;
	background-color: var(--color-fff);
	border-radius: 8px;
}

.page_right_fixed_item {
	width: 60px;
	height: 60px;
	text-align: center;
	position: relative;
}

.page_right_fixed_item>img {
	display: inline-block;
	margin-top: 10px;
}

.page_right_fixed_hover {
	display: none;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	background-color: var(--color-theme);
	color: var(--color-fff);
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

.page_right_fixed_hover_aline {
	padding-top: 20px;
}

#fixed_item_download_none {
	border-radius: 8px 8px 0px 0px;
}

#fixed_item_totop_none {
	border-radius: 0px 0px 8px 8px;
}

#fixed_item_download_none_qrcode,
#fixed_item_miniapp_none_qrcode,
#fixed_item_kefu_none_qrcode {
	display: none;
	box-sizing: border-box;
	width: 146px;
	height: 168px;
	padding: 13px 13px 9px 13px;
	background-color: var(--color-fff);
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	color: #333333;
	font-size: 12px;
	text-align: center;
	position: absolute;
	top: -50px;
	left: -154px;
}

.fixed_item_qrcode {
	margin-bottom: 9px;
}

#fixed_item_download:hover #fixed_item_download_none,
#fixed_item_download:hover #fixed_item_download_none_qrcode {
	display: block;
}

#fixed_item_miniapp:hover #fixed_item_miniapp_none,
#fixed_item_miniapp:hover #fixed_item_miniapp_none_qrcode {
	display: block;
}

#fixed_item_kefu:hover #fixed_item_kefu_none,
#fixed_item_kefu:hover #fixed_item_kefu_none_qrcode {
	display: block;
}

#fixed_item_totop:hover #fixed_item_totop_none {
	display: block;
}

/* 底部右侧悬浮区 end */

/* 右侧推荐 */
.publicity_img {
	width: 291px;
	height: 145px;
}

.recommend_list {
	margin-top: 12px;
	background-color: var(--color-fff);
	border-radius: 16px;
}

.recommend_list_title {
	padding: 12px;
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 28px;
}

.recommend_item {
	display: block;
	padding: 10px 12px;
	border-top: 1px solid #F5F5F5;
}

.recommend_question_item {
	padding: 12px 15px;
	color: var(--color-333);
	font-size: var(--size-16);
	line-height: 22px;
}

.recommend_question_item img {
	width: 22px;
	height: 22px;
	margin-right: 4px;
}

.recommend_item_cover_box {
	position: relative;
	width: 120px;
	height: 120px;
	margin-right: 12px;
}

.recommend_item_cover {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.recommend_item_cover_num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 8px 0 8px 0;
	color: var(--color-fff);
	font-size: var(--size-14);
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

.recommend_item_content {
	width: 100%;
	height: 120px;
}

.height92 {
	height: 92px;
}

.recommend_list_claim_icon {
	position: relative;
	top: 2px;
	width: 17px;
	height: 17px;
	margin-right: 4px;
	float: left;
}

.recommend_item_title {
	width: 100%;
	color: var(--color-333);
	font-size: var(--size-16);
	font-weight: 500;
	line-height: 22px;
}

.recommend_item_title2 {
	line-height: 20px;
}

.recommend_list_cate {
	margin-top: 4px;
}

.recommend_list_cate_name {
	height: 24px;
	padding: 0 4px;
	margin-right: 4px;
	border: 1px solid #D9EAFF;
	border-radius: 4px;
	color: #1468B5;
	font-size: var(--size-14);
	line-height: 24px;
}

.recommend_item_time {
	width: 100%;
	color: var(--color-666);
	font-size: var(--size-14);
	line-height: 20px;
}

.recommend_item_icon {
	width: 20px;
	height: 20px;
	margin-right: 2px;
}

.recommend_item_location {
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

/* 重写需求样式 */
.recommend_item .demand_item_title {
	font-size: var(--size-18);
}

.recommend_item .demand_status {
	right: 0;
}

.recommend_item .demand_item_city {
	font-size: var(--size-14);
}

.recommend_item .demand_item_fee {
	font-size: var(--size-16);
}

.recommend_item .demand_item_tag {
	font-size: var(--size-14);
}

/* 右侧推荐 end */

/* 用户弹窗 start */
#common_modal_box {
	width: 0;
	height: 0;
	overflow: hidden;
}

#common_modal {
	width: 420px;
	padding: 30px 0 50px;
	background-color: var(--color-fff);
	border-radius: 8px;
}

.common_modal_avatar {
	margin-bottom: 10px;
	border-radius: 50%;
}

.common_modal_info {
	padding: 5px 0 15px;
	color: #919191;
	font-size: 12px;
}

.common_modal_qrcode {
	margin-bottom: 30px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.common_modal_tip {
	color: var(--color-333);
	font-size: 16px;
}

/* 用户弹窗 end */

/* 下一页按钮 */
#next_page {
	display: block;
	box-sizing: border-box;
	width: 336px;
	height: 50px;
	margin: 20px auto 0;
	background-color: var(--color-theme);
	border-radius: 16px;
	color: var(--color-fff);
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}

#next_page img {
	width: 22px;
	height: 22px;
}

.next_page_prev {
	background-color: var(--color-fff) !important;
	border: 1px solid var(--color-theme);
	color: var(--color-theme) !important;
	line-height: 48px !important;
}

/* 关注按钮 */
.follow_btn {
	width: 64px;
	height: 30px;
	border: 1px solid var(--color-theme);
	border-radius: 16px;
	color: var(--color-theme);
	font-size: var(--size-16);
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

/* 投诉按钮 */
.jubao {
	color: var(--color-999);
	font-size: var(--size-14);
	line-height: 20px;
	cursor: pointer;
}

.jubao img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

/* 详情页通用模块 */
.info_block {
	padding: 10px 24px 20px;
	margin-bottom: 12px;
	background-color: var(--color-fff);
	border-radius: 16px;
}

.info_block_title {
	height: 50px;
	margin-bottom: 12px;
	border-bottom: 1px solid #E8E8F2;
	color: var(--color-333);
	font-size: var(--size-20);
	font-weight: 500;
	line-height: 50px;
}

.info_block_content {
	color: var(--color-333);
	font-size: var(--size-16);
	line-height: 20px;
}

/* 弹窗 start */
#common_modal_block,
#swiper_img_block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

#common_modal,
#swiper_img_modal {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 470px;
	background-color: #ffffff;
	border-radius: 20px;
}

.common_modal_close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

.common_modal_img {
	margin: -10px 0 20px;
}

.common_modal_title {
	color: #333333;
	font-size: 24px;
	letter-spacing: 1px;
}

.common_modal_tip {
	width: 259px;
	height: 40px;
	margin: 20px 0 30px;
	border: 1px solid #FE5457;
	border-radius: 26px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.qrcode_img {
	width: 220px;
	height: 220px;
	border-radius: 12px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

/* 弹窗 end */

/* 显示大图弹窗 & 轮播图 */
#swiper_img_modal {
	width: 800px;
	height: 600px;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
	overflow: hidden;
}

#swiper_img_box {
	position: absolute;
	top: 0;
	left: 0;
	transition: all, linear, 1s;
}

#swiper_img_box img {
	width: 800px;
	height: 600px;
	object-fit: contain;
}

/* 轮播图指示点 */
#select_item_box {
	position: absolute;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
}

#select_item_box div {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	transition: all 0.4s;
}

.select_item_ed {
	background-color: #ffffff !important;
}

/* 轮播图左右按钮 */
.change_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#change_btn_left {
	left: 20px;
}

#change_btn_right {
	right: 20px;
}

/* 显示大图弹窗 & 轮播图 end */

/* 公用 */
.margin_top_0 {
	margin-top: 0;
}

.margin_top_20 {
	margin-top: 20px;
}

.dpn {
	display: none;
}
