/* 未能缩小。正在返回未缩小的内容。
(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;
}


/* 课程详情 */
.base-detail {
    padding: 60px 0 0 0;
}

    .base-detail .tp-box {
        padding: 30px 0 20px 0;
        background: #fff;
    }

        .base-detail .tp-box .base-detail-lt {
            float: left;
        }

.base-detail-lt .video-box {
    margin: 0 49px 0 0;
    width: 526px;
    height: 350px;
    border-radius: 12px;
}

.base-detail-lt .detail {
    padding: 10px 0 0 0;
    display: inline-block;
}

.collect-box {
    margin: 0 15px 0 0;
    width: 55px;
    float: left;
}

    .collect-box span {
        font-size: 12px;
        color: #999;
        cursor: pointer;
        float: left;
    }

        .collect-box span i {
            margin: 0 5px 0 0;
            font-size: 12px;
        }

    .collect-box .collect:hover {
        color: #41A9FB;
    }

    .collect-box span.collected {
        color: #41A9FB;
        display: none;
    }

.share-box {
    margin: 0 15px 0 0;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    float: left;
    position: relative;
    z-index:999;
}

    .share-box .share-btn .icon-share {
        margin: 0 5px 0 0;
        font-size: 12px;
    }

    .share-box:hover .share-btn, .share-box:hover .share-btn .icon-share {
        color: #41A9FB;
    }

    .share-box .share-child {
        padding: 5px 0 0;
        position: absolute;
        top: 16px;
        left: 0;
        display: none;
    }

    .share-box:hover .share-child {
        display: block;
    }

    .share-box .share-child .con {
        padding: 7px 7px 7px;
        width: 135px;
        height: 42px;
        background: #FFFFFF;
        box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
        border-radius: 4px;
        position: relative;
        box-sizing: border-box;
    }

     /*   .share-box .share-child .con .ins a {
            margin: 0 4px 0 5px;
            padding: 0;
            width: 24px;
            height: 20px;
            color: #999;
            float: left;
        }*/

        .share-box .share-child .con .bor-triangle {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 4px solid rgba(0, 0, 0, 0.01);
            border-bottom-color: #fff;
            left: 10px;
            top: -8px;
        }

        .share-box .share-child .con .ins a:hover {
            opacity: 1;
            filter: alpha(opacity=100)
        }
/* .share-box .share-child .con .ins a:hover .icon-weixin{
  color: #3AD655;
}
.share-box .share-child .con .ins a:hover .icon-qq{
  color:#4190FB;
}
.share-box .share-child .con .ins a:hover .icon-sina{
  color:#FF4C38;
} */
.base-detail .tp-box .base-detail-lr {
    width: 625px;
    position: relative;
    float: left;
}

.base-detail-lr .off-shelf {
    width: 118px;
    height: 118px;
    position: absolute;
    right: 0;
    top: 70px;
}

    .base-detail-lr .off-shelf .icon-off-shelf {
        font-size: 118px;
        color: #bbb;
    }

.base-detail-lr .tit {
    line-height: 36px;
    max-height: 72px;
    font-size: 26px;
    color: #313131;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.base-detail-lr .validity {
    padding: 15px 0 0;
    font-size: 13px;
    font-weight: 400;
    color: #999;
    overflow: hidden;
}

    .base-detail-lr .validity span {
        float: left;
    }

        .base-detail-lr .validity span i {
            margin: 0 10px;
            font-style: normal;
        }

    .base-detail-lr .validity a {
        font-size: 13px;
        font-weight: 400;
        color: #666;
        float: right;
    }

        .base-detail-lr .validity a i {
            font-size: 12px;
            font-weight: 400;
            color: #999;
        }

        .base-detail-lr .validity a:hover, .base-detail-lr .validity a:hover i {
            color: #41A9FB;
        }

.base-detail-lr .desc {
    padding: 10px 0 0 0;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.base-detail-lr .detail {
    margin: 15px 0 0 0;
    padding: 10px 0 0;
    border-top: 1px dashed #E6E7EB;
}

    .base-detail-lr .detail .item {
        width: 100%;
        padding: 4px 0;
        line-height: 24px;
        display: inline-block;
    }

        .base-detail-lr .detail .item .explain {
            width: 70px;
            font-size: 13px;
            color: #999;
            float: left;
        }

        .base-detail-lr .detail .item .ins {
            width: 555px;
            font-size: 13px;
            color: #666;
            float: left;
        }

.base-detail-lr .item.server .ins span i {
    margin: 0 10px;
    font-style: normal;
    color: #ccc;
}

.base-detail-lr .item.server .ins span:first-child i {
    display: none;
}

.base-detail-lr .item.huabei .ins span {
    margin: 0 6px 0 0;
    padding: 0 5px;
    border: 1px solid #CCC;
    border-radius: 4px;
    line-height: 22px;
    display: inline-block;
}

.base-detail-lr .item.coupons {
    /* height: 64px;
  min-height: 64px; */
    overflow: hidden;
    position: relative;
}

.base-detail-lr .item.coupons-hover {
    height: auto;
    overflow: inherit;
}

    .base-detail-lr .item.coupons-hover .ins {
        padding: 12px 0 8px 18px;
        background: #FFF;
        box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        position: absolute;
        left: 52px;
        top: -8px;
        z-index: 9;
    }

.base-detail-lr .item.coupons .coupon {
    margin: 0 20px 10px 0;
    width: 178px;
    height: 24px;
    background: url('/content/images/coupon.png') no-repeat left center;
    text-align: center;
    float: left;
}

    .base-detail-lr .item.coupons .coupon:hover {
        background: url('/content/images/coupon_hover.png') no-repeat left center;
    }

    .base-detail-lr .item.coupons .coupon.received {
        background: url('/content/images/received.png') no-repeat left center;
    }

        .base-detail-lr .item.coupons .coupon.received span {
            color: #999;
        }

        .base-detail-lr .item.coupons .coupon.received:hover a {
            cursor: default;
        }

    .base-detail-lr .item.coupons .coupon span {
        width: 106px;
        color: #F87F23;
        display: inline-block;
    }

    .base-detail-lr .item.coupons .coupon a {
        width: 70px;
        color: #fff;
        display: inline-block;
    }

.base-detail-lr .item.coupons .shrink-btn {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 9;
    display: none;
}

    .base-detail-lr .item.coupons .shrink-btn i {
        font-size: 12px;
        color: #999;
    }

    .base-detail-lr .item.coupons .shrink-btn .icon-shrink-up {
        display: none;
    }

.base-detail-lr .item.coupons-hover .shrink-btn {
    top: 5px;
}

    .base-detail-lr .item.coupons-hover .shrink-btn .icon-shrink-up {
        display: block;
    }

    .base-detail-lr .item.coupons-hover .shrink-btn .icon-shrink-down {
        display: none;
    }

.base-detail-lr .item.money {
    padding: 20px 0 4px;
    line-height: 46px;
}

    .base-detail-lr .item.money strong {
        font-size: 34px;
        font-weight: bold;
        color: #F87F23;
        float: left;
    }

        .base-detail-lr .item.money strong span {
            font-size: 16px;
            font-weight: 400;
            text-decoration: line-through;
            color: #999;
        }

    .base-detail-lr .item.money .ins {
        width: auto !important;
        float: right;
    }

        .base-detail-lr .item.money .ins a {
            margin: 0 0 0 20px;
            padding: 0 25px;
            min-width: 70px;
            line-height: 46px;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            border-radius: 6px;
            float: left;
        }

.im-buy {
    color: #FFF;
    background: #F87F23;
    text-align: center;
}

    .im-buy:hover {
        background: #EA6C0C;
    }

.im-buy-gray {
    text-align: center;
    background: #ccc;
    color: #fff;
    cursor: default;
}

.base-detail-lr .item.money a.im-buy-gray:hover {
    background: #ccc;
}

.base-detail-lr .item.money a.ask {
    height: 44px;
    line-height: 44px;
    border: 1px solid #F87F23;
    color: #F87F23;
}

    .base-detail-lr .item.money a.ask:hover {
        height: 44px;
        line-height: 44px;
        border: 1px solid #EA6C0C;
        color: #EA6C0C;
    }
/* 组合详情TABLE */
.combine {
    padding: 20px 0;
}

.combine-table .trade-box {
    max-width: 535px;
    padding: 0 20px 0 80px;
    float: left;
    position: relative;
}

    .combine-table .trade-box h3 {
        max-width: 485px;
        height: 56px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        float: left;
    }

.combine-table .hours {
    width: 100px;
    padding: 0 10px;
    text-align: center;
}

.combine-table .price {
    padding: 0 50px 0 10px;
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    color: #FE7D30;
    text-align: center;
}

.combine-table tbody .title {
    cursor: pointer;
    float: left;
    position: relative;
}

    .combine-table tbody .title input {
        left: -30px;
        top: 22px;
    }

.combine-table thead .price {
    font-weight: 400;
    color: #333;
}

.combine-table tbody .price {
    font-weight: bold;
}

.combine-table tbody .tit-all {
    width: 470px;
    padding: 2px 5px;
    line-height: 20px;
    font-size: 13px;
    color: #222;
    background: #F5F5F5;
    border: 1px solid #DDD;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: absolute;
    left: 85px;
    top: 42px;
    z-index: 1;
    display: none;
}

.combine-table tbody .teachers {
    width: 235px;
    height: 56px;
    position: relative;
}

    .combine-table tbody .teachers h3 {
        max-width: 236px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        float: left;
    }

    .combine-table tbody .teachers .teacher-all {
        width: 213px;
        padding: 4px 10px;
        line-height: 20px;
        font-size: 13px;
        color: #222;
        background: #F5F5F5;
        border: 1px solid #DDD;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        position: absolute;
        left: 0px;
        top: 42px;
        z-index: 1;
        display: none;
    }

.combine-table .btn-box {
    margin: 0 50px;
    padding: 25px 0 24px;
    line-height: 46px;
    border-top: 1px solid #EEE;
}

    .combine-table .btn-box .check-all {
        padding: 0 0 0 25px;
        cursor: pointer;
        position: relative;
    }

        .combine-table .btn-box .check-all .select-all {
            left: 0;
            top: 4px;
        }

        .combine-table .btn-box .check-all strong {
            font-size: 16px;
            color: #666;
            font-weight: 400;
        }

        .combine-table .btn-box .check-all span {
            font-size: 16px;
            color: #F87F23;
            cursor: default;
        }

    .combine-table .btn-box .money {
        line-height: 46px;
        float: right;
    }

        .combine-table .btn-box .money strong {
            min-width: 220px;
            font-size: 34px;
            font-weight: bold;
            color: #F87F23;
            float: left;
        }

            .combine-table .btn-box .money strong span {
                margin: 5px 7px 0 0;
                font-size: 16px;
                font-weight: 400;
                color: #666;
                float: left;
            }

            .combine-table .btn-box .money strong i {
                font-size: 16px;
                color: #999;
                font-weight: 400;
                text-decoration: line-through;
                font-style: normal;
            }

        .combine-table .btn-box .money .ins {
            width: auto;
            float: right;
        }

        .combine-table .btn-box .money a {
            margin: 0 0 0 20px;
            padding: 0 25px;
            min-width: 70px;
            line-height: 46px;
            font-size: 20px;
            font-weight: bold;
            border-radius: 6px;
            text-align: center;
            float: left;
        }

            .combine-table .btn-box .money a.im-buy {
                color: #FFF;
                background: #F87F23;
            }

                .combine-table .btn-box .money a.im-buy:hover {
                    background: #EA6C0C;
                }

            .combine-table .btn-box .money a.ask {
                height: 44px;
                line-height: 44px;
                border: 1px solid #F87F23;
                color: #F87F23;
            }

                .combine-table .btn-box .money a.ask:hover {
                    border: 1px solid #EA6C0C;
                    color: #EA6C0C;
                }

.combine-table-show .trade-box {
    padding: 0 20px 0 50px;
}

.combine-table-show .btn-box .check-all {
    padding: 0 0 0 0;
}

/* 课程详情下半部分 */
.base-detail .bt-box {
    margin: 30px 0;
    background: transparent;
}

    .base-detail .bt-box .lt {
        margin: 0 30px 0 0;
        padding: 0 30px;
        width: 750px;
        background: #FFF;
        border-radius: 12px;
        float: left;
    }

.product-type, .product-type .product-title {
    padding: 0 0 8px 0;
    height: 68px;
    line-height: 70px;
    overflow: hidden;
}

.product-title .turn-tit li {
    margin: 0 45px 0 0;
    position: relative;
}

    .product-title .turn-tit li a {
        font-size: 18px;
        color: #888;
        font-weight: bold;
        display: inline-block;
    }

    .product-title .turn-tit li span {
        width: 34px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: url('/content/images/audition.png') no-repeat center center;
        display: inline-block;
        position: absolute;
        top: 20px;
        right: -35px;
    }

    .product-title .turn-tit li.turn-current a {
        color: #333;
        background: url('/content/images/blue_tiao.png') center 56px no-repeat;
    }

    .product-title .turn-tit li:hover a {
        color: #333;
        background: url('/content/images/blue_tiao.png') center 56px no-repeat;
    }

.product-title .btn-box {
    padding: 17px 0 0 0;
    line-height: 42px;
}

    .product-title .btn-box .money {
        font-size: 26px;
        font-weight: bold;
        color: #F87F23;
        float: left;
    }

    .product-title .btn-box a {
        margin: 0 0 0 30px;
        padding: 0 23px;
        min-width: 70px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        border-radius: 6px;
        font-weight: bold;
        float: left;
    }

.base-detail .bt-box .lr {
    width: 360px;
    float: left;
}

.recommend {
    margin: 0 0 20px 0;
    padding: 15px 30px;
    background: #FFF;
    border-radius: 12px;
}

    .recommend .tit {
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

    .recommend .item {
        margin: 15px 0;
        padding: 24px 20px 0;
        background: #F5F5F5;
        border-radius: 8px;
    }

        .recommend .item .tit3 {
            font-size: 16px;
            color: #313131;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .recommend .item .tit3 span {
                padding: 0 5px;
                margin: -2px 5px 0 0;
                height: 18px;
                line-height: 18px;
                border-radius: 4px;
                background: #76828B;
                font-size: 12px;
                color: #fff;
                vertical-align: middle;
                display: inline-block;
            }

        .recommend .item .ins {
            padding: 15px 0;
            overflow: hidden;
        }

    .recommend .ins .money {
        line-height: 28px;
        font-size: 18px;
        color: #F87F23;
        font-weight: bold;
        float: left;
    }

        .recommend .ins .money i {
            font-size: 14px;
            font-style: normal;
        }

        .recommend .ins .money span {
            margin: 0 0 0 4px;
            font-size: 12px;
            font-weight: 400;
            color: #666;
            vertical-align: middle;
        }

    .recommend .ins .hour {
        line-height: 30px;
        font-size: 12px;
        color: #666;
        float: right;
    }

    .recommend .ins .shrink-btn {
        float: right;
        display: none;
    }

        .recommend .ins .shrink-btn .shrink-up {
            display: none;
        }

        .recommend .ins .shrink-btn, .recommend .ins .shrink-btn i {
            line-height: 30px;
            font-size: 12px;
            color: #666;
            cursor: pointer;
        }

            .recommend .ins .shrink-btn:hover, .recommend .ins .shrink-btn:hover i {
                color: #41A9FB;
            }

    .recommend .child {
        padding: 10px 5px;
        border-top: 1px solid #ddd;
        background: #F5F5F5;
        display: none;
    }

        .recommend .child .list li {
            padding: 10px 0;
        }

            .recommend .child .list li h4 {
                font-size: 16px;
                color: #666;
                font-weight: 400;
            }

            .recommend .child .list li p {
                padding: 5px 0;
            }

                .recommend .child .list li p strong {
                    font-size: 20px;
                    color: #333;
                    font-weight: bold;
                }

                    .recommend .child .list li p strong i {
                        font-style: normal;
                        font-size: 14px;
                    }

        .recommend .child .btn-box {
            padding: 5px 0 14px;
        }

            .recommend .child .btn-box a {
                padding: 0 23px;
                min-width: 70px;
                font-size: 18px;
                border-radius: 6px;
                font-weight: bold;
                text-align: center;
                display: inline-block;
            }

            .recommend .child .btn-box .vw-detail {
                height: 40px;
                line-height: 40px;
                border: 1px solid #F87F23;
                color: #F87F23;
                float: left;
            }

            .recommend .child .btn-box a {
                height: 42px;
                line-height: 42px;
                float: right;
            }

            .recommend .child .btn-box .vw-detail:hover {
                border: 1px solid #EA6C0C;
                color: #EA6C0C;
            }

            .recommend .child .btn-box .im-buy:hover {
                background: #EA6C0C;
            }

    .recommend .item-hover .ins .shrink-btn .shrink-up {
        display: block;
    }

    .recommend .item-hover .ins .shrink-btn .shrink-down {
        display: none;
    }

    .recommend .item-hover .child {
        display: block;
    }

/* 课程详情-tab课程详情 */
.product-con .turn-ins {
    padding: 10px 0 120px 0;
    min-height: 575px;
}

.course-detail {
    padding: 0 0 30px 0;
    line-height: 26px;
}

    /*.course-detail img {
        margin: 5px 0;
    }*/

    .course-detail .graph {
        line-height: 26px;
        font-size: 15px;
        font-weight: 400;
        color: #666;
    }

        .course-detail .graph img {
            width: auto;
            max-width: 100%;
        }
/* 购买须知 */
.purchase {
    padding: 15px 0;
}

    .purchase .tit3 {
        padding: 0 0 0 15px;
        line-height: 45px;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        background: url('/content/images/vertical_blue_tiao.png') no-repeat left center;
    }

    .purchase .list li {
        padding: 10px 0 10px 15px;
        line-height: 26px;
        font-size: 15px;
        font-weight: 400;
        color: #666;
        background: url('/content/images/gray_dian6.png') no-repeat left 18px;
    }

        .purchase .list li h4 {
            font-size: 16px;
            font-weight: bold;
            color: #333;
        }

        .purchase .list li img {
            width: auto;
            max-width: 100%;
        }

/* 课程详情导航处理 */
.fixed-bt-box .product-type {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(22,25,33,.08);
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 9;
}

.fixed-bt-box .product-title {
    width: 1200px;
    margin: 0 auto;
}

    .fixed-bt-box .product-title .turn-tit {
        padding: 0 30px;
        float: left;
    }

    .fixed-bt-box .product-title .btn-box {
        float: right;
    }

.fixed-bt-box .product-con {
    padding: 76px 0 0 0;
}

/* 课程详情公共子TAB */
.base-sub-tit .sub-turn-tit {
    padding: 0 0 10px 0;
}

    .base-sub-tit .sub-turn-tit li {
        margin: 0 20px 0 0;
        float: left;
    }

        .base-sub-tit .sub-turn-tit li a {
            padding: 0 12px;
            line-height: 30px;
            font-size: 14px;
            font-weight: 400;
            color: #888;
            background: #F5F5F5;
            border-radius: 4px;
            float: left;
        }

        .base-sub-tit .sub-turn-tit li.sub-turn-current a {
            color: #fff;
            background: #41A9FB;
        }

.base-sub-ins .sub-turn-ins {
    display: none;
}
/* 课程详情课程目录 */
/*.catalog-con .notice {
    margin: 10px 0 0 0;
    padding: 0 20px 0;
    height: 46px;
    line-height: 46px;
    background: #FDF6F1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

    .catalog-con .notice .icon-notice {
        font-size: 22px;
        color: #F87F23;
        position: absolute;
        left: 20px;
        top: 0;
    }

    .catalog-con .notice ul {
        margin: 0 0 0 34px;
        width: 520px;
    }

        .catalog-con .notice ul a {
            width: 520px;
            font-size: 14px;
            font-weight: 400;
            color: #F87F23;
            display: inline-block;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: break-all;
            overflow: hidden;
        }

    .catalog-con .notice .sel-all {
        font-size: 12px;
        color: #F87F23;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 0;
    }*/
/* 课程详情-课程目录 */
.course-catalog-content {
    width: 100%;
    overflow: hidden;
}

.course-catalog ul li {
    /* padding-left: 20px; */
}

.course-catalog .course-catalog-name {
    position: relative;
    padding: 20px 0 20px 0;
    padding-right: 80px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background-size: 26px 15px;
    cursor: pointer;
}

    .course-catalog .course-catalog-name:after {
        position: absolute;
        left: -100%;
        bottom: 0;
        content: '';
        width: 300%;
        height: 1px;
        background: #eee;
        overflow: hidden;
    }

    .course-catalog .course-catalog-name span {
        width: 570px;
        font-size: 18px;
        color: #333;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .course-catalog .course-catalog-name .icon {
        font-size: 12px;
        color: #999;
        font-weight: 400;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -7px 0 0 0;
    }

    .course-catalog .course-catalog-name .icon-up {
        display: none;
    }

    .course-catalog .course-catalog-name .icon-down {
        display: block;
    }

    .course-catalog .course-catalog-name.open-state .icon-up {
        display: block;
    }

    .course-catalog .course-catalog-name.open-state .icon-down {
        display: none;
    }

.course-catalog .course-catalog .course-catalog-name span {
    width: 570px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-catalog .course-catalog .course-catalog-name .icon-up {
    display: none;
}

.course-catalog .course-catalog .course-catalog-name .icon-down {
    display: block;
}

.course-catalog .course-catalog .course-catalog-name.open-state .icon-up {
    display: block;
}

.course-catalog .course-catalog .course-catalog-name.open-state .icon-down {
    display: none;
}

.course-catalog .course-lesson-list {
    padding: 15px 0 7px;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

    .course-catalog .course-lesson-list a {
        /*width: 100%;
        display: inline-block;
        position: relative;*/
        width: 10%;
        display: block;
        position: relative;
        float: right;
        padding: 10px 0;
    }

    .course-catalog .course-lesson-list .lesson-rank {
        position: absolute;
        top: 14px;
        left: 0;
        width: 42px;
        height: 22px;
        background: #ebedf2;
        color: #727781;
        font-size: 15px;
        border-radius: 30px;
        line-height: 22px;
        text-align: center;
    }

    .course-catalog .course-lesson-list .lesson-details {
        width: 570px;
        float: left;
    }

        .course-catalog .course-lesson-list .lesson-details p {
            width: 570px;
            line-height: 20px;
            font-size: 14px;
            font-weight: bold;
            color: #222;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            word-break: break-all;
            float: left;
        }

    .course-catalog .course-lesson-list p.lesson-type {
        font-size: 12px;
        color: #AAA;
        font-weight: 400;
        margin: 2px 0 0 0;
    }

    .course-catalog .course-lesson-list p .icon {
        margin: 0 5px 0 0;
        font-size: 12px;
        color: #CFCFCF;
    }

    .course-catalog .course-lesson-list p i {
        margin: 0 10px;
        font-style: normal;
    }

    .course-catalog .course-lesson-list .course-listen-btn {
        font-size: 14px;
        color: #41A9FB;
        font-weight: 400;
        float: right;
    }

.course-listen-btn span {
    font-size: 14px;
    font-weight: 400;
}

.course-listen-btn .living {
    padding-left: 18px;
    color: #3399FF;
    background: url('/content/images/living.gif') left center no-repeat;
    background-size: 14px 15px;
}

.course-listen-btn .audition {
    color: #999;
}

    .course-listen-btn .audition .icon-audition {
        margin: 0 4px 0 0;
        font-size: 14px;
        color: #999;
    }

    .course-listen-btn .audition:hover {
        color: #41A9FB;
    }

        .course-listen-btn .audition:hover .icon-audition {
            color: #41A9FB;
        }

.course-listen-btn .playback, .course-listen-btn .endlive {
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
}

.course-catalog .course-catalog-list .course-catalog {
    display: none;
}

.course-catalog .course-catalog-lesson {
    display: none;
}

/* 课程详情-试听列表 */
.audition-list {
    padding: 0 0 20px 0;
}

    .audition-list .course-lesson-list {
        padding: 15px 0 5px;
        position: relative;
        padding-left: 50px;
    }
/* 课程详情-配套资料 */
.book-list li {
    padding: 15px 0;
    position: relative;
}

    .book-list li .icon {
        font-size: 16px;
        color: #969FB2;
        position: absolute;
        left: 0;
        top: 16px;
    }

    .book-list li a {
        padding: 0 0 0 30px;
        line-height: 22px;
        font-size: 14px;
        color: #333;
        display: inline-block;
    }
/* 课程讲师详情 */
.base-detail .instructor {
    padding: 0 10px;
}

    .base-detail .instructor .lt {
        width: 140px;
        margin: 0 30px 0 0;
        padding: 0;
        text-align: center;
        float: left;
    }

.instructor .lt .avator {
    margin: 0 30px 0 0;
    width: 140px;
    height: 140px;
}

    .instructor .lt .avator img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
    }

.instructor .lt .name {
    margin: 12px 0;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #41A9FB;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

    .instructor .lt .name i {
        margin: 0 2px 0 0;
        font-size: 15px;
    }

.base-detail .instructor .lr {
    width: 560px;
    float: left;
}

.instructor .lr .tit {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.instructor .lr .academic {
    padding: 2px 0 15px;
    overflow: hidden;
}

    .instructor .lr .academic span {
        margin: 5px 6px 5px 0;
        padding: 0 9px;
        line-height: 20px;
        font-size: 13px;
        font-weight: 400;
        color: #999;
        background: #F5F5F5;
        border-radius: 4px;
        float: left;
    }

.instructor .lr .list {
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    min-height: 150px;
    border-bottom: 1px solid #EEE;
}

    .instructor .lr .list li {
        padding: 10px 0;
    }

    .instructor .lr .list h3 {
        line-height: 28px;
        font-size: 16px;
        color: #333;
    }

    .instructor .lr .list p {
        line-height: 24px;
        font-size: 14px;
        font-weight: 400;
        color: #666;
    }

.instructor:last-child .lr .list {
    border: none;
    margin: 0;
}
/* 课程视频介绍 */
.video-box {
    width: 750px;
    height: 460px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .video-box .top-video {
        border-radius: 12px;
        background: #000000;
        display: none;
    }

    .video-box .cover-img {
        width: 100%;
        ;
    }

    .video-box .cover-btn {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #000;
        opacity: 0.4;
        cursor: pointer;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -40px 0 0 -40px;
        z-index: 1;
    }

        .video-box .cover-btn .icon-play {
            margin: 25px 0 0 28px;
            font-size: 30px;
            color: #fff;
            display: inline-block;
        }
/* 图书商品详情 */
.commodity .imgs {
    padding: 0 0 40px 0;
}

.commodity img {
    margin: 5px 0;
    width: inherit;
    max-width: 100%;
}

.commodity ul {
    margin: 0 0 40px 0;
    padding: 16px 0;
    width: 750px;
    background: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
}

    .commodity ul li {
        line-height: 54px;
        overflow: hidden;
    }

        .commodity ul li span {
            padding: 0 25px;
            width: 100px;
            font-size: 16px;
            color: #333;
            float: left;
        }

        .commodity ul li strong {
            padding: 0 0 0 60px;
            width: 514px;
            font-size: 16px;
            color: #666;
            font-weight: 400;
            border-left: 1px dashed #E8E8E8;
            float: left;
        }

/* 轮播、视频详情 */
.swiper {
    margin: 0 47px 0 0;
    width: 526px;
    height: 350px;
    background: #FFFFFF;
    /* border: 1px solid #EEE; */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

    .swiper .swiper-container {
        height: 350px;
    }

    .swiper .swiper-slide a {
        display: inline-block;
        cursor: default;
    }

    .swiper .swiper-slide img {
        width: 100%;
        height: 350px;
        display: block;
    }

    .swiper .arrow-box {
        width: 30px;
        height: 40px;
        background: #000;
        opacity: 0.1;
        border-radius: 4px;
        position: absolute;
        z-index: 9;
        display: none;
    }

    .swiper .arrow-left {
        left: 0;
        top: 50%;
        margin-top: -18px;
        cursor: pointer;
    }

    .swiper .arrow-right {
        right: 0;
        top: 50%;
        margin-top: -18px;
        cursor: pointer;
    }

    .swiper .arrow-box .icon {
        margin: 8px 0px 0 5px;
        font-size: 20px;
        color: #fff;
        display: inline-block;
    }

    .swiper .arrow-left:hover {
        opacity: 0.5;
    }

    .swiper .arrow-right:hover {
        opacity: 0.5;
    }

.book-detail .tp-box .base-detail-lr {
    width: 800px;
    float: left;
}

.book-detail .tp-box .video-box .swiper, .book-detail .tp-box .video-box {
    margin: 0 50px 0 0;
    width: 348px;
    height: 348px;
    border: 1px solid #EEE;
}

.book-detail .base-detail-lr .detail .ins {
    width: 730px;
}
/*详情页分享按钮*/
/*.share-box .share-child .con .icon-qq {
    background: url('../images/qqicon.png') center no-repeat;
}

.share-box .share-child .con .icon-weibo {
    background: url('../images/wbicon.png') center no-repeat;
}

.share-box .share-child .con .icon-wechat {
    background: url('../images/wxicon.png') center no-repeat;
}*/



.share-box .share-child .con .popup_sqq {
    background: url('/content/images/qqicon.png') center no-repeat;
}

.share-box .share-child .con .bds_tsina {
    background: url('/content/images/wbicon.png') center no-repeat;
}

.share-box .share-child .con .bds_weixin {
    background: url('/content/images/wxicon.png') center no-repeat;
}

/* 微信 */
.bd_weixin_popup {
    height: 344px !important;
    border-radius: 12px !important;
}

    .bd_weixin_popup .bd_weixin_popup_head {
        padding: 2px 0 !important;
        line-height: 33px !important;
        height: 33px !important;
        font-size: 16px !important;
        text-align: center !important;
    }

        .bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close {
            top: 8px !important;
            line-height: 16px !important;
        }

    .bd_weixin_popup .bd_weixin_popup_foot {
        line-height: 20px !important;
        text-align: center !important;
    }

/*去学习样式*/
.im-xuexi {
    color: #FFF;
    background: #F87F23;
}

    .im-xuexi:hover {
        background: #EA6C0C;
    }
/*关联商品去购买样式*/
.im-rbuy {
    color: #FFF;
    background: #F87F23;
    text-align: center;
}

    .im-rbuy:hover {
        background: #EA6C0C;
    }
/* 课程详情-配套资料 */
.bookcourse-list li {
    padding: 15px 0;
    position: relative;
}

    .bookcourse-list li .icon {
        font-size: 16px;
        color: #969FB2;
        position: absolute;
        left: 0;
        top: 16px;
    }

    .bookcourse-list li a {
        padding: 0 0 0 30px;
        line-height: 22px;
        font-size: 14px;
        color: #333;
        display: inline-block;
    }

.trade-box .title .tit3 span {
    padding: 0 5px;
    margin: -2px 5px 0 0;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    background: #76828B;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

/* 详情 添加 限时优惠 */
.course-active-new span {
    float: left;
}

.course-active-new .course-active-tags {
    height: 20px;
    background: #F87F23;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 2px 7px 0 0;
    font-size: 12px;
    padding: 0 0.6rem;
    /*max-width: 100px;*/
    overflow: hidden;
}

/* 推荐课程  */
.recommend .item {
    position: relative;
}

.detail-limit-tags {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: url(/content/images/tag-bg2.png) no-repeat;
}

.combine-table tbody .price p {
    position: relative;
    display: inline-block;
}

.table-limit-tags {
    position: absolute;
    right: -40px;
    top: 5px;
    width: 38px;
    height: 23px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    background: url(/content/images/tag-bg3.png) no-repeat;
}

/* 倒计时 */
.live-list a .avator {
    position: relative;
}

.discount-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.item-discount-info {
    height: 28px;
    line-height: 28px;
}

.detail-discount-info {
    height: 30px;
    line-height: 30px;
    z-index:9;
}

.count-down-info {
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
}

    .count-down-info span,
    .count-down-info strong {
        float: left;
    }

.count-detail {
    width: 18px;
    height: 18px;
    background: #F87F23;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    margin: 5px 2px 0;
}

.insAdd span{
    float:none;
    display:inline;
}
    .insAdd span.course-active-tags{
        float:left;
    }
    .insAdd span i, .combine-table .btn-box .money span i{
        color: #FE7D30;
        font-style: normal;
    }

.combine-table .btn-box .money-group{
    float:none;
    font-size:16px;
    color:#666;
}
    .combine-table .btn-box .money-group strong {
        margin-right: 35px;
        float: none;
    }



/*课程目录-新*/
.catalogueBox {
    width: auto;
    /*margin: 50px auto;*/
}

.catalogueList {
    display: none;
    padding-left: 20px;
}

.catalogueBox > ul.catalogueList {
    padding-left: 0;
    display: block;
}

.catalogueBox > ul.catalogueDetails {
    padding-left: 0;
}

.catalogueBt {
    border-bottom: 1px solid #f3f3f3;
}

.catalogueBt {
    cursor: pointer;
    padding: 15px 110px 15px 0;
    background: url(/content/images/downIcon.png) right center no-repeat;
}

    .catalogueBt.on {
        padding: 15px 110px 15px 0;
        background: url(/content/images/upIcon.png) right center no-repeat;
    }

.gloBt {
    color: #333;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogueBox > ul.catalogueList > .catalogueItem > .catalogueBt > .gloBt {
    font-size: 18px;
}

.catalogueBt .notice {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #f87f23;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalogueBt .notice span {
    color: #f87f23;
    font-size: 12px;
    display: inline;
    vertical-align: middle;
}

.catalogueBt .notice span.noticeName {
    color: #aaa;
    max-width: 180px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 15px;
}

.catalogueDetailsItem {
    position: relative;
    padding: 14px 110px 14px 50px;
}

.serialNumber {
    position: absolute;
    top: 14px;
    left: 0;
    width: 42px;
    height: 22px;
    background: #ebedf2;
    color: #727781;
    font-size: 15px;
    border-radius: 30px;
    line-height: 22px;
    text-align: center;
}

.catalogueDetailsBt {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.catalogueDetailsTime {
    color: #aaa;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    padding-left: 18px;
    background: url(/content/images/liveIcon.png) 0 center no-repeat;
}

    .catalogueDetailsTime span {
        height: 10px;
        width: 1px;
        display: inline-block;
        vertical-align: middle;
        background: #aaa;
        margin: 5px 10px;
    }

.liveBro, .auditionBtn, .greyBtn {
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}

.liveBro {
    color: #41a9fb;
    padding-left: 23px;
    background: url(/content/images/living.gif) 0 center no-repeat;
}

.auditionBtn {
    color: #999;
    padding-left: 17px;
    background: url(/content/images/stIcon.png) 0 center no-repeat;
}

.greyBtn {
    color: #ccc;
}

.catalogueBt .notice span a {
    color: #41A9FB;
}




/* 虚拟商品新增课程信息 */
.base-detail-lr .item.expire .explain {
    width: 115px;
}

.base-detail-lr .item.expire .ins {
    width: 315px !important;
    font-size: 16px;
    color: #F87F23 !important;
    font-weight: bold;
}

.base-detail-lr .item.money strong i {
    color: #F87F23;
    font-style: normal;
}

.base-detail-lr .item.money a.more-buy-gray {
    padding: 0 10px;
    text-align: center;
    background: #ccc;
    font-size: 16px;
    color: #fff;
    cursor: default;
}

.base-detail-lr .item.money a.more-buy-gray:hover {
    background: #ccc;
}
/* 一对一课程详情 */
.que-detail .tp-box {
    padding: 0;
    background: #fff url('/content/images/question_banner.png') no-repeat center top;
    background-size: 1920px 480px;
}

.biunique-detail .tp-box {
    padding: 0;
    background: #fff url('/content/images/biunique_banner.png') no-repeat center top;
    background-size: 1920px 480px;
}

.que-detail .tp-box .base-detail-lt {
    display: none;
}

.que-detail .tp-box .base-detail-lr {
    padding: 0 40px;
    width: 430px;
    height: 480px;
    background: rgba(0,0,0,.3);
    float: right;
}

.que-detail .base-detail-lr .tit {
    margin: 30px 0 0 0;
    color: #fff;
}

.que-detail .base-detail-lr .validity, .que-detail .base-detail-lr .validity a, .que-detail .base-detail-lr .validity i {
    color: #fff;
}

.que-detail .tp-box .base-detail-lr .explain {
    width: 65px;
    color: #fff;
}

.que-detail .tp-box .base-detail-lr .ins {
    width: 365px;
    color: #fff;
}

.que-detail .base-detail-lr .item.expire .explain {
    width: 115px;
}

.que-detail .base-detail-lr .item.expire .ins {
    width: 315px;
    font-size: 16px;
    color: #F87F23;
    font-weight: bold;
}

.que-detail .base-detail-lr .item.coupons .coupon {
    margin: 0 4px 10px 0;
}

.que-detail .base-detail-lr .course-active-new span {
    float: left;
}

.que-detail .base-detail-lr .course-active-new .course-active-tags {
    margin: 2px 7px 0 0;
    width: 110px;
    height: 20px;
    line-height: 20px;
    background: rgba(248, 127, 35, 0.2);
    border-radius: 10px;
    font-size: 12px;
    color: #F87F23;
    text-align: center;
    overflow: hidden;
}

.que-detail .base-detail-lr .item.money strong i {
    font-size: 18px;
    color: #F87F23;
    font-style: normal;
}

.que-detail .base-detail-lr .item.money strong {
    position: relative;
    margin: -5px 0 0 0;
}

    .que-detail .base-detail-lr .item.money strong span {
        font-size: 14px;
        position: absolute;
        bottom: -20px;
        left: -8px;
    }


@font-face {
    font-family: "socialshare";
    src: url("/content/js/share/fonts/iconfont.eot");
    src: url("/content/js/share/fonts/iconfont.eot?#iefix") format("embedded-opentype"),url("/content/js/share/fonts/iconfont.woff") format("woff"),url("/content/js/share/fonts/iconfont.ttf") format("truetype"),url("/content/js/share/fonts/iconfont.svg#iconfont") format("svg")
}

.social-share {
font-family: "socialshare" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale
}

.social-share * {
font-family: "socialshare" !important
}

.social-share .icon-tencent:before {
content: "\f07a"
}

    .social-share .icon-qq:before {
        content: "\f11a" !important
    }

.social-share .icon-weibo:before {
content: "\f12a"
}

.social-share .icon-wechat:before {
content: "\f09a"
}

.social-share .icon-douban:before {
content: "\f10a"
}

.social-share .icon-heart:before {
content: "\f20a"
}

.social-share .icon-like:before {
content: "\f00a"
}

.social-share .icon-qzone:before {
content: "\f08a"
}

.social-share .icon-linkedin:before {
content: "\f01a"
}

.social-share .icon-diandian:before {
content: "\f05a"
}

.social-share .icon-facebook:before {
content: "\f03a"
}

.social-share .icon-google:before {
content: "\f04a"
}

.social-share .icon-twitter:before {
content: "\f06a"
}

.social-share a {
position: relative;
text-decoration: none;
margin: 0px 4px;
display: inline-block;
outline: none
}

.social-share .social-share-icon {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
font-size: 20px;
border-radius: 50%;
line-height: 32px;
border: 1px solid #666;
color: #666;
text-align: center;
vertical-align: middle;
transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
background: #666;
color: #fff
}

.social-share .icon-weibo {
color: #ff763b;
border-color: #ff763b
}

.social-share .icon-weibo:hover {
background: #ff763b
}

.social-share .icon-tencent {
color: #56b6e7;
border-color: #56b6e7
}

.social-share .icon-tencent:hover {
background: #56b6e7
}

    .social-share .icon-qq {
        color: #56b6e7;
        border-color: #56b6e7;
    }

.social-share .icon-qq:hover {
background: #56b6e7
}

.social-share .icon-qzone {
color: #FDBE3D;
border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
background: #FDBE3D
}

.social-share .icon-douban {
color: #33b045;
border-color: #33b045
}

.social-share .icon-douban:hover {
background: #33b045
}

.social-share .icon-linkedin {
color: #0077B5;
border-color: #0077B5
}

.social-share .icon-linkedin:hover {
background: #0077B5
}

.social-share .icon-facebook {
color: #44619D;
border-color: #44619D
}

.social-share .icon-facebook:hover {
background: #44619D
}

.social-share .icon-google {
color: #db4437;
border-color: #db4437
}

.social-share .icon-google:hover {
background: #db4437
}

.social-share .icon-twitter {
color: #55acee;
border-color: #55acee
}

.social-share .icon-twitter:hover {
background: #55acee
}

.social-share .icon-diandian {
color: #307DCA;
border-color: #307DCA
}

.social-share .icon-diandian:hover {
background: #307DCA
}

.social-share .icon-wechat {
position: relative;
color: #7bc549;
border-color: #7bc549
}

.social-share .icon-wechat:hover {
background: #7bc549
}

.social-share .icon-wechat .wechat-qrcode {
display: none;
border: 1px solid #eee;
position: absolute;
z-index: 9;
top: -205px;
left: -84px;
width: 200px;
height: 192px;
color: #666;
font-size: 12px;
text-align: center;
background-color: #fff;
box-shadow: 0 2px 10px #aaa;
transition: all 200ms;
-webkit-tansition: all 350ms;
-moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

    .social-share .icon-wechat .wechat-qrcode.bottom:after {
        display: none
    }

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

    .social-share .icon-wechat .wechat-qrcode .qrcode table {
        margin: 0 !important
    }

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
display: block
}

