.detail-body span{
    white-space: wrap !important;
}
.detail {
    /* background: #fff; */
    display: flex;
    margin-bottom: 20px;
}
.detail .banner img {
    width: 350px;
    margin-right: 20px;
    border-radius: 8px;
}
.detail .detail-info {
    font-size: 16px;
    color: #666666;
}
.detail .detail-info .title {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 0;
}
.detail .detail-info .tag{
    margin-bottom: 20px;
}
.detail .detail-info .tag span {
    background: #e5f5f7;
    color: #0ea3b8;
    padding: 6px 16px;
    border-radius: 50px;
    margin-right: 10px;
}
.detail .detail-info .address,
.detail .detail-info .phone {
    display: flex;
    align-items: center;
}
.detail .detail-info .address img,
.detail .detail-info .phone img {
    width: 20px;
    margin-right: 10px;
}
.detail .detail-info .desc {
    font-size: 14px;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 8px;
    color: #787878;
    line-height: 24px;
}
.detail-body{
    padding: 20px 10px;
    color: #333;
    background-color: #fff;
}
.detail-body img{
    margin-bottom: 10px;
}

.recommon .change-tab{
    display: flex;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 20px;
}
.recommon .change-tab .item{
    font-size: 18px;
    margin-right: 20px;
    color: #333;
    font-weight: 700;    
    position: relative;
    padding: 10px 0 20px;
    cursor: pointer;
    flex-shrink: 0;
}
.recommon .change-tab .item.active{
    color: #029eb4;
}
.recommon .change-tab .item::after{
    content: "";
    width: 20px;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}
.recommon .change-tab .item.active::after{
    background-color: #029eb4;
}
.recommon .list{
    display: flex;   
    flex-wrap: wrap;

}
.recommon .list .item{
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    flex-direction: column;
    width: 31%;
    margin-right: 10px;    
    border: 1px solid #f8f8f8;
    max-height: 470px;
}
.recommon .list .item .left {
    display: flex;
    align-items: center;
    justify-content: center
}
.recommon .list .item .left img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 10px;
    border-radius: 50%;
}
.recommon .list .item .right{
    font-size: 14px;
    color: #333;
}
.recommon .list .item .right .name{
    font-size: 18px;
    font-weight: 700;    
}
.recommon .list .item .right .name span{
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.recommon .list .item .right .tag{
    display: flex;
    flex-wrap: wrap;    
}
.recommon .list .item .right .tag span{
    background: #e5f5f7;
    color: #0ea3b8;
    padding: 6px 16px;
    border-radius: 50px;
    margin-right: 10px;
    white-space: nowrap;
    margin-bottom: 4px;
}
.recommon .list .item .right  .disc{
    padding: 2px 10px;
    background: #f8f8f8;
    color: #666;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    min-height: 50px;
    line-height: 24px;
}
.recommon .list .item .right .zx-btn{
    background: #0095aa;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
}
@media (min-width: 992px) and (max-width: 1159px) {
    /* .main-center {
    padding: 0 10px;
    } */
}
@media (min-width: 768px) and (max-width: 991px) {
    /* .main-center {
    padding: 0 10px;
    } */
}
@media (max-width: 767px) {
    /* .page-wrapper{
        padding-top: 74px;
    } */
    /* header{
        border: none;
        min-height: auto;
    }
    header .m-header{
        border: none;

    }
    header .container .list{
        display: none;
    } */
    .main-center{
        background-color: #f8f8f8;
        padding: 0;
    }
    .body-ck {
    background-color: #f8f8f8;
    }
    .detail{
        flex-direction: column;
        margin-bottom: 0;
    }
    .detail .banner img{
        width: 100%;
    }
    .detail .detail-info{
        margin-top: -40px;
        background: #fff;
        border-radius: 16px;
        padding: 20px;
    }
    .recommon {
        padding: 10px;
    }
    .recommon .list{
        flex-direction: column;
    }
    .recommon .list .item{
        width: 100%;
        margin-right: 0;
        flex-direction: row;
    }
    .recommon .list .item .left {
            margin-right: 20px;
            display: flex;
            align-items: center;
    }
    .recommon .list .item .left img{
        width: 100px;
        height: 100px;
    }
     .recommon .list .item .left .special-img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        object-position: top;
    }
    .recommon .list .item .right .name{
        font-size: 16px;
    }
    .recommon .list .item .right .name span{
        font-size: 14px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 479px) {
    .recommon .change-tab .item{
        font-size: 16px;
    }
    .recommon .list .item .right{
        font-size: 12px;
    }
    .recommon .list .item .right .name{
        font-size: 14px;
    }
}