.voice_canvas {
	height:50px; 
}
.voice_canvas_pc {
    position: absolute; 
    bottom:45px;
    left: calc(50% - 115px);
    height: 80px;
    width: 260px;
    visibility: hidden;
}
.voice_canvas_pcA {
    position: absolute;
    top: 0px;
    left: calc(50% - 115px);
    height: 80px;
    width: 260px;
    visibility: hidden;
}
.voice-fun {
	margin-left:-75px;
	width:150px;
	height:110px;
	color:#fff;
	text-align:center;
	padding:10px;
	border-radius:4px;
	font-size:12px;
	box-sizing:border-box;
	position:absolute;
	top:50%;
	left:50%;
	background:rgba(0,0,0,.3);
	visibility:hidden;
}

.voice_canvas_pd {
	height:50px;
	width:100%;
	z-index:2;
}
.voice_canvas_pd .tig {
	height:20px;
	padding:5px;
	line-height:20px;
	margin-top:10px;
}
.voice_canvas_pd_cancel {
	display:none
}
.voice_canvas_pd_cancel i {
	font-size:50px;
}
.voice_canvas_pd_cancel .tig {
	height:35px;
	padding:5px;
	border-radius:4px;
	background:#CC0000;
	line-height:20px;
	margin-top:20px;
}
.scm-chat-s{display: -webkit-box; display: -webkit-flex; display: flex; width:100%;height:50px;background: #eee;}
.scm-chat-s i{background-size: 100% 100%;margin: 10px 0px 10px 5px;width: 30px;height: 30px;float: right;flex-shrink: 0;}
.scm-chat-send i{font-size:28px;line-height: 45px;margin-right:5px;}
button.voice-start{-webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            width: 100%;
            height: 35px;
            margin-right:10px;
            border: none 0;color: #888;
            background-color: #fff;
            border-radius: 3px;text-align:center;display:none}
.scm-chat-ff{ position: fixed; bottom: 2px; left: 5px; right: 5px;}
.scm-chat-s .ss{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1; height: 35px;margin-top: 7.5px; padding-left: 5px; border: none 0; background-color: #fff; border-radius: 3px;}
.scm-chat-s .sss{
    display: block;
    width:100%;
    height: 35px;
    margin-top: 7.5px;
    padding: 5px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    resize: none;
    outline: 0;
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 4px;
    word-break: break-all;
    font-size: 13px;
    line-height: 25px;
    -webkit-appearance: none;
}
.scm-chat-s #sendBtn{font-size: 13px;width: 60px;height: 35px;
margin:7.5px 8px 7.5px 5px;;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
    background-color: #1E9FFF;
    color: #fff ; 
}
.scm-chat-s #send{font-size: 13px;width: 60px;height: 35px;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 5px;}
.scm-chat-t{width: 100%;height:40px;background: #eee;}
.scm-chat-t i{background-size: 100% 100%; margin-top:8px;margin-left: 12px;width: 22px;height: 22px;float: left;}
.ts{max-width: 80%;margin-bottom:10px;}   