.reporterHome {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.reporterHome .top {
    background-image: url(../imgs/askReportHome.png);
    width: 100%;
    height: 80.86vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.reporterHome .top .askMe {
    position: absolute;
    right: 15px;
    top: 10px;
}
.reporterHome .top .person {
    text-align: center;
}
.reporterHome .top .person .headImg {
    position: relative;
    height: 23.733vw;
    width: 23.733vw;
    margin: auto;
}
.reporterHome .top .person .headImg .portrait {
    border-radius: 50%;
    border: 2px solid rgba(210, 173, 134, 1);
    height: 23.733vw;
    width: 23.733vw;
}
.reporterHome .top .person .headImg .portrait_v {
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.reporterHome .top .person .person_name {
    font-size: 5.8666vw;
    font-family: FZYOUSS_509R--GB1-0, FZYOUSS_509R--GB1;
    font-weight: normal;
    color: rgba(0,0,0,0.95);
    line-height: 6.4vw;
    margin: 4vw 0;
}
.reporterHome .top .person .person_desc {
    font-size: 3.7333vw;
    font-family: FZYOUSS_507R--GB1-0, FZYOUSS_507R--GB1;
    font-weight: normal;
    color: rgba(0,0,0,0.65);
    line-height: 5.333vw;
}
.reporterHome .mid-tabs {
    height: 12.26vw;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.reporterHome .mid-tabs .midTab {
    width: 80px;
    font-size: 4.2667vw;
    font-family: FZYOUSS_509R--GB1-0, FZYOUSS_509R--GB1;
    font-weight: normal;
    color: rgba(0,0,0,0.65);
    line-height: 8.667vw;
    text-align: center;
}
.reporterHome .mid-tabs .midTab::after {
    content: '';
    width: 14px;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.reporterHome .mid-tabs .midTab.active::after {
    content: '';
    width: 14px;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #3B89DD;
}
.reporterHome .answers {
    padding: 16px 12px 0;
    font-size: 3.733vw;
}
.reporterHome .answers .qa{
    padding: 8px;
    background: rgba(0,0,0,0.02);
    margin-top: 10px
}
.reporterHome .answers .reproterName{
    color: rgba(69, 134, 227, 1);
}
.reporterHome .answers .qa .newsTitle{
    margin-top: 10px;
}
.share-banner {
    display: block;
}