*{outline:none;}
div{border:none}
.input-content-file i.ico-input-file
{
    background: url(../../images/ico2.svg) no-repeat;
}
.chat-panel{
    display: none;
    height: 100%;
}
.chat-panel .prompt-content{
    /*width: 900px;*/
    width: 1150px;
    height: 600px;
    margin: 6% auto;
    border-radius: 8px;
}
.chat-user-list{
    width: 300px;
    height: 542px;
    max-height: 542px;
    overflow-y: scroll;
    border-right: 1px solid #f4f4f4;
    background: #fff;
}
.chat-user-list li{
    width: 100%;
    height: 60px;
    /*border-bottom: 1px solid #f4f4f4;*/
    cursor: pointer;
    position: relative;
}
.chat-user-list li.chat-active{
    background: #f0eded;
}
.chat-user-list li i.ico-delete-chat{
    display: none;
    width: 12px;
    height:14px;
    position: absolute;
    left: 3px;
    top:23px;
    background: url(../../images/delete.svg)no-repeat ;
    background-size: 10px;
}
.chat-user-img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 10px 10px 20px;
}
.chat-user-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.chat-user-info{
    width: 210px;
    height: 40px;
    float: left;
    margin-top: 10px;
}
.chat-user-info p {
    width: auto;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 0px;
    border-bottom: none;
}
.chat-user-info p.chat-content-time span {
    font-weight: bold;
    display: inline-block;
    width: 130px;
    height: 20px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-user-info p.chat-content-time em {
    display: inline-block;
    width: 80px;
    text-align: right;
    float: right;
    color: #b5b5b5;
    font-size: 12px;
    margin-left: 0px;
}
.chat-user-info p.chat-content span{
    color: #b5b2b2;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.chat-user-info p.chat-content em{
    display: inline-block;
    float: right;
    width:16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    margin-top: 2px;
    background: #ff003c;
}

/**/
.chat-content-list{
    width: 598px;
    height: 546px;
    max-height: 546px;
    overflow: hidden;
}
.history-chat-record{
    width: 100%;
    height: 396px;
    border-bottom: 1px solid #f4f4f4;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 30px;
}
.history-chat-record ul li {
    width: 100%;
    min-height: 60px;
    height: auto;
    margin: 10px 0;
    overflow: hidden;
}
.history-chat-record ul li.send-user .chat-user-img{
    float: right;
    margin: 10px 20px 10px 10px;
}
.chat-user-content{
    width: auto;
    max-width: 432px;
    height: auto;
    background: #f4f4f4;
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 5px;
    padding: 7px 10px;
    float: left;
    position: relative;
}
.history-chat-record ul li.send-user .chat-user-content{
    float: right;
}
.chat-user-content img {
    max-width: 420px !important;
    cursor: pointer;
}
.chat-user-content p{
    width: auto;
    min-width: 64px;
}
.chat-user-content i{
    display: inline-block;
    width: 12px;
    height: 24px;
    position: absolute;
    z-index: 999;
}
.chat-user-content i.ico-content-left{
    background: url(../../images/chat-left.png)no-repeat ;
    background-size: 8px 16px;
    left: -6px;
    top: 6px;
}
.chat-user-content i.ico-content-right{
    background: url(../../images/chat-right.png)no-repeat ;
    background-size: 8px 16px;
    right: -12px;
    top: 6px;
}
.chat-user-content span{
    position: absolute;
    left: 6px;
    top: -17px;
    z-index: 999;
    font-size: 12px;
    color: #b5b2b2;
}
.history-chat-record ul li.send-user .chat-user-content span{
    left: 0;
    right: 6px;
    text-align: right;
}
.input-content{
    width: 100%;
    height: auto;
    position: relative;
}
.input-content p.input-content-file{
    width: 100%;
    height: 30px;
}
.input-content-file i.ico-input-file{
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 16px;
    float: left;
    margin: 7px 15px 10px 10px;
    background-position: -207px -201px;
}
.input-content-text{
    width:578px;
    height:60px;
    padding: 2px 10px 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
}
.submit-chat-content{
    position: absolute;
    right:20px;
    bottom: 0;
}
.submit-chat-content button{
    border: none;
    width:50px;
    height:30px;
    border-radius: 4px;
}
.submit-chat-content button.submit-chat{
    background: #ff003c;
    color:#fff;
}
.submit-chat-content button.clear-chat{
    background: #e7e4e4;
    color:#333;
    margin-right: 10px;
}

.chat-enterprise-order{
    width: 248px;
    height: 546px;
    max-height: 546px;
    overflow: hidden;
    border-left: 1px solid #f4f4f4;
}
.chat-enterprise-info{
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.chat-enterprise-info img{
    width: 55px;
    height: 55px;
    float: left;
    border-radius: 4px;
}
.chat-enterprise-name{
    width: 140px;
    float: right;
    padding-top: 5px;
}
.chat-enterprise-name h3{
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    text-align: left;
    font-weight: 500;
}
.chat-enterprise-name a{
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 12px;
    padding: 1px 15px;
    color: #3d7fff;
    border: 1px solid #3d7fff;
    border-radius: 4px;
    margin-top: 5px;
}
.chat-enterprise-name a:hover{
    font-weight: bold;
    color: #3d7fff!important;
}


.chat-order-info,
.chat-product-info{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}
.chat-order-info span.my-order,
.chat-product-info span.my-order{
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 2px;
    box-sizing: border-box;
    text-align: left;
}
.chat-order-info span.my-order a{
    float: right;
    color: #3d7fff;
    text-decoration: underline;
}
.chat-order-info-item,
.chat-product-info-item{
    width: 100%;
    height: 60px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-top: 5px;
}
.chat-order-info-item img,
.chat-product-info-item img{
    width: 50px;
    height: 50px;
    float: left;
    margin: 5px 5px;
    border-radius: 4px;
}
.chat-order-info .order-info-box,
.chat-product-info .product-info-box{
    width: 145px;
    height: auto;
    float: right;
    padding-top: 5px;
    /*background: red;*/
}
.chat-order-info .order-info-box em,
.chat-product-info .product-info-box em{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 12px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-order-info .order-info-box span,
.chat-product-info .product-info-box span{
    display: inline-block;
    width: 100%;
    height: auto;
    font-size: 12px;
    float: left;
}
.chat-order-info .order-info-box span i,
.chat-product-info .product-info-box span i{
    color: #ff003c;
}
.chat-order-info .order-info-box span b,
.chat-product-info .product-info-box span b{
    float: right;
    color: #3d7fff;
    margin-right: 5px;
}