/*
*@Author: 盛世华彩-邱
 */
.headerBox{
  width: 100%;
  padding: 10px 0px 90px;
  background-color: #ffffff;
}
.headerBox .top{
  width: 100%;
  padding-left: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
}
.headerBox .top .logo{
  width: 120px;
  height: 0px;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}
.headerBox .top .logo img{
  height: 29px;
  position: absolute;
  top: 5px;
  z-index: 2;
}
.headerBox .top .searchBox{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin: 3px 5px 0px;
  position: relative;
  z-index: 1;
}
.headerBox .top .searchBox .keywordText{
  width: 100%;
  height: 32px;
  padding: 0px 10px 0px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f2f2f2;
  color: #666666;
}
.headerBox .top .searchBox .keywordText::-webkit-input-placeholder{
  color: #666;
}
.headerBox .top .searchBox .btnSearch{
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 1px;
  background: url("../images/cat_icon_search.png") no-repeat center;
  background-size: 20px auto;
}
.headerBox .top .searchBox .btnSearch::-webkit-input-placeholder{
  color: #d1d1d1;
}
.headerBox .top .headRight a.msg{
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/icon_msg.png") no-repeat center;
  background-size: 20px auto;
}
.headerBox .cat{
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  margin-top: 5px;
}
.headerBox .cat .areaL{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin-right: 10px;
}
.headerBox .cat .areaL ul{
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.headerBox .cat .areaL ul li{
  margin-right: 20px;
}
.headerBox .cat .areaL ul li a{
  display: block;
  color: #000000;
  height: 30px;
  line-height: 30px;
}
.headerBox .cat .catLink{
  width: 50px;
  padding-left: 10px;
  background: url("../images/index_cat_line.png") no-repeat left center;
  background-size: auto 15px;
}
.headerBox .cat .catLink a{
  display: inline-block;
  padding-left: 18px;
  height: 30px;
  line-height: 30px;
  color: #050505;
  background: url("../images/icon_cat.png") no-repeat left center;
  background-size: 14px auto;
}
.banner{
  width: 96%;
  margin: -80px auto 0px;
  position: relative;
  z-index: 1;
}
.banner .bd{
  width: 100%;
}
.banner .hd{
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 15px;
  text-align: center;
}
.banner .hd ul{
  display: inline-block;
  height: 10px;
  line-height: 10px;
  background: rgba(255,255,255,.3);
  border-radius: 10px;
}
.banner .hd ul li{
  display: inline-block;
  width: 20px;
  height: 10px;
  line-height: 10px;
  border-radius: 10px;
  text-indent: -9999px;
}
.banner .hd ul li.on{
  background-color: #ffbf08;
}
.hotNotice{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  background-color: #f5f9fa;
}
.hotNotice .icon{
  display: block;
  width: 65px;
}
.hotNotice .notice{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  display: -webkit-box;
  display: -moz-box;
}
.hotNotice .notice .swiper-container{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin: 0px 10px;
  height: 30px;
  overflow: hidden;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

element.style {
  transition-duration: 0ms;
  transform: translate3d(0px, -90px, 0px);
}
.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-wrapper {
  display: flex;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
}
.hotNotice .notice .swiper-slide{
  color: #999999;
  height: 28px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotNotice .notice .linkMore{
  display: block;
  width: 38px;
  height: 28px;
  line-height: 28px;
  color: #863131;
  font-size: 0.8em;
  position: relative;
  z-index: 1;
}
.index .nav{
  width: 100%;
  padding: 5px 0px 15px;
  background-color: #f5f9fa;
  overflow: hidden;
}
.index .nav dl{
  width: 25%;
  padding: 0px 2px;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-top: 10px;
}
.index .nav dl dt{
  width: 45px;
  height: 45px;
  margin: 0px auto;
  overflow: hidden;
}
.index .nav dl dt img{
  width: 45px;
  height: 45px;
  border-radius: 20px;
}
.index .nav dl dd{
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8D8D8D;
  font-size: 0.9em;
}
.activityRecBox{
  padding: 20px 10px;
}
.activityRec .title{
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  background: url("../images/icon_activity_rec.png") no-repeat left center;
  background-size: 20px auto;
}
.activityRec .title h3{
  display: inline-block;
  font-size: 1.1em;
}
.activityRec .title h5{
  display: inline-block;
  font-size: 0.85em;
  margin-left: 5px;
  color: #8D8D8D;
  font-weight: normal;
}
.activityRec .list{
}
.activityRec .list ul{
  overflow: hidden;
}
.activityRec .list ul li{
  width: 49%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  margin-top: 10px;
}
.activityRec .list ul li:nth-child(2n+2){
  margin-right: 0px;
}
.activityRec .list ul li img{
  border-radius: 10px;
}
.hotRecBox{
 /* background: url("../images/hotRec_bg.png") no-repeat left bottom; */
  background-size: 28% auto;
}
.hotRecBox .recBox{
  padding: 20px 10px;
}
.hotRecBox .recBox .titleBox{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  height: 30px;
  line-height: 30px;
}
.hotRecBox .recBox .title{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin-right: 15px;
  padding-left: 25px;
  background: url("../images/icon_hotRec.png") no-repeat left center;
  background-size: 18px auto;
}
.hotRecBox .recBox .title h3{
  font-size: 1.1em;
  color: #000;
  display: inline-block;
}
.hotRecBox .recBox .title h5{
  font-size: 0.8em;
  color: #8D8D8D;
  display: inline-block;
  font-weight: normal;
}
.hotRecBox .recBox .hd{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.hotRecBox .recBox .hd ul li{
  display: inline-block;
  margin: 0px 2px;
  width: 6px;
  height: 6px;
  background-color: #4aa7db;
  border-radius: 50%;
}
.hotRecBox .recBox .hd ul li.on{
  background-color: white;
}
.hotRecBox .recBox .prev{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_prev.png") no-repeat center;
  background-size: 20px auto;
}
.hotRecBox .recBox .next{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_next.png") no-repeat center;
  background-size: 20px auto;
}
.hotRecBox .recBox .bdItem{
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  overflow-x: auto;
  overflow-y: hidden;
}
.hotRecBox .recBox .item{
  width: 45%;
  margin-right: 2%;
  background-color: white;
  border-radius: 5px;
  padding: 15px 10px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 0.9em;
}
.hotRecBox .recBox .item .icon{
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 2;
  right: 5px;
  top: -2px;
  background: url("../images/icon_hot.png") no-repeat center;
  background-size: 100% auto;
}
.hotRecBox .recBox .item .productImg{
  display: block;
  border: solid 1px #ebebeb;
  padding: 1px;
  box-sizing: border-box;
}
.hotRecBox .recBox .item dl{
  margin-top: 5px;
}
.hotRecBox .recBox .item dl dt{
  height: 23px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
}
.hotRecBox .recBox .item dl dd{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #863131;
}
.floorBox{
  padding: 20px 10px 0px;
  overflow: hidden;
}
.floorBox .title{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
}
.floorBox .title .catName{
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  margin-right: 15px;
  display: -webkit-box;
  display: -moz-box;
}
.floorBox .title .catName .catIcon{
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}
.floorBox .title .catName h3{
  font-size: 1.1em;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floorBox .title a.link{
  display: block;
  width: 55px;
  padding-right: 15px;
  color: #888888;
  height: 30px;
  line-height: 30px;
  font-size: 0.85em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("../images/icon_linkMore.png") no-repeat right center;
  background-size: 15px auto;
}
.floorBox .floorAd{
  width: 100%;
  margin-top: 5px;
}
.floorBox .floorAd img{
  border-radius: 5px 5px 0px 0px;
}
.floorBox .list{
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: hidden;
  overflow-x: auto;
  background-color: white;
}
.floorBox .list .item{
  width: 33.333%;
  padding: 0px 5px;
  box-sizing: border-box;
}
.floorBox .list .item .productImg{
  display: block;
  width: 100%;
}
.floorBox .list .item dl{
  margin-top: 5px;
}
.floorBox .list .item dl dt{
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 0.9em;
}
.floorBox .list .item dl dd{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #863131;
}
.switchBox{
  padding: 0px 10px;
}
.switchBox .switch{
  padding: 10px;
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
}
.switchBox .switch .hd ul{
  width: 100%;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -moz-box;
  overflow-y: hidden;
  overflow-x: auto;
}
.switchBox .switch .hd ul li{
  margin-right: 20px;
  height: 30px;
  line-height: 30px;
  color: #777777;
}
.switchBox .switch .hd ul li.on{
  color: #863131;
  background: url("../images/icon_sort_line.png") no-repeat bottom center;
  background-size: 30px auto;
}
.switchBox .switch .bd .indexList{
  overflow: hidden;
}
.switchBox .switch .bd .item{
  width: 49%;
  float: left;
  margin-right: 2%;
  margin-top: 10px;
  overflow: hidden;
}
.switchBox .switch .bd .item:nth-child(2n+2){
  margin-right: 0px;
}
.switchBox .switch .bd .item .productImg{
  display: block;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  border: solid 1px #eceaeb;
}
.switchBox .switch .bd .item dl{
  margin-top: 5px;
}
.switchBox .switch .bd .item dl dt{
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 0.9em;
}
.switchBox .switch .bd .item dl dd{
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #863131;
}