.index-page {
    position: relative;
}

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

.banner {
    /*position: absolute;*/
    width: 1316px;
    /*height: 504px;*/
    /*top: 170px;*/
    /*left: 330px;*/
    margin: 0 auto 0 330px;
    /*margin-left: 330px;*/
}

.banner-content {
    position: relative;
    height: 616px;
}

.banner img {
    position: absolute;
    bottom: 0;
    right: 21px;
    width: 918px;
    height: 616px;
}

/*.banner-float {*/
/*    position: absolute;*/
/*    left: 330px;*/
/*    right: 0;*/
/*    top: 224px;*/
/*}*/

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

.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;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 21px;
    background: linear-gradient( 270deg, #4379FF 0%, #9461D9 100%);
    border-radius: 26px;
    font-weight: bold;
}

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

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

.main-business-card {
    display: inline-block;
    width: 1260px;
    height: 520px;
    background: -webkit-radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    background: -moz-radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    background: -ms-radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    background: -o-radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    background: radial-gradient( 0% 107% at 24% -5%, #FFFFFF 0%, rgba(255,255,255,0) 100%, rgba(255,255,255,0.43) 100%);
    box-shadow: 0 5px 21px 0 rgba(42,34,144,0.03);
    border-radius: 25px;
    border: 1px solid #fff;
    backdrop-filter: blur(21px);
    margin-top: 48px;
    padding: 55px 56px 55px 100px;
}

.main-business-card {
    -webkit-backdrop-filter: blur(21px);
}

.main-business-card.card-first {
    margin-top: 46px;
}

.main-business-card .main-business-card-left {
    float: left;
    /*width: 300px;*/
    text-align: left;
    padding-top: 33px;
}

.main-business-card .main-business-card-left.reverse {
    float: right;
}

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

.main-business-card-content {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.main-business-card-content img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.main-business-card-content-title {
    font-weight: bold;
    font-size: 16px;
    color: #233863;
    line-height: 24px;
    margin-bottom: 8px;
}

.main-business-card-content-text {
    width: 331px;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
}

.main-business-card-right {
    float: right;
}

.main-business-card-right.reverse {
    float: left;
}

.main-business-card-right img {
    width: 614px;
    height: 410px;
}

.market-model {
    padding-top: 79px;
    padding-bottom: 102px;
    position: relative;
    text-align: center;
    background: url("../images/yingxiao/bg3.png") no-repeat center center / cover;
}

.market-model-content {
    width: 1260px;
    margin: 0 auto;
    margin-top: 46px;
}

.market-model-content::after {
    content: "";
    display: table;
    clear: both;
}

.market-model-card {
    float: left;
    width: 232px;
    height: 146px;
    margin-right: 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.market-model-card:hover {
    scale: 1.2;
}

.customer-fangan {
    padding-top: 104px;
    padding-bottom: 117px;
    position: relative;
    text-align: center;
    background: url("../images/yingxiao/bg4.png") no-repeat center center / cover;
}

.customer-fangan-card {
    width: 1260px;
    margin: 0 auto;
    text-align: left;
    margin-top: 73px;
}

.customer-fangan-card-first {
    margin-top: 52px;
}

.customer-fangan-card::after {
    content: "";
    display: table;
    clear: both;
}

.customer-fangan-card-left {
    float: left;
    width: 551px;
}

.customer-fangan-card-left.reverse {
    float: right;
}

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

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

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

.customer-fangan-card-left .customer-fangan-card-box::after {
    content: "";
    display: table;
    clear: both;
}

.customer-fangan-card-box-first {
    margin-bottom: 16px;
}

.customer-fangan-card-box-left {
    float: left;
}

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

.customer-fangan-card-box-right {
    float: left;
    margin-left: 12px;
    width: 487px;
}

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

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

.customer-fangan-card-right {
    float: right;
}

.customer-fangan-card-right.reverse {
    float: left;
}

.customer-fangan-card-right img {
    width: 614px;
    height: 538px;
}

.mr0 {
    margin-right: 0;
}

.pc-panel {
    display: block;
}

.m-panel {
    display: none;
}

@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/yingxiao/m-bg1.png") no-repeat center center / cover;
    }
    .banner {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 66px;
    }
    .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: 39px;
        line-height: 50px;
        margin-bottom: 24px;
    }
    .banner .banner-float .banner-text {
        width: 100%;
        height: inherit;
        margin-top: 0;
    }
    .banner img {
        position: relative;
        height: 100%;
        bottom: inherit;
        right: inherit;
        margin-top: 10px;
    }

    .banner-btn {
        width: 100%;
    }

    .common-title {
        font-size: 32px;
        font-weight: bold;
        color: #233863;
        line-height: 45px;
    }

    .main-business {
        background: url("../images/yingxiao/m-bg2.png") no-repeat center center / cover;
    }

    .main-business-title {
        margin-bottom: 32px;
    }

    .main-business, .market-model {
        padding: 49px 24px;
    }

    .main-business-card {
        width: 100%;
        padding: 24px;
        height: inherit;
        margin-top: 32px!important;
        border-radius: 24px;
        /*backdrop-filter: none;*/
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        background: #fff;
    }

    .main-business-card.card-first {
        margin-top: 0!important;
    }

    .main-business-card .main-business-card-left {
        padding-top: 0;
    }

    .main-business-card-title {
        font-size: 24px;
        text-align: center;
        line-height: 33px;
    }

    .main-business-card-content-text {
        width: 100%;
    }

    .main-business-card-right {
        margin-top: 24px;
    }

    .main-business-card-right img {
        height: 186px;
        width: inherit;
    }

    .market-model-content {
        width: 100%;
        margin-top: 24px;
    }

    .market-model {
        background: url("../images/yingxiao/m-bg3.png") no-repeat center center / cover;
    }

    .market-model-card {
        width: 50%;
        height: inherit;
        margin-right: 0;
        margin-bottom: 0;
        padding: 8px;
    }

    .market-model-card:nth-child(2n+1) {
        padding-left: 0;
    }

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

    .customer-fangan {
        padding: 49px 0;
        background: url("../images/yingxiao/m-bg4.png") no-repeat center center / cover;
    }

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

    .customer-fangan-card-left {
        width: 100%;
        padding: 0 24px;
    }

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

    .customer-fangan-card-text {
        margin-top: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .customer-fangan-card-left .customer-fangan-card-box {
        padding: 16px;
        backdrop-filter: none;
    }

    .customer-fangan-card-box-right {
        width: calc(100% - 36px);
        margin-left: 0;
    }

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

    .customer-fangan-card-right {
        margin-top: 24px;
    }

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