
.customer-service-parent .wrap {
    z-index: 99;
    position: fixed;
    width: 355px;
    float: right;
    /*left: 50%;*/
    /*margin-left: -225px;*/
    top: 20px;
    bottom: 20px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 80%;
}

.customer-service-parent .header {
    height: 55px;
    background: -webkit-linear-gradient( 90deg, rgb( 49, 93, 150 ) 0%, rgba( 49, 93, 150, 0.9 ) 100%) !important;
    overflow: hidden;
}

.customer-service-parent .header h3 {
    color: #faf3fc;
    line-height: 55px;
    font-weight: normal;
    float: left;
    letter-spacing: 2px;
    margin-left: 25px;
    font-size: 18px;
    text-shadow: 0px 0px 5px #944846;
}

.customer-service-parent .header img {
    float: right;
    margin: 7px 11px 0 0;
    border-radius: 20px;
}

.customer-service-parent .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 55px;
    bottom: 55px;
    background-color: #f4f3f3;
    box-sizing: border-box;
    padding: 10px 0;
    overflow: hidden;
}

.customer-service-parent .talk_list {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.customer-service-parent .talk_list li {
    overflow: hidden;
    margin: 20px 0px 30px;
}

.customer-service-parent .talk_list .left_word img {
    float: left;
    margin-left: 20px;
}

.customer-service-parent .talk_list .left_word span {
    float: left;
    background-color: #426ba0;
    padding: 10px 15px;
    max-width: 260px;
    border-radius: 12px;
    font-size: 16px;
    color: #fff;
    margin-left: 13px;
    position: relative;
    line-height: 24px;
}

.customer-service-parent .talk_list .left_word span:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 3px;
    width: 13px;
    height: 12px;
    background: url('../../../libs/chatRobot/img/corner01.png') no-repeat;
}

.customer-service-parent .talk_list .right_word img {
    float: right;
    margin-right: 20px;
}

.customer-service-parent .talk_list .right_word span {
    float: right;
    background-color: #fff;
    padding: 10px 15px;
    max-width: 290px;
    border-radius: 12px;
    font-size: 16px;
    color: #000;
    margin-right: 13px;
    position: relative;
    line-height: 24px;
}

.customer-service-parent .talk_list .right_word span:before {
    content: '';
    position: absolute;
    right: -8px;
    top: 3px;
    width: 13px;
    height: 12px;
    background: url('../../../libs/chatRobot/img/corner02.png') no-repeat;
}

.customer-service-parent .drag_bar {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #fff;
    height: 100%;
    width: 6px;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f3f3;
}

.customer-service-parent .drager {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #cdcdcd;
    height: 100px;
    width: 6px;
    border-radius: 3px;
    cursor: pointer;
}

.customer-service-parent .chat-footer {
    width: 100%;
    height: 55px;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    position: absolute;
}

.customer-service-parent .chat-footer img {
    float: left;
    margin: 8px 0 0 20px;
}

.customer-service-parent .input_txt {
    float: left;
    width: 197px;
    height: 37px;
    border: 0px;
    background-color: #f4f3f3;
    margin: 9px 0 0 10px;
    border-radius: 8px;
    padding: 0px;
    outline: none;
    text-indent: 15px;
}

.customer-service-parent .input_sub {
    float: left;
    width: 70px;
    height: 37px;
    border: 0px;
    background-color: #fe9697;
    margin: 9px 0 0 15px;
    border-radius: 8px;
    padding: 0px;
    outline: none;
    color: #fff;
    cursor: pointer;
}


.customer-service-parent .input_subLanuage {
    float: left;
    width: 80px;
    height: 37px;
    border: 0px;
    margin: 9px 0 0 15px;
    border-radius: 8px;
    padding: 0px;
    outline: none;
    cursor: pointer;
}

.chatRobotImg{
    width: 40px;
    height: 40px;
}
