@charset "utf-8";
/*askDetail*/
.askDetail{padding:15px 15px 30px 15px;margin-bottom:30px;background-color: #fff;box-shadow:inset 0px 0px 5px 1px rgba(0,0,0,0.1);}
.askDetail .title{font-size:20px;padding:18px 0;line-height:32px;}
.askDetail .reply{font-size:18px;line-height:28px;}
.askDetail .info{padding:12px 0 20px 0;}
.askDetail .info img{width:32px;height:32px;border-radius:50%;padding-right:5px;}
.askDetail .info span{padding-left:9px;color:#666}
.askDetail .teacher{padding:20px 0 25px 0;border-top:1px solid #ddd}
.askDetail .teacher img{width:48px;height:48px;border-radius:50%;padding-right:5px;}
.askDetail .teacher b{font-size:16px;}
.askDetail .teacher span{padding-left:9px;color:#666}
.askDetail .tags{padding:9px 0;color:#666}
.askDetail .tags a{padding:9px;color:#666}
/*askList*/
.askList{position:relative;padding:9px 5px;background:#fff;border-bottom:1px solid #ddd;}
.askList:hover{background:#eee;}
.askList .istatus{position: absolute;right:6px;top:20px;font-size:18px;transform:rotate(30deg);}
.askList .istatus:after{content:'解答中';border:1px solid #5FB878;color:#5FB878;padding:3px;}
.askList[i=replyed] .istatus:after,.askList[i=readed] .istatus:after{content:'已解答';border:1px solid red;color:red;}
.askList[i=rated] .istatus:after{content:'已评价';border:1px solid red;color:red;font-weight:bold;}
.askList .title{font-size:18px;max-width:90%;line-height:24px;}
.askList[i=replyed] .title b:before{content:'已答';padding:3px;font-size:12px;background-color:red;color:#fff;border-radius:2px;}
.askList .teacher{font-size:14px;line-height:16px;padding:9px 0;}
.askList .reply{font-size:16px;line-height:22px;padding:15px 0 0 0;text-indent:-2em;padding-left:50px;}
.askList .reply:before{content:'答：';font-weight:bold;}
.askList .reply span:empty::after{content:'老师解答中…';}
.askList .reply .imgs{padding:5px 0 5px 33px;}
.askList .btns{padding:0px;}.mobile .askList .btns{padding:0px;font-size:12px;}
.askList .btns .time{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.askList .btns a{padding:0 7px;}.mobile .btns a{padding:0 1px;}
.askList .btns i{padding-right:3px;}.mobile .btns i{font-size:12px;}
.askList [rate]{display:none;}.askList.my [rate]{display:inline-block;}.askList[i=rated] [rate]{display:none;}
.askList [reask]{display:none;}.askList.my [reask]{display:inline-block;}.askList[i=rated] [reask]{display:none;}
.imgs img{max-height:50px;max-width:60px;padding:3px;}
/*replyWrap*/
.replyWrap{padding:0 10px;max-width:800px;background:#F8F8F8}
.replyList{position:relative;padding:2px;border-bottom:1px dashed #e6e6e6}
.replyList:hover,.replyList.active{background:#eee;}
.replyList .title{padding-bottom:3px;font-size:16px;font-family:'微软雅黑';line-height:24px;max-height:150px;cursor:pointer;overflow:hidden auto;}.replyList .title:hover{color:red;}
.replyList .reply{line-height:22px;clear:both}


/*
.replyList .info{font-size:14px;line-height:16px;padding:9px 0;}
.replyList .text{font-size:14px;line-height:16px;}
.replyList .title.askEditWrap{max-height:300px;}.askEditWrap form{display:block!important;}
.replyList .title i{visibility:hidden;padding:0px 5px;font-size:10px;}.replyList:hover .title i{visibility:visible;}
.mobile .replyList .title{max-height:205px;}
.formHide{display:none;}.editing .formHide,[i=taked] .formHide{display:block;}
.replyList .btns{position:relative;padding:9px 0 5px 0;}
.replyList .btns a{padding-left:3px;}
.replyList .btns i{padding-right:2px;}
.replyList .takeAsk{display:none;}
.mobile .replyList .layui-btn{padding:0px 5px;}
.replyList .editAsk{display:none;}
.replyList[i=replyed] .editAsk,.replyList[i=readed] .editAsk,.replyList[i=rated] .editAsk,.replyList[i=solved] .editAsk{display:inline-block;}
.replyList .editAsk:after{content:'修改回复'}
.replyList.editing .editAsk:after{content:'收起回复'}
.replyList [cat=shicao]:before{content:'实操';padding:3px;font-size:12px;background-color:#5FB878;color:#fff;border-radius:2px;}
.replyList a:hover{color:red;}
.replyList.reask .titleText:before{content:'#追问#';color:red;}
.replyList .layui-tab-title li{min-width:55px;}
.relpyHelp{position:fixed;right:2px;z-index:999;}
.getReplyList li{position:relative;}
.getReplyList i{position:absolute;top:-4px;right:5px;font-size:10px;display:none;padding:1px;}
.getReplyList li.layui-this i,.getReplyList li:hover i{display:block;}
.getReplyList i:after{content:'\e669';font-family:layui-icon!important;color:#3574DB;border-color:#3574DB;}
.mobile .getReplyList li{min-width:40px;}
.replyPopover b{padding-right:6px;}
.replyPopover.replyPopoverDown b:after{content:'\e61a';padding:0 1px;font-family:layui-icon!important;color:#3574DB;border-color:#3574DB;font-size:12px;}
.replyPopover .content{min-width:100px}
.replyPopover .content p{padding:5px 0px;}
.replyPopover .content a{padding:5px;}
.hoverVisible{visibility:hidden;}.replyList:hover .hoverVisible,.replyList.reask .hoverVisible.ishow,.hoverVisible.show{visibility:visible!important;}.replyList.reask .hoverVisible.ishow{color:red;}
.replyDiv{position:relative;}
.replyDiv .tool{position:absolute;bottom:-15px;left:0px;}
.replyDiv .tool a{padding:0 2px;color:#ccc;}.replyDiv .tool a:hover{padding:0 2px;color:red;}

.replyList[i=asked] .takeAsk:after{content:'接手问题'}.mobile .replyList[i=asked] .takeAsk:after{content:'接手';padding:0 4px;}
.replyList[i=taked] .takeAsk:after{content:'取消接手'}.mobile .replyList[i=taked] .takeAsk:after{content:'取消';padding:0 4px;}
.replyList[i=taked] .title b:before{content:'接手';padding:3px;font-size:12px;background-color:#5FB878;color:#fff;border-radius:2px;}
.replyList[i=replyed] .title b:before,.replyList[i=readed] .title b:before{content:'已答';padding:3px;font-size:12px;background-color:red;color:#fff;border-radius:2px;}
.replyList[i=solved] .title b:before{content:'已解决';padding:3px;font-size:12px;background-color:red;color:#fff;border-radius:2px;}
.replyList[i=other] .title b:before{content:'别人';padding:3px;font-size:12px;background-color:red;color:#fff;border-radius:2px;}
.replyList[i=asked] .takeAsk,.replyList[i=reasked] .takeAsk,.replyList[i=taked] .takeAsk{display:inline-block;}

//askseq-转为类别
[askseq]:before{content:attr(askseq);}
[askseq="16"]:before{content:"正常"}
[askseq="9100"]:before{content:"没权"}
[askseq="9800"]:before{content:"隐藏"}
[askseq="9970"]:before{content:"纠错"}
[askseq="9980"]:before{content:"技术"}
[askseq="9990"]:before{content:"无效"}
[askseq="166"]:before{content:"销售"}
[askseq="168"]:before{content:"小课"}
[askseq="169"]:before{content:"公号"}
[askseq="186"]:before{content:"学管"}
[askseq="188"]:before{content:"学员"}
[askseq="198"]:before{content:"其他"}
[askseq="199"]:before{content:"其他"}
*/