.equip_view_list li{
    padding-left: 20px;
    line-height: 26px;
    color: #524f4e;
    margin-bottom: 20px;
    position: relative;
   
    
}
.equip_view_list li span{
   
    
    color: #524f4e;
    
}
.equip_view_list li b{
    
    position: absolute;
    width: 6px;
    height: 6px;
    background: #d20104;
    left: 7px;
    top:10px;
    border-radius: 6px;

}

.equip_view{
    display: flex;
    justify-content: space-between;

}

.equip_view_left{
    width: 45%;
}

.equip_view_r{
    width: 52%;
    
}

.equip_view_table{
    border-top:2px solid #453e3b;
    
    border-bottom:2px solid #453e3b;
}

.equip_view{
    margin-top: 40px;
    margin-bottom: 60px;
}

.equip_view_title{
    height: 80px;
    display: flex;
    background: #d20104;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 20px;
    
}

.equip_view_title_en{
    height: 40px;
    font-size: 16px;
    color: #231916;
    align-items: center;
    padding-left: 20px;
    display: flex;

}
.equip_view_tediant1{
    margin-top: 60px;
    
    color: #d20104;
    font-size: 20px;
    font-weight: bold;
}

.equip_view_tediant2{
    color: #231916;
    font-size: 16px;
    
    margin-bottom: 20px;
    height: 24px;
    display: flex;
    align-items:center;
}

.equip_view_table li{
    display: flex;
    justify-content: space-between;
    height: 46px;
    align-items: center;
    border-top: 1px solid #8d8b8a;
}

.equip_view_table li.title{
    border-top: none;
}
.equip_view_table li i{
    font-size: 12px;
    color: #959595;
    font-weight: normal;
    width: 30%;
}
.equip_view_table li span{
    font-size: 12px;
    color: #959595;
    font-weight: normal;
    width: 40%;
}
.equip_view_table li b{
    font-size: 12px;
    color: #959595;
    font-weight: normal;
    width: 30%;
}
.equip_view_table li.title i{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 30%;
}
.equip_view_table li.title span{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 40%;
}
.equip_view_table li.title b{
    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 30%;
}

.equip_view_wrap2{
    padding-top: 30px;
    background: #eeefef;
    padding-bottom: 30px;
}


.equip_view_wrap2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pros{
    width: 25.6%;
    border-radius: 20px;
    overflow: hidden;
}
.pros2{
    width: 25.6%;
    margin-left: 4%;
    border-radius: 20px;
    overflow: hidden;
}

.tab{
    border-top:2px solid #453e3b;
    border-bottom:2px solid #453e3b;
}
.tab tr{
    height: 46px;
    align-items: center;
    border-top: 1px solid #8d8b8a;
}
.tab tr th{

    font-size: 12px;
    color: #666;
    font-weight: bold;
    width: 30%;
    vertical-align: middle;
}

.tab tr td{

    font-size: 12px;
    color: #959595;
    vertical-align: middle;
    width: 30%;
}