/*
* @Author: baocheng
* @Date:   2017-04-24 10:52:35
* @Last Modified by:   baocheng
* @Last Modified time: 2017-04-24 14:30:33
*/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear:after {
  display: block;
  content: " ";
  clear: both;
}
.clear {
  zoom: 1;
}
.publicBox {
  width: 1200px;
  margin: 0 auto;
}
/*会员特权 start*/
/*课程列表 start*/
.classfind-list {
  padding-top: 21px;
}
.classfind-list ul {
  width: 1228px;
}
.classfind-list li {
  float: left;
  width: 279px;
  height: 284px;
  box-sizing: border-box;
  margin: 9px 28px 29px 0;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 8px 0 rgba(221, 221, 221, 0.7);
}
.classfind-list li:hover {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0 8px 0 rgba(221, 221, 221, 0.7);
}
.classfind-list li:hover .stage-con {
  height: 40px;
}
.classfind-list li:hover .stageMove {
  top: 113px;
}
.classfind-list .mb-none {
  margin-bottom: 0;
}
.classfind-list li .picture {
  height: 154px;
  border-radius: 3px 3px 0 0;
  background-image: url('../../images/overview_demo.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.classfind-list .infos .h5 {
  height: auto;
  padding-top: 3px;
}
.classfind-list .class-infos.class-infos {
  padding-top: 0;
  margin-top: 4px;
}
.classfind-list .infos .h5 a {
  top: 0;
}
.classfind-list .infos .h5 .type {
  top: 0;
}
.classfind-list .parcel-box {
  width: 279px;
  height: 284px;
  box-sizing: border-box;
  padding: 0;
  padding-bottom: 20px;
  border: none;
}
.classfind-list .infos {
  padding: 16px 10px 20px;
}
.classfind-list .infos .h5 a {
  color: #14191e;
}
.classfind-list .class-infos .peo .iconfont {
  color: #93999f;
}
.class-list .class-infos .free b {
  color: #07bbee;
}
.classfind-list .infos .h5 .type {
  color: #93999f;
  border-color: #d9dde1;
}
.classfind-list .infos .curintro {
  color: #93999f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.classfind-list .infos p {
  height: 40px;
  line-height: 1.6;
  margin-top: 9px;
}
.classfind-list ul li .class-infos .price {
  color: #ee1207;
}
.classfind-list .class-infos .peo {
  color: #93999f;
}
.classfind-list .class-infos .showsta {
  color: #07bbee;
  font-size: 16px;
}
.parcel-member {
  width: 64px;
  height: 64px;
  background-image: url('../../images/vip_img.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -1px;
  top: 0;
}
.parcel-full {
  width: 53px;
  height: 31px;
  background-image: url('../../images/course-full.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.pages-find {
  margin: 20px auto 50px;
}
.pages-find li {
  color: #707070;
  border-color: #aaa;
}
.pages-find li:nth-child(1) {
  display: none;
}
.pages-find li a {
  padding: 5px 10px;
  color: #707070;
}
.pages-find li span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pages-find li:hover,
.pages-find li.active {
  color: #fff;
  border-color: #07bbee;
  background-color: #07bbee;
}
.pages-find li.disabled:hover {
  border-color: #d8d8d8;
}
.stage {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 20px;
}
.stageMove {
  position: absolute;
  top: 154px;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0 12px ;
  box-sizing: border-box;
  background-image: url(../../images/gradient.png);
  background-repeat: no-repeat;
  background-position: -1px top;
  background-size: 110% auto;
  transition: top 0.3s ease-in-out;
  cursor: pointer;
}
.stage-price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 76px;
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.stageMove h5 {
  margin: 14px 0 0;
  line-height: 21px;
  color: #14191e;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 41px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
}
.stageMove h5:hover {
  color: #07bbee;
}
.stageMove .stage-con {
  height: 0;
  padding-top: 5px;
  line-height: 18px;
  color: #93999f;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .5s ease;
}
.stage .stage-price {
  font-size: 0;
  padding-top: 18px;
}
.stage-price .allsta-bot {
  position: absolute;
  left: 12px;
  bottom: 20px;
  width: 255px;
}
.stage-price .rmb strong {
  display: inline-block;
  line-height: 16px;
  font-size: 16px;
  color: #07bbee;
  font-weight: normal;
}
.stage-price .rmb b {
  position: relative;
  left: -3px;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #fe5151;
  font-weight: normal;
}
.stage-price .rmb s {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: #949494;
  margin-left: 4px;
}
.stage-price .people i {
  position: relative;
  top: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #93999f;
}
.stage-price .people em {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 12px;
  line-height: 12px;
  margin-left: 7px;
  color: #93999f;
}
.stage-price .pattern {
  font-size: 12px;
  color: #93999f;
  line-height: 1;
  padding-top: 7px;
}
/*课程列表 end*/
/*会员特权 end*/
.privilTitle {
  font-size: 28px;
  color: #474747;
  line-height: 1;
  text-align: center;
}
.privilNav {
  position: relative;
  padding-top: 22px;
  text-align: center;
}
.privilNav .privilNav-det {
  font-size: 0;
  max-width: 930px;
  overflow: hidden;
  margin: 0 auto;
  white-space: nowrap;
  word-break: break-all;
}
.privilNav-det li {
  display: inline-block;
  height: 29px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 3px 7px;
  border-bottom: 1px solid transparent;
  color: #a9a9a9;
  font-size: 14px;
  margin: 0 15px;
  cursor: pointer;
}
.privilNav-det li:hover {
  color: #07bbee;
  border-bottom: 1px solid #07bbee;
}
.privilNav-det li.active {
  color: #07bbee;
  border-bottom: 1px solid #07bbee;
}
.privilNav .priNav-change {
  position: absolute;
  top: 22px;
  right: 0;
}
.priNav-change a {
  display: inline-block;
  /*width: 60px;*/
  padding:0 9px;
  height: 28px;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  border: 1px solid #d9dde1;
  font-size: 14px;
  color: #93999f;
  margin-left: 14px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.priNav-change a.active {
  color: #fff;
  background-color: #00b7ee;
  border-color: #00b7ee;
}
.priNav-change a:hover {
  color: #fff;
  background-color: #00b7ee;
  border-color: #00b7ee;
}
.memberBanner {
  width: 100%;
  height: 340px;
  background-image: url(../../images/leagure/member-banner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cunulatBox {
  width: 100%;
  padding: 60px 0;
  background-color: #f8fafc;
  margin-bottom: 50px;
}
.swiperBox {
  width: 1200px;
  margin: 0 auto;
  padding: 12px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 8px 2px rgba(124, 144, 164, 0.2);
  -moz-box-shadow: 0 0 8px 2px rgba(124, 144, 164, 0.2);
  box-shadow: 0 0 8px 2px rgba(124, 144, 164, 0.2);
}
.leftBox {
  width: 220px;
  height: 206px;
  background-color: #ff751f;
  text-align: center;
  padding-top: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.leftBox img {
  width: 80px;
}
.leftBox p {
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-top: 14px;
}
.centerBox {
  width: 295px;
  height: 206px;
  background-color: #0b0a10;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-left: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 42px 15px 0;
}
.centerBox img {
  width: 48px;
}
.centerCon {
  width: 100%;
  border-top: 1px solid #414046;
  position: relative;
  margin-top: 32px;
  padding-top: 28px;
}
.centerCon h3 {
  font-size: 22px;
  color: #fff;
  line-height: 22px;
  padding: 0 18px;
  font-weight: normal;
  position: absolute;
  top: -11px;
  background-color: #0b0a10;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.centerCon span {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}
.rightBox {
  width: 650px;
  height: 206px;
}
.swiperTitle {
  padding: 8px 30px;
}
.swiperTitle h3 {
  font-size: 18px;
  line-height: 42px;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-weight: normal;
}
.swiperTitle p {
  font-size: 14px;
  line-height: 21px;
  color: #939ca5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -mis-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -mis-box-orient: vertical;
  -o-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  width: 100%;
  min-height: 42px;
  font-weight: normal;
}
.swiperPagination {
  position: absolute;
  bottom: 0px;
  right: 0;
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 111;
}
.swiperPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e8e8e8;
  margin-right: 5px;
  border-radius: 0;
  opacity: 1;
}
.swiperPagination .swiper-pagination-bullet-active {
  background-color: #5b5b5b;
}
.swiper-slide .swiperInsert {
  height: 60px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.swiperInsert .swiper-slide {
  width: 158px;
}
.swiperInsert .swiper-slide:hover {
  border: 1px solid #d25b0f;
}
.swiper-slide .buttonNext,
.swiper-slide .buttonPrev {
  text-align: center;
  color: #ff6604;
  position: absolute;
  z-index: 222;
  height: 60px;
  background: #fff;
  top: 0;
}
.but {
  height: 42px;
  width: 16px;
  font-size: 18px;
  line-height: 42px;
  font-family: iconfont !important;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -21px;
}
.swiper-slide .buttonNext {
  right: 0px;
  width: 27px;
  padding-left: 13px;
  box-shadow: 1px 0 49px 8px #abb5b8;
}
.swiper-slide .buttonPrev {
  left: 0px;
  width: 20px;
  padding-left: 10px;
}
.swiper-slide .buttonNext:hover .but,
.swiper-slide .buttonPrev:hover .but {
  background-color: #b3b3b4;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.swiper-slide .swiper-button-disabled,
.swiper-slide .swiper-button-disabled {
  display: none;
}
.swiperInsert .swiper-slide {
  border: 1px solid #abb5b8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.leftBg,
.rightBg {
  background-color: #fff;
  position: absolute;
  height: 60px;
  top: 0;
  z-index: 1;
  width: 33px;
}
.leftBg {
  left: 0;
}
.rightBg {
  right: 0;
}
.swiperInsert .swiper-slide {
  text-align: center;
}
.swiperInsert .swiper-slide h4 {
  font-size: 16px;
  color: #ff751f;
  line-height: 36px;
  width: 100%;
  position: relative;
}
.swiperInsert .swiper-slide span {
  font-size: 12px;
  color: #939ca5;
  line-height: 12px;
}
.swiperInsert .swiper-slide p {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 117, 29, 0.9);
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
  z-index: 1;
  cursor: pointer;
}
.swiperInsert .swiper-slide:hover p {
  display: block;
}

/*pad stylesheet*/
@media screen and (min-width:768px) and (max-width:1024px){
    .rightBox{width:45%;}
    .swiperBox,.publicBox,.classfind-list ul{width:100%;}
    .classfind-list li{ margin: 9px 51px 29px 130px;}
}