body,html,img{margin: 0;padding: 0;width: 100%;height: 100%}
.section{background-size: cover!important;}
.section1{
  background: url(p1.jpg) no-repeat
}
.section2{
  background: url(p2.jpg) no-repeat
}
.fp-tooltip{
  color: #aaa;
}
#fp-nav span, .fp-slidesNav span{
  border-color: #aaa;
}
#fp-nav li .active span, .fp-slidesNav .active span{
  background: #aaa;
}
.btn{
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  border: 0;
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255,255,255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 20px;
}
a,a:link,a:visited{
  color: #000;
  text-decoration: none;
}
.section .step-6 {
    width: 100%;
}
.section .step-6 .title {
    padding-top: 70px;
    font-size: 36px;
    text-align: center;
}
.section .step-6 .sub-title {
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.section .step-6 .icon-panel {
    text-align: center;
    margin-top: 168px;
    font-size: 0;
    width: 1000px;
    height: 340px;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    margin-top: -70px;
    margin-left: -500px;
}
.section .step-6 .icon {
    width: 170px;
    height: 170px;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    zoom: 0.8 \9;
    *float: left;
    background: url(icon.png);
    display: inline-block;
    margin: 0 20px;
    margin: 20px 40px \9;
    cursor: pointer;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
.section .step-6 .icon:hover {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.section .step-6 .icon-article {
    background-position: 0px 0;
}
.section .step-6 .icon-style {
    background-position: -170px 0;
}
.section .step-6 .icon-setting {
    background-position: -340px 0;
}
.section .step-6 .icon-wechat {
    background-position: -510px 0;
}
.section .step-6 .icon-app {
    background-position: -680px 0;
}
.section .step-6 .icon-stat {
    background-position: -850px 0;
}
.section .step-6 .icon-reproduce {
    background-position: -1020px 0;
}
.section .step-6 .icon-epaper {
    background-position: -1190px 0;
}
.section .step-6 .icon-xport {
    background-position: -1360px 0;
}
.section .step-7 {
    width: 100%;
    height: 100%;
    position: relative;
}
.section .step-7 .title {
  padding-top: 45px;
  font-size: 36px;
  text-align: center;
}
.section .step-7 .advantage {
  width: 499px;
  height: 472px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -216px;
  margin-left: -250px;
  background: url(advantage.png);
}
@media screen and (max-width: 600px) {
  .section1{
    background: url(p1m.jpg) no-repeat center top;
  }
  .section2{
    background: url(p2m.jpg) no-repeat center top;
  }
  .section .step-6 .icon-panel{
    width: 100%;
    height: auto;
    position: static;
    margin: 0;
  }
  .section .step-6 .icon{
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    position: relative;
    margin: 0 10px;
  }
  .section .step-6 .icon-article{
    background: url(icon1.png);
    background-size: cover;
  }
  .section .step-6 .icon-app{
    background: url(icon2.png);
    background-size: cover;
  }
  .section .step-6 .icon-wechat{
    background: url(icon3.png);
    background-size: cover;
  }
  .section .step-6 .icon-reproduce{
    background: url(icon4.png);
    background-size: cover;
  }
  .section .step-6 .icon-stat{
    background: url(icon5.png);
    background-size: cover;
  }
  .section .step-6 .icon-epaper{
    background: url(icon6.png);
    background-size: cover;
  }
  .section .step-6 .icon-xport{
    background: url(icon7.png);
    background-size: cover;
  }
  .section .step-6 .icon-style{
    background: url(icon8.png);
    background-size: cover;
  }
  .section .step-7 .advantage{
    width: 90%;
    height: 0;
    padding-bottom: 85%;
    position: static;
    margin: 0 auto;
    background-size: cover;
  }
  .section .step-6 .sub-title{
    padding: 20px;
  }
  .section .step-7 .title{
    padding: 45px 20px;
  }
}