.reporterHome {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.reporterHome .top {
    width: 100%;
    /* height: 150px; */
    background: linear-gradient( 180deg, rgb(217, 229, 244) 0%, rgba(255,255,255,.15) 100%);
    padding-top: 12px;
}
.reporterHome .top .askMe {
    position: absolute;
    right: 15px;
    top: 10px;
}
.reporterHome .top .person {
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
    border: 1px solid #EEEEEE;
    margin: 0 14px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-family: Charter_xh_news, Charter;
    background: url(../imgs/media-home-bg.png) no-repeat;
    background-size: 100% 100%;
}
.reporterHome .top .person .headImg {
    position: relative;
    height: 60px;
    width: 60px;
    margin-right: 12px;
    flex: 0 0 60px;
    align-self: self-start;
}
.reporterHome .top .person .headImg .portrait {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.reporterHome .top .person .headImg .portrait_v {
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.reporterHome .top .person .person_name {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 4px;
}
.reporterHome .top .person .person_desc {
    font-size: 12px;
    color: rgba(0,0,0,0.8);
    line-height: 16px;
}
.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;
}