.descrip-tab .row,.descrip-tab-equipment .row{
    margin: 0;
    justify-content: center;
    /* align-items: center; */
}
.descrip-navigation .table,.equipment-navigation .table{
    margin-bottom: 0;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.descrip-navigation .list-group-item1,.equipment-navigation .list-group-item1{
    /* max-width: 150px; */
    text-align: center;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #d1d1d1;
    vertical-align: middle;
    margin-bottom: 0px;
    padding: 0px 20px;
    color: #333;
    font-family: titleFonts !important;
    line-height: 63px;
    width: auto;
    /* background-color: #f1f1f1; */
}
.descrip-navigation .list-group-item1 p,.equipment-navigation .list-group-item1 p{
    margin-bottom: 0;
}
.descrip-navigation .list-group-item-action:focus,.descrip-navigation .list-group-item-action:hover ,.equipment-navigation .list-group-item-action:focus,.equipment-navigation .list-group-item-action:hover{ 
    background-color: #fff !important;
    color: #0066ee !important;
}
.descrip-navigation .list-group-item.active ,.equipment-navigation{
    background-color: #fff;
    color: #0066ee;
    border-bottom-color: #0066ee;
    border-radius: 0;
    margin-top: 0px;
    border-top-width: 0px;
}
.color-0066ee{color: #0066ee;}
/* .module-gallery .card-columns{
    column-count: 4;
} */

/* .descrip-module .tech p {
    text-align: left;
} */
.underline-d1d1d1{
    border-bottom: 1px solid #d1d1d1;
}
.color-727272{
    color:#727272;
}
.descrip-navigation h2{
    display: inline-block;
    font-size: 28px;
}
.line-d{
    height: 1px;
    width: 100%;
    background-color: #f1f1f1;
}
.rim-li span p{
    display: inline;
    padding-left: 10px;
}
.descrip-navigation-mo .tech p {
    text-align: left;
}
/* 移动端折叠 */
/* .descrip-mo-li .descrip-mo-div {
    display: none;
} */
.descrip-mo-li .descrip-mo-click {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.descrip-mo-li>div>span:first-child{
    padding-right: 12px;
}
.descrip-mo-click{
    position: relative;
}
.descrip-mo-click h2{
    font-family: titleFonts !important;
    margin-bottom: 0;
}
.module-specs h3,.module-specs-mo h3{
    font-family: titleFonts !important;
}
.descrip-mo-click  h2::before,.descrip-mo-click  h2::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 1px;
    background-color: #333;
    right: 0;
    top: 50%;
    transform-origin: center center;
}
.descrip-mo-click  h2::before {
    transform: rotate(-90deg);
    transition: transform .25s linear;
    transform-origin: center center;
}
.descrip-mo-click  h2::after {
    transform: rotate(0deg);
    transition: transform .25s linear;
    transform-origin: center center;
}
.descrip-mo-click h2::before,.descrip-mo-click h2::after{
    transition: transform .25s linear; 
    transform-origin: center center;
}
.descrip-mo-click h2.currentk::before{
    transform: rotate(-135deg);
    transition: transform .25s linear;
    transform-origin: center center;
    background-color: #0066ee;
}
.descrip-mo-click h2.currentk::after{
    transform: rotate(-45deg);
    transition: transform .25s linear;
    transform-origin: center center;
    background-color: #0066ee;
}

.product-relation-photo .photowall-content .card-columns {
    column-count: 4;
    column-gap:10px
}
/* 间距 */
.mt-pc-mo{
    margin-top: 35px;
}
.mb-pc-mo{
    margin-bottom: 35px;
}
@media (min-width:992px){
    .specs-image img{max-width: 350px;}
    .specs-image div:nth-child(2){
        margin-left: 15px;
    }
}
@media (max-width:992px){
    .product-relation-photo .photowall-content .card-columns {
        column-count:2;
        column-gap:6px
    }
    .specs-image div:nth-child(2){
        margin-top: 15px;
    }
    .mt-pc-mo{
        margin-top: 40px;
    }
    .mb-pc-mo{
        margin-bottom: 40px;
    }
}
@media (max-width:768px){
    .product-relation-photo .photowall-content .card-columns {
        column-count: 2;
        column-gap:2px
    }
}
@media (max-width:600px){
    .product-relation-photo .photowall-content .card-columns {
        column-count: 1;
        column-gap:2px
    }
}

.descrip-navigation-mo .swiper-container {
    width: 90%;
    height: auto;
}