.product-banner{
    height: 7rem;
    width: 100%;
    background: url("../images/product/hardware/banner.png") no-repeat center;
    background-size: 100% 7rem;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.46rem;
    text-align: center;
    letter-spacing: 0.02rem;
    line-height: 2.3rem;
}
.product-lists{
    background: #FFFFFF;
    width: 100%;
    color: #3A426B;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.1rem;
}
.product-lists >li{
    height: 0.87rem;
    width: 3.75rem;
    font-size: 0.26rem;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}
.product-lists >li >span{
    margin-top: 0.09rem;
    height: 0.7rem;
    line-height: 0.7rem;
    display: inline-block;
}
.active{
    color: #E4991D;
    box-sizing: border-box;
    border-bottom: 0.04rem solid #E49A1D;
}
.product-lists-a-detail{
    height: 100%;
    width: 7.5rem;
}
.product-lists-a-detail >img{
    width: 7.5rem;
    height: 100%;
}
.product-lists-b-detail{
    height: 100%;
    width: 7.5rem;
    display: none;
}
.product-lists-b-detail >img{
    width: 7.5rem;
    height: 100%;
}
.product-lists-c-detail{
    height: 100%;
    width: 7.5rem;
    display: none;
}
.product-lists-c-detail >img{
    width: 7.5rem;
    height: 100%;
}
.product-lists-d-detail{
    display: none;
    height: 100%;
}
.btnBox{
    position: relative;
    height: 1.7rem;
}
.btnBox >p{
    position: absolute;
    height: 0.6rem;
    width: 1.82rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.2rem;
}
.btnBox >p:first-child{
    top: 0.63rem;
    left: 1.93rem;
    color: #FFFFFF;
    background: #5F9DFB;
}
.btnBox >p:last-child{
    top: 0.63rem;
    left: 3.75rem;
    color: #3A426B;
    background: #F3F7FF;
}
.serve-detail{
    height: 100%;
    width: 7.5rem;
}
.serve-detail >img{
    height: 100%;
    width: 6.78rem;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}
.gateway-detail{
    height: 100%;
    width: 7.5rem;
    display: none;
}
.gateway-detail >img{
    height: 100%;
    width: 6.78rem;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}