a{
    text-decoration: none;
}
*{
    margin: 0;
    padding: 0;
}
.figure_details_top{
    width: 100%;
}
.figure_details_top img{
    width: 100%;
}
.introduce{
    width: 95.0667vw;
    margin: 0 auto;
}
.introduce_lj{
    font-size: 3.2vw;
    color: #333333;
    margin-top: 4vw;
}
.introduce_text{
    font-size: 3.2vw;
    color: #333333;
}
.introduce_xy{
    font-size: 2.6667vw;
    color: #e41212;
    margin-top: 5.3333vw;
}
/* 个人简介 */
.synopsis{
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 9.3333vw;
    margin-top: 6vw;
}
.synopsis_row{
    width: 95.0667vw;
    margin: 0 auto;
}
.synopsis_title{
    font-size: 3.2vw;
    color: #333333;
    padding-top: 8vw;
}
.synopsis_text{
    text-indent: 2em;
    font-size: 2.6667vw;
    color: #8c8c8c;
    margin-top: 4.6667vw;
    line-height: 1.7;
}