/*全局样式*/
@charset"utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

i,
em {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
}

b,
strong {
    font-weight: normal;
}

ul,
li,
ol {
    list-style: none;
}

input,
img {
    vertical-align: top;
    border: 0;
    outline: none;
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

body {
    background: #F5F8FF;
    font-size: 12px;
    /* height: 100vh; */
    background: #FFFFFF
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tabCont{
    display: none;
}
.tabContShow{
    display: block !important;
}
.feed_banner{
	width: 100%;
    height: 262px;
    background: url(../img/pic/bzzxin.png) no-repeat left top;
    background-size: 100% 100%;
    margin-top: 70px;
    padding-top: 151px;
}
/* 反馈 */
.feedbackContent {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
    padding-bottom: 30px;
}
.feedbackContent .asideLeft{
	width: 1000px;
	height: 800px;
	background: #FFFFFF;
	box-shadow: -1px 0px 10px 0px rgba(173, 173, 173, 0.56);
	border-radius: 10px;
    float: left;
}
.asideLeft>div{
    display: none;
}
.searBox{
    width: 490px;
    margin: 0 auto;
    height: 40px;
    margin-bottom: 38px;
    border-radius: 20px;
    border: 1px solid #486FFF;
}
/* 提交反馈 */
.conTitBox{
	width: 1000px;
	height: 50px;
	background: #EEF2FF;
	border-radius: 10px 10px 0px 0px;
}
.tabFoo{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	font-size: 20px;
    position: relative;
    cursor: pointer;
} 
.tabFoo img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 22px;
    cursor: pointer;
}

.comCont {
    position: relative;
    margin: 20px 30px;
}
.comTip{
    color: #999999;
    font-size: 18px;
    margin-bottom: 20px;
}


.fbList{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px;
    margin-bottom: 25px;
}


/*msgbox消息弹框*/
.msgbox {
    width: 324px;
    background: #fff;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -60px;
    overflow: hidden;
    text-align: center;
    ;
    z-index: 999;
    box-sizing: border-box;
    padding: 10px 20px;
    display: none;
}

.msgbox img {
    display: none;
    width: 36px;
    height: 28px;
    margin: 18px auto;
}

.msgbox img.on {
    display: block;
}

.msgbox span {
    color: #06415E;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 20px;
}

/*分页*/
/*.ycl_page{height:35px;width:100%;line-height:35px;text-align:center;color:#174E69;float:left;margin-top:10px;}
.ycl_page div,.ycl_page ul,.ycl_page span,.ycl_page li,.ycl_page p{display:inline-block;margin-right:2px;cursor:pointer;line-height:14px;-moz-user-select: none; -o-user-select:none; -khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none; user-select:none;}
.ycl_page input{width:30px;height:16px;margin-top:8px;margin-bottom: 8px;border:1px solid #ccc;display:inline-block;cursor:pointer;line-height:14px;}
.ycl_page div{padding:2px 3px;border:1px solid #06415E;}
.ycl_page li{padding:2px 4px;margin-right:0;}
.ycl_page li.now_page{background:#0068b7;color:#fff;margin-right: 2px;}
.ycl_page span.all_page{margin-right:0;}
.ycl_page div.noClick{color: #ccc;border-color: #ccc}
.ycl_page li.active{background:#0068b7;color:#fff;}*/


/*登录提示框*/
.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

#hint_login {
    width: 440px;
    height: 110px;
    background: #fff;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -220px;
}

#hint_login .hint_logo_cancel {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    cursor: pointer;
}

#hint_login .hint_logo {
    position: absolute;
    left: -42px;
    top: -120px;
}

#hint_login .hint_logo_shadow {
    position: absolute;
    left: -56px;
    top: 16px;
}

#hint_login p {
    color: #06415e;
    position: absolute;
    left: 140px;
    top: 30px;
}

#hint_login .btn {
    position: absolute;
    right: 5px;
    bottom: 10px;
}

#hint_login .btn a {
    display: inline-block;
    width: 56px;
    height: 22px;
    background: #06415e;
    color: #fff;
    text-align: center;
    line-height: 21px;
    border-radius: 5px;
    margin-left: 3px;
}

/*底部*/
.fadeBack_footer {
    height: 200px;
    background-size: 100% 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    background: red
}

.fadeBack_footer-p {
    width: 100%
}

.riqi {
    color: #606266
}

/* 新增问题头部 */
.questionbox{
    margin-bottom: 20px;
}
.questionTit{
    color: #333333;
    font-size: 17px;
}

.questionInp{
    color: #666;
    font-size: 16px;
    margin-top: 16px;
}
.radioSel input{
    margin-top: 5px;
    margin-right: 5px;
}
.questionTxt{
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 16px;
}
.questionInp textarea{
    width: 667px;
    height: 262px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    border-radius: 10px;
    padding: 24px 30px;
    font-size: 16px;
    outline: none;
}
/* feedback 常见问题 */
.feedbackContent .asideRight {
    width: 1000px;
    float: right;
}

.feedbackContent .asideRight h3 {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    margin-bottom: 16px;
}

.feedbackContent .asideRight .questionSpan span {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 18px;
    padding-bottom: 5px;
    margin-right: 30px;
    cursor: pointer;
}

.feedbackContent .asideRight .questionSpan {
    margin-bottom: 11px;
}

.feedbackContent .asideRight .questionSpan span.active {
    border-bottom: 2px solid rgba(67, 99, 230, 1);
}

.feedbackContent .asideRight .questionContent{
    padding: 20px 30px 13px 30px;
}
.feedbackContent .asideRight .questionContent ul li{
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
}
.feedbackContent .asideRight .questionContent ul li:last-child{
    border-bottom:none;
}
.feedbackContent .asideRight .questionContent h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.feedbackContent .asideRight .questionContent h4 span {
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/icon/xlan.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.feedbackContent .asideRight .questionContent h4 span.rotate {
    transform: rotate(180deg);
    top: 35%;
}


.feedbackContent .asideRight .questionContent li p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 32px;
}
.feedbackContent .asideRight .questionContent li>div{
    display: none;
}
.feedbackSubmit{
    text-align: right;
}
.feedbackSubmit span{
    display: inline-block;
    cursor: pointer;
    margin: 5px 0;
    color: #FF5400;
}
.platformList{
    width: 1000px;
    /* height: 1017px; */
    background: #FFFFFF;
    box-shadow: -1px 0px 10px 0px rgba(173, 173, 173, 0.56);
    border-radius: 10px;
}
.platformClass{
    /* margin-top: 28px; */
}
.onCurPar{
    height: 50px;
}
.onCur{
    /* border-radius: 10px; */
}
.onCurCont{
    display: none;
}
.listClass_search{
    width: 400px;
    height: 25px;
    background: #FFFFFF;
    margin-left: 10px;
    margin-top: 7px;
    font-size: 16px;
}
.searchBtn{
    width: 68px;
    height: 40px;
    background: #007AFF;
    border-radius: 20px;
    display: inline-block;
    float: right;
    margin-top: -1px;
    text-align: center;
    cursor: pointer;
}
.searchBtn i{
    width: 26px;
    height: 100%;
    background: url(../img/feedback/fbSearch.png) no-repeat center;
    background-size: 100%;
}

.tabList{
    font-size: 16px;
    color: #000000;
    position: absolute;
    right: 20px;
}
.tabNow{
    color: #486FFF !important;
}
.tabList span{
    margin-left: 20px;
    display: inline-block;
}
/* 详情 */
.xqList .xqHead img{
    width: 34px;
    height: 34px;
}

.xqList .xqHead .xqTit{
    height: 34px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    display: inline-block;
    margin-left: 10px;
    width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xqList .xqHead .xqTime{
    height: 34px;
    line-height: 34px;
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.xqList .xqCont{
    margin-top: 15px;
    color: #333333;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    padding-left: 44px;
}
.xqList .watch span{
    font-size: 12px;
    color: #4A70FF;
    cursor: pointer;
}
#xq_feedback{
    padding: 20px 30px;
    margin: 0;
    overflow-y: auto;
    height: 745px;
    overflow-x: hidden;
    display: none;
}


/* 回复 */
.applyBox{
    background: #F8F8F8;
    margin-top: 20px;
    padding: 20px;
}
.applyList{
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.applyList .applyHead img{
    width: 34px;
    height: 34px;
}

.applyList .applyHead .applyTit{
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    display: inline-block;
    margin-left: 10px;
}
.applyList .applyHead .applyTime{
    height: 34px;
    line-height: 34px;
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #666666;
}
.applyList .applyCont{
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    /* height: 24px; */
    overflow: hidden;
    padding-left: 44px;
}
.applyList .watch span{
    font-size: 12px;
    color: #4A70FF;
    cursor: pointer;
}
.applyBtn{
    cursor: pointer;
    color:#4A70FF;
}

.replyBtn{
    width: 94px;
    height: 36px;
    background: #4A70FF;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}


.wid {
    width: 100%;
}

.nie {
    width: 2px;
    height: 21px;
    background: #4A70FF;
    float: left;
    margin-top: 2px;
}

.jiaru {
    float: left;
    padding-left: 11px;
    color: #333;
    font-size: 18px;
}
.jiaru a{
    color: #333;
    font-size: 18px;
}

.nice {
    /* width: 882px; */
    margin: 0 auto;
}

.zhon {
    float: left;
    margin-left: 17px;
    margin-top: 3px;
    text-align: center;
    width: 57px;
    height: 21px;
    border-radius: 4px;
    font-size: 14px;
}
.zhon1{
    border: 1px solid #4A70FF;
    color: #4A70FF;
}
.zhon2{
    border: 1px solid #999999;
    color: #999999;
}
.record{
    height: 20px;
}
.riqi {
    float: right;
    color: #666;
    font-size: 14px;
}

.zhichang {
    width: 100%;
    font-size: 12px;
    color: #606266;
}

.zhichang img {
    width: 163px !important;
    height: 90px !important;
    object-fit: fill;
    margin-right: 17px;
}
.zhichang img:last-child{
    margin-right: 0 !important;
}

.cont {
    width: 100%;
}

.xiangqing {
    /* float: right; */
    color: blue;
}

.xiangqing a {
    color: blue;
    padding-left: 20px;
}

.xianq {
    width: 875px;
    border: 1px solid rgba(232, 232, 232, 1);
    margin: 30px 7px
}

.den {
    margin-top: 30px;
}

.gath {
    margin-top: 12px
}




.plaes {
    overflow: hidden
}



.sure_btn {
    font-size: 14px;
    color: #FFFFFF;
    width: 103px;
    height: 41px;
    background: #4A70FF;
    border-radius: 5px;
    line-height: 41px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.bottom_btn {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.navTop h1 {
    margin: 0;
}

ul {
    margin: 0;
}

a:hover {
    text-decoration: none;
}


.navHide>div .navHide_tabR.fxgzt p {
    margin-bottom: 0;
}

.note-insert {
    display: inline-block !important;
}

.note-insert>button:nth-child(2) {
    display: block !important;
}

.m .form-group>input {
    width: 100%;
}

.note-group-image-url {
    display: none;
}



.zhichang_text {
    width: 100%;
    margin-top: 15px;
    position: relative;
    font-size: 16px;
}
.zhichang_text>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}


#div_feedback{
    padding: 20px 30px;
    margin: 0;
    overflow-y: auto;
    height: 745px;
    overflow-x: hidden;
}
.xq{
    /* position: absolute;
    bottom: 0;
    right: 0; */
    color: #4A70FF;
    font-size: 14px;
    cursor: pointer;
}
.xq a{
    color: #4A70FF;
    font-size: 14px;
}
#listPage {
    text-align: center;
}
.readSign{
    width: 8px;
    height: 8px;
    background: #ED3737;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

.empty{
    display: block;
    text-align: center;
    padding: 50px;
}
.empty p{
    color: #999999;
    font-size: 16px;
    margin-top: 5px;
}
.empty p span{
    background: #496FFF;
    color: #fff;
    margin-left: 10px;
    padding: 8px 10px;
    cursor: pointer;
    display: inline-block;
}

.contSpan{
    float: left;
    line-height: 32px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}

.contList>div>div{
    width: 900px;
}
.contList img{
    max-width: 100%;
}
.contList2{
    width: 940px;
}



/* 温馨提示 */
.TipBox{
    width: 100%;
    height: 418px;
    border-radius: 10px;
    margin-top: 18px;
    padding-top: 32px;
    background: url(../img/feedback/stydyBj.png) no-repeat;
    background-size: 100% 100%;
}
.TipBox .title{
    font-size: 17px;
    margin-top: 5px;
    padding: 0 35px;
}
.TipBox .cont{
    font-size: 14px;
    margin-top: 5px;
    padding: 0 76px;
}