/* 未能缩小。正在返回未缩小的内容。
(113,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0'
 */
/* CSS Document */
body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,p,input,span,a,img,b,table,tr,th,td,tbody,form,fiedset,pre,textarea,blockquote{margin:0;padding:0;border:none 0;list-style:none}
a{text-decoration:none;outline:none;color:#333;}
img{ display:block;}
body{font-family:'HanHei SC', "PingFang SC", "Microsoft Yahei", "微软雅黑", tahoma, arial, sans-serif; font-size: 16px; color: #333; }
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
button,select,textarea,input{-webkit-appearance: none;outline:none;font-family: 'HanHei SC', "PingFang SC", "Microsoft Yahei", "微软雅黑", tahoma, arial, sans-serif; background:none;  -webkit-appearance:none; border-radius:0; border:none; }
input, input:focus{ outline:none; border:0; -webkit-appearance: none;}
input::-ms-clear { display: none; }
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#ccc;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:#ccc;
  opacity:1;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:#ccc;
  opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ccc;
}
input::-ms-input-placeholder { /* Microsoft Edge */
  color:#ccc;
}
a:link{text-decoration:none}
a:visited{text-decoration:none}
a:hover{text-decoration:none;}
a:active{text-decoration:none}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ content:""; clear:both; display:block; font-size:0; height:0; overflow:hidden;}
.clearfix{ zoom:1;}

@font-face {
  font-family: 'iconfont';  /* project id 2224275 */
  src: url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.eot');
  src: url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.woff') format('woff'),
  url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2224275_1hhofdp53dr.svg#iconfont') format('svg');
}
.icon{
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 单选和多选 */
input[type=checkbox]:focus
{
	border:1px solid #3178ee !important;
}
input[type=checkbox], input[type=radio] {
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  resize:none;
  width: 12px;
  height: 12px;
  border:1px solid #fff;
  border-radius:50%;
  outline: none;  
  cursor: pointer;
  position: absolute;
}
input[type=checkbox]:after, input[type=radio]:after {
  width: 10px;
  height: 16px;
  padding: 0px 3px;
  border-radius:50%;
  content: " ";
  background: #fff url("/Content/images/tlCheckBox_pre.png") no-repeat center center;
  position: absolute;
  top: -3px;
  left: -2px;
  visibility: visible;
  float: left;
}
input[type=checkbox]:checked:after, input[type=radio]:checked:after {
  background: url("/Content/images/tlCheckBox.png") no-repeat center center;
  /*content: "✓";*/
  font-size: 12px;
}
input[type=checkbox] + .checkTxt, input[type=radio] + .checkTxt{
	cursor: pointer;
}
.swiper-slide{height:1px} /* 随意指定一个height值即可 */
.swiper-slide-active { height:auto!important}
/* 公共TABLE */
.table{
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
}
.table thead{
	height: 50px;
  line-height: 50px;
  border-radius: 12px;
	background: #f5f5f5;
}
.table tbody tr:hover{
	background: #f5f5f550;
}
.table tr td{
	height: 56px;
	line-height: 56px;0
}
.table thead tr td{
  height: 50px;
  line-height: 50px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}
.table tbody tr td{
	font-size: 14px;
	color: #333;
}

/* 页面公共代码 */
body{
  background: #f5f5f5;
  /* max-width: 1200px;
  min-width: 1200px;
  margin: 0 auto; */
}
.wrap-box{
  width: 100%;
  min-width: 1200px;
}
.wrap{
  max-width: 1200px;
  min-width: 1200px;
  margin:0 auto;
}
.wrap .wrapTitle{
	padding:0 30px;
	height: 80px;
    line-height: 80px;
	border-bottom:1px dashed #e5e5e5;
}
.wrapTitle h2{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	float: left;
}
.wrapTitle a{
  font-size: 16px;
  font-weight: 400;
  color: #666;
  float: right;
}
.wrapTitle a i{
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
.wrapTitle a:hover, .wrapTitle a:hover i{
  color: #41A9FB;
}
/* 右侧悬浮框 */
.sus-frame{
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 99999;
}
.sus-frame .list .item{
  width: 46px;
  height: 46px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  text-align: center;
  background: #fff;
  cursor: default;
  position: relative;
}
.sus-frame .list .item i{
  margin: 11px 0 0 0;
  font-size: 24px;
  color: #333;
  display: inline-block;
}
.sus-frame .list .item.consult{
  background: none;
  border: 0;
}
.sus-frame .list .item.consult i{
  margin: -13px 0 0 -12px;
  width: 70px;
  height: 55px;
}
.sus-frame .list .item.consult i img{
  width: 100%;
}
.sus-frame .list .item.gift{
  border-top: 1px solid #EEE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sus-frame .list .item.gift:hover{
  border-top:1px solid #666;
}
.sus-frame .list .item.back-up{
  border-bottom: 1px solid #EEE;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sus-frame .list .item.back-up:hover{
  border-bottom:1px solid #666;
}
.sus-frame .list .item.back-up{
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.sus-frame .list .item.back-up i{
  margin: 6px 0 0 0;
  font-size: 14px;
}
.sus-frame .list .item:hover{
  background: #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.sus-frame .list .item:hover i{
  font-weight: 400;
  color: #fff;
}
.sus-frame .list .item.consult:hover{
  background: none;
  border: none;
}
.sus-frame .list .item.back-up:hover{
  color: #fff;
}
.sus-frame .list .item .item-child{
  padding: 0 6px 0;
  position: absolute;
  right: 47px;
  display: none;
}
.sus-frame .list .item .item-child .child-bor {
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.sus-frame .list .item .item-child .child-bor .bor-triangle {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: -8px;
  margin: -2px 0 0 0;
}
.item.consult .item-child{
  top: 50%;
  right: 56px !important;
  margin: -40px 0 0 0;
}
.item.consult .item-child .child-bor .ins{
  padding: 10px 15px;
  width: 60px;
  line-height: 22px;
}
.item.consult .item-child .child-bor .ins li a{
  font-size: 14px;
  color: #666;
}
.item.consult .item-child .child-bor .ins li a:hover{
  color: #41A9FB;
}
.item.gift .item-child .child-bor .ins{
  padding: 6px 10px;
  width: 30px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(#FF7F0F, #FF5C35);
  display: inline-block;
}
.item.gift .item-child{
  top: 50%;
  margin: -25px 0 0 0;
}
.item.gift .item-child .child-bor .bor-triangle{
  border-left-color: #FF7F0F !important;
}
.item.phone .item-child{
  top: 50%;
  margin: -44px 0 0 0;
}
.item.phone .item-child .child-bor .ins{
  padding: 10px 15px;
  width: 105px;
  display: inline-block;
}
.item.phone .item-child .child-bor .ins .p1{
  line-height: 30px;
  font-size: 16px;
  color: #41A9FB;
}
.item.phone .item-child .child-bor .ins .p2{
  font-size: 14px;
  color: #333;
}
.item.phone .item-child .child-bor .ins .p3{
  padding: 0 0 5px 0;
  font-size: 14px;
  color: #666;
}
.item.weixin .item-child{
  top: 50%;
  margin: -94px 0 0 0;
}
.item.weixin .item-child .child-bor .ins{
  width: 165px;
  padding: 15px 0 10px 0;
}
.item.weixin .item-child .child-bor .ins img{
  width: 134px;
  height: 134px;
  display: inline-block;
}
.item.weixin .item-child .child-bor .ins p{
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.item.applets .item-child{
  top: 50%;
  margin: -94px 0 0 0;
}
.item.applets .item-child .child-bor .ins{
  width: 165px;
  padding: 15px 0 10px 0;
}
.item.applets .item-child .child-bor .ins img{
  width: 134px;
  height: 134px;
  display: inline-block;
}
.item.applets .item-child .child-bor .ins p{
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.sus-frame .list .item:hover .item-child{
  display: block;
}
/* 详情页右侧客服 */
.detail-sus-frame .list .item.back-up{
  border-radius: 8px;
  border: 1px solid #EEE;
}
.detail-sus-frame .list .item.back-up:hover{
  border: 1px solid #666;
}
/* 通用课程列表 */
.base-con{
  display: inline-block;
}
.base-con .turn-ins{
  width: 918px;
  height: 556px;
  float: left;
}
.base-con .turn-ins .base-list{
  float: left;
  width: 282px;
  height: 266px;
  margin-left: 24px;
  margin-bottom: 24px;
  position: relative;
}
.base-list .base-item{
  display: block;
  width: 242px;
  height: 226px;
  padding: 26px 20px 14px 20px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(22,25,33,.08);
}
.base-list .base-item:hover{
  top: -6px !important;
  transition: 0.3s;
  box-shadow:0 10px 30px 0 rgba(22,25,33,.1);
}
.base-list .base-item:hover .tit .gray{
  background: #41A9FB;
}
.base-list .base-item .tit{
  height: 48px;
  line-height: 24px;
  font-size: 18px;
  color: #313131;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; 
}
.base-list .base-item .tit span{
  padding: 0 5px;
  margin: -3px 5px 0 0;
  height: 18px;
  line-height: 18px;
  border-radius: 4px;
  background: #76828B;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.base-list .base-item .tit span.gray{
  background: #76828B;
}
.base-list .base-item .tit span.blue{
  background: #41A9FB;
}
.base-list .base-item .val-time{
  padding: 5px 0 0;
  font-size: 12px;
  color: #888;
}
.base-list .base-item .teachers{
  padding: 15px 0 12px;
  overflow: hidden;
}
.base-list .base-item .teacher{
  width: 48px;
  margin-right: 5px;
  text-align: center;
  float: left;
}
.base-list .base-item .teacher img{
  width: 38px;
  height: 38px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}
.base-list .base-item .teacher p{
  width: 48px;
  line-height: 19px;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.base-list .base-item .more .icon-more{
  margin: 8px 7px 0 0;
  color: #DDD;
  font-size: 18px;
  float: right;
}
.base-list .base-item .txt{
  padding: 10px 0 0;
  width: 242px;
  height: 50px;
  border-top: 1px solid #F6F6F6;
  overflow: hidden;
  position: absolute;
  bottom: 18px;
  left: 20px;
}
.base-list .base-item .txt .discount{
  margin: 2px 0 0 0;
  float: left;
}
.base-list .base-item .txt .discount span{
  margin:0 4px 0 0;
  padding: 0 3px;
  min-width: 14px;
  line-height: 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  float: left;
}
.base-list .base-item .txt .discount .golden{
  border: 1px solid #F87F23;
  color: #F87F23;
}
.base-list .base-item .txt .discount .blue{
  border: 1px solid #41A9FB;
  color: #41A9FB;
}
.base-list .base-item .txt .ins{
  width: 150px;
  height: 50px;
  text-align: right;
  position: relative;
  float: right;
}
.base-list .base-item .txt .ins .end-time span{
  font-size: 12px;
  color: #F87F23;
}
.base-list .base-item .txt .ins .money{
  position: absolute;
  right: 0;
  bottom: 0;
}
.base-list .base-item .txt .ins .money span{
  margin: 0 5px 0 0;
  font-size: 14px;
  text-decoration: line-through;
  color: #B8B8B8;
}
.base-list .base-item .txt .ins .money strong{
  font-size: 22px;
  color: #F87F23;
  font-weight: bold;
}
.base-list .base-item .txt .ins .money strong i{
  font-size: 14px;
  color: #F87F23;
  font-style: normal;
}
/* 通用导航 */
.header{
  color: #fff;
  background: #41A9FB;
  min-width: 1200px;
}
.fixed-header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header .box{
  height:60px;
  line-height:60px;
  font-size: 16px;
}
.header .nav a.logo, .header .white-tiao, .header .search{
  float: left;
}
.header .nav .list, .header .nav .list .item{
  float: left;
}
.header .nav a.logo{
  margin: 0;
}
.header .logo img{
  width: 118px;
  height: 30px;
  margin: 15px 0 0 0;
}
.header .white-tiao{
  margin: 15px 0 0 30px;
  width: 1px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 1px;
}
.header .nav .list{
  width: 430px;
  height: 60px;
  padding:0 15px;
}
.header .nav .list .item{
  padding: 0 15px;
  text-align: center;
  position: relative;
  display: none;
}
.header .nav .item a{
  font-size: 16px;
  color: #fff;
}
.header .nav-child{
  padding: 8px 10px 6px 10px;
  width: 80px;
  background: #FFFFFF;
  box-shadow: 0px 12px 16px 0px rgba(22, 25, 33, 0.09);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -50px;
  z-index: 9;
  display: none;
}
.header .nav-child .ins{
  padding: 5px 0;
  position: relative;
}
.header .item .nav-child ul li{
  width: 80px;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.header .item .nav-child ul li a{
  font-size: 16px;
  color: #666;
  display: inline-block;
}
.header .item .nav-child ul li:hover a{
  color: #41A9FB;
}
.header .nav-child .bor-triangle{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  top: -22px;
  left: 50%;
  margin: 0 0 0 -6px;
}
.header .item.item-bg{
  background: url('/Content/images/nav_bt.png') no-repeat right 4px center;
}
.header .nav .item:hover .nav-child{
  display: block;
}
.header .nav .item.item-bg:hover {
  background: url('/Content/images/nav_up.png') no-repeat right 4px center;
}
.header .search{
  width: 450px;
  height: 42px;
  line-height: 42px;
  margin: 9px 0 9px 30px;
  background-color: hsla(0,0%,100%,.3);
  border-radius: 21px;
  position: relative;
  z-index: 999;
}
.header .search .icon-sel{
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:20px;
  top: 1px;
}
.header .search .int{
  width: 280px;
  height: 42px;
  line-height: 42px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  border: none;
  font-size: 16px;
  color: #fff;
  border-radius: 21px;
}
.header .search .int:focus{
  color: #333;
  outline: transparent;
}
.header .search .dark-text{
  margin: 10px 0;
  width: 235px;
  height: 22px;
  overflow: hidden;
  /* display: none; */
  position: absolute;
  top: 0;
  left: 45px;
  z-index: -1;
}
.header .search .dark-text ul li{
  width: 235px;
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.header .keywords{
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: 20px;
  top: 0;
  max-width: 160px;
  overflow: hidden;
}
.header .keywords li{
  padding: 0 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  float: right;
}
.header .keywords li a{
  font-size: 16px;
  color: #fff;
}
.header .history {
	width: 100%;
	background: #FFF;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	position: absolute;
	top: 51px;
/*	display: none;*/
}

	.header .history .list {
		padding: 10px 20px;
	}

		.header .history .list li {
			height: 32px;
			line-height: 32px;
			font-size: 16px;
			color: #666;
			cursor: pointer;
			white-space: nowrap;
			text-overflow: ellipsis;
			word-break: break-all;
			overflow: hidden;
		}

		.header .history .list .serCurrent a {
			color: #41A9FB;
		}
.header .search-bg{
  background: #FFF;
  opacity: 1;
}
.header .search-bg .dark-text{
  color: #999;
}
.header .search-bg .keywords li a{
  color: #999;
  cursor: pointer;
}
.header .search-bg .icon-sel{
  font-size: 16px;
  color: #333;
}
/* 未登录 */
.sign-no {
	float: right;
	z-index: 11;
	position: relative;
}
.sign-no a{
  margin: 0;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
/* 登录 */
.sign-in{
  height: 60px;
  position: relative;
  float: right;
}
.sign-in .user-img{
  margin: 12px 0 12px 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}
.sign-in .user-img img{
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.sign-in .details{
  width: 370px;
  padding: 8px 0 0 0;
  background: url('/Content/images/sign_in_details.png') no-repeat center 8px;
  position: absolute;
  top: 52px;
  right: 0;
  z-index: 3;
  transition: 0.3s;
  display: none;
}
.sign-in:hover .details{
  display: block;
}
.sign-in .details .sign-bor{ 
  border-radius: 6px;
  box-shadow: 0px 12px 16px 0px rgba(22, 25, 33, 0.09);
  position: relative;
}
.sign-in .details .sign-bor .bor-triangle{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #E1F4FE;
  top: -14px;
  right: 10px;
}
.sign-in .details .ins{
  padding: 15px 20px 15px 20px;
  height: 52px;
}
.sign-in .details .ins .avator{
  margin: 0 20px 0 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  float: left;
}
.sign-in .details .ins .avator img{
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.sign-in .details .ins .name{
  width: 135px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color:#333;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  float: left;
}
.sign-in .details .ins .btn{
  margin: 10px 0 10px 0;
  padding:0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #41A9FB; 
  border-radius: 16px;
  cursor: pointer;
  float: right;
}
.sign-in .details .ins .btn:hover{
  background: #2896EC;
}
.sign-in .details .product{
  background: #fff;
}
.sign-in .details .product ul{
  padding: 25px 0 5px;
  margin: 0 0 0 -10px;
}
.sign-in .details .product ul li{
  margin: 0 0 10px 21px;
  width: 72px;
  text-align: center;
  float: left;
}
.sign-in .details .product ul li a img{
  margin: 0 10px;
  width: 52px;
  height: 52px;
}
.sign-in .details .product ul li a p{
  padding: 5px 0 0 0;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.sign-in .details .product ul li a:hover p{
  color: #41A9FB;
}
.sign-in .details .exit{
  padding: 0 20px;
  line-height: 36px;
  background: #fff;
  border-top: 1px dashed #EEEEEE;
  text-align: right;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  min-width: auto;
}
.sign-in .details .exit .btn{
  line-height: 36px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.sign-in .details .exit .btn:hover{
  color: #41A9FB;
}
/* 通用tab */
.turn-tit li {
  float: left;
}
.turn-tit li.more {
  text-align: center;
  display: none;
}
.turn-tit li.more:hover ul.overflow {
  opacity: 1;
  visibility: visible;
}
.turn-tit li a, .turn-tit li span {
  display: block;
  font-size: 16px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
.turn-tit li a:hover {
  background: #41A9FB;
  color: #fff;
}
.turn-tit li .overflow {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9;
  text-align: left;
  background: #fff;
}
.turn-tit li .overflow li {
  float: none;
}
.turn-tit li .overflow li a {
  background: #fff;
  color: #666;
  white-space: nowrap;
}
.turn-tit li .overflow li a:hover {
  color: #41A9FB;
}
.turn-tit .turn-current a{
  background: #41A9FB;
  color: #fff;
}
.turn-ins{
  display: none;
}

/* 通用404 */
.page404 {
	margin: 0 0 40px 0;
	min-height: 590px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
}
.page404 img{
  margin: 90px 0 0 0;
  display: inline-block;
}
.page404 p{
  font-size: 16px;
  font-weight: bold;
  color: #666;
}

/* 通用page */
.course-page{width: 100%;margin:15px auto 60px; text-align: center;display: inline-block;}
.course-pageDetails{ margin:10px auto 20px; text-align: center; overflow: hidden;}
.page-list{display:inline-block; *display:inline; *zoom:1;}
.page-first,.page-prev,.page-number,.page-next,.page-last{margin: 0 4px;padding:0 12px; height:32px; line-height: 32px; border: 1px solid #fff; 
  border-radius: 6px; background: #fff; font-size:14px; color: #313131; float:left;}
.page-more{padding:0 3px; color: #313131;line-height: 28px;float:left;}
.page-prev,.page-number,.page-next{margin:0 4px; border:1px solid #fff; background: #fff;}
.page-prev:hover,.page-number:hover,.page-next:hover{border:1px solid#41A9FB; background: #41A9FB; color:#fff;}
.page-number.cur{background: #41A9FB;border:1px solid #41A9FB;color:#fff; }
.page-first:hover,.page-last:hover{ background: #41A9FB;border:1px solid #41A9FB;color:#fff;}

/* 通用底部 */
.footer {
  min-width: 1200px;
  font-size: 12px;
  color: #999;
  line-height: 24px;
}
.footer-top {
  width: 100%;
  padding: 40px 0;
  background: #fff;
  overflow: hidden;
}
.footer-guide, .footer-notes, .footer-server, .footer-problems, .footer-partners {
  float: left;
  height: 152px;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #dcdcdc;
}
.footer-guide {
  width: 234px;
}
.footer-notes {
  width: 222px;
}
.footer-server {
  width: 244px;
}
.footer-problems {
  width: 194px;
}
.footer-partners {
  width: 306px;
}
.partners-list {
  width: 300px;
  margin-left: -15px;
  font-family: 'Microsoft Yahei';
  font-size: 12px;
}
.partners-list a {
  color: #888;
  margin-left: 15px;
  line-height: 26px;
  word-break: keep-all;
}
.footer-tit {
  position: relative;
  height: 28px;
  font-size: 18px;
  color: #333;
}
.footer-tit i {
  position: absolute;
  left: -21px;
  top: 0;
  width: 3px;
  height: 18px;
  background: #666;
}
.footer-classify {
  overflow: hidden;
}
.footer-classify li {
  height: 26px;
  line-height: 26px;
}
.footer-classify li a {
  color: #888;
}
/* footer-bottom */
.footer-bottom {
  padding: 30px 0;
  text-align: center;
  color: #999;
}
.footer .footer-nav {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.footer-nav a, .footer-nav b {
  float: left;
  margin: 0 4px;
}
.footer-nav a {
  color: #777;
}
.footer-nav b {
  color: #d8d8d8;
}
.footer-icon {
  display: inline-block;
  padding-top: 5px;
  *display: inline;
  *zoom: 1;
}
.footer-icon a {
    float: left;
}
.footer-copy a {
  color: #999;
}
.footer-classify a:hover, .partners-list a:hover, .footer-nav a:hover, .footer-copy a:hover {
  color: #41a9fb;
}
.friend-link {
  background: #fff;
  font-size: 14px;
  padding: 0px 0 40px;
}
.friend-link strong {
  color: #333;
}
.friend-link a {
  color: #999;
  margin-right: 18px;
  display: inline-block;
}
.friend-link a:hover {
  color: #41a9fb;
}

/* 广告弹窗 */
.layui-layer.default-advert{
  border:none;
  background: none;
  box-shadow: none;
}
.layui-layer.default-advert .layui-layer-title{
  display: none;
}
.layui-layer .default-advert.layui-layer-iframe .layui-layer-content iframe{
  border-radius: 12px;
}
/* 提示 */
.layui-layer.default-tips{
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
.layui-layer.default-tips .layui-layer-title{
  padding: 20px 0 0 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
}
	.layui-layer.default-tips .layui-layer-btn a {
		margin: 5px 0 10px;
		padding: 0 23px;
		min-width: 64px;
		height: 36px;
		line-height: 36px;
		background: #41A9FB;
		border-radius: 4px;
		font-size: 16px;
		color: #fff;
		display: inline-block;
		padding: 0 21px 0 25px;
	}
.layui-layer.default-tips .layui-layer-btn a:hover{
  background: #2b98ee;
  opacity: 1;
}
.layui-layer.default-tips .tips .ins{ 
  padding:10px 30px 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}



.helps {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.helps a.big {
    color: #000;
}
/*************essay***************/
.essay .leff {
  width: 198px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  line-height: 42px;
  color: #000;
}
.essay .leff ul li {
  width: 198px;
  height: 42px;
  text-align: left;
  cursor: pointer;
}
.essay .leff ul li a{
  padding-left: 20px;
  width: 178px;
  display: block;
}
.essay .leff ul li.current {
  background: url(../images/bgg.jpg) no-repeat 0 0;
  color: #fff;
}
.essay .midd {
  width: 673px;
  border: 1px solid #e0e0e0;
  margin-left: 20px;
}
.upp {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 20px;
  font-size: 14px;
}
.upp h3 {
  color: #3fb135;
  font-size: 16px;
  float: left;
}
.conc {
  padding: 0 20px;
}
.conc li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  border-bottom: 1px dotted #e0e0e0;
}
.conc li a {
  display: inline-block;
  font-size: 14px;
}
.sortt {
  padding: 20px 0 20px 150px;
  text-align: center;
}
.sortt a {
  width: 28px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  float: left;
  border: 1px solid #e6e9ed;
  border-right: none;
  color: #656d78;
  cursor: pointer;
  vertical-align: middle;
}
.sortt a.current {
  background: #3eb00e;
  color: #fff;
}
.sortt a.last, .sortt a.first {
  width: 58px;
  height: 30px;
  border: 1px solid #e6e9ed;
  line-height: 30px;
}
.sortt a.first {
  width: 59px;
  border-right: none;
}
.essay .rigg {
  width: 285px;
  color: #000;
  font-size: 14px;
}
.essay .rigg h3 {
  margin-bottom: 20px;
}
.serv {
  border: 1px solid #e0e0e0;
}
.serv h4 {
  width: 263px;
  padding-left: 20px;
  color: #3fb135;
  line-height: 41px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  display: inline-block;
}
.serv ul {
  padding: 10px 0 20px 20px;
}
.serv ul li {
  line-height: 36px;
}
/*************essay***************/

/*************帮助中心内容***************/
.upp .return {
  width: 48px;
  height: 26px;
  padding-left: 10px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 26px;
  background: url(../images/btn.jpg) no-repeat 0 0;
  color: #fff;
  cursor: pointer;
}

.worrd {
  padding: 15px 20px 30px;
}

.worrd h4 {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  background: url(../images/wen.jpg) left center no-repeat;
  padding-left: 31px;
  margin-bottom: 20px;
}

.worrd p {
  line-height: 24px;
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.worrd p img {
  display:inline-block;
}
/*************帮助中心内容***************/

/* 右侧悬浮框 */
.sus-frame{
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 99999;
}
.sus-frame .list .item{
  width: 46px;
  height: 46px;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  text-align: center;
  background: #fff;
  cursor: default;
  position: relative;
}
.sus-frame .list .item i{
  margin: 11px 0 0 0;
  font-size: 24px;
  color: #333;
  display: inline-block;
}
.sus-frame .list .item.consult{
  background: none;
  border: 0;
}
.sus-frame .list .item.consult i{
  margin: -13px 0 0 -12px;
  width: 70px;
  height: 55px;
}
.sus-frame .list .item.consult i img{
  width: 100%;
}
.sus-frame .list .item.gift{
  border-top: 1px solid #EEE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.sus-frame .list .item.back-up{
  border-bottom: 1px solid #EEE;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.sus-frame .list .item.back-up{
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
.sus-frame .list .item.back-up i{
  margin: 6px 0 0 0;
  font-size: 14px;
}
.sus-frame .list .item:hover{
  background: #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.sus-frame .list .item:hover i{
  font-weight: inherit;
  color: #fff;
}
.sus-frame .list .item.consult:hover{
  background: none;
  border: none;
}
.sus-frame .list .item.back-up:hover{
  color: #fff;
}
.sus-frame .list .item .item-child{
  padding: 0 4px 0;
  position: absolute;
  right: 47px;
  display: none;
}
.sus-frame .list .item .item-child .child-bor {
  background: #fff;
  border-radius: 6px;
  position: relative;
}
.sus-frame .list .item .item-child .child-bor .bor-triangle {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #fff;
  top: 50%;
  right: -8px;
  margin: -2px 0 0 0;
}
.item.consult .item-child{
  top: 50%;
  right: 56px !important;
  margin: -40px 0 0 0;
}
.item.consult .item-child .child-bor .ins{
  padding: 10px 15px;
  width: 65px;
  line-height: 21px;
}
.item.consult .item-child .child-bor .ins li a{
  font-size: 14px;
  color: #666;
}
.item.consult .item-child .child-bor .ins li a:hover{
  color: #41A9FB;
}
.item.gift .item-child .child-bor .ins{
  padding: 6px 10px;
  width: 30px;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  background: linear-gradient(#FF7F0F, #FF5C35);
  display: inline-block;
}
.item.gift .item-child{
  top: 50%;
  margin: -25px 0 0 0;
}
.item.gift .item-child .child-bor .bor-triangle{
  border-left-color: #FF7F0F !important;
}
.item.phone .item-child{
  top: 50%;
  margin: -44px 0 0 0;
}
.item.phone .item-child .child-bor .ins{
  padding: 10px 15px;
  width: 115px;
  display: inline-block;
}
.item.phone .item-child .child-bor .ins .p1{
  line-height: 30px;
  font-size: 16px;
  color: #41A9FB;
}
.item.phone .item-child .child-bor .ins .p2{
  font-size: 14px;
  color: #333;
}
.item.phone .item-child .child-bor .ins .p3{
  font-size: 14px;
  color: #666;
}
.item.weixin .item-child{
  top: 50%;
  margin: -94px 0 0 0;
}
.item.weixin .item-child .child-bor .ins{
  width: 165px;
  padding: 15px 0 10px 0;
}
.item.weixin .item-child .child-bor .ins img{
  width: 134px;
  height: 134px;
  display: inline-block;
}
.item.weixin .item-child .child-bor .ins p{
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.item.applets .item-child{
  top: 50%;
  margin: -94px 0 0 0;
}
.item.applets .item-child .child-bor .ins{
  width: 165px;
  padding: 15px 0 10px 0;
}
.item.applets .item-child .child-bor .ins img{
  width: 134px;
  height: 134px;
  display: inline-block;
}
.item.applets .item-child .child-bor .ins p{
  line-height: 24px;
  font-size: 14px;
  color: #999;
}
.sus-frame .list .item:hover .item-child{
  display: block;
}
