.airobot-container {
    max-width: 1200px;
    margin: 0 auto;
}

.airobot-banner {
    width: 100%;
    background-image: url(../images/airobot/banner.png);
    background-size: cover;
    padding: 76px 0 130px;
    background-repeat: no-repeat;
}

.airobot-banner-content {
    width: 100%;
}

.airobot-banner-title {
    display: flex;
    align-items: center;
    font-family: "PingFang SC";
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(180deg, #FFF 5.48%, #C7D8FA 82.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    flex-wrap: wrap;
}

.airobot-banner-intro {
    margin-top: 18px;
}

.airobot-banner-intro>p {
    color: #E2EAFC;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.airobot-banner-intro>p>img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
}

.airobot-banner-intro>p>span {
    font-weight: 700;
}

.airobot-main {
    background: #F6F8FB;
    width: 100%;
    padding-bottom: 80px;
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    transform: translateY(-50px);
}

.price-card {
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    transition: all 0.3s ease;
}

.price-switch {
    width: 100%;
    display: flex;
}

.price-switch-item {
    height: 50px;
    width: 55%;
    color: #4E5969;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, #FFF 65.45%, #FEF8EC 100%);
    cursor: pointer;
}

.price-switch-item:hover {
    background: #FED5D1;
    color: #E1322F;
}

.price-switch>.price-switch-item:nth-child(2) {
    flex: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    z-index: 100;
    margin-left: -10%;
}

.price-switch>.selected-item {
    background: linear-gradient(90deg, #FF3B55 0%, #FF6D54 66.7%);
    color: #fff;
}

.price-table-list {
    width: 100%;
}

.price-table-item {
    width: 100%;
}

.price-table-list>.price-table-item:last-child {
    display: none;
}


.price-table-item td {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 16px;
    /* white-space: nowrap; */
}

.showBanksList,
.showWyList {
    cursor: pointer;
}

.price-table-item thead th {
    border: 1px solid #E5E6EB;
    background: linear-gradient(90deg, #FDF6EF 0%, #FEE4DA 50%);
    padding: 20px 12px;
}

.price-table-item thead th>p {
    color: #4E5969;

    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}

.price-table-item thead th,
.price-table-item tbody tr:first-child td {
    color: #1D2129;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.price-table-item tbody tr:first-child td .title-2nd {
    color: #E1322F;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 16px;
    white-space: nowrap;
}

.price-table-item tbody tr:first-child td .title-3rd {
    color: #E1322F;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.price-table-item tbody tr:first-child td .title-3rd span {
    color: #86909C;
    font-size: 14px;
    font-weight: 500;
}

.price-table-item thead th img {
    vertical-align: text-top;
}

.price-table-item tbody tr td img {
    vertical-align: middle;
}

.price-table-item td span {
    color: #86909C;
    font-size: 14px;
}

.price-table-item tbody tr:not(:last-child) td:first-child {
    font-weight: 700;
}

.price-table-item tbody tr:last-child td {
    background: #FDF7F7;
}

.more-info-list {
    width: 100%;
    margin-top: 16px;
}

.more-info-list>li {
    width: 100%;
    display: flex;
    margin-bottom: 14px;
}

.more-info-left {
    width: 50%;
}

.more-info-right {
    flex: 1;
}


.more-actions {
    display: flex;
    width: 100%;
}

.more-action-item {
    width: 33.333333%;
    padding: 18px 0;
    text-align: center;
    border-bottom: 1px solid #E1322F;
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
}

.more-actions>.more-action-item:not(:last-child) {
    border-top: 1px solid #E5E6EB;
    border-left: 1px solid #E5E6EB;
    color: #E1322F;
    background-color: #fff;
}

.more-actions>.more-action-item:not(:last-child):hover {
    border-top: 1px solid #FFE1DC;
    background-color: #FFE1DC;
}

.more-actions>.more-action-item:last-child {
    background-color: #E1322F;
    color: var(---White, #FFF);
    border: 1px solid #e1322f;
}


.airobot-main-content-title {
    text-align: center;
    color: #1D2129;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 86px;
    margin-bottom: 46px;
}

.airobot-main-content-title>span {
    background: linear-gradient(90deg, #E1322F 0%, #9648FC 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.airobot-main-content-title:has(+.airobot-main-content-title-2nd) {
    margin-bottom: 0;
}

.airobot-main-content-title+.airobot-main-content-title-2nd {
    color: #4E5969;
    text-align: center;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 50px;
}

.airobot-main-content-title+img,
.airobot-main-content-title-2nd+img {
    max-width: 100%;
}

.airobot-intro-list {
    display: flex;
    flex-wrap: wrap;
}

.airobot-intro-list>.airobot-intro-item:first-child {
    background-image: url(../images/airobot/03.png);
    background-size: cover;
}

.airobot-intro-list>.airobot-intro-item:nth-child(2) {
    background: url(../images/airobot/05.png) no-repeat top right;
}

.airobot-intro-list>.airobot-intro-item:nth-child(3) {
    background: url(../images/airobot/0501.svg) no-repeat left bottom;
}

.airobot-intro-list>.airobot-intro-item:last-child {
    background-image: url(../images/airobot/04.png);
    background-size: cover;
}

.airobot-intro-item {
    width: 50%;
    padding: 32px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 260px;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.airobot-intro-title {
    color: #1D2129;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.airobot-intro-text {
    margin-top: 12px;
    width: 100%;
}

.airobot-intro-text>p {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

.value-and-effect {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.value-effect-item {
    text-align: center;
    padding: 20px 20px 46px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.66) 0%, #FFF 60.18%);
    box-shadow: 0 0 18px 0 rgba(0, 65, 215, 0.06);
    transition: all 0.3s ease;
}

.value-effect-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-effect-item>img {
    width: 88px;
    height: 88px;
}

.value-effect-title {
    color: #1D2129;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 16px 0;
}

.value-effect-desc {
    color: #4E5969;
    text-align: justify;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table-container {
    border-bottom: 2px solid #e1322f;
    overflow: hidden;
    border-radius: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    color: #333;
}

thead {
    background-color: #e1322f;
    color: #fff;
}

th {
    border: 1px solid #fff;
    padding: 10px 26px;
}

td {
    border: 1px solid #E5E6EB;
    padding: 12px 26px;
    background-color: #fff;
    font-size: 16px;
}

tbody>tr:last-child>td {
    border-bottom: none;
}

.table-1st tbody tr:nth-last-child(-n+3) td {
    background: #FDF7F7;
}

.table-2nd tbody tr:nth-child(2) td {
    background: #FDF7F7;
}

.required {
    color: #e1322f;
}

.optional {
    color: #999;
}

.lay-full {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.lay-item {
    max-width: 460px;
    width: 90%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
    display: none;
}

.lay-item-title {
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    text-align: center;
    color: var(---color-text-1, #1D2129);

    /* 16/CN-Medium */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    position: relative;
}

.lay-item-title>span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #4E5969;
    cursor: pointer;

}

.lay-item-content {
    padding: 12px 38px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #E5E6EB;
    border-bottom: 1px solid #E5E6EB;
}

.banks-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 12px;
}

.banks-list>li {
    width: 49%;
    border: 1px solid #E5E6EB;
    border-radius: 2px;
    box-sizing: border-box;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banks-list>li>img {
    max-width: 80%;
}

.lay-item-bottom {
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    margin-left: auto;
}

.lay-item-bottom>.iKnowBtn {
    margin-left: auto;
    color: var(---White, #FFF);

    /* 14/CN-Regular */
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    border-radius: 2px;
    background: var(---primary-6, #165DFF);
    padding: 5px 16px;
    cursor: pointer;
}

.way-lay-item {
    width: 1160px;
    max-width: 90%;
}

.wy-artcile-content {
    height: 60vh;
    overflow-y: auto;
    padding: 8px 38px 30px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #E5E6EB;
    border-bottom: 1px solid #E5E6EB;
}

.wy-artcile-title {
    color: #165DFF;

    /* 16/CN-Medium */
    font-family: "PingFang SC";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    margin-top: 16px;
}

.wy-artcile-content>p {
    color: #4E5969;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
    margin-top: 6px;
}

.wy-imgs {
    display: flex;
    align-items: center;
    width: 100%;
}

.wy-imgs>img {
    max-width: 50%;
}

.marginTop {
    margin-top: -50px;
}

@media screen and (max-width: 1024px) {
    .airobot-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .airobot-banner {
        padding: 3rem 0 6rem;
    }

    .airobot-banner-title {
        font-size: 2rem;
    }

    .airobot-banner-title>img {
        height: 1.6rem;
    }

    .airobot-banner-intro>p {
        font-size: 1rem;
    }

    /* .price-card {
        width: 100%;
        margin-bottom: 1rem;
    } */

    .price-table-item td {
        color: #1D2129;
        font-family: "PingFang SC";
        font-size: .8rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 8px 10px;
        /* white-space: nowrap; */
    }

    .price-table-item thead th {
        border: 1px solid #E5E6EB;
        background: linear-gradient(90deg, #FDF6EF 0%, #FEE4DA 50%);
        padding: 20px 12px;
    }

    .price-table-item thead th>p {
        color: #4E5969;

        font-family: "PingFang SC";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;
    }

    .price-table-item thead th,
    .price-table-item tbody tr:first-child td {
        font-size: .9rem;
    }

    .price-table-item tbody tr:first-child td .title-2nd {
        margin: 6px 0 10px;
    }

    .price-table-item tbody tr:first-child td .title-3rd {
        font-size: 1.2rem;
    }

    .more-action-item {
        font-size: 1rem;
        padding: .8rem 0;
    }

    .airobot-main-content-title {
        font-size: 1.8rem;
        padding-top: 3rem;
        margin-bottom: 2rem;
    }

    .airobot-main-content-title+.airobot-main-content-title-2nd {
        font-size: 1rem;
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    .airobot-intro-item {
        width: 50%;
        padding: 1rem;
        min-height: auto;
    }

    .airobot-intro-title {
        font-size: 1.2rem;
    }

    .value-effect-title {
        font-size: 1.2rem;
        margin: 10px 0;
    }

    th {
        padding: 8px 16px;
    }

    td {
        padding: 8px 16px;
        font-size: .8rem;
    }
}