@charset "utf-8";
#page_content{
    margin-bottom: 0!important;
}
.swiper-cute .swiper-button-prev,
.swiper-cute .swiper-button-next {
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.swiper-cute .swiper-button-prev {
    left: 18%;
    transform: translateX(-50%);
}

.swiper-cute .swiper-button-next {
    right: 18%;
    transform: translateX(50%);
}



.image-alt-box #image-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}


.image-alt-box #image-content {
    text-align: center;
    font-size: 1.2rem;
    width: 85%;
    margin: 0 auto 50px auto;
}
.image-alt-box-new{
    width: 33.333%;
    display: flex;
    align-items: center;
}
.swiper-cute{
    width: 66.666%;
}
.image-alt-box-new>div{
    width: 95%;
    margin: 0 auto;
}
#image-a{
    background-color: #105BAA;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    width: 10rem;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
}

.swiper-cute .more-info::after {
    content: '了解详情 >';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 12.5rem;
    height: 3.75rem;
    background-color: #105BAA;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 3.75rem;
    cursor: pointer;
}

.swiper-cute .more-info {
    cursor: default;
    display: block;
    position: relative;
}
.center-box {
    padding: 6rem 0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    /* html {
        font-size: 10px !important;
    } */
    .image-alt-box #image-title {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
    .image-alt-box #image-content {
        text-align: center;
        font-size: 16px;
        width: 85%;
        margin: 0 auto 50px auto;
    }

    .swiper-cute .swiper-button-prev, .swiper-cute .swiper-button-next,#image-a {
        display: none;
    }
    .center-box{
        display: block!important;
    }
    .swiper-cute,.image-alt-box-new {
        width: 100%;
    }
    .center-box{
        padding: 0 0 4rem 0;
    }
    .image-alt-box {
        padding-top: 2rem;
        padding-bottom: 2rem;
        height: 12rem;
        display: block;
    }
    .swiper-cute .more-info::after{
        width: 150px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
    }
}