.report-service-app {
    /* width: 1200px; */
    margin: 0 auto;
}

.report-header {
    background: url("../images/report-background1.png") no-repeat;
    background-position: top center;
    height: 550px;
}

.report-middle {
    margin: 37px 0 50px 0;
}

.report-middle .content {
    width: 1200px;
    margin: 0 auto;
}

.middle-title_1 {
    width: 471px;
    margin: 0 auto 30px;
}

.middle-contain_1 {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.middle-contain_1 .middle_1-item {
    width: 580px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 40px 40px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.middle-contain_1 .middle_1-item .item-title {
    height: 26px;
    font-size: 22px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}

.middle-contain_1 .middle_1-item .item-describe {
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    width: 370px;
}

.middle-contain_1 .middle_1-item .btn-container {
    display: flex;
    align-items: flex-end;
    flex: 1;

}

.middle-contain_1 .middle_1-item .btn {
    cursor: pointer;
    color: #3A49BA;
    display: flex;
    align-items: center;
    font-size: 13px;

    .right-arrow{
        background-image: url("../images/report-icon1.png");
        width: 16px;
        height: 16px;
    }
}

.middle-contain_1 .middle_1-item:hover {

    .item-title,
    .item-describe,
    .btn {
        color: #fff !important;
        .right-arrow{
            background-image: url("../images/report-icon2.png");
        }
    }
}

.middle-contain_1 .item1 {
    background-image: url("../images/report-background6.png");

    &:hover {
        background-image: url("../images/report-background10.png");
    }
}

.middle-contain_1 .item2 {
    background-image: url("../images/report-background7.png");

    &:hover {
        background-image: url("../images/report-background11.png");
    }
}

.middle-contain_1 .item3 {
    background-image: url("../images/report-background8.png");

    &:hover {
        background-image: url("../images/report-background12.png");
    }
}

.middle-contain_1 .item4 {
    background-image: url("../images/report-background9.png");

    &:hover {
        background-image: url("../images/report-background13.png");
    }
}


.middle-contain_2 {
    width: 1200px;
    min-height: 90px;
    background: #FFFFFF;
    box-shadow: 0px 5px 8px 0px rgba(224, 224, 224, 0.5000);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.middle-dimension2 {
    width: 120px;
    height: 32px;
    background: #F5F8FF;
    line-height: 32px;
    text-align: center;
    margin: 0 10px;
}

.middle-title_2 {
    width: 116px;
    margin: 0 auto;
    margin-top: 67px;
}

.middle-contain_3 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.middle-contain_3 img {
    /* margin: 0 10px */
    width: 580px;
}


.report-bottom {
    background: url("../images/report-background5.png") no-repeat;
    background-position: top center;
    /* background-size: 1920px auto; */
    height: 610px;
}

.report-bottom .content {
    padding-top: 120px;
    width: 1236px;
    margin: 0 auto;
}

.report-bottom .bottom-btn {
    width: 278px;
    height: 50px;
    background: #FBFBFB;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #D4DEFE;
    font-size: 26px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    color: #3A49BA;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-left: 190px;
}

.report-bottom .content_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 210px;
}

.report-bottom .content_li {
    width: 309px;
    height: 238px;
    background-image: url("../images/report-background4.png");
    background-size: contain;
    padding: 7px 47px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.report-bottom .content_li .content_li-top {
    width: 50px;
    height: 35px;
    background: #2588F3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.report-bottom .content_li .content_li-top img {
    width: 22px;
}

.report-bottom .content_li h6 {
    font-size: 22px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}

.report-bottom .content_li p {
    font-size: 16px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    color: #666666;
    line-height: 30px;
    text-align: center;
}