* {
	margin: 0;
	padding: 0;
}

/* 禁用iPhone中Safari的字号自动调整 */
/* 解决IOS默认滑动很卡的情况 */
/* -webkit-overflow-scrolling : touch;  */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 16px;
	line-height: 1.6;
	font-family: 'sans-regular', "Helvetica Neue", "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: #000;
	overflow-x: hidden;
	background-color: #FFFFFF;
	height: 100%;

}

a {
	color: #000;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	font-family: arial, '微软雅黑';
	outline: none;
	vertical-align: middle;
	resize: none;
}

button {
	cursor: pointer;
}

ul,
dl {
	list-style: none;
}

p {
	margin-bottom: 0;
}

img {

	display: inline-block;
	vertical-align: middle;
	border: 0;
	font-size: 0;
	line-height: 0;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}

.warper {
	max-width: 1600px;
	margin: 0 auto;
}

.warper2 {
	max-width: 800px;
	margin: 0 auto;
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/*单行溢出*/
.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* for IE */
	-o-text-overflow: ellipsis;
	/* for Opera */
	-icab-text-overflow: ellipsis;
	/* for iCab */
	-khtml-text-overflow: ellipsis;
	/* for Konqueror Safari */
	-moz-text-overflow: ellipsis;
	/* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis;
	/* for Safari,Swift*/
}

/*多行溢出 手机端使用*/
.more-txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	/* for IE */
	-o-text-overflow: ellipsis;
	/* for Opera */
	-icab-text-overflow: ellipsis;
	/* for iCab */
	-khtml-text-overflow: ellipsis;
	/* for Konqueror Safari */
	-moz-text-overflow: ellipsis;
	/* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis;
	/* for Safari,Swift*/
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@font-face {
	font-family: "iconfont";
	/* Project id 4442000 */
	src: url('iconfont.woff2?t=1711332490411') format('woff2'),
	url('iconfont.woff?t=1711332490411') format('woff'),
	url('iconfont.ttf?t=1711332490411') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-tianmao:before {
	content: "\e625";
}

.icon-jingdong:before {
	content: "\e602";
}

.icon-xingzhuang:before {
	content: "\e67e";
}

.icon-duihao2:before {
	content: "\e67c";
}

.icon-arrow-right:before {
	content: "\eb8a";
}

.icon-logo:before {
	content: "\e679";
}

.icon-duihao:before {
	content: "\e677";
}

.icon-quxiao:before {
	content: "\e676";
}

.icon-wode:before {
	content: "\e675";
}

.icon-gouwuche:before {
	content: "\e674";
}

.icon-daohang:before {
	content: "\e673";
}

.icon-xinlang:before {
	content: "\e600";
}

.icon-weixin:before {
	content: "\e601";
}

.icon-bilibili:before {
	content: "\e75d";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xiaohongshu:before {
	content: "\e65a";
}

.icon-shipinhao:before {
	content: "\e621";
}

.icon-jiantou2:before {
	content: "\eb8b";
}

.icon-jiantou:before {
	content: "\e63a";
}

.icon-jt-left:before {
	content: "\e61a";
}

.icon-jt-right:before {
	content: "\e61b";
}




@font-face {
	font-family: "Poppins-Light"; //声明的字体名称
src: url("../font/poppins/Poppins-Light.ttf"); //字体路径
}

@font-face {
	font-family: plight;
	src: url('../font/poppins/Poppins-Light.ttf');
url('../font/poppins/Poppins-Light.woff') format('woff'),
url('../font/poppins/Poppins-Light.ttf') format('truetype'),
url('../font/poppins/Poppins-Light.svg#plight') format('svg');
}

::selection {
	/*设置选中区域文字背景变化*/
	text-shadow: none;
	background-color: #84EFDB;
	/*为选中文字设置背景颜色*/
}

.comm-head {
	position: fixed;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	background-color: #FFF;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9900;
	box-shadow: 0 4px 24px 0 rgba(0, 10, 40, 0.08);
}

.comm-head.bgcolor {
	background-color: #EDF9F9;
}

.comm-head a {
	display: block;
}


.comm-head .logo i {
	font-size: 24px;
}

.comm-head .head-right {
	display: flex;
	align-items: center;
}

.comm-head .head-right a {
	display: flex;
	margin-right: 24px;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;

}

.comm-head .head-right a i {
	color: #000;
	font-size: 20px;

}


.comm-head .head-right a:hover {
	background: #F4F5F5;
}

.comm-head .head-right a:last-child {
	margin-right: 0;
}

.comm-nav.navShow #nav-list,
.comm-nav.shopShow #shop-list {
	display: block;
}

.comm-nav.shopShow #nav-list,
.comm-nav.navShow #shop-list {
	display: none;
}

.comm-nav.navShow .nav-content,
.comm-nav.shopShow .nav-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.comm-nav.navShow .nav-mask,
.comm-nav.shopShow .nav-mask {
	visibility: visible;
	opacity: 1;
}


.comm-nav .nav-mask {
	position: fixed;
	z-index: 9990;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	visibility: hidden;
	opacity: 0;

}

.comm-nav .nav-content {
	background: #FFFFFF;
	border-radius: 24px 0 0 24px;
	width: 400px;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	overflow-y: auto;
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
}

.comm-nav .nav-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 20px;
}

.comm-nav .nav-top.yinying {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}


.comm-nav .nav-top .head-left i {
	font-size: 24px;
}

.comm-nav .nav-top .head-right {
	display: flex;
	align-items: center;
}

.comm-nav .nav-top .head-right a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 12px;
}

.comm-nav .nav-top .head-right a i {
	color: #000;
	font-size: 20px;

}

.comm-nav .nav-top .head-right a:hover {
	background: #F4F5F5;
}

.comm-nav .nav-top .head-right a:last-child {
	margin-right: 0;
}

.comm-nav .nav-list {
	height: calc(100% - 100px);
	overflow-y: auto;
}

.comm-nav .nav-list .list-item {
	padding: 12px 0;
	color: #333;
	border-bottom: 8px solid #f7f7f7;
}

.comm-nav .nav-list .list-item:last-child {
	border-bottom: none;
}

.comm-nav .nav-list .list-item h3 {
	font-weight: bold;
}

.comm-nav .nav-list .list-item a {
	display: block;
	color: #333;
	height: 44px;
	padding: 0 10px;
	border-radius: 8px;
	line-height: 44px;
	position: relative;
	margin: 0 10px;

}

.comm-nav .nav-list .list-item .icon-arrow-right {
	color: #CCC;
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 20px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

}

.comm-nav .nav-list .list-item.open .icon-arrow-right {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.comm-nav .nav-list .list-item .child {
	margin-top: 6px;
	font-size: 15px;
}

#nav-list .list-item .child {
	display: none;
}

#shop-list .list-item .child a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#shop-list .list-item .child .icon-jiantou2 {
	color: #000;
	font-size: 18px;
}

.comm-nav .nav-list .list-item a:hover {
	background: #F7F7F7;
}

#shop-list {
	display: none;
}

.comm-foot {
	color: #FFF;
	padding: 80px;
	background: #000000;
	font-size: 14px;
}

.comm-foot a {
	color: #FFF;
}

.comm-foot .foot-content {
	display: flex;
	justify-content: space-between;

}

.comm-foot .foot-content .foot-left .biaoti {
	font-size: 40px;
}

.comm-foot .foot-content .foot-left .emial-input {
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	background: transparent;
	border-radius: 8px;
	border: 1px solid #F7F7F7;
	margin: 40px 0 30px;
}

.comm-foot .foot-content .foot-left .emial-input:hover {
	border: 1px solid #575757;
}

.comm-foot .foot-content .foot-left .emial-input input {
	border: none;
	padding: 26px 0;
	flex: 1;
	background: transparent;
	color: #FFF;
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.comm-foot .foot-content .emial-input a,
.comm-foot .foot-content .tg-icon a {
	display: block;
}

.comm-foot .foot-content .emial-input .label {
	position: absolute;
	top: 50%;
	left: 20px;
	color: #969797;
	transform: translateY(-50%);
	z-index: 1;
}

.comm-foot .foot-content .foot-left.focus .emial-input input {
	padding: 36px 0 20px;
}

.comm-foot .foot-content .foot-left.focus .label {
	top: 10px;
	transform: translateY(0);
	font-size: 12px;
}

.comm-foot .foot-content .foot-left .emial-input img {
	width: 15px;
	height: 12px;
}

.comm-foot .foot-content .tg-icon {
	display: flex;
}

.comm-foot .foot-content .tg-icon.tg-icon2 {
	display: none;
}

.comm-foot .foot-content .tg-icon a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.comm-foot .foot-content .tg-icon a:hover .code-img {
	display: block;
}

.comm-foot .foot-content .tg-icon .code-img {
	position: absolute;
	background: #FFF;
	border-radius: 6px;
	bottom: 50px;
	left: 50px;
	margin-left: -50px;
	display: none;
	z-index: 9;
}

.comm-foot .foot-content .tg-icon .code-img img {
	width: 100px;
	height: 100px;
	border-radius: 6px;
}

.comm-foot .foot-content .tg-icon a:hover {
	background: #272727;
}

.comm-foot .foot-content .tg-icon i {
	font-size: 22px;
}

.comm-foot .foot-content .tg-icon a:first-child {
	margin-left: 0;
}

.comm-foot .foot-content .tg-code {
	margin-top: 30px;
	display: flex;
	background: #2B2B2B;
	border-radius: 12px;
	padding: 6px 6px 6px 0;
	width: 178px;
	justify-content: space-between;
	align-items: center;
}

.comm-foot .foot-content .foot-left .tg-code p {
	text-align: center;
	flex: 1;
	font-size: 12px;
	color: #969797;
}

.comm-foot .foot-content .foot-left .tg-code img {
	width: 60px;
	height: 60px;
	padding: 6px;
	background: #FFF;
	border-radius: 6px;
}

.comm-foot .foot-other {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.comm-foot .foot-content .foot-right .nav-list {
	display: flex;
	justify-content: space-between;
}

.comm-foot .foot-content .foot-right .nav-list .list-item {
	margin-right: 150px;
}

.comm-foot .foot-content .foot-right .nav-list .list-item .title {
	margin-bottom: 40px;
}

.comm-foot .foot-content .foot-right .nav-list .list-item .title i {
	display: none;
}

.comm-foot .foot-content .foot-right .nav-list .list-item p {
	margin-bottom: 24px;
}

.comm-foot .foot-content .foot-right .nav-list .list-item p:last-child {
	margin-bottom: 0;
}



.comm-foot .foot-content .foot-right .nav-list .list-item:last-child {
	margin-right: 0;
}

.comm-foot .foot-other .copy {
	font-size: 12px;
	display: flex;
	align-items: center;
}

.comm-foot .foot-other .copy img {
	width: 14px;
	margin-right: 6px;
	display: block;
}

.comm-foot .foot-other .copy p {
	margin-left: 24px;
}

.comm-foot .foot-other .copy a {
	display: flex;
	align-items: center;
	font-size: 12px;
	margin-left: 24px;
}

.comm-foot .foot-other .link {
	width: 240px;
	background: #2B2B2B;
	border-radius: 12px;
	padding: 15px;
	display: flex;
	align-items: center;
}

.comm-foot .foot-other .link img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.comm-foot .foot-other .link .p1 {
	font-size: 18px;
}

.comm-foot .foot-other .link .p2 {
	color: #969797;
	font-size: 14px;
}

.comm-foot .foot-other .link .share-img {
	display: none;
}

.fg-line {
	height: 12px;
	background: #F7F7F7;
	width: 100%;
}

.bgwhite {
	background: #FFF;
}

@media screen and (min-width:1280px) {
	.comm-foot .foot-content .foot-right .nav-list .list-item a:hover {
		text-decoration: underline;
	}
}

.qsjh-btn {
	height: 54px;
	background: #000000;
	border-radius: 27px;
	padding: 0 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}

.qsjh-btn:hover {
	opacity: 0.7;
}

.qsjh-title {
	font-size: 56px;
}

.qsjh-text {
	color: #333333;
}

.hover-swiper-btn {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.64);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
}

.hover-prev-btn {
	left: 30px;
}

.hover-next-btn {
	right: 30px;
}

.hover-swiper-btn:hover {
	background: rgba(132, 239, 219, 0.64);
}

.hover-swiper-btn:hover i {
	color: #000;
}

.hover-swiper-btn i {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}

.fixed-right {
	position: relative;
}

.fixed-right .right-part1 {
	position: fixed;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0, 10, 40, 0.12);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding: 12px;
	font-size: 12px;
	color: #333333;
	bottom: 80px;
	right: 40px;
	z-index: 99;
	justify-content: center;
	align-content: center;
	cursor: pointer;
}

.fixed-right .right-part1 img {
	width: 48px;
}

.fixed-right .right-part1 p {
	margin-top: 12px;
	text-align: center;
}

.fixed-right .right-part2 {
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	box-shadow: 0 2px 20px 0 rgba(0, 10, 40, 0.12);
	border-radius: 8px;
	position: fixed;
	z-index: 100;
	bottom: 80px;
	right: 128px;
	justify-content: center;
	align-items: center;
	padding: 10px;
	display: none;
}

.fixed-right:hover .right-part2 {
	display: flex;
}


.fixed-right .right-part2 img {
	width: 100%;
	height: 100%;
}

.qsjh-btn {
	height: 54px;
	background: #000000;
	border-radius: 27px;
	padding: 0 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}

.qsjh-btn:hover {
	opacity: 0.7;
}

.qsjh-title {
	font-size: 56px;
}

.qsjh-text {
	color: #333333;
}

.hover-swiper-btn {
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.64);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	opacity: 0;
}

.hover-prev-btn {
	left: 30px;
}

.hover-next-btn {
	right: 30px;
}

.hover-swiper-btn:hover {
	background: rgba(132, 239, 219, 0.64);
}

.hover-swiper-btn:hover i {
	color: #000;
}

.hover-swiper-btn i {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}

.fixed-right {
	position: relative;
}


.pt130 {
	padding-top: 130px !important;
}


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

	.fixed-right .right-part1 img {
		width: 45px;
	}

	.fixed-right .right-part2 {
		width: 160px;
		height: 160px;
		right: 125px;
	}

	.warper {
		max-width: 100%;
		padding: 0 60px;
	}

	.qsjh-title {
		font-size: 50px;
	}


	.pt130 {
		padding-top: 100px !important;
	}

	.comm-foot {
		padding: 60px;
	}

	.comm-foot .foot-content .foot-left .biaoti {
		font-size: 36px;
	}

	.comm-foot .foot-content .foot-left .emial-input {
		height: 60px;
	}


	.comm-foot .foot-content .foot-left .emial-input {
		margin: 30px 0 30px;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item {
		margin-right: 130px;
	}

	.hover-swiper-btn {
		width: 55px;
		height: 55px;
	}

	.hover-prev-btn {
		left: 24px;
	}

	.hover-next-btn {
		right: 24px;
	}

	.hover-swiper-btn i {
		font-size: 26px;
	}
}

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

	.warper {
		padding: 0 50px;
	}

	.warper2 {
		max-width: 700px;
	}

	.qsjh-title {
		font-size: 46px;
	}


	.pt130 {
		padding-top: 90px !important;
	}

	.comm-foot {
		padding: 50px;
	}

	.comm-foot .foot-content .foot-left .biaoti {
		font-size: 32px;
	}

	.comm-foot .foot-content .foot-left .emial-input {
		height: 54px;
	}

	.comm-foot .foot-content .foot-left.focus .emial-input input {
		padding: 26px 0 10px;
	}

	.comm-foot .foot-content .foot-left .emial-input {
		margin: 30px 0 30px;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item {
		margin-right: 120px;
	}

	.fixed-right .right-part1 img {
		width: 50px;
	}

	.fixed-right .right-part1 {
		padding: 12px 12px 18px;
	}
}

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

	.fixed-right .right-part1 img {
		width: 40px;
	}

	.fixed-right .right-part2 {
		width: 140px;
		height: 140px;
		right: 120px;
	}

	.warper {
		padding: 0 40px;
	}

	.warper2 {
		max-width: 660px;
	}

	.qsjh-title {
		font-size: 42px;
	}


	.comm-foot {
		padding: 40px;
	}

	.comm-foot .foot-content .foot-left .biaoti {
		font-size: 30px;
	}


	.comm-foot .foot-content .foot-right .nav-list .list-item {
		margin-right: 100px;
	}


	.fixed-right .right-part1 {
		padding: 12px;
	}

	.hover-swiper-btn {
		width: 50px;
		height: 50px;
	}

	.hover-prev-btn {
		left: 20px;
	}

	.hover-next-btn {
		right: 20px;
	}

	.hover-swiper-btn i {
		font-size: 24px;
	}
}


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

@media screen and (max-width:1024px) {
	.comm-foot .foot-content .foot-right .nav-list .list-item {
		margin-right: 40px;
	}
}

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

	.warper,
	.warper2 {
		padding: 0 0.3rem;
	}

	.qsjh-title {
		font-size: 0.6rem;
	}

	.comm-head {
		padding: 0 0.3rem;
		height: 0.88rem;
	}

	.comm-head .logo i {
		font-size: 0.4rem;
	}

	.comm-head .head-right a i {
		font-size: 0.38rem;
	}

	.comm-head .head-right a {
		width: auto;
		height: 0.88rem;
		margin-right: 0.4rem;
	}

	.comm-nav .nav-content {
		width: 90%;
	}

	.comm-nav .nav-top {
		padding: 0.24rem 0.24rem 0;
	}

	.comm-nav .nav-list .list-item .link a {
		font-size: 0.36rem;
	}

	.comm-nav .nav-list .list-item a {
		height: 0.88rem;
		line-height: 0.88rem;
		padding: 0 0.24rem;
		margin: 0 0.24rem;
		font-size: 0.32rem;
	}

	.comm-nav .nav-list .list-item {
		padding: 0.24rem 0;
		border-bottom: 0.16rem solid #f7f7f7;
	}

	.comm-nav .nav-list .list-item .icon-arrow-right {
		right: 0.24rem;
	}

	#shop-list .list-item .child a {
		font-size: 0.32rem
	}

	.comm-foot {
		padding: 0.8rem 0.3rem;
	}

	.comm-foot .foot-content {
		flex-direction: column;
	}

	.comm-foot .foot-content .foot-left .emial-input {
		margin: 0.4rem 0;
		height: 0.88rem;
		border-radius: 0.16rem;
		padding: 0 0.24rem;
	}

	.comm-foot .foot-content .foot-left .emial-input input {
		font-size: 0.24rem;
	}

	.comm-foot .foot-content .foot-left.focus .emial-input input {
		padding: 0.4rem 0 0.1rem;
	}

	.comm-foot .foot-content .foot-left.focus .label {
		top: 0.1rem;
		font-size: 0.22rem;
		left: 0.24rem;
	}

	.comm-foot .foot-content .foot-left .tg-code {
		margin-top: 0.4rem;
		display: none;
	}

	.comm-foot .foot-content .foot-right .nav-list {
		flex-direction: column;
		margin-top: 0.4rem;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item {
		margin-right: 0;
		margin-top: 0.6rem;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item:first-child {
		margin-top: 0;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item .title {
		margin-bottom: 0;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item p {
		margin-bottom: 0;
		margin-top: 0.24rem;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item .title a {
		font-size: 0.32rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item p a {
		font-size: 0.28rem;
	}

	.comm-foot .foot-content .foot-right .nav-list .child {
		display: none;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item.open .child {
		display: block;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item .icon-arrow-right {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item.open .icon-arrow-right {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.comm-foot .foot-other {
		flex-direction: column-reverse;
		margin-top: 0.6rem;
	}

	.comm-foot .foot-other .link {
		width: calc(100% - 0.48rem);
		padding: 0.24rem;
		position: relative;
	}

	.comm-foot .foot-other .link img {
		width: 1rem;
		height: 1rem;
	}

	.comm-foot .foot-other .link .p1 {
		font-size: 0.36rem;
	}

	.comm-foot .foot-other .link .p2 {
		font-size: 0.24rem;
	}

	.comm-foot .foot-other .copy {
		flex-direction: column;
		font-size: 0.24rem;
		align-items: center;
		width: 100%;
		margin-top: 0.8rem;
		line-height: 2;
	}

	.comm-foot .foot-content .tg-icon.tg-icon1 {
		display: none;
	}

	.comm-foot .foot-content .tg-icon.tg-icon2 {
		display: flex;
		justify-content: space-between;
		margin-top: 0.6rem;
	}

	.comm-foot .foot-other .link .share-img {
		display: block;
		width: 0.44rem;
		height: 0.44rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0.24rem;
	}

	.comm-foot .foot-content .foot-right .nav-list .list-item .title i {
		display: block;
	}

	.qsjh-btn {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0;
		font-size: 0.28rem;
	}

	.jxpl-btn {
		width: 1.1rem;
		height: 0.4rem;
		font-size: 0.28rem;
		border-radius: 0.4rem;
	}

	.hover-swiper-btn {
		display: none !important;
	}

	.fixed-right .right-part1 {
		padding: 0.2rem;
		font-size: 0.26rem;
		right: 0.3rem;
		bottom: 1rem;
		align-items: center;
		border-radius: 0.12rem;
	}

	.fixed-right .right-part1 img {
		width: 0.8rem;
	}

	.fixed-right .right-part2 {
		bottom: 1rem;
		right: 2rem;
		width: 2rem;
		height: 2rem;
	}

	.fixed-right .right-part2 img {
		width: 2.2rem;
		height: 2.2rem;
	}

	.pt130 {
		padding-top: 1.2rem !important;
	}

	.small-title {
		font-size: 0.24rem;
	}
}



#preview ol,
#preview ul,
#preview li {
	list-style: initial !important
}

#preview .list-paddingleft-1 {
	padding-left: 0
}

#preview .list-paddingleft-2 {
	padding-left: 20px
}

#preview .list-paddingleft-3 {
	padding-left: 40px
}

#preview img {
	max-width: 100%;
}
