.spare-parts .spare_content{
    width: 1200px;
    margin: 0 auto;
}
.spare_content .tab_menu ul{
    width: 100%;
    margin-top: 50px;
    padding-left: 20px;
}
.spare_content .tab_menu ul li{
    width: 150px;
    padding: 10px 0;
    margin: 0 60px;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    background: #eeeeee;
    cursor:pointer;
    height: 55px;
    line-height: 2;
}
.spare_content .tab_menu ul li:hover{
    background: #E6E6E6;
}

.spare-parts .body_1{
    width: 100%;
    padding: 10px;
    text-align: center;
    /*font-size: 0;*/
    /*color: red;*/
}
.spare-parts .hide{
    display: none;
}
.spare-parts .liactive {
    border-bottom: 0;
    background: url(../images/case-menu.png) no-repeat center;
    background-size: 100% 100%;
}
.spare-parts .item{
    /*width: calc((100% - 60px) / 3);*/
    width: 28%;
    margin-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(193, 193, 193, 0.3);

}
.spare_content .tab_menu ul li span{
    width: 150px;
    height: 30px;
    line-height: 30px;
    display: block;
    /*background: #eeeeee;*/
    text-align: center;
    cursor: pointer;
}
.case-list-box .spare_content .selected{
    background: #E6E6E6;
}
.spare-parts .item:nth-child(3n+3){
    margin-right: 0;
}
.spare-parts .body_1 .item img{
    width: 100%;
    height: 209px;
}
.spare-parts .body_1 .item .name{
    margin-top: .2rem;
    padding: 0 20px;
}
.spare-parts .body_1 .item .name span{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;

}
.spare-parts .body_1 .item .info{
    padding: 0 20px;
}
.spare-parts .body_1 .item .info span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    height: 40px;
    display: inline-block;
}
.spare-parts .body_1 .item .btn{
    /*width: 100px;*/
    height: 30px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #00428C;
    margin-top: 20px;
    margin-left: 20px;
}
.spare-parts .body_1 .item .btn img{
    margin-right: 10px;
    vertical-align: middle;
}
.spare-parts .body_1 .item .btn span{
    vertical-align: middle;
    margin-left: 0rem;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #00428C;
    line-height: 30px;
}
/*移动样式*/
.m_spare_content .tab_menu ul{
    height: 160px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}
.m_spare_content .tab_menu ul li{
    width: 30%;
    margin:5px;
    font-size: 14px;
    /*float: left;*/
    text-align: center;
    background: #eeeeee;
    cursor:pointer;
    height: 60px;
    margin-left: 7px;
}
.m_spare_content .spare-parts .body_1 .item{
    width: calc((100% - 60px) / 3);
    height: 240px;
    margin-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(193 193 193 .3);
}
.m-spare-parts .body_1 .item img{
    height: 80px !important;
}
.m-spare-parts .body_1 .item .name span{
    font-size: 12px;
}
.m-spare-parts .item{
    margin: 50px 10px 0 7px;
}

.body_1 .ht-page {
    margin-top: 70px;
}
.spare-box {
    margin-top: 60px;
}
.service-item {
    float: left;
}
.page-row {
    clear: both;
}
.m-spare-box div {
    float: left;
}
