.TvTitle{
    font-weight: bold;
    margin-top: 10px;
}
.TvTitle .Tvname{
    font-size: 24px;
}
.TitleIco{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 10px;
    
}
.describe{
    font-weight: 500;
    color: #999999;
    font-size: 14px;
}
.TvNav{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #eeeeee;
    color: #666666;
    margin-top: 20px;
    line-height: 46px;

}
.TvNav li{
    width: 300px;
    margin-bottom: -4px;
}
.TvNav li img{
    display: block;
    width: 26px;
    height: auto;
    margin: 0 auto;
    display: none;
    margin-bottom: -4px;
}
.TvNav li.choice{
    color: #ff5000;
    border-bottom: 4px solid #ff5000;
}
.TvNav li.choice img{
    display: block;
}
.ArrowBox{
    width: 50px;
    height: 50px;
}
.ArrowBox img{
    width: 100%;
    height: auto;
}
.shopBox .Exhibition{
    width: 1050px;
    display: none;
}
.shopBox .swiperUl li{
    width: 260px;
}
.shopBox .swiperUl li:hover img{
    transform:scale(1.2);

}
 .shopBox .time{
     font-size: 15px;
     color: #000000;
     /* font-weight: bold; */
     text-align: center;
     line-height: 40px;
     margin-top: 10px;
 }
 .shopBox .shopImg{
     width: 250px;
     height: 260px;
     overflow: hidden;
 }
 .shopBox .shopImg img{
     width: 100%;
     height: auto;
     display: block;
 }
 .shopBox  .shopName{
     font-size: 14px;
     counter-reset: #333333;
     margin: 5px 10px;
 }
 .shopBox .shopPrice{
     font-size: 18px;
     color: #ff5000;
     font-weight: bold;
     margin: 0 10px;
 }
.shopBox .shopPrice s{
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    margin-left: 10 px;
}
.seckill{
    margin: 30px 0;
  }
  .seckill .Title{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
  }
  /* .seckillList{
      height: 350px;
  } */
  .seckillList .ImgBox{
    width: 240px;
    height: 375px;
    overflow: hidden;
    display: block;
  }
  .seckillList .ImgBox img{
    width: 100%;
    height: auto;
  }
  .seckillList li{
    width: 230px;
    margin-left: 10px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 5px #e7e7e7;

  }
  .seckillList li:hover .shopImg img{
    transform:scale(1.2);
  }
  .seckillList li .shopName{
      margin: 0 10px;
  }
  .seckillList .shopImg{
    width: 210px;
    height: 240px;
    margin: 0 10px;
    overflow: hidden;
  }
  .seckillList .shopImg img{
      width: 100%;
      height: auto;
  }
  .seckillList .time{
      font-size: 14px;
      color: #ff5000;
      text-align: center;
      font-weight: bold;
      margin: 15px 0;
  }
  .seckillList .shopPrice{
    font-size: 20px;
    color: #ff5000;
    font-weight: bold;
    margin: 0 10px;
    margin-bottom: 10px;
  }
  .seckillList .shopPrice button{
    width: 90px;
    height: 30px;
    border: 0;
    background-color: #ff5000;
    color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
  }
  .coupon .Main{
      padding: 25px;
    background-color: #f4f4f4;
    text-align: center;

  }
  .coupon .Main .xzIco{
      display:inline-block;
      width: 30px;
      height: 30px;
      vertical-align: middle;
      margin-right: 10px;
  }
  .coupon .more{
    width: 240px;
  }
  .coupon .more div{
      color: #999999;
  }
  .coupon  .List{
    color: #F60;
    width: 240px;
    border-left: 1px solid #F60;
  }
  .coupon  .List .money{
      font-size: 50px;
      color: #F60;
      font-weight: bold;
      margin-right: 5px;
  }
  .coupon  .List .threshold{
    font-size: 15px;
    color: #F60;
  }
  .coupon  .List .Btn{
      color: #ffffff;
      text-align: center;
      line-height: 25px;
      background-color: #F60;
      font-size: 12px;
  }

  .recommend{
     margin: 50px 0;
  }
  .recommendNav{
      margin-bottom: 30px;
  }
  .recommendNav li{
    width: 100px;
    font-size: 18px;
    color: #555555;
    text-align: center;
    font-weight: bold;
  }
  .recommend .Main li{
      background-color:#f2f2f230;
      width: 280px;
      border-radius: 10px;
      box-shadow: 2px 2px #eee, -2px -2px #eee,2px -2px #eee, -2px 2px #eee;
      box-shadow: 0 0 5px #e7e7e7;
  }
  .recommend .Main li:hover{
    box-shadow: 2px 2px #FF5B22, -2px -2px #FF5B22,2px -2px #FF5B22, -2px 2px #FF5B22;

  }
  .recommend .Main .ImgBox{
    width: 280px;
    height: 280px;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
  }
  .recommend .Main .ImgBox img{
      display: block;
      width: 100%;
      height: auto;
  }
.Name{
      margin: 0 10px;
  }
  .recommend .Main .Price{
      margin: 0 10px;
    font-size: 20px;
    color: #F60;
    font-weight: bold;
  }
  .recommend .Main .Price s{
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    margin-left: 30px;
  }
  .recommend .Main .Btn{
      width: 120px;
      line-height: 30px;
      background-color: #F60;
      color: #ffffff;
      border-radius: 10px;
      margin: 10px auto;
      text-align: center;
  }
  .advertisement{
      height: 160px;
      overflow: hidden;
      margin-bottom: 50px;
  }
  .advertisement img{
      width: 100%;
      height: auto;
      display: block;
  }
  .youLike .Title{
    font-size: 24px;
    font-weight: bold;
}
.youLike .floatRight{
    font-size: 16px;
}
.youLike .Main{
    padding: 5px 5px 0;
    background-color: #f2f2f25e;
    margin-top: 10px;
}
.youLike .Main .left{
    width: 280px;
}
.youLike .Main .left .ImgBox{
    height: 440px;
    overflow: hidden;
}
.youLike .left .ImgBox img{
    width: 100%;
    height: auto;
}
.youLike .left .classList{
    background-color: #fff;
    padding: 30px 20px;
}
.youLike .left .classList li{
    width:110px;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}
.youLike .right{
    width: 905px;
}
.youLike .right .picture{
    width: 455px;
    height: 300px;
    background-color: #FFFFFF;
}
.youLike .right .picture img{
    width:100%;
    height: auto;
    display: block;
}
.youLike .right .shopBox{
    width: 220px;
    height: 300px;
    margin-bottom: 7px;
    background-color: #fff;
}
.youLike .right .shopBox:hover{
   border: 1px solid #FF5B22;
   box-sizing: border-box;
   overflow: hidden;

}
.youLike .right  .shopImg{
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 10px;
}
.youLike .Main .Price{
    margin: 0 10px;
  font-size: 14px;
  color: #F60;
  font-weight: bold;
}
.youLike .Main .Price s{
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-left: 30px;
}
.brand{
    margin: 50px 0;
    display: flex;
}
.brand .left{
    width: 440px;
    height: 450px;
    overflow: hidden;
}
.brand .left img{
    width: 100%;
    height: auto;
    display: block;
}
.brand .right{
    width: 750px;
    height: 450px;
    box-sizing: border-box;
}
.brand .right ul{
    flex-wrap: wrap;
}
.brand .right li{
    width: 125px;
    height: 113px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.floorTitle img{
    width: 24px;
    margin:0 10px;
}
.floorTitle .pic-type{
    font-size: 17px;
    font-size: 24px;
}
.coupon{
    margin-top: 20px;
}

.collect{
    font-size: 20px;
    float: right;
    font-weight: bold;
}
.collect img{
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-left: 10px;
}
.choice2{
    color: #229867;
    border-bottom: 2px solid #229867;
}
.choice3{
    color:#F60 !important;
}
#recommend .ListBox{
    display: none;
}
.transform180{
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
div{
    counter-reset: #555555;
}

