/* pc端样式 */

.section_1 .pc .bg {
    background-image: url(../images/kehuanli/kehuanli_top.png);
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(768px, 53.34vw);
    aspect-ratio: 768 / 464;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section_1 .pc h1 {
    font-weight: bold;
    font-size: clamp(14px, 4.1vw, 60px);
    margin-bottom: min(26px, 1.8vw);
}

.section_1 .pc h4 {
    width: min(42vw, 620px);
    color: #333;
    font-size: min(1.35vw, 20px);
    line-height: 2.25;
    margin-bottom: min(4.2vw, 61px);
}

.section_1 .pc .btn {
    font-weight: 700;
    font-size: min(1.25vw, 18px);
    height: min(56px, 3.9vw);
    text-align: center;
    margin: min(43px, 3vw) 0;
    cursor: pointer;
}

.section_1 .pc .btn-confirm {
    width: min(17.5vw, 252px);
    border-radius: 56px;
    line-height: 3.3;
    background-color: #ffbd00;
    margin-right: min(29px, 2vw);
}

.section_1 .pc .btn-cancel {
    width: min(165px, 11.46vw);
    border-radius: 56px;
    line-height: 3;
    border: 1px solid #b7b7b7;
    background-color: #fff;
}

.section_1 .pc .tags {
    color: #888888;
    font-size: min(1.1vw, 16px);
    font-weight: 700;
    width: min(37vw, 534px);
}

.section_1 .pc .tag-item span:first-child {
    color: #f8ae00;
    margin-bottom: 9px;
    font-size: min(2.3vw, 33px);
}

.section_2 {
    background: #000;
    background-size: cover;
    position: relative;
}

.section_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_bg.png) no-repeat
        center;
    background-size: cover;
    opacity: 0.95;
    z-index: 0;
}

.section_2 .container {
    position: relative;
    z-index: 1;
    padding-top: min(5.3vw, 76px);
    padding-bottom: min(5.3vw, 76px);
}

.section_2 .tabs.pc {
    width: min(64.93vw, 935px);
    height: min(4.9vw, 71px);
    background-color: #666664;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: min(2.5vw, 35px);
    margin: 0 auto;
    color: #fff;
    position: relative;
    margin-bottom: min(2vw, 28px);
}

.section_2 .pc .tab {
    text-align: center;
    width: calc(20% - 20px);
    line-height: min(55px, 3.82vw);
    margin: 0 10px;
    cursor: pointer;
}

.section_2 .pc .tab.active {
    font-weight: 700;
    color: #333;
}

.section_2 .tabs.pc .slide {
    width: calc(20% - 20px);
    height: min(55px, 3.82vw);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(10px, -50%);
    background-color: #ffbd00;
    border-radius: min(55px, 3.82vw);
    transition: 0.3s;
}

.section_2 .pc .tab span {
    position: relative;
    z-index: 1;
    font-size: min(1.4vw, 20px);
    line-height: min(55px, 3.82vw);
}

.section_2 .card {
    background-color: #fff;
    border-radius: min(1.5vw, 23px);
    padding: min(1.9vw, 28px) min(2.1vw, 34px);
    /* height: min(37vw, 533px); */
    display: none;
}

.section_2 .card.show {
    display: flex;
}

.section_2 .card-left {
    flex: 1;
    font-size: min(1vw, 15px);
    color: #666666;
    margin-right: min(2.4vw, 34px);
}

.section_2 .card-left_img {
    width: 100%;
    aspect-ratio: 593 / 229;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: min(36px, 2.5vw);
}
.section_2 .card-left_img.mrmf {
    background-image: url(../images/kehuanli/anli_mrmf.png);
}
.section_2 .card-left_img.cyms {
    background-image: url(../images/kehuanli/anli_cyms.png);
}
.section_2 .card-left_img.jsyj {
    background-image: url(../images/kehuanli/anli_jsyj.png);
}
.section_2 .card-left_img.hssy {
    background-image: url(../images/kehuanli/anli_hssy.png);
}
.section_2 .card-left_img.jypx {
    background-image: url(../images/kehuanli/anli_jypx.png);
}

.section_2 .card-left_title {
    font-size: min(1.8vw, 26px);
    font-weight: 700;
    margin-bottom: min(1.1vw, 16px);
    color: #1b1b1b;
}

.section_2 .card-left_items {
    margin-top: min(1.8vw, 26px);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section_2 .card-left_item {
    width: calc(33.33% - min(1.1vw, 16px));
    border: 1px solid #f6e8ca;
    background: #fef9ed;
    border-radius: min(14px, 1vw);
    height: min(90px, 6.25vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section_2 .card-left_item_num {
    color: #ff9d00;
    font-size: min(1.8vw, 27px);
    line-height: 1.5;
    font-weight: 700;
}

.section_2 .card-right {
    width: min(34.5vw, 497px);
    background-color: #fef9ed;
    border-radius: min(1.5vw, 23px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #1b1b1b;
    font-size: min(1.5vw, 20px);
    font-weight: 700;
}

.section_2 .circle-progress-box {
    width: min(19.8vw, 280px);
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #ffbd00;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: min(1.7vw, 26px);
    position: relative;
}

.section_2 .circle-progress-box .icon-left {
    background: url(../images/kehuanli/anli-data_icon.png) no-repeat center;
    background-size: cover;
    width: min(3.5vw, 52px);
    aspect-ratio: 1;
    position: absolute;
    top: min(2.5vw, 30px);
    left: 0;
    transform: translate(-40%);
}

.section_2 .circle-progress-box .icon-right {
    background: url(../images/kehuanli/anli-search_icon.png) no-repeat center;
    background-size: cover;
    width: min(5.4vw, 78px);
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(40%);
}

.section_2 .circle-progress {
    width: min(16vw, 230px);
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section_2 .circle-progress-main {
    width: min(12.5vw, 180px);
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #fdf9ee;
    font-size: min(3vw, 44px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff8000;
    font-weight: 900;
}

.section_3 .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: repeat(2, min(425px, 29.5vw)); */
    gap: min(24px, 1.67vw);
    padding-top: min(6.25vw, 90px);
}

.section_3 .grid-item {
    box-shadow:
        inset 0 0 1px #f0e1c4,
        3px 5px min(16px, 1.1vw) #e7e0d1;
    background-color: #fff;
    border-radius: clamp(12px, 1.1vw, 15px);
}

.section_3 .grid-item_img {
    width: 100%;
    aspect-ratio: 381 / 137;
}

.section_3 .grid-item_info {
    padding: clamp(12px, 1.6vw, 23px) clamp(15px, 2vw, 29px);
}

.section_3 .grid-item_title {
    font-weight: 700;
    font-size: min(1.6vw, 23px);
    color: #1b1b1b;
}

.section_3 .grid-item_rate {
    color: #ff4d00;
    font-size: min(1.1vw, 14px);
    margin: min(1.1vw, 14px) 0;
}

.section_3 .grid-item_desc {
    color: #666666;
    font-size: min(1.2vw, 15px);
    margin-bottom: min(1.1vw, 14px);
}

.section_3 .grid-item_desc::before {
    content: "";
    width: min(0.2vw, 3px);
    height: min(1.2vw, 15px);
    background: #ff9d00;
    display: inline-block;
    position: relative;
    top: min(0.3vw, 3px);
    border-radius: min(0.2vw, 3px);
}

.section_3 .grid-item_data {
    height: min(6.25vw, 90px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fef9ed;
    box-shadow: inset 0 0 2px #f6e8ca;
    border-radius: min(1vw, 14px);
    padding: 0 min(1.8vw, 25px);
    font-size: min(1.1vw, 15px);
    color: #666;
}

.section_3 .grid-item_data > div {
    width: min(9vw, 119px);
    text-align: center;
}

.section_3 .grid-item_data-num {
    font-size: min(1.67vw, 24px);
    color: #ff9d00;
    font-weight: 700;
}

/* 移动端样式 */

@media screen and (min-width: 320px) and (max-width: 767px) {
    .section_1 .mobile {
        background-color: #fefbf7;
        padding-top: 70px;
        aspect-ratio: 375 / 420;
        background-image: url(../images/kehuanli/kehuanli_top.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: min(0.7vw, 10px) 100%;
    }

    .section_1 .mobile h1 {
        text-align: center;
        font-size: 7vw;
        font-weight: 700;
    }

    .section_1 .mobile h4 {
        text-align: center;
        font-size: 2.7vw;
        width: 85vw;
        margin: 5.4vw auto;
        color: #666666;
    }

    .section_2 .tabs.pc {
        display: none;
    }

    .section_2 .tabs.mobile {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .section_2 .mobile .tab {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 30px;
        margin: 0 4px;
        background: #656564;
        color: #e1e1e1;
        font-size: 12px;
        margin-bottom: 10px;
        border-radius: 30px;
    }

    .section_2 .mobile .tab.active {
        background-color: #ffbd00;
        color: #181916;
        font-weight: 700;
    }

    .section_3 .pc {
        display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 566px) {
    .section_2 .tabs.mobile {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 324px;
    }

    .section_2 .card {
        flex-direction: column;
        padding: 16px 11px;
    }

    .section_2 .card-left {
        margin-right: 0;
        font-size: 12px;
    }

    .section_2 .card-left_img {
        aspect-ratio: 327 / 80;
        margin-bottom: 16px;
        background-size: cover;
        border-radius: 12px;
    }

    .section_2 .card-left_title {
        font-size: 16px;
        color: #333333;
        margin-bottom: 10px;
    }

    .section_2 .card-left_items {
        margin-bottom: 22px;
    }

    .section_2 .card-left_item {
        width: calc(33.33% - 7.3px);
        height: 62px;
        border-radius: 10px;
        margin-top: 22px;
    }

    .section_2 .card-left_item_num {
        font-size: 18px;
    }

    .section_2 .card-right {
        width: 100%;
        flex-direction: row;
        background-color: transparent;
        font-size: 14px;
    }

    .section_2 .circle-progress-box {
        width: 140px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .section_2 .circle-progress {
        width: 110px;
    }

    .section_2 .circle-progress-main {
        width: 86px;
        font-size: 22px;
        background: #fff;
    }

    .section_2 .circle-progress-box .icon-left {
        width: 30px;
    }

    .section_2 .circle-progress-box .icon-right {
        width: 40px;
    }

    .section_3 .banner-box {
        display: flex;
        transition: 0.6s;
    }

    .section_3 .indicators {
        margin-top: 39px;
    }

    .section_3 .indicator {
        width: 5px;
        height: 5px;
        background-color: #c6cad1;
        margin: 0 2px;
    }

    .section_3 .indicator.active {
        background-color: #ffbd00;
    }

    .section_3 .grid-item {
        width: 100%;
        flex-shrink: 0;
        margin-right: 14px;
        box-shadow:
            inset 0 0 1px #f0e1c4,
            2px 2px 6px #e7e0d1;
    }

    .section_3 .grid-item_title {
        font-size: 14px;
    }

    .section_3 .grid-item_rate {
        font-size: 10px;
        margin: 0;
    }

    .section_3 .grid-item_desc {
        margin-top: 12px;
        height: 46px;
        font-size: 12px;
    }

    .section_3 .grid-item_desc::before {
        width: 2px;
        height: 12px;
    }

    .section_3 .grid-item_data {
        font-size: 10px;
        height: 62px;
        border-radius: 10px;
    }

    .section_3 .grid-item_data > div {
        width: 50%;
    }

    .section_3 .grid-item_data-num {
        font-size: 18px;
    }
}
