@charset "utf-8";
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow: hidden;
}
/* 基础样式 */
.MN_kfCtn {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
}
.MN_khCtn {
  border: 1px solid #fff;
  background: #fff;
  text-align: left;
  color: #222;
}
.MN_kfTriangle1 {
  border: none;
  left: -15px;
  top: -1px;
  border-top: 15px solid #fff;
  border-left: 14px solid transparent;
}
.MN_kfTriangle2 {
  border: none;
  left: -12px;
  top: 0;
  border-top: 15px solid #fff;
  border-left: 14px solid transparent;
}
.MN_khTriangle1 {
  border: none;
  right: -15px;
  top: -1px;
  border-top: 15px solid #fff;
  border-right: 14px solid transparent;
}
.MN_khTriangle2 {
  border: none;
  right: -12px;
  top: 0;
  border-top: 15px solid #fff;
  border-right: 14px solid transparent;
}
.MN_answer,
.MN_ask {
  padding: 5px 90px;
}
.MN_answer .MN_kfImg, .MN_ask .MN_khImg {
  top: 0;
}
.MN_kfCtn,
.MN_khCtn {
  padding: 15px;
}
.MN_kfCtn {
  border-radius: 0 5px 5px 5px;
}
.MN_khCtn {
  border-radius: 5px 0 5px 5px;
  box-shadow: 0 10px 25px -5px rgba(152, 152, 152, 0.3);
}
.MN_guideQue {
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.MN_queList {
  border-bottom: none;
}
.MN_queList:hover .MN_guideQue {
  color: #1b96ff;
}
.MN_quickLink p {
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.MN_quickLink:hover p {
  color: #1b96ff;
}
/* 滚动条样式 */
.SC_frontClass {
  width: 4px;
  height: 40px;
}
/* 正文开始 */
.whole {
  background: #fff;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(152, 152, 152, 0.3);
}
.whole .head {
  background-color: #35A5EB;
  background: url(../images/head_bac.png) 0% 0%/100% 100% no-repeat;
  height: 80px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.whole .head:after {
  content: '';
  display: block;
  clear: both;
}
.whole .head:before {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  filter: alpha(opacity=10);
  opacity: .1;
  position: absolute;
  left: 0;
  top: 0;
}
.whole .head .headLeft {
  position: relative;
  line-height: 80px;
  float: left;
}
/*
* taskId = 502 聊天页面logo大小问题
* 设置最大宽度
*/
.whole .head .headLeft .logo {
  vertical-align: middle;
  max-height: 70px;
  margin-right: 20px;
  max-width: 400px;
}
.whole .head .headLeft .titleCtn {
  vertical-align: middle;
  display: inline-block;
}
.whole .head .headLeft .titleCtn p {
  color: #fff;
  line-height: 24px;
}
.whole .head .headLeft .titleCtn .title {
  font-size: 16px;
}
.whole .head .headRight {
  position: relative;
  margin-top: 24px;
  float: right;
}
.whole .head .headRight span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  cursor: pointer;
}
.whole .head .headRight .close {
  background: url(../images/close.png) no-repeat center;
  background-size: contain;
}
.whole .head .headRight .close1 {
  background: url(../images/close_1.png) no-repeat center;
  background-size: contain;
  display:none;
}
.whole .head .headRight .close2 {
  background: url(../images/close_2.png) no-repeat center;
  background-size: contain;
  display:none;
}
.whole .head .headRight .close3 {
  background: url(../images/close_3.png) no-repeat center;
  background-size: contain;
  display:none;
}
.whole .body {
  position: relative;
}
.whole .body .bodyLeft {
  position: absolute;
  float: left;
  height: 100%;
}
.whole .body .bodyLeft:after {
  content: '';
  display: block;
  clear: both;
}
.whole .body .bodyLeft .bodyLeftTop {
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
}
.whole .body .bodyLeft .bodyLeftTop .chatCtn {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.whole .body .bodyLeft .bodyLeftBottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #dddddd;
  height: 150px;
}
.whole .body .bodyLeft .bodyLeftBottom .inputCtn {
  padding: 10px 20px 0 20px;
  position: relative;
}
.whole .body .bodyLeft .bodyLeftBottom .inputCtn .inputTip {
  position: absolute;
  color: #ccc;
}
.whole .body .bodyLeft .bodyLeftBottom .inputCtn .input {
  outline: none;
  resize: none;
  border: none;
  display: inline-block;
  width: 100%;
  height: 85px;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  box-sizing: border-box;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn:after {
  content: '';
  display: block;
  clear: both;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn a {
  vertical-align: middle;
  color: #ccc;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn .clearMsg {
  width: 30px;
  height: 30px;
  background: url(../images/clear_normal.png) no-repeat center;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn .clearMsg:hover {
  background: url(../images/clear_hover.png) no-repeat center;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn .sendBtn {
  float: right;
  width: 80px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #1B96FF;
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.whole .body .bodyLeft .bodyLeftBottom .sendCtn .sendBtn:hover {
  background: #0c7bf4;
  box-shadow: 0 7px 25px -5px rgba(12, 123, 244, 0.5);
}
.whole .body .bodyRight {
  position: relative;
  height: 100%;
  float: right;
  width: 330px;
  border-left: 1px solid #dddddd;
  overflow: hidden;
  box-sizing: border-box;
}
.whole .body .bodyRight .bodyRightCtx {
  position: absolute;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}
.whole .body .bodyRight .bodyRightCtx .itemBtnCtn {
  font-size: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn {
  display: inline-block;
  width: 20%;
}
.whole .body .bodyRight .bodyRightCtx .artiSearchHide, .whole .body .bodyRight .bodyRightCtx .thirdURLRecommend {
    display: none;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead {
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #097FFF;
  border: 1px solid rgba(0, 122, 255, 0.05);
  box-shadow: 0 9px 35px -8px rgba(0, 122, 255, 0.3);
  position: relative;
  cursor: pointer;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead1:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead2:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead3:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead4:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead6:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtn .itemHead7:before {
  content: '';
  width: 100%;
  height: 2px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.itemHeadFocus:before {
  background: #007aff;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackCtn {
  padding: 15px 20px;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servCos {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 82px;
  cursor: pointer;
  text-align: center;
  color: #ccc;
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 20px;
}
.messageBoardBtn{
  display: block;
  width:80px;
  border:none;
  border-radius: 100px;
  background: #1B96FF;
  margin:0 auto;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servYes {
  background: url(../images/icon_my_normal.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servYes:hover {
  color: #222;
  background: url(../images/icon_my_hover.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servYes_hover {
  color: #222;
  background: url(../images/icon_my_hover.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNo {
  background: url(../images/ico_no_normal.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNo:hover {
  color: #222;
  background: url(../images/ico_no_hov.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNo_hover {
  color: #222;
  background: url(../images/ico_no_hov.png) no-repeat center top;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servYesInput,
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNoInput {
  display: none;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNoReason {
  display: none;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .servNoReason label {
  margin: 10px 20px;
  cursor: pointer;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackWordCtn {
  position: relative;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackWordCtn .feedBackTip {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ccc;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackWordCtn .feedBackInput {
  outline: none;
  resize: none;
  border: 1px solid #eee;
  display: inline-block;
  width: 100%;
  height: 55px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackWordCtn .feedBackBtn {
  float: right;
  cursor: pointer;
  width: 70px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  background: #1B96FF;
  webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
}
.whole .body .bodyRight .bodyRightCtx .itemCtxCtn .itemCtx .feedBackWordCtn .feedBackBtn:hover {
  background: #0c7bf4;
  box-shadow: 0 7px 25px -5px rgba(12, 123, 244, 0.5);
}

/* taskid=802 快捷服务功能 顾荣 2018/2/9
添加：快捷服务iframe布局 */
#serveIframe{
  position:absolute;
  background-color:white;
  width:100%;
  display:none;
  top:45px;
  left:0;
  right:10px;
  bottom:0;
  z-index: 99;
}
#serveIframe iframe{
  width:100%;
  height:100%;
}
#cloQuIframe{
  position:absolute;
  width:60px;
  height:45px;
  top:45%;
  left:0;
  color:red;
  font-size: 16px;
  opacity: 0.5;
  cursor: pointer; 
  background:url("../../../../assets/plugins/lightbox/img/prev.png")
}
/* 发送图片 */
.corpation .pic {
  display: none;
  background-image: url(../images/picUnClick.png);
  background-size: 18px 17px;
  cursor: pointer;
}
/* 留言 */

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .modal-dialog {
      margin: 200px auto;
  }
}

input[name=satis],
input[name=ckb] {
  opacity: 0;
}

.rad a {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(images/blue.png) -96px -15px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.muiSel a {
  display: inline-block;
  width: 16px;
  height: 17px;
  vertical-align: text-bottom;
  background: url(images/blue.png) 145px 17px;
  margin-right: 5px;
}
/* taskid=403 顾荣 任务:留言面板 样式开始 */
#MessageBoardModal #ansText {
  height: 160px;
}
#MessageBoardModal .modal-dialog {
  margin-top: 50px;
}

#MessageBoardForm_NX .showInfo,.historyLeaveMsg .showInfo{
  background: #ccc;
  color: #494949;
  margin: 10px 0 0;
}
#MessageBoardModal .control-label>img {
  width: 24px;
}
#filebtn {
  position: relative;
  border: 1px solid lightgray;
  overflow: hidden;
  padding: 0px;
}
#filebtn>.webuploader-pick {
  padding: 6px 12px
}
#filebtn input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.imgdivs {
  text-align: center;
  padding: 15px;
}
.imgdivs>div>img {
  width: 73.5px;
  height: 73.5px;
  border-radius: 4px;
}
#successMessage .modal-body {
  text-align: center;
}
#successMessage .modal-body>div {
  margin: 30px 0;
}
#successMessage .modal-footer {
  text-align: center;
  color: #2090b4
}
#successMessage .modal-footer span {
  cursor: pointer;
}
#MessageBoardForm_NX .form-group>label {
  padding-right: 0px
}
.imgdivs>div {
  position: relative
}
.delRound {
  width: 20px;
  height: 20px;
  font-weight: 700;
  border-radius: 50%;
  background-color: red;
  color: white;
  position: absolute;
  right: -8px;
  top: -8px;
  transform: rotate(45deg);
  cursor: pointer;
}
#LMbtn {
  width: 30px;
  height: 30px;
  background: url(./images/LMG_gray.png) no-repeat center;
  background-size: 80%;
}
#LMbtn:hover {
  width: 30px;
  height: 30px;
  background: url(./images/LMG_blue.png) no-repeat center;
  background-size: 80%;
}
.p-t-7 {
  padding-top: 7px;
}
.p-t-7 input[type=radio] {
  margin-left: 7px;
}
.showSex .text-error{
  margin-left: 16px;
}
/* taskid=403 顾荣 任务:留言面板 样式结束 */


/* 历史留言样式 */
.noHistoryLeave{
  text-align: center;
}
.historyLeaveList{
  width: 100%;
  height: auto;
  padding: 0 2%;
}
.historyLeaveList .leaveLi{
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.historyLeaveList .leaveLi div{
  margin: 10px 0;
}
.historyLeaveList .leaveLi div span{
  display: inline-block;
}
.historyLeaveList .leaveLi div span.right{
  width: 76%;
  vertical-align: top;
}
.clickMoreLeave{
  width: 100%;
  color: #60b2f4;
  margin: 10px auto;
  text-align: center;    
  cursor: pointer;
}