.ovfHiden{height: 100%;}
.service_dlg{
    width: 100%;
    background: #fff;
    border-radius: 0.8em 0.8em 0 0;
    position: fixed;
    left: 0;
    bottom: 0;
    font-size:16px;
	z-index: 999999999999999999999;
}
.service_dlg *{
    /*清除移动端默认的 点击高亮效果*/
    -webkit-tap-highlight-color: transparent;
    /*设置所有的都是以边框开始计算宽度 百分比*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.service_dlg_title_view{
    width: 100%;
    height: 3.5em;
    border-radius: 0.8em 0.8em 0 0;
    background-color: #2273F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
}
.service_dlg_title_text{
    color: #fff;
    font-size: 15px;
}
.service_dlg_close_btn{
    width: 1em;
    height: auto;
}
.service_dlg_content{
    width: 100%;
    padding: 0.2em 0.6em 3em 0.6em;
    height: 60vh;
    background: #fff;
    overflow: auto;
}
.service_dlg_service_item{
    width: 100%;
    display: flex;
    margin-top: 1em;
}
.service_avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.service_msg_right{
    flex: 1;
    margin-left: 0.4em;
}
.service_name{
    width: 100%;
    font-size: 0.75em;
    color: #555;
}
.service_msg{
    display:inline-block;
    min-width: 1em;
    max-width: 80%;
    margin-top: 0.2em;
    padding: 0.5em 0.8em 0.5em 0.8em;
    background-color: #F2F2FB;
    border-radius: 0 1em 1em 1em;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    box-shadow: 0 2px 4px 0 rgba(207, 209, 211, 1);
	border: 1px solid #e6e6e6;
	font-family: SimSun!important;
}
.html_text{
    width: 80%;
    margin-top: 0.2em;
    padding: 0.5em 0.8em 0.5em 0.8em;
    background-color: #F2F2FB;
    border-radius: 0 1em 1em 1em;
    box-shadow: 0 2px 4px 0 rgba(207, 209, 211, 1);
	font-family: SimSun!important;
}
.inputting_view{
    width: 8em;
    margin-top: 0.2em;
    padding: 0.5em 0 0.5em 0.8em;
    background-color: #F2F2FB;
    border-radius: 0 1em 1em 1em;
    color: #000;
    font-size: 14px;
    line-height: 1.2em;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 6px 5px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
}
.inputting_img{
    width: 14px;
    height: auto;
    margin-right: 0.2em;
    margin-top: -2px;
}
.dlg_user_msg_item{
    width: 100%;
    margin-top: 1em;
}
.dlg_user_name{
    width: 100%;
    text-align: right;
    font-size: 0.75em;
    color: #555;
}
.dlg_user_msg_box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.dlg_user_msg{
    display:inline-block;
    min-width: 1em;
    max-width: 80%;
    margin-top: 0.2em;
    padding: 0.5em 0.8em 0.5em 0.8em;
    background-color: #2273F8;
    border-radius: 1em 0 1em 1em;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.2em;
    box-shadow: 0 2px 4px 0 rgba(207, 209, 211, 1);
	font-family: SimSun!important;
}
.service_dlg_bottom{
    width: 100%;
    height: 5.5em;
    background-color: #fafaf8;
}
.service_dlg_bottom_input_view{
    width: 100%;
    height: 4em;
    background-color: #fff;
    border-top: 2px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding-left: 0.8em;
    padding-right: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_dlg_send_btn{
    width: 2.5em;
    height: 2.5em;
    background-color: #DADDE6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send_btn_able{
    background-color: #2273F8;
}
.service_dlg_send_img{
    width: 1.5em;
    height: auto;
    margin-right: 2px;
}
.service_dlg_msg_input{
    flex: 1;
    margin-right: 0.8em;
    height: 2.8em;
    background-color: #F2F2FB;
    border-radius: 1.5em;
    font-size: 14px;
    color: #000;
    padding-left: 1em;
    padding-right: 1em;
	border: 1px solid #EEEEEE;
}
.pc_service_dlg_bottom{
    width: 100%;
    height: 140px;
    background: #fff;
    border-top: 1px solid #eee;
    display: none;
}
.pc_service_input_view{
    width: 100%;
    height: 120px;
    background: #fff;
}
.pc_service_block{
    width: 100%;
    height: 20px;
    background: #F2F2FB;
}
.pc_service_input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #000;
    padding: 12px 12px 12px 12px;
	font-family: "microsoft yahei";
}
.pc_service_dlg_send_btn{
    width: 80px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 38px;
    background-color: #2273F8;
    border-radius: 15px;
}
.pc_service_dlg_send_btn_text{
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
}
.pc_service_dlg_send_img{
    width: 18px;
    height: auto;
}
.server_float_btn{
    width: 2.5em;
    border-radius: 1em 0 0 1em;
    background-color: #2273F8;
    position: fixed;
    right: 0;
    bottom: 6em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}
.float_btn_avatar{
    width: 2.5em;
    height: 2.5em;
    border-radius: 1em 0 0 0;
}
.float_btn_text{
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3em 0.5em 0.5em 0.5em;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    /* 适配电脑端: */
	.html_text{width: 60%;}
    .service_dlg{
        width: 966px;
        height: 690px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        background: #fff;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		z-index: 999999999999999999999999;
    }
    .service_dlg_title_view{
        height: 60px;
    }
    .service_dlg_content{
        height: 489px;
        padding: 10px 15px 25px 15px;
    }
    .service_dlg_bottom{
        display: none;
    }
    .pc_service_dlg_bottom{
        display: block;
    }
    .service_dlg_title_text{
        font-size: 15px;
    }
    .service_avatar{
        width: 36px;
        height: 36px;
    }
    .service_msg{
        padding: 0.6em 0.9em 0.6em 0.9em;
    }
    .dlg_user_msg{
        padding: 0.6em 0.9em 0.6em 0.9em;
    }
    .inputting_view{
        width: 120px;
    }
}