.cs_wrap h1{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.cs_wrap h2{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.cs_wrap p{
    font-size: 15px;
    color: #000;
    line-height: 1.5;
    margin: 0 0 20px;
}
.cs_wrap p span{
    font-weight: bold;
}
.cs_wrap p a{
    color: #D01126;
}
.cs_wrap p.p_before{
    display: flex;
    align-items: center;
}
.cs_wrap p.p_before::before{
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #d01127;
    margin: 0 5px 0 0;
}
.cs_wrap .c1_df{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cs_wrap .c1_df .c1_pic{
    width: 100%;
    max-width: 390px;
}
.cs_wrap .c1_df.f-d{
    flex-direction: column;
    align-items: center;
}
.cs_wrap .c1_df .c1_imgs{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.cs_ul ul{
    display: flex;
    justify-content: flex-end;
    margin: 30px 0 55px;
}
.cs_ul ul li{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 0 0 0 26px;
    position: relative;
}
.cs_ul ul li.active::before{
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: #E85E2F;
}
.list-case-show ul{
    list-style:none !important;
}
.c1 img{
    margin: 25px 0;
}
a:hover{
    color: #000;
}