a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab{ text-align: center; }
.tab .nav-tabs{
    display: inline-block;
    position: relative;
    border-bottom: none;
}
.tab .nav-tabs li{
    margin: 0;
    float: left;
    padding: 0 6.5rem;
}
.tab .nav-tabs li a{
    display: block;
    padding: 20px 20px 10px;
    background: #fff;
    font-size: 1rem;
    /*font-weight: 700;*/
    color: #808080;
    /*text-transform: uppercase;*/
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #fff;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li a span{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 22px;
    color: #808080;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
}
.tab .nav-tabs li.active a span{
    background: #08604C;
    color: #fff;
}
.tab .nav-tabs li a span i{
    transform: rotate(-45deg);
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover{
    color: #08604C;
    border: none;
    border-bottom: 2px solid #fff;
}
.tab .nav-tabs li.active a{
    border-bottom: 2px solid #08604C;
}
.tab .tab-content{
    padding: 20px;
    margin-top: -5px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
.serve-item{
    height: 231px;
    background: #FFFFFF;
    box-shadow: 8px 31px 39px 0px rgba(229,233,246,0.4);
    border-radius: 0px 0px 0px 0px;
    padding: 0.2rem 1.2rem;
}
.serve-item img{
    width: 5rem;
    margin-top: 1.5rem;
}
.serve-item .serve-dec .serve-tile{
    font-size: 1.6rem;
    padding-top: 1.8rem;
    padding-bottom: 0.3rem;
    display: block;
    color: #0F0F0F;
}
.serve-item .serve-dec p{
    font-size: 0.8rem;
}
.product-item{
    max-width: 26.5rem;
}
.product-item img{
    /* width: 26rem;
    border-radius: 0.5rem; */
}
.product-item .product-dec p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* 这个值根据你的需求调整，它决定了行高 */
    max-height: 3em; /* 行高乘以-webkit-line-clamp得到最大高度 */
}
.comment-user{
    min-height: 8rem;
}
.sc-author {
    float: left;
    margin-right: 28px;
}
.sc-author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
    display: table;
    position: relative;
}
.tour-nav{
    background-color: #fff;
}
.tour-nav li{
    width: 25%;
    text-align: center;
}
.tour-nav li a{
    padding: 0 0.8rem;
    font-size: 0.8rem;
    color: #000000;
}
.gallery-item .gi-text{
    opacity: 1;
}
.tour-nav li a:hover,.tour-nav li.active a{
    color: #08604C;
    font-size: 1rem;
    border-bottom: 0.2rem solid #08604C;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li:last-child{
        margin-bottom: 0;
    }
    .serve-item{
        text-align: center;
    }
}

