.wrapper {
    min-height: 100vh;
}

.pagetitle {
    width: 112px;
    margin: 0 auto;
    margin-right: 2%;
    font-size: 0;
    padding-top: 3%;
}

.caseArea {
    width: 85.46875%;
    margin: 0 auto;
    margin-right: 0%;
    position: relative;
    margin-top: -5%;
    padding-bottom: 5%;
    /* padding-top: 5%; */
}

.caseArea a{
    color: #333;
}

.caseArea a .row{
    justify-content: space-between;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
}

.Hotswiper{
    overflow: hidden;
}

.caseArea .swiper-button-next,.caseArea .swiper-button-prev{
    top: unset;
    bottom: 2%;
    width: 2vw;
    height: 2vh;
    z-index: 5;
}

.caseArea .swiper-button-next::after{
    content: '';
    width: 2vw;
    height: 4.1vh;
    background-image: url(../images/img/hotcase/next.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.caseArea .swiper-button-prev{
    left: auto;
    right: 4vw;
}

.caseArea .swiper-button-prev::after{
    content: '';
    width: 2vw;
    height: 4.1vh;
    background-image: url(../images/img/hotcase/prev.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.caseArea .hottitle{
    font-family: 'Noto Serif TC', serif;
}

.caseArea .hottitle .Date::after{
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #707070;
    margin: 2% 0%;
}

.caseArea .hottitle .HotName small{
    font-size: 0.8rem;
    padding-left: 2%;
}

.caseArea .InnerImg{
    width: 100%;
    padding-top: 90%;
    background-color: #727272;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
    position: relative;
}

.caseArea .InnerImg .imgtxt{
    position: absolute;
    bottom: 2%;
    right: 2%;
    font-size: 12px;
    color: #fff;
}

.caseArea .hotinfo{
    padding-top: 10%;
}

.caseArea .hotinfo p{
    margin-bottom: 0%;
    line-height: 180%;
}

.caseArea .hotinfo p a{
    color: #007bff;
}

.caseArea .hotinfo p a:hover{
    color: #0056b3;
}

@media screen and (max-width:991px){
    .pagetitle {
        width: 112px;
        margin-right: auto;
        padding: 15% 0%;
    }
    .caseArea {
        width: 100%;
        padding: 10% 0;
        padding-top: 0;
        padding-bottom: 20%;
    }
    .caseArea .swiper-button-next,.caseArea .swiper-button-prev{
        width: 10vw;
        height: 10vh;
        z-index: 5;
        bottom: 0%;
    }
    .caseArea .swiper-button-next::after{
        width: 10vw;
        height: 10vh;
    }

    .caseArea .swiper-button-prev {
        left: auto;
        right: 15vw;
    }
    
    .caseArea .swiper-button-prev::after{
        width: 10vw;
        height: 10vh;
    }
}