﻿
@charset "utf-8";
/* CSS Document */
a{
	text-decoration: none;
	outline: none;
	blr:expression(this.onFocus=this.blur());
	color:#454545;
	}
a{cursor:pointer;}
a:hover{
	text-decoration:none;
	}
ol, ul, li {list-style: none;}
img,input,lable{
	vertical-align:middle;
	}
input,textarea,select {
	background:none;
	border-radius:0;
	outline: none;
	resize:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;
	}
input[type=radio], input[type=checkbox]{
	-webkit-appearance:radio;
	-moz-appearance:radio;
	-ms-appearance:radio;
	-o-appearance:radio;
	appearance:radio;
	}
.cl{line-height: 0px;display: block;clear: both;height: 0px;width: 100%;overflow: hidden;}
body,ul,dl,dd,dt,form,lable,img,span,th,td,input,select,label,textarea,h1,h2,h3,h4,h5,h6,p,i,button,em{
	font-style:normal;
	font-weight:normal;
	list-style:none;
	padding:0;
	margin:0;
	}
body,div,ul,ol,li,dl,dd,dt,form,img,span,td,input,select,textarea,label,h1,h2,h3,h4,h5,h6,p,button{
    border: none;
	}
body,form,input,select,textarea{	
	color:#454545;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	-webkit-text-size-adjust : none ;
	-moz-text-size-adjust : none ;
	-ms-text-size-adjust : none ;
	-o-text-size-adjust : none ;
	text-size-adjust : none
	}
body{
	background-color:#f0f2f5;
	}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
.banner1 { margin:5px auto; text-align:center }
.banner1 li{float:left;margin-bottom:2px;}
.banner1 li img{width:1200px;}
.bannerbox { margin:5px auto; text-align:center }
.bannerbox li { width:20%; float:left;  text-align:center;font-size:14px; box-sizing:border-box; font-weight:bold }
.bannerbox li a { border:1px solid #EB314C; color:#EB314C; background:#FFFF99; height:45px; line-height:45px; overflow:hidden; display:block; box-sizing:border-box; margin-top:-1px; }
.clearfix{
	zoom:1;
	}
.fl{
	float:left;
	}
.fr{
	float:right;
	}
.tl{
	text-align:left;
	}
.tc{
	text-align: center;
	}
.tr{
	text-align: right;
	}
.underline{
	text-decoration:underline;
	}
.relative{
	position:relative;
	}
.zIndexUp{ z-index:999999;}
.hidden{ overflow:hidden;}
.blcok{ display:block;}
.float_l{float: left;}
.float_r{float: right;}	
/* font */
.c_000, a.c_000, .c_000 a{ /* 黑色 */
	color:#000;
	}
.c_333, a.c_333, .c_333 a{ /* 深灰 */
	color:#333;
	}
.c_666, a.c_666, .c_666 a{ /* 灰 */
	color:#666;
	}
.c_999, a.c_999, .c_999 a{ /* 浅灰 */
	color:#999;
	}
.c_fff, a.c_fff, .c_fff a{ /* 白 */
	color:#fff;
	}
.c_38485a, a.c_38485a, .c_38485a a{ /* 标题 */
	color:#38485a;
	}
.c_394a58, a.c_394a58, .c_394a58 a{ /* 标题 */
	color:#394a58;
	}
.c_818486, a.c_818486, .c_818486 a{ /* 副标题 */
	color:#818486;
	}
.c_8f98aa, a.c_8f98aa, .c_8f98aa a{ /* 正文 */
	color:#8f98aa;
	}
.c_abb0b3, a.c_abb0b3, .c_abb0b3 a{ /* 标签 */
	color:#abb0b3;
	}
.c_0171c5 , a.c_0171c5 , .c_0171c5  a{ /* 挑亮色_蓝 */
	color:#0171c5 ;
	}
.c_4095cc, a.c_4095cc, .c_4095cc a{ /* 浅蓝 */
	color:#4095cc;
	}
.c_747f8c, a.c_747f8c, .c_747f8c a{ /* 灰蓝 */
	color:#747f8c;
	}
.c_ff8b3d, a.c_ff8b3d, .c_ff8b3d a{ /* 橙色 */
	color:#ff8b3d;
	}
.green, a.green, .green a{ /* 绿色 */
	color:#57cf07;
	}
.red, a.red, .red a{ /* 红色 */
	color:#ff3600;
	}
.f12{
	font-size:12px;
	}
.f14{
	font-size:14px;
	}
.f16{
	font-size:16px;
	}
.f18{
	font-size:18px;
	}
.f20{
	font-size:20px;
	}
.f22{
	font-size:22px;
	}
.f24{
	font-size:24px;
	}
.f26{
	font-size:26px;
	}
.f28{
	font-size:28px;
	}
.f30{
	font-size:30px;
	}
.f32{
	font-size:32px;
	}
.f36{
	font-size:36px;
	}	
.fb{
	font-weight:bold;
	}
.lh16{
	line-height:16px;
	}
.lh18{
	line-height:18px;
	}
.lh20{
	line-height:20px;
	}
.lh22{
	line-height:22px;
	}
.lh24{
	line-height:24px;
	}
.lh26{
	line-height:26px;
	}
.lh28{
	line-height:28px;
	}
.lh30{
	line-height:30px;
	}
/* font End */


/* 边距 */
.pt5{
	padding-top:5px;
	}
.pt10{
	padding-top:10px;
	}
.pt15{
	padding-top:15px;
	}
.pt20{
	padding-top:20px;
	}
.pt25{
	padding-top:25px;
	}
.pt30{
	padding-top:30px;
	}
.p5{
	padding:5px;
	}
.p10{
	padding:10px;
	}
.p15{
	padding:15px;
	}
.p16{
	padding-left:15px;
	padding-top:10px;
	}
.p20{
	padding:20px;
	}
.mt5{
	margin-top:5px;
	}
.mt10{
	margin-top:10px;
	}
.mt15{
	margin-top:15px;
	}
.mt20{
	margin-top:20px;
	}
.mt25{
	margin-top:25px;
	}
.mt30{
	margin-top:30px;
	}
.pl5{
	padding-left:5px;
	}
.pl10{
	padding-left:10px;
	}
.pl15{
	padding-left:15px;
	}
.pl20{
	padding-left:20px;
	}
.pl25{
	padding-left:25px;
	}
.ml5{
	margin-left:5px;
	}
.ml10{
	margin-left:10px;
	}
.ml15{
	margin-left:15px;
	}
.ml20{
	margin-left:20px;
	}
.ml25{
	margin-left:25px;
	}
.mr5{
	margin-right:5px;
	}
.mr10{
	margin-right:10px;
	}
.mr15{
	margin-right:15px;
	}
.mr20{
	margin-right:20px;
	}
.mr25{
	margin-right:25px;
	}
.mr30{
	margin-right:30px;
	}
.mt40{
	margin-top:40px;
	}
/* 边距 End */


/*首页body白色*/
.index{
	background-color:#fff;
      }
/* 背景色\圆角\投影 */
.bgWhite{
	background-color:#fff; /* 白色背景 */
	}
.bgWhitelink{
	background-color:#f3f3f3; 
	}
.bgBlack{
	background-color:#080810; /* 深蓝背景 */
	}
.bgBlue{
	background-color:#0171c5; /* 蓝色背景 */
	}
.radius5{
	border-radius:5px;
	}
.radius100{
	border-radius:100%;
	}
/*旧模块鼠标移动阴影特效.shadow1{
	box-shadow:0 2px 3px rgba(0,0,0,0.06);
	}*/
/* 背景色\圆角\投影 End */

/*新模块阴影*/
.course-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border:1px solid #e4ecf3;
	border-radius: 5px;
  }
 .workList:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  


/* 公共 */
.w1180{
	margin-left:auto;
	margin-right:auto;
	width:1180px;
	}
.icon{
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	display:inline-block;
	}
.spanMiddle{
	display:inline-block;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	height:100%;
	width:0;
	}
.imgMiddle{ vertical-align:middle;}

/* 公共 End */



/*head*/
#logo{
	float:left;
	padding-top:22px;
	padding-bottom:22px;
	}
.mainNav{
	float:left;
	margin-left:22px;
	}
	.mainNav > li{
		float:left;
		margin-right:1px;
		position:relative;
		}
		.mainNav > li a{
			color:#fff;
			display:block;
			font-size:15px;
			line-height:70px;
			padding:0 18px;
			}
		.mainNav > li a:hover,
		.mainNav > li.current a{
			color:#e0c69b;
			}
		.navMore{
			cursor:pointer;
			padding:26px 18px;
			}
		.mainNav > li:hover .navMore{ background-color:#161d2b;}
			.navMore > .icon{
				background-position:0 0;
				height:6px;
				width:26px;
				}
		.navMoreUl{
			background-color:#161d2b;
			display:none;
			text-align:center;
			position:absolute;
			left:0;
			top:100%;
			min-width:100%;
			}
			.mainNav > li .navMoreUl a{
				line-height:38px;
				padding:0;
				}
.pt17{ padding-top:21px;}
.headSearch{
	background-color:#1f2537;
	border-radius:15px;
	margin-right:15px;
	padding-left:25px;
	height:30px;
	transition: background-color 0.5s ease-in-out;
	-webkit-transition: background-color 0.5s ease-in-out;
	-moz-transition: background-color 0.5s ease-in-out;
	-o-transition: background-color 0.5s ease-in-out;
	}
	.headSearch input[type=text]{
		color:#6d7a86;
		font-size:12px;
		line-height:30px;
		height:inherit;
		width:30px;
		}
	.headSearch button{
		cursor:pointer;
		display:inline-block;
		text-align:center;
		vertical-align:middle;
		height:inherit;
		width:40px;
		outline:none;
		border:none;
		background:none;
		margin-top:-8px;
		}
		.headSearch .search-submit i{
			background-position:-53px 0;
			margin-top:8px;
			height:14px;
			width:14px;
			}
	.sClassify{
		border-right:1px rgba(0,0,0,0.3) solid;
		color:#6d7a86;
		font-size:12px;
		line-height:30px;
		margin-right:10px;
		padding-right:10px;
		position:relative;
		height:30px;
		}
		.sClassify i{
			background-position:-270px 0;
			background-size:450px;
			margin-left:5px;
			filter:alpha(opacity=50);
			opacity:0.5;
			height:6px;
			width:11px;
			}
		.sClassify ul{
			background-color:#fff;
			display:none;
			position:absolute;
			top:100%;
			left:-10px;
			white-space:nowrap;
			}
		.sClassify:hover ul{ display:block;}
			.sClassify ul li{
				cursor:pointer;
				padding:0 10px;
				}
			.sClassify ul li:hover{
				background-color:#0171c5;
				color:#fff;
				}
.headRBtn{
	cursor:pointer;
	text-align:center;
	margin-left:10px;
	padding:18px 15px;
	}
.headShezhi{ padding:20px 20px;}
.headRBtn:hover{
	background-color:#161d2b;
	}
	.uploadBtn{
		background-position:-28px 0;
		margin:5px 0 2px;
		height:17px;
		width:23px;
		font-size:12px;
		}
	.uploadUl{
		background-color:#161d2b;
		display:none;
		position:absolute;
		right:0;
		top:100%;
		width:120px;
		}
		.uploadUl a{
			color:#fff;
			display:block;
			line-height:38px;
			}
		.uploadUl a:hover{ background-color:#0171c5;}
	.newIcon{
		background-color:#ff0800;
		position:absolute;
		top:16px;
		right:10px;
		height:6px;
		width:6px;
		}
	.inbox{
		background-position:0 -7px;
		margin:6px 0 2px;
		height:16px;
		width:21px;
		}
	.inboxDl{
		background-color:#fff;
		border:1px #e9ebee solid;
		display:none;
		position:absolute;
		top:100%;
		left:-116px;
		width:294px;
		}
		.inboxDt{
			background-color:#dde2e3;
			text-align:center;
			position:relative;
			height:50px;
			}
			.inboxDt a{
				border-radius:14px;
				font-size:12px;
				display:inline-block;
				line-height:28px;
				margin-top:13px;
				padding:0 15px;
				position:relative;
				}
			.inboxDt a.current{
				background-color:#0171c5;
				color:#fff;
				}
				.inboxDt a span{
					background-color:#ff0800;
					font-size:12px;
					font-family:Arial;
					border-radius:100%;
					color:#fff;
					line-height:18px;
					text-align:center;
					overflow:hidden;
					position:absolute;
					top:-10px;
					right:4px;
					height:18px;
					width:18px;
					}
			.inboxDtSan{
				border-color:transparent transparent #dde2e3 transparent;
				border-width:6px;
				border-style:solid;
				position:absolute;
				top:-13px;
				left:136px;
				height:0;
				width:0;
				}
			.inboxDtP{ line-height:50px;}
			.inboxList{
				border-bottom:1px #f1f3f5 solid;
				font-size:12px;
				display:block;
				text-align:left;
				padding:15px 12px;
				}
			.inboxList:hover,
			.headMore:hover{ background-color:#f1f3f5;}
			.headMore{
				font-size:12px;
				display:block;
				text-align:center;
				padding:15px 0;
				}
	.remind{
		background-position:-69px 0;
		margin-top:3px;
		height:21px;
		width:20px;
		}
	.messageBox{ left:-177px;}
		.messageBox dd{ display:none;}
		.messageBox .inboxDtSan{ left:195px;}
.headLogin,
.headRegist{
	color:#fff;
	line-height:70px;
	margin-left:12px;
	}
	.headLogin span,
	.headRegist span{
		display:inline-block;
		margin-right:5px;
		position:relative;
		top:4px;
		height:18px;
		width:18px;
		}
	.headLogin span{ background-position:-481px 0;}
	.headRegist span{ background-position:-481px -19px;}
/* head End*/
/**登录状态**/
.iconfont.vip_login,
.iconfont.vip_purches {
  display: inline-block;
  width: 73px;
  height: 22px;
  vertical-align: middle;
}
.iconfont.vip_login:before,
.iconfont.vip_purches:before {
  display: none;
}
.iconfont.vip_login {
  background: url("../images/VIP_icon.png") no-repeat center;
}
.userlogin {
  position: relative;
  height: 70px;
  float: right;
}
.userlogin .spinner div {
  margin: 0 1px;
}
.userlogin .item {
  line-height: 70px;
  font-size: 0;
  display: none;
}
.userlogin .item.show {
  display: block;
  margin: 12px 0px 0px 12px;
}
.userlogin .login {
  font-size: 14px;
  color: #fff;
}
.userlogin .login b {
  margin: 0 9px;
  font-weight: normal;
  cursor: default;
}
.userlogin .login a:hover {
  color: #e0c69b;
}
.userlogin .user .infot {
  position: relative;
}
.userlogin .infot .icon {
  position: absolute;
  right: 0;
  top: 15px;
  width: 10px;
  height: 10px;
  background-color: #fc5c63;
  border-radius: 50%;
}
.userlogin .infot .min_avatar {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #ccc;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.userlogin .infot .info_hover {
  z-index: 1000;
  visibility: hidden;
  position: absolute;
  top: 70px;
  right: 0;
  padding-bottom: 20px;
  width: 400px;
  min-height: 292px;
  background-color: #fff;
  -webkit-box-shadow: 6px 14px 41px 0 rgba(99,117,138,0.23);
          box-shadow: 6px 14px 41px 0 rgba(99,117,138,0.23);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.userlogin .infot .info_hover.mini {
  width: 100px;
  min-height: inherit;
  padding-top: 13px;
}
.userlogin .infot .info_hover .spinner div {
  margin: 0 5px;
}
.userlogin .infot .info_hover .avatar {
  position: relative;
  margin: 18px auto 0;
  width: 80px;
  height: 80px;
  display: block;
}
.userlogin .infot .info_hover .avatar .avatar-course {
  width: 80px;
  height: 80px;
  display: block;
}
.userlogin .infot .info_hover .avatar img {
  border-radius: 50%;
  background-color: #ccc;
}
.userlogin .infot .info_hover .name {
  margin-top: 13px;
  height: 25px;
  line-height: 25px;
  font-size: 0;
  text-align: center;
}
.userlogin .infot .info_hover .name .level {
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.userlogin .infot .info_hover .name .level.xiaoxian {
  background-color: #9c9ca3;
}
.userlogin .infot .info_hover .name .level.shangxian {
  background-color: #4e4e61;
}
.userlogin .infot .info_hover .name .level.shangshen {
  background-color: #e0c69b;
}
.userlogin .infot .info_hover .name .level.sanxian {
  border: 1px solid #d2d2d2;
  background-color: #f2f2f2;
  color: #a8a8a8;
}
.userlogin .infot .info_hover .name span {
  vertical-align: middle;
  margin: 0 10px;
  font-size: 18px;
  color: #080810;
}
.userlogin .infot .info_hover .name .iconfont {
  font-size: 20px;
  color: #fd5c63;
  vertical-align: middle;
  cursor: pointer;
}
.userlogin .infot .info_hover .name .iconfont:hover {
  color: #d5101e;
}
.userlogin .infot .info_hover .fun {
  position: relative;
  margin-top: 14px;
  padding: 0 95px;
  font-size: 0;
  line-height: 0;
}
.userlogin .infot .info_hover .fun:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 154px;
  margin-top: 1px;
  margin-left: -77px;
  border-top: 1px solid #f0f0f0;
}
.userlogin .infot .info_hover .fun:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  margin-top: -28px;
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}
.userlogin .infot .info_hover .fun a {
  display: inline-block;
  width: 50%;
  font-size: 12px;
  line-height: 55px;
  color: #080810;
}
.userlogin .infot .info_hover .fun a em {
  color: #fc5c63;
}
.userlogin .infot .info_hover .fun a:nth-child(n) {
  text-align: left;
}
.userlogin .infot .info_hover .fun a:nth-child(2n) {
  text-align: right;
}
.userlogin .infot .info_hover .fun a:hover,
.userlogin .infot .info_hover .fun a.active {
  color: #bea55b;
}
.userlogin .infot .info_hover .operation {
  margin-top: 17px;
  line-height: 19px;
  height: 19px;
}
.userlogin .infot .info_hover .operation a {
  line-height: 19px;
  font-size: 12px;
  color: #999;
}
.userlogin .infot .info_hover .operation a:hover,
.userlogin .infot .info_hover .operation a.active {
  color: #666;
}
.userlogin .infot .info_hover .operation a:first-child {
  margin-left: 21px;
  float: left;
  margin-right: 19px;
}
.userlogin .infot .info_hover .operation a:last-child {
  margin-right: 21px;
  float: right;
}
.userlogin .infot:hover .info_hover,
.userlogin .infot .info_hover.show {
  visibility: visible;
  opacity: 1;
}
.container {
  overflow: hidden;
}
.container2 {
  overflow: hidden;
}
/*登录状态栏*/
/* 首页底部通栏广告 */
.blue_jbad{ text-align:center; color:#fff; line-height:52px; padding:20px 0px 40px 0px;}
.blue_jbad h2 a{ color:#fff; line-height:30px;}
.adbut a{
	border:1px solid #fff;
	border-radius:25px;
	color:#fff; 
	padding:10px 30px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.adbut a:hover {
	background: #fff;
	color:#0171c5;
}
.tg_text{ width:1180px; margin:0 auto; text-align:right; padding-top:8px; color:#045795;}

#back-to-top{position:fixed;bottom:100px;right:50px;}
#back-to-top a{text-align:center;text-decoration:none;color:#d1d1d1;display:block;width:50px;-moz-transition:color 1s;-webkit-transition:color 1s;-o-transition:color 1s;}
#back-to-top a:hover{color:#979797;}
#back-to-top a span{background:#d1d1d1;border-radius:6px;display:block;height:50px;width:50px;background:url(../images/arrow-up.png) no-repeat center center;margin-bottom:5px;-moz-transition:background 2s;-webkit-transition:background 1s;-o-transition:background 1s;}
#back-to-top a:hover span{background:url(../images/arrow-up.png) no-repeat center center;}


/* footer */
.footer {
  min-width: 1200px;
  background-color: #080810;
}
.footer .group {
  font-size: 0;
}
.footer .group .left {
  padding-left: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  width: 182px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
.footer .group .list {
  display: inline-block;
  vertical-align: top;
  width: 878px;
  color: #fff;
  font-size: 0;
}
.footer .group .list .item,
.footer .group .list .about_us {
  display: inline-block;
  vertical-align: top;
  width: 114px;
  letter-spacing: 2px;
}
.footer .group .list .item h3,
.footer .group .list .about_us h3 {
  padding-top: 5px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.footer .group .list .item a,
.footer .group .list .about_us a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 13px;
  color: #999;
}
.footer .group .list .item a:hover,
.footer .group .list .about_us a:hover {
  color: #dfc69b;
}
.footer .group .list .about_us {
  float: right;
  margin-right: 80px;
  width: 204px;
}
.footer .group .list .about_us h3 {
  margin-bottom: 34px;
}
.footer .group .list .about_us .iconfont {
  font-size: 0;
  position: relative;
}
.footer .group .list .about_us .iconfont:before {
  font-size: 36px;
  cursor: pointer;
}
.footer .group .list .about_us .iconfont .code_hover {
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 54px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px solid #e0c69b;
  width: 166px;
  height: 166px;
  line-height: 166px;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.footer .group .list .about_us .iconfont .code_hover img {
  vertical-align: middle;margin-top: 25px;
}
.footer .group .list .about_us .iconfont .code_hover:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 12px 12px;
  border-color: transparent;
  border-style: solid;
  border-top-color: #e0c69b;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.footer .group .list .about_us .iconfont .code_hover:after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-width: 12px 12px;
  border-color: transparent;
  border-style: solid;
  border-top-color: #fff;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.footer .group .list .about_us .iconfont:hover {
  color: #dfc69b;
}
.footer .group .list .about_us .iconfont:hover .code_hover {
  visibility: visible;
  opacity: 1;
}
.footer .group .list .about_us .iconfont + .iconfont {
  margin-left: 14px;
}
.footer .group.our {
  padding-top: 38px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(188,198,208,0.4);
}

.footer .group.copyright {
  padding: 10px 0;
  text-align: left;
}
.footer .group.copyright p {
  display: block;
  font-size: 16px;
  line-height: 25px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #999;
}
/* footer End */


/* 分页 */
.paging{
	color:#99a1a7;
	font-size:0;
	text-align:center;
	line-height:38px;
	}
	.paging a{
		background-color:#fff;
		border-radius:3px;
		color:#99a1a7;
		font-size:14px;
		display:inline-block;
		line-height:38px;
		margin:0 4px;
		height:38px;
		width:38px;
	 }
	.paging a:hover,
	.paging a.current{
		background-color: #e0c69b;
		color:#fff;
		}
		.paging a:hover {
    background: #666;
}
	.gengduo{
	color:#99a1a7;
	font-size:0;
	text-align:center;
	line-height:38px;
	}

	.gengduo a{
		background-color:#fff;
		border-radius:3px;
		color:#99a1a7;
		font-size:14px;
		display:inline-block;
		line-height:38px;
		margin:0 4px;
		height:38px;
		width:135px;
		}
			.gengduo a:hover,
	.gengduo a.current{
		background-image:linear-gradient(to bottom,#2196f3 0,#1976d2 100%);
		color:#fff;
		}
		.gengduo a:hover {
    background: #1E8AE7;}
	
		.pagePrev,
		.pageNext{
			display:inline-block;
			position:relative;
			top:7.5px;
			height:23px;
			width:13px;
			}
		.pagePrev{ background-position:-166px 0;}
		.paging a:hover .pagePrev{ background-position:-194px 0;}
		.pageNext{ background-position:-180px 0;}
		.paging a:hover .pageNext{ background-position:-208px 0;}
	.paging i{
		font-size:14px;
		display:inline-block;
		margin:0 4px;
		}
		.pagetj {
    display: inline-block !important;
    width: 10% !important;
}
/* 分页 End */



/* 焦点图 */
.banner-stress-bg {
    top: 0;
    left: 0;
    background-color: #000;
    border-radius: 3px;
    z-index: -1;
}
.banner-stress {
    z-index: 10;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    top: 11px;
    right: 14px;
    cursor: default;
}
.banner-stress-bg, .qt-card:hover .card-bg {
    filter: alpha(opacity=40);
    opacity: .4;
}
.banner-stress, .banner-stress-bg {
    position: absolute;
    width: 56px;
    height: 26px;
}

.device{
	overflow:hidden;
	position:relative;
	height:339px;
	width:852px;
	z-index:9;
	}

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	}
	.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	}
	.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
	}
.swiper-slide, .swiper-slide_1{
	background-color:#e5e5e5;
	float: left;
	text-align:center;
	overflow:hidden;
	position:relative;
	}
.bannerPage{
	text-align:center;
  	position: absolute;
 	left:0;
  	bottom:20px;
	width:100%;
  	z-index:2;
	}
.swiper-pagination-switch {
	background:none;
	border-radius:100%;
	border:2px #fff solid;
	cursor: pointer;
	display: inline-block;
	margin:0 8px;
	height:10px;
	width:10px;
	}
.swiper-active-switch {
	background-color:#fff;
	}
	
	
.wrap {
    margin: 0 auto;
    width: 1200px;
}
.banner {
  padding-top: 70px;
  height: 480px;
  background: url("../images/activity-bg1.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
}
.banner .live-main {
  padding: 22px 20px;
  height: 338px;
  background-color: #080810;
  font-size: 0;
}
.banner .live-main .live-pad {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 17px;
  width: 852px;
  height: 341px;
}
.banner .live-main .live-pad .video_hove {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8,8,16,0);
}


.banner .live-main .live-pad .video_hove .more {
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 153px;
  height: 41px;
  font-size: 13px;
  line-height: 41px;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border: 2px solid #e0c69b;
  border-radius: 25px;
  background-color: rgba(0,0,0,0.54);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner .live-main .live-pad .video_hove .more.hide {
  display: none;
}
.banner .live-main .live-pad .video_hove .more:hover {
  color: #010103;
  background-color: #dfc69b;
}

.banner .live-main .live-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  width: 291px;
  height: 344px;
  background-color: #10101a;
  overflow: hidden;
}
.banner .live-main .live-list h4 {
  margin: 12px auto 0;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #5b5b68;
  text-align: center;
  letter-spacing: 2.1px;
}
.banner .live-main .live-list h4 b {
  position: relative;
  display: inline-block;
  height: 12px;
  line-height: 12px;
}
.banner .live-main .live-list h4 b:before,
.banner .live-main .live-list h4 b:after {
  position: absolute;
  top: 2px;
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #22222f;
  border-radius: 50%;
  -webkit-box-shadow: 5px 0 0 #22222f, 0 5px 0 #22222f, 5px 5px 0 #22222f;
          box-shadow: 5px 0 0 #22222f, 0 5px 0 #22222f, 5px 5px 0 #22222f;
}
.banner .live-main .live-list h4 b:before {
  left: -14px;
}
.banner .live-main .live-list h4 b:after {
  right: -7px;
}
.banner .live-main .live-list ul {
  height: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 309px;
  margin-right: -18px;
}
.banner .live-main .live-list ul li {
  position: relative;
  font-size: 0;
  padding: 15px 0;
  width: 291px;
  height: 33px;
  cursor: pointer;
}

.banner .live-main .live-list ul li .avatar {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
  width: 32px;
  height: 32px;
  background-color: #a5a5a5;
  border-radius: 50%;
}
.banner .live-main .live-list ul li .avatar img {
  border-radius: 50%;
}
.banner .live-main .live-list ul li .li-main {
  display: inline-block;
  vertical-align: top;
  width: 146px;
}
.banner .live-main .live-list ul li .li-main h3 {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  letter-spacing: 2.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .live-main .live-list ul li .li-main .li-info {
  font-size: 12px;
  line-height: 12px;
}
.banner .live-main .live-list ul li .li-main .li-info .teacher {
  display: inline-block;
  color: #868686;
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner .live-main .live-list ul li .li-main .li-info .time {
  float: right;
  color: #e0c69b;
}
.banner .live-main .live-list ul li:after {
  visibility: hidden;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8,8,16,0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
.banner .live-main .live-list ul li:hover:after {
  visibility: visible;
  background-color: rgba(8,8,16,0.5);
}
.banner .live-main .live-list ul li.active .state .gif-live {
  display: block;
}
.banner .live-main .live-list ul li.active .state span {
  display: none;
}
.banner .live-main .live-list .loading {
  z-index: 100;
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 426px;
  line-height: 426px;
  display: none;
}
.banner .live-main .live-list .loading .spinner {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.banner .live-main .live-list .loading .spinner div {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1s infinite ease-in-out;
          animation: bouncedelay 1s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.banner .live-main .live-list .loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}
.banner .live-main .live-list .loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

/* 焦点图 End */
/*kefu*/

@keyframes scaleToggleOne {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    50% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleTwo {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    20% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    60% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes scaleToggleThree {
    0 {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    66% {
        transform: scale(2);
        -webkit-transform: scale(2)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}


.rd-notice {
    opacity: 0;
    position: relative;
    padding: 0;
    border: 0;
    text-align: left;
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice .rd-notice-content {
    background-color: #546e7a
}

.rd-notice:after {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice:not(.rd-notice-position-static) .rd-notice-content,.rd-notice:not(.rd-notice-position-static) .rd-notice-type-icon,.rd-notice:not(.rd-notice-position-static) .rd-close-icon::before,.rd-notice:not(.rd-notice-position-static) .close::before {
    color: #fff!important
}

.rd-notice .rd-close-icon,.rd-notice .close {
    background: 0;
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 10px;
    right: 20px;
    top: 20px;
    font-size: 0;
    text-align: center;
    opacity: 1!important;
    font-weight: normal;
    text-shadow: none
}

.rd-notice .rd-close-icon:before,.rd-notice .close:before {
    content: "\e911";
    font-family: 'tm-icomoon';
    font-size: 10px;
    color: #fff
}

.rd-notice-tooltip {
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.25;
    position: absolute;
    z-index: 65;
    opacity: 1
}

.rd-notice-tooltip.thumb-heart-tooltip {
    z-index: 100;
    margin-top: 19px
}

.rd-notice-tooltip.thumb-heart-tooltip .rd-notice-content {
    padding: 10px 20px
}

.rd-notice-tooltip.limited-width {
    max-width: 350px
}

.rd-notice-tooltip:after {
    position: absolute;
    display: block;
    content: '';
    height: 20px;
    width: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
    background: 0;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    position: relative;
    z-index: 60;
    padding: 20px;
    font-weight: 400;
    line-height: 1.45
}

.rd-notice-tooltip .rd-notice-content a {
    color: #fff;
    text-decoration: underline
}

.rd-notice-tooltip .arrow {
    display: none!important
}

.rd-notice-tooltip.alert.rd-closing {
    white-space: normal;
    text-align: left
}

.rd-notice-tooltip.alert.rd-closing .rd-notice-content {
    padding-right: 50px
}

.rd-notice-tooltip.single-line .rd-notice-content {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    white-space: nowrap
}

.rd-notice.animate {
    opacity: 1;
    margin-top: 0
}

.rd-notice-position-corner {
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 350px;
    padding: 20px 50px 20px 20px;
    border-radius: 3px
}

.rd-notice-position-corner.animate {
    margin-top: 0!important;
    opacity: .9
}

.rd-notice-position-corner .rd-notice-type-icon {
    font-size: 20px;
    margin-right: 20px;
    display: table
}

.rd-notice-position-corner .rd-close-icon,.rd-notice-position-corner .close {
    top: 15px;
    right: 20px
}

.rd-notice-position-fullWidth {
    width: 100%;
    height: 60px;
    margin-top: -60px
}

.rd-notice-position-fullWidth .rd-notice-type-icon {
    margin-right: 10px;
    font-size: 24px
}

.rd-notice-position-fullWidth .rd-notice-content {
    white-space: nowrap
}

.rd-notice-position-fullWidth .rd-close-icon,.rd-notice-position-fullWidth .close {
    top: calc(50% - 10px);
    right: 40px
}

.rd-notice-position-static {
    width: 100%;
    opacity: 1;
    margin-top: 0;
    transform: scale(1);
    padding: 20px 40px 20px;
    z-index: 1
}

.rd-notice-position-static .rd-notice-content {
    padding-left: 20px
}

.rd-notice-position-static .tm-icon {
    font-size: 40px;
    color: #ff8f00
}

.rd-notice-position-static .rd-close-icon,.rd-notice-position-static .close {
    display: none
}

.rd-notice-position-left {
    margin-left: -20px
}

.rd-notice-position-left:after {
    right: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-position-right {
    margin-left: 20px
}

.rd-notice-position-right:after {
    left: -6px;
    top: 50%;
    margin-top: -10px
}

.rd-notice-position-top {
    margin-top: -20px;
    margin-bottom: 20px
}

.rd-notice-position-top:after {
    bottom: -6px;
    left: 50%;
    margin-left: -10px
}

.rd-notice-position-bottom {
    margin-top: 20px;
    margin-bottom: -20px
}

.rd-notice-position-bottom:after {
    top: -6px;
    left: 50%;
    margin-left: -10px
}

.rd-notice-type-default {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice-type-default .rd-notice-content {
    background-color: #546e7a
}

.rd-notice-type-default:after {
    background-color: #546e7a;
    -webkit-box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2);
    box-shadow: 0 5px 10px 0 rgba(36,50,56,0.2)
}

.rd-notice-type-error {
    background-color: #d84315;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2);
    box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2)
}

.rd-notice-type-error .rd-notice-content {
    background-color: #d84315
}

.rd-notice-type-error:after {
    background-color: #d84315;
    -webkit-box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2);
    box-shadow: 0 5px 10px 0 rgba(191,54,12,0.2)
}

.rd-notice-type-success {
    background-color: #1ab744;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2)
}

.rd-notice-type-success .rd-notice-content {
    background-color: #1ab744
}

.rd-notice-type-success:after {
    background-color: #1ab744;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2);
    box-shadow: 0 5px 10px 0 rgba(0,96,35,0.2)
}

.rd-notice-type-warning {
    background-color: #ff8f00;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2)
}

.rd-notice-type-warning .rd-notice-content {
    background-color: #ff8f00
}

.rd-notice-type-warning:after {
    background-color: #ff8f00;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2);
    box-shadow: 0 5px 10px 0 rgba(255,111,0,0.2)
}

.rd-notice-type-alert {
    background-color: #fff8e1
}

.rd-notice-type-alert .rd-notice-content {
    background-color: #fff8e1
}

.rd-notice .rd-close-icon,.rd-notice .close {
    position: absolute;
    cursor: pointer
}

.rd-notice .rd-close-icon::before,.rd-notice .close::before {
    content: "î¤‘";
    display: inline-block;
    font-family: "tm-icomoon";
    font-size: 10px;
    font-weight: normal;
    margin-left: 1px;
    margin-top: 1px;
    transform: rotate(-2deg)
}

.item-details .social-share a i, article .social-share li a i, article .social-share li a span {pointer-events:none;}

.js-none {
    display: none!important;
}


.livechat-girl {
    position: fixed;
    bottom: 0;
    right: 40px;
    opacity: 0;
    z-index: 700;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    cursor: pointer;
    -webkit-transition: all 1s cubic-bezier(0.86,0,0.07,1);
    transition: all 1s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl:focus {
    outline: 0
}

.livechat-girl.animated {
    opacity: 1;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px)
}

.livechat-girl .livechat-control {
    border-radius: 50px 50px;
    background-color: rgba(255,255,255,0.85);
    box-shadow: 0 5px 10px 0 rgba(35,50,56,0.3);
    font-size: 0;
	margin: 0;
    padding: 0;
}

.livechat-girl .livechat-control__element {
    cursor: pointer;
    height: 100%;
    vertical-align: top
}

.livechat-girl .livechat-control__element:hover .tm-icon {
    transform: scale(1.25)
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon {
    transform: scale(1)
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon.icon-speech-dots {
    background-color: #06742e
}

.livechat-girl .livechat-control__element_clicked .livechat-control__link .tm-icon.icon-handset2 {
    background-color: #0d47a1
}

.livechat-girl .livechat-control__element .tm-icon {
    padding: 0;
    margin-top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.86,0,0.07,1);
    transition: all 300ms cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl .livechat-control__element .tm-icon:before {
    line-height: 40px
}

.livechat-girl .livechat-control__element_chat {
    display: inline-block;
	line-height: normal;
}

.livechat-girl .livechat-control__element_chat:hover .tm-icon {
    background-color: #1b9b4a
}

.livechat-girl .livechat-control__element_chat:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to bottom,#38dc79,#1ab744);
    position: absolute;
    left: 46px;
    top: 1px;
    z-index: 50
}

.livechat-girl .livechat-control__element_chat .tm-icon {
    display: none;
    margin-left: 20px;
    background-color: #1ab744
}

.livechat-girl .livechat-control__element_callback {
    display: none
}

.livechat-girl .livechat-control__element_callback .tm-icon {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    background-color: #2196f3
}

.livechat-girl .livechat-control__link {
    display: inline-block
}

.livechat-girl .livechat-control .girl-holder {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    z-index: 50
}

.livechat-girl .livechat-control .girl {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.livechat-girl .livechat-control .girl_smiling {
    position: absolute
}

.livechat-girl .livechat-control .girl_hover {
    opacity: 0
}

.livechat-girl .animated-circles {
    position: absolute;
    top: 0
}

.livechat-girl .animated-circles .circle {
    background: rgba(26,183,68,0.25);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    z-index: 49;
    transform: scale(1);
    -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
    animation: 2000ms scaleToggleOne cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
    animation: 2500ms scaleToggleTwo cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
    animation: 3000ms scaleToggleThree cubic-bezier(0.25,0.46,0.45,0.94) forwards
}

.livechat-girl.animation-stopped .circle {
    opacity: 0!important
}

.livechat-girl .livechat-hint {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all .3s cubic-bezier(0.86,0,0.07,1);
    transition: all .3s cubic-bezier(0.86,0,0.07,1)
}

.livechat-girl .livechat-hint.show_hint {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1296px!important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis
}

.livechat-girl.with-callback .girl {
    border: solid 1px #cfd8dc
}

.livechat-girl.with-callback .livechat-hint {
    right: 180px
}

.livechat-girl.with-callback .livechat-control__element_chat a {
    padding-right: 10px
}

.livechat-girl.with-callback .livechat-control__element_chat .tm-icon {
    display: inline-block
}

.livechat-girl.with-callback .livechat-control__element_callback {
    display: inline-block
}

.livechat-girl.with-callback .livechat-control__element_callback a {
    padding-left: 10px
}

@media only screen and (max-width: 1599px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:1060px!important
    }
}

@media only screen and (max-width: 1309px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:984px!important
    }
}

@media only screen and (max-width: 1124px) {
    .livechat-girl .livechat-hint.rd-notice-tooltip {
        max-width:600px!important
    }
}
/*kefu end*/
