* {
  box-sizing: border-box;
}

body {
  background: #f3f5f9;
  width: 100%;
}

#navigat li.active a{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    font-family: unset;
}
#navigat li.active{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
/* 商品栏目样式 */
.childrenName .right-icon {
    width: 10px;
    height: 10px;
    float: right;
    background: url('../img/right-arrow.png') no-repeat 100% 100%;
    background-size: contain;
    margin-top: 5px;
}
#navigat li:hover{
  color: red !important;
}
#navigat li a:hover{
  color: red !important;
}
/* 首页统一配置 */

.x-bg {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) no-repeat;
}

.every-hover:hover {
  color: #ee5330;
}

.search-btn {
  height: 44px;
  line-height: 44px;
}

.topMenu {
  margin-top: 30px;
  position: relative;
  padding-left: 254px;
  font-size: 16px;
}

.topMenu li {
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  font-weight: 600;
  /* margin-right: 45px; */
  vertical-align: middle;
}

.topMenu li:last-child {
  height: 0;
}

.topMenu .all-classification {
  width: 234px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  /* top: 5px; */
  left: 0px;
  text-align: center;
  /* background: var(--primary-color); */
  background: #E86645;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  padding-left: 14px;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.all-classification .classification-frame{
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.navigation .topLine {
  width: 293px;
  height: 34px;
  background-color: #c2482d;
}

.navigation .classifyList {
  display: block;
  overflow: auto;
  background-color: #FFF;
  border-top: none;
  position: static;
  width: 234px;
  min-height: 430px;
  /* border: 1px solid #ccc; */
}

.navigation .classifyList .classifyName {
  color: #333;
  display: flex;
  justify-content: space-between;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
}
.classifyName i{
  margin-right: 14px;
}

.navigation .classifyList .classifyContent {
  left: 234px;
}
#classify .classifyContent {
  left: 234px;
  min-height: 420px;
}

/* 中间轮播部分 */

.turn_inner {
  width: calc(100% - 254px);
  height: 400px;
  margin-left: 20px;
  /* margin-left: 16px; */
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

.turn_inner .layui-carousel a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.turn_inner img {
  object-fit: cover;
}

.lnub_d_t {
  font-size: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.lnub_d_t a:nth-child(2) {
  margin: 0 16px;
}

.lnub_d_t img {
  width: 194px;
  height: 157px;
}

.navigationmargin-box {
  width: 100%;
  border-top: 2px solid var(--primary-color);
  overflow: hidden;
}

.navigation-box {
  max-width: 2560px;
  min-width: 1200px;
  margin: 0 auto;
  /* background-color: #b9d4eb; */
}

.navigation {
  position: relative;
  display: flex;
  margin-top: 20px;
  /* background-color:#b9d4eb; */
}

#classify {
  /* position: absolute; */
  /* left: 15px; */
  margin-top: -30px;
}

/* 消息更多 */
.notice_more {
  color: #666666;
  line-height: 38px;
  font-size: 12px;
}

.notice_list {
  padding: 6px 0 0;
  height: 118px;
  overflow: hidden;
  box-sizing: border-box;
}

.notice_list li {
  line-height: 28px;
  font-size: 13px;
  width: 100%;
  display: flex;
  height: 28px;
  align-items: center;
}

.notice_list li img{
  width: 32px;
  height: 18px;
  margin-right: 6px;
}
.notice_list a {
  color: #333;
  width: calc(100% - 38px);
  display: block;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.notice_img_box{
  /* border: 1px solid #F3F3F3; */
  padding-top: 7px;
}
.notice_img_box img{
  width: 100%;
  height: 40px;
  display: block;
}

/* 店铺图片更多 */

#shopList {
  padding-top: 4px;
  display: flex;
  flex-wrap: wrap;
}

#shopList::-webkit-scrollbar {
  width: 6px;
  height: 2px; /*外层轨道*/
}
#shopList::-webkit-scrollbar-thumb {
  display: block;
  width: 6px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #a1a3a9; /*内层轨道*/
}

#shopList li {
  margin-top: 4px;
  margin-right: 8px;
  width: calc(50% - 4px);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  overflow: hidden;
}
#shopList li:nth-child(2n){
  margin-right: 0;
}
#shopList li a {
  cursor: initial;
}

#shopList li a[href] {
  cursor: pointer;
}

#shopList li img {
  height: 40px;
  display: block;
  /* border: 1px solid #F3F3F3;
  box-sizing: border-box; */
}

/* 导航样式 */
.nav-left {
  position: fixed;
  padding: 8px 3px;
  /* left: 5%; */
  left: calc(50vw - 700px - 80px); /* 假设主 div 宽度为 1200px，间距为 20px */
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  z-index: 999;
}
@media (max-width: 1570px) {
  .nav-left {
    left: calc(50vw - 700px - 20px);
  }
}
@media (max-width: 1450px) {
  .nav-left {
    left: calc(50vw - 700px - 6px);
  }
}

.nav-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-left li {
  padding: 8px 15px;
  cursor: pointer;
  transition: background 0.3s;
  color: #666666;
}

.nav-left li:hover {
  color: #000000;
  font-weight: bold;
  /* background: var(--primary-color); */
}

.active {
  color: #000000 !important;
  font-weight: bold;
  /* background-color: var(--primary-color); */
}

/* 秒杀样式 */
.seckillingBox {
  display: flex;
}

.seckillingLeft,
.seckillingRight {
  width: 288px;
}

.seckillingLeft img,
.seckillingRight img {
  width: 145px;
  height: 140px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}

.seckillingMiddle img {
  width: 174px;
  height: 108px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}

.seckillingMiddle {
  width: 625px;
}

.seckillingMiddleItem {
  background-color: #fff;
  width: 315px;
  height: 154px;
  border-top: 2px solid var(--primary-color);
}
.seckillingItemBottom .seckillingMiddleItem:first-child {
  border-right: 2px solid var(--primary-color);
}
.seckillingItem {
  background-color: #fff;
  width: 288px;
  height: 233px;
  border: 2px solid var(--primary-color);
  border-top: none;
}

.seckillingBox .title {
  padding: 20px;
}

.seckillingSwipper {
  height: 310px;
}
#seckillCarousel img {
  width: 100%;
  height: 100%;
}
.seckillingItemBottom {
  display: flex;
  border-bottom: 2px solid var(--primary-color);
}

.seckillingFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.seckillingFlex1 {
  height: 172px;
}

.seckillingFlex2 {
  height: 93px;
}

.seckillingFlex .price {
  text-decoration: line-through;
  color: #999999;
  padding: 10px 0;
  font-size: 16px;
}

.seckillingPrice1 {
  margin-bottom: 115px;
  padding-left: 20px;
}

.seckillingPrice2 {
  margin-bottom: 50px;
  padding-left: 20px;
}
.seckillingPrice1 .btn,
.seckillingPrice2 .btn {
  color: var(--primary-color);
}
.seckillingPrice1 .btn a,
.seckillingPrice2 .btn a {
  color: var(--primary-color);
  cursor: pointer;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.header .title {
  background-color: #ff4400;
  color: white;
  padding: 5px 15px;
  font-size: 14px;
}

.header .timer {
  color: #666;
  font-size: 12px;
}

/* banner部分 */

.screen {
  height: 260px;
  margin-top: 14px;
  position: relative;
}

.left_fixed {
  width: 190px;
  height: 260px;
  position: absolute;
  z-index: 3;
}

/* 商品项轮播 */

.banner_box {
  /* padding-left: 254px; */
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.banner_list {
  width: 1960px;
  margin-left: -196px;
  /* background: #fff; */
}

.banner_list li {
  float: left;
  width: 187px;
  height: 250px;
  margin-right: 6px;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px;
  word-break: break-all;
  letter-spacing: 1px;
}
.banner_list li:hover  {
    border: 1px solid #E86645;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
    -moz-box-shadow: 0 0 2px 2px #f8f8f8;
    box-shadow: 0 0 2px 2px #f8f8f8;
 }

.img_list {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* text-align: center; */
}

.img_list img {
  width: 173px;
  height: 156px;
  object-fit: cover;
  /* margin-top: 8px; */
}

.img_list p {
  width: 100%;
  height: 40px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
}

.img_list .hot_price {
  width: 192px;
  padding: 2px;
  font-size: 16px;
  margin: 13px auto 0;
  background: #ed4630;
  color: #fff;
}

.img_list .ebuyPrice_bg,
.img_list .gwPrice_bg {
  /* width: 50%; */
  height: 28px;
  line-height: 28px;
  display: inline-block;
}

.img_list .ebuyPrice_bg {
  font-weight: bolder;
}

.img_list .gwPrice_bg {
  background: url("../img/price_bg.jpg") no-repeat 100% 100%;
  color: #666;
  padding-left: 16px;
  text-decoration: line-through;
  font-size: 14px;
}

/* 分组轮播图箭头 */

.index_arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 66.5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  border-radius: 44px;
  text-align: center;
  cursor: pointer;
}

.index_arrow i {
  line-height: 45px;
  font-size: 24px;
  color: #fff;
}

.index_arrow.arrow_l {
  left: 0;
}

.index_arrow.arrow_r {
  right: 0;
}

/* floorBox */
.floorTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.leftTitle {
  display: flex;
  align-items: end;
}

.describe {
  font-size: 14px;
  color: #666666;
}

.floorTitle {
  font-weight: bold;
  font-size: 20px;
  color: #0d0d0d;
  margin-right: 14px;
}

.floorNav a {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #242424;
}

.rightIcon {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  background: url("../img/right-icon.png") no-repeat;
  background-size: contain;
}

.floorItem {
  display: flex;
}

.floorItem .floorLeft {
  width: 572px;
  height: 250px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 17px;
}

.floorNavList {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
}

.floorNavList li {
  width: 187px;
  height: 250px;
  background-color: #fff;
  margin-right: 6px;
  margin-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px;
  word-break: break-all;
  letter-spacing: 1px;
}
.floorNavList li:last-child{
  margin-right: 0;
}

.floorNavList li:hover {
  border: 1px solid #E86645;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
  -moz-box-shadow: 0 0 2px 2px #f8f8f8;
  box-shadow: 0 0 2px 2px #f8f8f8;
}

.floorLiImg {
  width: 173px;
  height: 156px;
  border-radius: 6px;
}

.floorNavList .floorLiTitle {
  margin-top: 12px;
  height: 40px;
  line-height: 20px; /* 行高保持为 30px */
  font-size: 14px;
  box-sizing: border-box;
  /* 超出部分显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floorNavList .floorLi {
  display: flex;
  align-items: center;
  /* 子元素在垂直方向底对齐 */
  /* height: 165px; */
}

.floorNavList .floorLi img {
  width: 190px;
  height: 145px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}

.floorLi .floorLiPrice {
  text-decoration: line-through;
  color: #999999;
  padding: 10px;
  font-size: 16px;
}

.floorLi .floorLook {
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);
  display: inline-block;
  margin-top: 2px;
}
.floorLook .icon{
  font-size: 14px;
}
.floorLook a {
  color: var(--primary-color);
  font-size: 16px;
}

.floorNavListLike {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.floorNavListLike li {
  width: 224px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  padding: 6px;
  word-break: break-all;
  letter-spacing: 1px;
}
.floorNavListLike li:last-child{
  margin-right: 0;
}

.floorNavListLike li .title {
  width: 210px;
  margin: 18px auto;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  /* 超出部分显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floorNavListLike li .price {
  text-decoration: line-through;
  color: #999999;
  font-size: 16px;
}

.floorNavListLike li img {
  width: 210px;
  height: 212px;
  border-radius: 10px;
}
.floorNavListLike button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: var(--primary-color);
  border: 1px dashed #f9a74d;
  cursor: pointer;
  width: 196px;
}
.floorNavListLike li:hover {
  border-radius: 6px;
  border: #E86645 solid 1px;
  -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
  -moz-box-shadow: 0 0 2px 2px #f8f8f8;
  box-shadow: 0 0 2px 2px #f8f8f8;
}
.banner_box .img_list {
  position: relative;
}
.hotBtn {
  /* margin-top: 10px; */
  color: #E32913;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.hotBtn .icon{
  font-size: 14px;
  font-weight: bold;
}
.hotBtn a {
  color: #E32913;
  font-size: 16px;
}

/* 企业推荐 */

.recommend_title {
  text-align: center;
  height: 85px;
}

.recommend_title h3 {
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  line-height: 85px;
}

.recommend_more {
  position: absolute;
  width: 160px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 55px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}

/* 推荐内容 */

.recommend_contain {
  height: 655px;
  margin-bottom: 30px;
}

.recommend_contain .banner_fixed {
  width: 293px;
  height: 655px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.banner_fixed.lt .recommend_more {
  left: 5%;
}

.banner_fixed.rt .recommend_more {
  right: 5%;
}

.recommend_right {
  width: 904px;
}

.recommend_right li {
  float: left;
  width: 208px;
  height: 316px;
  background: #fff;
}

.recommend_right.lt li {
  margin-right: 18px;
}

.recommend_right.rt li {
  margin-left: 18px;
}

.recommend_right li:nth-child(n + 5) {
  margin-top: 23px;
}

.recommend_right li a {
  width: 100%;
  height: 100%;
  display: block;
}

.recommend_right li img {
  display: block;
  width: 186px;
  height: 190px;
  margin: 11px auto 0;
}

/* 描述 价格 */

.recommend_detail {
  padding: 24px 10px 16px;
  text-align: center;
}

.recommend_right li p {
  width: 100%;
  height: 38px;
  display: block;
  display: -webkit-box;
  margin: 0 auto;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend_price {
  padding: 0 8px;
}

.recommend_price div {
  display: inline-block;
  width: 93px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.recommend_money {
  font-size: 16px;
  color: #ed4630;
  font-weight: 900;
}

.recommend_delete {
  text-align: right;
  text-decoration: line-through;
  font-size: 12px;
  color: #666;
}

.goodsBox {
  border: 1px solid #fff;
}

.goodsList li:hover .goodsBox {
  /* box-sizing: border-box; */
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.img_list .goodsList {
  /* border: 1px solid #fff; */
  /* padding: 10px; */
}

.img_list:hover {
  /* border: #e9e9e9 solid 1px; */
  -webkit-box-shadow: 0 0 2px 2px #f8f8f8;
  -moz-box-shadow: 0 0 2px 2px #f8f8f8;
  box-shadow: 0 0 2px 2px #f8f8f8;
}
.footerBox {
  display: flex;
  width: 1100px;
  margin: 0 auto;
  justify-content: space-between;
}
.footerItem {
  display: flex;
  /* width: 25%; */
}
.footerItem img {
  width: 58px;
  height: 58px;
  margin-right: 10px;
}
.footerItem .title {
  font-size: 20px;
  color: #fff;
}
.footerItem .desc {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}
.footerMain {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  margin-bottom: 40px;
}
.footerMain span {
  margin: 0 15px;
}

/* 展示区 */
.exhibition{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  cursor: pointer;
}

.exhibition img{
  width: 590px;
  height: 130px;
  margin-right: 20px;
}

/* 智采严选 */
.strictSelection{
  width: 1200px;
  height: 400px;
  background-color: #fff;
  border-radius: 16px;
  padding: 20px;
}

/* 中间一整块样式 */
.landscapeBar{
  height: 594px;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

/* 自定义轮播图数字指示器样式 */
#test10 .layui-carousel-ind ul {
  background: none;
}
#test10 .layui-carousel-ind ul:hover{
  background: none;
}
#test10 .layui-carousel-ind li{
  width: 20px;
  height: 20px;
  background: rgba(0,0,0,0.3);
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  font-family: Source Han Sans CN, Source Han Sans CN;
  text-align: center;
  margin: 0 5px;
}
#test10 .layui-carousel-ind .layui-this{
  /* color: #333; */
  background-color: #EE6846 !important;
  box-shadow: 0 0 0 2px rgba(238, 104, 70, .1);
}

/* 标签栏样式 */
.floorNav{
    display: flex;
}
.floorNavTab{
    display: flex;
    align-items: center;
}
.floorNavTab li{
    margin-right: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #242424;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.floorNavTab li.tab-active{
    color: #2F3089;
    border-bottom: 1px solid #2F3089;
    font-weight: 600;
}