/*banner*/
.banner-product{
    background-image:url("/static/img/m/p-hzero/banner.png");
    background-size: 100% 100%;
    position: relative;
}
.bottom{
    left: 0;
}
.banner_h1{
    margin-top: 45px;
    font-size: 26px;
    font-weight: 400;
    color: #090F21;
    line-height: 37px;
    letter-spacing: 1px;
}
/*平台技术栈*/
.technology-type{
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfe2e4;
}
.technology-type li{
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
.type-light{
    font-weight: 600!important;
}
.hzero-technology-content{
    padding: 20px 16px;
    margin:12px 20px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
}
.technology-dec{
    font-size: 12px;
  opacity: 0.5;
    font-weight: 400;
    color: #090F21;
    line-height: 26px;
}
.underline{
    margin-top: 8px;
    height: 1px;
    background: #DFE2E4;
}
.content-img-section{
    display: none;
}
 .content-img{
    margin-top: 13px;
    padding: 20px;
    text-align: center;
    background: #F8F9FA;
}
.img_con{
    margin-top: 12px;
    display: flex;
    justify-content: space-around;
}
.img_con1{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.img_con1-after:after{
    display: block;
    content: "";
    width: 58px;
}
.img_con img{
    width: 36px;
    height: 61px;
}
.img_margin{
    margin-top: 0;
}
/* .section-left{

} */
.section-left img{
    display: block;
    margin-top: 20px;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.font_opa{
margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(9, 15, 33, 0.5);
    line-height: 17px;
}
.section-tit{
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
}
.section-p{
    font-size: 12px;
    font-weight: 400;
    color: #090F21;
    line-height: 17px;
}
.section2{
    display: flex;
}
.section2 img{
width: 80px;
    height: 80px;
}
/* .section2 .section-tit{

} */
/*平台架构*/
.structure{
    padding: 0 20px;
}

.structure-img{
    margin-top: 20px;
    width: 100%;
    height: 234px;
}
.white-card{
    padding: 20px;
    margin-top: 20px;
    height: 266px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(12, 37, 91, 0.1);
    overflow: scroll;
}
/*功能展示*/
.show-card{
padding: 20px;

}
.show-card .swiper-slide{
    /*height: 508px;*/
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(12, 37, 91, 0.1);
}
.show-card .swiper-img{
    margin-top: 32px;
    width: 100%;
    height: 184px;
    background: #D8D8D8;
    box-shadow: 0px 1px 10px 0px rgba(12, 37, 91, 0.1);

}
.show-card .swiper-content-title{
    opacity: 1;
    font-size: 20px;
    font-weight: 500;
    color: #090F21;
    line-height: 28px;
}
.show-card .swiper-content li{
    font-size: 14px;
    font-weight: 400;
    color: #090F21;
    line-height: 20px;
    margin-top: 16px;
}
.show-card-con{
    height: 430px;
    padding: 40px 20px;
}
.show-card-con .inno_quo{
    width: 27px;
    height: 22px;
    position: absolute;
    right: 13px;
    top: 40px;
}
.card-content-show .swiper-pagination
{
        left: 0;
        right: 0;
        margin-top: 14px;
}

/*产品清单*/
.product_list{
    padding: 20px 10px 0 10px;
}
.product_list img{
    width: 100%;

}