/* 轮播图样式 */
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
input,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
}
body{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.index-banner {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
    top: -.3rem;
}
.slide {
	width: 100%;
	min-height: 180px;
	overflow: hidden;
	position: relative;
}
.slide .img {
	overflow: hidden;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
	opacity: 0.5;
}
.slide .img img {
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: 7px;
	border-radius: 15px;
}
.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}
.slide .img2 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: -20%;
	z-index: 2;
}
.slide .img3 {
	width: 94%;
	height: 80%;
	top: 10%;
	left: 3%;
	z-index: 3;
	opacity: 1;
}
.slide .img3 img{
	box-shadow:0px 10px 7px -7px rgba(0, 0, 0, 0.4003);
}
.slide .img4 {
	width: 60%;
	height: 60%;
	top: 20%;
	left: 60%;
	z-index: 2;
}
.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}
.slide-bt {
	position: absolute;
	left: 57%;
	bottom: 13%;
	z-index: 10;
}
.slide-bt span {
	width: 0.3rem;
	height: 0.1rem;
	background-color: rgba(201, 202, 202, 0.5);
	float: left;
	margin: 5px;
	border-radius: 8px;
}
.slide .slide-bt .on { background: #1dce7e; }
.index-search {
	padding: 0.4rem;
	position: fixed;
	width: 92%;
	z-index: 15;
	background-color: #fff;
}
.index-search .search {
	display: inline-block;
	background: rgba(242, 242, 242, 1);
	border-radius: 32px;
	width: 86%;
	padding: 0.15rem 0;
	padding-left: 0.2rem;
}
.index-search .search input {
	border: none;
	background: transparent;
	outline: none;
	vertical-align: middle;
	width: 80%;
	margin-left: 0.1rem;
}
.index-search .search input::-webkit-input-placeholder { color: rgba(187, 187, 187, 1); }
.index-search .search img {
	width: 0.48rem;
	vertical-align: middle;
}
.index-search .notice {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
	position: relative;
}
.index-search .notice i.red-msg {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: rgba(255, 44, 41, 1);
	border: 1px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	right: -0.1rem;
	top: -0.1rem;
}
.index-search .notice img {
	position: relative;
	right: -0.3rem;
	width: 0.6rem;
}
.index-navbtns { 
	margin: 0.4rem;
	margin-top: 0;
 }
.index-navbtns .text-none { font-size: 0; }
.index-navbtns .com-style {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.index-navbtns .com-style:not(:last-child) { margin-right: 6.666%; }
.index-navbtns .com-style a img {
	width: 1.6rem;
	height: 1.466667rem;
}
.index-navbtns .com-style a span {
	display: block;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.index-navbtns .com-style a { display: block; }
.index-hot {
	position: relative;
	margin: 0.5rem 0.4rem;
	margin-bottom: 0.25rem;
}
.index-hot i.hot-one {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 0.533333rem;
	text-align: center;
	line-height: 0.533333rem;
	border-radius: 0.133333rem;
	background-color: #ff3d3e;
	color: #fff;
}
.index-hot i.hot-two {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	width: 2.333333rem;
	height: 0.533333rem;
	font-family: PingFangSC-Semibold;
	font-weight: 600;
	color: rgba(51, 51, 51, 1);
	line-height: 0.533333rem;
	background: linear-gradient(
		90deg,
		rgba(255, 59, 62, 1) 0%,
		rgba(255, 190, 79, 1) 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
}
.index-joinlink {
	margin: 0 0.4rem;
	margin-bottom: 0.573333rem;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
}
.index-joinlink .joinlink {
	display: block;
	padding: 0 0.25rem;
	height: 1.28rem;
}
.index-joinlink .joinlink .desc {
	overflow: hidden;
	height: 1.28rem;
	line-height: 1.28rem;
	padding-right: 0.56rem;
	background-image: url(../img/index/right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 0.213333rem 0.426667rem;
	font-size: 14px;
	width: 75%;
	display: inline-block;
}
.index-joinlink .joinlink img {
	width: 1.3rem;
	height: 0.43rem;
	margin-right: 0.08rem;
	position: relative;
    top: -.4rem;
}
.index-joinlink .desc a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 90%;
}
.index-recommend {
	border-top: 1px solid rgba(242, 242, 242, 1);
	border-bottom: 0.13rem solid rgba(242, 242, 242, 1);
}
.index-recommend .goods1 {
	min-height: 5.5rem;
	padding: 0.2rem;
	width: 40%;
	display: inline-block;
	border-right: 1px solid rgba(242, 242, 242, 1);
	text-align: center;
	vertical-align: middle;
}
.index-recommend .goods1 div {min-height: 4rem; }
.index-recommend .goods1 img {
	width: 4rem;
	height: 4rem;
}
.index-recommend .goods1 h3 {
	margin: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-width: 3.6rem;
	min-height: 0.5rem;
}
.index-recommend .goods1 p { margin-bottom: 0.2rem; }
.index-big { font-size: 15px; }
.index-medium { font-size: 14px; }
.index-small { font-size: 12px; }
.index-black { color: rgba(51, 51, 51, 1); }
.index-red { color: #ff1810; }
.index-gray { color: #999; }
.index-recommend .goods2 {
	width: 53%;
	display: inline-block;
	vertical-align: middle;
}
.index-recommend .goods2 a {
	display: block;
	padding: 0.2rem 0;
	padding-left: 0.1rem;
}
.index-recommend .goods2 a div { display: inline-block; }
.index-recommend .goods2 a img {
	width: 2.5rem;
	height: 2.5rem;
}
.index-recommend .goods2 a .g2-img {
	min-width: 2.5rem;
	min-height: 2.5rem;
	vertical-align: middle;
}
.index-recommend .goods2 a .g2-text {
	width: 47%;
	margin-left: 0.1rem;
	vertical-align: middle;
}
.index-recommend .goods2 a .g2-text p { display: inline-block; }
.index-recommend .goods2 a .g2-text h3 {
	max-width: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 600;
	margin-bottom: 0.2rem;
}
.index-recommend .goods2 a:first-child {
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(242, 242, 242, 1);
}

/*精品推荐定位点部分修改样式*/
.index-hot .swiper-pagination {
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	width: auto;
	z-index: 1
}
.index-hot .swiper-pagination-bullet-active {
  	background: #1dce7e;
}
.index-hot .swiper-pagination-bullet {
	border-radius: 20px;
	width: 14px;
	height: 4px;
	margin-left: 4px;
}
.index-newgoods{
	padding: .4rem;
	border-bottom: 0.13rem solid rgba(242, 242, 242, 1);
}
.index-newgoods:last-child{
	border-bottom: 0;
}
.index-newgoods .index-floor{ 
	font-size: 16px;
	font-weight: 600;
	color:#333;
	margin-bottom: .6rem;
}
.index-newgoods .goods-apiece{
	width: 30%;
	display: inline-block;
}
.index-newgoods .goods-apiece:not(:last-child){ margin-right: 3.33%;	}
.index-newgoods .goods-apiece .goods-img{
	min-width: 2.773333rem;
	min-height: 2.773333rem;
}
.index-newgoods .goods-img img{
	width: 2.773333rem;
	height: 2.773333rem;
}
.index-newgoods .goods-details p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-width: 2.773333rem;
	min-height: 1rem;
	margin: .1rem 0;
}
.index-re{
	position: relative;
	top: -.5rem;
}


/* 搜索页面 */
 .search-header{
	background: #fff;
	padding:0.15rem 0.4rem 0.3rem 0.4rem;
	margin-bottom: 0.3rem;
}
.search-header .search-box div{
	background: #f6f6f6;
	display: inline-block;
	border-radius: 30px;
	padding: 0.2rem;
	width: 82%;
}
.search-header .search-box div img{
	width:0.5rem;
	vertical-align: middle;
}
.search-header .search-box div input{
	vertical-align: middle;
	border: none;
	background: #f6f6f6;
	margin-left: 0.1rem;
	width: 6rem;
	font-size: 13px;
}
.search-header .search-box span{
	display: inline-block;
	width: 10%;
	margin-left: 0.2rem;
	font-size: 14px;
	color:#909090;
	vertical-align: middle;
}
.search-header .search-hot{
	font-size: 12.5px;
	font-weight: 600;
	margin-top: 0.45rem;
	margin-bottom: 0.25rem;
	color:#2f2f2f;
}
.search-header .hot-search li{
	float: left;
	padding: 0.1rem 0.3rem;
	margin-right: 0.2rem;
	background: #f6f6f6;
	font-size: 12px;
	border-radius: 30px;
	margin-bottom: 0.2rem;
}
.search-history{
	background: #fff;
	padding: 0.3rem 0.4rem 0.8rem 0.4rem;
}
.search-history p.history{
	font-size: 12.5px;
	font-weight: 600;
	color:#2f2f2f;
}
.search-history a{
	display: block; 
	color:#7e7e7e;
	padding: 0.45rem 0;
	border-bottom: 0.03rem solid #f6f6f6;
	font-size: 12px;
}