

.reviews-form {
    width: 1440rem;
    height: 626rem;
    background-color: #fff;
    border-radius: 10rem;
    box-shadow: 0 4rem 62rem -16rem rgba(0, 0, 0, .15);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: -174rem;
    padding: 60rem 100rem 90rem 100rem;
    box-sizing: border-box;
    text-align: center;
}

.reviews-form-title {
    font-size: 50rem;
    margin-bottom: 70rem;
    font-weight: bold;
}

.reviews-form-top {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50rem;
}

.reviews-form-input {
    width: 100%;
    height: 75rem;
    background-color: #F2F2F2;
    border-radius: 5rem;
    font-size: var(--pc-content);
    padding: 10rem;
    box-sizing: border-box;
    border: none;
}

.reviews-form-input:focus-within {
    outline: none;
}

.reviews-form-bottom {
    width: 100%;
    height: 234rem;
    margin-top: 50rem;
    position: relative;
}

.reviews-form-textarea {
    width: 100%;
    height: 100%;
}

.reviews-send-button {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70rem;
    height: 70rem;
    border-radius: 100% 0 5rem 0;
    background-color: #17AC64;
    box-shadow: 0 4rem 62rem -16rem rgba(23, 172, 100, .6);
    cursor: pointer;
}

.reviews-send-icon {
    position: absolute;
    right: 13rem;
    bottom: 13rem;
    width: 35rem;
    object-fit: contain;
}

.reviews-list-wrap {
    width: 1440rem;
    margin: 0 auto;
}

.reviews-list-wrap-top {
    width: 100%;
    height: 95rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50rem;
}

.reviews-list-wrap-top-left {
    display: flex;
}

.reviews-list-wrap-top-left-icon-pc {
    width: 74rem;
}

.reviews-list-wrap-top-left-icon-mobile {
    display: none;
}

.reviews-list-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-list-title-wrap p {
    margin-bottom: 0;
}

.reviews-list-stitle {
    color: #17AC64;
    font-size: 22rem;
}

.reviews-list-title {
    color: #3D3F4F;
    font-size: 54rem;
    font-weight: bold;
}

.reviews-list-wrap-top-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-right: 26rem;
    box-sizing: border-box;
}

.reviews-list-wrap-top-right > p {
    text-align: right;
    margin-bottom: 0;
}

.review-score {
    font-size: 40rem;
}

.reviews-rate-row {
    display: flex;
    align-items: center;
}

.reviews-num {
    cursor: pointer;
    margin-right: 20rem;
    font-size: 20rem;
}

.reviews-num:hover {
    text-decoration: none;
}

.rate-wrap-mobile {
    display: none;
}

.reviews-list-wrap-top::after {
    position: absolute;
    content: '';
    width: 3rem;
    height: 100%;
    background-color: #17AC64;
    right: 0;
    top: 0;
}

.reviews-list-wrap-bottom {
    width: 1440rem;
    columns: 3;
    column-gap: 50rem;
}

.reviews-item {
    width: 447rem;
    box-shadow: 0 4rem 62rem -16rem rgba(0, 0, 0, .15);
    background-color: #fff;
    border-radius: 20rem;
    break-inside: avoid;
    margin-bottom: 40rem;
}

.review-img {
    width: 100%;
    object-fit: cover;
}

.reviews-item-bottom {
    width: 100%;
    padding: 10rem 20rem;
    box-sizing: border-box;
}

.reviews-desc {
    font-size: var(--pc-content);
    line-height: 30rem;
    color: #848484;
    margin: 10rem 0;
    display:-webkit-box;				/*弹性伸缩盒子*/
    -webkit-box-orient:vertical;		/*子元素垂直排列*/
    line-clamp:5;
    /**-webkit-line-clamp:5;**/				/*显示的行数*/
    overflow:hidden;					/*溢出部分隐藏*/
    text-overflow:ellipsis ;
}

.review-name {
    height: 30rem;
    line-height: 30rem;
    font-weight: bold;
    font-size: var(--pc-content);
    margin-top: 35rem;
    margin-bottom: 10rem;
    overflow: hidden;
}

.review-city {
    height: 30rem;
    font-size: var(--pc-content);
    line-height: 30rem;
    color: #6D6F79;
    margin-bottom: 0;
    overflow: hidden;
}

.pagination-wrap {
    width: 100%;
    /*display: none;*/
    justify-content: center;
    margin-top: 80rem;
}

.pagination-wrap .pagination {
    width: 40rem;
    height: 6rem;
    background-color: #BCBCBD;
    border-radius: 0;
    margin-right: 5rem;
    cursor: pointer;
}

.pagination-wrap .pagination:last-child {
    margin-right: 0;
}

.pagination-wrap .pagination-active {
    background-color: #65B768;
}

.review-contact-wrap {
    padding-top: 30rem;
    width: 1440rem;
    margin: 0 auto;
    border-top: 1px solid #BDBEC4;
    display: flex;
    justify-content: flex-end;
    margin-top: 70rem;
    margin-bottom: 120rem;
}

.review-contact-item {
    display: flex;
    padding: 0 20rem;
    border-right: 1px solid rgba(61,63,79, .53);
}

.review-contact-item > img {
    max-width: 35rem;
}

.review-contact-item:last-child {
    padding-right: 0;
    border-right: none;
}

.banner-mask-mobile {
    display: none;
}

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

    .banner-mask {
        display: none;
    }

    .banner-mask-mobile {
        display: block;
        width: 100vw;
    }

    .reviews-form {
        top: -44rem;
        width: calc(100% - 40rem);
        height: 207rem;
        padding: 17rem 20rem 24rem 24rem;
        border-radius: 3rem;
    }

    .reviews-form-title {
        font-size: 18rem;
        margin-bottom: 17rem;
    }

    .reviews-form-top {
        column-gap: 11rem;
    }

    .reviews-form-input {
        height: 29rem;
        font-size: var(--mobile-content);
    }

    .reviews-form-bottom {
        height: 76rem;
        margin-top: 22rem;
    }

    .reviews-form-textarea {
        height: 76rem;
    }

    .reviews-send-button {
        width: 16rem;
        height: 16rem;
    }

    .reviews-send-icon {
        width: 8rem;
        right: 3rem;
        bottom: 3rem;
    }

    .reviews-list-wrap {
        width: calc(100% - 40rem);
    }

    .reviews-list-wrap-top {
        margin-bottom: 22rem;
        height: 38rem;
    }

    .reviews-list-wrap-top-left-icon-pc {
        display: none;
    }

    .reviews-list-wrap-top-left-icon-mobile {
        display: block;
        width: 20rem;
    }

    .reviews-list-stitle {
        font-size: 12rem;
    }

    .reviews-list-stitle span {
        transform: scale(0.8);
    }

    .reviews-list-title {
        font-size: 20rem;
    }

    .rate-wrap-mobile {
        display: block;
    }

    .rate-wrap-mobile > img {
        width: 10rem;
    }

    .reviews-list-wrap-top-right {
        padding-right: 8rem;
    }

    .reviews-list-wrap-top-right > p {
        line-height: 12rem;
    }

    .review-score {
        font-size: 15rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .reviews-num {
        margin-right: 0;
    }

    .rate-wrap-mobile {
        display: flex;
        align-items: center;
        margin-right: 9rem;
    }

    .rate-wrap-pc {
        display: none;
    }

    
    .reviews-list-wrap-top::after {
        position: absolute;
        content: '';
        width: 2rem;
        height: 100%;
        background-color: #17AC64;
        right: 0;
        top: 0;
    }

    .reviews-rate-row {
        justify-content: flex-end;
    }

    .reviews-num span {
        font-size: 10rem;
        transform: scale(0.8);
    }

    .reviews-list-wrap-bottom {
        width: 100%;
        columns: 1;
        column-gap: 18rem;
    }

    .reviews-item {
        width: 100%;
        border-radius: 4rem;
        margin-bottom: 10rem;
    }

    .reviews-item-bottom {
        padding: 0 10rem 10rem 10rem;
    }

    .review-img {
        width: 100%;
        border-radius: 4rem;
    }

    .reviews-desc {
        font-size: var(--mobile-content);
        margin: 10rem 0;
        line-height: normal;
        height: 100%;
    }

    .review-name {
        font-size: var(--mobile-content);
        margin-bottom: 5rem;
    }

    .review-city {
        font-size: var(--mobile-content);
    }

    .pagination-wrap {
        margin-top: 10rem;
    }

    .pagination-wrap .pagination {
        width: 20rem;
        height: 3rem;
    }

    .review-contact-wrap {
        width: calc(100% - 40rem);
        margin-top: 56rem;
        margin-bottom: 50rem;
        padding-top: 14rem;
    }

    .review-contact-item {
        padding: 0 10rem;
    }

    .review-contact-item > img {
        max-width: 14rem;
    }
}