.shop3-header-nav .shop3-header-content{
    width: 100%;
}
.shop3-header-nav .shop3-header-content ul li{
width: 243px;
}
.shop3-header-nav .shop3-header-content ul li a {
width: 227px;
}
.shop3-header-nav .shop3-header-content ul li a span{
font-weight: 400;

}
.shop3-header-nav .shop3-header-content ul li a.cur{
background: #DE0016;
color: #FFFFFF;
}
.shop3-header-nav .shop3-header-content ul li a.cur span{
color: #FFFFFF;
}

.shop3-header-nav .shop3-header-content ul li  a.cur:after{
background-color: #FFFFFF;;
}

.shop3-banner{
    width: 100%;
    height: 300px;
    background-image: url(/statics/shop3/images/index-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

  }
  .shop3-banner .content{
    display:flex;
    align-items: center;
    height: 100%;
  }
  .shop3-banner .logo{
    width: 167px;
    height: 108px;
    background: linear-gradient(135deg, #FFE9D0 0%, #E8C8A4 100%);
    border-radius: 4px 4px 4px 4px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;

  }
  .shop3-banner .logo .logo-img{
      width: 152px;
      height: 94px;
  }
  
  .shop3-banner .band-info{


  }
  .shop3-banner .band-info .item{
      width: 198px;
      height: 108px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background:rgba(255, 225, 191, 0.3);
      border-radius: 4px 4px 4px 4px;
      margin-right:8px;
      padding: 0 12px;
      box-sizing: border-box;
     
  }
  .shop3-banner .band-info .item .item-name{
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFE1BF;
  }
  .shop3-banner .band-info .item .item-val{
    margin-top: 16px;
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;

  }
  .shop3-banner .band-info .item  .item-btn{
    width: 156px;
    height: 36px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #F9B870;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    cursor: pointer;
    background: #FFE1BF;


  }
  .shop3-banner .band-info .item  .item-btn:hover{
    background: #FFFFFF;
  }



  .shop3-banner .band-info .item  .item-btn .btn{
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #DE0016;
  }

  .shop3-company-profile{
    background-color: #FFF;
    padding: 24px 32px 32px 32px;
    box-sizing: border-box;
}
.shop3-company-profile .title-box{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;

}
.shop3-company-profile .title{
font-size: 36px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: rgba(0,0,0,0.9);
}
.shop3-company-profile .e-title{
width: 116px;
height: 26px;
background: #DE0016;
border-radius: 17px 17px 17px 17px;
font-size: 16px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.shop3-company-profile .profile-c{
width: 100%;
display: flex;
margin-top: 24px;
}
.shop3-company-profile .profile-c .profile-c-l{
width: 608px;
margin-right: 20px;
flex-shrink: 0;
height: 342px;
}
.shop3-company-profile .profile-c .company-profile-swiper-container {
  height: 100%;
}
.shop3-company-profile .profile-c .profile-img{
width: 100%;
height: 100%;
object-fit: cover;
}

.shop3-company-profile .profile-c  .profile-c-r{
width: 100%;
line-height: 28px;
word-break: break-all;
font-size: 16px;
}
.shop3-company-profile .profile-c  .profile-c-r  .profile-content{
line-height: 31px;
font-size: 16px;
overflow: hidden; /* 隐藏超出容器高度的内容 */
text-overflow: ellipsis; /* 使用省略号来表示被隐藏的内容 */
display: -webkit-box; /* 将文本显示为一个块级元素 */
-webkit-line-clamp: 8; /* 设置文本的最大行数 */
-webkit-box-orient: vertical; /* 设置文本的排列方向为垂直 */
}
.shop3-company-profile .profile-c  .profile-c-r .look-more{
font-size: 16px;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #DE0016;
cursor: pointer;
margin-top:4px;
display: none;
}
.shop3-company-profile .profile-c  .profile-c-r .xt{
width: 48px;
height: 3px;
background: #F9B870;
margin-top:13px;
margin-bottom:16px
}

.company-profile-swiper-pagination .swiper-pagination-bullet{
width: 4px;
height: 4px;
background: #FFFFFF;
border-radius: 8px 8px 8px 8px;
opacity: 1;
margin: 0 2px !important;
}
.company-profile-swiper-pagination .swiper-pagination-bullet-active{
width: 12px;
height: 4px;
background: #DE0016;
border-radius: 8px 8px 8px 8px;
}
.profile-content-dialog .layui-layer-content{
background:#fff !important;
padding: 16px;
max-height:500px;
overflow-y: auto;
box-sizing: border-box;
line-height: 28px;
word-break: break-all;
font-size: 16px;
border-radius: 5px;
}

.shop3-company-advantage{
    background-color: #FFF;
    padding: 24px 32px 32px 32px;
    box-sizing: border-box;
}
.shop3-company-advantage .title-box{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;

}
.shop3-company-advantage .title{
font-size: 36px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: rgba(0,0,0,0.9);
/* margin-bottom: 6px; */
}
.shop3-company-advantage .e-title{
width: 138px;
height: 26px;
background: #DE0016;
border-radius: 17px 17px 17px 17px;
font-size: 16px;
font-family: PingFang SC-Bold, PingFang SC;
font-weight: bold;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
}
.shop3-company-advantage .advantage-c{
margin-top: 24px;
line-height: 25px;
}
.shop3-w-sp-panel-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    margin-bottom: 12px;
    background-color: #fff;
}
.shop3-w-sp-panel-header .more{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #588AC6;
}
.shop3-sp-panel-body {
    padding: 0;
}
.shop3-sp-panel-body .pro-gallery{
    display: flex;
    flex-wrap: wrap;
}
.shop3-sp-panel-body .pro-gallery li {
    width: 265px;
    margin: 7px;
    height: 317px;
    border-color: #fff;
    display: flex;
     flex-direction: column;
}
.shop3-sp-panel-body .pro-gallery li  .img-cover{
    width: 265px;
    height: 265px;
}
.shop3-sp-panel-body .pro-gallery li:nth-of-type(3n){
    margin-right: 0;
}
.shop3-sp-panel-body .pro-gallery li:nth-of-type(3n+1),.shop3-sp-panel-body .pro-gallery li:first-of-type{
    margin-left: 0;
}

.shop3-sp-panel-body  .pro-gallery .bottom{
    position: static;
    padding: 16px;
    height: 52px;
    box-sizing: border-box;

}
.shop3-sp-panel-body .pro-gallery .bottom .title{
    margin-bottom: 0;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
}
.shop3-sp-panel-body .pro-gallery li:hover{
    border-color: #ff6464;
}
.img-new-dialog .layui-layer-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop3-sp-panel-header{
    background: #DE0016;
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.shop3-sp-panel-header .sp-panel-title {
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
.brand-dynamics{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.brand-dynamics .dynamic-item{
    width: 388px;
    height: 323px;
    margin-right: 18px;
    margin-bottom: 18px;
    background-color: #fff;
}
.brand-dynamics .dynamic-item:nth-of-type(3n){
    margin-right: 0;
}
.brand-dynamics .dynamic-item .img{
    width: 100%;
    height: 218px;
}
.brand-dynamics .dynamic-item .txt{
    height: 105px;
    padding: 20px;
    box-sizing: border-box;
}
.brand-dynamics .dynamic-item .title{
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}
.brand-dynamics .dynamic-item .txt-1{
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    line-height: 18px;
    margin-top: 8px;
}
.brand-dynamics .dynamic-item:hover {
    box-shadow: 0px 4px 12px 1px rgba(0,0,0,0.08);
}
.brand-dynamics .dynamic-item:hover .title{
    color: #DE0016;
}


.shop3-invite-join{
    width: 100%;
    height: 240px;
    background-image: url(/statics/shop3/images/index-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
}
.shop3-invite-join2{
    background-image: url(/statics/shop3/images/index-bg3.png);
    padding: 40px 54px 0 54px;
    box-sizing: border-box;
}
.shop3-invite-join .title{
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop3-invite-join  .shop3-sp-budget-form{
    display: flex;
    margin-top: 36px;
    justify-content: space-between;
}
.shop3-invite-join  .shop3-sp-budget-form .form-item{
    width: 336px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    box-sizing: border-box;
    position: relative;
}
.shop3-invite-join2 .shop3-sp-budget-form .form-item{
    width: 300px;
}
.shop3-invite-join  .shop3-sp-budget-form .form-item  span{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    flex-shrink: 0;
    position: relative;
    top: 2px;
}
.shop3-invite-join  .shop3-sp-budget-form .form-item  .w-left{
    width: 100%;
    height: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    font-size: 16px;
    -webkit-appearance: none; /* WebKit浏览器（Chrome、Safari） */
    -moz-appearance: none; /* Firefox浏览器 */
    appearance: none; /* 标准语法 */
    border: none; /* 去掉边框 */
    outline: none; /* 去掉聚焦时的外边框 */
}
.shop3-invite-join  .shop3-sp-budget-form .form-item  .w-left2{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop3-invite-join  .shop3-sp-budget-form .form-item  input::placeholder{
    color: #fff;
}
.shop3-invite-join  .shop3-sp-budget-form .btn{
    width: 144px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #DE0016;
    line-height: 50px;
    text-align: center;
    cursor: default;
}



.area-linkage{
    margin-top: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    display: none ;
    border-radius: 4px;
    z-index: 99;
    overflow: hidden;
    position: relative;

}
.area-linkage .province-list, .area-linkage .city-list{
    width: 130px;
    height: 230px;
    overflow-y: auto;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;


}
.area-linkage .item{
    padding: 5px;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
}
.area-linkage .item:hover{
    background-color: rgba(222, 0, 22, 0.1);
    border-radius: 5px;
    color: red;
}
.area-linkage .city-active{
    background-color: rgba(222, 0, 22, 0.1);
    border-radius: 5px;
    color: red;
}
.area-linkage .province-list{
    border-right: 1px #e5e5e5 solid;

}
.area-linkage .city-list{

}

.shop3 .sp-panel-budget_v3{
    margin-bottom: 0 !important;
}
.shop3 .sp-panel{
    margin-bottom: 0;
}
.shop3 .sp-joiningNews{
height: 615px;
}
.shop3   .tempWrap{
    height: 615px !important;
}
.shop3-zs-policy{
    display: flex;
    background-color: #fff;
    padding: 32px;
    box-sizing: border-box;
}
.shop3-zs-policy .img-box{
    width: 360px;
    height: 360px;
    flex-shrink: 0;
    margin-right: 20px;
}
.shop3-zs-policy img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop3-zs-policy .policy-r{
        width: 100%;
}
.shop3-zs-policy .policy-r .title-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom:1px solid rgba(0,0,0,0.1);
    padding-bottom: 10px;

}
.shop3-zs-policy .policy-r .title-box .title-box-l{
    display: flex;
    align-items: center;

}
.shop3-zs-policy .policy-r .title-box .title-box-r{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #DE0016;
    cursor: pointer;
    display: flex;
    align-items: center;
    display: none;
}
.shop3-zs-policy .policy-r .title-box .title-box-r .icon2-youjiantou{
    font-size: 14px;
    margin-left: 1px;
}

.shop3-zs-policy .policy-r .title-box .title{
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    line-height: 29px;
    position: relative;
}
.shop3-zs-policy .policy-r .title-box .title::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: #DE0016;
}

.shop3-zs-policy  .shop3-zszc .zszc-c{
        overflow: hidden;
        line-height: 25px;
}
.line5{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.zs-content-dialog .layui-layer-content{
    background:#fff !important;
    padding: 16px;
    max-height:500px;
    overflow-y: auto;
    box-sizing: border-box;
    line-height: 28px;
    word-break: break-all;
    font-size: 16px;
    border-radius: 5px;
  }

  .flow-list{
    background-color: #fff;
    text-align: center;
    padding: 40px 0 48px 0;
}
.flow-list .title{
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
  }
  .flow-list .e-title{
    height: 26px;
    background: #DE0016;
    border-radius: 17px 17px 17px 17px;
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 16px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
  }
  .flow-list  .flow-img{
    width: 100%;
    height: 142px;
    background-image: url(/statics/shop3/images/index-bg4.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 44px;
  }
  .w-calc-areaSelectWrap .input::after{
    display:none !important;

}
.w-calc-areaSelectWrap .input{
    position: relative;
}
.w-calc-areaSelectWrap .input .i-arrow{
    position: absolute;
    right: 8px;
    top: 20px;
    font-size: 9px;
    color:#b4b4b4
}
.shop3-sp-panel .sp-panel-header{
    height: 48px;
    line-height: 48px;
}

.shop3-more-way{
    margin: 13px 20px 0 20px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.04);
    padding: 20px;
    box-sizing: border-box;

}
.shop3-more-way .txt-2{
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF6365;
    margin-bottom: 16px;
}
.shop3-more-way .btns{
    display: flex;
}
.shop3-more-way button{
    width: 160px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FF6365;
}
.shop3-more-way button:hover{
    color: #fff;
    background: #FC2C31;

}

.w-contact .slider{
    background-color:#fff
}
.w-contact .sp-about-info{
     background-color:#fff;
     width: 100%;
     padding: 28px 36px 36px 36px;
     box-sizing: border-box;
     margin-bottom:16px
}
.w-contact .sp-about-info .sp-about-map{
    width: auto;
    margin: 24px 0 0 0;

}
.shop3-sp-about-info .title-box{

    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 14px;
    margin-bottom: 12px;

}
.shop3-sp-about-info .title-box .title{
    position: relative;
    font-size: 20px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: rgba(0,0,0,0.9);
    margin: 0;
    display: inline-block;
}
.shop3-sp-about-info .title::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #DE0016;
    bottom: -14px;
    left: 0;
}