.customerService-ctn{width:100%}.customerService-ctn *{box-sizing:border-box}.customerService-content{width:1200px;margin:0 auto;margin-top:20px}.cs-chat-box{width:100%}.cs-chat-box-head{display:flex;align-items:center;padding:8px;background-color:#169bd5;border-top-left-radius:6px;border-top-right-radius:6px}.cs-chat-box-head-photo{width:40px;height:40px}.cs-chat-box-head-photo img{width:100%;height:100%;border-radius:50%}.cs-chat-box-head-name{color:#fff}.cs-chat-box-body-ctn{width:100%;height:650px;overflow-y:auto}.cs-chat-box-body{padding:15px 20px;background-color:#f2f2f2;min-height:650px}.cs-chat-box-message{display:flex;align-items:center}.cs-chat-box-message-img{width:35px;height:35px}.cs-chat-box-message-img img{width:100%;height:100%;border-radius:50%}.cs-chat-box-message-content{padding:15px 20px;background-color:#fff;border-radius:10px}.cs-chat-box-bottom{border-left:1px solid #dcdfe6;border-right:1px solid #dcdfe6;border-bottom:1px solid #dcdfe6;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.cs-chat-box-bottom-edit{display:flex;align-items:center}.cs-chat-box-bottom-edit-textarea{width:1000px}.cs-chat-box-bottom-edit-textarea textarea{border:none}.cs-chat-box-bottom-edit-textarea textarea::-webkit-scrollbar{width:6px;background-color:#d6edf7}.cs-chat-box-bottom-edit-textarea textarea::-webkit-scrollbar-thumb{background-color:#87acf2;border-radius:1px}.cs-chat-box-bottom-edit-sendBtn{width:140px;height:40px;margin-left:30px}.progrom-text-color{color:#2a62cd}