

.headerDiv_product{
    width:100%;
    height:0;
    background:#212121;
    position: absolute;
    left: 0px;
    z-index:2000;
    top:100px;
    box-shadow: 0 2px 0 #212121; 
    overflow: hidden;
    font-size:14px;
}
.headerDiv_product .content{
    width:1200px;
    margin:0 auto;
    display: flex;
    color:#fff;
}
.headerDiv_product .product_item{
    flex:1.1;
    margin:30px 18px 10px 20px;
}
.headerDiv_product .product_item .title{
    font-size:18px;
    margin:20px 0px;
    color:#EBEBEB;
}
.headerDiv_product .product_item p{
    line-height:25px;
    margin:15px 0px;
    color:#959595;
}
.headerDiv_product .paas p{
    line-height:20px;
}
.headerDiv_product .product_item .solid{
    border-top:1px solid #959595;
    margin:45px 0px;
    margin-right:30px;
}
.headerDiv_product .product_item .solid_small{
    border-top:1px solid #959595;
    margin:15px 0px;
    margin-right:30px;
    width:100%;
    float: left;
}
.headerDiv_product .multsystem p.multText{
    line-height: 30px;
    margin-bottom:15px;
    padding-right:30px;
}
.headerDiv_product p.multText{
    line-height: 24px;
}
.headerDiv_product a{
    color:#959595;
}
.headerDiv_product a:hover{
    color:#05d3fd;
}

.headerDiv_product .multsystem{
    flex:1.05;
}
.headerDiv_product .platform{
    flex:1;
}
.headerDiv_product .product_item .subtitle{
    margin:5px 0px;
    color:#d0d0d0;
}
.headerDiv_product .product_item .subtitle a{
    color:#C0C0C0;
}
.headerDiv_product .product_item p.highlight{
    font-size:16px;
    /* font-weight:700; */
    color:#d0d0d0;
}
.headerDiv_product .product_item p.highlight a{
    font-size:16px;
    /* font-weight:700; */
    color:#d0d0d0;
}
.headerDiv_product .product_item p.highlight a::after{
    content:"\2794";
}
.headerDiv_product .product_item p.highlight a:hover{
    color:#05d3fd;
}
.headerDiv_product .acc,.headerDiv_product .accP{
    width:100%;
    float: left;
}
.headerDiv_product .acc p{
    line-height:30px;
    margin-top:8px;
    margin-bottom:10px
}
.headerDiv_product .product_item .acc p.highlight a{
    line-height:20px;
    color:#d0d0d0;
    font-size:14px;
}
.headerDiv_product .product_item .acc p.highlight a:hover{
    color:#05d3fd;
}
.headerDiv_product .more{
    width:100%;
    float: left;
    margin-top:-15px;
}
.headerDiv_product .acc .half,.headerDiv_product .accP .half{
    float: left;
    width:50%;
    
}