﻿.page_review {
    padding: var(--pd120) 0 0
}

.page_review .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 10px
}

.page_review .main {
    border: 2px solid #ebe2bf;
    padding: 60px 40px;
    margin-top: 40px
}

.page_review .main .all_ img {
    width: 30px;
    height: 30px;
}

.page_review .main .all_ img:first-child {
    margin-left: 0
}

.page_review .main .all_tips {
    margin-top: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebe2bf
}

.page_review .main .lists .item_main {
    --l-w: 450px;
    --pd: 53px;
    margin-top: 37px
}

.page_review .main .lists .item_main:not(:last-child) {
    padding-bottom: 37px;
    border-bottom: 1px solid #ebe2bf
}

.page_review .main .lists .item_main .lll .lll_main {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.page_review .main .lists .item_main .lll .lll_main time {
    margin-left: 10px;
    font-weight: 400;
    font-size: 36px;
    color: #333333;
    line-height: 56px
}

.page_review .main .lists .item_main .rrr .title {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none
}

.page_review .main .lists .item_main .rrr .tit {
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 13px
}

.page_review .main .lists .item_main .rrr p {
    margin-top: 13px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.page_review .main .lists .item_main .rrr .imgs {
    margin-top: 24px
}

.page_review .main .lists .item_main .rrr .imgs .img {
    padding-bottom: 27.42%
}

@media screen and (max-width:950px) {
    .page_review .main {
        padding: 50px 30px
    }

    .page_review .main .lists .item_main .lll .lll_main {
        flex-direction: column
    }

    .page_review .main .lists .item_main .lll .lll_main time {
        font-size: 22px
    }

    .page_review .main .lists .item_main .rrr {
        margin-top: 0
    }

    .page_review .main .lists .item_main .rrr .title {
        font-size: 22px;
        line-height: 1.3
    }

    .page_review .main .lists .item_main .rrr .tit {
        line-height: 1.3;
        font-size: 18px
    }

    .page_review .main .lists .item_main .rrr .imgs .img {
        padding-bottom: 70%;
        margin-top: 15px !important
    }
}