.idx_top {
    margin-top: 0;
    height: 280px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.idx_top .icon {
    width: 120px;
    height: 120px;
    margin-right: 0;
}

.idx_top li {
    box-shadow: 0 0px 0px #ccc;
    padding-top: 0;
    padding-bottom: 0;
}

.idx_top li .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.idx_banner {
    /*height: 800px;*/
    background-size: cover;
    background-image: url('../images/index-top-bg.png');
    background-position-x: right;
}

.idx_banner_right {
    width: 500px;
    height: 500px;
    margin: 50px 0;
}

.idx_banner_bottom {
    display: flex;
    justify-content: space-evenly;
    background-color: #ffffff66;
    backdrop-filter: blur(5px);
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
    align-items: center;
    z-index: 3;
}


.idx_banner_bottom .idx_banner_bottom_title {
    color: #0b1d30;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.idx_banner_bottom .idx_banner_bottom_msg {
    align-self: stretch;
    color: #4e5969;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.domain-info {
    /*background-color: rgb(245, 248, 253);*/
    background-image: url("../images/index-scheme-bg.png");
    background-size: 115%;
    background-position: bottom;
}

.idx_titbox {
    padding-top: 80px;
}


.idx_titbox .title {
    align-self: stretch;
    color: #1d2129;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.idx_titbox .msg {
    align-self: stretch;
    color: #4e5969;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;

}

.idx_titbox .title-bottom-border {
    margin: 25px auto 0 auto;
    width: 128px;
    height: 4px;
    background-color: #0363E9;
    box-shadow: 0 12px 12px 0 #0363e966;
}


.domain-tab {
    display: flex;
    margin-top: 80px;
}

.domain-tab .pc-tab {
    width: 200px;
    margin-right: 30px;
}

.domain-tab .info-swiper {
    flex: 1;
    height: 810px;
}

.domain-tab .img-inner {
    margin-top: 24px;
    /* padding: 17px; */
    width: 960px;
    height: 508px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #FFF;
    background-color: #ffffff66;
    backdrop-filter: blur(4px);

}

.domain-tab .swiper-title {
    align-self: stretch;
    color: #1d2129;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
}

.domain-tab .swiper-msg {
    align-self: stretch;
    color: #4e5969;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}


.domain-tab .pc-tab .tab-option {
    flex: 1 0 0;
    color: #1d2129;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 12px;
    margin-bottom: 12px;
}


.domain-tab .pc-tab .tab-option.active,
.domain-tab .pc-tab .tab-option:hover {
    border-radius: 4px;
    background-color: #ffffffcc;
    color: #0363E9;
}

.idx_core_services {
    background: none;
    padding-top: 0;
    margin-top: 0;
}

.idx_core_services .list {
    justify-content: center;
}

.idx_core_services .item {
    height: 248px;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-image: none;
    background-color: transparent;
    box-shadow: 0 0px 0px #ccc;

}

.idx_core_services .item .img {
    width: 50px;
    height: 50px;
    margin-top: 0px;
}

.idx_core_services .item .title {
    align-self: stretch;
    color: #1d2129;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.idx_core_services .item .desc {
    width: 500px;
    align-self: stretch;
    color: #4e5969;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}


.idx_last .auto {
    height: 100%;
}

.idx_last {
    height: 240px;
    padding: 0;
    flex-shrink: 0;
    color: white;
    background-image: url("../images/index_idx_bottom_bg.png");
    background-size: cover;
    background-position: center;
}

.idx_last .idx_ad {
    display: flex;
    background: none;
    padding: 0;
    height: 100%;
    align-items: center;
}

.idx_last .idx_ad .idx_ad_left {
    width: 50%;

}

.idx_ad .idx_ad_left .item_title {
    color: #ffffff;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}


.idx_ad .idx_ad_left .item_msg {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 12px;
}

.idx_last .idx_ad .idx_ad_right {
    display: flex;
    width: 50%;
    justify-content: space-around;
}

.idx_ad .idx_ad_right .item_title {
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.idx_ad .idx_ad_right .item_msg {
    color: #ffffff;
    font-size: 36px;
    font-style: normal;
    font-weight: Bold;
    line-height: 44px;
    margin-top: 20px;
}

/* 主标题 */
.main-heading{
    color: #1d2129;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
  }
  
  /* 副标题、或者一些解释说明性文字 */
  .sub-heading{
    color: #4e5969;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 12px;
  }

  .common-btn {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #154EF7;
    color: #154EF7;
    width: min-content;
    margin: 0 auto;
    cursor: pointer;
    white-space: nowrap;
}

.yycj{
    margin-top: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .idx_last .idx_ad {
        flex-direction: column;
    }

    .idx_last .idx_ad .idx_ad_right,
    .idx_last .idx_ad .idx_ad_left {
        margin-top: 20px;
        width: 100%;
    }

    .idx_ad .idx_ad_right .idx_ad_right_item {
        padding: 5px;
    }

    .idx_ad .idx_ad_right .item_msg {
        font-size: 30px;
        line-height: 34px;
    }

    .idx_core_services .item .desc {
        width: 100%;
    }

    .domain-tab {
        flex-direction: column;
    }

    .domain-tab .pc-tab {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .domain-tab .pc-tab .tab-option {
        white-space: nowrap;
    }

    .domain-tab .img-inner {
        object-fit: contain;
    }

    .domain-tab .info-swiper {
        flex: auto;
    }


    .idx_banner {
        background-image: none;

    }

    .idx_banner_bottom {
        display: none;
    }

    .idx_banner .idx_banner_right {
        height: 0px !important;
        /* background-image: url("../images/index-top-bg-right.png"); */
        background-size: 105% 100%;
        margin-top: 0;
        margin-bottom: 0px;
        width: 106%;
    }


    .idx_banner_bottom .idx_banner_bottom_title {
        white-space: nowrap;
        overflow: hidden;
        /* 可选：隐藏超出部分 */
        text-overflow: ellipsis;
        /* 可选：超出部分显示省略号 */
    }


    .idx_top li {
        display: flex;

    }

    .domain-info {
        background: none;
    }

    .domain-tab {
        margin-top: 30px;
    }

    .domain-tab .pc-tab .tab-option {
        width: 25%;
        flex: 0 0 25%;
        text-align: center;
        font-size: 14px;
        margin: 0;
        padding: 8px;

    }

    .domain-tab .img-inner {
        height: 230px;
        margin-top: 0px;
        padding: 0;
    }

    .domain-tab .info-swiper {
        height: 300px;
    }

    .domain-tab .swiper-title {
        font-size: 20px;
        line-height: 30px;
    }

    .domain-tab .swiper-msg {
        font-size: 12px;
        line-height: 28px;
        margin-top: 0px;
    }

    .idx_titbox {
        padding-top: 0px;
        margin-bottom: 30px;
    }

    .idx_titbox .title {
        font-size: 20px;
        line-height: 36px;
    }

    .idx_titbox .msg {
        font-size: 16px;
        line-height: 24px;
        margin-top: 12px;
    }

    .idx_last {
        background-position: left;
    }

    .idx_ad {
        box-shadow: 0 0px 0px #ccc;
    }

    .idx_core_services .item {
        height: auto;
        margin-bottom: 20px;
        /* width: 50%; */
    }

    .idx_core_services .list {
        margin-top: 20px;
    }

    .idx_last .idx_ad .idx_ad_left {
        width: 100%;

    }

    .idx_ad .idx_ad_left .item_title {
        font-size: 20px;
        line-height: 44px;
        text-align: left;
    }


    .idx_ad .idx_ad_left .item_msg {
        font-size: 14px;
        margin-top: 0;
        text-align: left;
    }

    .idx_last .idx_ad .idx_ad_right {
        width: 100%;
        flex-wrap: wrap;
    }

    .idx_ad .idx_ad_right .idx_ad_right_item {
        padding: 0px;
        width: 50%;
        text-align: left;
        margin-bottom: 20px;
    }

    .idx_ad .idx_ad_right .item_title {
        font-size: 12px;
        line-height: 24px;
    }



    .idx_ad .idx_ad_right .item_msg {
        font-size: 14px;
        line-height: 28px;
        margin-top: 0px;
    }
}