* {
    box-sizing: border-box;
}

body {
    background: #f2f2f2;
}


/* 首页统一配置 */

.x-bg {
    min-width: 1200px;
    width: 100%;
    height: 100%;
    background: url(../img/bg.png) no-repeat;
}

.every-hover:hover {
    color: #EE5330;
}

.search-btn {
    height: 42px;
    line-height: 42px;
}

.topMenu {
    margin-top: 20px;
    position: relative;
    padding-left: 260px;
    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: 202px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 0px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
}

.navigation .topLine {
    width: 293px;
    height: 34px;
    background-color: #c2482d;
}

.navigation .classifyList {
    display: block;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: none;
    position: static;
    width: 202px;
    height: 440px;
    /* border: 1px solid #ccc; */
}

.navigation .classifyList .classifyName {
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding-right: 8px;
}

.navigation .classifyList .classifyContent {
    left: 200px;
}


/* 中间轮播部分 */

.turn_inner {
    width: 100%;
    height: 440px;
    margin: 0 auto;
    /* margin-left: 16px; */
    position: relative;
    z-index: 1;
}

.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-x: hidden;
}

.navigation-box {
    max-width: 2560px;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #b9d4eb;
}

.navigation {
    position: relative;
    /* background-color:#b9d4eb; */
}

#classify {
    position: absolute;
    /* left: 15px; */
}

/* 右侧通知 */

.right_notice {
    width: 260px;
    height: 440px;
    padding: 8px 7px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    right:0;
    z-index: 2;
}

.right_notice .notice_title {
    border-bottom: 1px solid #F5F5F5;
}

.right_notice .notice_title h4 {
    font-weight: bolder;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    display: inline-block;
    color: #FFF;
}

.notice_title {
    border-bottom: 1px solid #F5F5F5;
}

.notice_title h4 {
    font-weight: bolder;
    height: 38px;
    line-height: 38px;
    font-size: 22px;
    display: inline-block;
    color: #FFF;
}

.notice_icon {
    color: #EE5330;
    margin-left: 6px;
}


/* 消息更多 */

#shopList{
    display: inline-block;
    max-height: 170px;
    overflow-y: auto;
}

#shopList::-webkit-scrollbar { width:6px; height:2px; /*外层轨道*/} 
#shopList::-webkit-scrollbar-thumb{ display:block; width:6px; margin:0 auto; border-radius: 20px; background-color: #a1a3a9;/*内层轨道*/}

.notice_more {
    color: #999;
    margin-right: 10px;
    line-height: 38px;
}

.notice_list {
    padding: 6px 16px 26px 8px;
    height: 180px;
    overflow: hidden;
}

.notice_list li {
    line-height: 34px;
    font-size: 14px;
    width: 228px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice_list a {
    color: #fff;
}


/* 店铺图片更多 */

#shopList li {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 8px;
}

#shopList li a {
    width: 108px;
    height: 48px;
    display: inline-block;
}

#shopList li a {
    cursor: initial;
}

#shopList li a[href] {
    cursor: pointer;
}

#shopList li img {
    width: 108px;
}

/* 导航样式 */
.nav-left {
    position: fixed;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    z-index: 999;
}

.nav-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-left li {
    padding: 8px 15px;
    cursor: pointer;
    transition: background 0.3s;
}

.nav-left li:hover {
    background: var(--primary-color);
}

.active {
    color: #fff;
    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: 260px;
    overflow: hidden;
    position: relative;
}

.banner_list {
    width: 2540px;
    margin-left: -254px;
    /* background: #fff; */
}

.banner_list li {
    float: left;
    width: 235px;
    height: 260px;
    /* padding: 18px 0; */
    margin-right: 10px;
    background-color: #fff;
}

.img_list {
    width: 100%;
    height: 100%;
    /* border-right: 1px dashed #c3c3c3; */
    /* border: 3px solid #f2f2f2; */
    text-align: center;
    /* padding: 10px 10px 0px 10px; */
}

.img_list img {
    width: 140px;
    height: 140px;
    margin-top: 8px;
}

.img_list p {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    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(255, 0, 0, 0.6);
    top: 66.5px;
    height: 75px;
    line-height: 75px;
    width: 35px;
    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 {
    border-bottom: 2px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.floorTitle {
    background-color: var(--primary-color);
    color: #fff;
    width: 202px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 8px;

}

.floorNav a {
    font-size: 15px;
    color: var(--primary-color);
}

.floorItem {
    display: flex;
}

.floorItem .floorLeft {
    width: 234px;
    height: 460px;
}

.floorNavList {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
}

.floorNavList li {
    width: 310px;
    height: 225px;
    padding: 15px;
    background-color: #fff;
    margin-left: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.floorNavList li: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;
}


.floorLiImg{
    width: 135px;
    height: 118px;
    margin: 0 72.5px;
}

.floorNavList .floorLiTitle {
    margin-top: 2px;
    padding: 0 10px;
    height: 43px;                    /* 设置足够的高度容纳两行文本 */
    line-height: 23px;               /* 行高保持为 30px */
    font-size: 16px;
    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: 16px;
    font-weight: bold;
    color: var(--primary-color);
    /* margin-top: 20px; */
    display: inline-block;
    margin-left: 12px;
}
.floorLook a{
    color: var(--primary-color);
}

.jkcharacteristic {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jkcharacteristic li {
    width: 232px;
    height: 283px;
    background-color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.jkcharacteristic li .title {
    width: 200px;
    margin: 10px auto;
    margin-bottom: 5px;
    /* 超出部分显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jkcharacteristic li .price {
    text-decoration: line-through;
    color: #999999;
    font-size: 16px;
}

.jkcharacteristic li img {
    width: 150px;
    height: 135px;
    margin-top: 10px;
}
.jkcharacteristic button{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: var(--primary-color);
    border: 1px dashed #F9A74D;
    cursor: pointer;
    width: 196px;
}
.jkcharacteristic li:hover {
    /* background-color: red; */
    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;
}
.floorNavListLike {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.floorNavListLike li {
    width: 232px;
    height: 283px;
    background-color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.floorNavListLike li .title {
    width: 200px;
    margin: 10px auto;
    margin-bottom: 5px;
    /* 超出部分显示省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -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: 150px;
    height: 135px;
    margin-top: 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 {
    /* background-color: red; */
    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;
}
.banner_box .img_list{
    position: relative;
}
.hotBtn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background:  var(--primary-color);
    border-color:  var(--primary-color);
    color: #fff;
    cursor: pointer;
   height: 42px;
   line-height: 42px;
   width: 100%;
   outline-color: var(--primary-color);
}
.hotBtn a{
    color: #fff;
}

/* 企业推荐 */

.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: #e9e9e9 solid 1px;
    -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 .goodsList {
    background-color: red;

} */
.banner_list li: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: var(--primary-color);
  }
  .footerItem .desc{
    font-size: 14px;
    color: #000;
    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;
   }
