.section-caseDetail{
    width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
    max-width: 1920px;
    margin: 0 auto;
    /* background: #F8F8F8; */
    overflow: hidden;
    position: relative;
}
.full-bg{
    width: 100%;
    height: auto;
    max-height: 100%;
    /* object-fit: contain; */
    object-fit: cover;
    vertical-align: middle;
}
.imgBox{
    /* width: 78.65%; */
    width: 78%;
    height: 100%;
    float: left;
}
.word{
    /* width: 21.35%; */
    width: 22%;
    height: 100%;
    float: right;
    padding: 25px 30px;
    background: #fff;

    max-height: calc(100vh - 60px - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 100px;
     /* 隐藏滚动条 */
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.word::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.tit{
    font-size: 24px;
    font-weight: 700;
    color: #191919;
    line-height: 26px;
    margin-bottom: 12px;
}
.desc{
    font-size: 16px;
    font-weight: 400;
    color: #565656;
    line-height: 24px;
}
.section-caseDetail .swiper-pagination-bullet-active,
.section-caseDetail .swiper-pagination-bullet{
    background: #fff!important
}
.section-caseDetail .swiper-container,
.section-caseDetail .slide-content{
    height: 100%;
}
.more{
    width: 22%;
    min-width: 260px;
    padding: 25px 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.m-left{
    float: left;
}
.m-right{
    float: right;
}
.ml-one{
    float: left;
    cursor: pointer;
    /* width: 45px;
    height: 45px; */
    width: 36px;
    height: 36px;
}
.ml-one:nth-of-type(1){
    margin-right: 10px;
    transform: rotate(180deg);
}
.ml-one a, 
.ml-one img{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.backTo{
    float: right;
}
.backTo a{
    font-size: 18px;
    color: #3573e7;
    /* line-height: 45px; */
    line-height: 36px;
}
.backTo img{
    width: 8px;
}

@media screen and (max-width: 1024px) {

}

/* @media only screen and (max-width: 767px) */
@media only screen and (max-width: 1024px) {
    .section-caseDetail{
        height: auto;
        max-height: none;
    }
    .imgBox{
        width: 100%;
    }
    .word{
        width: 100%;
        padding: 30px 25px 0px 25px;
        min-height: none;
        height: auto;
        max-height: none;
        overflow-x: hidden;
        overflow-y: hidden;
        margin-bottom: 0px;
    }
    .tit{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .desc{
        font-size: 14px;
        line-height: 18px;
    }
    .more{
        position: relative;
        width: 100%;
        padding: 30px 0;
    }
    .ml-one{
        /* width: 35px;
        height: 35px; */
        width: 28px;
        height: 28px;
    }
    .backTo a{
        /* font-size: 18px; */
        font-size: 14px;
        line-height: 28px;
    }
    .backTo img{
        width: 6px;
    }
}