.vehicleSeries .module {
    padding-bottom: 3.125%;
    border-bottom: 1px solid #EBEBF0;
} 
.vehicleSeries .module:last-child {
    border-bottom: none;
} 

/* 查看产品 */
.vehicleSeries .viewProducts{
    width: 13.9%;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #FFFFFF; 
    background: #1F204C;
    text-align: center; 
    display: flex;
    justify-content: center;
    margin:0 auto;
}
.vehicleSeries .viewProducts:hover{
  background:#292B6F ;
}
.vehicleSeries .viewProducts>img{
    margin-top: 15px;
    margin-left: 6px;
    width: 14px;
    height: 14px
} 
.vehicleSeries .theme{
    margin-top: 10%;
    font-size: 30px;
    font-weight: bold;
}
.vehicleSeries .box-text >img {
    bottom: 10%;
}
.vehicleSeries .Mascarilla a img{
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
    .vehicleSeries .viewProducts{
        width: 20.9%;
        padding: 0 10px;
    }
}