* {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.com_top {
    height: 35px;
    padding-top: 10px;
    position: fixed;
    top: 0;
    background: #fff;
    color: #000;
    width: 100%;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
    z-index: 99;
}

.com_top a {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 15px;
    width: 15px;
    border-width: 0 0 2px 2px;
    border-color: #c8c8cd;
    border-style: solid;
    position: absolute;
    top: 13px;
    left: 15px;
}

.com_top span {
    padding-top: 5px;
    font-size: 16px;
}

.foot {
    background: #fff
}

.xuans_tab {
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 45px;
    line-height: 40px;
    background: white;
}

.messageBox {
    margin: 0.2rem 0 0.2rem 0;
    border-bottom: 1px solid #f4f4f4;
    background: #FFFFFF;
    padding: 0.3rem 0.2rem 0 0.2rem;
    box-shadow: 0px 5px 10px 0px rgba(225, 225, 225, 1);
    border-radius: 5px;
}

/* .messageBox .person{width: 1rem;height: 1rem;} */

.imgBox {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
}

.imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.person {
    margin-bottom: 0.3rem;
    position: relative;
}

.personText {
    display: inline-block;
    font-size: 0.28rem;
    color: #666666;
    position: absolute;
    top: 0.1rem;
    left: 0.75rem;
}

.ask {
    font-size: 0.28rem;
}

.reply {
    font-size: 0.28rem;
}

.askImg {
    display: inline-block;
    background: #ACACAC;
    color: #FFFFFF;
    vertical-align: -1;
    border-radius: 0.05rem;
    padding: 0 0.04rem
}

.replyImg {
    display: inline-block;
    background: #3A71FB;
    color: #FFFFFF;
    vertical-align: -1;
    border-radius: 0.05rem;
    padding: 0 0.04rem
}

.askText {
    width: 92%;
    display: inline-block;
    position: relative;
    left: 0.6rem;
    top: -0.38rem;
    word-break: break-all;
    word-wrap: break-word;
}

.replyText {
    width: 92%;
    display: inline-block;
    position: relative;
    left: 0.6rem;
    top: -0.38rem;
}

.askText p {
    font-size: 0.28rem;
    font-weight: bold;
    min-height: 0.2rem;
    word-wrap: break-word;
    word-break: normal;
}

.replyText p {
    font-size: 0.28rem;
    color: #333333;
    min-height: 0.3rem;
    word-wrap: break-word;
    word-break: normal;
}

.me {
    position: relative;
    margin-left: 0.08rem;
}

.teacher {
    position: relative;
    margin-left: 0.08rem;
}

em.noRead {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    top: 3px;
    background: red;
}

.tiwen_ .qa {
    position: fixed;
    bottom: 130px;
    right: 3%;
    width: 50px;
    height: 50px;
    z-index: 99;
}

/* .tab_txt a{color: #333} */

.xuans_tab em {
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: 7px;
}

.tabEm {
    background: red;
}
.tiwen_{
    width: 100%;
    height: 0.9rem;
    background: #3A71FB;
    color: white;
    border: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    font-size: 0.32rem;
}
.tiwen_ button {
    width: 100%;
    height: 0.9rem;
    background: #3A71FB;
    color: white;
    border: none;
    /* position: fixed; */
    /* bottom: 124px; */
    /* z-index: 99; */
    font-size: 0.32rem;
}

/* 企业问答 */

.comTab ul {
    font-size: 0.26rem;
    color: #666666;
    padding-top: 0.2rem;
}

.comTab ul li {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #666666;
    padding: 0.06rem 0.25rem;
    border-radius: 0.5rem;
    margin-right: 0.33rem;
}

.comTab ul li.comActive {
    background: #799FFF;
    border-color: #799FFF;
    color: white;
}

.xuans_tab p.active {
    color: #3A71FB;
    border-bottom: 2px solid#3A71FB;
}

.xuans_tab p.tabP {
    position: relative;
}

.tab_txt dl {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0 0.2rem 0;
    border-bottom: 1px solid #f4f4f4;
    background: #FFFFFF;
    padding: 0.3rem 0.2rem 0.3rem 0.2rem;
}

.tab_txt dt {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    top: 0.1rem;
}
.tab_txt dt img{
    width: 100%;
    height: 100%;
}
.tab_txt dt .typels {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* em{width: 7px;height: 7px;background: red;display: inline-block;border-radius: 50%;position: absolute;right: -4px;top:0;} */

.tab_txt dd {
    width: 87%;
    margin-left: 2%;
}

.tab_txt dd h5 {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.22rem;
}

.tab_txt dd .ls_huifu {
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #666666;
    width: 6.09rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

dd .ls_time {
    font-size: 0.28rem;
    color: #333333;
    font-weight: bold;
    width: 3.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.typeBox {
    width: 0.75rem;
    height: 0.75rem;
    /* border: 1px solid black; */
    /* overflow: hidden; */
    position: absolute;
    top: -0.35rem;
    left: -0.15rem;
}

.typeDiv {
    width: 1.2rem;
    height: 0.3rem;
    background: #799FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0.2rem;
    left: -0.35rem;
    font-size: 0.24rem;
    color: white;
    text-align: center;
}

/* 企业提问 */

.wd_s .active {
    background: #069d77;
}

.yr_tiwen .zhid {
    top: 0px;
    right: 0px;
    position: absolute;
}

.yr_tiwen .zhid img {
    width: 40px;
    height: 40px;
}

.yr_tiwen dl {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.yr_tiwen dt {
    width: 0.5rem;
    ;
    height: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.yr_tiwen dt img {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}

.yr_tiwen dt em {
    width: 7px;
    height: 7px;
    background: red;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -1px;
    z-index: 999;
    top: 3px;
}

.yr_tiwen dd {
    width: 87%;
    margin-left: 2%;
}

.yr_tiwen dd h5 {
    display: flex;
    justify-content: space-between;
}

.yr_tiwen dd .ls_huifu {
    font-size: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
}

.yr_tiwen dd .ls_time {
    font-size: 0.28rem;
    color: #999;
}

#wtiwen_ {
    width: 100%;
    text-align: center;
    height: 40px;
    display: inline-block;
    background: #3A71FB;
    line-height: 40px;
    position: fixed;
    color: #fff;
    bottom: 40px;
}

.myAnswer {
    width: 7.1rem;
    height: 2.1rem;
    box-shadow: 0px 5px 20px 0px rgba(209, 209, 209, 1);
    ;
    margin-left: 0.2rem;
    margin-top: 0.3rem;
    border-radius: 5px;
}

.myTitle {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #EBEBEB;
}

.myTitle span {
    padding-left: 0.2rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
}

.otherAns {
    color: #333333;
    border-bottom: 1px solid #EBEBEB;
    padding: 0.4rem 0.2rem 0.3rem 0.2rem;
}

.otherAns span {
    font-size: 0.32rem;
    font-weight: 500;
}

.otherAnswer {
    width: 100%;
    display: inline-block;
    background: #F2F2F2;
    padding: 0.2rem 5px;
    height: 0.65rem;
    overflow: hidden;
}

.otherAnswer span {
    color: #333333;
}

.box .tabBtn {
    position: absolute;
    left: 10px;
    cursor: pointer;
    color: #3A71FB;
}

.overfl {
    width: 100%;
    position: relative;
}

.overfl p {
    width: 6rem;
    word-wrap: break-word;
    word-break: normal;
}

.tally {
    position: absolute;
    top: -0.1rem;
    left: -0.09rem;
}