@charset "utf-8";
body, html {
    width: 100%;
    height: 100%;
    overflow:hidden;
}
.hide{
    display:none !important;
}
.iconfont {
    vertical-align: middle;
    color: #6e7378;
    margin-left: -3px;
    font-size: 0.08rem;
 }
 .action-btn .iconfont{
    font-size: 0.07rem;
 }
 .action-btn .faceBtn{
    font-size: 0.08rem;
 }
/*客服结构以及客户结构*/
.MN_kfImg {
    left: -45px;
}
.MN_khImg {
    right: -45px;
}
.MN_answer, .MN_ask {
    padding: 5px 60px;
    max-width: 100%
}
.MN_answer .MN_kfImg, .MN_ask .MN_khImg {
    width: 42px;
    height: 42px;
}
.MN_kfCtn, .MN_khCtn {
    border: 1px solid #D9D9DB;
    max-width: 100%;
    padding: 10px;
}
.MN_kfCtn{
    margin-left: 45px; 
}
.MN_khCtn{
    margin-right: 45px;
    background: #d62f36;
}
.MN_kfCtn.active,.MN_khCtn.active{
    margin-left: 0; 
    margin-right: 0; 
}
.MN_kfCtn p{
    margin-bottom: 0px;
}

/*客服对话框显示*/
.MN_answer{
    padding: 3px 12px 3px 12px;
}
.MN_kfTriangle1{
    border-top: 8px solid transparent;
    border-right: 8px solid #D9D9DB;
    border-bottom: 8px solid transparent;
    bottom: -1px;
}
.MN_kfTriangle2{
    border-top: 8px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 8px solid transparent;
    bottom: -1px;
}
.MN_kfTriangle2, .MN_kfTriangle1{
    top: 10px;
    left: -8px;
}
.MN_kfTriangle1{
    left: -9px;
}
/*客户对话框显示*/
.MN_ask{
    padding: 3px 12px 3px 12px;
}
.MN_khTriangle1, .MN_khTriangle2{
    top: 12px;
    right: -8px;
}
.MN_khTriangle1{
    right: -9px;
}
.MN_khTriangle1{
    border-top: 8px solid transparent;
    border-left: 8px solid #D9D9DB;
    border-bottom: 8px solid transparent;
    bottom: -1px;
}
.MN_khTriangle2{
    border-top: 8px solid transparent;
    border-left: 8px solid #d62f36;
    border-bottom: 8px solid transparent;
    bottom: -1px;
}

/**/
.view {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.back {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    /* background: #D6D6D6; */
}
.back p {
    color: #eee;
}
.back .logo {
    max-width: 1rem;
    max-height: 80px;
}

/**/
.front {
    height: 100%;
    position: relative;
    background:#ebebeb;
}
.front .chatScroll {
    position: relative;
    overflow: hidden;

}
.lunbo{
    height: 0.05rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    background: #d05d58;
    width: 100%;
    z-index: 1;
}
.sound{
    display: inline-block;
    line-height: 0.05rem;
    margin-left: 0.04rem;
    float: left;
}
.sound img{
    width: 0.05rem;
    height: 0.04rem;
}
.relative{
    position: relative;
}
.closeAdv{
    display: inline-block;
    width: 0.04rem;
    height: 0.04rem;
    line-height: 0.04rem;
    margin-right: 6px;
    float: right;
}
.closeAdv img{
    width: 0.04rem;
    height: 0.04rem;
}
ul li {
    width: 100%;
    /* height: 0.05rem; */
    line-height: 0.05rem;
    font-size: 0.04rem;
    color: #fff;
    text-align: left;
    padding-left: 0.12rem;
}
.front .chatScroll .chatCtn {
    padding: 0.04rem 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;    
    background: #ebebeb;;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
}
/*头部*/
.front .header{
    height:0.14rem;
    line-height: 0.15rem;
    text-align: center;
    background:#fff;
    font-size: 15px;
    font-weight: bold;
}
.front .header .backQuit{
    position: absolute;
    left: 0;
    top: 0px;
}
.front .header img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.front .header .headName{
    color: #666;
    display: inline-block;
    width: 70%;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
/**
 * taskId=370;赵永平
 * 原因：在ios上键盘会遮住input输入框
 * 修改：采用fixed定位到底部，bottom为0
 */
 .editCtn {
  background: #fff;
  position: fixed;
  left: 0px;
  bottom: 0;
  width: 100%;
}
.editCtn .editShow {
    position: relative;
    height: 0.136rem;
    background: #F5F5F7;
    border-top: 1px solid #e0e0e2;
    border-bottom: 1px solid #e0e0e2;
}
.editCtn .editShow:after {
    content: '';
    display: block;
    clear: both;
}
.editCtn .editShow .cosSome {
    display: inline-block;
    box-sizing: border-box;
    float: left;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.editCtn .editShow .cosStyle {
    width: 15%;
    margin-top: 0.02rem;
}
.editCtn .editShow .cosStyle .goVideo {
    display: none;
    width: 0.075rem;
    height: 0.075rem;
    background: url(../images/voice@2x.png) no-repeat center;
    background-size: contain;

}
.editCtn .editShow .cosStyle .goinput {
    display: inline-block;
    width: 0.09rem;
    height: 0.09rem;
    background: url(../images/keyboard@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editShow .cosInput {
    width: 100%;
    /* margin-top: 0.021rem; */
    padding-right: 85px;
    height: 100%;
}
@media screen and (min-width: 768px) {
    .editCtn .editShow .cosInput {
       padding-right: 150px;
    }
}
.editCtn .editShow .cosInput .textareaCtn {
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.editCtn .editShow .cosInput .textareaCtn .textarea {
    -webkit-appearance: none;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    box-sizing: border-box;
    overflow: hidden;
    border: none;
    padding: 0.036rem 0.027rem;
    /* text-indent: 10px; */
    border-radius: 3px;
    background: transparent;
    float: left;
}
/*点击发送*/
.editCtn .editShow .cosBtn .sendMsg{
    float: right;
    width:100%;
    height: 0.09rem;
    line-height: 0.09rem;
    text-align: center;
    background: #f5f5f5;
    border-radius: 5px;
    margin:0.01rem 0.02rem 0 0;
    font-size:0.03rem;
}
.editCtn .editShow .cosInput .textareaCtn .faceBtn {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 0.09rem;
    height: 0.09rem;
    background: url(../images/expression@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editShow .cosInput .textareaCtn .faceBtn_focus {
    background: url(../images/expression_click@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editShow .cosInput .inputBtn {
    padding-left: 0.02rem;
    height: 0.09rem;
    line-height:0.09rem;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #e0e0e2;
    margin: 0.02rem 0;
}
.editCtn .editShow .cosBtn {
    width: 15%;
    margin-top: 0.012rem;
}
.editCtn .editShow .cosBtn .addBtn {
    display: inline-block;
    width: 0.09rem;
    height: 0.09rem;
    background: url(../images/add@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editShow .cosBtn .sendBtn {
    background: #1b96ff;
    color: #fff;
}
.editCtn .editHide {
    display: none;
    position: relative;
    height: 0.55rem;
    padding: 0 0.05rem;
    box-sizing: border-box;
    background: #F5F5F7;
}
.editCtn .editHide .editCtn_com {
    float: left;
    text-align: center;
    width: 25%;
    height: 0.2rem;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 8px;
}
.editCtn .editHide .editCtn_com .icon-ctn::before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.editCtn .editHide .takePhotoCtn,.editCtn .editHide .sendPicCtn  {
    display: none;
}
.editCtn .editHide .editCtn_com span {
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    line-height: 0.06rem;
   /* margin: 0.16rem 0 0.05rem 0; */
    text-align: center;
    background: #fff;
    font-size: 2em;
}
.editCtn .editHide .editCtn_com p {
    white-space: nowrap;
    font-size: 12px;
    margin-bottom: 5px;
    position: relative;
}
/*点击之前图标颜色*/
.editCtn .editHide .editCtn_com .sendPic {
    background: url(../images/sendPic@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .takePhoto {
    background: url(../images/camera@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .commonQue {
    background: url(../images/promble.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .feedback {
    background: url(../images/messageBack.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .leaveMsg {
    background: url(../images/message.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .sendVoice {
    background: url(../images/voice1@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .sendCamera {
    background: url(../images/camera@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .sendFile {
    background: url(../images/file@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
.editCtn .editHide .editCtn_com .sendFace {
    background: url(../images/face@2x.png) no-repeat center;
    background-size: contain;
    overflow: hidden;
}
/*点击之后图标颜色变蓝*/
.editCtn .editHide .editCtn_com .sendPicClick {
    background: url(../images/sendPicClick@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .takePhotoClick {
    background: url(../images/cameraClick@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .commonQueClick {
    background: url(../images/prombleClick.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .feedbackClick {
    background: url(../images/messagebackClick.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .leaveMsgClick {
    background: url(../images/messageClick.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .sendVoiceClick {
    background: url(../images/voice1Click@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .sendCameraClick {
    background: url(../images/cameraClick@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .sendFileClick {
    background: url(../images/fileClick@2x.png) no-repeat center;
    background-size: contain;
}
.editCtn .editHide .editCtn_com .sendFaceClick {
    background: url(../images/faceClick@2x.png) no-repeat center;
    background-size: contain;
}
/*功能操作按钮*/
.action-btn{
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
}
.action-btn::before{
    content: '.';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
}
.sendFaceCtn,.addBtn,.action-btn .sendBtn,.action-btn .keyboardCtn{
    display: inline-block;
    vertical-align: middle;
    height:40px;
}
.action-btn .keyboardCtn .icon-jianpan1{
    font-size: 0.07rem;
    margin-right: 10px;
}
.sendFaceCtn{
    margin-right: 5px; 
    margin-top: -2px;
}

#sendFileBtn,#camera{
    position: relative;
}
/* 发送按钮 */
.action-btn .sendBtn{
    margin-right: -3px;
    width: 0.071rem;
    height: 0.071rem;
    background: url(../images/send.png) no-repeat;
    background-size: 100%;
}
/*功能按钮展示样式*/
.icon-ctn{
    height: 100%;
    width: 100%;
    border: 1px solid #e0e0e2;
    background: #fff;
    border-radius: 10px;
}
.icon-ctn.active{
    background: rgba(0,0,0,0.1);
}

.layui-layer-ico {
    background: url(../images/icon.png) no-repeat;
}
.MN_queList, .MN_noQueList {
    padding: 0.024rem 0.032rem;
}
.MN_noQueList {
    text-align: center;
}
.feedbackLayer {
    display: none;
    padding: 0.024rem 0 0.048rem 0;
}
.MN_marginCtnRadio {
    margin-left: 0.032rem;
    margin-top: 0.032rem;
}
.noSatiCtn {
    padding: 0 0.032rem;
}
.noSatiCtn label {
    padding: 0 0.032rem;
}
.leaveMsgLayer {
    display: none;
    padding: 0.024rem 0 0.048rem 0;
}
.leaveMsgLayer input {
    width: 100%;
    height: 0.107rem;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 0.024rem 0;
    padding: 0 0.032rem;
}
.leaveMsgLayer textarea, .feedbackLayer textarea {
    margin: 0.024rem 0;
    border: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0.02rem 0.032rem;
    height: 0.213rem;
    box-sizing: border-box;
}
.MN_commentBtn {
    width: 0.936rem;
    height: 0.12rem;
    line-height: 0.12rem;
    margin: 0.024rem auto;
}
.layui-layer-title {
    padding: 0 80px 0 0.032rem;
    background: #fff;
}
.layui-layer-setwin {
    top: 0px;
    right: 0.032rem;
    padding: 12px 0px 12px 12px;
}
.layui-layer-page .layui-layer-content {
    background: #f8f8f8;
}

.SC_frontCtn {
    width: 4px;
}

.upFile {
    display: none;
}
/*body中时间设置*/
.MN_kftime,.MN_khtime{
    background: none;
    color: #666;
    margin:0 auto;
}
/*聊天背景*/
.MN_kfCtn, .MN_khCtn{
    border-radius: 22px;
}
.MN_kfCtn{
    border-top-left-radius: 0;
}
.MN_khCtn{
    border-top-right-radius: 0;
}
/*聊天头像*/
.MN_answer .MN_kfImg, .MN_ask .MN_khImg{
    top:-2px;
}


.MN_kfCtn audio,.MN_kfCtn video{
    max-width:100%;
}


.clearfix::before, .clearfix::after {
    display: block;
    content: '';
    visibility: hidden;
    height: 100%;
    clear: both;
}
.my-gallery figure{
    width: 100%;
    height: 100%;
    margin: 0;
}
/* 
    taskid=959，黄世鹏
    修改：富文本为表格时排版问题
 */
.MN_kfCtn table{
    width: 100%!important
}
/* taskid=402 顾荣 任务：留言面板 修改之前的留言框 2017.12.20 */
/* 样式开始 */
#leaveMsgForm .form-group{
    padding:0 7px;
    position:relative;
}
#leaveMsgForm .form-group>img{
    color:gray;
    /* font-size: 0.06rem; */
    width:0.06rem;
    position: absolute;
    left: 0.04rem;
    top: 0.02rem;
}
#leaveMsgForm .form-group>input{
    border:1px solid lightgray; 
    padding-left:0.1rem; 
    height:0.107rem;
    box-shadow:none;
}
#leaveMsgCtn{
    border:1px solid lightgray;
    border-radius:4px;
    height:0.5rem;
}
#successMessage{
    z-index:19891020
}
#successMessage .modal-dialog{
    margin-top:40%;
}
#successMessage .modal-body>div{
    text-align: center;
    margin:0.02rem 0;
}
#successMessage .modal-footer{
    text-align:center;
    color:#2090b4  
}
#filebtn{
    position:relative;
    padding:0rem;
    border:1px solid lightgray;
}
#filebtn>.webuploader-pick{
    padding: 0.02rem 0.04rem;
}
#filebtn input{
    opacity: 0;
}
#imgsDiv{
    margin:0 auto;
}
.imgdivs>img{
    width:0.25rem;
    height:0.25rem;
    border-radius:5%;
}
.imgdivs{
    margin:0 0.034rem;
    display:inline-block;
    text-align: center;
}
/**
* taskId=494;顾荣 2017.12.27
* 原因：在ios浏览器上弹出软键盘留言板布局会乱
* 修改：删除原本的layer弹出框
*/ 
#leaveMsgBox{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:white;
    z-index:1000;
    display:none;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch; 
}
#leaveMsgHeader{
    padding: 0 3% 0;
    border-bottom: 1px solid #ccc;
}
#leaveMsgBox hr{
    margin:0 0 0.04rem;
}
.btnClass{
  color: #3DA5FE;
}
/* 表情 */
.FA_backCtn{
    height: 0.55rem;
    box-sizing: border-box;
    background: #F5F5F7;
    border: none;
    box-shadow: none;
}
.FA_moodCtn{
    background: #F5F5F7; 
}

.MN_khCtn .FA_upFileCtn a,.MN_khCtn p a{
    color: #fff;
}
/* ============地理位置 start ==============*/
.sendLocation{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    z-index: 1000;
    width:100%;
    height:100%;
    overflow: hidden;
}
.location{
    width: 100%;
    height: 100%;
}
.location .header{
    width: 100%;
    padding:0 3% 3%;
    background:#fff;
    color: #303030;
    position: fixed;
    top:0;
    z-index:999;
    border-bottom:1px solid #ccc;
    margin-bottom: 0;
    font-size: 14px;
}
.location .header .left{
    width:20%;
    height:100%;
    color: #fff;
    background: #2b84e2;
    padding: 1%;
    border-radius: 5px;
}
.location .header .left span{
    height:10px;
    display: inline-block;
}
#allmap{
    width:100%;
    height:240px;
    position: relative !important;
    top:40px;
    z-index:999 !important;
}
.mapListWrap{
    width: 100%;
    height:800px;
    position: relative;
    top:40px;
}
.mapList{
    position: relative;
    top:40px;
    width:100%;
    overflow: auto;
    background:#fff;
}
.mapList li{
    width:100%;
    padding:2% 3%;
    height: 50px;
    border-bottom:1px solid #ccc;
    font-size:14px;
    color:#282828;
}
.mapList li:first-child{
    font-size:18px;
    line-height:40px;
}
.mapList li .firstLi{
    width:90%;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mapList li .locList{
    display: inline-block;
    width:90%;
    height:100%;
}
.mapList li .locList p{
    width:100%;
    margin-bottom:0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.mapList li .locList .address{
    color:#A2A2A2;
    font-size:12px;
}
.mapList li span.check{
    float: right;
}
.mapList li .locCheck{
    display: none;
    line-height: 40px;
    float: right;
}
.staticImage{
    color:#fff;
    margin-bottom:5px;
    display:block;
}
.map{
    color:#fff !important;
}
.map:focus,.map:hover{
    text-decoration: none;
}
.header .closePage{
    width:15px;
    height:15px;
    background: url(../images/icon.png) 0 -40px no-repeat;
}
/* ============地理位置 end ==============*/

/* ==========常见问题，意见反馈,留言功能模态框 start ===========*/
.commonQueLayer{
    overflow: auto;
}
#leaveMsgHeader .header{
    font-size:14px;
}
#feedbackForm{
    padding:0 3%;
}
.leaveMsgForm{
    padding:3% 3% 0;
}
.commonQueModal,.feedbackModal,.orderManualModal,.orderAutoModal,.loadingModal,#loading,.workOrderModal,.workDetailModal,.iframeModal{
    display: none;
    z-index: 19891015;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.iframeModal{
    background-color: rgba(0, 0, 0, 0.25);
}
.iframeModal > div{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.iframeModal .closePage{
    position: absolute;
    top: 10px;
    right: 7px;
}
.iframeModal iframe{
    float: left;
}
.workOrderModal .orderlist-box{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.orderManualModal,.orderAutoModal,.workOrderModal,.workDetailModal{
    background-color: #fafafa;
    overflow-y: scroll;
}
#orderAutoForm .text,#orderManualForm .text{
    display: inline-block;
    color: #666;
    margin-top: 6px;
    word-break: break-all;
}
.loadingModal{
    text-align: center;
    color: #666;
}
.loadingModal h4{
    font-weight: 700;
    margin-top: .2rem;
    color: #333;
}
.loadingModal img{
    margin: .36rem auto .08rem;
}
#loading{
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
}
#loading img{
    margin-top: .7rem;
}
.commonQueModal .header,.feedbackModal .header,.orderManualModal .header,.orderAutoModal .header,.workOrderModal .header,.workDetailModal .header{
    padding:3%;
    margin:0 !important;
    border-bottom:1px solid #ccc;
    font-size:14px;
}
.commonQueModal .commonQue-content{
    height:auto;
    overflow: hidden;
}
.form-group i.iconfont{
    position: absolute;
    top: 1px;
    left: 16px;
    font-size: 26px;
}
#orderManualForm,#orderAutoForm{
    padding: 18px 1px;
    box-sizing: border-box;
}
.form-group{
    overflow: hidden;
}
.form-group label{
    margin-top: 6px;
    text-align: right;
    padding: 0;
}
/* ==========常见问题，意见反馈,留言功能模态框 end ===========*/
/**===== 初始化加载框 start =====*/
.loadMask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3;
    z-index: 9999;
}
#dots {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 60px;
    margin: -25px 0 0 -25px;
}

#dots span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    -webkit-animation: dots 1.5s infinite ease-out;
    animation: dots 1.5s infinite ease-out;
}

#dots span:nth-child(1) {
    left: 0px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#dots span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#dots span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#dots span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

@keyframes dots {
    0% {
        background: #000000;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        background: rgba(0, 0, 0, 0.25);
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        background: #000000;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes dots {
    0% {
        background: #000000;
        -webkit-transform: scale(0.1);
    }
    50% {
        background: rgba(0, 0, 0, 0.25);
        -webkit-transform: scale(0.5);
    }
    100% {
        background: #000000;
        -webkit-transform: scale(1);
    }
}
/** 初始化加载框 end */
/* 语音 */
.editCtn .inputBtn{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.voiceBtn{
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0.016rem 8px;
}
.voiceBtn i{
    font-size:0.08rem;
    color:#999;
}
.voiceBtn i.icon-jianpan1{
    display: inline-block;
    margin-top: 3px;
}
.record-shade{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
}
.record-shade .icon-wrapper{
    position: relative;
    width:100px;
    height:auto;
    margin: 0 auto;
    text-align: center;
    top:40%;
}
.icon-wrapper .la-line-scale-pulse-out{
    margin: 0 auto 20px;
}
.icon-wrapper .fa-microphone{
    color: #fff;
    font-size:80px;
}
.record-shade .move-cancel{
    position: relative;
    width:100px;
    height:auto;
    text-align: center;
    margin: 0 auto;
    top: 40%;
    color:#fff;
}
.record-shade .move-cancel p{
    color:#fff;
    margin-top:20px;
    background: rgba(244, 32, 35, 0.6);
    padding: 5px;
    border-radius: 5px;
}
.record-shade .move-cancel i{
    font-size:80px;
}
.record-shade .record-tip{
    color: #fff;
    position: relative;
    width:150px;
    height:140px;
    font-size:18px; 
    padding-top:20px;
    border-radius: 5px;
    top: 40%;
    text-align: center;
    margin: 0 auto;
    background: rgba(0,0,0,0.5);
}
.record-shade .record-tip p{
    color: #fff;
    line-height: 30px;
}
.record-shade .record-tip i{
    font-size:80px;
}
.iphonx{
  padding-bottom: 10px;
  background: #F5F5F7;
}

#fileImgManual input,#fileImgAuto input,#cardImgBtn input{
    opacity: 0;
    height: 50px;
}
#imgsManualDiv .imgmanualdivs,#imgsAutoDiv .imgAutodivs,#cardImgDiv .cardImgDivs{
    display: inline-block;
    margin:0;
    margin-right: 0.01rem;
}
.imgmanualdivs>img ,.imgAutodivs>img ,.cardImgDivs>img{
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 5%;
}



.workOrderModal .order-list{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.workOrderModal .order-list p{
    margin:0;
    line-height: 26px;
}
.workOrderModal .order-list .order-right{
    margin:0;
    line-height: 26px;
    flex: 1;
}
.workOrderModal .order-list p span{
    float: right;
    color: blue;
}
.workOrderModal .orderlist-box > p{
    line-height: 40px;
    text-align: center;
    color: blue;
}
.workDetailModal dl{
    padding: 20px;
}
.workDetailModal dt,.workDetailModal dd{
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
}
.workDetailModal dt{
    width: 86px;
    text-align: right;
}
.workDetailModal dd{
    width: calc(100% - 126px);
    
}


.change_guess{
    color:#999;
    cursor: pointer;
    float: right;
}
.change_guess:hover{
    color:#169be8;
}
.change_guess span{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/change.png');
    background-size: 100%;
    vertical-align: middle;
}  
/* 快捷服务 */
.fastService-box{
    width: 100%;
    overflow-x: scroll;
}
.fastService{
    display: flex;
    margin-left: 7px;
}
.fastService li{
    width: .26rem;
    background: #fff;
    border-radius: 10px;
    margin: 0 5px;
    padding-left: 0;
    padding: 8px 0;
    text-align: center;
}
.fastService li img{
    height: 46px;
}
.fastService li p{
    margin:8px 0 0;
    font-size: 12px;
}



/*智能推荐*/
.MN_relateList{
    padding:7px 0;
    color: #333;
    border-top: 1px solid #eee;
}
.MN_relateList > span{
    display: inline-block;
    vertical-align: middle;
}
.MN_relateList .MN_guideQue {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 86%;
}
.recommendYou .MN_gusList{
    padding:7px 0;
    color: #333;
    border-top: 1px solid #eee;
}
.recommendYou .MN_gusList .MN_guideQue{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 26px);
}
.recommendYou > div:last-of-type{
    border-bottom: 1px solid #eee;
}










/* 多轮卡片 */
.card-box .MN_gusList{
    line-height: 1.2;
}
.card-box .MN_gusList dl{
    padding-bottom: 0;
    border: none;
}
.card-box > ul{
    margin-bottom: 0;
}
.card-box dl{
    margin-bottom: 0;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
.card-box dl dt{
    color: #b2b2b2;
    font-weight: 400;
    width: 66px;
}
.card-box dl dd{
    margin-right: 18px;
}
.card-box .MN_guideQue dl dd{
    margin-right: 0;
    white-space: normal;
    width: calc(100% - 66px);
}
.card-box .card-content{
    margin:5px 0 10px;
}
.card-box .card-btn{
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #dadada;
    color:#838383;
    border-radius: 15px;
    margin-right: 30px;
}
.card-box .card-cancel{
    border: 1px solid #d62f36;
    color:#d62f36;
}
.card-box .card-btn-s{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #dadada;
    color:#838383;
    border-radius: 6px;
    margin:3px 5px;
}
.card-box hr{
    margin: 10px 0;
}
.card-box .card-btn-l{
    text-align: center;
    color:#d62f36;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
}
.card-box .card-btn-s.active{
    border: 1px solid #d62f36;
    color:#d62f36;
}
.card-box .card-input{
    background: #ebebeb;
    border-radius: 6px;
    margin-top: 10px;
}
.card-box > div:first-of-type,.card-box > ul:first-of-type > div:first-of-type{
    border-top: 0;
}
.card-box > div:last-of-type,.card-box > ul > div:last-of-type{
    border-bottom: 0;
}
.card-box .orderMore{
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
    color: #676767;
    padding-top: 5px;
}