html, body, p, ul, li, img, h1, h2, h3, h4, pre {
    margin: 0;
    padding: 0;
    border: 0
}

html, body, button, input, textarea, pre {
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", Arial, sans-serif
}

html, body {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
}

body {
    background: #e2e2e2;
    -webkit-text-size-adjust: none
}

h1, h2, h3, h4 {
    font-weight: normal
}

ul {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none
}

textarea {
    overflow: auto
}

embed {
    width: 100%;
}

* {
    scrollbar-face-color: #bbb;
    scrollbar-arrow-color: #bbb;
    scrollbar-3dlight-color: #c0c0c0;
    scrollbar-highlight-color: #bbb;
    scrollbar-shadow-color: #bbb;
    scrollbar-darkshadow-color: #c0c0c0;
    scrollbar-track-color: #eee;

}

pre {
    border: 0;
    background: 0;
    white-space: pre-line;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

::-webkit-scrollbar-track-piece {
    background-color: #f3f3f3;
    -webkit-border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: solid 1px #c0c0c0;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #f3f3f3;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

#container {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0 auto;
}

.header {
    height: 60px;
    background-color: #d41010;
    color: #fff;

}

.content {
    position: absolute;
    height: auto;
    top: 0px;
    bottom: 180px;
    right: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
    display: block;

}

.conversation {
    width: 94%;
    position: absolute;
    left: 5px;
    list-style: none;
    padding: 12px;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    height: 180px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.msg-input {
    display: block;
    margin-top: 2px;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0px;
    top: 30px;
    height: 90px;
}

.input-box {
    width: 97%;
    display: block;
    margin-left: 10px;
    height: 90px;
}

.msg-toolbar-footer {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 46px;
    width: 100px;
    display: block;
}
.msg-toolbar-footer input {
    width: 80px;
    height: 100%;
    text-align: -moz-center !important;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    background-color: #d41010;
    font-size: 14px;

}

#chatmsg_submit {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.msg-toolbar-footer span {
    display: block;
    float: right;
    height: 45px;
    line-height: 40px;
    margin: 1px 8px 1px 0;
    text-align: center;
}

.msg-toolbar {
    height: 35px;

}

.msg-toolbar a {
    float: left;
    margin: 6px;

}

.outer-right {
    float: right;
    width: 80%;
    position: relative;
    right: 8%;
    clear: both;
    font-size: 14px;
}

.outer-left {
    float: right;
    width: 80%;
    position: relative;
    right: 12%;
    clear: both;
    font-size: 14px;
}

.outer-iframe-left {
    float: left;
    position: relative;
    clear: both;
    padding-top: 5px;
}

.outer-right:before, .outer-right > i {
    width: 0;
    height: 1px;
    border-width: 6px 7px;
    border-style: dashed solid dashed solid;
    /*border-color: #66afe9 transparent transparent;*/
    border-color: transparent transparent transparent #5FB878;
    _border-color: #fff #19CAA6 #fff #eee;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    top: 15px;
    right: -12px;
}

.outer-left:before, .outer-left > i {
    width: 0;
    height: 1px;
    border-width: 6px 7px;
    border-style: dashed solid dashed solid;
    border-color: transparent #eee transparent transparent;
    _border-color: #fff #fff #fff #eee;
    font-size: 0;
    line-height: 0;
    content: "";
    position: absolute;
    top: 15px;
    left: -12px;
    left: -11px \9;
    *left: -11px;

}

.customer {
    /* margin-right: 10px;*/
    margin-top: 5px;
    background-color: #5FB878;
    display: inline-block;
    padding: 10px 10px;
    float: right;
    word-break: break-all;
    word-wrap: break-word;
    color: #fff;;
    border-radius: 3px;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.service {
    /*margin-left: 10px;*/
    margin-top: 5px;
    *margin-top: 10px;
    background-color: #eee;
    display: inline-block;
    padding: 10px 10px;
    float: left;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    border-radius: 3px;
    position: relative;
    left: 0;
    max-width: 100%;
}

.chatmsg {
    margin-bottom: 25px;
    position: relative;
}
.chatmsg_notice{
    position: relative;
    margin-bottom: 80px;
}
.chatmsg img {
    max-width: 200px;
    max-height: 200px;
}

.chatmsg:after, .chatmsg p {
    content: "";
    display: table;
    clear: both;
}

.service-name {
    float: left;
    display: block;
    position: relative;
    font-size: 12px;
    color: #8D8D8D;
}

.showtime {
    color: #D2D2D2;
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    height: 16px;
}

.conversation li a {
    color: #000;
    /*text-decoration: underline;*/
}

.width {
    width: 100%;
    padding-left: 10px;
}

.widths {
    width: 100%;
}

.infoarea {
    width: 38%;
    position: relative;
    left: 62%;
    bottom: 60px;
}

.footer_main {
    width: 100%;
    height: 45px;
    background: #2f4050;
    position: absolute;
    bottom: 0;
}

.infomation {
    position: absolute;
    left: 10px;
    top: 10px;
}

#info_form {
    margin: 20px auto;
    width: 500px;
    height: 360px;
}

#info_form table {
    width: 90%;
    height: 80%;
}

.edit-ipt {
    height: 100%;
    resize: none;
    white-space: pre-wrap;
}

.tool_box {
    width: 280px;
    height: 195px;
    position: absolute;
    bottom: 180px;
    border: 1px solid #ddd;
    display: none;
    background: #fff;
}

#text_in img {
    max-width: 100px;
    max-height: 100px;
}

.w_index_bg {
    background-image: url('https://static.workerman.net/img/w_index_bg.png');
}

.wl_faces_main ul {
    margin: 5px 5px;
    overflow: hidden;
    border-top: 1px #CCC solid;
    border-left: 1px #CCC solid;
    width: 270px;
}

.wl_faces_main ul li {
    float: left;
    border-right: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    height: 30px;
    width: 26px;
    text-align: center;

}

.wl_faces_main ul li img {
    width: 22px;
    height: 22px;
    padding: 0px;
}

.wolive_product{
    display:block;
    width:480px;
    height:100%;
    position:relative;
}

.wolive_img{
    width: 30%;
}

.wolive_head{
    width:70%;
    position:absolute;
    right:0px;
    top:0px;
}

.wolive_price{
    position:absolute;
    right:20px;
    color:red;
}

.wolive_info{
    margin-top:15px;
}

.wolive_product_msg {
    display:block;
    width:30rem;
    height:100%;
    position:relative;
}

.wolive_product_msg img {
    width: 4.6rem;
    float: left;
    padding: .4rem;
}

.wolive_product_msg p {
    clear: none;
}

.wolive_product_msg .product_info {
    padding: .4rem  0;
    display: table-cell;
}

.wolive_product_msg .product_info .wolive_product_title{
    color: #444;
    font-size: .85rem;
}

.wolive_product_msg .product_info .wolive_product_price{
    color: #777;
    font-size: .85rem;
    padding-top: .1rem;
}

.wolive_product_msg .product_info .wolive_product_info{
    padding-top: .1rem;
    color: #555;
    font-size: .8rem;
}

.no_border .service, .no_border .customer{
    background-color: transparent !important;
    padding: 0 !important;
}

.no_border:before {
    content: '' !important;
    display: none;
}
.no_border:after {
    content: '' !important;
    display: none;
}

img {
    border-radius: 3px;
}