#header {
    width: 100%;
    /* background-color: #367bf0; */
    position: relative;
    padding-top: 164px;
    box-sizing: border-box;
    background: url(/assets/images/innovation_cube/banner.png) center top no-repeat, linear-gradient(180deg, #367BF0, #41B9FF);
    /*background-size: auto 100%;*/
    background-size: cover;
    padding-bottom: 80px;
}
#container {
    width: 100%;
    height: 543px;
}
.header_title_wrap {
    width: 956px;
    margin-right: auto;
    margin-left: auto;
}
.header_title {
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}
.header_title_wrap p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 20px;
}
.header_btn_collection{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.header_btn_collection .call{
    width: 128px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.header_btn_collection .call:hover{
    transform: translateY(-5px);
    cursor: pointer;
}
.header_btn_collection .call .btn_text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #007FDF;
    line-height: 32px;
}
.header_btn_collection .download{
    width: 128px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.header_btn_collection .download .btn_text{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}
.middle{
    width: 100%;
}
.header_title_wrap .function_list .split{
    width: 1px;
    height: 17px;
    border: 1px solid #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
}
.header_title_wrap .function_list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 80px;
}
.header_title_wrap .function_list .function_text{
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.why_choose_container{
    background: linear-gradient(0deg, #FFFFFF 0%, #F2FAFF 100%);
    padding-bottom: 100px;
}
.why_choose{
    width: 1180px;
    padding-top: 140px;
    margin: 0 auto;
}
.why_choose .choose_title{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.why_choose .choose_reason{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.choose_reason .choose_item{
    margin-top: 20px;
    width: 380px;
    height: 222px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(224,229,238,0.2);
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.choose_reason .choose_item .choose_item_title{
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 42px;
}
.choose_reason .choose_item .choose_item_text{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 30px;
    margin-top: 10px;
    text-align: justify;
}
.product_information_container{
    padding-top: 80px;
}
.product_information_container .product_information{
    width: 1180px;
    margin: 0 auto;
}
.product_information_container .product_information .title{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.product_information_container .product_information .desc{
    width: 1180px;
    display: flex;
    justify-content: center;
}
.product_information_container .product_information .desc p{
    width: 920px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 30px;
    text-align: center;
    margin: auto 0;
}
.product_information_container .image_container{
    display: flex;
    justify-content: center;
    padding-bottom: 70px;
}
.product_information_container .image_container img{
    width: 1020px;
    height: 490px;
}
.product_features_container{
    background: #F2FAFF;
}
.product_features_container .product_features{
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 116px;
}
.product_features_container .product_features .title{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    text-align: center;
    margin-bottom: 46px;
}
.product_features .features_item .features_title{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.product_features .features_item .features_title .title_text{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 28px;
    margin-left: 20px;
}
.product_features .features_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_features .features_list .features_item{
    margin-top: 44px;
}
.features_list .features_item .f_icon{
    width: 40px;
    height: 40px;
    background: url("/assets/images/innovation_cube/features_icon.svg");
    display: block;
}
.features_item .f_icon.icon_2{
    background-position-x: -60px;
}
.features_item .f_icon.icon_3{
    background-position-x: -120px;
}
.features_item .f_icon.icon_4{
    background-position-x: -180px;
}
.features_detail_list{
    padding-left: 60px;
}
.features_detail_list .features_detail_item{
    display: flex;
    margin-top: 4px;
}
.features_detail_list .features_detail_item .column_point{
    width: 6px;
    height: 6px;
    background: url("/assets/images/innovation_cube/column_point.svg");
    display: block;
    margin-right: 8px;
    margin-top: 12px;
}
.features_detail_list .features_detail_item .features_detail_item_text{
    width: 423px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #37475A;
    line-height: 30px;
}
.application_scenario_container .application_scenario{
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 120px;
}
.application_scenario_container .application_scenario .title{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    text-align: center;
    margin-bottom: 14px;
}
.application_scenario_container .application_scenario .scenario_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.scenario_list .scenario_item{
    margin-top: 80px;
}
.scenario_list .scenario_item .scenario_icon{
    width: 40px;
    height: 40px;
    background: url("/assets/images/innovation_cube/scenario_icon.svg");
    display: block;
    margin-bottom: 20px;
}
.scenario_item .scenario_icon.icon_2{
    background-position-x: -60px;
}
.scenario_item .scenario_icon.icon_3{
    background-position-x: -120px;
}
.scenario_item .scenario_icon.icon_4{
    background-position-x: -180px;
}
.scenario_list .scenario_item .scenario_item_title{
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #202D3C;
    line-height: 40px;
    margin-bottom: 20px;
}
.scenario_list .scenario_item .scenario_item_desc{
    width: 500px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #37475A;
    line-height: 30px;
}
.config_container{
    background: linear-gradient(179deg, #FFFFFF 0%, #F2FAFF 100%);
}
.config_container .configuration{
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
.config_container .configuration .title{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.config_container .configuration .desc{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 32px;
    padding-bottom: 40px;
    text-align: center;
}
.configuration .table_container{
    position: relative;
}
.configuration .table_container .table_header{
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
}
.configuration .table_container .table_header .header_item{
    width: 232px;
    height: 54px;
    background: #007FDF;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body_item_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 4px;
}
.body_item_list div{
    width: 232px;
}
.body_item_list.deep_colour div{
    background: #D0EAFF;
}
.body_item_list.light_colour div{
    background: #EFF8FF;
}
.body_item_list.double_height div{
    height: 66px;
}
.body_item_list.triple_height div{
    height: 86px;
}
.body_item_list.one_height div{
    height: 46px;
}
.body_item_list .item_name{
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #007FDF;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.body_item_list .item_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.body_item_list .item_text p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A2736;
    line-height: 20px;
}
.body_item_list .item_text .little_text{
    font-size: 12px;
    line-height: 17px;
}
.customer_group_container .customer_group{
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.customer_group_container .customer_group .title{
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.customer_group_container .customer_group .desc{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 32px;
    margin-bottom: 20px;
}
.customer_group_container .customer_group .more_container{
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 40px;
    background: #007FDF;
    border-radius: 2px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    transition: all .3s linear;
    position: relative;
}
.customer_group_container .customer_group .more_container a{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.customer_group_container .customer_group .more_container:hover{
    transform: translateY(-5px);
    cursor: pointer;
}
.customer_group_container .customer_group .customers .customer_item{
    width: 280px;
    height: 344px;
    background: #FFFFFF;
    border: 1px solid #52C4FF;
    margin-top: 20px;
}
.customer_group_container .customer_group .customers .customer_item .content_container{
    width: 244px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.customer_group_container .customer_group .content_container .icon_container{
    margin-bottom: 20px;
}
.customer_group_container .customer_group .customers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}
.customer_group_container .customer_group .customers .customer_item .customer_title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #37475A;
    line-height: 30px;
    margin-bottom: 10px;
}
.customer_group_container .customer_group .customers .customer_item .customer_desc{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #5E6978;
    line-height: 24px;
    text-align: justify;
}
.qualifications_and_honors_container{
    background: url("/assets/images/innovation_cube/honors.png") no-repeat;
    background-size: contain;
}
.qualifications_and_honors_container .qualifications_and_honors{
    width: 1180px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
}
.qualifications_and_honors_container .qualifications_and_honors .title{
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1A2736;
    line-height: 40px;
    padding-bottom: 80px;
    text-align: center;
}
.qualifications_and_honors_container .qualifications_and_honors .honor_list{
    display: flex;
    justify-content: space-between;
}
.honor_list .honor_item{
    width: 386px;
    height: 536px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(198,211,220,0.1);
    border: 1px solid #FDF0D0;
    position: relative;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.honor_list .honor_item .honor_title{
    width: 164px;
    height: 100px;
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #37475A;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
}
.honor_list .honor_item .honor_icon{
    position: absolute;
    width: 60px;
    height: 64px;
    background: url("/assets/images/innovation_cube/honor_icon.svg");
    top: 0;
    right: 30px;
}
.honor_feature_list .honor_feature_item{
    display: flex;
    margin-bottom: 8px;
}
.honor_feature_list .honor_feature_item .column_point{
    width: 6px;
    height: 6px;
    background: url(/assets/images/innovation_cube/column_point.svg);
    display: block;
    margin-top: 12px;
    margin-right: 10px;
}

.honor_feature_list .honor_feature_item .honor_feature_text{
    width: 310px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A2736;
    line-height: 24px;
}
.honor_feature_list .honor_feature_item .honor_feature_text.link{
    text-decoration: underline;
    position: relative;
}
.honor_feature_list .honor_feature_item .honor_feature_text.link a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.honor_feature_list .honor_feature_item .honor_feature_text.link:hover{
    color: #007FDF;
    cursor: pointer;
}
.know_more_container{
    text-align: center;
    width: 100%;
    height: 280px;
    background: url(/assets/images/versionComparison/footer_banner_bg.svg) #419DFF no-repeat;
}
.know_more{
    height: 100%;
    width: 970px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.know_more .title{
    font-size: 36px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}
.know_more .appointment_communication{
    width: 180px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #178BE3;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s linear;
}
.know_more .appointment_communication:hover{
    transform: translateY(-5px);
    cursor: pointer;
}
.header_title_wrap .function_list.warp{
    display: none;
}
@media screen and (max-width:1180px){
    .why_choose{
        width: 90%;
    }
    .why_choose .choose_reason{
        justify-content: space-evenly;
    }
    .product_information_container .product_information{
        width: 90%;
    }
    .product_information_container .product_information .desc{
        width: 100%;
    }
    .product_information_container .product_information .desc p{
        width: 100%;
    }
    .product_information_container .image_container img{
        max-width: unset;
        width: 100%;
        height: unset;
    }
    .product_features_container .product_features{
        width: 90%;
    }
    .product_features .features_list{
        justify-content: center;
    }
    .application_scenario_container .application_scenario{
        width: 90%;
    }
    .application_scenario_container .application_scenario .scenario_list{
        justify-content: center;
    }
    .config_container .configuration{
        width: 90%;
    }
    .configuration .overflow_table{
        overflow-x: scroll;
    }
    .configuration .table_container{
        width: 1180px;
    }
    .customer_group_container .customer_group{
        width: 90%;
    }
    .customer_group_container .customer_group .customers .customer_item{
        width: 40%;
    }
    .customer_group_container .customer_group .customers{
        justify-content: space-around;
    }
    .qualifications_and_honors_container .qualifications_and_honors{
        width: 90%;
    }
    .qualifications_and_honors_container .qualifications_and_honors .honor_list{
        flex-direction: column;
        align-items: center;
    }
    .honor_list .honor_item{
        margin-bottom: 20px;
        height: unset;
        padding-bottom: 65px;
        padding-top: 65px;
    }
    .know_more{
        width: 90%;
    }
}
@media screen and (max-width:980px){
    #container{
        height: unset;
    }
    .header_title{
        font-size: 48px;
    }
    .header_title_wrap{
        width: 90%;
    }
    .header_title_wrap .function_list.pc{
        display: none;
    }
    .header_title_wrap .function_list.warp{
        display: flex;
        flex-direction: column;
    }
    .warp_fuction_list_container{
        display: flex;
        align-items: center;
        margin-bottom: 4px;
    }
    .header_title_wrap .function_list{
        padding-bottom: 55px;
    }

    .header_title_wrap .function_list .function_text{
        width: 180px;
    }
    .warp_fuction_list_container .function_text.left{
        text-align: right;
    }

}
@media screen and (max-width:840px){
    .choose_reason .choose_item{
        width: 100%;
    }
}
@media screen and (max-width:700px){
    .customer_group_container .customer_group .customers .customer_item{
        width: 100%;
    }
    .customer_group_container .customer_group .customers{
        justify-content: space-around;
    }
    .customer_group_container .customer_group .customers .customer_item .customer_desc{
        width: 80%;
    }
    .customer_group_container .customer_group .customers .customer_item .content_container{
        width: unset;
    }
}
@media screen and (max-width: 660px){
    .know_more{
        flex-direction: column;
        justify-content: center;
    }
    .know_more .title{
        margin-bottom: 20px;
    }
}
@media screen and (max-width:560px){

    .features_detail_list .features_detail_item .features_detail_item_text{
        width: 100%;
    }
    .product_features .features_list .features_item{
        width: 100%;
    }
    .scenario_list .scenario_item{
        width: 100%;
    }
    .scenario_list .scenario_item .scenario_item_desc{
        width: 100%;
    }
}
@media screen and (max-width:460px){
    .header_title_wrap .function_list .split{
        margin-left: 20px;
        margin-right: 20px;
    }
    .header_title_wrap .function_list .function_text{
        width: 160px;
        font-size: 18px;
    }
    .honor_list .honor_item{
        width: 95%;
    }
    .honor_feature_list .honor_feature_item .honor_feature_text{
        width: 95%;
        /*margin-left: 5%;*/
    }
    .honor_feature_list .honor_feature_item{
        margin-left: 5%;
        margin-right: 5%;
    }
}
