.index-page {
    position: relative;
}

.banner-container {
    position: relative;
    width: 100%;
    height: 758px;
    background: url("../images/aidiancan/bg1.png") no-repeat center center / cover;
    padding-top: 72px;
    margin: 0 auto;
}

.banner {
    width: 1387px;
    margin: 0 auto 0 330px;
}

.banner img {
    max-width: inherit;
    max-height: inherit;
}

.banner-content {
    position: relative;
    /*height: 504px;*/
}

.banner-content img {
    position: absolute;
    top: 0;
    right: 0;
    width: 883px;
    height: 633px;
}

.banner-title {
    /*width: 280px;*/
    /*height: 78px;*/
    font-weight: bold;
    font-size: 56px;
    color: #000000;
    line-height: 78px;
    text-align: left;
    font-style: normal;
    padding-top: 147px;
}

.banner-title .operate-decision {
    background: linear-gradient(to left, #744CFC 0%, #4BEDDE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-title .top-star {
    width: 46px;
    height: 44px;
    position: unset;
    margin-left: 21px;
}

.m-top-banner {
    display: none;
}

.banner-text {
    width: 564px;
    height: 100px;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 25px;
}

.banner-btn {
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-top: 21px;
    background: linear-gradient( 270deg, #4379FF 0%, #9461D9 100%);
    border-radius: 26px;
}

.common-title {
    font-weight: bold;
    font-size: 48px;
    color: #233863;
    line-height: 67px;
    font-style: normal;
}

.main-business {
    background: #F8FAFF;
    padding-top: 88px;
    padding-bottom: 106px;
    position: relative;
    text-align: center;
    background: url("../images/aidiancan/bg2.png") no-repeat center center / cover;
}

.main-business-list {
    width: 1258px;
    margin: 0 auto;
    margin-top: 48px;
}

.main-business-item {
    width: 398px;
    height: 398px;
    border-radius: 8px;
    padding: 32px 24px 24px;
    float: left;
    text-align: left;
    position: relative;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: all 0.3s ease;
}

.main-business-item:hover {
    transform: translateY(-30px);
}

.main-business-item.first {
    background: radial-gradient( 0% 127% at 100% 79%, #F9F6FF 0%, #E8ECFD 100%);
}

.main-business-item.second {
    background: radial-gradient( 0% 98% at 100% 79%, #FFF8EE 0%, #FFEEEE 100%);
}

.main-business-item.third {
    background: radial-gradient( 0% 127% at 100% 79%, #F4FDFA 0%, #E7F6FD 100%);
}

.main-business-item.fourth {
    background: radial-gradient( 0% 127% at 100% 79%, #F4F8FF 0%, #EBF1FE 100%);
}

.main-business-item.fifth {
    background: radial-gradient( 0% 127% at 100% 79%, #F9F6FF 0%, #E8ECFD 100%);
}

.main-business-item.sixth {
    background: radial-gradient( 0% 127% at 100% 79%, #F8FBF4 0%, #EEF9EB 100%);
}

.main-business-item-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.main-business-item.first .main-business-item-title {
    color: #790E75;
}

.main-business-item.second .main-business-item-title {
    color: #AC5B05;
}

.main-business-item.third .main-business-item-title {
    color: #268AB1;
}

.main-business-item.fourth .main-business-item-title {
    color: #0A35AE;
}

.main-business-item.fifth .main-business-item-title {
    color: #8355DB;
}

.main-business-item.sixth .main-business-item-title {
    color: #176C0F;
}

.main-business-item-li {
    margin-top: 20px;
}

.main-business-item-li-title {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.main-business-item-li-title:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.main-business-item.first .main-business-item-li-title:before {
    background: #790E75;
}

.main-business-item.second .main-business-item-li-title:before {
    background: #AC5B05;
}

.main-business-item.third .main-business-item-li-title:before {
    background: #268AB1;
}

.main-business-item.fourth .main-business-item-li-title:before {
    background: #0A35AE;
}

.main-business-item.fifth .main-business-item-li-title:before {
    background: #8355DB;
}

.main-business-item.sixth .main-business-item-li-title:before {
    background: #176C0F;
}

.main-business-item-li-desc {
    font-weight: 400;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 21px;
    margin-left: 11px;
}

.main-business-item-img {
    position: absolute;
    bottom:24px;
    left: 0;
    text-align: center;
    width: 100%;
}

.main-business-item-img img {
    width: 350px;
    height: 140px;
}

.market-model {
    padding: 88px;
    text-align: center;
    background: url("../images/aidiancan/bg3.png") no-repeat center center / cover;
}

.market-model-content.first {
    width: 1000px;
    margin: 0 auto;
    margin-top: 48px;
    margin-bottom: 24px;
}

.market-model-content.second {
    width: 1256px;
    margin: 0 auto;
}

.market-model-card {
    width: 232px;
    height: 209px;
    background: #FFFFFF;
    border-radius: 16px;
    margin-right: 24px;
    float: left;
    padding: 32px;
    /*padding-top: 32px;*/
    /*padding-bottom: 37px;*/
    transition: all 0.3s ease;
}

.market-model-card:hover {
    transform: scale(1.2);
    box-shadow: 0 2px 36px 0 rgba(159,96,255,0.28);
    border-radius: 19px;
}

.market-model-card img {
    width: 88px;
    height: 88px;
    margin-bottom: 24px;
}

.market-model-text {
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
}

.customer-fangan {
    background: url("../images/aidiancan/bg4.png") no-repeat center center / cover;
    padding: 88px 0 88px;
    text-align: center;
}

.customer-fangan-tabs {
    width: 544px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 48px;
}

.customer-fangan-tab {
    float: left;
    margin-right: 32px;
    width: 160px;
    height: 64px;
    background: #F6F8FA;
    color: #233863;
    font-weight: bold;
    font-size: 20px;
    border-radius: 32px;
    line-height: 64px;
    cursor: pointer;
}

.customer-fangan-tab.active {
    color: #FFFFFF;
    background: linear-gradient(to left, #744CFC 0%, #4BEDDE 100%);
}

.customer-fangan-card {
    width: 1253px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.customer-fangan-card-img {
    flex-shrink: 1;
}

.customer-fangan-card-img img {
    width: 604px;
    height: 504px;
    margin-right: 98px;
}

.customer-fangan-card-content {
    text-align: left;
    flex: 1;
}

.customer-fangan-card-title {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
}

.customer-fangan-card-text {
    width: 551px;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 25px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.customer-fangan-card-box {
    display: flex;
    background: radial-gradient(0% 135% at 7% 5%, #FFFFFF 0%, rgba(255, 255, 255, 0.45) 100%);
    border-radius: 10px;
    border: 1px solid #fff;
    backdrop-filter: blur(1px);
    padding: 16px 16px 16px 12px;
}

.customer-fangan-card-box.second {
    margin-top: 48px;
}

.customer-fangan-card-box-left {
    flex-shrink: 1;
}

.customer-fangan-card-box-left img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.customer-fangan-card-box-right {
    flex: 1;
}

.customer-fangan-card-box-title {
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 24px;
    margin-bottom: 6px;
}

.customer-fangan-card-box-text {
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
}

.mr0 {
    margin-right: 0;
}

.clearBoth::after {
    content: "";
    display: table;
    clear: both;
}

.m-panel {
    display: none;
}

.pc-panel {
    display: block;
}

@media screen and (max-width: 1900px) {
    .banner {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .pc-panel {
        display: none;
    }

    .m-panel {
        display: block;
    }

    .banner-container {
        padding: 0;
        height: 100%;
        background: url("../images/aidiancan/m-bg1.png") no-repeat center center / cover;
    }
    .banner {
        margin: 0 auto;
        width: 100%;
    }
    .banner-content {
        height: inherit;
        text-align: center;
    }

    .banner-float {
        padding: 0 24px;
    }

    .banner .banner-float .banner-title {
        width: 100%;
        text-align: center;
        font-size: 36px;
        padding-top: 38px;
        line-height: 50px;
    }

    .banner-title .top-star {
        width: 23px;
        height: 22px;
        margin-left: 13px;
        position: relative;
        top: -2px;
    }
    .banner .banner-float .banner-text {
        width: 100%;
        height: inherit;
        margin-top: 25px;
        margin-bottom: 24px;
        line-height: 22px;
        font-weight: 400;
        font-size: 16px;
        color: #4A4A4A;
    }

    .banner-btn {
        width: 100%;
        margin-top: 0;
    }
    .banner img {
        position: relative;
        height: 100%;
        bottom: inherit;
        right: inherit;
        max-width: 100%;
    }

    .common-title {
        font-size: 32px;
        line-height: 45px;
    }

    .main-business {
        padding: 0 24px 48px;
        background: url("../images/aidiancan/m-bg2.png") no-repeat center center / cover;
    }

    .main-business-list {
        width: 100%;
        margin-top: 32px;
    }

    .main-business-item {
        width: 100%;
        padding: 32px 0 24px;
        margin-right: 0;
        height: auto;
    }

    .main-business-item:hover {
        transform: unset;
    }

    .main-business-item.sixth {
        margin-bottom: 0;
    }

    .main-business-item-ul,
    .main-business-item-title {
        padding: 0 24px;
    }

    .main-business-item-img {
        position: unset;
        margin-top: 24px;
    }

    .main-business-item-img img {
        height: 100%;
        width: inherit;
    }

    .market-model {
        padding: 48px 24px;
        background: url("../images/aidiancan/m-bg3.png") no-repeat center center / cover;
    }

    .market-model-title {
        margin-bottom: 32px;
    }

    .market-model-content {
        width: 100%!important;
        margin-top: 0!important;;
    }

    .market-model-content.first {
        margin-bottom: 0;
    }

    .market-model-card {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px;
        padding: 22px 0 25px;
        height: auto;
    }

    .market-model-card:nth-child(2n) {
        margin-right: 0;
    }

    .market-model-content.second .market-model-card:last-child {
        padding: 43px 58px;
    }

    .market-model-content.second .market-model-card:last-child img {
        width: 40px;
        height: 40px;
    }

    .market-model-card img {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .market-model-text {
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
    }

    .customer-fangan {
        padding: 48px 24px;
        margin-bottom: 0;
        background: url("../images/aidiancan/m-bg4.png") no-repeat center center / cover;
    }

    .customer-fangan-title {
        margin-bottom: 32px;
    }

    .customer-fangan-tabs {
        display: none;
    }

    .customer-fangan-card {
        display: block!important;
        width: 100%;
        margin-bottom: 48px;
    }

    .customer-fangan-card:last-child {
        margin-bottom: 0;
    }

    .customer-fangan-card-content {
        margin-top: 32px;
    }

    .customer-fangan-card-title {
        font-weight: bold;
        font-size: 24px;
        line-height: 33px;
    }

    .customer-fangan-card-img img {
        height: 100%;
        margin-right: 0;
    }

    .customer-fangan-card-text {
        width: 100%;
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
    }

    .customer-fangan-card-box {
        padding: 16px;
        background: radial-gradient( 0% 135% at 7% 5%, #FFFFFF 0%, rgba(255,255,255,0.45) 100%);
        border-radius: 12px;
        border: 1px solid #fff;
        backdrop-filter: blur(1px);
    }

    .customer-fangan-card-box-left {
        display: none;
    }

    .customer-fangan-card-box.second {
        margin-top: 16px;
    }

    .customer-fangan-card-box-title {
        margin-bottom: 6px;
    }
}
