/*详情*/
html {
    scroll-behavior: smooth;
}
.wrapper .detail-content{
}
.wrapper .text-content img{
    max-width: 100%;
}
a:hover{
    opacity: 1;
}
.wrapper .detail-menu{
    position: sticky;
    top: 1.5rem;
    left: 0px;
    width: 250px;
}
.detail-menu .menu-item {
    line-height: 24px;
    word-break: keep-all;
}
/*其他*/
.wrapper .detail-other{
    position: sticky;
    top: 1.5rem;
    right: 0px;
    min-width: 322px;
}
.detail-other .other-title,
.detail-menu .other-title{
    height: 52px;
    line-height: 52px;
    background: #F7F7F7;
    border-radius: 6px;
}

/*其他案例*/
.detail-other .case-item{
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}
/*资讯推荐*/
.detail-other .news-item{
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}
.detail-other .news-item img{
    border-radius: 6px;
}


/*英文官网样式*/
.en-news-item {
    border-bottom: 1px solid #E6E6E6;
}
