.more-line1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.layui-layer-feedback {
	width: 600px !important;
	border-radius: 5px !important;
}

.more-line2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more-line3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.more-line4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.more-line5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

#im_chat_container {
	display: none;
}

.public-after::after {
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	content: " ";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #e80000;
}

.public-after:hover::after {
	opacity: 1;
}

.search-float-body .header-fixed {
	height: 0.8rem;
}

.search-float-body .search-box-area {
	position: fixed;
	top: 0rem;
	height: 0.8rem;
	right: 0rem;
	z-index: 1666;
	padding-right: 1.4rem;
}

.search-float-body .header .search {
	visibility: hidden;
}

.search-float-body .header .menu {
	visibility: hidden;
}

.search-float-body .search-box-area {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: end;
}

.search-float-body .search-box-panel {
	width: 6.6rem;
	flex-shrink: 0;
}

.search-float-body .search-box-cate {
	flex-shrink: 0;
	padding-top: 0px;
}

.search-float-body .search-box-cate a.active::after {
	content: " ";
	position: absolute;
	left: 0px;
	width: 100%;
	background-color: #e80000;
}

.menu-link {
	display: none !important;
}

.make-money {
	display: none;
}

.mobile-product-menu {
	display: none;
}

.mobile-menu {
	display: none;
}

/**客服**/
.online-server {
	position: fixed;
	right: 0.18rem;
	bottom: 10%;
	width: 0.48rem;
	background-color: #ffffff;
	border-radius: 0.24rem;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
	z-index: 999;
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.13);
}

.online-server a {
	width: 100%;
	height: 0.48rem;
	border-radius: 50%;
	color: #000;
	position: relative;
}

.online-server a::after {
	content: " ";
	height: 1px;
	width: 0.25rem;
	position: absolute;
	background-color: #f6f6f6;
	left: 0px;
	top: 0px;
	left: 50%;
	margin-left: -0.125rem;
}

.online-server a:first-child::after {
	display: none;
}

.online-server a span {
	font-size: 0.24rem;
}

.online-server a:last-child {
	margin: 0px;
}

.online-server a:hover {
	color: #cc0000;
}

.public-scrollbar::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*background-color: #F5F5F5;*/
}

.public-scrollbar::-webkit-scrollbar {
	width: 6px;
	/* background-color: #F5F5F5;*/
}

.public-scrollbar::-webkit-scrollbar-thumb {
	background-color: #000000;
}

/**搜索pc*/
.search-box {
	width: 7.6rem;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.search-box-panel {
	height: 0.44rem;
	width: 100%;
	position: relative;
}

.search-box-panel button {
	height: 0.44rem;
	background-color: #e80000;
	border-radius: 0px 0.22rem 0.22rem 0px;
	color: #ffffff;
	width: 1rem !important;
	font-size: 0.16rem;
	border: none;
}

.search-box-panel input {
	height: 0.44rem;
	background-color: #f6f6f6;
	border-radius: 0.22rem 0rem 0rem 0.22rem;
	border: none;
	padding-left: 0.16rem;
	padding-right: 0.16rem;
	color: #333333;
	font-size: 0.16rem;
	outline: none;
}

.search-close-btn {
	position: absolute;
	right: 1.3rem;
	top: 0px;
	height: 100%;
}

.search-box-panel .iconfont {
	font-size: 0.16rem;
}

.search-box-cate {
	padding-top: 0.15rem;
}

.search-box-cate a {
	color: #666666;
	font-size: 0.16rem;
	padding-left: 0.2rem;
	position: relative;
	margin-right: 0.23rem;
}

.search-box-cate a span {
	color: #999;
	font-size: 0.16rem;
	position: absolute;
	left: 0px;
}

.search-box-cate a.active {
	color: #e80000;
}

.search-box-cate a.active span {
	color: #e80000;
}

.search-box-panel input {
	height: 0.44rem;
	background-color: #f6f6f6;
	border-radius: 0.22rem 0rem 0rem 0.22rem;
	border: none;
	padding-left: 0.16rem;
	padding-right: 0.16rem;
	color: #333333;
	font-size: 0.16rem;
	outline: none;
}

.search-box-cate {
	padding-left: 0.16rem;
}

.search-btn-mobile {
	display: none;
}

#search-box-panel.search-box-panel {
	visibility: hidden;
	opacity: 0;
	display: none;
}

#public-top-btn {
	visibility: hidden;
	opacity: 0;
	height: 0px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

#public-top-btn.show {
	visibility: visible;
	opacity: 1;
	height: 0.48rem;
}

.mobile-mask {
	opacity: 0;
	visibility: hidden;
}

.footer {
	width: 100%;
}

.body-fixed-other-panel .home-toutiao-news.active-other {
	height: 0.4rem !important;
	visibility: visible;
	opacity: 1;
	top: 0.8rem;
}

.body-fixed-other-panel .home-toutiao-news.active-other a {
	padding-top: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 1020px) {

	/**推荐赚钱**/
	.make-money {
		width: 1.68rem;
		height: 0.9rem;
		border-radius: 0.45rem 0 0 0.45rem;
		background-color: #fff;
		box-shadow: -10px 1px 20px rgba(0, 0, 0, 0.15);
		position: fixed;
		right: 0px;
		top: 30%;
		z-index: 999;
		padding-left: 0.17rem;
		padding-top: 0.13rem;
		padding-bottom: 0.13rem;
		display: flex;
	}

	.body-fixed-other-panel .home-toutiao-news.active-other {
		height: 100% !important;
		visibility: visible;
		opacity: 1;
		top: 0.8rem;
	}

	.make-money span {
		font-family: PingFangSC-Regular;
		color: #e80000;
		font-size: 0.24rem;
		line-height: 0.28rem;
		margin-left: 0.1rem;
	}

	.make-money img {
		height: 100%;
	}

	/**end**/

	.online-server {
		background: none;
		box-shadow: none;
		width: 0.96rem;
		right: 0.24rem;
		bottom: 14%;
	}

	.online-server a {
		background-color: #fff;
		height: 0.96rem;
		box-shadow: 0px 0px 0.6rem rgba(0, 0, 0, 0.13);
		margin-bottom: 0.1rem;
	}

	.online-server a:after {
		display: none;
	}

	.online-server a span {
		font-size: 0.48rem;
	}

	.online-server a:last-child {
		display: none;
	}

	.header {
		height: 1.32rem;
		/* box-shadow:0px 2px 6px rgba(0, 0, 0, 0.08); */
		z-index: 2001;
	}

	.header .logo {
		height: 0.55rem;
	}

	.header .logo img {
		height: 100%;
		width: auto;
	}

	.header #menu {
		display: none;
	}

	.search .search-box input {
		display: none;
	}

	.search .store-link {
		margin-left: 0rem;
		width: auto;
		height: auto;
		background: none;
		border-radius: 0.27rem;
		color: #ffffff;
		font-size: 0rem;
		margin-left: 0.5rem !important;
		margin-right: 0.5rem;
	}

	.search .search-box .search-btn,
	.header-fixed .search .store-link span {
		font-size: 0.48rem !important;
	}

	.search .search-box .search-btn {
		margin-top: 0rem;
		color: #000 !important;
		position: unset;
	}

	.search .search-box {
		width: auto;
	}

	.search .store-link span {
		position: unset;
		font-size: 0.48rem;
		color: #000 !important;
		margin-right: 0px;
	}

	.language .icon-sanjiaoxia {
		font-size: 0.06rem;
	}

	.language {
		font-size: 0.14rem;
		display: none !important;
	}

	.menu-link {
		display: block !important;
	}

	.search .search-box {
		padding: 0px;
	}

	.menu-link span {
		font-size: 0.48rem;
		color: #000 !important;
		display: none;
	}

	.menu-link span.icon-Icon_Nav_caidan {
		display: block;
	}

	.menu-link.active span.icon-Icon_Nav_guanbi {
		display: block;
	}

	.menu-link.active span.icon-Icon_Nav_caidan {
		display: none;
	}

	.mobile-menu {
		position: fixed;
		display: block;
		z-index: 9999;
		width: 3.1rem;
		background-color: #fff;
		bottom: 0px;
		top: 1.32rem;
		visibility: hidden;
		opacity: 0;
		margin-left: -100%;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
	}

	.mobile-menu.active {
		visibility: visible;
		opacity: 1;
		margin-left: 0px;
	}

	.mobile-menu a {
		height: 1.32rem;
		color: #000000;
		font-size: 0.32rem;
		padding-left: 0.36rem;
		margin-right: -2px;
	}

	.mobile-menu a.active {
		background-color: #f6f6f6;
		color: #e80000;
	}

	.home-society-cate {
		top: 1.32rem !important;
		position: fixed;
		z-index: 1999;
		left: 0px;
		padding-left: 3.1rem;
		width: 100%;
		height: 100% !important;
		visibility: visible;
		opacity: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #f6f6f6 !important;
		display: none !important;
	}

	.mobile-product-menu {
		top: 1.32rem !important;
		position: fixed;
		z-index: 1999;
		left: 0px;
		padding-left: 3.1rem;
		width: 100%;
		/*height: 100% !important;*/
		bottom: 0px;
		display: none !important;
		background-color: #f6f6f6 !important;
	}

	.home-society-cate a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 1.32rem;
		padding: 0px !important;
		margin: 0px;
		font-size: 0.32rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-left: 0.64rem !important;
		background-color: none;
	}

	.home-society-cate a.active {
		padding: 0px;
		margin: 0px;
		padding-left: 0.64rem;
		font-size: 0.32rem;
		border: none;
	}

	.home-society-cate::after {
		display: none;
	}

	.home-toutiao-news.active {
		top: 1.32rem;
	}

	.mobile-menu-open .home-society-cate.active,
	.mobile-menu-open .mobile-product-menu.active {
		display: block !important;
	}

	.home-society-cate .icon-Icon_Nav_tiao1 {
		font-size: 0.36rem !important;
	}

	.mobile-product-menu {
		overflow-y: auto;
	}

	.mobile-product-menu-item {
		width: 100% !important;
	}

	.mobile-product-menu-item .parent-link,
	.mobile-product-menu-item .child-link,
	.mobile-product-menu-item .default-link {
		height: 1.32rem;
		padding: 0px !important;
		margin: 0px;
		font-size: 0.32rem;
		font-weight: bold;
		color: #666666;
		width: 100%;
		padding-left: 0.64rem !important;
		padding-right: 0.64rem !important;
	}

	.mobile-product-menu-item .parent-link span,
	.mobile-product-menu-item .default-link span {
		font-size: 0.2rem;
	}

	.mobile-product-menu-item .default-link span {
		margin-left: 0.1rem;
		font-size: 0.3rem;
	}

	.mobile-product-menu-item.active .parent-link span {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-moz-transform: rotate(180deg);
		/* Firefox */
		-webkit-transform: rotate(180deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(180deg);
		/* Opera */
	}

	.mobile-product-menu-item .child-link {
		color: #666666;
		font-weight: normal;
		height: 0.8rem;
		font-size: 0.28rem;
		display: none;
	}

	.mobile-product-menu-item.active .child-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.mobile-product-menu-item .child-link i {
		font-style: normal;
	}

	.search-float-body .header-fixed {
		height: 1.32rem;
	}

	.search-float-body .header .search {
		visibility: visible;
	}

	.search-box-cate {
		padding-top: 0px !important;
	}

	.footer {
		width: 100%;
		height: auto;
		padding-left: 0rem;
		padding-right: 0rem;
		background-color: #f6f6f6 !important;
		padding-top: 0.4rem;
		background-image: none !important;
	}

	.footer .footer-box-panel {
		padding-left: 0.24rem;
		padding-right: 0.24rem;
	}

	.footer-logo {
		display: none !important;
	}

	.footer-menu-box,
	.footer-menu {
		width: 100% !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-menu-item {
		width: 100% !important;
	}

	.footer-menu-item label {
		color: #333333 !important;
		width: 100% !important;
		font-size: 0.32rem !important;
		padding-bottom: 0.3rem !important;
		padding-top: 0.32rem;
		margin: 0px;
		border-bottom: 1px solid #cccccc;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-menu-item label span {
		font-size: 0.2rem;
		display: block !important;
		color: #999;
	}

	.footer-400 {
		padding-top: 0.2rem;
	}

	.footer-menu-item a {
		color: #666666 !important;
		width: 100% !important;
		font-size: 0.32rem !important;
		padding-bottom: 0.3rem !important;
		padding-top: 0.32rem;
		margin: 0px;
		display: none;
	}

	.footer-menu-item a.label {
		display: block;
		position: relative;
		font-size: 0.32rem;
	}

	.footer-menu-item a span {
		margin-left: 0.15rem !important;
		font-size: 0.3rem !important;
	}

	.footer-menu-item.active a {
		display: block;
	}

	.footer-menu-item .label span {
		display: block;
		position: absolute;
		right: 0px;
		top: 0.45rem;
		width: 0.5rem;
		height: 0.5rem;
		z-index: 999;
		text-align: right;
		color: #ccc;
	}

	.footer-menu-item.active .label span {
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		/* IE 9 */
		-moz-transform: rotate(180deg);
		/* Firefox */
		-webkit-transform: rotate(180deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(180deg);
		/* Opera */
		text-align: left;
		margin-top: -0.15rem;
	}

	.footer-400 label,
	.footer-400 span,
	.footer-400 a {
		color: #333333 !important;
		font-size: 0.32rem;
		text-align: center;
	}

	.footer-400 label {
		margin-bottom: 0.17rem;
	}

	.footer-400 span {
		font-size: 0.56rem;
		text-align: center;
		font-weight: bold;
		font-family: arial;
		margin-bottom: 0.3rem !important;
	}

	.footer-400 a {
		font-size: 0.32rem !important;
		padding-bottom: 0.06rem;
		text-align: center;
		border-color: #333;
	}

	.footer-rexian {
		display: block !important;
		text-align: center;
	}

	.footer-rexian a {
		display: inline-block;
		margin-bottom: 0.36rem !important;
	}

	.footer-about-weixin {
		text-align: center;
		display: block !important;
		margin: 0px !important;
	}

	.footer-about-weixin img {
		width: 0.68rem;
		height: 0.68rem;
		display: inline-block !important;
	}

	.footer-erweima {
		display: none !important;
	}

	.footer-copyright {
		display: block !important;
		height: auto !important;
		position: unset;
		margin-top: 0.2rem;
		padding-top: 0.25rem;
		padding-bottom: 0.4rem;
		text-align: center;
	}

	.footer-copyright-text {
		margin-bottom: 0.18rem;
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-copyright-text,
	.footer-copyright-text a {
		color: #999999;
		font-size: 0.24rem;
	}

	.footer-copyright-text a {
		display: inline-block;
	}

	.footer-copyright-link a {
		color: #999999;
		font-size: 0.24rem;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.footer-copyright-link a::after {
		color: #999999;
	}

	/*搜索样式*/
	.search-box {
		width: auto;
		padding-right: 0.24rem;
		padding-left: 0.24rem;
	}

	.search-box-area {
		top: 1.32rem;
		padding-top: 0.18rem;
		position: fixed;
		left: 0px;
		flex-shrink: 0;
		right: 0px;
		background-color: #fff;
		z-index: 999;
		border-bottom: 1px solid #f6f6f6;
	}

	.search-float-body .search-box-area {
		display: block !important;

		position: fixed;
		left: 0px !important;
		width: 100% !important;
		padding-left: 0.24rem;
		height: auto;
		padding-right: 0.24rem;
		top: 1.32rem;
		padding-top: 0.18rem;
	}

	.search-float-body .search-box-panel {
		width: 100%;
	}

	.search-box {
		width: auto;
		padding-right: 0.24rem;
		padding-left: 0.24rem;
	}

	.search-msg {
		color: #666666;
		font-size: 0.28rem;
		margin-top: 0.34rem;
		margin-bottom: 0.22rem;
	}

	.search-box-cate {
		margin-top: 0.44rem;
	}

	.search-box-cate a {
		flex-shrink: 0;
		font-family: PingFangSC-Medium;
		font-size: 0.32rem;
		padding-left: 0.35rem;
		margin-right: 0.2rem;
		padding-bottom: 0.1rem;
	}

	.search-box-cate a.active {
		position: relative;
	}

	.search-box-cate a.active::after {
		content: " ";
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 0.04rem;
		background-color: #e80000;
	}

	.search-box-cate a span {
		font-size: 0.32rem;
	}

	.search-box-panel {
		height: 0.8rem;
	}

	.search-box-panel input {
		padding-left: 0.32rem;
		height: 100%;
		font-size: 0.32rem;
		border-radius: 0.44rem 0rem 0rem 0.44rem;
	}

	.search-box-panel button {
		height: 100%;
		border-radius: 0rem 0.44rem 0.44rem 0rem;
		font-size: 0.32rem;
		width: 1.34rem !important;
	}

	.search-close-btn {
		right: 1.8rem;
		font-size: 0.26rem;
	}

	.search-close-btn .iconfont {
		font-size: 0.26rem;
		display: none;
	}

	#search-box-panel.search-box-panel {
		position: fixed;
		top: 1.32rem;
		left: 0px;
		right: 0px;
		padding: 0.24rem;
		height: 1.28rem;
		z-index: 997;
		background-color: #fff;
	}

	#search-box-panel.search-box-panel {
		visibility: hidden;
		opacity: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	#search-box-panel.search-box-panel.open {
		visibility: visible;
		opacity: 1;
	}

	#search-box-panel.search-box-panel .search-close-btn .iconfont {
		margin-left: -0.25rem;
	}

	.search-btn-pc {
		display: none;
	}

	.search-btn-mobile {
		display: block;
	}

	.mobile-mask {
		position: fixed;
		left: 0px;
		top: 1.32rem;
		width: 100%;
		bottom: 0px;
		background-color: #00000080;
		z-index: 998;
		visibility: hidden;
		opacity: 0;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
	}

	.mobile-menu-open .mobile-mask {
		visibility: visible;
		opacity: 1;
	}

	.body-fixed-other-panel .footer {
		height: auto;
	}

	.footer-menu-item.active a:last-child {
		border-bottom: 1px solid #ccc;
	}

	#society-menu.active {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		z-index: 2000 !important;
	}
}

.feedbackContainer {
	padding: 0.4rem;
	border-radius: 5px;
}

.feedbackContainer h2 {
	font-size: 24px;
	margin-bottom: 0.3rem;
	text-align: center;
}

@media only screen and (max-width: 1440px) {
	.feedbackContainer h2 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.feedbackContainer h2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.feedbackContainer h2 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.feedbackContainer h2 {
		font-size: 16px;
	}
}

.feedbackContainer .tips {
	font-size: 14px;
	text-indent: 32px;
	color: #999;
}

@media only screen and (max-width: 767px) {
	.feedbackContainer .tips {
		font-size: 12px;
	}
}

.feedbackContainer .formContainer {
	width: 80%;
	margin: 0 auto;
	margin-top: 0.3rem;
}

.feedbackContainer .formContainer .formItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.feedbackContainer .formContainer .formItem p {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
}

.feedbackContainer .formContainer .formItem .label {
	width: 20%;
	height: 40px;
	line-height: 40px;
}

.feedbackContainer .formContainer .formItem .red {
	color: #e60012;
}

.feedbackContainer .formContainer .formItem input {
	width: 80%;
	height: 40px;
	border: 1px solid #b3b3b3;
	padding: 10px 20px;
}

.feedbackContainer .formContainer .formItem textarea {
	width: 80%;
	border: 1px solid #b3b3b3;
	padding: 10px 20px;
	line-height: 20px;
}

.feedbackContainer .formContainer .btnBox {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.feedbackContainer .formContainer .button {
	display: inline-block;
	padding: 10px 20px;
	background: #e60012;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
}

.feedbackContainer .formContainer .button:hover {
	background: #ce120b;
}

@media screen and (max-width: 768px) {
	html {
		font-size: 12px;
	}

	.w1280 {
		width: 100%;
		padding: 0 10px;
	}

	.w1410 {
		width: 100%;
		padding: 0 10px;
	}

	.w1488 {
		width: 100%;
		padding: 0 10px;
	}

	.page-list {
		padding: 30px 0 40px;
	}

	.page-list .dian {
		display: none !important;
	}

	.page-list ul li {
		width: 80px !important;
		height: 40px;
		line-height: 40px;
		border-radius: 3px;
	}

	.page-list ul li a {
		font-size: 14px;
		background-color: #2c2b2b;
		color: #fff;
		border-radius: 3px;
	}

	.breadcrum {
		display: none;
	}

	.layui-layer-feedback {
		width: 90% !important;
		border-radius: 5px !important;
	}

	.feedbackContainer .formContainer {
		width: 100%;
	}

	.feedbackContainer .formContainer .formItem .label {
		width: 30%;
	}
}

@media screen and (max-width: 1020px) {
	html {
		display: none;
	}
}
