@charset "utf-8";
/* css reset */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, span, i, pre, tr, td, form, p, img, blockquote, fieldset, input { padding: 0; margin: 0; }
* { box-sizing: border-box; }
/* 为旧版本浏览器格式化Html5元素 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display:block; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, table, th, td { font-size: 100%; font-style: normal; font-weight: normal; }
li { list-style: none; }
img { border: none; vertical-align: top; }
caption, th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
input, select, textarea { }
cite, em { font-style: normal; }
input, button, select, textarea { outline: none; border: none; }
html { min-height:100%; }
a, a:link, a:visited, a:active { text-decoration:none; -webkit-tap-highlight-color:transparent; tap-highlight-color:transparent; }
.clearfix { zoom: 1; }
.clearfix:after { clear: both; content: ""; display: block; }
.fl { float:left; display:block; }
.fr { float:right; display:block; }
.hide { display: none !important; }
/* 超出隐藏（需要再设置宽高） */
.textCut { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/* css reset over */
 
body { font-size: 14px; font-family: "Microsoft Yahei"; background-color: #FFF; }
a {
    color: #555;
    text-decoration: none;
    outline: none;
}
.sideNav {
    width: 60px;
    background-color: #fff;
    border-radius: 2px 0 0 2px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 101;
    box-shadow: -2px 2px 7px rgba(153, 153, 153, 0.2);
}
.sideNav li {
    padding: 0 16px;
    position: relative;
}
.sideNav li:hover {
    background-color: #00c091;
}
.sideNav li:hover a {
    border-bottom: 0;
}
.sideNav a {
    display: block;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #edeff0;
    background-image: url(../images/sideBtn.png);
    background-repeat: no-repeat;
}
 
 
.sideNav a.sideNav1 {
    background-position: 0 17px;
}
.sideNav a.sideNav2 {
    background-position: -29px -89px;
}
.sideNav a.sideNav3 {
        background-position: -56px -89px;
}
.sideNav a.sideNav4 {
    background-position: -84px -89px;
}
.sideNav a.sideNav5 {
    background-position: -111px -89px;
    border-bottom: 1px;
}
 
.sideNav a.sideNav6 {
    background-position: -9999px -8999px;
    display: inline-block;
    padding-top: 10px;
    color: #9aa4a9;
    border-top: 1px solid #edeff0;
}
 
 
.sideNav li:hover a.sideNav2  {
    background-position: -29px 17px;
}
.sideNav li:hover a.sideNav3  {
        background-position: -56px 17px;
}
.sideNav li:hover a.sideNav4{
    background-position: -84px 17px;
}
.sideNav li:hover a.sideNav5  {
    background-position: -111px 17px;
}
.sideNav li:hover a.sideNav6  {
    color: #fff;
    border-top: none;
}
 
 
 
.header {
    width: 100%;
    height: 70px;
    padding: 0 30px;
    position: fixed;
    box-shadow:0 5px 10px rgba(86, 86, 86, 0.05);
    background: rgba(255, 255, 255, 1);
    z-index:999;
    top:0;
     -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.logo {
    padding: 3px 0;
}
.nav, .searchBox {
    margin-left: 15px;
}
.nav li {
    float: left;
    margin-right: 10px;
}
.nav li a {
    display: block;
    width: auto;
    line-height: 70px;
    padding: 0 11px;
    font-size: 14px;
    color: #333;
    transition: .2s;
}
.nav li:hover, .nav li.active {
    transition: .2s;
    background-color: #00c091;
}
.nav li:hover a, .nav li.active a {
    color: #fff;
}
.nav li.new a {
    background: url(../images/new.png) no-repeat 70% 10px;
}
.searchBox span {
    display: block;
    margin-top: 20px;
    height: 30px;
    border-radius: 4px;
    background-color: #f3f3f3;
    position: relative;
}
.searchBox input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    padding: 0 30px 0 15px;
    font-size:12px;
    font-family:'宋体'
}
.searchBox .searchBtn {
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 17px;
    height:17px;
    background: url(../images/searchIco.png) no-repeat center;
}
.join {
        line-height: 70px;
}
.join a {
    display: inline-block;
    color: #6a7077;
    line-height: 30px;
}
.join a.join1, .join a.join2 {
    width: 24px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../images/join.png);
    vertical-align: middle;
}
.join a.join3, .join a.join4, .join span {
    position: relative;
    
}
.join a.join3:hover, .join a.join4:hover {
    text-decoration: underline;
}
.join a.join1 {
    background-position: left center;
    margin-right: 25px;
}
.join a.join2 {
    background-position: right center;
    margin-right: 40px;
}
.join a {
    display: inline-block;
    color: #6a7077;
}
.join span {
    padding: 0 10px;
}
.logined {
    margin-top: 20px;
    min-width: 370px;
}
.logined a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 18px;
    background-repeat: no-repeat;
    background-image: url(../images/loginedIco.png);
}
.logined a.logined1 {
    width: auto;
    background: none;
    color: #868787;
    position: relative;
    top: -6px;
}
.logined a.logined1 span {
    display: inline-block;
    line-height: 38px;
    padding-right: 8px;
}
.logined a.logined1 img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
}
.logined a.logined2 {
    background-position: left center;
}
.logined a.logined3 {
    background-position: center center;
}
.logined a.logined4 {
    background-position: right center;
}
 
.modulerbg {
    width: 100%;
    /* background: url(../images/modulerbg.png) repeat-x top; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f5f5+1,ffffff+77 */
    background: #f4f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4f5f5 1%, #ffffff 77%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4f5f5 1%,#ffffff 77%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4f5f5 1%,#ffffff 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 
}
.modulerMain {
    width: 1340px;
    margin: 0 auto;
}
 
 
#pic_list .listImg1{background:#6df480 url(/public/v4/images/lg/001.png);}
#pic_list .listImg2{background:#5be0e5 url(/public/v4/images/lg/002.png);}
#pic_list .listImg3{background:#e98440 url(/public/v4/images/lg/003.png);}
#pic_list .listImg4{background:#c976ec url(/public/v4/images/lg/004.png);}
#pic_list .listImg5{background:#7894fe url(/public/v4/images/lg/005.png);}
#pic_list .listImg6{background:#ea5fd8 url(/public/v4/images/lg/006.png);}
#pic_list .listImg7{background:#b2db44 url(/public/v4/images/lg/007.png);}
#pic_list .listImg8{background:#ea7474 url(/public/v4/images/lg/008.png);}
#pic_list .listImg9{background:#a086fe url(/public/v4/images/lg/009.png);}
#pic_list .listImg{background-position:center center;background-repeat:no-repeat;width: 88px; height: 88px;border-radius: 10px;}
#pic_list .info{display:block;text-align:center;margin-top:15px;}
 
#pic_list
  {
 
    white-space:nowrap;
    width:100%;
    height: 192px;
 
  }
  
#pic_list ul{
    width:1340px;
    margin:0 auto;
}
#pic_list li
  {
 
    height:136px;
    margin:3px;
    display:inline-block;
    
    margin-top: 40px;
 
  }
#pic_list li{margin-right:60px;}
#pic_list  li:last-child{margin-right:0px;}
 
  
  
  
#certify {
  position: relative;
  width: 1340px;
  margin: 0 auto;
  padding-top: 6px;
 
}
#certify .swiper-container {
  width: 1340px;
}
#certify .swiper-slide {
  width: 700px;
  height: 380px;
  background: #fff;
}
#certify .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#certify .swiper-slide img{
  display:block;
  width: 100%;
  height: 379.2px;
}
#certify .swiper-slide a p {
  line-height: 42px;
  font-size: 30px;
  color: #fff;
  position: absolute;
  left: 40px;
  width:80%;
  top: 255px;
  z-index:1;
}
#certify .swiper-slide.swiper-slide-next a p{
    left: 5px;
}
#certify .swiper-slide.swiper-slide-prev a p{
    left: 145px;
}
#certify .swiper-slide.swiper-slide-prev  a:after{
/*     content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: 65px;
    z-index: 9;
    transform:all(3);
    top: -16px;
    background:  url(/public/v4/images/rd.png) no-repeat; */
}
 
#certify .swiper-slide {
    position: relative;
  bottom: -28px;
}
#certify .swiper-slide-active {
  bottom: -12px;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  transform:translateX(0px) scale(0.94)!important;
  background: transparent;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 17px;
}
#certify .bg {
    position: absolute;
    bottom: 0px;
    height: 136px;
    
    z-index: 0;
    width: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#61000000',GradientType=0 );
 
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00c091;
  opacity:1;
}
.swiperButton .swiper-button-prev,
.swiperButton .swiper-button-next {
  width: 36px;
  height: 70px;
  background-image: url(../images/moveBtn.png);
  background-repeat: no-repeat;
  background-size: 70px auto;
  opacity: .7;
  top: 54%;
}
.swiperButton .swiper-button-prev:hover,
.swiperButton .swiper-button-next:hover {
  opacity: 1;
}
.swiperButton .swiper-button-prev {
    left: -60px;
    background-position: left center;
    top: 54%;
}
.swiperButton .swiper-button-next {
    right: -60px;
    background-position: right center;
}
.mingshiSwiper {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.mingshiSwiper .swiper-container {
    padding-bottom: 100px;
}
.mingshiSwiper .swiper-slide {
    width: 100%;
}
.mingshiSwiper .swiper-slide a {
    display: block;
    width: 220px;
    float: left;
    margin: 0 23px;
    transition: .4s;
}
.mingshiSwiper .swiper-slide a div{
    margin: 15px 0
}
.mingshiSwiper .swiper-slide a:hover div {
    background: #26dbc6; /* Old browsers */
    background: -moz-linear-gradient(top,  #26dbc6 0%, #08c69d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #26dbc6 0%,#08c69d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #26dbc6 0%,#08c69d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26dbc6', endColorstr='#08c69d',GradientType=0 ); /* IE6-9 */
 
    box-shadow: 5px 13px 33px rgba(9, 198, 157, 0.34);
}
.mingshiSwiper .swiper-slide a:hover p, .mingshiSwiper .swiper-slide a:hover h2 {
    color: #09c69d;
 
}
.mingshiSwiper .swiper-slide a div {
    width: 100%;
    padding: 10px;
    background-color: #dee3ea;
    border-radius: 50% 50% 50% 0;
    overflow: hidden;
    margin-bottom: 24px;
}
.mingshiSwiper .swiper-slide a div img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.mingshiSwiper .swiper-slide a h2 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.mingshiSwiper .swiper-slide a p {
    margin-top: 5px;
    font-size: 12px;
    color: #777c82;
    line-height: 24px;
}
.mingshiSwiper .swiper-pagination .swiper-pagination-bullet{
    background-color: #b7b2b2;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #fff;
}
 
.swiper-pagination-bullet{opacity: 0.6;}
.mingshiSwiper .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #b2b2b2;
}
.imgNav {
    padding: 20px 0 33px;
}
.imgNav a {
    display: block;
    float: left;
    width: 206px;
    margin-left: 20px;
}
.imgNav a:first-child {
    margin-left: 0;
}
.imgNav a img {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    box-shadow: 0 0 19px rgba(0, 5px, 0, 0.1);
}
.imgNav a p {
    margin-top: 7px;
    color: #545454;
    line-height: 20px;
}
.classList {
    padding-top: 46px;
}
.classTitle {
    padding-bottom: 24px;
}
.classTitle h2 {
    color: #333;
    float: left;
    font-size: 26px;
    line-height: 27px;
    background-repeat: no-repeat;
    background-image: url(../images/titleLogo.png);
    padding-left: 42px;
}
.classTitle ul {
    margin-left: 30px;
}
.classTitle ul li {
    float: left;
    line-height: 21px;
    margin: 0 20px;
    padding: 0 3px 3px 3px;
}
.classTitle ul a {
    color: #545454;
    font-size: 16px;
}
.classTitle ul li.active a, .classTitle ul li:hover a {
    color: #00c091;
}
.classTitle ul li.active {
    border-bottom: 2px solid #00c091;
}
.classTitle a.fr {
    margin-top: 4px;
}
.jiaocheng .classTitle h2 {
    background-position: 0 0;
}
.mingshi .classTitle h2 {
    background-position: 0 -27px;
}
.jingpin .classTitle h2 {
    background-position: 0 -54px;
}
.zhibo .classTitle h2 {
    background-position: 0 -81px;
}
.classContent ul {}
.classContent ul li {
    width: 206px;
    float: left;
    margin-left: 20px;
    margin-bottom: 25px;
}
.classContent ul li:nth-of-type(6n+1) {
    margin-left: 0;
}
.classContent ul a {
    display: block;
}
.listImg {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.listImg img {
    width: 100%;
    height: 100%;
}
 
 
.jclist .listImg img{
    width: 100%;
    height: 150px;
}
 
.listImg span {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 8px;
}
.listImg span .soft{display:inline-block;}
.listImg span b{
    font-weight:normal;
    margin-right:10px;
    padding: 0 12px;
    color: #fff;
    width: auto;
    max-height: 90%;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
}
.classContent li h3 {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.listImg:hover, .classContent li h3:hover { cursor: pointer; }
.classContent li h3:hover { text-decoration: underline; }
.classContent li p {
    color: #9aa4a9;
    line-height: 24px;
    font-size: 12px;
}
.classContent li p.red {
    color: #ff5959;
}
.classContent li p span {
    margin-right: 10px;
}
.classContent .mainHart {
    
}
.classContent .mainHart h6 {
    padding-left: 20px;
    background: url(../images/classNum.png) no-repeat left center;
    color: #929da2;
}
.classContent .mainHart h4 {
    font-weight: bold;
    color: #545454;
}
.jingpin .classContent ul li, .zhibo .classContent ul li {
    width: 206px;
    
}
.jingpin .listImg, .zhibo .listImg {
    width: 100%;
    height: 150px;
}
 
.advertisement {
    margin-top: 10px;
    margin-bottom: 48px;
}
.advertisement .bigerAdd {
    width: 1000px;
}
.advertisement .smallAdd {
    width: 316px;
}
.advertisement a {
    position: relative;
}
.advertisement a img {
    width: 100%;
}
.advertisement .addIco {
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 24px;
    background: url(../images/addIco.png);
}
.friendshipBox {
    padding: 35px 0;
}
.friendship {
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 5px;
}
.friendshipTitle {
    font-size: 18px;
}
.friendshipList {
    margin-top: 10px;
}
.friendshipList a {
    line-height: 24px;
    color: #9ba5a9;
    margin-right: 14px;
}
.lastmoduler {
    width: 100%;
    background-color: #353940;
}
.lastMain {
    padding: 60px 40px;
}
.mainservice {
    
}
.mainservice div.serviceList {
    width: 150px;
    margin-right: 24px;
}
.mainservice h3 {
    font-size: 16px;
    color: #d9d9da;
    line-height: 18px;
}
.mainservice ul, .weiboIco {
    margin-top: 30px;
    min-height: 100px;
}
.mainservice ul li {
    line-height: 30px;
}
.mainservice ul a {
    color: #929da2;
}
.mainservice ul a:hover {
    color: #d9d9da;
}
.weiboIco a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/weiboIco.png);
    background-repeat: no-repeat;
    margin-right: 20px;
}
.weiboIco a.mg {
background-position: left center;
}
.weiboIco a.xn {
background-position: right center;
}
.weiboIco > .wechatico{
    background-image: url('https://www.linecg.com/public/images/footer-sprite.png') ;
    background-position: 2px -278px;
    width: 40px ;
    height: 40px ;
    display: inline-block ;
}
.legalDeclaration {
    margin-top: 20px;
}
.legalDeclaration p {
    line-height: 30px;
    color: #788186 !important;
}
.footer {
    width: 100%;
    padding: 12px 60px;
    line-height: 46px;
    background-color: #272b33;
}
.technicalSupport {
    color: #63686f;
}
.sponsor {}
.sponsor a {
    display: block;
    float: left;
    width: 120px;
    height: 46px;
    background-image: url(../images/sponsor.png);
    background-repeat: no-repeat;
    margin-right: 15px;
}
.sponsor a.sponsor1 {
    background-position: left center;
}
.sponsor a.sponsor2 {
    background-position: center center;
}
.sponsor a.sponsor3 {
    background-position: right center;
}
 
 
@media only screen and (max-width: 1600px) {
    .searchBox span{width: 161px;}
    .swiperButton .swiper-button-next{right:0px;}
    .swiperButton .swiper-button-prev{left:0px;}
    .sideNav {top:260px}
    .header {
        padding: 0 10px;
    }
    .modulerMain, #certify, #certify .swiper-container {
        width: 1200px;
    }
    #certify .swiper-slide.swiper-slide-prev a p{
        left: 206px;
    }
    #certify .swiper-slide.swiper-slide-next a p{
        left: -50px;
    }
    .swiperButton .swiper-button-prev {
        /*left: 10px;*/
        /*margin-top: -80px;*/
    }
 
    #pic_list li{margin-right:42px;}
    #pic_list  li:last-child{margin-right:0px;}
    #pic_list ul{
        width:1200px
    }
      
  
    .swiperButton .swiper-button-prev
    .swiperButton .swiper-button-next {
        right: 10px;
    }
    .imgNav a:last-child {
        display: none;
    }
    .classContent ul li, .imgNav a {
        width: 210px;
        margin-left: 37px;
    }
    .classContent ul li:nth-of-type(5n+6) {
        display: none;
    }
    .classContent ul li:nth-of-type(5n+1) {
        margin-left: 0;
    }
    .mainservice div.serviceList {
        width: 120px;
    }
    .mingshiList .swiper-slide {
        width: 102%;
        padding-left: 30px;
    }
 
    .mingshiSwiper .swiper-button-prev{
        left: 0px;
        margin-top: -80px;
    }
    .mingshiSwiper .swiper-button-next{
        right: 5px;
        margin-top: -80px;
    }
    .mingshiSwiper .swiper-slide a{
        margin: 0 35px;
    }
    .mingshiList .swiper-slide a:nth-of-type(5n) {
        display: none;
    }
    .jingpin .classContent ul li, .zhibo .classContent ul li {
        width: 220px !important;
        margin-left: 20px !important;
    }
    .jingpin .listImg, .zhibo .listImg {
        height: 127px;
    }
    .advertisement .bigerAdd {
      width: 1200px;
    }
    .advertisement .smallAdd {
      display: none;
    }
}
 
.tipsBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5)
}
.tipsBox  .layui-layer-title span.layui-this{border-left:none!important;;border-right:none!important;}
.tipsBox  .layui-layer-title .layui-this{border:none;border-bottom:2px solid #00c091}
 
.tipsContent {
  width: 100%;
  position: absolute;
  top: 0px;
 left:0px;
  margin-left: 0;
  padding: 0 0 20 0;
  background: url(../images/tipsBg.png) no-repeat center top;
}
.tipsBox .closeBtn {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
  top: 10px;
    right: 5px;
  background: url(../images/closeBtn.png) no-repeat center;
  transition: .3s;
}
.tipsContent .closeBtn:hover {
    transform: rotate(90deg);
}
.tipsBox .tipsMain {
    background-color: #fff;
    padding: 10px 20px 30px 20px;
    width: 700px;
}
.tipsClass {}
.tipsClass img {
    display: block;
    float: left;
    width: 150px;
    height: 108px;
    border-radius: 4px;
}
.tipsClass .classIfo {
    width: 290px;
    margin-left: 20px;
}
.tipsClass .classIfo h2 {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
.tipsClass .classIfo p {
    width: 100%;
    color: #6a7077;
    line-height: 24px;
}
.tipsContent .goBtns {
    width: 100%;
    margin-top: 45px;
    text-align: center;
}
.tipsContent .goBtns a {
    padding: 0 30px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    border-radius: 4px;
}
.best_class_content{
    width: 700px;
}
.best_class_content > .left_show_head{
    float: left;
    text-align: right;
    padding-left: 50px;
    padding-top: 10px;
}
.best_class_content > .left_show_head > img{
    float: left;
    height: 60px;
    width: 60px;
    border-radius: 40px;
}
.best_class_content > .right_show_content{
    float: left;
    width: 540px;
    position: relative;
    z-index: 50;
}
.best_class_content > .right_show_content > .name{
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
}
.live_content{
    width: 700px;
    height: 120px;
}
.live_content > .left_cricle{
    width: 100px;
    float: left;
    text-align: right;
    height: 120px;
}
.live_content > .left_cricle > cricle{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #bfbebf;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
    position: relative;
    z-index: 2;
    top: -40px;
}
.live_content > .left_cricle > .pin{
    background-color: #676564;
}
.live_content > .left_cricle > line{
    height: 120px;
    display: inline-block;
    position: relative;
    z-index: 1;
    border-left: 1px solid #ddd;
    right: 45px;
}
.live_content > .left_img{
    width: 150px;
    float: left;
}
.live_content > .left_img > img{
    width: 150px;
    height: 100px;
    margin-top: 20px;
    border-radius: 5px;
}
.live_content > .left_content{
    width: 400px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
.live_content > .left_content > .name{
    line-height: 30px;
    font-size: 15px;
}
.live_content > .left_content > .living{
    width: 100px;
    height: 30px;
    background-color:#00c091;
    text-align: center; 
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}
.live_content > .left_content > .zhiwei{
    background-color: #000;
    width: 100px;
    height: 30px;
    text-align: center; 
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    float: left;
    margin-right: 15px;
}
.livingroom{
    padding-left: 18px;
    font-size: 12px;
    /* font-weight: 600; */
    color:#e1e1ea;
}
.bottom_button{
    width: 100%;
    margin-top: 20px;
}
.bottom_button > a > button{
    width: 50%;
    height: 45px;
    color: #fff;
}
.bottom_button > a > .allopen{
    background-color: #00e4e6;
}
.bottom_button > a > .allcourse{
    background-color: #ff7f00;
}
.tuijian{
    width: 100%;
    height: 50px;
    background-color: #00c091;
    color: #fff;
    cursor: pointer;
}
.mingshi .swiper-button-next,.mingshi .swiper-button-prev{margin-top: -82px;}
 
.tipsContent .goBtns a.look {background-color: #00c091;}
.tipsContent .goBtns a.zhuanfa {background-color: #00bec0;}
 

 /*9.9活动*/
 .active_9_9{
    position: fixed;
    z-index: 100;
    height: 80vh;
    width: 750px;
    margin:auto;
    top: 0px;
    left:0;
    right:0;
    bottom:0;
    display: none;
 }
 .active_9_9 .pic{
    position: fixed;
    z-index: 101;
    height: 570px;
    text-align: center;
    
 }
 .active_9_9 .tab_close{
    position: absolute;
    z-index: 101;
    right: 0px;
    width: 80px;
    height: 80px;
    line-height: 63px;
    text-align: center;
    background-color: #cccccc;
    color: #fff;
    font-size: 100px;
    cursor: pointer;
 }
 .active_9_9 .btn{
    position: fixed;
    z-index: 101;
    width: 750px;
    top: 676px;

 }
 .active_9_9 .btn .chakan{
    width: 220px;
    height: 60px;
    display: block;
    margin: auto;
    background-color: #00c091;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing:5px;
    border:5px solid #fff;
    margin-bottom: 15px;
    cursor: pointer;
 }
 .active_9_9 .btn .close{
    width: 220px;
    height: 60px;
    display: block;
    margin: auto;
    background-color: grey;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    letter-spacing:5px;
    border:5px solid #fff;
    cursor: pointer;
 }
 @keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    background-image: linear-gradient(to top, #43d0f2 20%, #14191b 80%);
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}