.category {
  display: inline-block;
  width: 240px;
  background: #fff;
  border: solid 1px #ebebeb;
  height: 448px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  z-index: 100;
}
.category .item {
  background: #fff;
  box-sizing: border-box;
  border-top: solid 1px #ebebeb;
  padding-bottom: 18px;
  margin: 0 13px;
  margin-top: -1px;
}
.category .item:hover {
  border-right: solid 5px #fff;
  margin-right: -20px;
  padding-right: 20px;
}
.category .item:hover .more {
  display: flex;
}
.category .item .title {
  padding: 10px 0;
  margin: 0;
  font-weight: normal;
  font-size: 16px;
}
.category .item .child-cate {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.category .item .cate {
  color: #a5a5a5;
  margin-right: 2px;
  letter-spacing: 1px;
  line-height: 140%;
  font-size: 13px;
}
.category .item:last-child {
  margin-top: -2px;
}
.category .more {
  display: none;
  position: absolute;
  left: 250px;
  top: -1px;
  bottom: -1px;
  width: 720px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #ebebeb;
  border-left: none;
  padding: 13px;
  align-items: flex-start;
  overflow: auto;
  z-index: 5;
}
.category .more .more-title {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 12px;
}
.category .more .goods {
  width: 25%;
  margin-left: 10px;
  height: 100%;
  border-left: solid 1px #ebebeb;
}
.category .more::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 50px;
  background: transparent;
}
.category .more .more-item {
  display: inline-block;
  box-sizing: border-box;
  color: #333;
  margin: 5px;
  padding: 5px 10px;
  z-index: 10;
  width: 30%;
  font-size: 14px;
}
.category .more .more-item:hover {
  color: #ff7200;
  border-color: #ff7200;
}
.banner-wrap {
  height: 448px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.banner-wrap .banner {
  overflow: hidden;
}
.banner-wrap .banner #swiper1 {
  height: 100%;
}
.banner-wrap .banner #swiper1 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255,255,255,0.8);
}
.banner-wrap .banner #swiper1 .swiper-pagination-bullet-active {
  color: #fff;
  background: #ff7200;
}
.banner-wrap .sub-banner {
  height: 149.33333333333334px;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #ebebeb;
}
.banner-wrap .sub-banner .swiper-container {
  height: 100%;
}
.banner-wrap .sub-banner .swiper-button-prev {
  background-size: 20px;
  left: 0;
}
.banner-wrap .sub-banner .swiper-button-next {
  background-size: 20px;
  right: 0;
}
.banner-wrap .banner-item {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.user-wrap {
  width: 240px;
  background: #fff;
}
.user-wrap .user {
  height: 100px;
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.user-wrap .user .avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.user-wrap .reg {
  background: #b5b5b5;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px #e9e9e9;
  font-size: 15px;
}
.user-wrap .reg i.iconfont {
  font-size: 20px;
  margin-right: 5px;
  color: #fff;
}
.user-wrap .reg .flex-item {
  line-height: 40px;
  color: #fff;
}
.user-wrap .reg .login {
  border-left: solid 1px #e9e9e9;
  background-color: #f60;
}
.user-wrap .active {
  color: #ff7200;
}
.user-wrap .active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ff7200;
}
.user-wrap .notice-list {
  list-style: none;
  margin: 0;
  padding: 14px 10px;
}
.user-wrap .notice-list .item {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-wrap .notice-list .item a {
  display: block;
  width: 100%;
}
.floor {
  height: 300px;
  margin-top: 10px;
  box-sizing: border-box;
}
.floor .cate {
  box-sizing: border-box;
  width: 240px;
  background: #fff;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ebebeb;
}
.floor .cate .title {
  margin: 0;
  padding: 0;
  font-weight: 400;
  background: #ff7200;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  text-align: center;
}
.floor .cate .title span {
  font-size: 22px;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.floor .sub-cate {
  width: 440px;
  height: 100%;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  line-height: 0;
}
.floor .sub-cate .title {
  height: 20px;
}
.floor .sub-cate .cate-item {
  display: inline-block;
  box-sizing: border-box;
  color: #000;
  padding: 0 10px;
  width: 24%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floor .sub-cate .cate-item:hover {
  border-color: #ff7200;
}
.floor .products {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
}
.floor .products .product {
  border-bottom: solid 1px #ebebeb;
  border-right: solid 1px #ebebeb;
  display: inline-block;
  width: 33.33333333%;
  height: 150px;
  box-sizing: border-box;
}
.floor .products .product .cover {
  background: #fff;
  height: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}
.floor .products .product:nth-child(3n) {
  border-right: none;
}
.floor .products .product:nth-child(n+4) {
  border-bottom: none;
}
.floor .products .product .name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section-type {
  overflow: hidden;
  background-color: #fff;
  margin-top: 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.section-type .section-type-hd {
  overflow: hidden;
  border: 1px solid #eee;
  padding: 0 25px;
  height: 68px;
}
.section-type .section-type-hd>h2 {
  float: left;
  margin: 0;
  line-height: 68px;
  font-size: 20px;
}
.section-type .section-type-hd>h2 .floor-index {
  padding-right: 8px;
  font-size: 26px;
  color: #ff7200;
  font-family: Arial, Helvetica, sans-serif;
}
.section-type .section-type-hd>a {
  float: right;
  color: #999;
  line-height: 68px;
}
.section-type-bd {
  overflow: hidden;
  height: 480px;
}
.section-type-all {
  float: left;
  width: 250px;
}
.section-type-all .section-type-banner {
  display: block;
  width: 249px;
  height: 239px;
  overflow: hidden;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.section-type-all .section-type-banner:hover .section-type-all .section-type-banner>img {
  transform: scale(1.2);
  transition: all linear 0.4s;
}
.section-type-all .type-all-ul {
  height: 239px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.section-type-all .type-all-ul>li {
  width: 124px;
  height: 39px;
  float: left;
  line-height: 39px;
  font-size: 12px;
  overflow: hidden;
  text-align: left;
  text-indent: 15px;
  list-style: none;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.section-type-all .type-all-ul>li>a {
  width: 94%;
  height: 100%;
  display: block;
  color: #999;
}
.section-type-all .type-all-ul>li:hover {
  background: #f6f6f6;
  text-indent: 10px;
}
.section-type-all .type-all-ul>li:hover>a {
  color: #ff7200;
}
.section-goods {
  float: left;
  width: 720px;
  height: 100%;
}
.section-goods>ul {
  margin: 0;
  padding: 0;
}
.section-goods .section-goods-item {
  float: left;
  width: 150px;
  height: 210px;
  list-style: none;
  padding: 15px 14px 14px 15px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.section-goods .section-goods-item .section-goods-img {
  width: 150px;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.section-goods .section-goods-item .section-goods-title {
  width: 150px;
  height: 22px;
  line-height: 18px;
  font-size: 14px;
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.section-goods .section-goods-item .section-goods-do {
  overflow: hidden;
}
.section-goods .section-goods-item .section-goods-do>span {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #888;
  margin-left: 5px;
}
.section-goods .section-goods-item .section-goods-do .enter-seller {
  float: right;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fcae52;
  display: block;
  padding: 0 5px;
}
.section-goods .section-goods-item:hover {
  background: #f6f6f6;
}
.section-goods .section-goods-item:hover .section-goods-do .enter-seller {
  background-color: #ff7200;
  color: #fff;
}
.recommend-company {
  float: left;
  width: 228px;
  height: 100%;
}
.recommend-company ul {
  margin: 0;
  padding: 0;
}
.recommend-company ul li {
  width: 200px;
  height: 68px;
  line-height: 20px;
  padding: 10px 14px 9px 15px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  color: #999;
  list-style: none;
}
.recommend-company ul li p {
  height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.recommend-company ul li p a {
  color: #555;
  width: 200px;
  display: inline-block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
}
.recommend-company ul li p a i.iconfont {
  font-size: 20px;
  color: #f00;
  margin-right: 5px;
}
.recommend-company ul li p.company-main-goods a {
  display: inline;
  color: #1a6dca;
  text-decoration: underline;
  margin-left: 5px;
}
.recommend-company .recommend-company-hd {
  height: 40px;
  background: #efefef;
  line-height: 40px;
  padding: 0 10px;
  color: #333;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
}
.recommend-company .recommend-company-hd i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
  font-weight: 200;
}
