@charset 'utf-8';
.mob-header {
	position: fixed;
	height: 40px;
	width: 100%;
	top: 0;
	z-index: 3;
	background: rgba(206,30,30,0)
}
.mob-header-bg {
	position: absolute;
	width: 100%;
	height: 40px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0, rgba(255, 255, 255, 0) 100%)
}
.mob-header-content {
	position: relative;
	z-index: 4;
	height: 100%
}
.mob-header .logo, .mob-header .location {
	display: block;
	position: absolute
}
.mob-header .logo {
	display: block;
	height: 44px;
	padding: 0 10px;
	left: 0;
	top: 0;
	width: 40%;
}
.mob-header .logo span {
	display: inline-block;
	
	height: 21px;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	background-size: cover;
	margin-top: 9px;
	line-height:21px;
}
.mob-header .location {
	padding: 11px 10px 11px;
	height: 20px;
	top: 0;
	right: 0
}
.mob-header .location span {
	font-size: 15px;
	color: #fff;
	line-height: 100%
}
.mob-header .location span:after {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 5px;
	width: 12px;
	height: 7px;
	background: url(../images/buttomjt.png) center center no-repeat;
	background-size: cover;
	content: ''
}
.mob-header .search-form {
	margin: 0 66px 0 43%;
	padding-top: 5px
}
.mob-header .search-form .search-input {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	border-radius: 2px;
	color: #888;
	border: solid 1px #fff;
	background-color: #fff; 
background-position:.5rem center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	overflow: hidden
}
.navigation-search {
  margin-bottom: 24px;
  position: relative;
}
.navigation-search__icon {
  height: 18px;
  left: 3px;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 10px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  width: 20px;
  z-index: 1;
}
[class$="--collapsed"] .navigation-search__icon {
  left: 12px;
}
.navigation-search__input {
  background-color: #fff;
  border-radius: 2px;
  border: 0;
  color: #ffffff;
  border:solid 1px #000;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  padding-left: 23px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-appearance: none; /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}
.navigation-search__input::-webkit-search-cancel-button {
  /*-webkit-appearance: none;*/
  background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x' %3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E") no-repeat center center/cover;
  cursor: pointer;
  height: 20px;
  position: relative;
  right: 10px;
  width: 20px;
}
[class$="--collapsed"] .navigation-search__input:not(:focus)::-webkit-search-cancel-button {
  display: none;
}
.navigation-search__input:focus {
  padding-left: 10px;
  background-color: #fff;
  border-radius: 2px;
}
[class$="--collapsed"] .navigation-search__input:focus {
  width: 250px;
  /*box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
}
.navigation-search__input:focus + svg {
  opacity: 0;
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
  z-index: 2;
}
.swiper-container {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 10px
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	-moz-transform: translate3d(0px, 0, 0);
	-o-transform: translate(0px, 0);
	-ms-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	opacity: .6
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #e63b53
}
.seckill-swiper .swiper-pagination {
	width: 100%;
bottom:.15rem;
	text-align: center
}
.seckill-swiper .swiper-pagination span {
	margin: 0 3px
}
.mob-banner {
	height: 6.4rem;
	margin-top:40px;
}
.mob-banner .swiper-container {
	height: 6.4rem
}
.mob-banner .swiper-container .swiper-slide {
	height: 6.4rem;
	width: 100%
}
.mob-banner .swiper-container .swiper-slide a {
	display: block;
	height: 6.4rem
}
.mob-banner .swiper-container .swiper-slide a img {
	width: 100%; 
	height:100%;
}
.mob-banner .swiper-pagination {
	width: 100%;
bottom:.125rem;
	text-align: center
}
.mob-banner .swiper-pagination span {
	margin: 0 3px
}
.mob-quick-link {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 5px
}
.mob-quick-link li {
	width: 25%;
	text-align: center;
	float: left
}
.mob-quick-link li a {
	display: block;
	padding: 5px 0
}
.mob-quick-link li img {
	width: 39px;
	height: 39px;
	overflow: hidden;
	background-repeat: no-repeat
}
.mob-quick-link li span {
	color: #333;
	font-size: 12px;
	line-height: 20px
}
.broadcast {
	background: #fff;
	border-top: 1px solid #e5e5e5
}
.broadcast em {
	float: left;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	margin-left: 4px;
	margin-right:5px;
}
.broadcast .container {
	width: 10.5rem;
	height: 32px;
	float: left;
	margin-top: 1px;
	overflow: hidden
}
.broadcast .container .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.broadcast .container .swiper-slide strong {
	color: #da0000;
	padding: 0 10px
}
.broadcast .swiper-slide span {
	font-size: 12px
}
.mob-floor {
	background: #fff
}
.mob-floor header {
	width: 100%;
	height: 31px;
	line-height: 31px;
	padding: 7px 0;
	background: #f4f4f4
}
.mob-floor header a {
	padding: 0 10px
}
.mob-floor header .header-position {
	position: relative;
	margin: 0 auto
}
.mob-floor header .header-position .header-line {
	height: 15px;
	border-bottom: solid 1px #979797;
	width: 50%;
    margin: 0 auto;
}
.mob-floor header .header-position .header-text {
	width: 100%;
	text-align: left;
	position: absolute;
	/*left: 0;*/
	top: 1px;
	text-align: center;
}
.mob-floor header .header-position .header-text .text,.mob-floor header .header-position .header-text a {
	color: #000;
	font-size: 15px;
	line-height: 31px;
	padding: 0 8px;
	background: #f4f4f4
}
.mob-floor .floor-row {
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	width: -moz-available;
	box-sizing: border-box;
	border-bottom: solid 1px #e5e5e5
}
.mob-floor .row-one li {
	height: 7rem;
	width: 8rem
}
.mob-floor .row-one li.nobr {
	border-right: none;
	width: 7.975rem
}
.mob-floor .row-one img {
	width: 100%;
	height: 100%
}
.mob-floor .row-sec {
}
.mob-floor .floor-row .floor-item {
	position: relative;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	overflow: hidden;
	-o-box-flex: 1;
	-ms-box-flex: 1;
	box-flex: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: solid 1px #e5e5e5
}
.mob-floor .row-one .label {
	position: absolute;
	top: 15px;
	left: 10px
}
.mob-floor .row-one .p1 {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #000
}
.mob-floor .row-one .p2 {
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	color: #888
}
.mob-floor .row-one .p3 span {
	display: inline-block;
	width: auto;
	height: 15px;
	line-height: 15px;
	padding: 0 8px;
	font-size: 10px;
	color: #fff;
	background: #f14444;
	border-radius: 8px
}
.mob-floor .row-sec .floor-item {
	width: 5.325rem
}
.mob-floor .row-sec .floor-item.thrid-li {
	width: 5.3rem;
	border-right: none
}
.mob-floor .row-sec .p4 {
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	text-align: center
}
.mob-floor .row-sec .p4 a {
	color: #000
}
.mob-floor .row-sec .p5 {
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	text-align: center
}
.mob-floor .row-sec .p5 a {
	color: #888
}
.mob-floor .row-sec {
	border-bottom: none
}
.mob-floor .row-sec img {
	width: 100%
}
.mob-floor .row-sec .p6 {
	height: 13px;
margin-bottom:.5rem;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	text-align: center
}
.mob-floor .row-sec .p6 a {
	color: #da0000
}
.mob-floor .floor-btn {
	width: 4.25rem;
	margin: 0 auto;
	text-align: center;
	border-top: solid 1px #e5e5e5;
padding:.45rem 0
}
.mob-floor .floor-btn a {
	display: inline-block;
	width: auto;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	padding: 0 12px;
	border: solid 1px #1c6fb6;
	border-radius: 20px
}
.mob-floor .floor-ad {
	height: 3.5rem;
	display: -webkit-box;
	display: -moz-box;
	display: -o-box;
	display: -ms-box;
	width: -moz-available
}
.mob-floor .floor-ad img {
	width: 100%;
	height: 3.625rem
}
.mob-floor header.miaosha {
	background: #fff;
	margin-top: 10px;
	padding: 0;
	background: url(../images/miaosha.png) 10px center no-repeat;
	background-size: 16px 16px
}
.mob-floor header.miaosha a {
	padding-left: 30px;
	font-size: 12px
}
.mob-floor .header-more {
	padding: 0 8px;
	margin-right: 10px;
	color: #999;
	background: url(../images/rightjt.png) right center no-repeat;
	background-size: 5px 9px
}
.mob-floor .floor-more{  text-align:center; line-height:240%;}
.floor-seckill .seckill-countdown {
	float: left;
	padding: 7px 0 0;
	height: 0
}
.floor-seckill .seckill-countdown span {
	height: 15px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	text-align: center
}
.floor-seckill .seckill-countdown .num {
	border: 1px solid #ddd;
	padding: 0 2.5px;
	background: #fff;
	color: #666;
	border-radius: 2px;
	letter-spacing: 0
}
.floor-seckill .seckill-countdown .num-mr {
}
.floor-seckill .seckill-countdown .dot {
	font-size: 12px;
	color: #555;
	padding: 0 2px
}
.floor-seckill .swiper-slide {
	position: relative;
	width: 5.325rem;
	height: 5.875rem;
	border-top: 1px solid #e5e5e5;
	border-left: solid 1px #e5e5e5;
	margin-left: -1px
}
.floor-seckill .swiper-slide2 {
	width: 5.3rem
}
.floor-seckill .swiper-slide img {
	width: 100%;
	height: 4.625rem
}
.floor-seckill p {
	text-align: center
}
.floor-seckill p strong, .floor-seckill p strong {
	padding-top: 2px;
	color: #da0000;
	margin-right: 5px
}
.floor-seckill p del {
	color: #aaa
}
.floor-seckill .swiper-nav {
	width: 100%;
	height: 8px;
	padding: 6px 0;
	text-align: center;
	position: static
}
.floor-seckill .swiper-nav .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 7px;
	overflow: hidden;
	border-radius: 50%;
	background: #ddd;
	margin-left: 6px
}
.floor-seckill .seckill-swiper .swiper-nav .swiper-pagination-bullet-active {
	background: #e63b53
}
.floor-seckill .discount {
	position: absolute;
top:.85rem;
right:.65rem;
	font-size: 12px;
	-webkit-transform: scale(0.9);
	color: #fff;
	background: #f14444;
	border-radius: 20px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	height: 15px;
	line-height: 15px
}
.hot-activity {
	width: 100%;
	height: 7rem
}
.hot-activity ul {
	width: 16rem
}
.hot-activity li {
	width: 5.325rem;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	-webkitbox-sizing: border-box
}
.hot-activity li.third-li {
	width: 5.3rem;
	border-right: none
}
.hot-activity li img {
	width: 100%;
	height: 100%
}
.select-category .cat-list {
	width: 100%
}
.select-category .cat-item {
	float: left;
	position: relative;
	width: 50%;
	height: 3.5rem;
	overflow: hidden;
	background: #fff;
	border-right: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.select-category .cat-item-img {
	width: 100%;
	position: absolute;
	z-index: 1
}
.select-category .text-div {
	position: absolute;
left:.55rem;
	top: 1rem;
	z-index: 2
}
.select-category .text-div h3 {
	font-size: 14px;
	color: #444
}
.select-category .text-div p {
	font-size: 12px;
	color: #999
}
.guess-you-like {
}
.guess-you-like ul {
	margin-left: -5px;
	background: #f4f4f4
}
.guess-you-like ul li {
	width: 50%;
	margin-bottom: 5px;
	box-sizing: border-box;
	float: left
}
.guess-you-like ul li .lidiv {
	margin-left: 5px;
	background: #fff
}
.guess-you-like ul li .face {
	height: 5.225rem;
	overflow: hidden
}
.guess-you-like ul li .face img {
	width: 7.875rem;
	height: 5.225rem
}
.guess-you-like ul li .info {
	padding: 0 5px 8px;
	background: #fff
}
.guess-you-like ul li .info p {
	font-size: 13px;
	color: #666;
	height: 19px;
	line-height: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.guess-you-like ul li .extrap {
	height: 20px;
	line-height: 20px;
	padding: 3px 5px 0
}
.guess-you-like ul li .extrap strong {
	color: #da0000;
	font-size: 15px;
	font-weight: normal;
	margin-right: 5px
}
.guess-you-like ul li .extra {
	color: #ababab;
	margin-top: 2px;
	font-size: 12px
}
.mob-footer {
	position: fixed;
	z-index: 99;
	bottom: 0;
	border-top: solid 1px #b2b2b2;
	width: 100%;
	height: 49px;
	background: #fdfdfd;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: justify;
	-ms-flex-align: center;
	justify-content: space-between;
	align-content: center;
	background-color: #fff
}
.mob-footer .footer-link {
	display: block;
	width: 20%;
	text-align: center
}
.mob-footer .footer-link span {
	display: inline-block;
	margin-top: 6px;
	width: 23px;
	height: 23px
}
.mob-footer .footer-link {
	color: #666;
	font-size: 12px
}
.mob-footer .footer-link p {
	margin-top: -4px;
	font-size: 12px;
	-webkit-transform: scale(0.9)
}
.mob-footer .footer-link.acti img {
	width: 58px;
	height: 58px;
	margin-top: -10px
}
.mob-footer .footer-link.home span {
	background: url(../images/home.png) center center no-repeat;
	background-size: cover
}
.mob-footer .footer-link.home p {
	color: #dd2727
}
.mob-footer .footer-link.cate span {
	background: url(../images/menu.png) center center no-repeat;
	background-size: cover
}
.mob-footer .footer-link.cart span {
	background: url(../images/cart.png) center center no-repeat;
	background-size: cover
}
.mob-footer .footer-link.allpro span {
	background: url(../images/allpro.png) center center no-repeat;
	background-size: cover
}
.mob-footer .footer-link.mine span {
	background: url(../images/user.png) center center no-repeat;
	background-size: cover
}
#JS_to_top {
	bottom: 70px
}
