/* 易手车专区 - 样式 */

/* LEXUS雷克萨斯官方易手车 */
.yishouch-desc {
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
}

.yishouch-desc .desc-title {
    /* font-family: Nobel, Nobel; */
    font-weight: normal;
    font-size: 0.32rem;
    color: #1F222E;
    text-align: center;
    font-style: normal;
}


.yishouch-desc .desc-service {
    /* font-family: LEXUS-HeiS-Medium, LEXUS-HeiS-Medium; */
    font-weight: normal;
    font-size: 0.28rem;
    color: #1F222E;
    line-height: 38px;
    text-align: center;
    font-style: normal;
}


.yishouch-desc .desc-content {
    margin-top: 0.06rem;
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: 400;
    font-size: 0.24rem;
    color: #1F222E;
    line-height: 30px;
    text-align: left;
    font-style: normal;
}

.desc-line {
    text-decoration: underline !important;
    /* font-family: PingFangSC, PingFang SC; */
    font-weight: 400;
    font-size: 0.24rem;
    color: #1F222E;
    line-height: 30px;
    text-align: center;
    font-style: normal;
}

.desc-line:hover {
    color: #1F222E;
    text-decoration: underline;
}

/* 购车流程 */
.car-purchase {
    padding-top: 0.1rem;
}

.purchase-title {
    text-align: center;
    padding: 0.21rem 0;
}

.title-text {
    /* font-family: LEXUS-HeiS-Medium, LEXUS-HeiS-Medium; */
    font-weight: normal;
    font-size: 0.32rem;
    color: #1F222E;
    text-align: center;
    font-style: normal;
}


/* 流程列表 */
.list {
    width: 100%;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 14px 32px 14px;
    box-sizing: border-box;
}

.car-purchase-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F8FA;
    border-radius: 8px;
    padding: 4px 0;
}

.car-purchase-item:not(:first-child) {
    margin-top: 8px;
}

.car-purchase-item:nth-child(2n-1) {
    padding-left: 16px;
    box-sizing: border-box;
}

.car-purchase-item:nth-child(2n) {
    padding-right: 16px;
    box-sizing: border-box;
}


.car-purchase-item .icon {
    width: 24px;
    height: 24px;
}

.car-purchase-item .flow {
    width: auto;
    height: 64px;
}

.car-purchase-item .car-purchase-item-left, .car-purchase-item .car-purchase-item-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.car-purchase-item .car-purchase-item-right {
    justify-content: end;
}

.floating_nums {
    padding-left: 10px;
    /* font-family: Nobel, Nobel; */
    font-weight: normal;
    font-size: 14px;
    color: #1F222E;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.floating_text {
    padding-left: 4px;
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: normal;
    font-size: 15px;
    color: #1F222E;
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

/* 间距 */
.content-space {
    width: 100%;
    height: 16px;
    background: #F8F8FA;
}



/* 专属购车权益 */
.purchase-privileges {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 14px 18px 14px;
    box-sizing: border-box;
}

.purchase-privileges-title {
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    line-height: 20px;
    text-align: left;
    font-style: normal;
}


.purchase-privileges-line {
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 14px;
    text-align: right;
    font-style: normal;
}


.purchase-privileges-line img {
    width: 25px;
    height: auto;
}




/* 常见问题 */
.common-problem {
    background: #F8F8FA;
}


.problem-list {
    width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
}


.problem-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 14px 11px 8px;
    background-color: #fff;
    border-radius: 40px;
}

/* 底部 */
.problem-item-bottom {
    display: none;
    padding-top: 12px;
    padding-bottom: 32px;
    padding-left: 42px;
    padding-right: 17px;
    box-sizing: border-box;
}


.common-problem-text {
    /* font-family: LEXUS-HeiS-Medium, LEXUS-HeiS-Medium; */
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #1F222E;
    text-align: justify;
    font-style: normal;
}

.problem-space {
    margin-top: 30px;
}

.problem-item:not(:first-child) {
    margin-top: 10px;
}


/* 选中 */
.select-problem-item-top {
    background: #1F222E;
    border-radius: 40px;
}

.problem-item-top .problem-item-left {
    display: flex;
    align-items: center;
}


.problem-item-top .problem-item-left img {
    width: 24px;
    height: 24px;
}


.problem-item-top .problem-item-right img {
    width: 16px;
    height: 16px;
}

.problem-item-top .problem-item-right .up {
    display: none;
}

.select {
    display: none;
}


/* 文案 */
.problem-text {
    padding-left: 5px;
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1F222E;
    text-align: left;
    font-style: normal;
}

/* 选中 */
.select-problem-item-top .select-problem-text {
    /* font-family: LEXUS-HeiS-Light, LEXUS-HeiS-Light; */
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #F8F8FA;
    text-align: left;
    font-style: normal;
}


/* 样式优化 */
/* .lexus_promises_serve-promise li view.special-ele {
    flex: 1;
    flex-shrink: 0;
} */

.lexus_promises_serve-promise li .content {
    width: 85%;
}

/* 视频背景 */
.promises_video_yishou_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(/content/images/web/yishouChe/video_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

/* 去除掉默认的播放样式 */
.promises_video_but_yishou {
    background: transparent;
    border: none;
    top: -0.05rem;
}

.promises_video_play_yishou {
    width: 1rem;
    height: 1rem;
}