/*濡亜绠欓獮鑸靛笓*/

.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#propagandaInsert {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	display: none;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	overflow: hidden
}

#propagandaInsert .link {
	vertical-align: top;
	width: 50%;
	height: 48px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width: 640px) {
	#propagandaInsert .link {
		width: 100%;
		height: 32px
	}
}

#propagandaInsert .link .img {
	width: 100%;
	height: 100%
}

#propagandaInsert .connect {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	text-align: center;
	line-height: 40px;
	background: #ffc0b6;
	color: #ee3b21;
	font-size: 24px;
	border: 2px #fff solid
}

@media screen and (max-width: 1200px) {
	#propagandaInsert .connect {
		font-size: 16px
	}
}

@media screen and (max-width: 640px) {
	#propagandaInsert .connect {
		line-height: 24px
	}
}

#propagandaLeft, #propagandaRight {
	display: none;
	width: 140px;
	box-sizing: border-box
}

@media screen and (max-width: 640px) {
	#propagandaLeft, #propagandaRight {
		width: 20%
	}

	#propagandaLeft .link, #propagandaRight .link {
		max-height: 30%
	}
}

#propagandaLeft .link, #propagandaRight .link {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 8px
}

#propagandaLeft .img_wapper, #propagandaRight .img_wapper {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 50%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	overflow: hidden
}

#propagandaLeft .img_wapper .img, #propagandaRight .img_wapper .img {
	display: block;
	width: 100%;
	height: auto
}

#propagandaLeft .close, #propagandaRight .close {
	display: block;
	text-align: center;
	background: #fff;
	line-height: 2;
	z-index: 2;
	width: 100%;
	top: 0;
	left: 0;
	color: #ee3a20;
	border: 1px solid #ee3a20;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	font-size: 14px
}

@media screen and (max-width: 340px) {
	#propagandaLeft .close, #propagandaRight .close {
		font-size: 12px
	}
}

#propagandaLeft {
	position: fixed;
	top: 0;
	left: 160px;
	padding: 16px 0 16px 16px
}

@media screen and (max-width: 840px) {
	#propagandaLeft {
		top: 0;
		left: 0;
		margin-top: 76px;
		padding: 12px 0 12px 12px
	}
}

@media screen and (max-width: 420px) {
	#propagandaLeft {
		padding: 8px 0 8px 8px
	}
}

#propagandaRight {
	position: fixed;
	top: 0;
	right: 0;
	padding: 16px 16px 16px 0
}

@media screen and (max-width: 840px) {
	#propagandaRight {
		top: 0;
		right: 0;
		margin-top: 76px;
		padding: 12px 12px 12px 0
	}
}

@media screen and (max-width: 420px) {
	#propagandaRight {
		padding: 8px 8px 8px 0
	}
}

#propagandaBottom {
	position: fixed;
	display: none;
	left: 160px;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
	background: #fff;
	-webkit-box-shadow: 0 0 2px 0 #ee3a20;
	-moz-box-shadow: 0 0 2px 0 #ee3a20;
	box-shadow: 0 0 2px 0 #ee3a20
}

@media screen and (max-width: 840px) {
	#propagandaBottom {
		left: 0
	}
}

@media screen and (max-width: 640px) {
	#propagandaBottom {
		padding: 2px 4px;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

#propagandaBottom .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	width: 50%
}

@media screen and (max-width: 640px) {
	#propagandaBottom .link {
		height: 32px;
		width: 100%;
		margin: 2px 0
	}
}

#propagandaBottom .link .img_wapper {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	-moz-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	height: 100%
}

#propagandaBottom .link .img_wapper .img {
	width: 100%;
	height: 100%
}

#propagandaBottom .close {
	display: block;
	width: 14px;
	padding: 0 12px;
	line-height: 1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ed3920;
	cursor: pointer
}

@media screen and (max-width: 640px) {
	#propagandaBottom .close {
		width: auto;
		padding: 8px;
		background: rgba(255,255,255,0.9);
		bottom: 4px;
		z-index: 2;
		right: 4px;
		position: absolute;
		-webkit-border-radius: 4px 0 0 0;
		-moz-border-radius: 4px 0 0 0;
		border-radius: 4px 0 0 0
	}
}

.menu .qrcode .link {
	display: block;
	text-align: center;
	color: #ffe000;
	font-size: 12px;
	padding-top: 8px
}

.menu .nav .link {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 12px 16px;
	border-top: rgba(0,0,0,0.1) 1px solid
}

.menu .nav .link.active {
	background: #ec361e
}

.menu .nav .link:hover {
	text-shadow: 0 0 2px #fff2f1
}

.menu .nav .sub_nav .link {
	border-top: none;
	font-size: 12px;
	padding: 8px 20px
}

.menu .nav .sub_nav .link:before {
	content: '-';
	padding-right: 4px;
	opacity: 0.5
}

.pagenote .link {
	padding: 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1
}

.pagenote .link:hover {
	color: #f34a29
}

.pagenote .link.active {
	background: #f34a29 !important;
	color: #fff;
	padding: 4px 8px;
	margin: 0 4px
}

.main.left_spare #propagandaLeft {
	display: block
}

@media screen and (max-width: 640px) {
	.main.left_spare #propagandaInsert {
		margin-left: -26.5%
	}
}

.main.right_spare #propagandaRight {
	display: block
}

@media screen and (max-width: 640px) {
	.main.right_spare #propagandaInsert {
		margin-right: -26.5%
	}
}

.main.has_filter #propagandaInsert, .main.has_caster #propagandaInsert {
	margin-bottom: 0
}

@media screen and (min-width: 840px) {
	.main.has_filter #propagandaInsert, .main.has_caster #propagandaInsert {
		margin-top: 16px
	}
}

.main.nav_fixed.has_filter #propagandaLeft, .main.nav_fixed.has_filter #propagandaRight {
	top: 46px
}

@media screen and (max-width: 840px) {
	.main.nav_fixed.has_filter #propagandaLeft, .main.nav_fixed.has_filter #propagandaRight {
		top: 38px
	}
}

.main.nav_fixed.has_caster #propagandaLeft, .main.nav_fixed.has_caster #propagandaRight {
	top: 36px
}

@media screen and (max-width: 840px) {
	.main.nav_fixed.has_caster #propagandaLeft, .main.nav_fixed.has_caster #propagandaRight {
		top: 34px
	}
}