<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.price-banner {
    background: url(../images/price-banner.png) no-repeat center top;
    background-size: 100% auto;
}

.price-container {
    max-width: 1200px;
    margin: 0 auto;
}

.price-banner-content {
    padding: 60px 0;
}

.price-banner-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
}

.meal-tip {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0 50px;
}

.table-container {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    overflow-x: auto;
}

.price-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    height: 460px;
    width: 220px;
    box-sizing: border-box;
    padding: 0 20px;
}

.price-list&gt;.price-item:first-child {
    border: 1px solid #D5F2EE;
    border-top: 8px solid #4CD7C4;
}

.price-list&gt;.price-item:nth-child(2) {
    border-radius: 8px 0px 0px 8px;
    background: linear-gradient(180deg, #409EFC 0%, #1E61E7 100%);
    border-top: 8px solid #409EFC;
    width: 260px;
    margin-left: 12px;
    position: relative;
}

.price-list&gt;.price-item:last-child{
border: 1px solid #F3D9BD;
    border-top: 8px solid #F0BB82;
}

.price-list&gt;.price-item:nth-child(2)::before {
    position: absolute;
    top: 100%;
    right: 1px;
    content: url(../images/triangle.svg);
    transform: translate(100%, -13px) rotate(90deg);
}

.price-list&gt;.price-item:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: 0;
    content: url(../images/triangle.svg);
    transform: translate(100%, -11px);

}

.price-list&gt;.price-item:nth-child(n+3):nth-child(-n+5) {
    height: 440px;
    width: 160px;
    border-radius: 0;
    border-right: 1px solid #E5E6EB;
    background: linear-gradient(180deg, #FFF 50%, #EDEEF2 100%);
}

.price-list&gt;.price-item:nth-child(5) {
    border-radius: 0 8px 8px 0 !important;
}

.price-list&gt;.price-item:last-child {
    margin-left: 12px;
}


.price-item-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    height: 80px;
}

.price-item-title&gt;h3 {
    color: #1D2129;
    font-size: 20px;
    font-weight: 700;
}

.price-list&gt;.price-item:nth-child(2) .price-item-title&gt;h3 {
    color: #fff;
}

.price-list&gt;.price-item:nth-child(n+3):nth-child(-n+5) .price-item-title&gt;h3 {
    font-size: 18px;
}

.price-item-title&gt;p {
    color: #4E5969;
    font-size: 14px;
    font-weight: 400;
    margin-top: 12px;
    text-align: center;
    line-height: 22px;
}

.price-list&gt;.price-item:nth-child(2) .price-item-title&gt;p {
    color: #fff;
}

.price-content {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 35px 0;
    text-align: center;
    height: 30px;
    display: flex;
    align-items: center;
}

.price-content&gt;span {
    font-size: 18px;
}

.price-list&gt;.price-item:nth-child(2) .price-content {
    color: #fff;
}

.price-list&gt;.price-item:last-child .price-content {
    font-size: 14px;
    flex-direction: column;
}

.price-list&gt;.price-item:last-child .price-content p {
    font-weight: 300;
}

.price-item&gt;a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0;
    color: #165DFF;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #165DFF;
    margin-bottom: 40px;
    cursor: pointer;
}

.price-list&gt;.price-item:nth-child(2)&gt;a {
    background: linear-gradient(90deg, #FFBE56 0%, #F75F3D 100%);
    border: 1px solid #FFBE56;
    color: #fff;
}

.price-list&gt;.price-item:nth-child(n+3):nth-child(-n+5)&gt;a {
    border: 1px solid #FA8648;
    background: #FFF;
    color: #F7623E;
}

.price-list&gt;.price-item:last-child&gt;a {
    color: #E9CDAE;
    background: linear-gradient(90deg, #4C4F5A 0%, #242425 100%);
    border: 1px solid #4C4F5A;
}

.price-list&gt;.price-item:first-child&gt;a:hover {
    background: linear-gradient(180deg, #409EFC 0%, #1E61E7 100%);
    color: #fff;
}

.price-list&gt;.price-item:nth-child(n+3):nth-child(-n+5)&gt;a:hover {
    background: linear-gradient(90deg, #FFBE56 0%, #F75F3D 100%);
    border: 1px solid #FFBE56;
    color: #fff;
}

.price-info p {
    color: #4E5969;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
    white-space: nowrap;
}

.price-info p span{
    color: var(---color-text-1, #1D2129);
    font-weight: 700;
}

.price-list&gt;.price-item:nth-child(2) .price-info p {
    color: #fff;
}

.price-list&gt;.price-item:nth-child(2) .price-info p span {
    color: #fff;
}

.price-info-more {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.compare-btn {
    color: #165DFF;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.up-btn,
.up-img {
    display: none;
}

.compare-table {
    width: 100%;
    display: none;
    margin-bottom: 40px;
}

.compare-table tr th {
background: var(---color-fill-2, #F2F3F5);
border-bottom: 1px solid var(---color-border-2, #E5E6EB);
color: var(---color-text-1, #1D2129);
font-size: 14px;
font-weight: 700;
padding: 18px 0;
border-right: 1px solid #fff;
padding-left: 30px;
white-space: nowrap;
}

.compare-table tr th:nth-child(3){
background: #2F80F1;
color: #fff;
width: 30%;
    }

.compare-table tr:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 105px;
    z-index: 1;
    background-color: #fff;
}

.compare-table tr td {
    padding: 12px 36px;
    font-size: 14px;
    border-bottom: 1px solid var(---color-border-2, #E5E6EB);
    color: #1D2129;
    font-weight: 600;
    white-space: nowrap;
    border-right: 1px solid #fff;
}

.compare-table tr:nth-child(2) td:nth-child(even) {
    color: #777;
    font-weight: 500;
}

.compare-table tr td:not(:first-child) {
    padding-left: 30px;
    text-align: left;
}

.compare-table tr:not(:first-child) td:nth-last-child(-n+3) {
    color: #8cd59c;
}

.compare-table tr:not(:first-child) td.error {
    color: #d9d9d9;
}

.compare-table .title-a td {
    background: #F3F6FC;
}

.compare-table .title-a td:first-child {
    padding-left: 20px;
}

.compare-table tr td span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #8cd59c;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
}

.compare-table tr td span.error {
    background-color: #d9d9d9;
}

.support-full h2 {
    color: #1D2129;
}

.support-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 30px;
}

.support-content&gt;a {
    display: flex;
    flex-direction: column;
    width: 24%;
    display: flex;
    padding: 25px;
    box-sizing: border-box;
    align-items: flex-start;
    border-radius: 18px;
    background: #F6F8FD;
}

.support-content&gt;a:hover {
    margin-top: -10px;
    cursor: pointer;
}

.support-content&gt;a span {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
}

.support-content&gt;a:first-child span {
    background-color: #C184FF;
}

.support-content&gt;a:nth-child(2) span {
    background-color: #FF8B84;
}

.support-content&gt;a:nth-child(3) span {
    background-color: #E19961;
}

.support-content&gt;a:last-child span {
    background-color: #55CAC3;
}

.support-content&gt;a h3 {
    color: #1D2129;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0;
}

.support-content&gt;a p {
    color: #4E5969;
    font-size: 14px;
    font-weight: 400;
}

@media screen and (max-width: 1024px) {

    .price-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }

    .table-container{
        width: 100%;
    }

    .compare-table{
        display: -webkit-box;
        overflow: auto;
    }

    .compare-table tr th{
        text-align: center;
        padding:10px 1rem;
    }

    .compare-table tr td:not(:first-child) {
        padding:10px 1rem;
        text-align: center;
    }

    .price-list {
        width: 100%;
        display: -webkit-box;
    }

    .price-list&gt;.price-item:nth-child(n+3):nth-child(-n+5) {
        margin-top: 10px;
    }

}

@media screen and (max-width: 768px) {
    .price-banner {
        background-size: 100% 18rem;
    }

    .price-banner-content h2 {
        font-size: 1.5rem;
    }

    .support-content&gt;a {
        width: 49%;
        margin-bottom: 1rem;
        padding: 1rem;
    }

    .support-content&gt;a h3 {
        font-size: 1rem;
        margin: 1rem 0;
    }

    .compare-table tr:first-child {
        position: static
    }

    .compare-table .title-a td:first-child {
        padding-left: 0;
        text-align: center;
    }

    .compare-table tr td span {
        margin: 0 auto;
    }

}</pre></body></html>