@charset "utf-8";
/*首页公用部分*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #f0f0f0;
    line-height: 1.3;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

a {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

fieldset, img {
    border: 0
}

html, body {
    font-size: 10px;
}

i, em {
    font-style: normal
}

html {
    -webkit-text-size-adjust: none;
}

/*轮播图片样式*/
#index-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

#index-container .swiper-wrapper {
    position: relative;
    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
}

#index-container .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%;
    position: relative;
    float: left
}

#index-container .swiper-slide img {
    width: 100%;
    display: block;
    overflow: hidden;
}

#index-container .swiper-pagination {
    bottom: 0.15rem;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    text-align: center;
}

#index-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.04rem;
    background: #fff;
    display: inline-block;
    margin-left: 0.04rem;
    opacity: 0.8;
}

#index-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fd6767
}

/*轮播图片样式 end*/
.home {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/178572004e8c4af5959ec2d81ef1153d.gif) repeat;
    overflow: hidden
}

.home-nav {
    height: 1.32rem;
    background: #fff;
    margin: 0.2rem 0;
    padding: 0.28rem 0 0.3rem 0;
}

.home-nav li {
    width: 20%;
    float: left;
    height: 1.32rem;
    text-align: center
}

.home-nav li a img {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto;
    margin-bottom: 0.2rem
}

.home-nav li a {
    font-size: 0.26rem;
    color: #3e3a39;
}
/*掌上抢 开始*/
.global-good {
    background: #fff;
    margin-bottom: 0.2rem;
    overflow: hidden;
}

.global-good h2 {
    position: relative;
    padding: 0.15rem 0.2rem 0 0.3rem;
}

.global-good h2 i {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 1.5rem;
    height: 0.53rem;
    line-height: 0.53rem;
    background: url(http://cms.3qianwan.com/mImg/2016/10/21/e3832ee1e3f84eb98eb984f40340fd4d.png) no-repeat;
    background-size: 100%;
    top: 0.17rem;
    float: left;
}

.global-good h2 .gl {
    position: relative;
    font-size: 0.23rem;
    color: red;
    line-height: 0.7rem;
    left: 1.55rem;
}

.global-good-more {
    position: absolute;
    width: 50%;
    left: 3rem;
    top: 0.3rem;
}

.global-good-more > div {
    width: 0.5rem;
    height: 0.355rem;
    border: 1px solid;
    float: left;
    margin-right: 0.2rem;
    text-align: center;
    font-size: 0.25rem;
    line-height: 0.36rem;
    border-radius: 0.035rem;
}

.global-good-more > div:nth-child(3) {
    color: red;
    border-color: red;
}

.global-good-more > div:nth-child(1):before {
    content: ':';
    position: absolute;
    left: 0.6rem;
    font-size: 0.33rem;
}

.global-good-more > div:nth-child(2):before {
    content: ':';
    position: absolute;
    left: 1.34rem;
    font-size: 0.33rem;
}

#global-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 0.1rem;
}

#global-container .swiper-wrapper {
    position: relative;
    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;
}

#global-container .swiper-slide {
    border: 1px solid #e6e5e5;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
}

#global-container .swiper-slide a img {
    width: 2rem;
    height: 2rem;
}

#global-container .sw_title {
    height: 0.79rem;
    /*line-height: 0.75rem;*/
    background: #efefef;
    position: relative;
}

#global-container .sw_title .sw_left {
    float: left;
    width: 50%;
}

#global-container .sw_title .sw_left > div {
    line-height: 0.35rem;

}

#global-container .sw_title .sw_left > div:nth-child(1) {
    margin-top: 0.05rem;
    font-size: 0.25rem;
    color: #DD0000;
}

#global-container .sw_title .sw_left > div:nth-child(2) {
    font-size: 0.05rem;
    color: #999999;
    text-decoration: line-through;
}

#global-container .sw_title .sw_zhe {
    width: 0.8rem;
    height: 0.855rem;
    float: right;
    line-height: 0.75rem;
    position: absolute;
    bottom: 0px;
    right: 0.05rem;
    background: url(http://cms.3qianwan.com/mImg/2016/10/22/93a5076d7e3b47ca9d97663761274f73.png) no-repeat;
    background-size: 100%;
    color: #ffffff;
    font-size: 0.1rem;
}

#global-container .sw_title .sw_zhe:first-letter {
    font-size: 0.3rem;
}

#global-container .biqiang .sw_biqiang {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0.55rem !important;
    height: 0.4rem !important;
    display: block !important;
}

/*掌上抢 结束*/

/*组合推荐*/
.combination {
    background: #fff;
    overflow: hidden;
    width: 100%;
	margin-bottom: 0.2rem
}
.combination a{
	 width:50%;
	 float:left;
	 -webkit-box-sizing: border-box;
     padding-right:1.5px;
	}
.combination a:nth-child(2n){
     padding:0px 0px 0px 1.5px;
	}
.combination a.aimglist:nth-child(1), .combination a:nth-child(2){
     padding-bottom:3px;
	}			

.combination  a img {
    width: 100%;
    height: 100%;
	display:block;
	overflow:hidden;
}
/*限时秒杀 开始*/
.time-spike a {
    display: block;
    margin-bottom: 0.2rem
}

.time-spike a img {
    width: 100%;
    display:block;
    overflow:hidden;
}
/*限时秒杀 结束*/
/*产品部分*/
.product-box {
    background: #fff;
    margin-bottom: 0.2rem
}

.product-box h2.pro-t, .more-exciting h2.pro-t {
    height: 0.8rem;
}

.product-box h2.title1 {
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/56e6a016e1584bfe889e09f4a2132b54.gif) no-repeat center;
    background-size: 1.83rem 0.8rem
}

.product-box h2.title2 {
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/aa7cea8553174641a9097a19e0af722a.gif) no-repeat center;
    background-size: 1.83rem 0.8rem
}

.product-box h2.title3 {
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/51fe8fb1c6b94b85ba0b6efe804c9497.gif) no-repeat center;
    background-size: 1.83rem 0.8rem
}

.product-box h2.title4 {
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/f9b7b9a0da0d4aca862f204dc7cf2219.gif) no-repeat center;
    background-size: 1.83rem 0.8rem
}

.more-exciting h2.title5 {
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/b35db75f7b624e82b7d33f97f49d7ebe.gif) no-repeat center;
    background-size: 1.83rem 0.8rem
}

.product-box a.product-banner img {
    width: 100%;
}

.product-container {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0.2rem 0;
}

.product-container .swiper-wrapper {
    position: relative;
    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;
}

.product-container .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;
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    padding: 0 0.2rem;
    height: 2.82rem
}

.product-container .swiper-slide a {
    display: block;
}

.product-container .swiper-slide a img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.product-container .swiper-slide h3 a {
    color: #3e3a39;
    font-size: 0.24rem;
    margin: 0.1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.product-container .swiper-slide:last-child {
    background: #fafafa;
    border-right: 0.2rem solid #fff;
    position: relative;
}

.product-container .swiper-slide:last-child a {
    font-size: 0.24rem;
    color: #3e3a39;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin: -0.17rem 0 0 0;
    display: inline-block;
    padding-left: 0.03rem;
}

.product-container .swiper-slide:last-child a em {
    font-size: 0.18rem;
    color: #ff4646;
}

span.x-price {
    color: #ff4646;
    font-size: 0.16rem;
}

span.x-price i {
    font-size: 0.26rem
}

span.o-price {
    color: #898989;
    font-size: 0.12rem;
    text-decoration: line-through;
    margin-left: 0.1rem
}

span.o-price i {
    font-size: 0.18rem
}

/*更多精彩*/
.more-main {
    margin-top: 0.15rem;
    padding: 0 0.05rem;
    overflow: hidden
}

.more-main li {
    background: #fff;
    width: 50%;
    float: left;
    position: relative
}

.more-main li p.flag {
    width: 34px;
    height: 22px;
    position: absolute;
    left: 0.05rem;
    top: 0.05rem;
}

.more-main li p.flag img {
    width: 34px;
    height: 22px;
}

.more-main li a {
    border: 0.05rem solid #f0f0f0;
    display: block;
    padding: 0.2rem;
    overflow: hidden
}

.more-main li a img.picimg {
    display: block;
    width: 100%
}

.more-main li a h3 {
    color: #3e3a39;
    font-size: 0.26rem;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.more-main li a h4 {
    overflow: hidden
}

.more-main li a h4 span {
    width: 0.29rem;
    height: 0.29rem;
    display: block;
    float: left;
    margin: 0.12rem 0.1rem 0.06rem 0;
    text-indent: -9999px;
}

span.promotion-cion1 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/0990b36338344d21993e50edfeddde73.png) no-repeat;
    background-size: 0.29rem 0.29rem;
}

span.promotion-cion2 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/b6ab561bb1bb4811a85fb86b3688d6a2.png) no-repeat;
    background-size: 0.29rem 0.29rem;
}

span.promotion-cion3 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/a71b6932746541a4b7f53e7701e5d020.png) no-repeat;
    background-size: 0.29rem 0.29rem;
}

span.promotion-cion4 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/7a9d00fe5d1f4d50aa81320245fd26e0.png) no-repeat;
    background-size: 0.29rem 0.29rem;
}

.more-main li a h5 {
    display: inline-block;
    font-size: 0.18rem
}

.more-main li a h5 span {
    color: #ff4646;
}

.more-main li a h5 span i {
    font-size: 0.32rem
}

.more-main li a h5 span:last-child {
    color: #b5b5b6;
    font-size: 0.14rem;
    text-decoration: line-through;
    margin-left: 0.1rem
}

.more-main li a h5 span:last-child i {
    font-size: 0.24rem;
}

.bonded {
    margin-top: 0.3rem
}

.bonded img {
    width: 100%;
}

/*wap首页弹出下载APP框*/
.index-box {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9990;
}

.index-box-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 9991;
    filter: alpha(opacity=50);
    opacity: .7;
}

.index-box-centen {
    width: 100%;
    padding: 0px 20px;
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: 9999;
    text-align: center
}

.index-box-centen img {
    width: 100%
}

.index-box-centen a.del {
    display: block;
    width: 24px;
    height: 24px;
    background: url(http://cms.91xsj.com/mImg/2016/05/30/38226d354cdc472d9181d676eb431b70.png) no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: -30px;
}

a.screen-but {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff url(http://cms.91xsj.com/mImg/2016/05/30/e4b746cda5ac4f74b1ddd35b4b4bf61f.png) no-repeat 5px 5px;
    border-radius: 100%;
    opacity: 0.8;
    background-size: 20px 20px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 999;
}

/*底部*/
.no-foot {
    height: 51px;
}

.footer-m {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 98;
}

.footer-m a.fotimg img {
    width: 100%
}

.footer {
    width: 100%;
    height: 50px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.footer li {
    width: 20%;
    float: left;
    margin-top: 5px;
}

.footer li a {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0 auto;
    margin-top: 2px;
}

.footer li a.nav1 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat;
    background-size: 190px 78.5px;
}

.footer li a.nav2 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -38px 0px;
    background-size: 190px 78.5px;
}

.footer li a.nav3 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -76px 0px;
    background-size: 190px 78.5px;
}

.footer li a.nav4 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -114px 0px;
    background-size: 190px 78.5px;
}

.footer li a.nav5 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -152px 0px;
    background-size: 190px 78.5px;
}

.footer li.set a.nav1 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat 0px -41px;
    background-size: 190px 78.5px;
}

.footer li.set a.nav2 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -38px -41px;
    background-size: 190px 78.5px;
}

.footer li.set a.nav3 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -76px -41px;
    background-size: 190px 78.5px;
}

.footer li.set a.nav4 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -114px -41px;
    background-size: 190px 78.5px;
}

.footer li.set a.nav5 {
    background: url(http://cms.91xsj.com/mImg/2016/05/30/be884699a69c4cc3bafb6a17c1d9f305.png) no-repeat -152px -41px;
    background-size: 190px 78.5px;
}





















