#html-container {
    background: #f5f6fa;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

#html-container * {
    box-sizing: border-box;
}

#html-container .moving-page {
    width: 100%;
    margin: 0 auto;
}

#html-container .price-card {
    min-height: 336px;
    padding: 20px 18px 23px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(34, 53, 95, 0.11);
}

#html-container .price-card h1 {
    margin: 0;
    color: #171717;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

#html-container .price-card .total-note {
    color: #f36f1c;
    margin-top: 10px;
}

#html-container .price-list {
    margin: 19px 0 17px;
}

#html-container .price-list div {
    display: flex;
    justify-content: space-between;
    color: #242424;
    font-size: 13px;
    line-height: 29px;
}
#html-container .price-list div dt{
    max-width: 60%;
}

#html-container .price-list dt,
#html-container .price-list dd {
    margin: 0;
}

#html-container .price-detail-mask {
    display: none;
}

#html-container .price-list .price-total {
    margin-top: 1px;
}

#html-container .price-list .price-total dd {
    display: flex;
    align-items: baseline;
}

#html-container .price-list .price-total span {
    color: #F07820;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 171.429% */
    display: none;
    margin-left: 10px;
}

#html-container .price-list .price-total strong {
    margin-right: 2px;
    color: #f36f1c;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
}

#html-container .price-note {
    min-height: 52px;
    margin: 0;
    padding: 7px 8px;
    border-radius: 3px;
    background: #f6f6f6;
    color: #f36f1c;
    font-size: 12px;
    line-height: 20px;
}

#html-container .booking-button {
    display: flex;
    height: 40px;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #f66d14;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

#html-container .booking-button span {
    margin-left: 4px;
    font-size: 17px;
    font-weight: 400;
}

#html-container .price-card+.hotline-card {
    margin-top: 18px;
}

#html-container .hotline-card {
    height: 121px;
    padding: 21px 24px;
    background: #fff;
    border-radius: 19px;
    box-shadow: 0 10px 28px rgba(34, 53, 95, 0.08);
}

#html-container .hotline-label {
    margin: 0;
    color: #97a3b7;
    font-size: 18px;
    line-height: 22px;
}

#html-container .hotline-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

#html-container .hotline-number,
#html-container .call-button {
    display: flex;
    align-items: center;
}

#html-container .hotline-number {
    gap: 11px;
}

#html-container .hotline-number img {
    width: 20px;
    height: 20px;
}

#html-container .hotline-number strong {
    color: #1a3f7a;
    font-size: 30px;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 34px;
}

#html-container .call-button {
    width: 96px;
    height: 47px;
    justify-content: center;
    gap: 7px;
    border-radius: 16px;
    background: #f5781f;
    box-shadow: 0 8px 15px rgba(223, 89, 16, 0.26);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
}

#html-container .call-button img {
    width: 16px;
    height: 16px;
}

#html-container .advantage-card {
    display: flex;
    align-items: center;
    height: 89px;
    padding: 16px 17px;
    border: 1px solid #ebedf1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(16, 24, 40, 0.16);
}

#html-container .advantage-card-first {
    margin-top: 20px;
}

#html-container .advantage-card+.advantage-card {
    margin-top: 23px;
}

#html-container .advantage-icon {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    flex: 0 0 auto;
}

#html-container .advantage-icon img {
    width: 18px;
    height: 18px;
}

#html-container .advantage-icon-blue {
    background: #edf5ff;
}

#html-container .advantage-icon-orange {
    background: #fff6eb;
}

#html-container .advantage-copy {
    display: flex;
    min-width: 0;
    margin-left: 14px;
    flex-direction: column;
    line-height: 1;
}

#html-container .advantage-copy strong {
    color: #1a3f7a;
    font-size: 23px;
    font-weight: 700;
    line-height: 28px;
}

#html-container .advantage-copy em {
    color: #f5781f;
    font-style: normal;
}

#html-container .advantage-copy span {
    margin-top: 1px;
    color: #95a1b3;
    font-size: 18px;
    line-height: 25px;
    white-space: nowrap;
}

#html-container .warm-reminder {
    display: flex;
    min-height: 117px;
    margin-top: 20px;
    padding: 22px 23px;
    border: 1px solid #fee3a3;
    border-radius: 17px;
    background: #fffbed;
}

#html-container .warm-reminder img {
    width: 20px;
    height: 20px;
    margin: 4px 15px 0 0;
    flex: 0 0 auto;
}

#html-container .warm-reminder p {
    margin: 0;
    color: #d45f16;
    font-size: 16px;
    line-height: 22px;
}

#html-container .warm-reminder b {
    color: #f36e1c;
    font-weight: 700;
}

#html-container .booking-anchor {
    display: block;
    height: 1px;
}

#html-container sub {
    margin-left: 2px;
    bottom: 0;
}

@media (max-width: 380px) {
    /* #html-container .moving-page {
        padding-right: 24px;
        padding-left: 24px;
    } */

    #html-container .hotline-card {
        padding-right: 20px;
        padding-left: 20px;
    }

    #html-container .price-card {
        padding-right: 14px;
        padding-left: 14px;
        min-height: 0;
    }

    #html-container .hotline-number strong {
        font-size: 27px;
    }

    #html-container .call-button {
        width: 88px;
    }

    #html-container .advantage-card-box {
        display: flex;
        gap: 10px;
    }

    #html-container .advantage-icon {
        width: 35px;
        height: 35px;
        border-radius: 8px;
    }

    #html-container .advantage-copy em,
    #html-container .advantage-copy strong {
        font-size: 18px;
    }

    #html-container .advantage-copy span {
        font-size: 12px;
        white-space: wrap;
        line-height: 1.5;
    }

    #html-container .price-detail-mask {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        align-items: flex-end;
        background: rgba(0, 0, 0, 0.4);
    }

    #html-container .price-detail-mask.show {
        display: flex;
    }

    #html-container .price-detail-sheet {
        position: relative;
        width: 100%;
        padding: 18px 18px 24px;
        border-radius: 16px 16px 0 0;
        background: #fff;
    }

    #html-container .price-detail-close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 24px;
        height: 24px;
        padding: 0;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    #html-container .price-detail-close svg {
        display: block;
    }

    #html-container .price-detail-title {
        margin: 0 0 14px;
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }

    #html-container .price-detail-list {
        margin: 0;
    }

    #html-container .price-detail-list>div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 14px;
        font-size: 14px;
        color: #000;
    }

    #html-container .price-detail-list dt,
    #html-container .price-detail-list dd {
        margin: 0;
    }

    #html-container .price-detail-list .price-detail-total {
        margin-top: 18px;
        padding-top: 16px;
        border-top: 1px solid #f3f4f6;
    }

    #html-container .price-detail-list .price-detail-total strong {
        font-size: 24px;
        color: #f07820;
    }

    #html-container .price-detail-note {
        margin: 18px 0 0;
        padding: 14px 16px;
        border-radius: 4px;
        background: #f3f3f3;
        font-size: 13px;
        color: #f07820;
        line-height: 20px;
    }

    #html-container .price-list .price-total span {
        display: inline-block;
    }
}