  .banner_type17 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.banner_type17 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 60px;
    text-transform: uppercase;
    text-align: right;
    margin: 0px 0px;
}
.banner_type17 p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    max-width: 510px;
    margin-bottom: 74px;
    text-align: right;
    margin-top: 10px;
}




.banner_type17 .recreation_pic_box  {
    transition: all 0.8s;
    transform: scale(0.95) translate(0, 0);
}


    .banner_type17 .banner_carousel .item {
        margin: 0 20px;
    }

.banner_type17 .book_box {
    max-width: 670px;
}
.banner_type17 .book_date {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 24px;
    color: #1f1f1f;
    padding-bottom: 19px;
}
.banner_type17 h3.book_title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 30px;
    color: #000000;
    padding-bottom: 20px;
}
.banner_type17 .book_title {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 0.1563rem;
    line-height: 48px;
    color: var(--color-primary);
    padding-bottom: 74px;
}
.banner_type17 .read_more {
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #1f1f1f;
    display: inline-flex;
    padding-right: 20px;
}
.banner_type17 .book_text {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner_type17 .control_btn {
    border: none;
    background: var(--color-secondary);
    color: #000;
    position: absolute;
    border-radius: 0px;
    width: 70px;
    height: 70px;
    padding: 0;
}

.banner_type17 .control_btn:hover {
    color: var(--color-primary);
}

.banner_type17 .control_btn_box {
    position: absolute;
    width: 100%;
    top: 45%;
}
.banner_type17 .control_btn_box .last_btn {
    left: 0px;
}
.banner_type17 .control_btn_box .next_btn {
    right: 0;
}
.banner_type17 .control_btn_box .btn {
    border: none;
    background: var(--color-secondary);
    color: #000;
    position: absolute;
    border-radius: 0px;
    width: 70px;
    height: 70px;
}
.banner_type17 .control_btn_box .left {
    transform: rotate(138deg) scale(2);
}
.banner_type17 .control_btn_box .right {
    transform: rotate(-45deg) scale(2);
    /* position: relative; */
    /* left: 30px; */
    /* top: 30px; */
}
.banner_type17 .arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

@media (max-width: 768px) {
    .banner_type17 {
        height: auto;
        padding-bottom: 0px;
    }
    .banner_type17 .book_box {
        padding-bottom: 60px;
        max-width: 100%;
    }
    .banner_type17 .recreation_pic_box {
        position: relative;
        width: 100%;
        right: 0px;
        bottom: 0px;
    }
}
