/* 顶部导航条 */
html{
    background-color: #f5f6fa;
}
.case_cgao{
    width: 100%;
    height: 1.226666rem;
}
.case_tab_box{
    width: 100%;
    height: 0px;
    position: absolute;
    top: 1.386666rem;
    left: 0;
    z-index: 35;
}
.case_tab{
    width: 100%;
    background-color: #FFFFFF;
    padding: 0 0.426666rem;
    height: 1.226666rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.case_tab_item{
    display: flex;
    align-items: center;
}
.case_tab_item>p{
    font-size: 0.373333rem;
    font-weight: bold;
    margin-right: 0.2rem;
}
.case_tab_tag{
    width: 100%;
    padding: 0.426666rem;
    padding-bottom: 0.133333rem!important;
    background-color: #f5f6fa;
    display: none;
    position: absolute;
    top: 1.226666rem;
    left: 0;
    z-index: 20;
}
.case_tab_tag_item{
    width: 4.126666rem;
    padding: 0.133333rem 0;
    background-color: #FFFFFF;
    border-radius: 0.133333rem;
    font-size: 0.373333rem;
    text-align: center;
    float: left;
    margin-right: 0.32rem;
    margin-bottom: 0.32rem;
}
.active{
    background-color: #ff5450;
    color: #FFFFFF;
}
.case_tab_tag>.case_tab_tag_item:nth-child(4n){
    margin-right: 0px !important;
}
.case_tab_tag::after{
    content: '';
    display: block;
    clear: both;
}
.case_box{
    width: 100%;
    padding: 0.426666rem;
    background-color: #f5f6fa;
}
.case_item{
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 26px;
    overflow: hidden;
}
.case_item_img{
    width: 100%;
    height: 5.6rem;
    position: relative;
}
.case_item_cont{
    padding: 0.266666rem 0.346666rem;
    position: relative;
}
.case_item_title{
    font-size: 0.426666rem;
    color: #121429;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-clamp: 1;
}
.case_item_ms{
    color: #40435c;
    font-size: 0.32rem;
    margin: 10px 0;
}
.case_item_see{
    font-size: 0.32rem;
    color: #40435c;
}
.case_box>.case_item:last-child{
    margin-bottom: 0px!important;
}
.case_item_btn{
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.32rem;
    background-image: linear-gradient(90deg,
        #ff8663 0%,
        #ff4e4d 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0.373333rem;
    right: 0.32rem;
    z-index: 20;
}

.case_appreciate_des {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 22px;
    left: 22px;
}

.case_appreciate_tx {
    width: 0.693333rem;
    height: 0.693333rem;
    border-radius: 50%;
    z-index: 20;
}

.case_appreciate_des>p {
    padding: 0.133333rem 0.266666rem 0.133333rem 0.4rem;
    background-color: rgba(0, 0, 0, .5);
    font-size: 0.32rem;
    border-radius: 0.2rem;
    color: #FFFFFF;
    margin-left: -0.266666rem;
}

.case_appreciate_des>div>p {
    padding: 0.133333rem 0.266666rem;
    background-color: rgba(0, 0, 0, .5);
    color: #FFFFFF;
    font-size: 0.32rem;
    border-radius: 0.2rem;
    position: absolute;
    bottom: 0.293333rem;
    right: 0.266666rem;
}
.pop_full{
    width: 6.666666rem;
    height: 7.733333rem;
    background-color: #FFFFFF;
    border-radius: 0.133333rem;
    margin-bottom: 1.6rem;
    position: relative;
    background-image: url(../image/menu/pop_full_banner.png);
    background-size: contain;
    background-repeat: no-repeat;
}
