body{
    background: #f1f1f1 !important;
}
.detail{
    width: 100%;
    height: 332px;
    background: #fff;
    border-radius: 20px;
    padding: 36px;
    box-sizing: border-box;
}
.detail img{
    width: 390px;
    height: 259px;
    border-radius: 20px;
}
.detail_con{
    padding: 10px 0;
    margin-left: 36px;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #525558;
}

.title{
    font-size: 24px;
    color: #232323;
    font-weight: 600;
    height: 130px;
}
.title img{
    width: 41px;
    height: 30px;
}
p{
    font-size: 20px;
    color: #232323;
    line-height: 30px;
}