@charset "utf-8";

/* CSS Document */
@import url("//image.360lj.com/css/commonhome.css");

/* 默认样式初始化 */
ul {
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
}
img {
  font: 20px/80px "微软雅黑";
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
b {
  font-weight: normal;
}

/* 清浮动 */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.clearfix {
  zoom: 1;
}

/*html5  因为HTML5在IE8默认情况下表现为内联元素，对这些元素进行布局我们需要利用CSS手工把它们转为块状元素方便布局*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}

@media screen and (max-width: 1366px) {
  div.nav_side.lt-side {
    right: 20px;
  }
}

/* 浮动的侧边导航 */
.nav_side a {
  display: block;
}
.nav_side .first {
  margin-top: 92px;
}
/* .nav_side > .lt-side-items .active {
  color: #000;
  background: #fded06;  
} */
.part {
  position: relative;
  top: 0;
}
.nav_side {
  display: none;
}

/* 右侧边浮动导航 */
.nav_side.lt-side {
  position: fixed;
  top: 50%;
  right: calc(50% - 748px);
  z-index: 100;
  width: 136px;
  height: 687px;
  pointer-events: none;
  background: url(../images/dh-2.png) no-repeat center;
  text-align: center;
  background-size:cover;
}

.lt-side-items {
  padding-top: 164px;
}

.nav_side > .lt-side-items a {
  position: relative;
  display: block;
  height: 37px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
  line-height: 37px;
  font-size: 24px;
  width: 136px;
  margin-top: 14px;
}
.nav_side > .goTop {
  position: relative;
  display: block;
  height: 31px;
  width: 98px;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  font-size:24px;
  line-height: 31px;
  border-radius: 10px;
  margin-left: 18px;
  margin-top: 31px;
}

/* 左侧边导航栏 */
@media screen and (max-width: 1366px) {
  div.nav-side.rg-side {
    left: 20px;
  }
}

/* 浮动的侧边导航 */
.nav-side a {
  display: block;
}
.nav-side .first {
  margin-top: 92px;
}
.nav-side > .lt-side-items .active {
  color: #000;
  background: #fded06;  
}
.part {
  position: relative;
  top: 0;
}
/* .nav-side {
  display: none;
} */
.nav-side.rg-side {
  position: fixed;
  top: 50%;
  left: calc(50% - 748px);
  z-index: 100;
  width: 243px;
  height: 607px;
  pointer-events: none;
  background: url(../images/dh-1.png) no-repeat center;
  text-align: center;
  background-size: cover;
  display: none;
}
.nav-side > .rg-side-items h3>a{
  position: relative;
  display: block;
  height: 63px;
  width: 237px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
  line-height: 63px;
  font-size: 41px;
}
.nav-side > .rg-side-items>a{
  position: relative;
  display: block;
  height: 33px;
  width: 111px;
  color: #fff;
  float: left;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
  line-height: 33px;
  font-size: 21px;
  margin-top: 10px;
}
.rg-side-items {
  padding-top: 216px;
}

.nav-side > .gotop {
  float: left;
  display: block;
  height: 36px;
  width: 114px;
  cursor: pointer;
  text-align: center;
  pointer-events: auto;
  color: #fff;
  font-size: 27px;
  line-height: 36px;
  margin-left: 73px;
  margin-top: 31px;
  
}

.zxkf {
  cursor: pointer;
}
/* 媒体查询---------------------------- */
@media screen and (max-width: 1450px) {
  .rg-side,
  .lt-side {
    display: none !important;
  }
}
@media screen and (max-width: 1598px) and (min-width: 1450px) {
  .rg-side {
    left: calc(50% - 740px);
  }
  .lt-side {
    right: calc(50% - 740px);
  }
}
@media screen and (min-width: 1598px) {
  .rg-side {
    left: calc(50% - 800px);
  }
  .lt-side {
    right: calc(50% - 800px);
  }
}
/* 回到顶部 */
.goTop {
  cursor: pointer;
}


/*居中容器*/
.ct-box {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

/*页面容器*/
.page-box {
  color: #000;
  padding-bottom: 1px;
  margin: 0 auto;
  max-width: 1920px;
  min-width: 1375px;
  font-family: "Microsoft YaHei", "lucida grande", "lucida sans unicode", lucida,
    helvetica, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  line-height: normal;
  background-color: #f3c862;
  text-align: center;
}

/* banner */
.banner {
  height: 887px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ban-1 {
  background-image: url(../images/gq-1.jpg);
}
/* banner */


/* 优惠券 */
.coupon {
    height: 548px;
    background: url(../images/gq-2.jpg) no-repeat center;\
    box-sizing: border-box;
}
.coupon >div{
    margin: 0 auto;
    height: 278px;
    width: 984px;
      transform: skew(7deg,-9deg);
    transform-origin: left;
    padding-top: 130px;
}
.coupon >div>a {
  display: inline-block;
  width: 190px;
  height: 278px;
  position: relative;
  transform: skew(3deg,9deg);    /* skew(x-angle,y-angle) */    
  transform-origin: left;   /* 倾斜的原点 */   
}
.coupon >div>a:nth-child(1) {
  top: 21px;
  left: -113px;
  transform: skew(-18deg,5deg);
}
.coupon >div>a:nth-child(2) {
  top: 39px;
    left: -8px;
  transform: skew(-11deg,-4deg);
}
.coupon >div>a:nth-child(3) {
  top: -28px;
  left: 57px;
  transform: skew(-11deg,-4deg);
  width: 161px;
  height: 207px;
}
.coupon >div>a:nth-child(4) {
  top: -41px;
  left: 122px;
  transform: skew(-11deg,-4deg);
  width: 142px;
  height: 203px;

}
/* 优惠券 */

/* 翻卡片 */
.draw{
  height: 652px;
  background: url('../images/gq-3.jpg')no-repeat center;
}
.draw>div{
  width: 988px;
 height: 652px;
 margin: 0 auto;
}
.draw>div .draw-l{
    width: 474px;
    height: 570px;
    cursor:pointer;
}
.draw>div .draw-l>img{
  animation-name: my_chage2; /*动画名称，需要跟@keyframes定义的名称一致*/  
  animation-duration: 2s;/*动画持续的时间长*/  
  animation-iteration-count: infinite;/*动画循环播放的次数*/  
  margin-top: 499px;
  margin-left: 228px;

}  
@-webkit-keyframes my_chage2 {  
  from{  
      transform:scale(1,1);
  }  
  50%{  
      transform:scale(1.15,1.15);  
  }  
  to{  
  
      transform:scale(1,1);  
  }  
}  
/* 翻卡片 */

/* 福利大放送 */
.welfare{
  height: 512px;
  background: url(../images/gq-4.jpg) no-repeat center;
}
.welfare>div{
  height: 512px;
  width: 988px;
  margin: 0 auto;
}
.welfare >div>div{
  width: 988px;
  height: 44px;
  position: relative;
  top:372px;
}
.welfare>div>div>a{
  height: 44px;
  width: 200px;
  display: inline-block;
  position: relative;
}
.welfare>div>div>a>img{
  animation-name: my_chage2; /*动画名称，需要跟@keyframes定义的名称一致*/  
  animation-duration: 2s;/*动画持续的时间长*/  
  animation-iteration-count: infinite;/*动画循环播放的次数*/  
  margin-left: 186px;
    margin-top: 10px;
  
}
.welfare>div>div>a:nth-child(1){left: -127px;}
.welfare>div>div>a:nth-child(2){left: 2px;}
.welfare>div>div>a:nth-child(3){left: 128px;}

/* 福利大放送 */

/* 9.9换购 no */
.full{
  height:855px ;
  background: url(../images/gq-5.jpg) no-repeat center;
}
.full>div{
  width: 990px;
  height: 488px;
  margin: 0 auto;
}
.full>div>ul{
  width: 990px;
  height: 389px;
  
}
.full>div>ul>li{
  float: left;
  width: 309px;
  height: 383px;
  margin-top: 100px;
}
.full>div>ul>li>img{
  margin-top: 100px;
  height: 200px;
}
.full>div>ul>li>a{
  width: 150px;
  height: 44px;
  display: block;
  margin-left: 68px;
  margin-top: 18px;
}
.full>div>ul>li>a>img{
  animation-name: my_chage2; /*动画名称，需要跟@keyframes定义的名称一致*/  
  animation-duration: 2s;/*动画持续的时间长*/  
  animation-iteration-count: infinite;/*动画循环播放的次数*/  
  margin-left: 132px;
  margin-top: 12px;
}
/* 9.9换购 on  */

/* 健康出行 */
.health{
  height: 1310px;
}
.health .health-h{
  height: 93px;
  background: url(../images/gq-6.jpg) no-repeat center;
}
.health .health-b{
  height: 1217px;
  background: url(../images/gq-7.jpg) no-repeat center;
}
.health .health-b>div{
  width: 996px;
  height: 870px;
  margin:  0 auto;
}
.health .health-b>div>ul>li{
  width: 244px;
  height: 403px;
  background: url(../images/bj.png) no-repeat center;
  float: left;
  margin-bottom: 16px;
  margin-left: 5px;
}
.health .health-b>div>ul>li >.box{
  width: 140px;
  margin-top: -45px;
  margin-left: 47px;
  height: 44px;
  cursor:pointer;
}
.health .health-b>div>ul>li>a{
  display: block;
  width: 244px;
  height: 403px;
}
.health .health-b>div>ul>li>a>img{
width: 200px;
height: 200px;
margin-top: 34px;
}
.health .health-b>div>ul>li>a>h3{
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fe0000;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.health .health-b>div>ul>li>a>p{
  width: 173px;
  text-align: left;
  margin-left: 12px;
}

/* 健康出行 off  */

/* 9.9 */
.seckill{
  height:1003px ;
}
.seckill .seckill-h{
    height: 95px;
    background: url(../images/gq-8.jpg) no-repeat center;
}
.seckill .seckill-b{
  height: 908px;
  background: url(../images/gq-9.jpg) no-repeat center;
}
.seckill .seckill-b>div{
  width: 996px;
  height: 870px;
  margin:  0 auto;
}
.seckill .seckill-b>div>ul>li{
  width: 244px;
  height: 403px;
  background: url(../images/bj.png) no-repeat center;
  float: left;
  margin-bottom: 16px;
  margin-left: 5px;
}
.seckill .seckill-b>div>ul>li >.box{
  width: 140px;
  margin-top: -45px;
  margin-left: 47px;
  height: 44px;
  cursor:pointer;
}
.seckill .seckill-b>div>ul>li>a{
  display: block;
  width: 244px;
  height: 403px;
}
.seckill .seckill-b>div>ul>li>a>img{
width: 200px;
height: 200px;
margin-top: 34px;
}
.seckill .seckill-b>div>ul>li>a>h3{
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fe0000;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.seckill .seckill-b>div>ul>li>a>p{
  width: 173px;
  text-align: left;
  margin-left: 12px;
}


/* 更多优惠 on*/

.low-price{
  height: 1077px;
}
.low-price .low-price-h{
  height: 111px;
  background: url(../images/gq-10.jpg)no-repeat center;
}
.low-price .low-price-b{
  height: 993px;
  background: url(../images/gq-11.jpg)no-repeat center;
}
.low-price .low-price-b .low-price-xxk{
  width: 1008px;
  height: 65px;
  margin: 0 auto;
  padding-bottom: 28px;
}
.low-price .low-price-b .low-price-xxk>a{
  display: block;
  float: left;
  background:#f3c862;
  color:#e84e36 ;
  font-size:34px;
  line-height: 65px;
  text-align: center;
  height: 65px;
  width: 195px;
  border: 1px dashed #e84e36;
  margin-right: 50px;

  border-radius:33px; 
}
.low-price .low-price-b .low-price-xxk .active{
  background: #e84e36;color: #ffffff;
  box-shadow: 6px 6px 5px #b77511;
}
.low-price .low-price-b .low-price-sp-bj{
  width: 998px;
  height: 870px;
  margin:  0 auto;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj>ul>li{
  width: 244px;
  height: 403px;
  background: url(../images/bj.png) no-repeat center;
  float: left;
  margin-bottom: 16px;
  margin-left: 5px;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj>ul>li >.box{
  width: 140px;
  margin-top: 13px;
  margin-left: 47px;
  height: 44px;
  cursor:pointer;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj{
  display: none;
}
.seckill .seckill-b>div>ul>li>a{
  display: block;
  width: 244px;
  height: 403px;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj>ul>li>a>img{
width: 200px;
height: 200px;
margin-top: 34px;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj>ul>li>a>h3{
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fe0000;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.low-price .low-price-b .low-price-sp-bj .low-price-bj>ul>li>a>p{
  width: 173px;
  text-align: left;
  margin-left: 12px;
}
/* 更多优惠 off*/

/* 猜你喜欢 */
.youlike{
  height: 989px;
}
.youlike .youlike-h{
  background: url(../images/gq-12.jpg) no-repeat center;
  height: 147px;
}
.youlike .youlike-b{
  background: url(../images/gq-13.jpg) no-repeat center;
  height: 898px;
}
.youlike .youlike-b>div{
  width: 996px;
  height: 870px;
  margin:  0 auto;
}
.youlike .youlike-b>div>ul>li{
  width: 244px;
  height: 403px;
  background: url(../images/bj.png) no-repeat center;
  float: left;
  margin-bottom: 16px;
  margin-left: 5px;
}
.youlike .youlike-b>div>ul>li>a{
  display: block;
  width: 244px;
  height: 403px;
}
.youlike .youlike-b>div>ul>li >.box{
  width: 140px;
  margin-top: -45px;
  margin-left: 47px;
  height: 44px;
  cursor:pointer;
}
.youlike .youlike-b>div>ul>li>a>img{
width: 200px;
height: 200px;
margin-top: 34px;
}
.youlike .youlike-b>div>ul>li>a>h3{
  width: 200px;
  height: 48px;
  line-height: 48px;
  color: #fe0000;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
}
.youlike .youlike-b>div>ul>li>a>p{
  width: 173px;
  text-align: left;
  margin-left: 12px;
}
/* 特惠 on */
.preferential{
  height: 641px;
}
.preferential-h{
  height: 101px;
  background: url(../images/gq-14.jpg) no-repeat center;
}
.preferential-sp{
  height: 540px;
  background: url(../images/gq-15.jpg) no-repeat center;
}
.preferential-sp>div{
  height: 485px;
  width: 1000px;
  margin: 0 auto;
  
}
.preferential-sp>div>a{
  display: block;
  width: 240px;
  height: 150px;
  float: left;
  margin: 0 10px 10px 0;
}
/* 特惠 off */

/* 标题 */
.tit {
  display: block;
  margin: 40px auto 20px;
}

.yh-box {
  display: block;
  margin: 30px auto 0;
  width: 990px;
}

.yh-box > a {
  position: absolute;
}
.yh-box > a:nth-of-type(1) {
  width: 430px;
  height: 100%;
  left: 30px;
}
.yh-box > a:nth-of-type(2) {
  width: 200px;
  height: 54px;
  top: 246px;
  left: 767px;
}

.yh-box > div {
  position: absolute;
  top: 252px;
  left: 480px;
  font-size: 30px;
  color: #333333;
}
.yh-box > div > span {
  font-size: 48px;
}

.mid {
  margin-top: 60px;
}

/* .商品展示 */
.show {
  position: relative;
  display: block;
  width: 1100px;
  font-size: 0;
}

.show > a {
  display: inline-block;
  margin: 5px;
  width: 240px;
  background: #fff;
}
.show > a > img {
  display: block;
  margin: 20px auto;
  width: 180px;
  height: 180px;
  transition: all 0.3s linear;
}
.show > a > p {
  display: block;
  margin: 10px 20px;
  font-size: 25px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.show > a > div {
  display: block;
}
.show > a > div > span {
  display: inline-block;
}
.show > a > div > span:nth-of-type(1) {
  margin-right: 20px;
  font-size: 25px;
  color: #a40c0c;
}
.show > a > div > span:nth-of-type(2) {
  font-size: 18px;
  color: #757474;
  text-decoration: line-through;
}

.show > a > span {
  display: inline-block;
  margin: 10px auto 20px;
  padding: 5px 20px;
  font-size: 18px;
  color: #fff;
  background: #a40c0c;
}

.show > a:hover > img {
  margin: 10px auto;
  width: 200px;
  height: 200px;
}

/* 多种方式 */
.btm-btn-box{
  height: 305px;
  background: url(../images/gq-16.jpg)no-repeat center;
}
.btm-btn-box >div{
  height: 305px;
  width: 988px;
  margin: 0 auto;
}
.btm-btn-box>div > a {
  display: inline-block;
  width: 190px;
  height: 66px;
}

.btm-btn-box>div > a:nth-child(1){
  margin-top: 33px;
  margin-right: 303px;
}
/* 抽奖 */
.mask_1,.mask_2{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0, 0.8);
  z-index: 1000;
}
.mask_1>div,.mask_2>div{
  width:494px;
  height:698px;
  position: relative;
top: 10%;
left: 36%;
}
.mask_1 >div{
background: url(../images/rule.png) no-repeat;
background-size: 100% 100%;
}
.mask_1>div span {
display: block;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -100px;
width: 200px;
height: 100px;
}
.mask_2 img{
width:494px;
height:698px;

}
.mask_2>div .cont-1{
position: absolute;
bottom: 163px;
    left: 0;
    width: 100%;
    height: 45px;
}
.mask_2>div .cont-1 a{
display: block;
width: 135px;
height: 45px;
position: relative;
}
.mask_2>div .cont-1 a:first-child{
  top: 3%;
  left: 15%;
}
.mask_2>div .cont-1 a:last-child{
  top: -101%;
    left: 58%;
}
.mask_2>div> div:last-child{
  position: absolute;
  bottom: 2%;
    left: 47%;
  margin-left: -24px;
  width: 80px;
  height: 80px;
}