 *{margin: 0;padding: 0;color: #333;list-style: none;}
 body{
   background-color: white; 
}

/*
 *   修改 star
 *   第一次修改时间：2018/09/30
 *   需求人：客户
 *   内容：页面风格
*/
.mess_cont{
    background-color: white;
}
.mess_cont_right{
    margin-right:14px;
    background-color: #ffead8;
}
.content_head{
    background-color: #002a58;
    position: relative;
    height: 80px;
    line-height: 80px;
}
.pic{
    display: inline-block;
    width: 60px;
    height:60px;
    background-color: rgba(255,255,255,1);
    margin:10px 0 0 20px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border:1px solid white;
    vertical-align: -14px;
}
.pic img{
    width: 100%;
    height:100%;
}
.present_person{
    font-size: 16px;
    margin-left: 10px;
    color: white;
}
/*
 *   修改 end
*/
/*订单消息*/
.info_wrap li{
    list-style-type: none;
    width: 50%;
    height: 50px;
    text-align: center;
    cursor: pointer;
    
}
.info_list{
    background-color: #eee;
    color: #333;
    border-bottom: 4px solid #ddd;
}
.info_wrap{
    display: flex;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height:40px;
    color: white;
    line-height: 40px;
}
.active{
    background-color: white;
    color: #ffdabb;
    border-top: 4px solid #ffdabb;
    border-bottom: none;
}
#mytabcontent{
    position: relative;
    width: 100%;
    background-color: rgba(255,255,255,0.3);
}
/*发送按钮*/
#sendBtn{
    cursor:pointer;
    margin: 0 20px 10px 10px;
    width: 100px;
    background-color: #002a58;
    color: white;
}
#sendBtn:hover{
    color:#ff862a;
}
#chat_put{
    width: calc(100% - 30px);
    height: 40px;
    margin-left:10px;
    border:none;
    padding-left:10px;
    outline: none;
    color: #727272;  
    overflow-x: hidden;
}
/*
 * 修改 2018/09/30 star 
 */
#queue_title{
    color:white;
    margin-left: 20px;
}
.chat_content{
    background-color: #f7f7f7;
}
/*
 * 修改 2018/09/30 end
 */

/*用户排队提示*/
#queue_num{
    font-weight:bold;
    font-size:18px;
    color: aquamarine;
}
/*选择其他客服*/
.choose_service_modal{
    position:absolute;
    display: none;
    width: 100%;
    height: 100%;
    /*height:calc(100% - 50px);
    height:-webkit-calc(100% - 50px);
    height:-moz-calc(100% - 50px);*/
    background-color: rgba(0,0,0,0.5);
    top:0;
    left: 0;
    z-index: 10;
}
.choose_service_box{
    margin: 10% auto 0;
    width: 600px;
    height: 400px;
    /*background-color: #f7f7f7;*/
    /*border:1px solid #eee;*/
    
}
.choose_service_show{
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    padding: 10px 8px;
    background-color: white;
    box-shadow:0 0 6px #a4b3c4;
    border:2px solid #ddd;
}
.choose_robot img{
    width: 100px;
    height: 70px;
    vertical-align: -18px;
}

.other_service_name{
    color: #68c1eb;
    font-weight: 600;
    font-size: 22px;
}
.choose_service_list{
    width: 3500px;
    height: 204px;
    position: absolute;
}
.choose_service_item{
    text-align: center;
    border-right: 1px solid #ddd;
    width: 160px;
    height: 206px;
    margin-right: 6px;
    float: left;
}
.choose_service_item :hover{
    background-color: #f7f7f7;
    cursor: pointer;
}

.choose_service_item img{
    margin-top: 6px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius:50%; /* Old Firefox */
    border:1px solid #ddd;
}
.choose_service_name{
    padding: 2px;
    height: 100px;
}
.choose_name{
    margin-top: 20px;
    font-size: 14px;
    color:#3280be;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
}
.choose_add{
    font-size: 12px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: inline-block;
    width: 90%;
}
/*左右按钮*/
.arrows{
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 100;
    margin-top: 15%;
    border-radius: 50%;
    -moz-border-radius:50%; /* Old Firefox */
    background-color: #d5d5d5;
}
.left_click{
    background-color: rgba(0,0,0,0.1);
    background-image: url('../../image/ico_left.png');
    background-repeat: no-repeat;
    background-size: 70%; 
    background-position: 1px 4px;
}
.right_click{
    right: 8px;
    background-image: url('../../image/ico_right.png');
    background-repeat: no-repeat;
    background-size: 70%; 
    background-position: 6px 4px;
}
.chat_right{
    right:0;
}

