/*通用样式*/

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body {
	padding: 5px;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	text-align: left;
	COLOR: #4f4f4f;
}
div {
	font-family: "微软雅黑";
	line-height: 25px;
	color: #4f4f4f;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
}
td {
	font-family: "微软雅黑";
	line-height: 25px;
	color: #4f4f4f;
	font-size: 14px;
	letter-spacing: 1px;
}
form {
	padding: 0px;
	margin: 0px;
}
.topwz, .topwz td {
	font-size: 12px;
	color: #666666;
	line-height: 30px;
}
a {
	color: #666;
	text-decoration: none;
}
.linfo {
	background: url(../image/leftmlinebg.png) no-repeat bottom;
	line-height: 40px;
	color: #fff;
}
.linfo img {
	margin-left: 15px;
	margin-right: 7px;
	width: 22px;
	height: 22px;
}
.linfo a {
	color: #fff;
	font-size: 14px;
	font-family: 微软雅黑;
	letter-spacing: 2px;
}
.linfo span {
	font-family: Arial;
	font-size: 13px;
}
.linfo table {
	margin-left: 35px;
	margin-bottom: 10px;
}
.linfo td a {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0px;
}
.wztd {
	padding: 0px 15px;
	line-height: 43px;
	font-size: 13px;
}
.tdheight {
	height: 43px;
	line-height: 20px;
}
input[type="submit"], input[type="button"], input[type="reset"] {
	border-radius: 4px;
	border: 1px solid gray;
	box-shadow: 0 0 3px gray;
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	cursor: pointer;
	font-size: 14px;
	font-family: 微软雅黑;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px, 1px);
}
.tdmains td {
	font-size: 13px;
}
.txt {
	line-height: 30px;
	height: 30px;
	border: 1px solid #908E87;
	border-radius: 4px;
	padding-left: 5px;
}
.txt:focus, .word:focus, select:focus {
	box-shadow: 0 0 3px #717171;
	transition: 0.5s;
	outline: none;
}
.btlist {
	color: #43680f;
	font-size: 14px;
	color: #43680f;
	height: 43px;
	font-weight: bold;
}
.datelist {
	height: 43px;
	text-indent: 20px;
	font-size: 15px;
	font-family: Arial;
}
.datelist a {
	color: #2e2d2d;
}
.datelist a:hover {
	color: #FF0000;
}
.tdlink a:hover {
	color: #FF0000;
}
.tdlistover:hover {
	background: #f7ffed;
}
/*聊天列表*/

#topwelcome {
	clear: both;
	font-size: 15px;
	line-height: 23px;
}
#topwelcome p {
	padding: 5px 0px;
}
.chatmain {
	clear: both;
	padding-top: 5px;
}
.chatmainlist {
	clear: both;
	padding: 20px 15px 15px;
	overflow: auto;
	height: 500px;
}
.chatmainlist ul {
	margin-bottom: 30px;
}
 @-moz-document url-prefix() {
.chatmainlist {
scrollbar-color:#b3c49e #eefadf;
scrollbar-width:thin;
}
}
.chatmainlist {
	scrollbar-face-color: #b3c49e;
	scrollbar-arrow-color: #b3c49e;
	scrollbar-highlight-color: #eefadf;
}
 .chatmainlist::-webkit-scrollbar {
width:5px;
}
.chatmainlist::-webkit-scrollbar-track {
background: #eefadf;
border-radius:2px;
}
 .chatmainlist::-webkit-scrollbar-thumb {
 background: #b3c49e;
 border-radius:5px;
}
 .chatmainlist::-webkit-scrollbar-thumb:hover {
 background: #9dad8a;
}
.msglist {
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
.msgtop {
	clear: both;
	color: #62778c;
	font-size: 13px;
}
.msgtop img {
	vertical-align: middle;
	width: 45px;
}
.msgcontent {
	clear: both;
}
.kfmsg {
	display: inline-block;
	float: left;
	margin-left: 65px;
	background: #eff3f6;
	border-radius: 5px;
	padding: 4px 10px;
	line-height: 20px;
}
.kfmsg a {
	color: blue;
	font-family: Arial;
}
.visitormsg {
	display: inline-block;
	float: right;
	background: #1f8ce8;
	border-radius: 5px;
	padding: 4px 10px;
	line-height: 20px;
	color: #fff;
}
.visitormsg a {
	color: blue;
	font-family: Arial;
}
.visitormsg td {
	color: #fff;
}
.msgcontent img {
	max-height: 140px;
}
.msgcontent td img {
	width: 90px;
}
.nobg {
	background: #fff;
	border-radius: 0px;
	padding: 0px;
	line-height: 0px;
}

.startdiv {
	padding-top:25px;
	text-align:center;
}
.startwz {
	display:inline-block;
	background:#f6f7fb;
	color:#606266;
	line-height:30px;
	padding:0px 10px;
	font-family:Arial;
}
.hrline {
	border-bottom:1px dashed #ccc;
	padding:10px 0px;
	text-align:center;
	margin-bottom:20px;
	clear:both;
}
.btn-load-more {
    width: 130px;
    height: 32px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 11px 0px rgba(161, 161, 161, 0.13), inset 0px -1px
		0px 0px rgba(255, 255, 255, 0.11);
    font-size: 13px !important;
    color: #4886f8;
    line-height: 2.666666666666667;
    border-radius: 16px;
    text-align: center;
    text-decoration: none;
    margin: 2px auto;
    transition: box-shadow .5s;
	border:none !important;
}


/*聊天窗口*/

.chatinput {
	clear: both;
	padding-bottom: 6px;
}
.word {
	line-height: 20px;
	width: 0px;
	padding: 5px;
	height: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	vertical-align: middle;
	margin: 0px;
	font-size: 12px;
	box-shadow: inset 0 0 3px gray;
	border-radius: 3px;
	font-size: 14px;
	font-family: "微软雅黑";
	border-color: #dde5ed;
	display: none;
}
#mesgedit {
	line-height: 20px;
	width: 100%;
	padding: 5px;
	height: 55px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
	-webkit-box-sizing: border-box; /* Safari */
	vertical-align: middle;
	margin: 5px 0px;
	font-size: 12px;
	box-shadow: inset 0 0 3px gray;
	border-radius: 3px;
	font-size: 14px;
	border-color: #dde5ed;
	color: #8da2b5;
	box-shadow: inset 0 0 3px gray;
	overflow: auto;
}
#mesgedit img {
	max-height: 100px;
}
#upimg {
	display: none;
}
#upfile {
	display: none;
}
.chatbutton {
	clear: both;
}
.chatemot {
	float: left;
	cursor: pointer;
	position: relative;
	margin-right: 8px;
}
.chatemot img:hover {
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px, 1px);
}
#chatemotlist {
	position: absolute;
	top: -65px;
	left: 0px;
	background: menu;
	border: #dde5ed 1px solid;
	display: none;
}
.chatsubmit {
	float: right;
}
.adminbut {
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 4px 12px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #b35506;
	box-shadow: 0 0 3px #b35506;
	background-color: #e36800;
	color: #fff;
	font-weight: 400;
	border-radius: 3px;
}
.adminbut:hover {
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px, 1px);
}
.endbut {
	margin-left: 60px;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 4px 12px;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #0f246d;
	box-shadow: 0 0 3px #0f246d;
	background-color: #173394;
	color: #fff;
	font-weight: 400;
	border-radius: 3px;
}
.endbut:hover {
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px, 1px);
}
/*访客聊天主窗口*/
.closebut {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	transition: 1s;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
.closebut:hover {
	transform: rotate(360deg);
}
.chatmains {
	width: 600px;
	margin: 0px auto;
}
.chatsermains {
	width: 100%;
	margin: 0px auto;
}
.chattop {
	clear: both;
	width: 100%;
}
.chatend {
	clear: both;
	width: 100%;
}
.kfend {
	position: absolute;
	bottom: 0px;
	left: 10px;
	font-size: 12px;
	color: #8da2b5;
	font-family: Arial;
}
/*客服后台界面*/

.bodymain {
	width: 96%;
}
.leftmtd {
	padding-top: 100px;
	background-color: #73b220;
}
.topuserinfo {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../image/topbg.png) no-repeat left top;
}
#tdlogo {
	color: #fff600;
	font-size: 30px;
	padding-left: 25px;
	font-family: 时尚中黑简体, 微软雅黑;
}
.ltop {
	font-size: 14px;
	font-weight: bold;
	color: #2a4a00;
	font-family: 微软雅黑;
}
.ltop img {
	margin-right: 10px;
	margin-left: 25px;
}
.tdmain {
	width: 96%;
	margin: 20px auto;
}
.foottd, .footmob {
	color: #fff;
}
.foottd a {
	color: #fff;
	font-family: Arial;
}
.footmob a {
	color: #fff;
}
.foottd span {
	font-family: Arial;
}
 @media (min-width: 800px) {
.footmob {
	display: none;
}
}
 @media (max-width: 800px) {
.foottd {
	display: none;
}
}
 @media (min-width: 1000px) {
.tdmain {
	max-width: 700px;
}
}
.tdmains {
	width: 94%;
	margin: 50px auto;
}
.t1 {
	background: url("../image/1.png") no-repeat 0px top;
}
.t2 {
	background: url("../image/2.png") repeat-x 0px top;
	font-size: 14px;
	font-weight: bold;
}
.t3 {
	background: url("../image/3.png") no-repeat 0px top;
}
.tml {
	background: #F3FFE3;
	border-left: #B3D08F 1px solid;
}
.tbg {
	background: url("../image/pbg.png") repeat-x 0px top;
	height: 30px;
}
.tbg td {
	color: #43680f;
	font-size: 13px;
}
.tmr {
	background: #F3FFE3;
	border-right: #B3D08F 1px solid;
}
.e1 {
	background: url("../image/4.png") no-repeat 0px bottom;
}
.e2 {
	background: url("../image/5.png") repeat-x 0px bottom;
}
.e3 {
	background: url("../image/6.png") no-repeat 0px bottom;
}
.kfiframe {
	width: 98%;
}
.kfiframelist {
	width: 100%;
	height: 500px;
}
.kfiframelistend {
	width: 100%;
	height: 110px;
}
.cks {
	display: block;
	float: right;
	line-height: 30px;
	padding-right: 10px;
	color: #4f4f4f;
	font-weight: normal;
}
.cks iframe {
	height: 30px !important;
}
.clockwz {
	color: #4f4f4f;
	font-weight: normal;
	text-align: right;
	float: right;
	font-size: 13px!important;
}
.clockwz font {
	font-family: Arial;
	font-weight: bold;
}
/*登陆界面*/

.loginbt {
	color: #FFF;
	font-size: 34px;
	font-weight: bold;
	line-height: normal;
	font-family: "黑体";
}
.logininput {
	line-height: 30px;
	height: 30px;
	border: 1px solid #908E87;
	border-radius: 4px;
	width: 150px;
	text-indent: 10px;
	margin-left: 6px;
	font-family: Arial;
}
.logininput:focus {
	box-shadow: 0 0 10px #717171;
	transition: 0.5s;
}
.loginbut img:hover, .loginbut input:hover {
	cursor: pointer;
	transform: translate(1px, 1px);
	-webkit-transform: translate(1px, 1px);
}
.leftTitleBg {
	background: url("../image/leftTitleBg.jpg");
}
.leftTitleBg img {
	margin-top: 13px;
}
.leftTitle {
	padding-left: 10px;
}
.leftTitle a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	line-height: 35px;
	display: block;
}
.area {
	position: relative;
	height: 43px;
	width: 300px;
	margin: 0px auto;
	overflow: hidden;
	margin-left:30px;
}
.area iframe {
	width: 630px;
	height: 840px;
	top: -357px;
	left: -170px;
	position: absolute;
}


.scan_cover {
	position: absolute;
	left: 0px;
	top: 15px;
	width: 230px;
	height: 70px;
	background-image: -moz-linear-gradient(to bottom, rgba(162,255,246,0), rgba(22,209,255,0.6));
	background-image: -webkit-linear-gradient(to bottom, rgba(162,255,246,0), rgba(22,209,255,0.6));
	background-image: -o-linear-gradient(to bottom, rgba(162,255,246,0), rgba(22,209,255,0.6));
	background-image: -ms-linear-gradient(to bottom, rgba(162,255,246,0), rgba(22,209,255,0.6));
	background-image: linear-gradient(to bottom, rgba(162,255,246,0), rgba(22,209,255,0.6));
	animation: scan_animate 1.2s infinite linear;
}
@keyframes scan_animate {
0% {
-moz-transform:translate(0, -100%);
-webkit-transform:translate(0, -100%);
-o-transform:translate(0, -100%);
-ms-transform:translate(0, -100%);
transform:translate(0, -100%)
}
100% {
-moz-transform:translate(0%, 150px);
-webkit-transform:translate(0%, 150px);
-o-transform:translate(0%, 150px);
-ms-transform:translate(0%, 150px);
transform:translate(0%, 150px)
}
}

.wxbg {
	background:url(../image/wxbg.png) no-repeat center;
	position:relative;
	overflow:hidden;
	width:230px;
	height:230px;
	line-height:0px;
	margin-top:-8px;
	margin-bottom:12px;

}
.wxbg img {
	margin-top:10px;
	margin-left:10px;
	width:210px;
	border-radius:35px;
}