
body{
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}
.content{
    width:100%;
}
.content_box{
    position: absolute;
    width:90%;
    top:2rem;
    left:5%;
    height: 35rem;
    background-color: #fff;
    border-radius: 20px;
}
.content_title_icon {
    width: 100%;
    height: 15rem;
}
.content_title_bg{
    width:10rem;
    height: 10rem;
    margin: auto;
    position: absolute;
    top: -20rem; left: 0; bottom: 0; right: 0;

}
.content_title_bg img{
    position: relative;
    width:6rem;
    height: auto;
    min-width: 100%;
    max-width: none;
}
.content_title_text{
    position: relative;
    text-align: center;
    font-weight: bold;
    color: red;
    font-size: 3rem;
}
.content_userinfo{
    position: relative;
    text-align: center;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
    width:80%;
    left:10%;
    height: 4rem;
    line-height: 4rem;
    font-size: 2rem;
    margin-top: 1rem;
}
.content_info{
    position: relative;
    text-align: center;
    color: #666666;
    width:80%;
    left:10%;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}
