@charset "UTF-8";
/*英文版本专用样式-Start*/

[data-lang='en_us'] .equipment-detail-page .con-wrap .tab-wrap .total-tab .total-title li {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 15px;
    width: auto;
}

[data-lang='en_us'] .equipment-detail-page .con-wrap .detail-intro .detail-info .info-wrap {
    width: 580px;
    height: 72px;
    background: #f8f9fb;
    border: 1px solid #e8ecf2;
    border-radius: 4px;
    color: #666
}

[data-lang='en_us'] .sfbzBox {
    display: inline-block;
    border: 1px solid blue;
    width: auto;
}

[data-lang='en_us'] .equipment-detail-page .con-wrap .detail-intro .detail-info .text-item h4.title {
    width: 120px;
    float: left;
    font-weight: 700;
    color: #666
}

[data-lang='en_us'] .mod-btn.h42 {
    height: 42px;
    line-height: 21px;
}

[data-lang='en_us'] .equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con.msg-wrap .msg-item .item-group .text-item {
    margin-left: 100px;
}
/*英文版本专用样式-End*/



/*新增用于多语言样式-Start*/


.equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt {
    font-weight: 700;
    width: 285px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px 0 18px;
    position: relative;
    color: #333
}

.equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt::before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #1677ff;
    z-index: 1
}

[data-theme=XMSgreen] .equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt::before {
    background: #008415
}

[data-theme=jinan] .equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt::before {
    background: #117e8f
}

[data-theme=green] .equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt::before {
    background: #16ab89
}

[data-theme=blue] .equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .check-item .list li h4.title-txt::before {
    background: #1677ff
}


.equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .timeItem .bottom-item .tips-item span.txt-title{
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    position: relative;
    padding-left: 17px;
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.equipment-detail-page .con-wrap .tab-wrap .total-tab .tab-con .timeItem .bottom-item .tips-item span.txt-title::before {
    display: block;
    content: '';
    background: #dfdfdf;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px
}
/*新增用于多语言样式-End*/