* {
  box-sizing: border-box;
}

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

/* 首页统一配置 */

.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;
}

/* banner区块 */
.main-box{
    width: 1200px;
    height: 440px;
    margin: 20px auto 0;
    background: #FFFFFF;
    padding: 20px;
    padding-left: 0;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
}

.main-left{
    float: left;
    width: 198px;
    height: 100%;
    position: relative;
	overflow: hidden;
}
.main-left:hover{
	overflow: visible;
}

.main-left .classifyList {
    display: block;
    overflow: auto;
    background-color: #FFF;
    border-top: none;
    position: static;
    width: 198px;
    min-height: 400px;
    border-radius: 0;
    padding-bottom: 0;
    /* border: 1px solid #ccc; */
}

.main-left .classifyList .classifyName {
    color: #333;
    display: flex;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    /* padding: 16px 0; */
}
.classifyName i{
  margin-right: 0;
}
.main-left .classifyList .classifyName span {
    display: block;
    /* width: 120px; */
    overflow: hidden;
}
.main-left .classifyList .classifyContent {
    left: 198px;
}
.main-left .left-box{
    display: flex;
}
.main-left .left-icon{
    width: 14px;
    height: 14px;
    margin-top: 13px;
    margin-right: 0;
}

/* 商品栏目样式 */
.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;
}
#classify .classifyContent {
    left: 198px;
    min-height: 420px;
}
#classify {
    margin-top: -10px;
}

.main-center{
    float: left;
    width: 720px;
    margin-right: 24px;
}

.main-center #navigat{
    width: 720px;
    height: 44px;
    background: #EEF0F6;
    margin-top: -4px;
    margin-bottom: 16px;
    border-radius: 10px 10px 10px 10px;
    font-size: 14px;
}
#navigat li a{
    font-size: 15px;
    font-weight: 500;
}
#navigat li.active a{
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.main-center #navigat li {
    flex: 1;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    /* margin-right: 45px; */
    vertical-align: middle;
    font-weight: normal;
    color: #333;
    width: 100px;
    text-align: center;
}

.main-right{
    float: left;
    width: 234px;
    margin-top: -4px;
}
.classify-icon{
    margin-right: 5px; 
    width: 16px; 
    height: 16px;
}
.childrenContent span {
    display: inline-block;
    /* border-left: #e5e5e5 solid 1px; */
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    margin: 5px 0;
}

.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: 234px;
    height: 34px;
    background-color: #c2482d;
}

/* 中间轮播部分 */

.turn_inner {
  width: 720px;
  height: 344px;
  margin: 0 auto;
  /* 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 {
  height: 344px;
  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; */
}

/* 右侧通知 */

.right_notice {
    padding: 4px 14px;
    width: 234px;
    height: 172px;
    background: #F2F4F8;
    border-radius: 6px 6px 6px 6px;
    box-sizing: border-box;
    border-radius: 10px;
}
.notice_title{
    display: flex;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #e4e4e4;
}
.second-title{
    margin-top: 8px;
}
.second-title .rt{
    margin-left: 115px;
}


.right_notice .notice_title {
    border-bottom: 1px solid #E4E4E4;
}
.right_notice .notice_title h4 {
  font-weight: bolder;
  font-size: 14px;
  display: inline-block;
  color:  #0D0D0D;
  flex: 1;
  font-weight: 500;
  font-family: Source Han Sans CN, Source Han Sans CN;
}
.notice_title .notice_title-img{
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
}
  .layui-carousel-ind{
    top:-90px
  }
.notice_icon {
  color: #ee5330;
  margin-left: 6px;
}

/* 消息更多 */
.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;
  max-height: 60vh;
  overflow: hidden;
}
.nav-left:hover{
	left: calc(50vw - 700px - 80px);
	overflow-y: scroll;
}
/* 针对Webkit内核的浏览器 */
.nav-left::-webkit-scrollbar {
	/* 设置滚动条的宽度 */
	width: 0px;
}
/* 滚动条轨道 - 背景颜色/白底 */
.nav-left::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}
/* 滚动条的滑块部分 */
.nav-left::-webkit-scrollbar-thumb {
	background: rgba(144,147,153,.2);
	border-radius: 10px;
}
/* 当鼠标悬停在滚动条滑块上时改变颜色 */
.nav-left::-webkit-scrollbar-thumb:hover {
	background: rgba(144,147,153,.4);
}
@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;
  display: flex;
  align-items: center;
}

.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: 160px;
  height: 160px;
  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;
  font-family:var(--font-family-sans-serif);
}

.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: 156px;
  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: 210px;
  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;
   font-family:var(--font-family-sans-serif);
}
.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 {
   text-align: center;
  /* 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;
}

/* 猜你喜欢 */
.lovely {
  height: 324px;
  margin-top: 20px;
  padding: 20px 20px 0 20px;
  position: relative;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
}

/* 友情链接 */
.friendship {
  width: 1200px;
  margin: 20px auto;
  height: 132px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 25px 0 20px;
  font-size: 16px;
}

.friendship .friend-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
}
.friendship .friend-title::before,
.friendship .friend-title::after {
  content: "";
  width: 40px;
  border-bottom: 2px solid #000;
}
.friendship .friend-title::before {
  margin-right: 0.25em;
}
.friendship .friend-title::after {
  margin-left: 0.25em;
}
.friendship .companies {
  display: flex;
  justify-content: center;
}
.mg {
  margin: 0 23px;
}
.zone_root{
   /* display: none; */
}
/* 展示区 */
.exhibition{
  width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.exhibition .exhibite-box{
  width: 285px;
  height: 160px;
  margin-right: 20px;
  position: relative;
}
.exhibition .exhibite-box:nth-child(4n){
	margin-right: 0;
}
.exhibition .exhibite-box:nth-child(n+5){
	margin-top: 10px;
}
.exhibition .exhibite-box .big-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.exhibition .exhibite-box .no-img{
  width: 76px;
  height: 28px;
  position: absolute;
  right: 0;
  top:0;
}
.exhibition .exhibite-box .mini-title{
  font-size: 14px;
  color: #AA5231;
  position: absolute;
  top:36px;
  left: 14px;
}
.exhibition .exhibite-box .big-title{
  font-size: 20px;
  font-weight: bold;
  color: #AA5231;
  position: absolute;
  top:64px;
  left: 14px;
}
.exhibition .exhibite-box .mini-title,.exhibition .exhibite-box .big-title{
	white-space: nowrap; /* 防止文本换行 */
	overflow: hidden; /* 隐藏溢出的文本 */
	text-overflow: ellipsis; /* 显示省略号 */
	width: calc(100% - 14px);
}
.exhibition .exhibite-box .mini-2{
  color: #41488D;
}
.exhibition .exhibite-box .mini-22{
  color: #4C5293;
}
.exhibition .exhibite-box .mini-3{
  color: #2B55A3;
}
.exhibition .exhibite-box .mini-33{
  color: #3E63A9;
}
.exhibition .exhibite-box .mini-4{
  color: #2D5FA5;
}
.exhibition .exhibite-box .mini-44{
  color: #2D5FA5;
}


/* 域见邯山严选 */
.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);
}


.tipsDiv{
	z-index: 999999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.tipsDiv-greyColor{
	background-color: #666666;
}
.tipsDiv .td-center{
	width: 560px;
	min-height: 30vh;
	max-height: 60vh;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
}
.tipsDiv .td-center .tdc-img{
	width: 560px;
	height: 150px;
	margin-top: -60px;
}
.tipsDiv .td-center .tdc-title{
	margin: 0 auto;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.tipsDiv .td-center .tdc-htmlDiv{
	height: 0;
	flex: 1;
	width: 100%;
	white-space: normal;
	overflow-wrap: break-word;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}
.tipsDiv .td-center .tdc-htmlDiv{
	overflow-y: scroll;
}
/* 针对Webkit内核的浏览器 */
.tipsDiv .td-center .tdc-htmlDiv::-webkit-scrollbar {
	/* 设置滚动条的宽度 */
	width: 6px;
}

/* 滚动条轨道 - 背景颜色/白底 */
.tipsDiv .td-center .tdc-htmlDiv::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
}

/* 滚动条的滑块部分 */
.tipsDiv .td-center .tdc-htmlDiv::-webkit-scrollbar-thumb {
	background: #D4D5D7;
	border-radius: 10px;
}

/* 当鼠标悬停在滚动条滑块上时改变颜色 */
.tipsDiv .td-center .tdc-htmlDiv::-webkit-scrollbar-thumb:hover {
	background: #D4D5D7;
}
.tipsDiv .td-center .tdc-btn{
	margin: 0 auto;
	margin-bottom: 32px;
	margin-top: 38px;
	font-size: 14px;
	padding: 6px 27px;
	color: #fff;
	background-color: #256ED7;
	border-radius: 6px;
	cursor: pointer;
}