.fuxuan-case-list{
    padding: 57px 0 110px 0;
    background: #FBFBFB;
}

.pr45{
    padding-right: 45px;
}
.fuxuan-case-list .case-list{
    display: flex;
    flex-direction: column;
    gap: 66px;
}
.case-list .case-item{
    display: flex;
}
.case-item .case-con{
    width: 490px;
    position: relative;
    padding-right: 17px;
}
.case-con .case-title{
    color: #2B2B2B;
    font-family: var(--font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.case-con .case-line{
    width: 126px;
    height: 1px;
    background: #000;
    margin-top: 22px;
}
.case-con .case-desc{
    margin-top: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.case-con .case-more{
    display: inline-block;
    padding: 13px 62px;
    border: 1px solid #000;
    margin-top: 50px;
    transition: all 0.5s;
}
.case-con .case-more:hover{
    background: #000;
    color: #fff;
}
.case-con .case-more-desc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    padding: 20px 60px;
    /* gap: 90px; */
    position: absolute;
    right: 0;
    bottom: 62px;
    height: 122px;
}
.case-con .case-more-desc .more-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.more-item img{
    width: 24px;
    aspect-ratio: 1;
    object-fit: cover;
}
.more-item .more-desc{
    color: #787878;
    font-family: var(--font-family);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 4px;
}
.more-item .more-con{
    color: #000;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}
.case-list .case-item .case-img{
    flex: 1;
    position: relative;
}
.case-item .case-img .case-preImg{
    width: 100%;
    height: 100%;
    aspect-ratio: 1105/745;
    object-fit: cover;
    transition: all 0.5s;
}
.case-item .case-img .case-preImg.none{
    display: none;
}
.case-item .case-img .case-img-box{
    position: absolute;
    right: 27px;
    bottom: 37px;
    display: flex;
    gap: 10px;
}
.case-img .case-img-box .case-img-thumb{
    width: 84px;
    aspect-ratio: 1;
    object-fit: cover;
    
}
.case-img .case-img-box .case-img-thumb.active{
    border: 1px solid #fff;
}
.case-img .ask-box{
    position: absolute;
    left: 0;
    bottom: 62px;
    height: 122px;
    background: rgba(98, 77, 28, 0.90);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 37px;
}
.ask-box .ask-name{
    color: #FFF;
    font-family: var(--font-family);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.ask-box .ask-form{
    border-radius: 50px;
    background: #F9CB8C;
    color: #000;
    font-family: var(--font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 5px 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    transition: all 0.5s;
}
.ask-box .ask-form:hover{
    background: #fff;
}


.case-list .case-item:nth-of-type(even){
    flex-direction: row-reverse;
}
.case-list .case-item:nth-of-type(even) .case-con{
    padding-right: 0;
    padding-left: 40px;
}
.case-list .case-item:nth-of-type(even) .ask-box{
    right: 0;
    left: inherit;
}
.case-list .case-item:nth-of-type(even) .case-img-box{
    left: 27px;
    right: inherit;
}



.fuxuan-case-list #pagesize ul{
    gap: 17px;
}
.fuxuan-case-list #pagesize ul li{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuxuan-case-list #pagesize ul li a{
    width: 100%;
    height: 100%;
    color: #050505;
    font-family: var(--font--family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 2px;
    background: #E0E0E0;
    border: none !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuxuan-case-list #pagesize ul li:first-child,
.fuxuan-case-list #pagesize ul li:last-child
{
    width: auto;
}
.fuxuan-case-list #pagesize ul li:last-child a{
    background: #000;
    color: #fff;
}

@media screen and (min-width: 1700px) {
    .fuxuan-case-list .container{
        max-width: 1600px !important;
    }
}
@media screen and (max-width: 1919px) {
    .case-con .case-more-desc,
    .case-img .ask-box{
        bottom: 20px;
    }
}
@media screen and (max-width: 1400px) {
    .case-item .case-con{
        width: 40%;
        padding-right: 20px;
    }
    .case-list .case-item:nth-of-type(even) .case-con{
        padding-left: 20px;
    }
    .case-con .case-title{
        font-size: 30px;
    }
    .case-con .case-desc,
    .case-con .case-more{
        margin-top: 20px;
    }
    .case-con .case-more-desc{
        justify-content: space-between;
    }
    .case-con .case-more-desc,
    .case-img .ask-box{
        height: 100px;
    }
    .ask-box .ask-name{
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .case-list .case-item,
    .case-list .case-item:nth-of-type(even){
        flex-direction: column !important;
        gap: 20px;
    }
    .case-list .case-item:nth-of-type(even) .case-con{
        padding-left: 0;
    }
    .case-item .case-con{
        width: 100%;
        padding-right: 0;
    }
    .case-con .case-more-desc{
        position: static;
        margin-top: 20px;
    }
    .case-img .ask-box{
        position: static;
    }
    .case-item .case-img .case-img-box{
        bottom: 110px;
    }
}
@media screen and (max-width: 992px) {
    .case-con .case-title{
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .case-con .case-more-desc{
        height: auto;
        padding: 20px;
    }
    .case-img .case-img-box .case-img-thumb{
        width: 50px;
    }
    .case-con .case-more{
        padding: 10px 30px;
    }
}