/* CSS Document */

/*html { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); _filter: none;}*/

body {
    width: 100%;
    font: 400 14px/1.5 "微软雅黑";
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -moz-user-select: none;
    margin: 0 auto;
    box-sizing: border-box;
    background: #ecf0f1;
    position:relative;
    z-index: 1;
}


.header {
    position: relative;
    width: 100%;
}
.pop{
    z-index: 90;
    position:fixed;
    text-align:center;
    height: 100vh;
    width: 100vw;
    background-color:rgba(152, 152, 153,0.86);opacity:1;
}
.pop img{
    /* margin-top: 30vh;
    margin-left: 22.5vw;
    margin-right: 22.5vw;
    margin-bottom: 30vh; */
    opacity:1;
    width: 55vw;
}

.pop a{
    margin-top: 30vh;
    margin-left: 22.5vw;
    margin-right: 22.5vw;
    margin-bottom: 30vh;
}



.close {
   background-image: url("../images/close.png");
   background-repeat:no-repeat;
   /* background-attachment:fixed;
   background-position:top; */
   background-size: 100% 100%;
    position: absolute;
    height: 9vw;
    width:  9vw;
    z-index: 91;
    margin-top: 50vw;
    margin-left: 21vw;
    margin-bottom: 50vw;
    margin-right: 75vw;
}

/*获取地址*/
.getposition {
    position: absolute;
    left: 4vw;
    top: 3.5vh;
    background-color: #fff;
    color: #6bb93a;
    width: 46%;
    height: 22px;
    padding-top: 5px;
    border-radius: 5px;
    z-index: 2;
}

.getposition a {
    float: left;
    margin-left: 8px;
    font-size: 3.2vw;
}

#store {
    width: 66%;
    overflow: hidden;
}

/*.arrow {
	margin-top: 10px;
	margin-left: 6px;
}*/
.icon1 img {
    width: 4.4vw;
    height: 4.4vw;
}

.arrow img {
    width: 2.4vw;
    margin-top: 1vh;
}
@font-face{
    font-family: 'FZqianhei';
    src: url('../fonts/FZqianhei.ttf');
}

@font-face{
    font-family: 'HYxiyuan';
    src: url('../fonts/HYxiyuan.ttf');
}

@font-face{
    font-family: 'ZZGFRH';
    src: url('../fonts/ZZGFRH.otf');
}
/*
.search {
	position: absolute;
	top: 60px;
	left: 20px;
	width: 90%;
}
*/

/*.search input {
	position: relative;
	width: 100%;
	height: 30px;
	font-size: 16px;
	border-radius: 10px;
	outline: none;
	background-color:rgba(200, 200, 200, 0.4);
	border: 0px;
	color: #fff;
	text-align: center;
}*/

/*
input::-webkit-input-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	!* Mozilla Firefox 19+ *!
	color: #fff;
}

input:-moz-placeholder {
	!* Mozilla Firefox 4 to 18 *!
	color: #fff;
}

input:-ms-input-placeholder {
	!* Internet Explorer 10-11 *!
	color: #fff;
}
*/

/*
.icon2 {
	background: url(../images/pic85.png) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 18px;
	position: absolute;
	top: 8px;
	left: 30%;
	z-index: 1000;
}
*/
.icon3 {
    width: 11vw;
    height: 26px;
    position: absolute;
    top: 3.5vh;
    right: 4vw;
    font-size: 2.4vw;
    z-index: 1000;
    background: url(../images/pic86.png) 20% top no-repeat;
    background-size: 22px;
    padding-top: 22px;
    color: #ffffff;
}

.icon3 a {
    color: #ffffff;
}

/*轮播*/
.device .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 10;
    height: 60vw;
   /* width: 100%;*/
}

.device .swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
}

.device .swiper-slide {
    float: left;
}

.device {
    position: relative
}

.device .arrow-left {
    background: url(../images/template_5.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 10;
    display: none;
}

.device .arrow-right {
    background: url(../images/template_6.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 50px;
    height: 50px;
    z-index: 10;
    display: none;
}

.device .swiper-container img {
  /*  width: 100%;*/
    height: 60vw;
}

.device .points {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 6px;
    width: 100%;
    z-index: 10
}

.device .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.device .swiper-active-switch {
    background: #9bcc0e;
}

.banner img {
    width: 100%;
}

.swiper-pagination {
    width: auto !important;
    right: 10px !important;
    left: auto !important;
}

.root-content {
    padding: 0 10px;
    width: 100%;
   /* height:60vw;*/
    box-sizing: border-box;
    margin-top: 10px;
}

nav {
    width: 100%;
    background: #fff;
    padding-bottom: 15px;
}

nav a {
    float: left;
    width: 25%;
    padding: 15px 0 0;
}

nav a img {
    width: 60%;
    margin: 0 auto;
}

nav a p {
    color: #666;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.rush-buy {
    padding: 15px 0;
    background: #fff;
}

.rush-buy .title {
    padding: 0 15px;
}

.rush-buy .title h2 {
    font-size: 24px;
    color: #ff6600;
    padding-left: 30px;
    background: url("../images/pic87.png") no-repeat left center;
    font-weight: 500;
    background-size: 24px auto;
    float: left;
}

.rush-buy .title .time {
    float: right;
    font-size: 14px;
    color: #666;
    margin-top: 7px;
}

.rush-buy .title .time span {
    font-size: 12px;
    display: inline-block;
    background: #ccc;
    color: #fff;
    padding: 1px 6px;
    border-radius: 4px;
}

.rush-buy > .goods-list {
    margin-top: 10px;
    padding: 0 5px;
    height:50vw;
}

.rush-buy > .goods-list a {
    padding: 0 10px;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    text-align: center;
}

.rush-buy > .goods-list a:last-child {
    border: 1px solid transparent;
}

.rush-buy > .goods-list a img {
    width: 100%;
}

.rush-buy > .goods-list a h3 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    margin-top: 6px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rush-buy > .goods-list a p {
    font-size: 20px;
    color: #fe6367;
}

.rush-buy > .goods-list a span {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

/*抢购*/
.good-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.good-container .swiper-wrapper {
    position: relative;
    width: 100% !important;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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
}

.good-container .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 33.33%;
    position: relative
}

.ad img {
    width: 100%;
}

ul.goods-list {
    padding-bottom: 90px;
}

ul .dispatching{
    color: #252525;
    font-size: 3.2vw;
}
ul .retail{
    color: #000000;
    font-size: 3.4vw;
    line-height:5vw;
    font-family: "HYxiyuan";
   /* padding-top: 1.8vw;*/
}
ul.goods-list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-top: 0px;
}

ul.goods-list li:nth-child(2n-1) {
    padding: 0 1px 2px 10px;
}

ul.goods-list li:nth-child(2n) {
    padding: 0 10px 2px 1px;
}

ul.goods-list li a {
    background: #fff;
    padding: 10px 10px 5px;
    box-sizing: border-box;
}

ul.goods-list li a img {
    width: 100%;
}

ul.goods-list li a h3 {
    font-size: 4.3vw !important;
    text-align: left;
    line-height:6vw;
    font-family: "ZZGFRH";
    color: #333;
    margin-top: 10px;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 1.25vw;
}

ul.goods-list li a p {
    font-family: "FZqianhei";
    text-align: left;
    font-size: 3.4vw;
    line-height:5vw;
    color: #000000;
    /* margin-top: 2px; */
    /*float:left;*/
}
/*热卖*/
.hotsale {
    background-color: #ffffff;
    margin:10px 10px 0 10px;
}
.hotsale img{
    width:100%;
}

.footer a img {
    /*	height: 26px;*/
    margin: 3px auto;
}
.footer  h1{
    padding-top: 3px;
    font-size: 2.4vw;
}

/*.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    border-top: 2px solid #e1e1e1;
    font-size: 2vw;
    width: 100%;
}

.footer a {
    float: left;
    width: calc(100% / 4);
    text-align: center;
}

.footer a img {
    height: 7vw;
    margin: .5vw auto;
}

.footer a:nth-child(4) {
    color: #6ab93a;
}*/








.footer {
    font-size: 2.4vw;
    width: 100%;
    height:49px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
}

.footer  h1{
    padding-top: 2px;
    font-size: 2.4vw;
}
.footer a {
    width: 25%;
    float: left;
    text-align: center;
    padding-top: 5px;
    color: #666;
    font-size: 2.4vw;
}
/*footer a {
	width: 25%;
	float: left;
	text-align: center;
	padding-top: 5px;
	color: #666;
	font-size: 2.4vw;
}*/

.footer a img {
    width:6.1vw;
    height:6.1vw;
    margin:0 auto;
    display: block;
}

.footer a:nth-child(1) {
    color: #6ab93a;
}







@media only screen and (max-device-width: 374px) {
    .rush-buy .title .time {
        font-size: 12px;;
        margin-top: 10px;
    }

    .rush-buy .title .time span {
        font-size: 10px;
    }

    .rush-buy > .goods-list a h3 {
        font-size: 10px;
        margin-top: 6px;
    }

    .rush-buy > .goods-list a p {
        font-size: 14px;
    }

    .rush-buy > .goods-list a span {
        font-size: 10px;
    }

    ul.goods-list li a h3 {
        font-size: 12px;
    }
}
