body,
html {
    background-color: #F8F8F8;
}

.banner {
    background: url(http://moment.rednet.cn/common/img/logo-bg2.png) no-repeat center;
    background-size: 100% auto;
    height: 2rem;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .tip {
    /* background: url(../images/imachannel_ydfw.png) no-repeat center center;
    height: 0.28rem;
    width: 100%;
    position: absolute;
    top: 0.25rem;
    background-size: 1.15rem 0.28rem; */
}

.banner .publishBtn {
    /* background: url(../images/btn_send_normal.png) no-repeat center center;
    height: 0.62rem;
    width: 1.49rem;
    position: absolute;
    right: 0.2rem;
    top: 1.32rem;
    background-size: 100% 100%; */
}

.conList {
    top: 4.11rem;
}

.noticeLink {
    height: 1rem;
    width: 6.52rem;
    line-height: 1rem;
    font-size: 0.3rem;
    padding: 0 0.28rem 0 0.7rem;
    color: #666;
    background: url(../images/icon_question.png) no-repeat 0.28rem center #fff;
    background-size: 0.32rem 0.32rem;
    position: relative;
    display: block;
}

.noticeLink>em.toDetail {
    top: 0.42rem !important;
}


.adviceNotice {
    width: 6.9rem;
    background: #fff;
    min-height: 6rem;
    padding: 0.4rem 0.3rem 0.5rem;
    margin-top: 0.3rem;
}

.adviceNotice h3 {
    text-align: center;
    font-size: 0.40rem;
    color: #333;
    font-weight: bold;
    line-height: 0.48rem;
}

.adviceNotice p {
    margin-top: 0.45rem;
    margin-left: 0.45rem;
    width:6rem;
    font-size: 0.26rem;
    color: #666666;
    line-height:0.5rem;
}
.adviceNotice span {
    margin-top: 0.45rem;
    font-size: 0.3rem;
    color: #333;
}

.tabSelect {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.3rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.tabSelect a {
    width: 2.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    display: block;
    text-align: center;
    font-size: 0.3rem;
    color: #333;
}

.tabSelect .selected {
    color: #ff3333;
}

.tabIndex {
    margin-top: -0.08rem;
    height: 0.06rem;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-around;
}

.tabIndex .swiper-pagination-bullet {
    width: 0.5rem;
    background: #ffffff;
    height: 0.06rem;
    border-radius: 0;
}

.tabIndex .swiper-pagination-bullet-active {
    background: #ff3333;
}

.scroller {
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 0.01rem;
}
.reply{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:0.5rem;
}
.reply h3 {
    background: url(../images/icon_medal.png) left center no-repeat;
    background-size: 0.4rem 0.57rem;
    position: relative;
    margin:0 !important;
}
.reply h3:after{
    display:none !important;
}
.reply>img{
    width:4.08rem !important;
    height:0.02rem !important;
    margin:0 !important;
}