* {outline:none;}
:focus {outline: 0;}
html,body,div,span,p,td,a,del,em,font,img,b,u,i,center,dl,dt,dd,ol,ul,li,form,label {margin: 0;padding: 0;}
body, select, input, textarea {font:12px "Microsoft YaHei","\5b8b\4f53", Verdana, Arial;color:#222;}
html, body {height:100%;background:#2e2f3d;overflow:hidden;}
li {list-style:none;}
img {border: 0;}

textarea {
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 4px;
    vertical-align: middle;
}

textarea:focus {
	border-color: #00c4ba !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

.scroll {overflow: hidden;overflow-y: auto;}
.scroll::-webkit-scrollbar {width: 8px;}
.scroll::-webkit-scrollbar-thumb {border-radius: 8px;background:#999;}
.scroll::-webkit-scrollbar-track {border-radius: 8px;background:#f6f6f6;}

::-webkit-input-placeholder {color:#d2d2d2;text-align:center;line-height:50px;}
::-moz-placeholder {color:#b6b6b6;text-align:center;line-height:50px;}
::-ms-input-placeholder {color:#d2d2d2;text-align:center;line-height:50px;}

.noselect{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.main {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

.shutdown{
	font-size:18px;color:red;width:360px;text-align:center;margin:0 auto;padding:10px;
	margin-top:300px;border:1px solid #c6c6c6;border-radius: 5px;background:#e3e3e3;
}

.top_div {
	background-color: #fff;
	height: 750px;
	width: 100%;
	margin: 0 auto;
	border-radius: 0 0 7px 7px;
	overflow:hidden;
}

.top_left {
	position:relative;
	float:left;
	width: 700px;
	height:100%;
}

.top_right {
	position:relative;
	float:left;
	width: 300px;
	height:100%;
	overflow:hidden;
}

.right_title {
	height:26px;
	line-height:26px;
	overflow:hidden;
	text-align:center;
	background-color: #FF534C;
	font-size:16px;
	padding:8px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.right_content {
	border-left: 1px solid #d0d0d0;
	padding: 8px;
	font-size:14px;
	position:absolute;
	top:42px;
	bottom:2px;
	left:0;
	right:0;
}
.right_content li {list-style-type:circle;padding:8px 0;cursor:pointer;border-bottom:1px dashed #ddd;}
.right_content li:hover {color:#FF534C;}

.bottom_div {
	width: 100%;
	color: #8c8c8c;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow:hidden;
}

#welive_operator {height:38px;overflow:hidden;padding:2px 6px 2px 4px;background-color: #29C7C2;}
.operator_left {float:left;width:260px;overflow:hidden;}
.operator_mid {
	position:absolute;
	font-size:16px;
	color: #fff;
	left:0;right:0;
	height: 40px;
	line-height: 40px;
	text-align:center;
	overflow:hidden;
}
#welive_avatar {
	float:left;
	width:34px;
	height:34px;
	padding:2px;
	background:#ddd;
	border:0;
	vertical-align:top;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#welive_name, #welive_duty {
	float:left;
	height:20px;
	width:200px;
	overflow:hidden;
	margin-left:8px;
}
#welive_name {color:#FF534C;font-size:14px;}
#welive_duty {font-size:12px;color:#21a39f;}
#welive_copyright {position:absolute;right:6px;top:10px;}
#welive_copyright a {color:#fff;text-decoration:none;font-size:11px;outline:none;}
#welive_operator .hover a {color:#FF6600 !important;}

.animate_avatar {position:absolute;width:52px;height:52px;overflow:hidden;left:60px;bottom:50px;}
.animate_avatar img {width:48px;padding:2px;background:#ccc;border:0;border-radius: 4px;}

.loading2, .loading3 {
	background-repeat: no-repeat !important;
	background-position:50% 50% !important;
}
.loading2 {background-image: url(img/loading2.gif) !important;}
.loading3 {background-image: url(img/loading3.gif) !important;}

.smilies_div {display:none;width:300px;height:114px;overflow:hidden;position:absolute;border:1px solid #b7b7b7; background:#e8e8e8;border-radius: 4px;bottom:129px;left:12px;padding:6px;}
.smilies_wrap {width:100%;}
.smilies_wrap img {padding:5px;cursor:pointer;border:0;border:1px solid #e8e8e8;}
.smilies_wrap img:hover {border-radius: 4px; background:#b7b7b7;border:1px solid #fff;}

#new_info{
	display: none;
	color: #fff;
	border-radius: 50%;
	background: #ff6600;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:26px;
	box-shadow: 0 0 6px #333;
	overflow:hidden;
}

.history {
	width:100%;
	border:0;
	border-bottom:2px solid #fff;
	overflow:hidden;
	position:absolute;
	top:42px;
	bottom:126px;
}

.overview {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:0;
}
.overview::after {
	display:block;
	width:100%;
	height:50px;
	overflow:hidden;
	content:"　";
	visibility:hidden;
}

.overview img {vertical-align:bottom;border:0;}
.overview a {text-decoration:none;}
.overview a:hover {color:#ff6600;}
.overview a.down {display:block;padding:4px 8px;border:1px solid #a5a5a5;border-radius: 6px;}

.msg{position: relative;margin:8px 0;width:100%;display:inline-block;}
.msg.l{float: left;}
.msg.r{float: right;}
.msg.l b, .msg.r b{position: absolute;top:45%;width:13px;height: 15px;background-repeat: no-repeat;}
.msg.l b{left: 0;}
.msg.r b{right: 0;background-image: url(img/msgr.png);}

.msg .b{
	padding: 4px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.msg.l .b{text-align: left;float:left;margin-left: 26px;color: #000;display:inline;background:#eaeaea;font-size:16px;margin-top:8px;}
.msg.r .b{text-align: right;float:right;margin-right: 11px;color: #fff;display:inline;font-size:14px;background-color: #29C7C2;border: 1px solid #29C7C2;}
.msg.s .b, .msg.e .b{width:260px;margin:0 auto;text-align: center;border: solid 1px #ddd;color: #888;background:#f5f5f5;padding:5px 8px;}
.msg.e .b{color:red;}

.msg .i{word-wrap: break-word;line-height:160%;overflow:hidden;}
.msg.l .i{_width:expression(this.offsetWidth<40?"40px":this.offsetWidth>420?"420px":true);min-width:40px;max-width: 420px;font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei";}
.msg.r .i{_width:expression(this.offsetWidth<40?"40px":this.offsetWidth>420?"420px":true);min-width:40px;max-width: 420px;font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei";}
.msg i{color: #c7c7c7;font-size: 12px;top: 0px;}
.msg.r i{float: right;padding:0px 8px 0 0;}
.msg.r s{float: right;color: #9d9d9d;text-decoration:none;font-style:normal;}
.msg.r s.un{color: #ff6600 !important;}
.msg.l i{padding:4px 0 0 8px;}
.msg.l .a{padding-left:10px;width:100%;display:block;}

.sending_div, .sending_img, .sending_mask{width:250px;overflow:hidden;}
.sending_div{position:relative;margin:4px auto;padding:0;}
.sending_img{position:absolute;left:0;bottom:0px;right:0px;cursor:pointer;}
.sending_mask{position:absolute;left:0;bottom:0px;right:0px;background:#000;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;text-align:center;}

.file_upload{height:12px;border-radius: 6px;}
.uploading_mask{position:absolute;top:0;bottom:0;right:0;background:#000;filter:alpha(Opacity=60);-moz-opacity:0.6;opacity: 0.6;text-align:center;}

.enter {position:absolute;left:0;right:0;bottom:0px;height:125px;border-top:1px solid #d0d0d0;background:#e2e2e2;	border-radius: 0 0 0 7px;}

.enter .tool_bar {display:block;padding:3px;height:40px;padding-left:18px;overflow:hidden;}
.enter .tool_bar_i {
    float: left;
    margin: 2px 6px;
    cursor: pointer;
	width:36px;
	height:36px;
	border:1px solid #d2d2d2;
	border-radius:4px;
	background-size: 100% 100%;
	background-position:center center;
	background-repeat: no-repeat;
}
.enter .tool_bar_i:hover {background-color:#c1c1c1;border:1px solid #fff;}

#toolbar_emotion {background-image: url(img/t_emotion2.png);}
#toolbar_photo {background-image: url(img/t_photo.png);}
#toolbar_file {background-image: url(img/t_file.png);}
#toolbar_sound {background-image: url(img/t_sound.png);}
#toolbar_evaluate {background-image: url(img/t_evaluate.png);}

.tool_bar .sound_off {background-image: url(img/t_soundoff.png) !important;}

.enter .trans_to {
	font-size: 14px;
    letter-spacing: 1px;
	position: absolute;
	right:216px;
	width: auto;
	line-height:36px;
	padding: 0 10px;
	color:#747474;
}
.enter .trans_to:hover{color:#fff;background-color:#FF534C;}

.enter .msger {
	width:468px;
	height:70px;
	margin:3px 0 0 10px;
	display: block;
	overflow-x: hidden;
    overflow-y: auto;
    word-wrap: break-word;
	word-break: break-all;
	resize: none;
    outline: 0;
    font-size: 14px;
    box-sizing: border-box;
	border:1px solid #d0d0d0;
	padding:8px;
}

a.sender, a.relink {
	font-size: 14px;
	float:right;
	cursor:pointer;
	border-radius: 4px;
	padding: 4px 12px;
	color:#fff;
    letter-spacing: 1px;
	margin: 6px 8px;
	text-decoration:none !important;
	background: #29C7C2;
	border:1px solid #bfbfbf;
}
.enter a.sender {font-size: 18px;position: absolute;bottom:25px;right:76px;padding: 8px 14px;}
a.relink {float:none !important;height:36px; line-height:36px;}
a.sender:hover{border:1px solid #fff;}
a.relink:hover {color:#fff !important;border:1px solid #fff !important;}

.enter .loading2 {
	background-color:#b7b7b7 !important;
	color:#b7b7b7 !important;
	border:0 !important;
}

#send_mod_btn{
	position:absolute;
	bottom:52px;
	right:46px;
	padding:5px 5px 0 5px;
	font-size:16px;
}

#send_mod_div{
	display:none;
	position:absolute;
	bottom:80px;
	right:-12px;
	padding: 8px;
	background:#e8e8e8;
	border:1px solid #b7b7b7;
	border-radius: 4px;
	font-size:14px;
	line-height:26px;
	z-index: 8788;
}

.send_mod_0 {cursor:pointer;padding:2px 10px;margin-top:6px;border:1px solid #e8e8e8;}
.send_mod_1 {cursor:pointer;padding:2px 10px;margin:6px 0;border:1px solid #e8e8e8;}
.curr_send_mod {background:#fff;border-radius: 10px;border:1px solid #dadada;}

.link-btn {
	float:left;
	margin-right:8px;
    background: #EFEFEF url(img/nav_bg.png) !important;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    color: #646464 !important;
    cursor: pointer;
    display: block !important;
    padding: 6px 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease 0s !important;
	text-align:center;
	height:14px;
	line-height:14px;
	white-space:nowrap;
}

.link-btn:hover {
	background: none !important;
	text-decoration: none !important;
	border-color: #999 !important;
	color: #373737 !important;
	-webkit-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
	-ms-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	transition: all 0.3s ease !important;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.55) !important;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, .55) !important;
}

#starRating{
	font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei";
	display:none;
	position:absolute;
	left:114px;
	bottom:129px;
    width: 260px;
	height:220px;
	overflow:hidden;
    border-radius: 4px;
    border:1px solid #afafaf;
    font-size: 12px;
    letter-spacing: 1px;
	background:#e8e8e8;
	padding-top:16px;
}
#starRating p{text-align:center;width:100%;display:block;padding: 6px 0;}
#starRating .title{font-size: 14px;}
#starRating .last{font-size: 14px;}

#starRating span {
    position: relative;
    display: inline-block;
    width: 28px;
    height:28px;
    overflow: hidden;
    margin-right: 8px;
    cursor: pointer;
}
#starRating .last{margin-right: 0 !important;}

#starRating .high {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 0;
    left: 0;
    background: url("img/star_on.png");
}

#starRating .nohigh {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background: url("img/star_off.png");
}

#starRating .starInfo {
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #ff9a55;
	letter-spacing: 1px;
}

#starRating .starInfo img{
	width: 17px;
	height: 16px;
	vertical-align: text-top;
	margin-right: 6px;
	display: inline-block;
}

#starRating textarea{
	width: 200px;
    height: 46px;
    padding: 4px 6px;
    overflow-y: auto;
    resize: none;
    outline: 0;
    border: 1px solid #dbdbdb;
    word-break: break-all;
    line-height: 17px;
    border-radius:2px;
}
#starRating .sender{float:none;margin:0 auto;}

.welive_popup{display:none;position: fixed; top:0;left:0;width:100%;height:100%;background-color: rgba(0,0,0,0.3);z-index:20000;overflow:hidden;}
.big_img_wrap{position:absolute;box-shadow: 0 0 8px #fff;}

.robot_typing .a{color: #FF534C !important;}
.robot_typing .i{display:block;height:26px;width:86px;background: url("img/typing.svg") center center no-repeat;}

a.how_sendimg {cursor:pointer;color:#969696;position: absolute;bottom:1px;right:72px;}
a.how_sendimg img {vertical-align: middle;}
