@charset "utf-8";
/* 左侧列表 */
.frame_main{
    background: #fff;
    padding: 1vw 0;
}
.text_info{
    color: #777;
    padding-bottom: 2vw;
    text-align: center;
}
.span_time{
    margin-left: 5vw;
}
.text_content{
    padding: 0 2vw;
    min-height: 100vw;
}
.text_content p{
    line-height: 150%;
    text-indent: 6vw;
}
.text_divide{
    text-align: center;
    color: #00f;
    padding-top: 4vw;
}
.text_group{
    text-align: left;
    padding: 2vw 2vw;
}
.text_qrcode{
    text-align: center;
    padding-bottom: 2vw;
}
.text_qrcode img{
    max-width: 35%;
}
.text_content img{
    max-width: 80%;
    margin-right: 6vw;
}
.text_content table{
    width: 96%;
    font-size: 1vw;
}
.text_content td{
    width: auto;
    height: auto;
}
.frame_reply{
    margin-top: 2vw;
    padding-bottom: 2vw;
    background: #fff;
}
.list_area{
    padding: 1vw 2vw;
}
.list_area hr{
    height: 0;
    border-top: 1px dashed #aaa;
    border-bottom: 0;
}
.list_header {
    height: 12vw;
    line-height: 12vw;
    font-size: 4.5vw;
    color: #333;
    background: #fff;
    padding-left: 5vw;
    position: relative;
}
.list_header:after {
    content: '';
    height: 6vw;
    width: 1vw;
    background: #FF5722;
    position: absolute;
    left: 2vw;
    top: 50%;
    margin-top: -3.5vw;
}
.user_info{
    height: 6vw;
    line-height: 6vw;
    color: #aaa;
}
.reply_data{
    margin: 2vw 0;
    line-height: 150%;
}
.reply_area{
    padding: 0 2vw;
    text-align: center;
}
.reply_login{
    padding-bottom: 4vw;
    text-align: center;
}
.reply_note{
    height: 20vw;
    line-height: 20vw;
}