/*
标题*/
.bit{
    width: 100%;
    text-align: center;
    color: #b2373a;
    font-size: 22px;
    position: relative;
    line-height: 2;
    margin-top: 16px;
}
.bit::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #b2373a;
    left: 50%;
    margin-left: -10px;
    bottom: 0px;
}
.undertint{
    background:#f3eeeb ;
}
.darkcolor{
background: #e9e5e2;
}
.twoimg{
    width: 40%;
    float: left;
    padding-left: 20px;
}
.twop{
    width: 54%;
    float: right;
    padding-right: 10px;
}
.li-remove{
    overflow: hidden;
}
.point{
    border: 1px solid red;
    border-radius: 50%;
    width: 19px;
    height: 18px;
    display: inline-block;
    font-size: 16px;
    line-height: 0.7;
    padding: 4px;
    padding-top: 0px;
    color: red;
}
.TTp{
    position: relative;
    margin: 0;
}
.TTp span{
    position: relative;
    top: -6px;
    left: -4px;
    font-size: 37px;
}
.story{
    padding: 2px;
    border: 1px solid #b2373a;
    width: 118px;
    text-align: center;
    line-height: 1;
    height: 36px;
    margin: 0 auto;
    }
.story .look{
    color: white;
    background: #b2373a;
    font-size: 21px;
    line-height: 30px;
    padding: 0 10px;

}
.customer{
    width: 100%;
    overflow: hidden;
}
.customer img{
    float: left;
    width: 32%;
    margin-top: 40px;

}
.customer img:nth-child(2){
    margin: 40px 2%;
}

