body{
    padding: 0;
    margin: 0;
}
html, body,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, *{
    font-family: NotoSansHans-Regular,AvenirNext-Regular,arial,Hiragino Sans GB,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}
#customer{
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
#customer .hide{
    display: none !important;
}
#customer .customer-header{
    height: 60px;
    background-color: rgba(18, 38, 63, 0.9);
    color: #fff;
}
#customer .customer-header .close{
    background: url(./img/icon-desktop.png) no-repeat;
    background-position: -24px -68px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}
#customer .customer-body{
    height: 300px;
    padding: 10px;
    font-size: 14px;
    background-color: #ffffff;
    overflow-x: hidden;
    position: relative;
}
#customer .customer-body .content{
    position: absolute;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    word-wrap: break-word;
    padding: 10px;
    top: 0;
    width: 100%;
}
#customer .customer-body .box-msg{
    margin-bottom: 10px;
    word-wrap: break-word;
    margin-left: 20px;
}
#customer .customer-body .box-msg.customer{
    float: right;
    width: 100%;
    max-width: 290px;
}
#customer .customer-body .box-msg .name {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
    color: #b2b2b2;
}
#customer .customer-body .box-msg.customer .bubble{
    background-color: rgba(18, 38, 63, 0.9);
    color: #fff;
    width: auto;
    float: right;
    max-width: 100%;
    margin-left: 35px;
}
#customer .customer-body .box-msg .bubble.img{
    padding: 10px 5px;
}
#customer .customer-body .box-msg .bubble.img img{
    width: 100%;
    margin: -5px;
    margin-left: 0;
}
#customer .customer-body .customer .bubble:before{
    top: 10px;
    right: -13px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 0;
    border: 7px solid transparent;
    border-left-color: rgba(18, 38, 63, 0.9);
}
#customer .customer-body .bubble:after{
}
#customer .customer-body .service .bubble:before{
    top: 10px;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -14px;
    border-radius: 0;
    border: 7px solid transparent;
    border-right-color: #eeeeee;
}
#customer .customer-body .content .tip{
    padding: 0 15px;
}
#customer .customer-body .content .tip span{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}
#customer .customer-body .bubble{
    border-radius: 3px;
    position: relative;
    color: #000;
    font-size: 12px;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    margin-right: 0;
    padding: 10px 12px;
    display: inline-block;
    max-width: 243px;
}
#customer .customer-body .bubble img{
    width: 100%;
}
#customer .customer-body .customer .name{
    text-align: right;
}
#customer .customer-body .date{
    margin-left: 10px;
}
#customer .avatar{
    width: 35px;
    height: 35px;
    border-radius: 15px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    margin: 12px 10px;
}
#customer .info{
    display: inline-block;
    width: 260px;
    padding-top: 15px;
    height: 60px;
    vertical-align: top;
    font-size: 12px;
}
#customer footer{
    position: relative;
}
#customer footer.disabled:before{
    content: "";
    width: 100%;
    height: 100px;
    z-index: 2;
    display: block;
    cursor: no-drop;
    position: absolute;
}
#customer footer textarea{
    display: block;
    width: 100%;
    height: 60px;
    padding: 8px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    outline: 0;
    border: none;
    border-top: 1px solid #eee;
    word-break: break-all;
    font-size: 13px;
    line-height: 17px;
    -webkit-appearance: none;
}
#customer footer .feature-list i.icon-img{
    float: left;
    margin-left: 8px;
    margin-top: 15px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(./img/icon-desktop.png) no-repeat;
    background-position: -23px -22px;
}
#customer footer #send-msg.active {
    background-color: #3e91eb;
    color: #fff;
}
#customer footer #send-msg{
    display: block;
    padding: 0;
    margin-top: 4px;
    margin-right: 10px;
    width: 60px;
    height: 30px;
    font-size: 13px;
    border: 0;
    outline: none;
    background-color: #f7f7f7;
    border-radius: 3px;
    color: #cfcfcf;
    cursor: pointer;
    text-align: center;
    float: right;
}
#customer footer .dropped-content{
    position: absolute;
    height: 100px;
    width: 320px;
    top: 1px;
    left: 0;
    z-index: 5;
    background: #fff;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 100px;
}
#customer footer .dropped-content a{
    margin: 0 3px;
    color: #6088e6;
    text-decoration: none;
}