.good-item:last-of-type {
	padding-bottom: 60px;
}

.goodclass-img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.good-item .tit {
	padding: 0 15px;
	white-space: nowrap;
}

.good-item .tit .cen {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #393939;
	font-size: 15px;
	font-weight: 800;
}

.good-item .tit .cen:before,
.good-item .tit .cen:after {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #F5F4FA;
	margin: -3px 10px 0;
	display: inline-block;
	vertical-align: middle;
}

.good-item .tit span {
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 50px;
}

.good-list {
	display: block;
	overflow: hidden;
	text-align: left;
}

.good-list .good-list-tit {
	line-height: 30px;
	color: #C62616;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	margin: 15px 0 0;
}

.good-list .good-list-tit:after {
	position: absolute;
	left: 25%;
	top: 15px;
	z-index: 1;
	content: " ";
	width: 40px;
	height: 2px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #C62616;
}

.good-list .good-list-tit:before {
	position: absolute;
	right: 25%;
	top: 15px;
	z-index: 1;
	content: " ";
	width: 40px;
	height: 2px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #C62616;
}

.good-list li {
	padding-left: 0;
	float: left;
	width: 48%;
	margin: 10px 1%;
	padding: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 3px;
	position: relative;
}

.good-list li a {
	display: block;
	overflow: hidden;
}

.good-list li a .good-img {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.good-list li a .good-img img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.good-list li .good-info {
	color: #999;
	height: auto;
	font-size: 12px;
	line-height: 16px;
	box-sizing: border-box;
	padding: 7px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.good-list li a .labels {
	overflow: hidden;
	font-size: 13px;
}

.good-list li a .labels {
	color: #666;
	white-space: nowrap;
}

.good-list li a .name {
	margin-top: 3px;
	color: #000;
	margin-bottom: 0;
	font-size: 14px;
	height: 20px;
	display: block;
	white-space: nowrap;
}

.good-list li a .money span {
	display: inline-block;
}

.good-list li a .money {
	white-space: nowrap;
	color: #999;
	margin-top: 4px;
	height: 16px;
}

.good-list li a .money .new-money {
	color: #fff;
	font-weight: 600;
	color: #e53e30;
	font-size: 16px;
}

.good-list li a .money .old-money {
	text-decoration: line-through;
}

.good-bottom {
	text-align: center;
	padding: 5px 0 45px;
	color: #000;
	line-height: 20px;
}

.good-item .tit a {
	display: block;
	font-size: 15px;
	height: 20px;
	font-weight: bold;
	color: #C62616;
	overflow: hidden;
}

.good-item .tit h4 span {
	display: inline-block;
	font-size: 12px;
	height: 20px;
	color: #999;
	line-height: 22px;
}

.good-list li a .gwx-img {
	position: absolute;
	right: 10px;
	bottom: 3px;
}

.good-list li a .gwx-img img {
	width: 20px;
}

.good-nav {
	overflow: hidden;
}

.good-nav .tit {
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #5EBC2F;
	font-weight: 600;
}

.good-nav .good-left {
	padding: 5px 0;
	width: 50%;
	float: left;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.good-nav .good-left a {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.good-nav .good-left img {
	width: 96%;
	height: auto;
	margin: 0 auto;
	border-radius: 10px;
}

.good-nav .good-right {
	width: 50%;
	float: left;
	padding: 5px 0;
}

.good-nav .good-right a {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.good-nav .good-right img {
	width: 90%;
	height: auto;
	margin: 1.5% auto;
	border-radius: 10px;
}

.good-nav {
	overflow: hidden;
}

.good-item .tit {
	padding: 0 15px 10px;
	overflow: hidden;
	white-space: nowrap;
}

.good-item .tit h4 {
	display: inline-block;
	font-size: 15px;
	height: 20px;
	font-weight: bold;
	color: #393939;
}

.good-item .tit span {
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

.good-item .tit img {
	width: 90%;
	margin: 0 5%;
}

.good-tjbox .good-tj {
	border-bottom: 1px solid #efefef;
	position: relative;
	overflow: hidden;
	padding: 5px 10px;
}

.good-tjbox .good-tj .left-img {
	width: 80px;
	float: left;
}

.good-tjbox .good-tj .left-img img {
	width: 80px;
	border-radius: 5px;
}

.good-tjbox .good-tj .right-info {
	float: left;
	margin-left: 15px;
}

.good-tjbox .good-tj .name {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin-bottom: 5px;
	padding-right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.good-tjbox .good-tj .synopsis {
	color: #999;
	font-size: 12px;
	height: 28px;
	line-height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.good-tjbox .good-tj .gold {
	margin-top: 5px;
	color: #e53e30;
	font-size: 16px;
}

.good-tjbox .good-tj .gold .old-money {
	margin-left: 5px;
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
}

.good-tjbox .good-tj .evaluate {
	width: 90px;
	position: absolute;
	top: 10px;
	right: 5px;
}

.good-tjbox .good-tj .evaluate img {
	width: 90px;
}

.good-tjbox .pagination {
	padding-top: 15px;
	text-align: center;
}

.good-tjbox .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e53e30;
}

#banner {
	margin: 15px 0;
}

#banner .slide-active {
	margin: 0 10%;
	padding-bottom: 40px;
}

#banner .swiper-slide-prev {
	right: -12%;
}

#banner .swiper-slide-next {
	left: -12%;
}

#banner .swiper-slide.swiper-slide-prev img {
	margin-top: 2%;
	width: 80%;
}

#banner .swiper-slide.swiper-slide-next img {
	margin-top: 2%;
	width: 80%;
}

#banner .swiper-slide {
	overflow: hidden;
}

#banner .swiper-slide img {
	width: 90%;
	margin: 0 auto;
	display: block;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 2px px #f4c3b7;
}

.nav {
	position: relative;
	z-index: 10;
	width: 100%;
	background: #fff;
	/*margin-top: 50px;*/
}

.nav ul {
	overflow: hidden;
	width: 100%;
}

.nav ul li {
	width: 24%;
	text-align: center;
	overflow: hidden;
	margin-top: 5px;
	display: inline-block;
}

.nav ul li img {
	width: 60%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.nav ul li span {
	display: block;
	text-align: center;
	color: #000000;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 5px;
}

.index-item .tit {
	position: relative;
	background-color: #fff;
	background-image: url(../image/goodtit-bg.png);
	background-size: 240px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 10;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 800;
	color: #390708;
	box-shadow: 0 1px 3px #E4E4E4;
}

.index-item .tit .moer {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
}

.good-list {
	padding-top: 5px;
	background: #fff;
}

.good-list li {
	border: 1px solid #E1E1E1;
	box-sizing: border-box;
	width: 48%;
	padding: 0;
	margin: 5px 1% 5px 1%;
	overflow: hidden;
	padding-bottom: 10px;
	border-radius: 15px;
	background: #fff;
	float: left;
	height: 280px;
}

.good-list .goodimg {
	width: 100%;
	height: 180px;
	overflow: hidden;
	text-align: center;
}

.good-list .goodimg img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

.good-list .good-name {
	padding: 5px;
}

.good-list .good-name span {
	color: #fff;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 20px;
}

.good-list .good-name .hot {
	background: #FD021A;
}

.good-list .good-name .sort-1 {
	background: #4768F3;
}

.good-list .good-name .sort-2 {
	background: #3ad2c8;
}

.good-list .good-name .sort-3 {
	background: #F5672B;
}

.good-list .good-name .sort-4 {
	background: #18DCFF;
}

.good-list .good-name .sort-5 {
	background: #11BD59;
}

.good-list .good-name .sort-6 {
	background: #7F16FB;
}

.good-list .good-name .sort-7 {
	background: #D316FB;
}

.good-list .good-name .sort-8 {
	background: #16B0FB;
}

.good-list .good-name .sort-9 {
	background: #16B06C;
}

.good-list .good-name .sort-10 {
	background: #FF006C;
}

.good-list .good-name .sort-11 {
	background: #4768F3;
}

.good-list .good-name .sort-12 {
	background: #3ad2c8;
}

.good-list .good-name .sort-13 {
	background: #F5672B;
}

.good-list .good-name .sort-14 {
	background: #18DCFF;
}

.good-list .good-name .sort-15 {
	background: #11BD59;
}

.good-list .good-name .sort-16 {
	background: #7F16FB;
}

.good-list .good-name .sort-17 {
	background: #D316FB;
}

.good-list .good-name .sort-18 {
	background: #16B0FB;
}

.good-list .good-name .sort-19 {
	background: #16B06C;
}

.good-list .good-name .sort-20 {
	background: #FF006C;
}

.good-list .good-name .sort-21 {
	background: #4768F3;
}

.good-list .good-name .sort-22 {
	background: #3ad2c8;
}

.good-list .good-name .sort-23 {
	background: #F5672B;
}

.good-list .good-name .sort-24 {
	background: #18DCFF;
}

.good-list .good-name .sort-25 {
	background: #11BD59;
}

.good-list .good-name .sort-26 {
	background: #7F16FB;
}

.good-list .good-name .sort-27 {
	background: #D316FB;
}

.good-list .good-name .sort-28 {
	background: #16B0FB;
}

.good-list .good-name .sort-29 {
	background: #16B06C;
}

.good-list .good-name .sort-30 {
	background: #FF006C;
}

.good-list .good-name {
	overflow: hidden;
	height: 32px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.good-list.fl {
	margin: 10px 0 0;
}

.good-list.fl .good-name .name {
	padding-left: 8px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 0;
	text-overflow: ellipsis;
	display: inline;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: normal;
}

.good-list .good-name .name {
	/*padding-left: 8px;*/
	margin-top: 6px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	/*-webkit-box-orient:vertical;
	-webkit-line-clamp:2; */
	white-space: nowrap;
}

.good-list .good-class {
	white-space: nowrap;
	padding: 0 5px;
}

.good-list .good-class span {
	color: #d1d1d1;
	padding: 2px 5px;
	font-size: 0.8rem;
	border-radius: 20px;
	border: 1px solid #d1d1d1;
}

.good-list .good-class.bottom span {
	color: #FD021A;
	border: 1px solid #FD021A;
}

.good-list .good-info {
	padding: 5px;
	white-space: nowrap;
}

.good-list .good-info .gold {
	font-size: 13px;
	color: #ff0000;
}

.good-list .good-info .gold s {
	font-size: 18px;
	text-decoration: none;
	color: #ff0000;
}

.good-list .good-info .number {
	font-size: 0.8rem;
	color: #d1d1d1;
}

.new {
	border-top: 1px dashed #f1f1f1;
	height: 55px;
	overflow: hidden;
	position: relative;
	padding: 0 3%;
	box-sizing: border-box;
	width: 100%;
	background: #fff;
}

.new-left {
	position: relative;
	width: 63px;
}

.new-left img {
	width: 50px;
}

.new-left .line {
	width: 1px;
	height: 30px;
	background: #b1b1b1;
	position: absolute;
	right: 0px;
	top: 10px;
}

.new-right.swiper-container {
	box-sizing: border-box;
	left: 0;
	top: -45px;
	width: 100%;
	height: 40px;
	margin-left: 75px;
}

.new-right .swiper-slide span {
	color: #390708;
	border: 1px solid #390708;
	font-size: 0.85rem;
	line-height: 1rem;
	padding: 1px 5px;
	border-radius: 5px;
}

.new-right .swiper-slide {
	font-size: 12px;
	color: #b1b1b1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.new-right .swiper-slide a {
	font-size: 12px;
	color: #b1b1b1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cpimg {
	margin: 5px 10px;
}

.cpimg img {
	border-radius: 8px;
	width: 100%;
}

.index-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #F5F4F9;
	z-index: 999;
	display: flex;
}

.index-header .logo {
	height: 35px;
	margin: 10px 0;
	float: left;
}

body .index-header .search-in-box .in {
	color: #000;
}

.index-header .search-enter {
	position: absolute;
	right: 0;
	top: 0;
	background: #390708;
	height: 34px;
	padding: 0 5px;
	border-bottom-right-radius: 50%;
	border-top-right-radius: 50%;
}

.search-in-box {
	overflow: hidden;
}

.index-header .search-enter {
	border: none;
}

.index-header .search-enter img {
	width: 22px;
	margin-right: 3px;
}

.index-header .searched {
	margin-top: 10px;
	position: relative;
	display: inline-block;
	/*width: 68%;*/
	flex: 1;
	margin-right: 10px;
}

.index-header .search-in-box .in {
	padding-left: 5px;
	width: 100%;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-indent: 10px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	border-radius: 50px;
}

.search-in {
	position: relative;
}

.index-header .kf {
	float: right;
	width: 40px;
	line-height: 45px;
	box-sizing: border-box;
	padding-right: 10px;
}

.index-header .kf img {
	width: 26px;
	margin: 14px 0;
	float: right;
}

body {
	padding-bottom: 80px;
}

.no-content img {
	width: 40%;
	display: block;
	margin: 0 auto;
	margin-top: 10%;
}

.no-content h3 {
	color: #000000;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-top: 10px;
}

.no-content h4 {
	color: #a5a5a4;
	text-align: center;
	font-weight: 500;
	margin-top: 5px;
	font-size: 14px;
}

.no-content a {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: 30px;
	border: 1px solid #a5a5a4;
	margin-top: 7px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
}

.index-golditem {
	display: inline-block;
}

.index-golditem .gold .icon {
	float: left;
	height: 18px;
	width: 18px;
	margin: 2px 0 0 2px;
}

.good-list.timeout li {
	height: 300px;
}

.timeout .good-info,
.timeout .good-class {
	width: 55%;
	float: right;
	box-sizing: border-box;
}

.timeout .good-class span {
	margin: 0;
	transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

.timeout li .good-info {
	padding: 7px 5px;
}

.timeout .good-info .number {
	display: block;
	text-align: right;
}

.timeout li .sto {
	position: absolute;
	height: 50px;
	left: 15px;
}

.timeout li .sto {
	position: absolute;
	height: 50px;
	left: 15px;
}

.timeout li .cp-num {
	overflow: hidden;
	position: absolute;
	width: 45%;
	box-sizing: border-box;
	white-space: nowrap;
	bottom: 10px;
	left: 0;
	-webkit-transform: scale(0.9);
	color: #ff0000;
	font-weight: 600;
}

.timeout li .cp-num span {
	color: #ff0000;
	font-weight: 600;
}

.timeout li .no-cp {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 10;
	background: rgba(160, 160, 160, 0.3);
}

.timeout li .no-cp img {
	width: 140px;
	height: 140px;
	margin-top: 60px;
}