* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑" !important;
}
html,body{
	height: 100%;
}
/*body{
	background: url(../img/icon1.jpg);
	background-size:100% 100% ;
}*/
#J_pg{
	display: none;
	background: #b1b2b3;
	/*filter: alpha(opacity=60);*/
	}
#editDiv img{
	display: none;  
}
.all {
	width: 1040px;
	height: 572px;
	overflow: hidden;
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -520px;
	margin-bottom: 75px;
}

.wrapper {
	width: 1000px;
	height: 572px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	border: 2px solid #ddd;
	position: relative;
}

.left_web {
	position: absolute;
	top: 0;
	right: 225px;
	bottom: 0;
	left: 0;
	background-color: #F8F8F8;
	border-right: 1px solid #F8F8F8;
}

.left_web_header {
	position: relative;
	height: 60px;
	background-color: #FFF;
	/*background-color: rgba(255, 255, 255, .88);*/
	border-bottom: 1px solid #DDD;
	z-index: 99;
}

.left_web_header img {
	margin-left: 20px;
}

.left_web_middle {
	position: absolute;
	top: 60px;
	bottom: 115px;
	width: 100%;
	background-color: #F8F8F8;
	overflow-x: hidden;
	overflow-y: auto;
}

.left_web_content {
	overflow: hidden;
	padding: 5px 20px 10px;
	background: #f8f8f8
}

.other {
	float: left;
	position: relative;
	margin-right: 20%;
	padding: 8px 10px;
	line-height: 1.3;
	font-size: 14px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #DDD;
	animation: fadeInUp .4s ease;
	-webkit-animation: fadeInUp .4s ease;
	clear: both;
	margin-top: 10px;
}

.other .arrow,
.mod-chatpanel-firstmsg .arrow {
	position: absolute;
	right: auto;
	top: 15px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 7px solid #DDD;
}

.other .arrow:after,
.mod-chatpanel-firstmsg .arrow:after {
	content: ' ';
	position: absolute;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 6px solid #FFF;
	top: -4px;
	right: -7px;
}

.content {
	word-break: break-all;
	line-height: 20px;
	font-size: 14px;
}

.my {
	float: right;
	position: relative;
	margin-top: 0;
	margin-left: 20%;
	margin-right: 0;
	color: #FFF;
	background-color: #34BBF9;
	border-radius: 4px;
	border: 1px solid #34BBF9;
	box-shadow: none;
	padding: 8px 10px;
	line-height: 1.3;
	font-size: 14px;
	animation: fadeInUp .4s ease;
	-webkit-animation: fadeInUp .4s ease;
	clear: both;
	margin-top: 10px;
}

.my .arrow {
	position: absolute;
	left: auto;
	top: 15px;
	right: -7px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #34BBF9;
	border-right: 0;
}

.my .content {
	background: #34BBF9;
	color: #FFFFFF;
}

.my .content p {
	color: #FFFFFF;
	font-size: 14px;
}

.middle {
	clear: both;
	padding-top: 10px;
}

.middle .content {
	text-align: center;
	font-size: 12px;
	color: #928d8d;
}

.mod-chatpanel-firstmsg {
	clear: both;
	position: relative;
	margin-top: 5px;
	padding: 4px 16px;
	width: 380px;
	line-height: 1.3;
	font-size: 14px;
	background-color: #FFF;
	border-radius: 4px;
	border: 1px solid #DDD;
	animation: fadeInUp .4s ease;
	-webkit-animation: fadeInUp .4s ease;
	float: left;
	margin-right: 20%;
}

.mod-chatpanel-firstmsg .answer {
	font-size: 14px;
	padding: 10px 0 15px 0;
}

.mod-chatpanel-firstmsg .title {
	padding: 10px 0;
	line-height: 16px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #CCC;
}

.mod-chatpanel-firstmsg li {
	border-bottom: 1px solid #F0F0F0;
	position: relative;
	width: 100%;
	line-height: 1.5em;
	padding: 10px 0;
	font-size: 14px;
	cursor: pointer;
}

.mod-chatpanel-firstmsg li:hover {
	text-decoration: underline;
}

.mod-chatpanel-firstmsg li:last-child {
	border-bottom: none;
}

.mod-chatpanel-firstmsg li a {
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: 400;
}

.mod-chatpanel-firstmsg li a span {
	color: #2DA3E8;
	display: inline-block;
	margin-right: 24px;
	font-size: 14px;
}

.mod-chatpanel-firstmsg li a span:hover {
	text-decoration: underline;
}

.mod-chatpanel-time {
	clear: both;
	text-align: center;
	font-size: 12px;
}

.mod-chatpanel-more {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #928d8d;
	cursor: pointer;
}

.mod-chatpanel-more:hover {
	text-decoration: underline;
}

.mod-chatpanel-time .body {
	display: inline-block;
	padding: 5px 15px;
	line-height: 14px;
	color: #FFF;
	background-color: #e0e0e0;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-top: 10px;
}

.left_web_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 115px;
	background-color: #FFF;
	border-top: 1px solid #F8F8F8;
}

.dropup {
	position: absolute !important;
	right: 0;
	bottom: 0;
	z-index: 999999;
	height: 115px;
	line-height: 115px;
	text-align: center;
	width: 14%;
	border-left: 1px solid #f8f8f8;
	cursor: pointer;
}

.btn-default {
	color: #999;
	background-color: #fff;
	border-color: #ccc;
}

.btn {
	color: #999;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 1.2px;
	border: none;
	outline: none;
	cursor: pointer;
	display: block;
    background-color: #e9ecee;
    padding: 6px 25px;
    border-radius: 20px;
    margin-top: 42px;
    margin-left: 13px;
}
.btn.activer{
	background-color: #34bbf9;
	color: #FFFFFF;
}

.dropup .caret {
	border-top: 0;
	border-bottom: 5px dashed #999;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-left: 0;
	color: #999;
	position: relative;
	z-index: 9999999999;
}

.dropup .caret:hover {
	color: #3e78c1;
}

.dropdown-menu {
	position: absolute;
	top: -30px;
	right: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:hover {
	color: #3e78c1;
}

.gou {
	background: url(../img/gou1.png) no-repeat 3px 5px;
}

.icon {
	margin-left: 5px;
	position: relative;
	top: 3px;
}

.icon li {
	float: left;
	margin: 3px 5px;
	position: relative;
	height: 20px;
}

.icon a,
.icons a {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.face {
	background: url(../img/icon_2.png) no-repeat;
}

.active .face {
	background: url(../img/icon2.png) no-repeat;
	cursor: no-drop;
}

.photo {
	width: 24px !important;
	height: 24px !important;
	position: relative;
	top: -2px;
	background: url(../img/icon_3.png) no-repeat;
}

.active .photo {
	background: url(../img/icon3.png) no-repeat;
	cursor: no-drop;
}

.code {
	background: url(../img/icon_4.png) no-repeat;
}

.active .code {
	background: url(../img/icon4.png) no-repeat;
	cursor: no-drop;
}

.satisfaction {
	width: 24px !important;
	height: 24px !important;
	position: relative;
	top: -3px;
	background: url(../img/icon_5.png) no-repeat;
}

.active .satisfaction {
	background: url(../img/icon5.png) no-repeat;
	cursor: no-drop;
}

.active input[type='file'] {
	display: none;
}

.service {
	width: 23px !important;
	height: 23px !important;
	position: relative;
	top: -1px;
	background: url(../img/icon_6.png) no-repeat;
}

.active .service {
	background: url(../img/icon6.png) no-repeat;
	cursor: no-drop;
}

.message {
	width: 24px !important;
	height: 24px !important;
	position: relative;
	top: -1.5px;
	background: url(../img/icon_7.png) no-repeat;
}

.active .message {
	background: url(../img/icon7.png) no-repeat;
	cursor: no-drop;
}
.serviceout {
	background: url(../img/icon_8.png) no-repeat;
	position: relative;
    left: 2px;
    top: 2px;
}

.active .serviceout {
	background: url(../img/icon8.png) no-repeat;
	cursor: no-drop;
	position: relative;
    left: 2px;
    top: 2px;
}

.scroller {
	-webkit-tap-highlight-color: transparent;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
	overflow: hidden;
	height: 197px;
	border-radius: 4px;
	border: 1px solid #DDD;
	background: #FFFFFF;
}

.faces:before {
	content: '';
	display: block;
	position: absolute;
	right: auto;
	bottom: -7px;
	left: 9px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #DDD;
}

.ww-smiley {
	width: 25px;
	height: 25px;
	background-image: url(../img/face.png);
	display: inline-block;
	float: left;
	margin: 2px 4px;
	cursor: pointer;
}

.right_web {
	width: 225px;
	float: right;
	background: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.coders {
	padding: 20px;
	z-index: 999;
	/*display: none;*/
}

.coders h3 .title {
	padding: 5px 0;
	font-weight: 600;
	font-size: 18px;
}

.coders .mobile-phone {
	position: relative;
	top: 5px;
}

.coders .desc {
	font-size: 12px;
	color: #999;
	margin: 12px 0;
}

.coders .feature-list li {
	line-height: 18px;
	font-size: 12px;
}

.coders .feature-list li:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 2.5px;
	height: 2.5px;
	top: -3px;
	margin: 0 8px 0 5px;
	border-radius: 100%;
	background-color: #000;
}

.servicers {
	padding: 33px 10px;
	z-index: 999;
	display: none;
}

.servicers p,
.messagers p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #34BBF9;
}

.right_an input[type="text"],
.right_an select {
	width: 100%;
	height: 22px;
	border-radius: 3px;
	border: 1px solid #b9b6b6;
	text-indent: 5px;
}

.right_an textarea {
	border-radius: 3px;
	border: 1px solid #b9b6b6;
	text-indent: 5px;
}

.messagers {
	padding: 33px 10px;
	z-index: 999;
	display: none;
}

.coders p {
	font-size: 14px;
}

.red {
	color: red;
	padding-left: 3px;
}

.shh {
	display: none;
}

.shq {
	display: none;
}

.icons {
	position: absolute;
	right: 0px;
	bottom: 1px;
	background: #fff;
	width: 40px;
	border-radius: 0 10px 10px 0;
	padding: 7px;
	border: 1px solid #ddd;
	border-left: none;
}

.icons a {
	position: relative;
	top: 0;
	margin-top: 5px;
}

.right_an {
	width: 225px;
	background: #FFFFFF;
	position: absolute;
	right: -225px;
	top: 0;
	bottom: 0;
}

.icon-enter {
	display: inline-block;
	float: right;
	width: 18px;
	height: 18px;
	background: url(../img/enter.png) no-repeat center;
}

.right_nav>ul>li {
	height: 60px;
	line-height: 60px;
	width: 33.33%;
	float: left;
	text-align: center;
	/*border-bottom: 1px solid #DDDDDD;*/
	cursor: pointer;
	font-size: 13px;
}

.right_message {
	clear: both;
}

.right_nav>ul>li.cur,
.right_nav>ul>li:hover {
	border-bottom: 3px solid #FF5300;
	color: #FF5300;
	font-weight: 600;
}

.right_nav .right_message li {
	padding: 10px;
	/*border-bottom: 1px solid #F0F0F0;*/
	background: url(../img/right_sjx.png) no-repeat 5px 11px;
	text-indent: 5px;
}

.right_nav .right_message li span:hover {
	text-decoration: underline;
}

.right_nav .right_message li span {
	color: #2DA3E8;
	display: inline-block;
	width: 98%;
	margin-right: 24px;
	font-size: 13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.lang_wid {
	width: 560px;
}

.J_More {
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.J_More span {
	font-size: 14px;
	color: #34BBF9;
}

.J_More i.icon_down {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon_down.png) no-repeat 0px 3px;
}

.J_More i.icon_up {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/icon_up.png) no-repeat 0px 3px;
}

.rate-wrap {
	position: absolute;
	right: -30px;
	bottom: 0;
}

.rate-wrap .bor {
	border-radius: 20px;
	border: 1px solid #999999;
	width: 24px;
	height: 24px;
	margin-top: 5px;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.rate-wrap .bad.bor {
	line-height: 32px;
}

.msg-loading {
	height: 18px;
	margin: 0 auto;
	margin: 0 10px;
}

.msg-loading span {
	display: inline-block;
	width: 7px;
	height: 100%;
	border-radius: 4px;
	background: #ff9800;
	-webkit-animation: load 1s ease infinite;
	animation: load 1s ease infinite;
}

@-webkit-keyframes load {
	0%,
	100% {
		height: 18px;
		background: #ff9800;
	}
	50% {
		height: 25px;
		margin: -4px 0;
		background: #ff9800;
	}
}

.msg-loading span:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.msg-loading span:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.msg-loading span:nth-child(4) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.msg-loading span:nth-child(5) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.leave_s {
	color: #005ca1;
	cursor: pointer;
}

.leave_s:hover {
	text-decoration: underline;
}

.msg-foot-input:empty:before {
	content: attr(placeholder);
	color: #d3d4d3;
}

.loading span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	border-radius: 50%;
	background: #FF5300;
	-webkit-animation: load 1s ease infinite;
}

.loading span:last-child {
	margin-right: 0px;
}

@-webkit-keyframes load {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loading span:nth-child(1) {
	-webkit-animation-delay: 0.2s;
}

.loading span:nth-child(2) {
	-webkit-animation-delay: 0.3s;
}

.loading span:nth-child(3) {
	-webkit-animation-delay: 0.4s;
}

.prestrain span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: #DDDDDD;
	border-radius: 15px;
	-webkit-animation: prestrain 1.04s ease infinite;
}

.prestrain span:last-child {
	margin-right: 0px;
}

@-webkit-keyframes prestrain {
	0% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: .2;
		-webkit-transform: scale(.2);
	}
}

.prestrain span:nth-child(1) {
	-webkit-animation-delay: 0.13s;
}

.prestrain span:nth-child(2) {
	-webkit-animation-delay: 0.26s;
}

.prestrain span:nth-child(3) {
	-webkit-animation-delay: 0.39s;
}

#editDiv {
	outline: none;
	width: 87%;
	height: 85px;
	overflow-y: auto;
	padding: 5px 10px;
	word-wrap:break-word;
	word-break:break-all;
}
/*#editDiv{
	width: 87%;
	height: 85px;
	overflow-y: auto;
	padding: 5px 10px;
    line-height: 19px;
    font-size: 14px!important;
    box-sizing: border-box;
    border-width: 0;
    background-color: transparent;
    resize: none;
    outline: none;
    font-size: 16px;
    color: #333;
    -webkit-touch-callout: default;
    word-break: break-all;
}*/

.imgtext {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999999;
	display: none;
}

.imgtext>div {
	width: 500px;
	height: 590px;
	background: #575757;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px;
	margin-left: -250px;
	border-radius: 5px;
}

.imgtext>div h3 {
	line-height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
	height: 40px;
	box-shadow: 1px 1px 1px #eee;
	color: #FFFFFF;
}

.imgtext #imgtext {
	padding: 10px;
	height: 500px;
}

.imgtext .send_img {
	margin: 5px auto;
	display: block;
	cursor: pointer;
	width: 30px;
}

.imgtext h3 i {
	float: right;
	font-style: normal;
	color: #fff;
	font-size: 20px;
	background: #403e3e;
	width: 24px;
	height: 24px;
	line-height: 23px;
	text-align: center;
	border-radius: 30px;
	margin-top: 8px;
	cursor: pointer;
}

.imgtext h3 i:hover {
	color: #ddd;
}

.msg-animate {
	-webkit-animation: my-show 0.8s;
	animation: my-show 0.8s;
	margin-top: 5px;
}

@-webkit-keyframes my-show {
	0% {
		margin-top: 60px;
	}
	100% {
		margin-top: 5px;
	}
}

.close_ewm {
	float: right;
	/* background: #ddd; */
	width: 20px;
	height: 20px;
	margin: 5px;
	text-align: center;
	line-height: 20px;
	font-style: normal;
	color: #a7a3a3;
	font-size: 20px;
	cursor: pointer;
}

.close_ewm:hover {
	color: #908e8e;
}
.colseXZ{
	position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 5px 10px;
    color: #1296db;
    border-radius: 20px;
}
.colseXZ img{
	width: 18px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.left_web_out{
	position: absolute;
    bottom: 120px;
    right: 5px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    color: #1999dc;
    line-height: 20px;
    cursor: pointer;
    display: none;
}
.left_web_out:hover{
	text-decoration: underline;
}
.left_web_out img{
	position: relative;
	top: 3px;
}
.content p span{
	color: #333333 !important; 
}
