@font-face {
	font-family: poppins;
	src: url('../fonts/poppins.woff2')
}

* {
	font-family: poppins, Arial, Helvetica, sans-serif;
}

html, body {
	font-size: 16px;
	background-color: #fff;
}

body, div, a, li, ul, ol, dl, img, span, input {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

/* 外边距和后台一致 */

p {
	margin: 5px 0;
}

ul {
	list-style-type: none;
}

img {
	max-width: 100%;
}

.clear {
	clear: both;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.after:after {
	content: '';
	display: block;
	clear: both;
}

.mr-0 {
	margin-right: 0px!important;
}

.this-1200 {
	margin: 0 auto;
	width: 1200px;
}

/* 头部 */

#header {
	width: 100%;
	position: fixed;
	background-color: #7F7F7F;
	z-index: 9999;
}

#header .title {
	line-height: 34px;
	border-bottom: 1px solid #989595;
}

#header .title p {
	font-size: 14px;
	color: #fff;
	float: left;
	margin: 0;
}

#header .title p:nth-of-type(2) {
	float: right;
}

#header .body .logo {
	font-size: 0;
	margin-top: 10px;
}

#header .body .search {
	margin-top: 30px;
	margin-left: 290px;
	margin-bottom: 30px;
	position: relative;
}

#header .body .search input {
	background-color: #f2f2f2;
	font-size: 12px;
	color: #a6a6a6;
	padding-left: 26px;
	outline: none;
	line-height: 30px;
	border-radius: 15px;
	width: 350px;
	padding-right: 30px;
	box-sizing: border-box;
}

#header .body .search button {
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	outline: none;
	margin-left: -30px;
	position: absolute;
	top: 5px;
}

#header .body .login-cart {
	margin-top: 20px;
}

#header .body .login-cart a {
	float: left;
	text-align: center;
	color: #006fff;
}

#header .body .login-cart a i {
	font-size: 35px;
}

#header .body .login-cart a p {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	color: #fff;
}

#header .body .login-cart a:nth-of-type(2) {
	margin-left: 24px;
	color: #c7000a;
}

#nav {
	width: 100%;
	position: fixed;
	margin-top: 125px;
	background-color: #fff;
	z-index: 9999;
}

#nav li {
	width: 200px;
	float: left;
	position: relative;
}

#nav li>a {
	display: block;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 16px;
	transition: all 0.3s;
}

#nav li>a:hover {
	color: #fff;
	background-color: #c7000a;
}

#nav li .son:before {
	content: "";
	position: absolute;
	top: -10px;
	display: block;
	width: 100%;
	height: 10px;
	background-color: transparent;
}

#nav li .son {
	width: 600px;
	position: absolute;
	top: 50px;
	left: 0;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	text-align: center;
	display: none;
	z-index: 2;
}

#nav li .son a {
	width: 300px;
	float: left;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 16px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	border-radius: 4px;
}

#nav li .son a:nth-of-type(1) {
	color: #c7000a;
}

#nav li .son a:hover {
	color: #c7000a;
}

#nav li .son a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

#nav li .son a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#nav li:hover .son {
	display: block;
}

/* 首页公共部分 */

#home {
	padding-top: 171px;
}

#home .home-title::after {
	content: "";
	clear: both;
	display: block;
}

#home .home-title {
	margin: 40px 0;
}

#home .home-title p {
	float: left;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin: 0;
}

#home .home-title a {
	width: 130px;
	float: right;
	line-height: 40px;
	background-color: #666;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	transition: all 0.3s;
}

#home .home-title a:hover {
	background-color: #c7000a;
}

/* 首页 */

#home {
	background-color: #f2f2f2;
}

#home .series .list a {
	float: left;
	width: calc(25% - 10.5px);
	background-color: #fff;
	margin-right: 14px;
}

#home .series .list a .img {
	padding-top: 87.5%;
	width: 100%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#home .series .list a:nth-of-type(4n) {
	margin-right: 0;
}

#home .series .list a:nth-of-type(n+5) {
	margin-top: 14px;
}

#home .series .list a .title {
	text-align: center;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	text-transform: uppercase;
}

#home .series .home-title a {
	background-color: #006fff;
}

#home .series .home-title a:hover {
	background-color: #c7000a;
}

#home .products .list a {
	float: left;
	width: 100%;
	background-color: #fff;
}

#home .products .list a .img {
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#home .products .list a .title {
	text-align: center;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}

#home .products .list a .number {
	text-align: center;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}

#home .products .home-title a {
	background-color: #c7000a;
}

#home .products .home-title a:hover {
	background-color: #006fff;
}

#home .adv .list a {
	float: left;
	width: 100%;
	background-color: #fff;
}

#home .adv .list a .img {
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#home .adv .list a .title p:nth-of-type(1) {
	text-align: center;
	line-height: 50px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	margin: 0;
}

#home .adv .list a .title p:nth-of-type(2) {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 0 10px;
	height: 100px;
	overflow: hidden;
	margin: 0;
	padding-bottom: 20px;
}

#home .adv .body {
	background-color: #fff;
	margin-top: 20px;
	padding: 10px;
}

#home .adv .body td {
	word-break: break-word!important;
}

#home .about {
	padding: 45px 0;
}

#home .about .left {
	width: 360px;
	margin-right: 30px;
	height: 388px;
}

#home .about .right {
	height: 388px;
	width: 810px;
	background-color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
}

#home .about .right .body {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}

#home .about .right .body p {
	margin: 0;
	margin-bottom: 20px;
}

#home .about .right .home-title {
	margin-bottom: 30px;
}

#home .about .right .more {
	margin-top: 40px;
	width: 130px;
	display: block;
	line-height: 40px;
	background-color: #006FFF;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	transition: all 0.3s;
}

#home .about .right .more:hover {
	background-color: #c7000a;
}

/* 其他页公共部分 */

#main {
	padding: 10px 0;
	padding-top: 181px;
	background-color: #f2f2f2;
}

/* 关于我们模块 */

#main .about {
	background-color: #fff;
	border-radius: 3px;
	padding: 10px 20px;
	box-sizing: border-box;
}

/* 产品模块 */

#main .products {
	margin-top: 20px;
}

#main .products>.left {
	width: 350px;
}

#main .products>.left .series {
	background-color: #fff;
	padding: 20px 20px;
	border-radius: 4px;
}

#main .products>.left .series .title {
	font-weight: bold;
	margin-bottom: 15px;
}

#main .products>.left .series .list a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#main .products>.left .series .list a:hover {
	color: #c7000a;
}

#main .products>.left .series .list a.active {
	color: #c7000a;
}

#main .products>.left .series span {
	font-size: 25px;
	color: #c7000a;
	display: inline-block;
	width: 20px;
	line-height: 30px;
	vertical-align: middle;
}

#main .products>.right {
	width: 810px;
	margin-left: 40px;
}

#main .products>.right .link-page {
	background-color: #fff;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 3px;
}

#main .products>.right .link-page .link {
	font-size: 14px;
	color: #666;
	width: calc(100% - 120px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#main .products>.right .link-page .link a:hover {
	color: #c7000a;
}

#main .products>.right .link-page .link i {
	color: #333;
}

#main .products>.right .link-page .page select {
	border: none;
	outline: none;
	padding: 3px 5px;
	margin-top: 5px;
}

#main .products>.right>.list {
	margin-top: 20px;
}

#main .products>.right>.list a {
	float: left;
	width: calc(25% - 10.5px);
	background-color: #fff;
	margin-right: 14px;
}

#main .products>.right>.list a:nth-of-type(n+5) {
	margin-top: 14px;
}

#main .products>.right>.list a:nth-of-type(4n) {
	margin-right: 0;
}

#main .products>.right>.list a .img {
	padding-top: 100%;
	width: 100%;
	height: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products>.right>.list a .title {
	text-align: center;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}

#main .products>.right>.list a .title {
	text-align: center;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
}

#main .products>.right>.list a .number {
	text-align: center;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}

/* 产品内页 */

#main .products-view {
	border-radius: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#main .products-view>.title .left {
	width: 50%;
}

#main .products-view>.title .left .img>a {
	display: block;
	width: 100%;
	padding-top: 100%;
	border: 1px solid #f1f2f4;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#main .products-view>.title .left .img .list li {
	width: calc(16.666% - 8.333px);
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: 1px solid #f1f2f4;
	box-sizing: border-box;
	background-color: #fff;
}

#main .products-view>.title .left.img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .left .img .list li:nth-of-type(6n) {
	margin-right: 0;
}

#main .products-view>.title .left .img .list li.active {
	border: 1px solid #00713D;
}

#main .products-view>.title .left .img .list a {
	display: block;
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#main .products-view>.title .right {
	width: calc(50% - 20px);
	margin-left: 20px;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

#main .products-view>.title .right .number-name {
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

#main .products-view>.title .right .introduction {
	font-size: 14px;
	margin: 20px 0;
}

#main .products-view>.title .right .link a {
	padding: 0 20px;
	float: left;
	line-height: 40px;
	background-color: #666;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	transition: all 0.3s;
	border-radius: 3px;
}

#main .products-view>.title .right .link a:nth-of-type(1):hover {
	background-color: #c7000a;
}

#main .products-view>.title .right .link a:nth-of-type(2):hover {
	background-color: #006fff;
}

#main .products-view .details {
	padding: 10px 33px;
	border-top: 1px solid #eee;
	background-color: #fff;
	margin-top: 20px;
}

#main .products-view .details li {
	list-style: initial;
}

#main .products-view a.more {
	margin-top: 20px;
	width: 80px;
	padding: 0 20px;
	display: block;
	line-height: 40px;
	background-color: #c7000a;
	color: #fff;
	text-align: center;
	margin-right: 20px;
	transition: all 0.3s;
	border-radius: 3px;
	margin: auto;
	margin-top: 20px;
}

#main .products-view a.more:hover {
	background-color: #006fff;
}

#main .products-view .details-title {
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}

/* 购物车 */

#main .cart {
	margin-top: 15px;
}

#main .cart>.title {
	line-height: 50px;
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	border-radius: 3px;
	font-weight: bold;
	color: #666;
}

#main .cart>.title .left i {
	font-size: 30px;
	margin-right: 5px;
}

#main .cart>.title .right a {
	font-size: 14px;
}

#main .cart>.title .right a:hover {
	color: #c7000a;
}

#main .cart .body {
	background-color: #fff;
	border-radius: 3px;
	padding: 20px;
	padding-top: 0;
}

#main .cart .body .list table {
	border-collapse: collapse;
	width: 100%;
}

#main .cart .body .list th {
	line-height: 40px;
	background-color: #f2f2f2;
}

#main .cart .body .list td, #main .cart .body .list th {
	border: 1px solid #f2f2f2;
	text-align: center;
}

#main .cart .body .list td img {
	width: 100px;
}

#main .cart .body .list td i {
	font-size: 30px;
	cursor: pointer;
}

#main .cart .body .list td i:hover {
	color: #c7000a;
}

#main .cart .body .back {
	text-align: center;
	margin-top: 30px;
}

#main .cart .body .back a {
	display: inline-block;
	line-height: 40px;
	background-color: #006fff;
	color: #fff;
	padding: 0 10px;
	transition: all 0.3s;
	border-radius: 5px;
}

#main .cart .body .back:hover a {
	background-color: #c7000a;
}

/* 底部 */

#footer {
	border-top: 4px solid #c7000a;
	background-color: #7F7F7F;
}

#footer .this-1200 {
	padding: 36px 0;
}

#footer .logo-weChat {
	text-align: center;
	font-size: 0;
	margin-left: 15px;
}

#footer .logo-weChat img {
	display: block;
}

#footer .logo-weChat img:nth-of-type(2) {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
	width: 111px;
}

#footer .logo-weChat p {
	margin: 0;
	font-size: 16px;
	color: #fff;
}

#footer .right {
	margin-left: 100px;
}

#footer .right>div>.title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

#footer .right .nav {
	width: 170px;
}

#footer .right .nav .list a {
	display: block;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
}

#footer .right .contact {
	width: 240px;
	margin-left: 90px;
}

#footer .right .contact .body {
	line-height: 32px;
	font-size: 15px;
	color: #fff;
}

#footer .right .contact .body a {
	color: #fff;
}

#footer .right .follow {
	margin-left: 88px;
	width: 370px;
}

#footer .right .follow .link {
	margin-bottom: 20px;
}

#footer .right .follow .link a {
	float: left;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border: 2px solid #ccc;
	text-align: center;
	font-size: 26px;
	border-radius: 100%;
	box-sizing: border-box;
	margin-right: 13px;
	background-color: #fff;
}

#footer .right .follow .link a i {
	line-height: 43px;
}

#footer .right .follow .link a:nth-of-type(1) {
	color: #1590f2;
	border-color: #1590f2;
}

#footer .right .follow .link a:nth-of-type(2) {
	color: #7BC549;
	border-color: #7BC549;
}

#footer .right .follow .link a:nth-of-type(3) {
	color: #25D366;
	border-color: #25D366;
}

#footer .right .follow .link a:nth-of-type(4) {
	color: #44619D;
	border-color: #44619D;
}

#footer .right .follow .link a:nth-of-type(5) {
	color: #55ACEE;
	border-color: #55ACEE;
}

#footer .right .follow .body {
	line-height: 32px;
	font-size: 15px;
	color: #fff;
}

#footer .copyright {
	padding: 15px 0;
	text-align: center;
	font-size: 15px;
	border-top: 1px solid #f2f2f2;
	background-color: #fff;
}

/* 手机版本 */

#nav-m, #search-m {
	display: none;
}

@media screen and (max-width:1200px) {
	.this-1200 {
		width: auto;
	}
	/* 头部 */
	#header, #nav {
		display: none;
	}
	#nav-m {
		height: 50px;
		display: block;
		position: relative;
		z-index: 999;
		font-size: 0;
	}
	#nav-m .logo {
		height: 50px;
		float: left;
	}
	#nav-m .logo img {
		height: 30px;
		margin-left: 10px;
		margin-top: 10px;
	}
	#nav-m>.title {
		font-size: 14px;
		display: inline-block;
		line-height: 50px;
		vertical-align: top;
		margin-left: 10px;
		width: calc(100% - 140px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	#nav-m .menu {
		position: absolute;
		right: 10px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#nav-m .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#nav-m .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#nav-m .list {
		background-color: #333;
		display: none;
	}
	#nav-m .list a {
		padding: 0 10px;
	}
	#nav-m .list a, #nav-m .list .more .title {
		height: 45px;
		width: 100%;
		display: block;
		font-size: 14px;
		color: #f1f2f4;
		box-sizing: border-box;
		line-height: 45px;
		border-bottom: 1px solid #777;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#nav-m .list .more {
		display: inline-block;
		width: 100%;
	}
	#nav-m .list .more i {
		width: 60px;
		height: 45px;
		line-height: 45px;
		float: right;
		font-size: 22px;
		text-align: center;
		color: #fff;
		transition: all 0.3s;
		box-sizing: border-box;
	}
	#nav-m .list .more .title a {
		width: calc(100% - 60px);
		float: left;
		border-right: 1px solid #777;
	}
	#nav-m .list .more .children {
		background-color: #555;
		display: none;
	}
	/* 首页 */
	/* 搜索 */
	#search-m {
		font-size: 0;
		display: block;
		margin-top: 20px;
	}
	#search-m input {
		width: calc(100% - 50px);
		line-height: 40px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
		outline: none;
		background-color: #fff;
	}
	#search-m button {
		width: 50px;
		line-height: 40px;
		border: 0;
		height: 40px;
		vertical-align: bottom;
		color: #fff;
		background-color: #DDD;
		outline: none;
	}
	#home {
		padding-top: 0;
	}
	#home .banner {
		padding-top: 10px!important;
	}
	#home .banner .bx-wrapper .bx-pager, #home .banner.bx-wrapper .bx-controls-auto {
		bottom: 0px!important;
	}
	#home .home-title {
		margin: 20px 10px;
	}
	#home .home-title p {
		font-size: 15px;
		width: calc(100% - 110px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 30px;
	}
	#home .home-title a {
		line-height: 30px;
		font-size: 12px;
		width: auto;
		padding: 0 20px;
	}
	#home .series {
		padding: 0 10px;
	}
	#home .series .list a {
		width: calc(33.333% - 10px);
		margin-right: 15px;
	}
	#home .series .list a:nth-of-type(n+4) {
		margin-top: 15px;
	}
	#home .series .list a:nth-of-type(4n) {
		margin-right: 15px;
	}
	#home .series .list a:nth-of-type(3n) {
		margin-right: 0;
	}
	#home .series .list a .title {
		line-height: 20px;
		text-overflow: inherit;
		white-space: initial;
		height: 40px;
		font-size: 12px;
		margin-top: 5px;
	}
	#home .products .list {
		padding: 0px 10px;
		box-sizing: border-box;
	}
	#home .adv .list {
		padding: 0px 10px;
		box-sizing: border-box;
	}
	#home .adv .body table {
		width: 100%;
	}
	#home .adv .body td {
		display: block;
		width: 100%;
	}
	#home .about .left {
		width: 100%;
		height: auto;
		font-size: 0;
		margin: 0;
		text-align: center;
	}
	#home .about .right {
		width: 100%;
		height: auto;
		padding: 10px;
		padding-bottom: 20px;
	}
	#home .about .right .home-title {
		margin-bottom: 20px;
		margin-left: 0;
	}
	/* 其他页面公共模块 */
	#main {
		padding-top: 10px;
	}
	/* 关于我们模块 */
	#main .about {
		padding: 10px;
	}
	/* 产品模块 */
	#main .products {
		position: relative;
		margin-top: 0;
	}
	#main .products>.left {
		position: absolute;
		left: -300px;
		top: 90px;
		width: 300px;
		height: 500px;
		overflow-x: hidden;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
	}
	#main .products>.left .series .list a {
		font-size: 12px;
	}
	#main .products>.left .series span {
		font-size: 12px;
	}
	#main .products>.right {
		width: 100%;
		margin-left: 0;
	}
	#main .products>.right .link-page .page:after {
		content: "";
		clear: both;
		display: block;
	}
	#main .products>.right .link-page .page {
		position: relative;
		width: 100%;
		height: 50px;
	}
	#main .products>.right .link-page .page select {
		float: right;
		margin-top: 10px;
	}
	#main .products>.right .link-page .link {
		width: 100%;
		float: none;
	}
	#main .products>.right .link-page .menu {
		position: absolute;
		left: 0px;
		top: 11px;
		width: 22px;
		padding: 5px 10px;
		border: 1px solid #333;
		border-radius: 3px;
	}
	#main .products>.right .link-page .menu span {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		height: 2px;
		background-color: #000;
	}
	#main .products>.right .link-page .menu span:nth-of-type(3) {
		margin-bottom: 0px;
	}
	#main .products>.right>.list {
		padding: 0 10px;
	}
	#main .products>.right>.list a {
		width: calc(33.333% - 10px);
		margin-right: 15px;
	}
	#main .products>.right>.list a:nth-of-type(n+4) {
		margin-top: 15px;
	}
	#main .products>.right>.list a:nth-of-type(4n) {
		margin-right: 15px;
	}
	#main .products>.right>.list a:nth-of-type(3n) {
		margin-right: 0;
	}
	/* 产品内页 */
	#main .products-view>.title {
		padding: 0 10px;
	}
	#main .products-view>.title .left {
		width: 100%;
	}
	#main .products-view>.title .right {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	#main .products-view>.title .right .link a {
		padding: 0 10px;
		font-size: 12px;
	}
	#main .products-view .details-title {
		padding: 0 10px;
		font-size: 18px;
	}
	/* 购物车 */
	#main .cart .body {
		padding: 10px;
	}
	#main .cart .body .list {
		width: 100%;
		overflow-y: hidden;
	}
	#main .cart .body .list table {
		width: 1000px;
	}
	/* 底部 */
	#footer .right>div>.title {
		margin-bottom: 5px;
		font-size: 18px;
	}
	#footer .this-1200 {
		padding: 20px 10px;
	}
	#footer .logo-weChat {
		width: 100%;
		margin: 0;
		display: none;
	}
	#footer .logo-weChat img {
		margin: auto!important;
	}
	#footer .logo-weChat p {
		line-height: 40px;
	}
	#footer .right {
		margin-left: 0;
	}
	#footer .right .nav {
		width: 40%;
	}
	#footer .right .contact {
		margin-left: 0;
		width: 60%;
	}
	#footer .right .follow {
		width: 100%;
		margin-left: 0;
	}
	#footer .copyright {
		font-size: 14px;
		padding: 10px 0;
	}
}