.location_wrap{
    padding: 15px 0;
}
img{
    display: block;
}
.location_wrap span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
span.location_span_active{
    color: #D81C25;
}
body{
    background: #F6F7F8;
}
.form_tex_wrap{
    width: 100%;
    height: auto;
}

.form_main{
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
}
.form_main textarea{
    display: block;
    width: 100%;
    height: 150px;
    outline: none;
    resize: none;
    border: none
}
.form_main_down{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.form_main_down input{
    display: block;
}
.form_main_down input.name{
    width: 260px;
    height: 42px;
    background: url(../images/interact_touxiang.png) no-repeat 5px center #F6F7F8;
    background-size: 32px 32px;
    border: 1px solid #ECECEC;
    border-radius: 21px;
    outline: none;
    padding-left: 40px;
}

.form_main_down input.tijiao{
    width: 119px;
    height: 61px;
    background: url(../images/interact_tijiao.png) no-repeat left 3px;
    background-size: 100% 100%;
    outline: none;
    border: none;
    cursor: pointer;
}
/* 留言板 */



.msg_board_wrap{
    padding-top: 43px;
}

.msg_board_tab_btn{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.tab_btn_ul{
    display: flex;
    justify-content: start;
    align-items: center;
}
.tab_btn_ul li{
    margin-right: 28px;
    cursor: pointer;
}
.tab_btn_ul li span{
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.tab_btn_ul li .bt_line{
    display: block;
    width: 23px;
    height: 3px;    
    margin: 0 auto;
    margin-top: 10px;
}
.tab_btn_ul li.btnli_active span{
    color: #EE273A;
}
.tab_btn_ul li.btnli_active .bt_line{
    background: #EE273A;
}


.msg_board_tab_box{
    width: 100%;
    height: auto;
}
.msg_box{
    display: none;

}

.msg_box_active{
    display: block;
}

.msg_box ul{
    display: block;
    width: 100%;
    height: auto;
}
.msg_box ul li{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 15px 0 15px;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-bottom: 20px;
}
.msg_box ul li .person_tx_pic{

    width: 73px;
    height: 73px;
}
.msg_box ul li .person_tx_pic img{
    width: 100%;
    height: 100%;
}
.question_wrap{
   width: 100%; 
}
.question_body{

}
.question_msg{
    display: block;
}
.peson_huifu{
    width: 1060px;
    height: auto;
    margin-left: 20px;
}
.jiaoliu{
    width: 100%;
    height: auto;
}
.question_wrap{
    width: 100%;
    height: auto;
    /*display: flex;*/
}
.question_wrap span{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
}

.question_wrap span:nth-child(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
    flex: none;
    float: left;
    /*min-width: 120px;*/
}

.jiaoliu_msg{
    width: 100%;
    height: auto;
    background: #F6F7F8;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    padding: 15px;
    margin-top: 30px;
    position: relative;
}
.triangle{
    position: absolute;
    z-index: 0;
    top: -16px;
    left: 10px;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent #ECECEC;
}
.inside_triangle{
    position: absolute;
    z-index: 1;
    top: -5.5px;
    left: -7px;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #F6F7F8;
}
.jiaoliu_msg h3{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
}
.jiaoliu_msg_cont{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
    margin-top: 13px;
    line-height: 26px;
}
.fabiao_date{
    /*margin-top: 20px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 6px;
}
.fabiao_date span:nth-child(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.fabiao_date span:nth-child(2){
    font-size: 36px;
    font-family: DIN;
    font-weight: bold;
    color: #ECECEC;
}






/* 分页器样式 */
.patn{
    width: 700px;
    height: auto;
    margin: 0 auto;
}
.d-new-page{ width:100%; overflow:hidden; text-align:center; padding-top:15px;}
.page-prev,.page-next{ width:9px; height:18px;cursor: pointer;}
.page-prev{background:url(../images/page-prev.png) center no-repeat; float:left;}
.page-next{background:url(../images/page-next.png) center no-repeat; float:right;}
.page-prev:hover{background:url(../images/page-prev_1.png) center no-repeat; }
.page-next:hover{background:url(../images/page-next_1.png) center no-repeat; }
.page-prev,.page-next,.page-a,.page-span{line-height:46px; text-align:center; display:inline-block; vertical-align:top; width:40px; height:46px;}
.page-a,.page-span{ margin:0 8px;font-size:15px; color:#909396;  background:url(../images/pages1.png) center no-repeat;}
.page-a-on,.page-a:hover{ background:url(../images/pages.png) center no-repeat; color:#fff;cursor: pointer;}



/*haha*/

.totalliuyan{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #454545;
}
.liuyan{
    font-weight: 700;
}
.tiao{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6E71;
}

.yeye{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mama{
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}









