/*案列详情*/
.caseDTit{
    padding: .7rem 0 .5rem;
    font-size: .44rem;
    line-height: .44rem;
    color: #262626;
    text-align: center;
}
.caseInfo{
    display: flex;
    margin-bottom: .35rem;
}
.caseEachInfo{
    width: 2.8rem;
    margin-right: .3rem;
    display: flex;
    color: #262626;
    font-size: .16rem;
    border: .01rem solid #E1E3E6;
}
.caseEachInfo:last-child{
    margin-right: 0;
}
.caseEachInfoLabel{
    width: 1rem;
    padding: 0.17rem 0;
    text-align: center;
    font-weight: 500;
    /* line-height: .16rem; */
    background-color: #F2F4F7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caseEachInfoCont{
    width: 1.8rem;
    padding: .1rem .15rem;
    width: 1.8rem;
    padding: 0.1rem 0.15rem;
    /* line-height: .3rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.designNote{
    margin-bottom: .5rem;
    color: #262626;
}
.designNoteTit{
    padding-left: .1rem;
    margin-bottom: .25rem;
    font-size: .2rem;
    line-height: .2rem;
    border-left: .04rem solid #262626;
}
.designNoteCont{
    padding: .23rem .3rem;
    font-size: .16rem;
    line-height: .4rem;
    background-color: #F2F4F7;
}
.swiper-container-top{
    width: 100%;
    height: 7rem;
    background: rgba(0,0,0,.5);
}
.caseDDImg{
    width: 100%;
    height: 100%;
    filter: brightness(0.3);
    /* object-fit: cover; */

 
}
.caseDDImg img{
       display: block;
    margin: 0 auto;
       width: auto;
    height: auto;
        max-height: 100%;
}
.swiper-container-top .swiper-slide.swiper-slide-active .caseDDImg{
    filter: brightness(1);
}
.swiper-container-top .swiper-button-prev-top,
.swiper-container-top .swiper-button-next-top{
    width: .5rem;
    height: 1rem;
}
.swiper-container-top .swiper-button-prev-top{
    left: calc((100% - 15.2rem)/2 - 0.5rem);
    background: url("../img/common/indexThreePrev.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-top .swiper-button-prev-top:hover{
    background: url("../img/common/indexThreePrevOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-top .swiper-button-next-top{
    right: calc((100% - 15.2rem)/2 - 0.5rem);
    background: url("../img/common/indexThreeNext.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-top .swiper-button-next-top:hover{
    background: url("../img/common/indexThreeNextOn.png") no-repeat;
    background-size: 100% 100%;
}
.swiper-container-top .swiper-button-next.swiper-button-disabled,
.swiper-container-top .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-container-top .swiper-button-next-top:after,
.swiper-container-top .swiper-button-prev-top:after{
    content: '';
}

.swiper-container-top .swiper-slide{
    width: 10rem;
    height: 7rem;
    
}
.swiper-container-bottom{
    width: 100%;
    height: 1rem;
    margin: .2rem 0 .7rem;
}
.markS{
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
}
.swiper-container-bottom .swiper-slide-thumb-active .markS{
    background: url('../img/common/markS.png') no-repeat;
    background-size: 100% 100%;
}
.swiper-container-top .swiper-slide,
.swiper-container-bottom .swiper-slide{
    font-size: 0;
}
.turnOver{
    display: flex;
    height: .9rem;
    border: .01rem solid #E1E3E6;
}
.turnOver a{
    display: block;
    font-size: .18rem;
    color: #262626;
    line-height: .88rem;
    cursor: pointer;
}
.turnLast{
    width: 5.2rem;
    height: 100%;
    padding-left: 1.14rem;
    background: url("../img/common/last.png") no-repeat .7rem center;
    background-size: .24rem .24rem;
}
.turnLast:hover{
    color: #fff;
    background: url("../img/common/lastHover.png") no-repeat .7rem center #262626;
    background-size: .24rem .24rem;
}
.turnNext{
    width: 5.2rem;
    height: 100%;
    padding-right: 1.14rem;
    text-align: right;
    background: url("../img/common/next.png") no-repeat 4.26rem center;
    background-size: .24rem .24rem;
}
.turnNext:hover{
    color: #fff;
    background: url("../img/common/nextHover.png") no-repeat 4.26rem center #262626;
    background-size: .24rem .24rem;
}
.returnList{
    flex: 1;
    width: 1px;
    padding-left: 2.07rem;
    border-left: .01rem solid #E1E3E6;
    border-right: .01rem solid #E1E3E6;
    background: url("../img/common/returnList.png") no-repeat 1.63rem center;
    background-size: .24rem .24rem;
}
.returnList:hover{
    color: #fff;
    background: url("../img/common/returnListHover.png") no-repeat 1.63rem center #262626;
    background-size: .24rem .24rem;
}
.recommendCase{
    padding: .7rem 0 1.02rem;
    margin-top: 1rem;
    background-color: #F2F4F7;
}
.recommendCaseTit{
    padding-bottom: .25rem;
    line-height: .36rem;
    color: #999;
    font-size: .2rem;
    border-bottom: .02rem solid #ccc;
}
.rCT{
    margin-right: .15rem;
    font-size: .36rem;
    font-weight: bold;
    color: #262626;
}
.moreCase{
    float: right;
    color: #999;
}
.recommendCase .caseItem .caseItemContent{
    background: #fff;
}
.recommendCase .caseItem:hover .caseItemContent{
    background: #262626;
}


.caseListBox{
    width:100%;

}
.caseItem{
    margin-top:.25rem;
    margin-right: .25rem;
    width:4.9rem;
    height: 4.1rem;
    font-size: 0;
}
.caseItem:nth-child(3n+3){
    margin-right: 0;
}
.caseItem .caseImg{
    width:100%;
    height: 3.2rem;
    position: relative;
}
.caseItem .caseImg img{
    width:100%;
    height: 3.2rem;
    object-fit: cover;
}
.caseItem .caseImg .caseHover{
    width: 100%;
    height: 100%;
    background:#000000;
    opacity: .6;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.caseItem .caseItemContent{
    width:100%;
    height: .9rem;
    background: #F2F4F7;
    padding:.2rem;
    box-sizing: border-box;
}
.caseItem .caseItemContent .title{
    font-size: .18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom:.12rem;
    color: #262626;
}
.caseItem .caseItemContent .info{
    font-size: .14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.caseItem .caseItemContent .info span{
    border-right: .01rem solid #999999;
    padding-right: .15rem;
    margin-right: .15rem;
}
.caseItem .caseItemContent .info span:last-child{
    border-right: none;
}
.caseItem:hover{
    box-shadow: 0 .05rem .15rem rgba(0,0,0,0.3);
}
.caseItem:hover .caseImg .caseHover{
    display: block;
}
.caseItem:hover .caseItemContent{
    background: #262626;
}
.caseItem:hover .caseItemContent .title,.caseItem:hover .caseItemContent .info{
    color: #fff;
}
.caseItem:hover .caseItemContent .info span{
    border-right: .01rem solid #999999;
}
.caseItem:hover .caseItemContent .info span:last-child{
    border-right: none;
}