body{
  position: relative;
}
.header{
  position: relative;
  z-index: 10;
  height: 80px;
  padding: 20px 0px;
}
.header .logo{
  float: left;
  width: 180px;
  height: 50px;
  background: url(../images/jp_pad/logo@2x.png) left center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.header.sticky .logo{
  background-image: url(../images/jp_pad/logo_d@2x.png);
  background-size: 128px 33px;
}
.header .navbar{
  float: right;
}
.header.sticky {
  padding: 5px 10px;
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 2px 2px 5px #CCC;
}
.header.sticky .navbar .nav-item a{
  color: #333;
}
.header.sticky .navbar .nav-item a.active{
  color: #abcc47;
}
.header .navbar .nav-item a{
  color: white;
  padding: 10px 25px;
}

.nav-lang{
  width: 155px;
  position: relative;
  border-radius: 5px;
  border: solid 1px #ffffff;
}
.nav-lang:hover{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav-lang img{
  width: 34px;
  margin-right: 10px;
}
.header .navbar .nav-item.nav-lang a{
  padding: 8px 0px 8px 20px;
  text-align: left;
}
.nav-lang:hover .lang-drop{
  display: block;
}
.sticky .nav-lang{
  border: solid 1px #333;
}
.sticky .lang-drop{
  border: solid 1px #333;
  background-color: #FFF;
}
.sticky .lang-drop:hover{
  background-color: #FFF;
  color: #666;
}

.lang-drop{
  display: none;
  width: 155px;
  position: absolute;
  top: 42px;
  left: -1px;
  border: solid 1px #ffffff;
  border-top: 0px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.lang-drop:hover{
  /*display: none;*/
  /*background-color: rgba(0,0,0,0.3);*/
}

.banner{
  position: relative;
  left: 0px;
  top: -80px;
  background: url(../images/jp_pad/banner_bg.png) left bottom no-repeat;
  background-size: cover;
  min-height: 600px;
  z-index: 0;
  margin-bottom: -160px;
  padding: 160px 0px 0px 0px;
}
.banner img.cmykLogo{
  width: 120px;
}
.banner .subTitle{
  margin-top: 30px;
  color: #FFF;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}
.banner img{
  width: 90%;
}
.banner .title{
  color: #FFF;
  font-size: 36px;
  font-weight: bolder;
}
.ipadPic{
  width: 40%;
  position: absolute;
  top: 150px;
  right: 15%;
}
.ipadPic img{
  width: 100%;
}
.homeSection1{
  clear:both;
  padding-bottom: 50px;
}
.homeSection1 h1{
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 55px; 
  letter-spacing: 3px;
}
.homeSection1 .title{
  padding: 20px 25px 0px 25px; 
  background: url(../images/jp_pad/list_ball@2x.png) left top no-repeat;
  background-size: 52px 49px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.homeSection1 .desc{
  font-size: 14px;
  margin-bottom: 50px;
  padding: 0px 25px 0px 25px; 
}
.homeSection2{
  background: url(../images/jp_pad/yani_bg.png) center 50px no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 650px;
  padding: 280px 0px 0px 0px;

}
.homeSection2 .title{
  font-size: 32px;
  color: #FFF;
  line-height: 45px;

}
.homeSection3{
  position: relative;
  top: -100px;
}
.homeSection3 .rightTopBlock{
  padding: 200px 0px 0px 0px; 
}
.homeSection3 h1{
  font-size: 26px;
  margin-bottom: 15px;
}
.homeSection3 .desc{
  margin-bottom: 35px;
}
.homeSection3 img{
  width: 100%;
}
.homeSection3 .imgSec3{
  margin-bottom: 35px;
}
.homeSection4{
  position: relative;
  padding: 100px 0px;
  color: #FFF;
}
.homeSection4 .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  background: url(../images/jp_pad/course_bg.png) left top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.homeSection4 .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.4416141456582633) 41%, rgba(0,0,0,0.23713235294117652) 69%, rgba(0,0,0,0) 100%, rgba(0,0,0,1) 100%);
}
.homeSection4 .subTitle{
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
  color: #FFF;

}
.homeSection4 .container{
  position: relative;
  z-index: 1;
}
.homeSection4 .title{
  text-align: center;
  font-size: 36px;
  margin-bottom: 35px;
  color: #FFF;
}
.homeSection4 .carousel-indicators{
  bottom: -40px;

}
.homeSection4 .carousel-indicators li{
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 10px;
  border: 1px solid #FFF;
  background-color: transparent;
}
.homeSection4 .carousel-indicators li.active{
  background-color: #FFF;
}
.homeSection4 img{
  width: 100%;
}
.homeSection4 .storeBtn{
  padding: 10px 30px;
  margin: 50px 30px 100px 0px; 
  cursor: pointer; 
  display: inline-block;
}
.homeSection4 .storeBtn img{ 
  width: 182px;
  height: 56px;

}
.homeSection4 .storeBtn:first-child img{ 
  width: 179px;
  height: 54px;

}
.homeSection4 .storeBtn:first-child{
    border-right: 1px solid #FFF;
    padding: 10px 60px;
}
.homeSection5{
  padding: 100px 0px;
}
.homeSection5 .title{
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}
.golfaceTable{
  width: 100%;
}
.contractTableFull .golfaceTable thead tr th{
  background-color: #abcc47;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
  border-right: 1px solid #FFF;
}
.contractTableFull .golfaceTable tbody tr td{
  padding: 10px 30px;
  border-right: 1px solid #abcc47;
  font-size: 14px;
}
.contractTableFull .golfaceTable tbody tr:nth-child(2n) td{
  background-color: #eee;
  
}
.contractTableFull .golfaceTable tbody tr td:last-child{
  border-right: 0px;
}
.remarkBlock{
  background-color: #eee;
  padding: 20px 30px;
}

.homeSection5 .deviceBlock img{
  width: 90%;
  text-align: center;
  margin-bottom: 15px;
}
.homeSection5 .deviceBlock .title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 18px;
  text-align: center;
}
.homeSection5 .deviceBlock p{
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;

}
.homeSection6{
  position: relative;
  padding: 100px 0px 40px 0px;
  background: url(../images/jp_pad/history_bg.png) left top repeat-y;
  background-size: cover;
  color: #FFF;
}

.homeSection6 h1{
  font-size: 26px;
  margin-bottom: 55px;
}
.homeSection6 ul{
  margin:0px;
  padding: 0px;
  list-style: none;
}
.homeSection6 ul li{
  font-size: 13px;
  margin-bottom: 15px;
}
.homeSection6 img.groupImg{
  position: absolute;
  top: -40px;
  right: 0px;
  width: 720px;
}
.flowBlock{
   width: 100%;
   overflow: hidden;
}
.flowBlockWrapper{
  position: relative;

}
.flowBlockWrapper .left{
   position: absolute;
   z-index: 1;
   left: 0px;
   top: 0px;
   width: 82px;
   height: 100%;
   background: url(../images/jp_pad/arrow_left.png) left 90px repeat-x;
   background-color: #FFF;
   cursor: pointer;
}
.flowBlockWrapper .right{
   position: absolute;
   z-index: 1;
   right: 0px;
   top: 0px;
   width: 113px;
   height: 100%;
   background: url(../images/jp_pad/arrow_right.png) left 90px repeat-x;
   background-color: #FFF;
   cursor: pointer;
}
.flowBlock .flowBlockWrapper .flowBlockContent{
  width: 2000px;
  position: relative;
  left: -198px;
  z-index: 0;
  background: url(../images/jp_pad/flow_line.png) 30px  159px repeat-x;
  height: 450px;
  padding: 0px 0px;
}
.flowBlock .flowBlockWrapper .singleItem{
  display: inline-block;
  position: relative;
  height: 450px;
  margin-right: 20px;
}
.flowBlock .flowBlockWrapper .singleItem .circle{
  float: left;
  width: 150px;
  height: 150px;
  text-align: center;
  padding: 30px;
  border-radius: 150px;
  background-color: #abcc47;
  margin-top: 100px;
  color: #FFF;
}
.flowBlock .flowBlockWrapper .singleItem .circle.sp{
 

}
.flowBlock .flowBlockWrapper .singleItem .circle.text-h-center{
  line-height: 90px;
}
.flowBlock .flowBlockWrapper .singleItem.active .circle{
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin-top: 70px;
  padding: 60px;
}
.flowBlock .flowBlockWrapper .singleItem .topRemark{
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 13px;
  text-align: left;
  padding-left: 20px;
}
.flowBlock .flowBlockWrapper .singleItem .topRemark ul{
  margin: 0px;
  padding: 0px;
}
.flowBlock .flowBlockWrapper .singleItem .remark ul{
  margin: 0px;
  padding: 0px;
}
.flowBlock .flowBlockWrapper .singleItem .remark{
  position: absolute;
  top: 290px;
  left: 0px;
  font-size: 13px;
  text-align: left;
  padding-left: 20px;
}
.flowBlock .flowBlockWrapper .singleItem .golfaceBold{
  font-size: 18px;
}
.golfaceBold{
  font-weight: bolder;
}
.footer{
  padding: 30px 0px 10px 0px;
  background-color: #323232;
  color: #FFF;
}
.footer p{
  font-size: 14px;
  margin-bottom: 3px;
}
.footer .contactBtn{
  padding: 10px 0px 10px 35px;
  background: url(../images/jp_pad/list_chat@2x.png) left center no-repeat;
  background-size: 33px 27px;
  font-size: 13px;
}
.footer .addr p{
  text-align: right;
  font-size: 14px;
  margin-bottom: 3px;
}
.carousel-item img{
  width: 100%;
}
.markGreen{
  color: #abcc47;
}
.font36{
  font-size: 36px;
}
.font42{
  font-size: 42px; 
}
.font14{
  font-size: 14px;
}
.margin-b-15{
  margin-bottom: 15px;
}
.margin-b-35{
  margin-bottom: 35px;
}
.margin-b-50{
  margin-bottom: 50px;
}
.margin-b-100{
  margin-bottom: 100px;
}
.margin-b-130{
  margin-bottom: 130px;
}
.margin-t-35{
  margin-top: 35px;
}

.padding-t-80{
  padding-top: 80px;
}
.padding-t-140{
  padding-top: 140px;
}
.noPadding{
  padding: 0px;
}
@media (max-width: 600px) {
  .container{
    padding-right: 15px;
  }
  .header{
    padding: 5px 10px;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #FFF;
    box-shadow: 2px 2px 5px #CCC;
  }
  .header .logo{
    background-image: url(../images/jp_pad/logo_d.png);
    background-size: 128px 33px;
  }
  
  .banner{
    top: -80px;
    min-height: 600px;
    background: url(../images/jp_pad/banner_bg.png) center bottom no-repeat;
    background-size: 330%;
    margin-bottom: -60px;
  }
  .banner .title{
    margin-top: 0px;
    font-size: 28px;
  }

  .banner .subTitle{
    margin-top: 20px;
    font-size: 18px;
  }

  .ipadPic{
    width: 80%;
    right: 5px;
    top: 370px;
  }

  .mobileNavBtn{
    float: right;
    margin-top: 20px;
    margin-right: 20px;
  }
  .mobileNavBtn .icon-bar {
      display: block;
      width: 12px;
      height: 2px;
      margin: 3px;
      border-radius: 1px;
      background-color: #abcc47;
  }
  .homeSection1 .title{
    font-size: 20px;
  }
  .homeSection2{
    background: url(../images/jp_pad/yani_bg.png) 70% top no-repeat;
    background-size: 300%;
    -webkit-background-size: cover;
    -moz-background-size:  900px 426px;
    -o-background-size: cover;
    padding-top: 380px;

  }
  .homeSection2 .title{
    font-size: 22px;
  }
  .homeSection3{
    top: -40px;
  }
  .homeSection3 .margin-t-35{
    margin-top: 5px;
  }
  .homeSection3 .rightTopBlock{
    padding: 10px 30px;
  }
  .homeSection3 .padding-t-80{
    padding-top: 10px; 
  }
  .homeSection3 .padding-t-140{
    padding-top: 10px; 
  }
  .homeSection4 .storeBtn{
    margin: 0px;
    padding: 0px;
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
    margin: 50px 0px 0px -5px; 
  }
  .homeSection4 .storeBtn img, .homeSection4 .storeBtn:first-child img{
    width: 100%;
  }
  
  .homeSection4 .storeBtn:first-child{
      border-right: 1px solid rgba(255,255,255,0.6);
      padding: 0px 10px;
  }
 
  .homeSection4 .bg{
    background: url(../images/jp_pad/course_bg.png) -900px bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;

  }
  .homeSection5 .title{
    margin-bottom: 10px;
  }
  .remarkBlock{
    margin-top: 10px;
  }
  .flowBlockWrapper .left{
   
    width: 40px;
  }
  .flowBlockWrapper .right{
  
    width: 40px;
    background-position: 58px 90px;
  }
  .flowBlockWrapper{
    position: relative;
  }
  .homeSection5{
    padding-top: 50px;
  }
  .homeSection5 .title{
    font-size: 22px;
    margin-bottom: 30px;
  }
  .homeSection5 .margin-b-50{
    margin-bottom: 10px;
  }
  .margin-b-100{
    margin-bottom: 60px;
  }
  .margin-b-130{
    margin-bottom: 100px;
  }
  .homeSection6{
    padding-bottom: 0px;
  }
  .homeSection6 img.groupImg{
    position: relative;
    top: 0px;
    margin-top: 30px;
    width: 100%;
  }
  .contractTableFull{
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .contractTableFull table{
    width: 800px;
  }
  .footer p, .footer .addr p{
    font-size: 12px;
    text-align: left;
  }
  .footer .addr{
    margin-top: 20px; 
  }
}
@media (min-width: 1400px) and (max-width: 1959px) {
  .banner{
    min-height: 700px;
  }
  .ipadPic{
    top: 230px;
  }

}
@media (min-width: 1960px) {
  .banner{
    min-height: 900px;
  }
  .ipadPic{
    top: 280px;
  }
  .banner .subTitle{
    margin-top: 200px;
  }
}


.homeSection1-2 .divider{
  height: 1px;
  width: 100%;
  background-color: #979797;

}
.homeSection1-2{
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
}
.homeSection1-2 h1{
  margin-top: 40px;
  padding: 10px;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  margin-bottom: 54px;
  background-color: #FFF;
}
.homeSection1-2 .row{
  text-align: center;
}
.homeSection1-2 .col-md-3{
  margin-bottom: 30px;
}
.homeSection1-2 .courseImg img{
  width: 260px;
}

.favoriteVideoList .singleItem .crossBtn{
    display: none;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 5;
    background: url(../images/CollectDelete.png) top right no-repeat;
    background-size: 48px 48px;
    background-color: #FFF;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
.favoriteVideoList .singleItem:hover{
    opacity: 0.8;
}
.favoriteVideoList .singleItem h1{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 60px;
}
.favoriteVideoList .singleItem .markerLabel{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 2;
    padding: 5px 5px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4a4a4a;
}
.favoriteVideoList .tagList{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.favoriteVideoList .tagList .item{
    padding: 2px 10px;
    border-radius: 2px;
    background-color: #ff2d55;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;

}
.favoriteVideoList .singleItem .thumb{
    position: relative;
    height: 195px;
    background-size:cover; 
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}
.favoriteVideoList .singleItem .meta .recommand{
    float: left;
    width: 100px;
    padding: 0px 10px 0px 33px;
    background:url(../images/ListLike.png) no-repeat left center;
    background-size: 17px 16px;
    color: #4a4a4a;
    font-size: 15px;
}
.favoriteVideoList .singleItem .meta .recommand.active{
    background:url(../images/ListLikeActived.png) no-repeat left center;
    background-size: 17px 16px;
    color: #268fa6;
}
.favoriteVideoList .singleItem .meta .time{
    color: #000;
    font-size: 18px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 8px;
}

.favoriteVideoList .singleItem{
   cursor: pointer;
   margin-bottom: 55px;
}
.favoriteVideoList>p{
    padding-left: 15px;
    font-size: 18px;
    color: #4a4a4a;
}
.favoriteVideoList>p a{
    font-size: 18px;
    color: #268fa6;
}
.favoriteVideoBlock h1{
    margin: 70px 0px 40px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.videoInfoBlock .title{
    margin: 20px 0px 40px 0px;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1.6px;
    color: #4a4a4a;
}
.videoInfoBlock{
    padding: 30px 35px 50px 0px;
    text-align: left;
}
.videoInfoBlock .tagList{
    margin: 20px 0px 0px 0px;
}
.videoInfoBlock .tagList .item{
    padding: 2px 10px;
    border-radius: 2px;
    background-color: #ff2d55;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;

}
.videoInfoBlock .recommand{
    display: inline-block;
    background: url(../images/VideoLike.png) no-repeat top center;
    background-size: 29px 28px;
    padding-top: 35px;
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
    margin-right: 30px;
    cursor: pointer;
}
.videoInfoBlock .recommand.active{
    background: url(../images/VideoLikeActived.png) no-repeat top center;
    background-size: 29px 28px;
    color: #268fa6;
}
.videoInfoBlock .favorite{
    display: inline-block;
    background: url(../images/VideoCollect.png) no-repeat top center;
    background-size: 32px 28px;
    padding-top: 35px;
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
    margin-right: 30px;
    cursor: pointer;
}
.videoInfoBlock .favorite.active{
    background: url(../images/VideoCollectActived.png) no-repeat top center;
    background-size: 32px 28px;
    color: #268fa6;
}
.videoInfoBlock .share{
    display: inline-block;
    background: url(../images/VideoShare.png) no-repeat top center;
    background-size: 31px 28px;
    padding-top: 35px;
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
    margin-right: 20px;
    cursor: pointer;
}
.videoInfoBlock h1{
    font-size: 22px;
    letter-spacing: 1.2px;
    color: #555555;
}
.videoInfoBlock .time{
    color: #4a4a4a;
    margin: 15px 0px 25px 0px;
}
.videoInfoBlock .content{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.9px;
    color: #4a4a4a;
}
.videoInfoBlock img{
    max-width: 100%;
}
.videoSideBar{
    padding: 30px 0px 0px 15px;
    border-left: solid 2px #c1d954;
}
.videoSideBar h1{
    font-size: 14px;
    letter-spacing: 0.8px;
    text-align: left;
    color: #4a4a4a;
    margin-bottom: 31px;
}
.videoInfoBlock .thumbnail{
    position: relative;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #000;
}
.relativeVideoList .videoThumb{
    position: relative;
    padding: 0px;
}
.relativeVideoList .singleItem{
    position: relative;
    cursor: pointer;
    margin-bottom: 35px;
}
.relativeVideoList .singleItem:hover{
    opacity: 0.9;
}
.relativeVideoList .thumb{
    position: relative;
    height: 130px;
    margin-bottom:  5px;
    margin-top:  15px;
    background-size:cover; 
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #000;
}
.relativeVideoList .tagList{
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.relativeVideoList .tagList .item{
    padding: 2px 10px;
    border-radius: 2px;
    background-color: #ff2d55;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;

}
.relativeVideoList .singleItem h1{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.07px;
    color: #4a4a4a;
    text-align: left;
    margin: 8px 0px 8px 0px;
}
.relativeVideoList .singleItem .markerLabel{
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 2;
    padding: 5px 5px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.8px;
    background-color: #4a4a4a;
}
.relativeVideoList .meta .recommand{
    float: left;
    width: 100px;
    padding: 0px 10px 0px 33px;
    background:url(../images/ListLike.png) no-repeat left center;
    background-size: 17px 16px;
    color: #4a4a4a;
    font-size: 15px;
}
.relativeVideoList .meta .recommand.active{
    background:url(../images/ListLikeActived.png) no-repeat left center;
    background-size: 17px 16px;
    color: #268fa6;
}
.backBtn{
  display: inline-block;
  padding: 3px 20px;
  border: 1px solid #c1d954;
  margin-right: 10px;
  color: #c1d954;
  font-size: 16px;
  cursor: pointer;
  background-color: #FFF;
}
.backBtn:hover{
  background-color: #c1d954;
  color: #FFF;
}
.homeSection7{
  position: relative;
  padding: 0px 0px 100px 0px;
  color: #4a4a4a;
}

.homeSection7 .title{
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 769px) {
  .favoriteVideoList .singleItem{
     cursor: pointer;
     margin-bottom: 15px;
  }
  .favoriteVideoList .singleItem .thumb{
    height: 240px;
  }
  .relativeVideoList .thumb{
    position: relative;
    height: 190px;
  }
}
