.noscroll{
    overflow: hidden;
  scrollbar-gutter: stable;
}
.sub-nav-list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
}
.sub-nav-list>li{
    position: relative;
    width: 171px;
    height: 171px;
    margin: 10px 21px;
}
.sub-nav-list>li>a{
    display: block;
}
.sub-nav-list>li img{
    position: absolute;
    top: 0;
    left: 0;
}
.sub-nav-list>li img:nth-child(1){
    z-index: 2;
}
.sub-nav-list>li img:nth-child(2){
    z-index: 1;
    opacity: 0;
}
.sub-nav-list>li h3{
    font-weight: lighter;
    color:#929292;
    font-weight: 18px;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.sub-nav-list>li:hover img:nth-child(2),
.sub-nav-list>li.active img:nth-child(2){
    z-index: 10;
    opacity: 1;
}
.sub-nav-list>li:hover h3,
.sub-nav-list>li.active h3{
    color:#fff
}

#detaile-shadow{
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 99;
    display: none;
}
#detaile-shadow>.content-wrap{
    position: fixed;
    width:1195px;
    height: 680px;
    z-index: 100;
    left: 50%;
    transform: translate(-50%);
    top: 135px;
}
#detaile-shadow>.content-wrap>iframe{
    width: 100%;
    height: 100%;
    border:none;
    outline: none;
}
#detaile-shadow>.content-wrap>.btn-colse{
    width: 38px;
    height: 38px;
    border:1px solid #868686;
    position: absolute;
    right: 0;
    top:-40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#detaile-shadow>.content-wrap>.btn-colse>img{
    transition: all .5s;
}
#detaile-shadow>.content-wrap>.btn-colse:hover>img{
    transform:rotate(180deg)
}

.business-detail-container{
    width:1195px;
    height:680px;
    background-color: #e0e0e0;
    margin:0;
    padding: 0;
    overflow: hidden;
}
.content-container{
    display: flex;
}
.thumbs-container{
    width: 885px;
    height: 550px;
    overflow: hidden;
}
.thumbs-container img{
    width: 100%;
    height: 100%;
}
.content-text{
    padding: 20px 20px 20px 30px;
    width: 260px;
    height: 510px;
    overflow: hidden;
}
.content-text>.title{
    margin-bottom: 35px;
    font-size: 24px;
    color:#333;
    font-weight: normal;
    line-height: 32px;
}
.article-content{
    height: 428px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right:15px;
    scrollbar-width: 3px;
    scrollbar-color: transparent;
}
/* Chrome Edge Safari */
.article-content::-webkit-scrollbar {
  width: 3px;
}
.article-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius:1px;
}
.article-content::-webkit-scrollbar-thumb {
  background-color:#bfbfbf;
  border-radius:3px;
}
.article-content p{
    margin-bottom: 30px;
    font-size:14px;
    color:#666;
    line-height: 24px;
}
.article-list{
    box-sizing: border-box;
    height: 130px;
    background-color: #666666;
    position: relative;
    padding:24px 48px 0;
}
.mySwiper{
    overflow: hidden;
}
.article-list .swiper-slide{
    margin: 0 4px!important;
    box-sizing: border-box;
    width: 114px;
    height: 82px;
    border: 2px solid #c2c2c2;
}
.article-list .swiper-slide img{
    width: 100%;
    height: 100%;
}
.article-list .swiper-slide-active{
    border: 4px solid #fff;
}
.loading{
    position:fixed;
    width: 100%;
    top:0;
    bottom: 0;
    background-color: rgba(255,255,255,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.swiper-button-prev,.swiper-button-next{
    background: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
}