.center[data-v-17eba7fc] {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: 60px auto 100px
}

.left[data-v-17eba7fc] {
    display: flex;
    flex-wrap: wrap;
    max-width: 890px;
    border-radius: 15px
}

.right[data-v-17eba7fc] {
    max-width: 260px;
    margin-left: 30px
}

.item-left[data-v-17eba7fc] {
    width: 400px;
    height: 487px;
    margin: 30px 0 0 30px;
    background: var(--theme-bg-global);
    border-radius: 10px
}

.item-left[data-v-17eba7fc]:nth-child(2n) {
    margin-right: 30px
}

.item-text[data-v-17eba7fc] {
    margin: 30px
}

.title[data-v-17eba7fc] {
    margin-top: 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px
}

.right-titles[data-v-17eba7fc], .title[data-v-17eba7fc] {
    color: var(--theme-text-color)
}

.right-titles[data-v-17eba7fc] {
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

p[data-v-17eba7fc] {
    margin: 0
}

.rate[data-v-17eba7fc] {
    margin-top: 15px;
    font-size: 16px
}

.rate[data-v-17eba7fc], .right-rate[data-v-17eba7fc] {
    color: var(--theme-text-color-secondary);
    font-weight: 400;
    line-height: 12px
}

.right-rate[data-v-17eba7fc] {
    margin-top: 10px;
    font-size: 12px
}

.text[data-v-17eba7fc] {
    margin-top: 40px;
    color: var(--theme-text-color);
    font-weight: 400;
    font-size: 18px;
    font-family: SFPro-Regular, SFPro;
    line-height: 28px
}

.btn[data-v-17eba7fc] {
    align-content: center;
    justify-content: center;
    width: 100%;
    margin: 40px auto;
    text-align: center
}

.right-title[data-v-17eba7fc] {
    width: 100%;
    padding-bottom: 20px;
    color: var(--theme-text-color);
    font-weight: 600;
    font-size: 16px;
    font-family: SFPro-Semibold, SFPro;
    line-height: 16px;
    text-align: left
}

.item-right[data-v-17eba7fc], .right-title[data-v-17eba7fc] {
    border-bottom: 1px solid var(--theme-border-color-dark)
}

.item-right[data-v-17eba7fc] {
    padding: 20px 0
}

a[data-v-17eba7fc] {
    text-decoration: none
}

.end[data-v-17eba7fc] {
    margin-top: 20px;
    color: var(--theme-text-color-secondary);
    font-size: 12px
}

.img-style[data-v-17eba7fc] {
    border-radius: 5px
}