/** Shopify CDN: Minification failed

Line 16:0 Comments in CSS use "/* ... */" instead of "//"
Line 17:0 Comments in CSS use "/* ... */" instead of "//"
Line 18:0 Comments in CSS use "/* ... */" instead of "//"
Line 19:0 Comments in CSS use "/* ... */" instead of "//"
Line 20:0 Comments in CSS use "/* ... */" instead of "//"
Line 21:0 Comments in CSS use "/* ... */" instead of "//"
Line 23:0 Comments in CSS use "/* ... */" instead of "//"
Line 24:0 Comments in CSS use "/* ... */" instead of "//"
Line 25:0 Comments in CSS use "/* ... */" instead of "//"
Line 26:0 Comments in CSS use "/* ... */" instead of "//"
... and 96 more hidden warnings

**/
// .page {
// 	width: 100%;
// 	float: left;
// 	height: 40px;
// 	position: relative;
// }

// .page .page-box {
// 	float: left;
// 	position: absolute;
// 	left: 50%;
// 	top: 0;
// 	transform: translate(-50%, 0);

// 	display: flex;
// 	justify-content: center;
// }

// .page a {
// 	min-width: 40px;
// 	display: inline-block;
// 	float: left;
// 	padding: 0;
// 	height: 40px;
// 	line-height: 40px;
// 	text-align: center;
// 	color: #000;
// 	border-radius: 6px;
// 	border: #E2E2E2 1px solid;
// 	margin: 0 5px;
// 	background-color: #fff;
// 	-webkit-transition: all 0.5s;
// 	-moz-transition: all 0.5s;
// 	-ms-transition: all 0.5s;
// 	-o-transition: all 0.5s;
// 	transition: all 0.5s;
// }

// .page a.on {
// 	border-color: var(--color1);
// }

// .page a span {
// 	display: inline-block;
// 	float: left;
// 	width: 38px;
// 	height: 38px;
// 	text-align: center;
// 	border-radius: 6px;
// 	overflow: hidden;
// 	line-height: 38px;
// 	color: var(--color3);
// }

// .page div.select,
// .page div.f-right {
// 	display: none;
// }

// .page a.on span,
// .page a:hover span {
// 	color: var(--color1);
// 	background: #defbff;
// }

// .page a.dian:hover {
// 	/* color: #000;
// 	border-bottom: 0; */
// 	color: var(--color1);
// 	border-color: var(--color1);
// 	background: #defbff;
// }

// .page a.prev,
// .page a.next {
// 	cursor: pointer;
// 	// background: #fff;
// 	// width: 40px;
// 	// height: 40px;
// 	// line-height: 38px;
// 	// border-radius: 6px;
// 	text-align: center;
// 	font-family: '宋体';
// 	// border: #E2E2E2 1px solid;
// 	color: #333;
// 	box-sizing: border-box;
// }

// .page a.prev span,
// .page a.next span {
// 	display: inline-block;
// 	/* width: 40px;
// 	height: 40px; */
// 	float: left;
// 	position: relative;
// }

// .page a.btn:hover {
// 	/* background: #defbff; */
// 	border-color: var(--color1);
// }

// .page a.prev:hover,
// .page a.next:hover {

// 	/* background: #6A84C0; */
// 	/* color: #fff; */
// 	/* border: #6A84C0 1px solid; */

// 	border-color: var(--color1);
// }

// .page a.null {
// 	display: none;
// }

// .page.left .page-box {
// 	left: 0;
// 	transform: translate(0, 0);
// }









/**暂无内容*******/
.nomorediv {
	padding-top: 200px;
	padding-bottom: 100px;

}

.nomorediv .nomore {
	padding: 50px 0 60px 0;
	overflow: hidden;
	background: var(--color13);
}

.nomore {
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	color: var(--color18);
}

.nomore .img {
	width: 100%;
	float: left;
	margin: 10px 0;
	text-align: center;
}





.postop {
	width: 100%;
	height: 56px;
	/*line-height: 56px; */
	/* overflow: hidden; */
	background: #F8F9FC;
	color: #747474;
	/* text-transform: capitalize; */
	/* position: fixed; */
	/* top: 60px; */
	z-index: 2;
	/* border-bottom: #D0D6DA 1px solid; */



}

.nullposdiv {
	width: 100%;
	height: 56px;
	display: none;
}

.postop .box {
	/* float: left; */
}

.postop .toggle {
	/* float: right; */
}

.postop .img {
	height: 24px;
	float: left;
	/* margin: 16px 12px 16px 0; */
	object-fit: cover;

}

.postop .img img {
	/* float: left; */
}

.postop .name {
	/* float: left; */
	margin-left: 12px;
}

.postop ul,
.postop li {
	float: none;
}

.postop li {
	margin-left: 35px;
}

.postop li .ah_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	float: left;
	background: var(--color1);
	border-color: var(--color1);
	height: 30px;
	padding: 0 22px;
	color: var(--color13);
	position: relative;
	margin: 13px 0;
	border-radius: 15px;
}


.postop li:hover a {
	color: var(--color12);
}

.postop li:hover .ah_btn {
	background: var(--color12);
	border-color: var(--color12);
}

.postop li:hover .ah_btn {
	color: var(--color13);
}


.main {
	/* min-height: 500px; */
	position: relative;
	z-index: 2;
}


.main.mobile {
	min-height: 100vh;
	position: relative;
}

.main.mobile .nullinfo {
	position: absolute;
	width: 100%;
	padding: 0 10%;
	top: 50%;
	transform: translate(0, -50%);
	color: var(--color19);
	text-align: center;
}

.main.mobile .nullinfo .desc {
	margin-top: 14px;
	text-align: center;
}







/**产品列表*********/

.pro-consumer {
	background: var(--color20);
	overflow: hidden;
}

.pro-consumer .proli {
	overflow: hidden;
}

.pro-consumer .proli .alsolike {
	padding-top: 0;
}

.pro-consumer h3 {
	text-align: center;
	text-transform: capitalize;
	color: var(--color19);
}

.pro-consumer ul {
	position: relative;
	width: 100%;
}

.sorttitle {
	background: var(--color1);
	color: var(--color13);
	text-align: center;
}

.sorttitle .container {
	/* max-width: 1000px; w1000*/
	height: 100%;
	padding: 62px 0;
	width: 100%;
	max-width: none;
}

.sorttitle .name {
	position: relative;
	text-align: center;
}

.sorttitle.blackname {
	background: var(--color3);
	/* padding: 28px 0; */
	text-align: left;
}

.pro-consumer .desc {
	margin-top: 20px;
}

.pro-consumer .proli.mg120 {
	padding: 120px 0;
}

.hasnolist ul li {
	width: 100%;
	overflow: hidden;
	background: var(--color13);
	position: relative;
}

.hasnolist ul li .box {
	width: 100%;
	float: left;
	overflow: hidden;
}

.hasnolist ul li .box .img {
	width: 100%;
	float: left;
	position: relative;
}

.hasnolist ul li .box .img img {
	width: 100%;
	float: left;
}

.hasnolist ul li .toggle {
	position: absolute;
	float: left;
	padding: 40px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hasnolist ul li .toggle .container {
	height: 100%;
	overflow: hidden;
}

.hasnolist ul li .toggle .text {
	position: absolute;
	left: 126px;
	max-width: 50%;
	max-height: 100%;
	text-transform: capitalize;
}

.hasnolist ul li .toggle .name {
	color: var(--color13);
}

.hasnolist ul li .toggle .desc {
	color: var(--color13);
	margin-top: 0;
}

.hasnolist ul li .toggle .link {
	margin-top: 65px;
}

.hasnolist ul li .toggle .link .btn {
	height: 34px;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 22px;
}

.hasnolist ul li .toggle .link .more {
	border-color: var(--color13);
	background: transparent;
	color: var(--color13);
}

.hasnolist ul li .toggle .link .buy {
	border-color: var(--color13);
	background: var(--color13);
	color: var(--color1);
}

.hasnolist ul li .toggle .link .more:hover {
	border-color: var(--color13);
	background: var(--color13);
	color: var(--color1);
}

.hasnolist ul li .toggle .link .buy:hover {
	border-color: var(--color1);
	background: var(--color1);
	color: var(--color13);
}

.hasnolist ul li.textr .toggle .text {
	left: inherit;
	right: 126px;
}


.haslist {
	padding: 120px 0;
}

.haslist .alsolike .alsolikecc {
	flex-wrap: wrap;
	justify-content: flex-start;
	background: var(--color13);
	padding-bottom: 0;
	padding-top: 40px;
	border-radius: 40px;
	overflow: hidden;
}

.haslist .alsolike .alsolikecc .alsolikecc-item {
	margin-bottom: 40px;
	margin-left: 40px;
}



/**辅助页面 报修政策*************/
.help-page-about {
	padding: 60px 0 100px 0;
	overflow: hidden;
	position: relative;
	/* background: var(--color20); */

}

.help-page-about {
	padding: 60px 0 100px 0;
	overflow: hidden;
	position: relative;
	/* background: var(--color20); */

}

.help-page-about .bbg {
	background-size: 100%;
	opacity: 0.2;
}

.help-page-about.help-nocolor {
	background: none;
}

.help-page-about .container {
	/* max-width: 1000px; */
	/* min-height: 500px; */
}

.help-page-about .container>.box {
	width: 92%;
	max-width: 890px;
	float: left;
	/* min-height: 500px; */
}

.help-page-about.max .container>.box {
	width: 100%;
	max-width: 1200px;
	float: left;
	/* min-height: 500px; */
}


.help-page-about .container>.box {
	width: 92%;
	max-width: 890px;
	float: left;
	/* min-height: 500px; */
}

.help-page-about .container>.box.all {
	width: 100%;
	max-width: none;
	float: left;
	min-height: auto;
}

.help-page-about .container>.box.blog {
	min-height: 0;
	width: auto;
}

.help-page-about .box img {
	border-radius: 20px;
}

.help-page-about .toggle {
	width: 92%;
	max-width: 270px;
	float: right;
	padding: 20px;
	border-radius: 20px;
	background: var(--color11);

}

.help-page-about .toggle.email {
	/* padding: 40px; */
}

.help-page-about .toggle.email .formemail .femail {
	margin-bottom: 0;
}

.help-page-about .toggle .name {
	color: var(--color3);
	font-weight: 600;
}

.help-page-about .toggle .desc {
	margin: 10px 0;
	color: var(--color2);
}

.help-page-about .formemail .femail {
	background: var(--color13)
}


.blog .sortlist .sortlist_a {
	background: var(--color21);
}

.blog .sortlist .sortlist_a:hover,
.blog .sortlist .sortlist_a.active {
	background: var(--color1);
}

.blog .stateinfo .box {
	border-color: var(--color16);
	border-width: 1px;
	border-style: solid;
}

.blog .stateinfo .toggle {
	background: var(--color16);
}


.blog .diylist {
	background-color: transparent;
}

.blog .diylist ul {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.blog .diylist li {
	/* width: 31.3333%;
	max-width: 270px;
	margin-left:calc(40 / 890 *100%);
	margin-top: 40px; */
	box-shadow: none;
	border-radius: inherit;
	/* min-height: 300px; */
}

.blog .diylist li .box {
	border-radius: 20px;
	overflow: hidden;
}

.blog .diylist li .box .img {
	padding-top: calc(150 / 270 * 100%)
}

.blog .diylist li .toggle {
	width: 100%;
	padding: 0;
	margin-top: 12px;
	background: inherit;
}

.blog .diylist li .toggle .name,
.blog .diylist li .toggle .desc {
	overflow: hidden;
}

.blog .diylist li .toggle .name {
	color: var(--color3);

}

.blog .diylist li .toggle .desc {
	color: var(--color2);
}

.blog .diylist li .toggle .date {
	color: var(--color17);
	margin-bottom: 0;
}




/* .blog .diylist li:nth-child(4n-3){
	margin-left:40px;
}
.blog .diylist li:nth-child(-n + 4){
	margin-top: 40px;
}
.blog .diylist li:nth-child(-n + 3){
	margin-top: 0px;
}
.blog .diylist li:nth-child(3n-2){
	margin-left:0px;
} */

.blog .diylist li:hover {
	box-shadow: none;
}

.blog .diylist li:hover .name a {
	color: var(--color12);
}

.blogview .box-title {
	margin-bottom: 60px;
}

.blogview .box-title .sort,
.blogview .box-title .desc {
	color: var(--color2);
}

.blogview .box-title .name {
	color: var(--color3);
	margin: 20px 0;
}

.blogview .box-info {
	line-height: 1.6;
}

.blogview .box-info a {
	// line-height: 1.6;
	display: inline-block;
}

.help-page-about .container {
	/* overflow: hidden; */
}

.help-page-about .container>.press {
	width: 100%;
	max-width: 1200px;
	min-height: 100px;
	margin-bottom: 50px;
}

.help-page-about .container>.press:last-child {
	margin-bottom: 0;
}

.press h3 {
	text-align: center;
	color: var(--color3);
}

.press .diylist {
	margin: 50px 0;
	background: inherit;
}

.press .diylist ul {
	padding: 0;
}

.press .diylist li {
	/* max-width: 270px; */
	box-shadow: none;
	border-radius: 0;
}

.press .diylist li .box {
	border-radius: 20px;
	overflow: hidden;
}

.press .diylist li .box .img {
	padding-top: calc(150 / 270 * 100%);
}

.press .diylist li .press_box {
	background: #E9EDEE;
}

.press .diylist li .press_box img {
	border-radius: 0;
}

.press .diylist li .box .img2img {
	width: 100%;
	height: 40px;
	float: left;
}

.press .diylist li .box .img2img img {
	/* width: 84px; */
	height: 40px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.press .diylist li .toggle {
	width: 100%;
	padding: 0;
	background: inherit;
}

.press .diylist li .toggle .text {
	width: 100%;
	float: left;
}

.press .diylist li .toggle .name {
	line-height: 24px;
	height: 48px;
	margin-top: 12px;
}

.press .diylist li .toggle .date {
	margin-bottom: 0;
}

.press .diylist li .toggle .date {
	margin-bottom: 0;
}

.press .diylist li:hover {
	box-shadow: none;
}

.press .diylist li:hover .name a {
	color: var(--color12);
}


.press .press_ico {
	overflow: hidden;
	background: var(--color13);
	margin: 50px 0;
	border-radius: 20px;
}

.press .press_ico ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}

.press .press_ico li {
	width: 25%;
	/* margin-left: 40px; */
	/* margin-top: 40px; */
	margin: 40px 20px 0;
	max-width: 236px;
	background: linear-gradient(to bottom, #3BE3FE, #3BE3FE, #D9F1FC);
	border-radius: 50px;
}

/* .press .press_ico li:first-child{
	margin-left: 0px;
} */
.press .press_ico li a {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 40px;
	float: left;
	padding: 12px;
}

.press .press_ico li .img {
	width: 36px;
	height: 36px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
}

.press .press_ico li .img img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

.press .press_ico li .name {
	width: calc(100% - 63px);
	height: 100%;
	line-height: 36px;
	float: left;
	overflow: hidden;
	color: var(--color13);
}

.press .press_ico li:hover {
	background: linear-gradient(to bottom, #3BE3FE, #3BE3FE, #3BE3FE);
}

.press .press_ico.ico_down {
	margin-bottom: 0;
}

.press .press_ico.ico_down li {
	background: var(--color18);
}

.press .press_ico.ico_down li a {
	padding: 12px 20px;
}

.press .press_ico.ico_down li .img {
	margin-right: 7px;
}

.press .press_ico.ico_down li:hover {
	background: var(--color19);
}

.press .press_more {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.press .press_more a {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	color: var(--color12);
}

.press .press_more a:before {
	background: var(--color12);
}

.press .press_more font {
	padding-left: 10px;
	font-family: '宋体';
}



.prevnext {
	width: 100%;
	margin-top: 60px;
}

.prevnext .pnbtn {
	float: right;
}

.prevnext .btn {
	padding: 0 15px;
	height: 38px;
	line-height: 34px;
}

.prevnext .btn i {
	display: inline-block;
	float: left;
	width: 13px;
	height: 15px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.prevnext .btn.fz18 {
	color: var(--color18);
}

.prevnext .btn.fz16 {
	border-color: var(--color1);
	background: var(--color1);
	color: var(--color13);
}

.prevnext .btn.fz18:hover {
	background: transparent;
	border-color: var(--color13);
	color: var(--color1);
}

.prevnext .btn.fz16:hover {
	background: var(--color2);
	border-color: var(--color2);
	color: var(--color13);
}

.prevnext .btn.prev i {
	margin-right: 10px;
	background: url(../images/prev.png) no-repeat;
}

.prevnext .btn.next i {
	float: right;
	margin-left: 10px;
	background: url(../images/next.png) no-repeat;
}















.auto_fixed {
	overflow: visible !important;
	overflow-x: visible;
	text-transform: capitalize;
}

.auto_div {
	position: sticky;
	top: 70px;
	z-index: 11;
}



/**DIY店*************/
.diy {
	background: var(--color20);
}

.diy .diyinfo {
	margin: 60px 0;
}

.pagesort {
	width: 100%;
	float: left;
	display: flex;
	display: -webkit-flex;
}

.pagesort .sortlist {
	flex: 1;
	width: 100%;
	margin-right: 50px;
	float: left;
	/* padding-right: 50px; */
}

.pagesort .sortlist.nowrap {
	white-space: nowrap;
	display: flex;
	overflow-x: auto;
}
}

.pagesort .sortlist.isdiy {
	/* width: ; */

}


.sortlist .sortlist_a {
	display: block;
	float: left;
	padding: 0 22px;
	border-radius: 30px;
	background: var(--color11);
	margin-left: 15px;
	line-height: 36px;
}

.sortlist .sortlist_a:nth-child(1) {
	margin-left: 0;
}

.sortlist .sortlist_a.active,
.sortlist .sortlist_a:hover {
	background: var(--color1);
	color: var(--color13);
}


.pagesort .stateinfo {
	float: right;
	width: 180px;
	position: relative;
	overflow: hidden;
}


.stateinfo .box {
	width: 100%;
	height: 36px;
	line-height: 36px;
	float: left;
	background: var(--color13);
	border-radius: 20px;
	padding: 0 20px;
	color: var(--color2);
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.stateinfo .box:before {
	position: absolute;
	content: '';
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	width: 14px;
	height: 14px;
	background: url(/phone/images/boxbg.svg) center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.stateinfo .toggle {
	opacity: 0;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 100%;
	float: left;
	background: var(--color13);
	border-radius: 18px;
	padding: 10px;
	transform: translateY(10px);
}

.stateinfo .toggle li {
	width: 100%;
	padding: 5px 8px;
	cursor: pointer;
	border-radius: 5px;
}

.stateinfo .toggle li a {
	display: inline-block;
	width: 100%;
	float: left;
}

.stateinfo .toggle li:hover {
	background: var(--color1);
	color: var(--color13);
}

.pagesort .stateinfo.active {
	overflow: inherit;
}

.pagesort .stateinfo.active .box:before {
	transform: rotate(90deg) translate(-50%, 0%);
}

.pagesort .stateinfo.active .toggle {
	opacity: 1;
	transform: translateY(0px);
}


.diylist {
	width: 100%;
	float: left;
	margin: 40px 0;
	border-radius: 20px;
	background: var(--color13);

}

.pb40 {
	padding-bottom: 40px;
}

.diylist ul {
	width: 100%;
	padding: 40px;
}

.diylist li {
	width: 100%;
	/* max-width: 250px;
	margin-top: 4%;
	margin-left: 4%; */
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 2px 5px 4px rgba(203, 203, 203, .3);
	cursor: pointer;
	position: relative;
}

.diylist li .box {
	width: 100%;
	overflow: hidden;
	/* background: var(--color18);
	background: linear-gradient(to right bottom,#3D3D3D,#6C6C6C); */
}

.diylist li .box .img {
	width: 100%;
	float: left;
	padding-top: calc(200 / 250 * 100%);
	overflow: hidden;
	position: relative;

}

.diylist li .box .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.diylist li .box .img1 {
	opacity: 1;
	border-radius: 20px 20px 0 0;
}

.diylist li .box .img2 {
	opacity: 0;
	border-radius: 20px 20px 0 0;
}

.diylist li .toggle {
	padding: 20px;
	padding-bottom: 0;
}

.diylist li .toggle .name {
	color: var(--color3);
	overflow: hidden;
	font-weight: 600;
}

.diylist li .toggle .date {
	color: var(--color2);
	margin-top: 5px;
	margin-bottom: 10px;
}

.diylist li .other-li {
	width: 50%;
	height: 38px;
	float: left;
}

.diylist li .other-li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	background: #f00;
	margin-left: 20px;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.diylist li .other-li p {
	display: inline-block;
	width: calc(100% - 50px);
	float: left;
	line-height: 38px;
	padding: 0 10px;
	overflow: hidden;
}

.diylist li .other-li.diy-like i {
	background: url(/phone/images/ico-like.svg) 100% no-repeat;
	background-size: cover;

}

.diylist li .other-li.diy-down i {
	background: url(/phone/images/ico-down.svg) 100% no-repeat;
	background-size: cover;
}

.diylist li .other-li.active i {
	background: url(/phone/images/ico-like-on.svg) 100% no-repeat;
	background-size: cover;
}

.diylist li .other-li.diy-like:hover i {
	background: url(/phone/images/ico-like-on.svg) 100% no-repeat background-size: cover;
}

.diylist li .sharelist {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 3;
}

.diylist li .sharelist .box {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 40px;
	float: left;
	background-size: 18px 17px;
	background: rgba(255, 255, 255, .3);
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
}

.diylist li .sharelist .box i {
	display: inline-block;
	width: 18px;
	height: 17px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(/phone/images/share.svg) no-repeat;
	background-size: cover;
}

.diylist li .sharelist .toggle {
	padding: 0;
	width: 100%;
	float: left;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
}

.diylist li .sharelist .social-share .social-share-icon {
	margin-top: 5px;
	margin-bottom: 0;
	border: none;
	background: rgba(255, 255, 255, .2);
	color: var(--color13);
}


/* .diylist li:hover .sharelist .box{
	background:rgba(255,255,255, .6);
} */
.diylist li .sharelist .box:hover {
	background: rgba(255, 255, 255, .6);
}

/* .diylist li .sharelist .box:hover + .toggle{
	opacity: 1;
	max-height: 100%;
} */
.diylist li .sharelist:hover .toggle {
	opacity: 1;
	max-height: 100%;
}

.diylist li .sharelist .social-share .social-share-icon:hover {
	background: rgba(255, 255, 255, .6);
	color: var(--color11);
}

/* .diylist li:hover .sharelist .toggle{
	opacity: 1;
	max-height: 100%;
} */




.diylist li:hover {
	box-shadow: 0 2px 5px 4px rgba(203, 203, 203, .8);
}


.diylist li:hover .img1 {
	opacity: 0;
}

.diylist li:hover .img2 {
	opacity: 1;

}



/* .diylist li:nth-child(4n - 3){
	margin-left: 0;
}
.diylist li:nth-child(-n + 4){
	margin-top: 0;
}
 */



/**附属公司************/
.affiliate {
	background: var(--color20);
	overflow: hidden;
}

.afflist-rarn {
	position: relative;
	overflow: hidden;
	padding: 1.6rem 0;
}

.afflist-rarn .img {
	/* width: 100%;
	padding-bottom: calc(620 / 1920 * 100%);
	float: left;
	overflow: hidden;
	position: relative; */
}

.afflist-rarn img {
	/* position: absolute;
	width: 100%;
	height: 100%; */
}

.afflist-rarn .text {
	/* position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%; */
}

.afflist-rarn .container {
	height: 100%;
}

.afflist-rarn .box {
	width: 100%;
	max-width: 500px;
	position: relative;
	/* top: 50%; */
	/* transform: translate(0,-50%); */
}

.afflist-rarn .name {
	line-height: 1;
}

.afflist-rarn .subname {
	margin-top: 10px;
	font-weight: 700;
}

.afflist-rarn .desc {
	margin-top: 20px;
}

.afflist-rarn .link {
	margin-top: 40px;
}

.afflist-rarn .link a:hover {
	background: var(--color12);
	border-color: var(--color12);
}




.afflist-btmlink {
	padding: 66px 0;
	background: var(--color1);
	overflow: hidden;
}

.afflist-btmlink .info {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.afflist-btmlink .box {
	width: 100%;
	max-width: 880px;
	float: left;
}

.afflist-btmlink .box>div {
	min-height: 66px;
	float: left;
}

.afflist-btmlink .box .img,
.afflist-btmlink .box .img {
	width: 66px;
	height: 66px;
	float: left;
	object-fit: cover;
}

.afflist-btmlink .box .text {
	margin-left: 30px;
	line-height: 1;
	width: calc(100% - 280px);
}

.afflist-btmlink .box .desc {
	margin-top: 6px;
	font-weight: 700;
}

.afflist-btmlink .toggle {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.afflist-btmlink .toggle a {}

.afflist-btmlink .toggle a:hover {
	background: var(--color12);
	border-color: var(--color12);
}

.afflist-apply,
.afflist-apply2 {
	padding-top: 100px;
	overflow: hidden;
}

.aff-li h3 {
	text-align: center;
	color: var(--color3);
}

.afflist-apply .box,
.afflist-apply2 .box {
	margin-top: 50px;
}

.afflist-apply .box ul {
	width: 100%;
}

.afflist-apply .box li {
	width: 22.75%;
	margin-left: 3%;
	margin-top: 3%;
}

.afflist-apply .box li .img {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	float: left;
	position: relative;
	/* background: var(--color17); */
	border-radius: 20px;
	overflow: hidden;
}

.afflist-apply .box li .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.afflist-apply .box li .img img[src=""],
.afflist-apply .box li .img img:not([src]) {
	opacity: 0;
}

.afflist-apply .box li .name {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

.afflist-apply .box li:nth-child(4n-3) {
	margin-left: 0;
}

.afflist-apply .box li:nth-child(-n + 4) {
	margin-top: 0;
}

.afflist-apply2 .box ul {
	width: 100%;
	/* padding: 0 80px; */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: center;
}

.afflist-apply2 .box li {
	width: calc(320 / 1200 *100%);
	/* max-width: 320px; */
	box-shadow: 0 2px 5px 4px rgba(203, 203, 203, .3);
	background: var(--color13);
	border-radius: 20px;
	padding: 40px;
	margin: 0 20px 40px;
	text-align: center;

}

.afflist-apply2 .box li .img {
	width: 160px;
	height: 160px;
	overflow: hidden;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
}

.afflist-apply2 .box li .img img {
	height: 160px;
	object-fit: cover;
}

.afflist-apply2 .box li .name {
	font-weight: 600;
	margin-top: 15px;
	color: var(--color3);
}

.afflist-apply2 .box li .desc {
	margin-top: 10px;
	color: var(--color2);
	opacity: 0.8;
}

.afflist-apply2 .toggle {
	width: 100%;
	float: left;
	padding: 80px;
	padding-top: 10px;
}

.afflist-apply2 .toggle h4 {
	color: var(--color2);
}

.afflist-apply2 .toggle .desc {
	margin-top: 20px;
	color: var(--color18);
}


.afflist-apply2 .box li:hover {
	box-shadow: 0 2px 5px 4px rgba(203, 203, 203, .6);
}




.enterprise {
	overflow: hidden;
	/* min-height: 500px; */
	/* margin-bottom: 60px; */
}

.enterprise.downloadAll .pagetop .c-flex {
	background-color: var(--color3);
}

.enterprise.downloadAll .pagetop .pagetop-t2 {
	margin: 20px auto 0;
}


.enterprise .enter-li {
	margin-top: 60px;
	margin-bottom: 20px;
}

.enterprise .enter-list {
	padding-bottom: 80px;
}

.enterprise .enter-li h3 {
	text-align: center;
}

.enterprise .enter-li .box {
	margin-top: 40px;
	background: var(--color13);
	overflow: hidden;
	padding: 40px;
	border-radius: 40px;
}

.enterprise .enter-li ul {
	width: 100%;
}

.enterprise .enter-li li {
	width: 25%;
	max-width: 250px;
	margin-left: 40px;
	margin-top: 40px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 2px 5px 4px rgba(203, 203, 203, .3);
}

.enterprise .enter-li li>a {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
}

.enterprise .enter-li li .img {
	float: left;
	width: 100%;
	height: 0;
	padding-top: calc(200 / 250 * 100%);
	position: relative;
	overflow: hidden;
}

.enterprise .enter-li li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enterprise .enter-li li .more {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: #323232;

	display: flex;
	align-items: center;
	justify-content: center;
}

/* .enterprise .enter-li li:hover .more{
    opacity: 1;
	background-color: rgba(50,50,50,0.5);
} */

.enterprise .enter-li li .more .ah_btn {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	position: relative;
	/* left: 50%; */
	/* transform: translate(-50%,0); */
	background: var(--color1);
	border-color: var(--color1);
	color: var(--color13);
}

.enterprise .enter-li li .text {
	width: 100%;
	float: left;
	padding: 20px;
}

.enterprise .enter-li li .text .name {
	color: var(--color3);
	font-weight: 600;
}

.enterprise .enter-li li .text .desc {
	color: var(--color18);
	margin-top: 10px;
	height: 132px;
	/* line-height: 16px; */
	overflow: hidden;
}


.enterprise .enter-li li:nth-child(4n-3) {
	margin-left: 0;
}

.enterprise .enter-li li:nth-child(-n+4) {
	margin-top: 0;
}




.entercontent img {
	vertical-align: bottom;
}


.page404 .box {
	padding: 12% 0;
	text-align: center;
	color: var(--color17);
}


.community {
	/* background: var(--color20); */
	overflow: hidden;
}

.community h3,
.community h4 {
	text-align: center;
	color: var(--color2);
}

.community .h4t {
	margin-top: 10px;
	color: #929292;
}

.community h4 a {
	color: var(--color12);

}

.community .pagetop.pagetopcom {
	/* padding-top: calc(400 / 1920 * 100%); */
}

.community .pagetop-btn {
	margin-top: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 12px;
}

.community .pagetop-btn a {
	display: flex;
	align-items: center;
	background: #323232;
	border-radius: 30px;
	/* line-height: 24px; */
	padding: 10px;
	margin: 0 10px;
	min-width: 150px;
	color: #ffffff;
	box-sizing: border-box;
	/* box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16); */
}

.community .pagetop-btn a:hover {
	background: var(--color1);
}

.community .pagetop-btn i {
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	object-fit: cover;
	margin-right: 8px;
	border-radius: 100%;
	overflow: hidden;
	/* background: var(--color1); */
}

.community .pagetop-btn i img {
	width: 24px;
	height: 24px;
	object-fit: cover;
}

.community .diylist {
	border-color: #C3C1C1;
	border-width: 2px;
	/* border-style: dashed; */
}

.community .diylist ul {
	padding: 40px 40px 0;
	/* border-style: dashed; */
}

.community .page {
	margin: 40px 0;
}

.community .diylist li {
	border-radius: 10px;
}

.community .diylist li .toggle {
	padding: 14px;
	padding-bottom: 0;
}

.community .diylist li .toggle .name {
	line-height: 20px;
	height: 60px;
}

.community .line-more {
	-webkit-line-clamp: 3;
	h
}






@media(max-width:1680px) {}

@media(max-width:1440px) {}

@media(max-width:1366px) {}

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

@media(max-width:1024px) {}

@media(max-width:900px) {}

@media(max-width:768px) {
	.diy .diyinfo {
		margin: 40px 0;
	}

	.main {
		min-height: 200px;
	}

	.nomorediv {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.nullposdiv {
		height: 50px;
	}

	.postop {
		height: 50px;
		line-height: 50px;
		/* top: 50px; */
	}

	.postop li .btn {
		margin: 10px 0;
	}


	.pagesort .sortlist {
		white-space: nowrap;
		display: flex;
		overflow-x: auto;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}

	.diylist ul {
		padding: 0;
		margin-bottom: 0;
	}

	.diylist li {
		background-color: #fff;
		/* max-width: 48%;
		width: 48%;
		margin-left: 4%;
		margin-top: 4%; */
	}

	/* .diylist li:nth-child(4n - 3){
		margin-left: 4%;
	}
	.diylist li:nth-child(2n - 1){
		margin-left: 0;
	}
	.diylist li:nth-child(-n + 4){
		margin-top: 4%;
	}
	.diylist li:nth-child(-n + 2){
		margin-top: 0;
	} */


	.press .diylist li {
		max-width: none;
	}

	.blog .diylist ul {
		padding-bottom: 40px;
	}



	/* .pagesort .sortlist::-webkit-scrollbar{ height:4px; border-radius: 2px;}
	.pagesort .sortlist::-webkit-scrollbar-track {  -webkit-box-shadow: inset 0 0 6px transparent;} 
	.pagesort .sortlist::-webkit-scrollbar-thumb{  height:4px; border-radius: 2px;background:#dfdfdf; -webkit-box-shadow: inset 0 0 6px #dfdfdf; opacity: 1 } 
	.pagesort .sortlist::-webkit-scrollbar-thumb:window-inactive{  background:transparent;} */

}

}


@media(max-width:414px) {}