/*######CSS Document ######*/
#jesong_chat_layout *{
    font-family:"Microsoft YaHei";
}

#jesong_chat_layout{
    z-index:2147483620;
}
#jesong_chat_layout a{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    /* background:transparent; */

}
#jesong_chat_layout a:hover, #jesong_chat_layout a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
}

#jesong_chat_layout input, #jesong_chat_layout select {
    vertical-align:middle;
}
/*######css为clearfix，清除浮动######*/
#jesong_chat_layout .clearfix::before,
#jesong_chat_layout .clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
#jesong_chat_layout .clearfix:after{clear:both;}
#jesong_chat_layout .clearfix{
    *zoom:1;/*IE/7/6*/
}
/*######自定义滚动条######*/
#jesong_chat_layout .scrollbar{
    margin: 0 auto;
}
#jesong_chat_layout .test-1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
#jesong_chat_layout .test-1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #cdcdcd;
}
#jesong_chat_layout .test-1::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #EDEDED;
}


#jesong_chat_layout a:link{
    /*text-decoration:none ;*/
    color:inherit;
}
#jesong_chat_layout a:visited {
    /*text-decoration:none ;*/
    color:inherit;
}
#jesong_chat_layout a:hover {
    /*text-decoration:none ;*/
    color:inherit;
    opacity: 0.7;
}
#jesong_chat_layout a:active {
    /*text-decoration:none ;*/
    color:inherit;
}


.jesong_full_body{
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: auto !important;
}
.jesong_phone_mask {position:fixed;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483530;filter:alpha(opacity=10);opacity: 0.1;background:#000000;}
/****************************************/
/*###### PC-brand&&PC-miniBrand ######*/
.jesong-container-mini{
    width:420px;
    height:500px;
    position:fixed;
    right: 0px;
    bottom:0;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
}

.jesong-container-mini-inner{
    width:100%;
    height:100%;
    position:relative;
}
.jesong-container-mini-main{
    height: 100%;
}
.jesong-container-mini-badge{
    width:220px;
    height:50px;
    line-height: 50px;
    position:fixed;
    right:0px;
    bottom:10px;
    font-size: 12px;
    color: #fff;
    background: #409EFF;
    border-radius: 5px;
}
.jesong-container-mini-badge .jesong-badge-warning{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50px;
    background: red;
}
.jesong-container-mini-badge .jesong-badge-brand{
    margin: 7px 10px;
    float:left;
    width:36px;
    height:36px;
    overflow: hidden;
}
.jesong-container-mini-badge .jesong-badge-brand img{
    vertical-align: top;
    width:36px;
    height:36px;
}
.jesong-container-mini-badge .jesong-badge-con{
    float:left;
    width:130px;
    height:100%;
    /*text-align: center;*/
}
.jesong-container-mini-badge .jesong-badge-icon{
    display: inline-block;
    margin-top: 15px;
    font-size:14px;
    background:url('../image/open.png') no-repeat center center;
    padding:10px;
}
.jesong-badge{
    background: #409EFF;
}

.container-mini2{
    width:32rem;
    height:43.5rem;
    position:fixed;
    right: -32.2rem;
    bottom:0;
    box-shadow:0 0 2rem rgba(0,0,0,0.15);
}
.container-mini-inner2{
    width:32rem;
    height:43.5rem;
    position:relative;
}
/*###### PC-悬浮框 ######*/
.header-img{
    height: 70px;
    background: #409EFF;
}
.header-img .brand-img{
    margin: 10px;
    width: 309px;
    height: 50px;
    background-size: 100% 100%;
    background: url('../images/icon2.png') no-repeat;
}
.jesong-mini-main-top{
    height: 50px;
    background: #409EFF;
    cursor: move;
}
.jesong-mini-main-top .jesong-brand{
    margin: 7px 10px;
    float: left;
    width: 36px;
    height: 35px;
    overflow: hidden;
}
.jesong-mini-main-top .jesong-brand img{
    width: 36px;
    height: 36px;
}
.jesong-mini-main-top .jesong-abstract{
    float: left;
    width: calc(100% - 180px);
    height: 50px;
}
.jesong-mini-main-top .jesong-abstract .jesong-abstract-title{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
}
.jesong-mini-main-top .jesong-abstract .jesong-abstract-con{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 12px;
}
.jesong-mini-main-top .jesong-custom{
    margin: 15px 20px;
    float: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
}
.jesong-mini-main-top .jesong-custom div{
    float:right;
    display: inline-block;
    width:20px;
    height:20px;
    margin-left:5px;
    cursor: pointer;
}
.jesong-mini-main-top .jesong-custom div#jesong_chat_close{
    background:url('../image/close.png') no-repeat center center;
}
.jesong-mini-main-top .jesong-custom div#jesong_chat_min_btn{
    background:url('../image/min.png') no-repeat center center;
}
.jesong-mini-main-top .jesong-custom div#jesong_chat_max_btn{
    background:url('../image/max.png') no-repeat center center;
}
.jesong-mini-main-middle{
    width: 100%;
    overflow: auto;
    font-size: 12px;
    background: #f5f8fa;
}
.mini-main-middle2{
    width: 32rem;
    height: 25.4rem;
    overflow: auto;
    font-size: 1.2rem;
    background: #f5f8fa;
}
.jesong-float-right{
    float: right;
    text-align: right;
    clear:both;
}
.jesong-float-right span{
    margin-left: 1rem;
    margin-right: 0!important;
}
.btn-default{
    color: #999;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .3rem;
    background: #fff;
    border: 0.1rem solid #ccc;
}
.jesong-chat-main,.jesong-chat-footer{
    display: flex;
    background: #FFFFFF;
}

.easyliao-show{
 display: block !important;
}
.easyliao-tabs{
    display: none;
}
#about-us img{
    width: 190px;
    margin-left: 5px;
}
.easyliao-nav{
    display: flex;
    height: 40px;
    border-bottom: 1px solid #dddddd;
}
.easyliao-nav .nav-tabs{
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
}
.easyliao-active{
    color: #409EFF !important;
}
.jesong-tab-content{
    width: 100%;
    /*height: calc(100% - 40px);*/
    /*overflow-y: auto;*/
    overflow-x: hidden;
}
.service-icon {
    margin: 10px auto 10px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    overflow: hidden;
}
#jesong_chat_advertising-info p{
    text-align: center;
    font-size: 12px;
}
.service-number{text-align: center;font-size: 12px}
.service-icon img {
    width: 100%;
    height: 100%;
}
#jesong_chat_custName {
    margin: 0 auto 10px;
    font-size: 12px;
    text-align: center;
    word-wrap:break-word;
}
#jesong_chat_record{
    /*height: calc(100% - 135px) !important;*/
    /*margin-bottom: 135px;*/
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}
#jesong_chat_advertising{
    width: 200px;
    height: 100%;
}
.jesong-chat-footer-advertising{
    width: 200px;
    height: 100%;
    overflow: hidden;
}
.jesong-chat-footer-advertising img{
    width: 200px;
    height: 136px;
}
.jesong-mini-main-footer{
    flex: 1;
    height: 135px;
    font-size: 12px;
    border-top:1px solid #eee;
    background:#ffffff;
    position: relative;

    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
}
/*###### 会话信息 ######*/
.logo-bubble{
    margin: 20px;
    padding: 10px;
    background: #fff;
}
.logo-bubble img{
    width: 100%;
}
.jesong-service-bubble{
    display: flex;
    margin: 15px 10px;
    min-height: 40px;
    color: #888;
}
.jesong-service-bubble .jesong-service-bubble-icon{
    margin: 6px 6px 6px 0;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
}
.jesong-service-bubble .jesong-service-bubble-icon img{
    width: 36px;
    height: 36px;
}
.jesong-service-bubble .jesong-service-bubble-con{
    flex: 1;
    min-height: 40px;
}
.jesong-service-bubble .jesong-service-session{
    width: calc(100% - 60px);
    margin-bottom: 5px;
}
.jesong-service-bubble .jesong-service-session span{
    display: inline-block;
    word-break: break-word;
    margin-right:10px;
}
.jesong-service-bubble .jesong-service-session-con{
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    min-height: 17px;
    color: #333;
    background: #fff;
    border-radius: 6px;
    box-shadow:0 0 5px rgba(0,0,0,0.06);
    border: 1px solid #e6e6e6;
    word-wrap:break-word;
    word-break:break-word;
    text-align:left!important;
    white-space: pre-line;
}
.jesong-service-bubble .jesong-service-session-con p{
	margin: 0 ;
}
.jesong-service-bubble .jesong-service-session-con img{
    /*width: auto;*/
}
.jesong-service-bubble .jesong-visitor-session-con{
    color: #fff;
    background: #409EFF;
    box-shadow:0 0 5px rgba(0,0,0,0.06);
    border: 1px solid #409EFF;
}
.jesong-finish-bubble{
    margin: 15px auto;
    padding-left:10px;
    padding-right:10px;
    min-height: 25px;
    height:auto;
    width:fit-content;
    width:-moz-fit-content;
    line-height: 25px;
    color: #62778e;
    background: #e9e9eb;
    border-radius: 5px;
    text-align: center;
}
/*###### 会话操作 ######*/
.jesong-operation-header{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
.jesong-operation-footer{
    position: relative;
    height: 25px;
    line-height: 25px;
}
.jesong-operation-footer .jesong-btn-info{
    position: absolute;
    top: -8px;
    right: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
}
.jesong-operation-footer .jesong-main-operate{
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    height: 30px;
}
.jesong-operation-footer .jesong-main-operate .jesong-btn-succ{
    margin-left: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 15px;
    border-radius: 3px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
}
.jesong-operation-header span{
    display: inline-block;
    margin: 7px 0 0 10px;
    cursor: pointer;
    font-size: 20px;
    color: #96a7b8;
}
.jesong-operation-header span:hover{
    color: #3a4b5b;
}
.jesong-operation-footer .jesong-help-block{
    margin: 0 10px;
    color: #bbb;
}
.jesong-operation-main{
    display: flex;
    height: 70px;
}
.jesong-operation-main .jesong-main-import{
    flex: 1;
    height: 100%;
    -webkit-user-select: none;-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jesong-operation-main .jesong-main-import textarea{
    margin-left: 10px;
    margin-right: 0px;
    width: 95%;
    height: 90%;
    resize: none;
    padding:0px;
    color:#333;
    outline: none;
    box-sizing:border-box;
    padding-right:5px;
    _padding-right:0px;
    font-size:13px;
    border:0;
}

.zl_test div{
    display: inline-block;
    width:20px;
    height:20px;
}

.jesong-operation-header div{
    display: inline-block;
    width:20px;
    height:20px;
    margin-top:10px;
    margin-left:15px;
    background-size: 100%!important;
    cursor: pointer;
    font-size: 20px;
    color: #96a7b8;
    float:left;
}
/*.jesong-operation-header div#jesong_tools_emoticons{*/
/*	background:url('../image/face.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_emoticons:hover{*/
/*	background:url('../image/face-1.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_file{*/
/*	background:url('../image/upload.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_file:hover{*/
/*	background:url('../image/upload-1.png') no-repeat center center;*/
/*}*/

/*.jesong-operation-header div#jesong_tools_screen{*/
/*	background:url('../image/screen.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_screen:hover{*/
/*	background:url('../image/screen-1.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_opinion{*/
/*	background:url('../image/opinion.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_opinion:hover{*/
/*	background:url('../image/opinion-1.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_sound{*/
/*	background:url('../image/sound.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_sound:hover{*/
/*	background:url('../image/sound-1.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_quiet{*/
/*	display:none;*/
/*	background:url('../image/quiet.png') no-repeat center center;*/
/*}*/
/*.jesong-operation-header div#jesong_tools_quiet:hover{*/
/*	background:url('../image/quiet-1.png') no-repeat center center;*/
/*}*/

/*@media screen and (-webkit-min-device-pixel-ratio:2){*/
.jesong-operation-header div#jesong_tools_emoticons{
    background:url('../image/phone/face@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_emoticons:hover{
    background:url('../image/phone/face-1@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_file{
    background:url('../image/phone/upload@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_file:hover{
    background:url('../image/phone/upload-1@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_screen{
    background:url('../image/phone/screen@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_screen:hover{
    background:url('../image/phone/screen-1@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_opinion{
    background:url('../image/phone/opinion@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_opinion:hover{
    background:url('../image/phone/opinion-1@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_sound{
    background:url('../image/phone/sound@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_sound:hover{
    background:url('../image/phone/sound-1@2x.png') no-repeat center center;
}
.jesong-operation-header div#jesong_tools_quiet{
    background:url('../image/phone/sound-1@2xa.png') no-repeat center center;
}
/*}*/
.jesong-mini-main-footer .freecall-info{
    width: 254px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(63, 84, 98, 0.16);
    border-radius: 4px 4px 0px 0px;
    position: absolute;
    right: 10px;
    top: -182px;
    display: none;
}
.jesong-mini-main-footer .freecall-info .phone{
    background:url('../image/phone/phone-dialog.png') no-repeat 8px 5px;
    background-size: 14px 14px;
    padding-left: 27px;
    line-height: 24px;
    background-color: rgba(59,144,250,.1);
    border-radius: 2px;
    color: #333333;
    margin-bottom: 14px;
}
.jesong-mini-main-footer .freecall-info .info{
    background:url('../image/phone/info-dialog.png') no-repeat left center;
    background-size: 18px 18px;
    padding-left: 22px;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
.freecall-info p{
    margin: 0;
}
.freecall-info p.info-title{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    width: 254px;
    height: 40px;
    text-align: center;
    background: #3B90FA;
    border-radius: 4px 4px 0px 0px;
}
.jesong-mini-main-footer .freecall-info p:last-child{
    margin-top: 10px;
}
.jesong-mini-main-footer .freecall-info span{
    color: rgb(153,153,153);
}
.jesong-mini-main-footer .freecall-info b span{
    color: #3B90FA;
}

.jesong-mini-main-footer .freecall-info div{
    padding: 12px 11px;
    color: #333;
}
.jesong-operation-header div#free_tel{
    width: 137px;
    position: absolute;
    right: 0;
    padding-top: 3px;
    margin-top: 5px;
    height: 28px;
    line-height: 28px;
}
#free_tel input{
    width: 99px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #3B90FA;
    border-radius: 12px 0px 0px 12px;
    padding: 6px 5px 6px 9px;
    box-sizing: border-box;
    font-size: 12px;
    float: left;
    color: #3B90FA;
    margin-top: 0;
}
#free_tel input:focus{ outline: none;}
#free_tel .phone-icon{
    width: 27px;
    height: 22px;
    background:url('../image/phone/phone.png') no-repeat center center;
    background-color: #3B90FA;
    background-size: 16px 16px;
    border: 1px solid #3B90FA;
    border-radius: 0 12px 12px 0;
    display: inline-block;
    border-left: 0;
    margin-top: 0;
    margin-left: 0;
}

.jesong-pop-window{
    z-index:200;
    overflow:hidden;
    position:absolute;
    display:none;
}
.jesong-emoticon-layout{
    left:0px;bottom:130px;background-color:#ffffff;
}
.jesong-emoticon-layout .jesong-emoticons{
    padding:10px;
}
.jesong-emoticon-layout .jesong-emoticons .jesong-emot{
    float:left;width:36px;height:36px;
}
.jesong-emoticon-layout div .jesong-emot img{
    width:20px;height:20px;border:0;margin-left:8px;margin-top:8px;
}
.jesong-file-layout{
    left:0px;bottom:130px;background-color:#ffffff;height:40px;border-top:1px solid #eee;
}
.jesong-opinion-layout{
    width:280px;height:280px;background-color:#ffffff;border-radius:10px;font-size:16px;
}
.jesong-opinion-layout .jesong-opinion-close{
    position:absolute;top:10px;right:10px;width:25px;height:25px;background:url('../image/opinion-close.png') no-repeat center center;
}
.jesong-opinion-layout .jesong-opinion-icon{
    width:100%;height:60px;margin-top:40px;background:url('../image/opinion-icon.png') no-repeat center center;
}

.jesong-opinion-layout .jesong-score div{
    text-align:center;width:100%;
}
.jesong-opinion-layout .jesong-score .jesong-desp{
    font-size:14px;color:#999999;line-height:14px;padding-top:15px;
}
.jesong-opinion-layout .jesong-score .jesong-result span{
    font-size:12px;color:#ff9601;line-height:12px;display:none;
}
.jesong-opinion-layout .jesong-score .jesong-result span.op5{
    display:block;
}
.jesong-opinion-layout .jesong-score .jesong-star{
    padding:16px;
}
.jesong-opinion-layout .jesong-score .jesong-star-1{
    background:url('../image/star-1.png') no-repeat center center;
}
.jesong-opinion-layout .jesong-score .jesong-star-2{
    background:url('../image/star-2.png') no-repeat center center;
}
.jesong-opinion-layout .jesong-commit{
    width:80px;height:36px;
    font-size: 12px;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
}
.jesong-opinion-layout .jesong-reason{
    display:none;width:240px;height:90px;margin-left:20px;margin-top:10px;
}
.jesong-opinion-layout .jesong-reason textarea{
    width:100%;height:100%;background-color:#eeeeee;border:0px;
}

.jesong-top-image{margin-left:10px;margin-right:10px;margin-top:10px;overflow:hidden;}
.jesong-top-image img{width:100%;height:auto;border:0px;}

.jesong-back-layout{
    width:80%;background-color:#ffffff;border-radius:10px;font-size:16px; padding:30px 0;
}
.jesong-back-layout .jesong-back-close,.jesong-paste-layout .jesong-paste-close{
    position:absolute;top:10px;right:10px;width:25px;height:25px;background:url('../image/opinion-close.png') no-repeat center center;cursor: pointer;
}
.jesong-back-layout .jesong-desp,.jesong-paste-layout .jesong-desp{
    font-size:14px;color:#999999;line-height:26px;padding-top:15px; width:80%; margin:0 auto; text-align:center;
}
.jesong-back-layout .jesong-commit,.jesong-paste-layout .jesong-commit{
    width:45%;height:36px;
    font-size: 12px;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
    cursor: pointer;
}
.jesong-paste-layout{
    width:80%;background-color:#ffffff;border-radius:10px;font-size:16px; padding:30px 0;top: 50%;left: 50%;margin-left: -40%;margin-top: -80px;
}

/*################################*/
.jesong-container-full{
    width:100%;
    height:90%;
    display:flex;
    position:fixed;
    right: 0px;
    bottom:0;
    flex-direction:column;
    z-index:2147483640;
}
.jesong-container-full .jesong-full-top {
    position:relative;height:45px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    box-sizing: border-box;
    overflow:hidden;
    width:100%;
}
.jesong-container-full .jesong-full-main{
    width:100%;overflow:hidden;position:relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.jesong-full-top .jesong-min-btn{width:35px;height:100%;float:right;margin-right:10px;background:url(../image/close2.png) no-repeat center center;background-size:50%;}
.jesong-full-top .jesong-min-phone-btn{width:35px;height:100%;float:right;background:url(../image/mini-phone.png) no-repeat center center;background-size:50%;}


.bubble-dot-error,.bubble-dot-success{
    width: 5px;
    height: 5px;
    background: #F47E7E;
    border-radius: 3px;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}
.bubble-dot-success{
    background: #20CEA2;
}
.jesong-min-dialog{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
    background-color: rgba(0,0,0,0.4);
    display: none;
}
#jesong_chat_dialog .inner-content{
    width: 285px;
    height: 258px;
    background: #FDFDFD;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    position: relative;
    margin: 50% auto;
}
#jesong_chat_dialog .inner-title{
    background:url('../image/phone/info-bg.png') no-repeat left center;
    height: 79px;
    width: 100%;
    background-size: contain;
    color: #fff;
    padding-top: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
}
#jesong_chat_dialog .dialog-content{
    padding: 15px;
    font-size: 14px;
}
#jesong_chat_dialog p{
    margin: 0;
}
#jesong_chat_dialog .icon-close{
    background:url('../image/phone/dialog-close.png') no-repeat left center;
    position: absolute;
    background-size: 14px 14px;
    top: 14px;
    right: 14px;
    display: block;
    height: 14px;
    width: 14px;
}
#jesong_chat_dialog input{
    width: 162px;
    height: 38px;
    background:url('../image/phone/mobile-phone.png') no-repeat 10px center;
    background-size: 9px 13px;
    padding-left: 25px;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
}
#jesong_chat_dialog .dialog-call{
    display: inline-block;
    width: 50px;
    height: 38px;
    background: #3B90FA;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-left: 10px;
}
#jesong_chat_dialog input:focus{ outline: none;}
#jesong_chat_dialog .info{
    background:url('../image/phone/info-dialog.png') no-repeat left center;
    background-size: 18px 18px;
    padding-left: 22px;
    margin-bottom: 13px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}
#jesong_chat_dialog .main-footer{
    padding-left: 20px;
}
#jesong_chat_dialog .main-footer p:last-child{
    margin-top: 10px;
}
#jesong_chat_dialog  span{
    color: rgb(153,153,153);
}
#jesong_chat_dialog  b span{
    color: #3B90FA;
}


.jesong_guide_layout, .jesong_invite_layout{
    display:none;z-index:2147483640;position:fixed;cursor:pointer;height:56px;opacity:0;filter:alpha(opacity:0);top:0px;left:0px;right:0px;width:100%;
}

#jesong_pop_msg{
    display:none;z-index:2147483630;position:fixed;height:80px;
    top:0px;left:0px;right:0px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7.5px;
    margin: 5px 10px;
}
/*#jesong_pop_msg{
	display:none;z-index:2147483630;position:fixed;height:55px;
	top:30%;right:0px;
}*/

.jesong-top-bubble{
    position: absolute;
    margin:0 10px;
    height: 100%;
    top: 10px;
    width: 100%;
}
.jesong-top-bubble .jesong-top-bubble-icon{
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.jesong-top-bubble .jesong-top-bubble-icon img{
    width: 25px;
    height: 25px;
}
.jesong-top-bubble .jesong-top-badge-warning{
    position: absolute;
    left: -5px;
    top: -5px;
    width: 14.5px;
    height: 14.5px;
    line-height: 14.5px;
    text-align: center;
    background: #f72e31;
    color: #fff;
    border-radius: 14.5px;
    font-size: 9px;
}
.jesong-top-bubble .jesong-top-bubble-con{
    float: left;
    width: calc(100% - 35px);
    /*flex: 1;*/
    height: 3.5px;
}
.jesong-top-bubble .jesong-top-bubble-con .el-title{
    height: 17.5px;
    line-height: 17.5px;
    font-size:12px;
}
.jesong-top-bubble .jesong-top-bubble-con .el-title .el-title-h4{
    float: left;
    width: calc(100% - 52px);
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    font-size: 13px;
    margin:0;padding:0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.jesong-top-text-content{
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
    padding: 0px 10px 0 5px;
}


.jesong-top-bubble .jesong-top-bubble-con .el-title span{
    display: inline-block;
    float: left;
    width: 52px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #999;
    margin:0;padding:0;
}
#jesong-top-bubble-con-close{
    background-image:url("./../image/close999.png") ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    cursor:pointer;
}
.jesong-top-bubble .jesong-top-bubble-con p{
    height: 17.5px;
    line-height: 17.5px;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    margin:0;padding:0;
}

/*#########LeaveMessage########*/
.jesong-leave-pc{
    margin-left:20px;padding-top:10px;
}
.jesong-leave-pc .jesong-leave-field{
    clear:both;margin-top:10px;
}

.jesong-leave-pc .jesong-leave-field .jesong-leave-title{
    float:left;width:70px;height:100%;line-height:30px;font-size:14px;
}
.jesong-leave-pc .jesong-leave-field .jesong-leave-content{
    float:left;height:100%;
}
.jesong-leave-pc .jesong-leave-field .jesong-leave-content input, .jesong-leave-pc .jesong-leave-field .jesong-leave-content textarea{
    height:25px;border:1px solid #eee;text-indent:4px;margin:0px;padding:0px;font-size:12px;line-height:25px;
}
.jesong-leave-pc .jesong-commit{
    width:80px;height:36px;
    margin-top:15px;
    margin-left:70px;
    font-size: 14px;
    line-height: 36px;
    border-radius: 3px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
}

.jesong-leave-phone{
    width:100%;padding-left:10px;padding-top:10px;
}
.jesong-leave-phone .jesong-leave-field{
    clear:both;background:#ffffff;margin-top:2px;
}

.jesong-leave-phone .jesong-leave-field .jesong-leave-title{
    float:left;width:70px;height:100%;line-height:30px;font-size:14px;padding-left:10px;
}
.jesong-leave-phone .jesong-leave-field .jesong-leave-content{
    float:left;height:100%;
}
.jesong-leave-phone .jesong-leave-field .jesong-leave-content input, .jesong-leave-phone .jesong-leave-field .jesong-leave-content textarea{
    height:30px;border:0px;text-indent:4px;margin:0px;padding:0px;font-size:12px;line-height:30px;color:#9A9A9A;
}
.jesong-leave-phone .jesong-leave-btn{
    text-align:center;margin-top:15px;
}
.jesong-leave-phone .jesong-commit{
    height:45px;
    width:90%;
    font-size: 14px;
    line-height: 36px;
    border-radius: 10px;
    color: #fff;
    background: #409EFF;
    border: 1px solid #409EFF;
}

/*短信验证*/
#chatDiv{ position:relative; font-size:12px!important;}
#yl_msgBox{ width:100%; height:230px; position:relative;}
#yl_msgBox #msgCheck{ width:310px; background:#ffffff; box-shadow: 0 0 5px #cccccc; position:absolute; left:50%; margin-left:-155px; margin-top:15px; margin-bottom:20px;}
#yl_msgBox .msgCon{ padding:26px 18px 16px 29px;}
#yl_msgBox .msgCon p{ margin-bottom:10px;}
#yl_msgBox .msgCon input{ height:30px; border:1px solid #f2f2f2; background:#ffffff; padding-left:5px;  box-sizing:border-box;}
#yl_msgBox #msgPhone{ width:230px;}
#yl_msgBox .vcodeBox{ width:230px; overflow:auto; margin-top:5px;}
#yl_msgBox .vcodeBox input{ width:140px; float:left;}
#yl_msgBox .vcodeBox a{ float:left; width:90px; height:30px; background:#3097ef; text-align:center; line-height:30px; color:#ffffff!important;}
#yl_msgBox .tips{ margin-top:5px;}
.el_green{ color:#11bc49;}
.red{ color:#f66868;}
.el_gray{ background:#dddddd!important; cursor: not-allowed; pointer-events:none; color:#999999}
.hide{ display:none;}
#yl_msgBox .msgBtn{ width:100%; border-top:1px solid #f2f2f2; height:34px;}
#yl_msgBox .msgBtn a{ display:inline-block; width:50%; text-align:center; float:left; line-height:34px; color:#3499ef; box-sizing:border-box;}
#yl_msgBox .msgBtn a:last-child{ border-left:1px solid #f2f2f2!important}

/* 小窗口 */
.jesong-container-mini #msgCheck{width:288px!important; margin-left:-144px!important;}
.jesong-service-phone{ margin-top:5px;}
.jesong-service-phone a{ color: #409EFF!important; border:1px solid #409EFF!important; border-radius:8px; display: inline-block; padding:5px!important; margin:0 5px 5px 0!important;}


/*啄木鸟百度地图接入*/
.map-content{ position: relative;width: 89%; left: 50%;margin-left: -44.5%;background: #FFFFFF;border: 1px solid #EEEEEE;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);}
.map-content-phone{width: 89%; left: 50%;margin-left: -44.5%;top: 20px;margin-bottom: 30px;border-radius: 7.5px;box-shadow: 0px 0px 12.5px 0px rgba(0, 0, 0, 0.3);}
.map-content-pc{max-width: 300px;margin-left: -140px;margin-bottom: 20px;border-radius: 4px;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);}
.location-icon{width: 16px;height: 16px;float: left;
    background-image:url("./../image/phone/location@2x.png") ;
    background-position: center;
    background-repeat:no-repeat ;
    background-size: 16px;
    margin-right: 4px;
}
.map-content input:focus{outline:none;}
.map-content-title{font-size: 12px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;margin: 15px 0 30px 15px;line-height: 16px}
.map-content-title-phone{font-size: 14px;}
.map-content-title-pc{margin: 15px 0 15px 15px;}
.map-location{padding: 0 15px;}
.map-location:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.location-label{float:left;font-size:12px;}
.location-label-pc{line-height: 30px;width: 40px;}
.mt-pc{margin-top:5px}

.location-label-phone{width: 100%;margin-bottom: 10px;}
.location-label-require{position: relative;top: 2px;}
.location-input{float:left;margin-left: 25px;width: 67%;border: 1px solid #DDDDDD;border-radius: 5px;height: 42px;}
.location-input-phone{
    border-radius: 5px;
    width: 100%;
    margin-left: 0;
    position: relative;
}
.location-input-pc{
    border-radius: 5px;
    position: relative;
    margin-left: 0px;
    width: 84%;
    height: 30px;
}
.mt-pc .location-input-pc,.mt-phone .location-input-phone{overflow: hidden}
.overflowH{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.footer-btn-pc{height: 36px !important;font-size: 12px;font-family: Microsoft YaHei;font-weight: 400;color: #3097EF;}
.footer-btn-pc .save-button{
    line-height: 34px !important;
    font-size: 12px !important;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3097EF;
}
.location-input-pc .mapCity #search-city{
    padding: 0 10px;
}
.location-input input:disabled{
    background: none;
    border: none;
}
.location-input .mapCity,.location-input .mapSite{float:left;height: 100%;}
.location-input input{height: 100%;width: 100%;border: none;outline: none;}
.location-input .mapCity{width: 22%;}
.location-input .mapSite{ width: 78%;}
.easyliao-popup{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 103%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 20;
    display:none;
}
.popup-search{
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}
.popup-search input{
    border: 1px solid #DDDDDD;
    height: 36px !important;
    padding-left: 20px;
    box-sizing: border-box;
}
.city-show-content{
    height: 100%;
    overflow: hidden;
}
.city-show-pc{
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
}
.city-show-phone{
    width: 100%;
    height: 100%;
    display: inline-block;
    line-height: 42px;
    overflow: hidden;
}
.site{
    max-height: 180px !important;
}
.site .map-select-option{
    height: auto !important;
    line-height: 0 !important;
}
.site-input{
    text-indent: 20px;
}
.easyliao-left0{ left: 0;}
.option-title{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}
.option-address{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
    line-height: 18px;
    padding: 0 10px;
    text-indent: 0;
}
.easyliao-tooltip{
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;

}
.easyliao-tooltip div{
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #656565;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 14px;
    text-indent: 15px;
}
.tooltip-error div{
    background-image:url("./../image/error@2x.png") ;
}
.tooltip-success div{
    background-image:url("./../image/success@2x.png") ;
}
.search-icon{
    position: absolute;
    top: 20px;
    right: 15px;
    background-image: url("./../image/search.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.delete-icon{
    position: absolute;
    background-image: url("./../image/input-close.png");
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 100%;
    background-color: #fff;
    right: 0;
    top: 0;
    display: none;
}
.delete-house-icon{
    top: 0;
}
.map-select{
    height: auto;
    max-height: 150px;
    overflow-y:auto;
}
.map-select-option{
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    color: #999999;
    font-size: 12px;
}
.easyliao-highlight{
    color: #333333 !important;
}
.map-select-option:hover{
    background: #F5F7FA;
}
.easyliao-p10{padding:0 10px}
.easyliao-bs{box-sizing: border-box;}
.easyliao-mt15{margin-top: 15px}
.easyliao-triangle{
    position: absolute;
    top: 43%;
    left: 20%;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-top-color: rgba(221, 221, 221, 1);
    border-left-color: transparent ;
    border-right-color: transparent ;
    border-bottom-color: transparent ;
}
.easyliao-footer-btn{
    height: 50px;
    text-align: center;
    border-top: 1px solid #DDDDDD;
    margin-top: 25px;
}
.easyliao-footer-btn .save-button{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3097EF;
    line-height: 50px;
    background: none;
    border: none;
    outline:none;
}
/*个人微信扫码*/
.wechatQRcode{position: relative;display: inline-block}
.QRcode{ position: absolute;bottom: 30px;width: 120px;height: 120px;left: -20px; display: none}
.overQrcode{display: block !important}
.outQrcode{display: none}
.QRcode img{width: 100%;height: 100%;}

.download-color{color: inherit;/*继承父级元素的颜色*/text-decoration: underline;}
.download-color:hover{color: inherit;/*继承父级元素的颜色*/text-decoration: underline;}
.download-color:link{color: inherit;/*继承父级元素的颜色*/ text-decoration: underline;}

/*快捷回复*/
.quickList {display: inline-block;margin: 0;padding: 12px 15px;min-height: 20px;background: #fff;border-radius: 6px;box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);border: 1px solid #e6e6e6;word-wrap: break-word;word-break: break-all;text-align: left;}
.quickList ul {list-style-type: none;float: right;width: 230px; padding: 0; margin: 0}
.quickList ul li {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dashed #EEEEEE;line-height: 40px; width: 230px; cursor: pointer}
.quickList ul li:last-child {border-bottom: none;}
.quickList .hotTheme{font-size: 18px;color: #F2A931;float: left;width: 43px;height: 150px;position: relative;}
.repalceList{position: absolute;bottom: 0;color: #999999;font-size: 12px;text-align: center;width: 37px;}
.repalceList span{display: inline-block;}


/*自定义表单*/
.form-content{
    box-sizing: border-box;padding: 20px;margin: auto;border: 1px solid #EEEEEE;box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);border-radius: 4px
}
.form-content-pc{
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(64, 84, 97, 0.05) !important;
}
.form-content-phone{
    margin-bottom: 25px;
    box-shadow: 0px 0px 10px 0px rgba(64, 84, 97, 0.05) !important;
}


.form-title{
    font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #333;text-align: center;margin-bottom:10px;
}
.form-content .input{
    height: 32px;border: 1px solid #EEEEEE;border-radius: 4px;margin-top: 10px;width:100%;text-indent:10px;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance:none;
}

.form-content .textarea>textarea{
    color: #333;
    outline: none;
    width: 100%;
    padding: 8px 10px;
    height: 60px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    text-indent:10px;
    box-sizing: border-box;
    -webkit-appearance:none;
}
.form-content .input::placeholder{
    color: #BBBBBB;
    text-indent: 10px;
}
.form-content .select{
    height: 32px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-top: 10px;
}
.form-content .select>select{
    color: #333;
    outline: none;
    box-sizing: border-box;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 12px 0;
    cursor: default;
    border-radius: 4px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("./../image/selectArrow.png") no-repeat scroll right 5px center transparent;
}
.form-content .datePickerContent{
    position: relative;
}
.form-content .datepicker{
    line-height: 32px;
}
.form-content .btn{
    text-align: center;margin-top: 15px;
}
.form-content .btn>span{
    display: inline-block;width: 88px;height: 32px;background: #3B90FA;border-radius: 4px;color: #fff;line-height: 32px;cursor: pointer;
}

/*日期处理*/
.easyliao-date-main{
    position: relative;
}
.rotate180{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* Internet Explorer */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
/*输入兼容*/

#jesong_chat_input_compatible{
    width: 100%;
    height: 240px;
    text-align: center;
    line-height: 90px;
    font-size: 12px;
    color: #bdbdbd;
    display: none;
    background: #FFFFFF;
}
#jesong_chat_input_compatible span{
    background: url(../image/phone/chat_compatibility.png) no-repeat 13px 39px;
    background-size: 12px;
    display: inline-block;
    padding: 0 30px 0;
}



.jesong-wechatApplet-img{
    width: 210px;
    background: #F3F9FF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    height: 210px;
    padding: 10px;
    box-sizing: border-box;
}
.jesong-wechatApplet-img img{
    width: 100%;
    height: 100%;
}