@charset "UTF-8";
body {
  min-width: 1200px;
  background: #f5f3f9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.index_page {
  position: relative;
}
.index_page .bg {
  position: absolute;
  z-index: -1;
}
.index_page .bg1 {
  width: 895px;
  height: 1192px;
  top: 1086px;
  left: 0;
}
.index_page .bg2 {
  width: 783px;
  height: 853px;
  top: 2440px;
  right: 0;
}
.index_page .bg3 {
  width: 100%;
  height: 643px;
  top: 3690px;
  right: 0;
  left: 0;
}

.tooltip {
  display: none;
  width: 400px;
  height: 272px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: calc(100% + 10px);
  z-index: 5;
}
.tooltip .transparent-area {
  height: 12px;
  position: relative;
}
.tooltip .transparent-area::after {
  top: -100%;
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 12px solid #fff;
  border-color: transparent transparent #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip .content-area {
  height: calc(100% - 12px);
  background-color: #fff;
  border-radius: 6px;
  padding-top: 23px;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
}
.tooltip .content-area h2 {
  text-align: center;
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  color: #333;
  margin: 0 0 21px;
}
.tooltip .content-area > div .platform-qrcode {
  width: 146px;
}
.tooltip .content-area > div .platform-qrcode img {
  width: 100%;
  height: 146px;
}
.tooltip .content-area > div .platform-qrcode p {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 9px;
}
.tooltip .content-area > div .platform-qrcode.iOS {
  margin-left: 32px;
}

.download {
  cursor: pointer;
  background: #f6891d;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download:hover {
  background: #f79534;
}
.download:active {
  background-color: #ff802d;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(100, 165, 250, 0.05);
          box-shadow: 0px 3px 5px 0px rgba(100, 165, 250, 0.05);
}
.header .container {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .left {
  display: inline-block;
  font-size: 0;
}
.header .left img {
  height: 35px;
  vertical-align: middle;
}
.header .left span {
  font-size: 22px;
  line-height: 47px;
  letter-spacing: 1px;
  vertical-align: middle;
}
.header a {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
}
.header .reader_logo  .reader_logo_des{
  margin-left: 10px;
  font-size: 18px; 
  color: #333 !important;
}

.header .reader_logo  p {
  border-left: 1px solid #eee;
  padding-left: 20px;
  text-align: left;
  float: left;
  line-height: 1;
  margin: 21px 20px 21px 20px;
  display: flex;
  flex-direction: column;
}
.header .reader_logo{
  display: flex;
}
.header .reader_logo  p  span{
  line-height: 1;
  display: block;
  font-size: 12px;
  color: #666;
}
.header .reader_logo  p  span:first-child{
  margin-bottom: 5px;
}

.header a:hover {
  color: #f6891d;
}
.header a + a {
  margin-left: 50px;
  position: relative;
}
.header .nav_download {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  border-radius: 16px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#febc19), to(#fe8638)), -webkit-gradient(linear, left top, left bottom, from(#f68b1f), to(#f68b1f));
  background-image: -o-linear-gradient(bottom, #febc19 0%, #fe8638 100%), -o-linear-gradient(#f68b1f, #f68b1f);
  background-image: linear-gradient(0deg, #febc19 0%, #fe8638 100%), linear-gradient(#f68b1f, #f68b1f);
  background-blend-mode: normal, normal;
}
.header .nav_download:hover {
  background-color: #f6891d;
  background-color: #f6891d;
  color: #fff;
}
.header .nav_download .headerDownload {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 8px;
}

.banner {
  margin-top: 70px;
  background: url("../img/newBanner/bannerBg.png") no-repeat;
  /* background: url("../img/banner.png") no-repeat; */
  background-position: center;
  color: #fff;
}
.banner .bannerTitle {
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 1.3px;
  position: relative;
  color: #111111;
}
.banner .bannerTitle img {
  vertical-align: top;
  position: absolute;
  top: -15px;
  right: 0px;
}
.banner .versionIcon {
  width: 92px;
  height: 42px;
  box-sizing: border-box;
  border: 2px solid #ffffff;
  border-radius: 21px 21px 21px 0;
  background: linear-gradient(to right, #fcf4a0, #afffdd);
  color: #333333;
  position: absolute;
  top: -18px;
  right: 38px;
  font-style: normal;
  font-size: 23px;
  line-height: 42px;
  text-shadow: none;
  text-align: center;
  letter-spacing: 0;
}
.banner .container {
  height: 560px;
  background: url("../img/newBanner/right_pic.gif") no-repeat;
  background-position: 100% 47%;
}
.banner .container > img {
  width: 544px;
  height: 455px;
}
.banner .container > div > img {
  width: 548px;
  height: 98px;
}
.banner .container > div h3 {
  font-size: 23px;
  line-height: 23px;
  margin: 34px 0 30px;
  color: #222222;
  font-weight: bold;
}
.banner .container > div h3 span {
  font-size: 30px;
  font-weight: 600;
  color: #f4292d;
}
@supports (background-clip: text) {
  .gradient-text {
    background-image: linear-gradient(135deg, #f4292d, #f75458);
    background-image:-webkit-linear-gradient(135deg, #f4292d, #f75458); 
    background-clip: text;
    -webkit-background-clip:text; 
    color: transparent;
    -webkit-text-fill-color:transparent; 
  }
}
@supports (-webkit-background-clip: text) {
  .gradient-text {
    background-image: linear-gradient(135deg, #f4292d, #f75458);
    background-image:-webkit-linear-gradient(135deg, #f4292d, #f75458); 
    background-clip: text;
    -webkit-background-clip:text; 
    color: transparent;
    -webkit-text-fill-color:transparent; 
  }
}
.banner .container > div .fn-list {
  margin-bottom: 42px;
}
.banner .container > div .fn-list ul li {
  padding: 0 19px 0 0;
  position: relative;
  color: #ffffff;
  font-size: 16px;
  color: #333;
}
.banner .container > div .fn-list ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.banner .container > div .fn-list ul li:first-child {
  padding-left: 0;
}
/* .banner .container > div .fn-list ul li::after {
  content: "";
  width: 2px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  top: 7px;
  right: 0;
} */
.banner .container > div .fn-list ul li:last-child::after {
  width: 0;
}
.banner .container > div .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: 240px;
  width: 318px; */
  width: 280px;
  /* height: 70px;
  height: 68px; */
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 35px;
  font-size: 24px;
  font-size: 27px;
  font-size: 28px;
  color: #333;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 0px 0px #faad60;
          box-shadow: 0px 7px 0px 0px #faad60;
  background-image: -webkit-gradient(linear, bottom, top, from(#febd19), to(#fe8638));
  background-image: -o-linear-gradient(top, #febd19 0%, #fe8638 100%);
  background-image: linear-gradient(to top, #febd19 0%, #fe8638 100%);
  color: #fff;
  font-weight: bold;
}
.banner .container > div .download > * {
  vertical-align: middle;
}
.banner .container > div .download > img {
  display: inline-block;
  width: 30px;
  margin-right: 14px;
}
.banner .container > div .btns p {
  width: 280px;
  text-align: center;
  margin-top: 15px;
  color: #333333;
  font-size: 16px;
}

.abilities {
  margin-top: 62px;
  padding-bottom: 197px;
  position: relative;
}
.abilities h2 {
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-top: 74px;
}
.abilities .list1 {
  font-size: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.abilities .list1 li {
  text-align: center;
  display: inline-block;
  width: 264px;
  background: rgba(255, 255, 255, 0.1);
  margin-left: 33px;
  margin-top: 47px;
}
.abilities .list1 li > div {
  display: inline-block;
  position: relative;
  margin-top: 30px;
}
.abilities .list1 li > div img {
  width: 110px;
  height: 110px;
}
.abilities .list1 li > div h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin: 26px 0 13px;
  font-weight: normal;
}
.abilities .list1 li > div .desc {
  display: block;
  max-width: 16em;
  line-height: 24px;
  color: #808080;
  font-size: 14px;
  text-align: left;
}
.abilities .list1 li > div > * {
  display: block;
  margin: 0 auto;
}
.abilities .list1 li:hover {
  background: rgba(255, 255, 255, 0.07);
}
.abilities .list1 li:nth-child(4n+1) {
  margin-left: 0;
}

/* 动图 */
.animate .text h2 {
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #333333;
}
.animate .text h3 {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #808080;
  margin-top: 18px;
}
.animate .text h3 + h3 {
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  margin-bottom: 43px;
}
.animate .text h3 + h3 span {
  display: block;
  padding: 0 8px;
}
.animate .text h3 + h3 span:first-child {
  padding-left: 0;
}
.animate .text h3 + h3 span:last-child {
  padding-right: 0;
}
.animate .text h3 + h3 span + span {
  position: relative;
}
.animate .text h3 + h3 span + span::before {
  position: absolute;
  left: 0;
  content: "";
  height: 12px;
  top: 1.5px;
  border-left: 1px solid #f6891d;
}
.animate .text .btns .btn {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: solid 2px #f6891d;
  text-align: center;
  line-height: 36px;
  color: #f8a14a;
  padding: 0;
}
.animate .text .btns .btn + .btn {
  margin-left: 13px;
}
.animate .text .btns .btn:hover {
  background: #f6891d;
  color: #fff;
}
.animate .text .btns .deep {
  background: #f6891d;
  color: #fff;
}
.animate .text .btns .deep:hover {
  background: #f8a14a;
  border-color: #f8a14a;
}
.animate .animation {
  width: 620px;
  height: 410px;
  background-color: #e6e6e6;
  border-radius: 20px;
  position: relative;
}
.animate .animation .realBG {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.animate .animation .realBG > div,
.animate .animation .realBG > img {
  opacity: 0;
  position: absolute;
}
.animate .animation .realBG .tl,
.animate .animation .realBG .tr,
.animate .animation .realBG .bl,
.animate .animation .realBG .br {
  opacity: 1;
}
.animate .animation .realBG .tip {
  padding-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background-size: cover !important;
}
.animate .animation .realBG .tip1 {
  background: url("../img/tip1.png") no-repeat;
  width: 128px;
  height: 56px;
}
.animate .animation .realBG .tip2 {
  background: url("../img/tip2.png") no-repeat;
  width: 128px;
  height: 66px;
}
.animate .animation .realBG .tip3 {
  background: url("../img/tip3.png") no-repeat;
  width: 158px;
  height: 86px;
}
.animate .animation .realBG .greyModal,
.animate .animation .realBG .greyModal3 {
  position: absolute;
  width: 31px;
  height: 31px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
}
.animate .animation .realBG .arrow {
  width: 20px;
  height: 20px;
}
.animate .animation .realBG .highLight,
.animate .animation .realBG .selectLine {
  height: 29px;
  background-color: rgba(246, 137, 29, 0.3);
  border-radius: 2px;
}
.animate .animation .realBG .areaHightLight {
  background-color: rgba(246, 137, 29, 0.3);
  border-radius: 2px;
}

.img1 {
  margin-bottom: 241px;
}
.img1 .text {
  margin-left: 233px;
}
.img1 .realBG {
  background: url("../img/pic1/sprite.png") no-repeat;
  background-position: 0 0;
  -webkit-animation: img1BGChange 14s infinite;
          animation: img1BGChange 14s infinite;
  /* 动画 */
}
.img1 .realBG .tl {
  left: -138px;
  top: 0;
  width: 79px;
  height: 79px;
}
.img1 .realBG .tr {
  top: -37px;
  right: -148px;
  width: 94px;
  height: 89px;
}
.img1 .realBG .bl {
  bottom: -20px;
  left: -118px;
  width: 73px;
  height: 135px;
}
.img1 .realBG .br {
  right: -135px;
  bottom: -73px;
  width: 152px;
  height: 193px;
}
.img1 .realBG .arrow {
  -webkit-animation: arrow1Moving 14s infinite;
          animation: arrow1Moving 14s infinite;
  right: 180px;
  top: 90px;
}
.img1 .realBG .greyModal {
  top: 60px;
  right: 198px;
  -webkit-animation: img1_modal 14s infinite;
          animation: img1_modal 14s infinite;
}
.img1 .realBG .addMarker {
  top: 93px;
  right: 67px;
  -webkit-animation: add_marker 14s infinite;
          animation: add_marker 14s infinite;
}
.img1 .realBG .categoryBuild {
  top: 200px;
  left: 60px;
  -webkit-animation: category_build 14s infinite;
          animation: category_build 14s infinite;
}
.img1 .realBG .readingSplit {
  top: 93px;
  right: 110px;
  -webkit-animation: reading_split 14s infinite;
          animation: reading_split 14s infinite;
}
.img1 .realBG .readingSplit_next {
  top: 196px;
  right: 218px;
  -webkit-animation: reading_split1 14s infinite;
          animation: reading_split1 14s infinite;
}
.img1 .realBG .textInput {
  top: 193px;
  right: 375px;
  -webkit-animation: textInput 14s infinite;
          animation: textInput 14s infinite;
  width: 11px;
  height: 27px;
}
.img1 .realBG .selectLine {
  top: 193px;
  right: 180px;
  -webkit-animation: selectLine 14s infinite;
          animation: selectLine 14s infinite;
}
.img1 .realBG .readingBG {
  top: 93px;
  right: 268px;
  -webkit-animation: readingBG 14s infinite;
          animation: readingBG 14s infinite;
}
.img1 .realBG .autoScroll {
  top: 93px;
  right: -17px;
  -webkit-animation: autoScroll 14s infinite;
          animation: autoScroll 14s infinite;
}
.img1 .realBG .zoomOut {
  top: 93px;
  right: -33px;
  -webkit-animation: zoomOut 14s infinite;
          animation: zoomOut 14s infinite;
}
.img1 .realBG .reading {
  top: 93px;
  right: -65px;
  -webkit-animation: reading 14s infinite;
          animation: reading 14s infinite;
}
.img1 .realBG .magnify {
  top: 200px;
  left: 147px;
  -webkit-animation: magnify 14s infinite;
          animation: magnify 14s infinite;
}
.img1 .realBG .showLarger {
  width: 180px;
  height: 100px;
  background: url("../img/pic1/k.png") no-repeat;
  background-size: cover;
  line-height: 100px;
  font-size: 48px;
  color: #f68616;
  text-align: center;
  -webkit-animation: show_larger 14s infinite;
          animation: show_larger 14s infinite;
}
@-webkit-keyframes img1BGChange {
  0%, 14% {
    background-position: 0px 0px;
  }
  15%, 21% {
    background-position: -580px 0px;
  }
  22%, 28% {
    background-position: 0px -370px;
  }
  29%, 42% {
    background-position: -580px -370px;
  }
  43%, 100% {
    background-position: 0px -740px;
  }
}
@keyframes img1BGChange {
  0%, 14% {
    background-position: 0px 0px;
  }
  15%, 21% {
    background-position: -580px 0px;
  }
  22%, 28% {
    background-position: 0px -370px;
  }
  29%, 42% {
    background-position: -580px -370px;
  }
  43%, 100% {
    background-position: 0px -740px;
  }
}
@-webkit-keyframes arrow1Moving {
  0%, 2% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    right: 190px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    right: 190px;
    top: 80px;
  }
  12%, 14% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  15%, 16% {
    opacity: 1;
    right: 230px;
    top: 90px;
  }
  17%, 18% {
    opacity: 1;
    right: 240px;
    top: 80px;
  }
  19%, 21% {
    opacity: 1;
    right: 230px;
    top: 90px;
  }
  22%, 24% {
    opacity: 1;
    right: 240px;
    top: 80px;
  }
  25%, 42% {
    opacity: 0;
  }
  43%, 45% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  46%, 48% {
    opacity: 1;
    right: 380px;
    top: 80px;
  }
  49%, 51% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  52%, 54% {
    opacity: 1;
    right: 380px;
    top: 80px;
  }
  55%, 56% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  57%, 59% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    right: 130px;
    top: 80px;
  }
  63%, 65% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  66%, 68% {
    opacity: 1;
    right: 130px;
    top: 80px;
  }
  69%, 70% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  71%, 73% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  74%, 76% {
    opacity: 1;
    right: 90px;
    top: 80px;
  }
  77%, 79% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  80%, 82% {
    opacity: 1;
    right: 90px;
    top: 80px;
  }
  83%, 84% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  85%, 87% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
  88%, 90% {
    opacity: 1;
    right: 50px;
    top: 80px;
  }
  91%, 93% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
  94%, 96% {
    opacity: 1;
    right: 50px;
    top: 80px;
  }
  97%, 100% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
}
@keyframes arrow1Moving {
  0%, 2% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    right: 190px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    right: 190px;
    top: 80px;
  }
  12%, 14% {
    opacity: 1;
    right: 180px;
    top: 90px;
  }
  15%, 16% {
    opacity: 1;
    right: 230px;
    top: 90px;
  }
  17%, 18% {
    opacity: 1;
    right: 240px;
    top: 80px;
  }
  19%, 21% {
    opacity: 1;
    right: 230px;
    top: 90px;
  }
  22%, 24% {
    opacity: 1;
    right: 240px;
    top: 80px;
  }
  25%, 42% {
    opacity: 0;
  }
  43%, 45% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  46%, 48% {
    opacity: 1;
    right: 380px;
    top: 80px;
  }
  49%, 51% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  52%, 54% {
    opacity: 1;
    right: 380px;
    top: 80px;
  }
  55%, 56% {
    opacity: 1;
    right: 370px;
    top: 90px;
  }
  57%, 59% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    right: 130px;
    top: 80px;
  }
  63%, 65% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  66%, 68% {
    opacity: 1;
    right: 130px;
    top: 80px;
  }
  69%, 70% {
    opacity: 1;
    right: 120px;
    top: 90px;
  }
  71%, 73% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  74%, 76% {
    opacity: 1;
    right: 90px;
    top: 80px;
  }
  77%, 79% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  80%, 82% {
    opacity: 1;
    right: 90px;
    top: 80px;
  }
  83%, 84% {
    opacity: 1;
    right: 80px;
    top: 90px;
  }
  85%, 87% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
  88%, 90% {
    opacity: 1;
    right: 50px;
    top: 80px;
  }
  91%, 93% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
  94%, 96% {
    opacity: 1;
    right: 50px;
    top: 80px;
  }
  97%, 100% {
    opacity: 1;
    right: 40px;
    top: 90px;
  }
}
@-webkit-keyframes img1_modal {
  0%, 14% {
    opacity: 1;
    top: 60px;
    right: 198px;
  }
  15%, 28% {
    opacity: 1;
    right: 248px;
    top: 60px;
  }
  29%, 42% {
    opacity: 1;
    right: 293px;
    top: 60px;
  }
  43%, 56% {
    opacity: 1;
    right: 388px;
    top: 60px;
  }
  57%, 70% {
    opacity: 1;
    right: 141px;
    top: 60px;
  }
  71%, 84% {
    opacity: 1;
    right: 106px;
    top: 60px;
  }
  85%, 100% {
    opacity: 1;
    right: 66px;
    top: 60px;
  }
}
@keyframes img1_modal {
  0%, 14% {
    opacity: 1;
    top: 60px;
    right: 198px;
  }
  15%, 28% {
    opacity: 1;
    right: 248px;
    top: 60px;
  }
  29%, 42% {
    opacity: 1;
    right: 293px;
    top: 60px;
  }
  43%, 56% {
    opacity: 1;
    right: 388px;
    top: 60px;
  }
  57%, 70% {
    opacity: 1;
    right: 141px;
    top: 60px;
  }
  71%, 84% {
    opacity: 1;
    right: 106px;
    top: 60px;
  }
  85%, 100% {
    opacity: 1;
    right: 66px;
    top: 60px;
  }
}
@-webkit-keyframes add_marker {
  0%, 1% {
    opacity: 0;
    top: 93px;
    right: 67px;
  }
  2%, 14% {
    opacity: 1;
    top: 93px;
    right: 67px;
  }
  15% {
    opacity: 0;
  }
}
@keyframes add_marker {
  0%, 1% {
    opacity: 0;
    top: 93px;
    right: 67px;
  }
  2%, 14% {
    opacity: 1;
    top: 93px;
    right: 67px;
  }
  15% {
    opacity: 0;
  }
}
@-webkit-keyframes category_build {
  0%, 5% {
    opacity: 0;
    top: 200px;
    left: 60px;
  }
  6%, 14% {
    opacity: 1;
    top: 200px;
    left: 60px;
  }
  15% {
    opacity: 0;
  }
}
@keyframes category_build {
  0%, 5% {
    opacity: 0;
    top: 200px;
    left: 60px;
  }
  6%, 14% {
    opacity: 1;
    top: 200px;
    left: 60px;
  }
  15% {
    opacity: 0;
  }
}
@-webkit-keyframes reading_split {
  0%, 20% {
    opacity: 0;
    top: 93px;
    right: 110px;
  }
  21%, 28% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
}
@keyframes reading_split {
  0%, 20% {
    opacity: 0;
    top: 93px;
    right: 110px;
  }
  21%, 28% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
}
@-webkit-keyframes reading_split1 {
  0%, 22% {
    opacity: 0;
    top: 196px;
    right: 218px;
  }
  23%, 28% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
}
@keyframes reading_split1 {
  0%, 22% {
    opacity: 0;
    top: 196px;
    right: 218px;
  }
  23%, 28% {
    opacity: 1;
  }
  29% {
    opacity: 0;
  }
}
@-webkit-keyframes textInput {
  0%, 30% {
    opacity: 0;
    top: 193px;
    right: 375px;
  }
  31%, 42% {
    opacity: 1;
    top: 193px;
    right: 182px;
  }
  43% {
    opacity: 0;
  }
}
@keyframes textInput {
  0%, 30% {
    opacity: 0;
    top: 193px;
    right: 375px;
  }
  31%, 42% {
    opacity: 1;
    top: 193px;
    right: 182px;
  }
  43% {
    opacity: 0;
  }
}
@-webkit-keyframes selectLine {
  0%, 30% {
    width: 0;
    top: 193px;
    right: 180px;
  }
  31%, 42% {
    width: 180px;
    opacity: 1;
  }
  43% {
    width: 0;
  }
}
@keyframes selectLine {
  0%, 30% {
    width: 0;
    top: 193px;
    right: 180px;
  }
  31%, 42% {
    width: 180px;
    opacity: 1;
  }
  43% {
    width: 0;
  }
}
@-webkit-keyframes readingBG {
  0%, 42% {
    opacity: 0;
    top: 93px;
    right: 268px;
  }
  43%, 56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
}
@keyframes readingBG {
  0%, 42% {
    opacity: 0;
    top: 93px;
    right: 268px;
  }
  43%, 56% {
    opacity: 1;
  }
  57% {
    opacity: 0;
  }
}
@-webkit-keyframes autoScroll {
  0%, 56% {
    opacity: 0;
    top: 93px;
    right: -17px;
  }
  57%, 70% {
    opacity: 1;
  }
  71%, 100% {
    opacity: 0;
    top: 93px;
    right: -17px;
  }
}
@keyframes autoScroll {
  0%, 56% {
    opacity: 0;
    top: 93px;
    right: -17px;
  }
  57%, 70% {
    opacity: 1;
  }
  71%, 100% {
    opacity: 0;
    top: 93px;
    right: -17px;
  }
}
@-webkit-keyframes zoomOut {
  0%, 70% {
    opacity: 0;
    top: 93px;
    right: -33px;
  }
  71%, 84% {
    opacity: 1;
    top: 93px;
    right: -33px;
  }
  85%, 100% {
    opacity: 0;
    top: 93px;
    right: -33px;
  }
}
@keyframes zoomOut {
  0%, 70% {
    opacity: 0;
    top: 93px;
    right: -33px;
  }
  71%, 84% {
    opacity: 1;
    top: 93px;
    right: -33px;
  }
  85%, 100% {
    opacity: 0;
    top: 93px;
    right: -33px;
  }
}
@-webkit-keyframes magnify {
  0%, 70% {
    opacity: 0;
    top: 200px;
    left: 147px;
  }
  71%, 84% {
    opacity: 1;
    top: 200px;
    left: 147px;
  }
  85%, 100% {
    opacity: 0;
    top: 200px;
    left: 147px;
  }
}
@keyframes magnify {
  0%, 70% {
    opacity: 0;
    top: 200px;
    left: 147px;
  }
  71%, 84% {
    opacity: 1;
    top: 200px;
    left: 147px;
  }
  85%, 100% {
    opacity: 0;
    top: 200px;
    left: 147px;
  }
}
@-webkit-keyframes show_larger {
  0%, 70% {
    opacity: 0;
    top: 193px;
    left: 204px;
  }
  71%, 84% {
    opacity: 1;
    top: 193px;
    left: 204px;
  }
  85%, 100% {
    opacity: 0;
    top: 193px;
    left: 204px;
  }
}
@keyframes show_larger {
  0%, 70% {
    opacity: 0;
    top: 193px;
    left: 204px;
  }
  71%, 84% {
    opacity: 1;
    top: 193px;
    left: 204px;
  }
  85%, 100% {
    opacity: 0;
    top: 193px;
    left: 204px;
  }
}
@-webkit-keyframes reading {
  0%, 84% {
    opacity: 0;
    top: 93px;
    right: -65px;
  }
  85%, 90% {
    opacity: 1;
  }
  91%, 100% {
    opacity: 0;
    top: 93px;
    right: -65px;
  }
}
@keyframes reading {
  0%, 84% {
    opacity: 0;
    top: 93px;
    right: -65px;
  }
  85%, 90% {
    opacity: 1;
  }
  91%, 100% {
    opacity: 0;
    top: 93px;
    right: -65px;
  }
}

.img2 {
  margin-bottom: 249px;
  /* 动画 */
}
.img2 .text {
  margin-right: 225px;
}
.img2 .realBG {
  background: url("../img/pic2/sprite.png") no-repeat;
  background-position: 0 0;
  -webkit-animation: img2BGChange 12s infinite;
          animation: img2BGChange 12s infinite;
}
.img2 .realBG .tr {
  top: -17px;
  right: -127px;
  width: 94px;
  height: 89px;
}
.img2 .realBG .bl {
  bottom: 28px;
  left: -93px;
  width: 112px;
  height: 160px;
  z-index: -1;
}
.img2 .realBG .br {
  right: -73px;
  bottom: -42px;
  width: 124px;
  height: 188px;
}
.img2 .realBG .arrow {
  -webkit-animation: arrow2Moving 12s infinite;
          animation: arrow2Moving 12s infinite;
  left: 90px;
  top: 90px;
}
.img2 .realBG .textInput {
  top: 203px;
  left: 70px;
  -webkit-animation: textInput2 12s infinite;
          animation: textInput2 12s infinite;
  width: 11px;
  height: 27px;
}
.img2 .realBG .high_light {
  top: 93px;
  left: 97px;
  -webkit-animation: high_light 12s infinite;
          animation: high_light 12s infinite;
}
.img2 .realBG .wavy_line {
  background: url("../img/pic2/qx.png") no-repeat;
  -webkit-animation: wavy_line 12s infinite;
          animation: wavy_line 12s infinite;
  top: 93px;
  left: 170px;
}
.img2 .realBG .area_hight_light {
  top: 93px;
  right: 50px;
  -webkit-animation: area_hight_light 12s infinite;
          animation: area_hight_light 12s infinite;
}
.img2 .realBG .typewriter {
  -webkit-animation: typewriter 12s infinite;
          animation: typewriter 12s infinite;
  top: 93px;
  left: 340px;
}
.img2 .realBG .drawing {
  top: 93px;
  left: 380px;
  -webkit-animation: drawing 12s infinite;
          animation: drawing 12s infinite;
}
.img2 .realBG .AnnotationSummary {
  -webkit-animation: AnnotationSummary 12s infinite;
          animation: AnnotationSummary 12s infinite;
  top: 93px;
  left: 380px;
}
.img2 .realBG .greyModal {
  -webkit-animation: greyModal2 12s infinite;
          animation: greyModal2 12s infinite;
  top: 60px;
  left: 48px;
}
.img2 .realBG .highLight {
  top: 202px;
  left: 115px;
  -webkit-animation: highLight 12s infinite;
          animation: highLight 12s infinite;
}
.img2 .realBG .areaHightLight {
  top: 202px;
  left: 152px;
  -webkit-animation: areaHightLight 12s infinite;
          animation: areaHightLight 12s infinite;
}
.img2 .realBG .borderBox {
  -webkit-animation: borderBox 12s infinite;
          animation: borderBox 12s infinite;
  top: 202px;
  left: 224px;
}
.img2 .realBG .wavyLine {
  -webkit-animation: wavyLine 12s infinite;
          animation: wavyLine 12s infinite;
  top: 227px;
  left: 117px;
}
@-webkit-keyframes img2BGChange {
  0%, 50% {
    background-position: 0 0;
  }
  51%, 66% {
    background-position: -580px 0px;
  }
  67%, 83% {
    background-position: 0px -370px;
  }
  84%, 100% {
    background-position: -580px -370px;
  }
}
@keyframes img2BGChange {
  0%, 50% {
    background-position: 0 0;
  }
  51%, 66% {
    background-position: -580px 0px;
  }
  67%, 83% {
    background-position: 0px -370px;
  }
  84%, 100% {
    background-position: -580px -370px;
  }
}
@-webkit-keyframes arrow2Moving {
  0%, 2% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 80px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 80px;
    top: 80px;
  }
  12%, 16% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  17%, 19% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  20%, 22% {
    opacity: 1;
    left: 150px;
    top: 80px;
  }
  23%, 25% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  26%, 28% {
    opacity: 1;
    left: 150px;
    top: 80px;
  }
  29%, 33% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  34%, 36% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  37%, 39% {
    opacity: 1;
    left: 390px;
    top: 80px;
  }
  40%, 42% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  43%, 45% {
    opacity: 1;
    left: 390px;
    top: 80px;
  }
  46%, 50% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  51%, 53% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  54%, 56% {
    opacity: 1;
    left: 320px;
    top: 80px;
  }
  57%, 59% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    left: 320px;
    top: 80px;
  }
  63%, 66% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  67%, 69% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  70%, 72% {
    opacity: 1;
    left: 360px;
    top: 80px;
  }
  73%, 75% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 360px;
    top: 80px;
  }
  79%, 83% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  84%, 86% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
  87%, 89% {
    opacity: 1;
    left: 430px;
    top: 80px;
  }
  90%, 92% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
  93%, 95% {
    opacity: 1;
    left: 430px;
    top: 80px;
  }
  96%, 100% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
}
@keyframes arrow2Moving {
  0%, 2% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 80px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 80px;
    top: 80px;
  }
  12%, 16% {
    opacity: 1;
    left: 90px;
    top: 90px;
  }
  17%, 19% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  20%, 22% {
    opacity: 1;
    left: 150px;
    top: 80px;
  }
  23%, 25% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  26%, 28% {
    opacity: 1;
    left: 150px;
    top: 80px;
  }
  29%, 33% {
    opacity: 1;
    left: 160px;
    top: 90px;
  }
  34%, 36% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  37%, 39% {
    opacity: 1;
    left: 390px;
    top: 80px;
  }
  40%, 42% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  43%, 45% {
    opacity: 1;
    left: 390px;
    top: 80px;
  }
  46%, 50% {
    opacity: 1;
    left: 400px;
    top: 90px;
  }
  51%, 53% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  54%, 56% {
    opacity: 1;
    left: 320px;
    top: 80px;
  }
  57%, 59% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    left: 320px;
    top: 80px;
  }
  63%, 66% {
    opacity: 1;
    left: 330px;
    top: 90px;
  }
  67%, 69% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  70%, 72% {
    opacity: 1;
    left: 360px;
    top: 80px;
  }
  73%, 75% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 360px;
    top: 80px;
  }
  79%, 83% {
    opacity: 1;
    left: 370px;
    top: 90px;
  }
  84%, 86% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
  87%, 89% {
    opacity: 1;
    left: 430px;
    top: 80px;
  }
  90%, 92% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
  93%, 95% {
    opacity: 1;
    left: 430px;
    top: 80px;
  }
  96%, 100% {
    opacity: 1;
    left: 440px;
    top: 90px;
  }
}
@-webkit-keyframes greyModal2 {
  0%, 16% {
    opacity: 1;
    top: 60px;
    left: 48px;
  }
  17%, 33% {
    opacity: 1;
    top: 60px;
    left: 130px;
  }
  34%, 50% {
    opacity: 1;
    left: 370px;
    top: 60px;
  }
  51%, 66% {
    opacity: 1;
    left: 295px;
    top: 60px;
  }
  67%, 83% {
    opacity: 1;
    left: 333px;
    top: 60px;
  }
  84%, 100% {
    opacity: 1;
    left: 403px;
    top: 60px;
  }
}
@keyframes greyModal2 {
  0%, 16% {
    opacity: 1;
    top: 60px;
    left: 48px;
  }
  17%, 33% {
    opacity: 1;
    top: 60px;
    left: 130px;
  }
  34%, 50% {
    opacity: 1;
    left: 370px;
    top: 60px;
  }
  51%, 66% {
    opacity: 1;
    left: 295px;
    top: 60px;
  }
  67%, 83% {
    opacity: 1;
    left: 333px;
    top: 60px;
  }
  84%, 100% {
    opacity: 1;
    left: 403px;
    top: 60px;
  }
}
@-webkit-keyframes wavy_line {
  0%, 19% {
    opacity: 0;
    top: 93px;
    left: 170px;
  }
  20%, 33% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}
@keyframes wavy_line {
  0%, 19% {
    opacity: 0;
    top: 93px;
    left: 170px;
  }
  20%, 33% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
}
@-webkit-keyframes wavyLine {
  0%, 19% {
    opacity: 0;
    width: 0;
    top: 227px;
    left: 117px;
  }
  20%, 33% {
    opacity: 1;
    width: 232px;
  }
  34% {
    opacity: 0;
  }
}
@keyframes wavyLine {
  0%, 19% {
    opacity: 0;
    width: 0;
    top: 227px;
    left: 117px;
  }
  20%, 33% {
    opacity: 1;
    width: 232px;
  }
  34% {
    opacity: 0;
  }
}
@-webkit-keyframes area_hight_light {
  0%, 36% {
    opacity: 0;
    top: 93px;
    right: 50px;
  }
  37%, 50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes area_hight_light {
  0%, 36% {
    opacity: 0;
    top: 93px;
    right: 50px;
  }
  37%, 50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes areaHightLight {
  0%, 37% {
    opacity: 0;
    width: 0;
    height: 0;
    top: 202px;
    left: 152px;
  }
  38%, 50% {
    opacity: 1;
    width: 210px;
    height: 60px;
  }
  51% {
    opacity: 0;
  }
}
@keyframes areaHightLight {
  0%, 37% {
    opacity: 0;
    width: 0;
    height: 0;
    top: 202px;
    left: 152px;
  }
  38%, 50% {
    opacity: 1;
    width: 210px;
    height: 60px;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes typewriter {
  0%, 53% {
    opacity: 0;
    top: 93px;
    left: 340px;
  }
  54%, 66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
@keyframes typewriter {
  0%, 53% {
    opacity: 0;
    top: 93px;
    left: 340px;
  }
  54%, 66% {
    opacity: 1;
  }
  67% {
    opacity: 0;
  }
}
@-webkit-keyframes drawing {
  0%, 69% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
  70%, 83% {
    opacity: 1;
  }
  84%, 100% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
}
@keyframes drawing {
  0%, 69% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
  70%, 83% {
    opacity: 1;
  }
  84%, 100% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
}
@-webkit-keyframes borderBox {
  0%, 69% {
    opacity: 0;
    top: 202px;
    left: 224px;
    width: 0;
    height: 0;
  }
  70%, 83% {
    opacity: 1;
    width: 180px;
    height: 29px;
    border-radius: 4px;
    border: solid 2px #f6891d;
  }
  84% {
    opacity: 0;
    top: 202px;
    left: 224px;
    width: 0;
    height: 0;
  }
}
@keyframes borderBox {
  0%, 69% {
    opacity: 0;
    top: 202px;
    left: 224px;
    width: 0;
    height: 0;
  }
  70%, 83% {
    opacity: 1;
    width: 180px;
    height: 29px;
    border-radius: 4px;
    border: solid 2px #f6891d;
  }
  84% {
    opacity: 0;
    top: 202px;
    left: 224px;
    width: 0;
    height: 0;
  }
}
@-webkit-keyframes AnnotationSummary {
  0%, 86% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
  87%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
}
@keyframes AnnotationSummary {
  0%, 86% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
  87%, 99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 93px;
    left: 380px;
  }
}
@-webkit-keyframes highLight {
  0%, 2% {
    opacity: 0;
    width: 0;
    top: 202px;
    left: 115px;
  }
  3%, 16% {
    opacity: 1;
    width: 125px;
  }
  17% {
    opacity: 0;
  }
}
@keyframes highLight {
  0%, 2% {
    opacity: 0;
    width: 0;
    top: 202px;
    left: 115px;
  }
  3%, 16% {
    opacity: 1;
    width: 125px;
  }
  17% {
    opacity: 0;
  }
}
@-webkit-keyframes high_light {
  0%, 2% {
    opacity: 0;
    top: 93px;
    left: 97px;
  }
  3%, 16% {
    opacity: 1;
  }
  17% {
    opacity: 0;
  }
}
@keyframes high_light {
  0%, 2% {
    opacity: 0;
    top: 93px;
    left: 97px;
  }
  3%, 16% {
    opacity: 1;
  }
  17% {
    opacity: 0;
  }
}
@-webkit-keyframes textInput2 {
  0%, 2% {
    opacity: 0;
    top: 203px;
    left: 70px;
  }
  3%, 16% {
    opacity: 1;
    top: 203px;
    left: 244px;
  }
  17% {
    opacity: 0;
  }
  18%, 19% {
    left: 102px;
    top: 208px;
    opacity: 1;
  }
  20%, 33% {
    left: 351px;
  }
  34% {
    opacity: 0;
  }
}
@keyframes textInput2 {
  0%, 2% {
    opacity: 0;
    top: 203px;
    left: 70px;
  }
  3%, 16% {
    opacity: 1;
    top: 203px;
    left: 244px;
  }
  17% {
    opacity: 0;
  }
  18%, 19% {
    left: 102px;
    top: 208px;
    opacity: 1;
  }
  20%, 33% {
    left: 351px;
  }
  34% {
    opacity: 0;
  }
}

.img3 {
  margin-bottom: 229px;
}
.img3 .text {
  margin-left: 234px;
}
.img3 .realBG {
  background: url("../img/pic3/sprite.png") no-repeat;
  background-position: 0 0;
  -webkit-animation: img3BGChange 6s infinite;
          animation: img3BGChange 6s infinite;
}
.img3 .realBG .tl {
  top: 12px;
  left: -162px;
  width: 90px;
  height: 86px;
}
.img3 .realBG .tr {
  top: -37px;
  right: -146px;
  width: 94px;
  height: 89px;
}
.img3 .realBG .bl {
  bottom: -66px;
  left: -118px;
  width: 73px;
  height: 135px;
}
.img3 .realBG .br {
  right: -134px;
  bottom: -32px;
  width: 124px;
  height: 188px;
}
.img3 .realBG .arrow {
  -webkit-animation: arrow3Moving 6s infinite;
          animation: arrow3Moving 6s infinite;
  left: 130px;
  top: 90px;
}
.img3 .realBG .greyModal {
  top: 60px;
  left: 102px;
  -webkit-animation: greyModal3 6s infinite;
          animation: greyModal3 6s infinite;
}
.img3 .realBG .greyModal3 {
  -webkit-animation: greyModal3_extra 6s infinite;
          animation: greyModal3_extra 6s infinite;
  top: 85px;
  left: 57px;
}
.img3 .realBG .pdf2word {
  top: 93px;
  left: 148px;
  -webkit-animation: pdf2word 6s infinite;
          animation: pdf2word 6s infinite;
}
.img3 .realBG .createPDF {
  -webkit-animation: createPDF 6s infinite;
          animation: createPDF 6s infinite;
  top: 169px;
  left: 179px;
}
.img3 .realBG .image2PDF {
  -webkit-animation: image2PDF 6s infinite;
          animation: image2PDF 6s infinite;
  top: 93px;
  left: 287px;
}
.img3 .realBG .pdfToWord {
  width: 140px;
  height: 99px;
  -webkit-animation: pdfToWord 6s infinite;
          animation: pdfToWord 6s infinite;
  top: 175px;
  left: 236px;
}
.img3 .realBG .upload {
  width: 140px;
  height: 99px;
  -webkit-animation: upload 6s infinite;
          animation: upload 6s infinite;
  top: 175px;
  right: 70px;
}
.img3 .realBG .imageToPDF {
  width: 140px;
  height: 99px;
  -webkit-animation: imageToPDF 6s infinite;
          animation: imageToPDF 6s infinite;
  top: 175px;
  left: 236px;
}
@-webkit-keyframes img3BGChange {
  0%, 33% {
    background-position: 0px 0px;
  }
  34%, 66% {
    background-position: -580px 0px;
  }
  67%, 100% {
    background-position: 0px -370px;
  }
}
@keyframes img3BGChange {
  0%, 33% {
    background-position: 0px 0px;
  }
  34%, 66% {
    background-position: -580px 0px;
  }
  67%, 100% {
    background-position: 0px -370px;
  }
}
@-webkit-keyframes arrow3Moving {
  0%, 2% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  12%, 18% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  19%, 33% {
    opacity: 0;
  }
  34%, 36% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  37%, 39% {
    opacity: 1;
    left: 156px;
    top: 150px;
  }
  40%, 42% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  43%, 45% {
    opacity: 1;
    left: 156px;
    top: 150px;
  }
  46%, 48% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  49%, 66% {
    opacity: 0;
  }
  67%, 69% {
    opacity: 1;
    left: 274px;
    top: 90px;
  }
  70%, 72% {
    opacity: 1;
    left: 264px;
    top: 80px;
  }
  73%, 75% {
    opacity: 1;
    left: 274px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 264px;
    top: 80px;
  }
  79%, 100% {
    opacity: 0;
  }
}
@keyframes arrow3Moving {
  0%, 2% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  12%, 18% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  19%, 33% {
    opacity: 0;
  }
  34%, 36% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  37%, 39% {
    opacity: 1;
    left: 156px;
    top: 150px;
  }
  40%, 42% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  43%, 45% {
    opacity: 1;
    left: 156px;
    top: 150px;
  }
  46%, 48% {
    opacity: 1;
    left: 166px;
    top: 160px;
  }
  49%, 66% {
    opacity: 0;
  }
  67%, 69% {
    opacity: 1;
    left: 274px;
    top: 90px;
  }
  70%, 72% {
    opacity: 1;
    left: 264px;
    top: 80px;
  }
  73%, 75% {
    opacity: 1;
    left: 274px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 264px;
    top: 80px;
  }
  79%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes greyModal3 {
  0%, 33% {
    opacity: 1;
    top: 60px;
    left: 102px;
  }
  34%, 66% {
    opacity: 1;
    top: 120px;
    left: 8px;
  }
  67%, 100% {
    opacity: 1;
    top: 60px;
    left: 247px;
  }
}
@keyframes greyModal3 {
  0%, 33% {
    opacity: 1;
    top: 60px;
    left: 102px;
  }
  34%, 66% {
    opacity: 1;
    top: 120px;
    left: 8px;
  }
  67%, 100% {
    opacity: 1;
    top: 60px;
    left: 247px;
  }
}
@-webkit-keyframes greyModal3_extra {
  0%, 33% {
    top: 85px;
    left: 57px;
    opacity: 0;
  }
  34%, 66% {
    opacity: 1;
  }
  67%, 100% {
    top: 85px;
    left: 57px;
    opacity: 0;
  }
}
@keyframes greyModal3_extra {
  0%, 33% {
    top: 85px;
    left: 57px;
    opacity: 0;
  }
  34%, 66% {
    opacity: 1;
  }
  67%, 100% {
    top: 85px;
    left: 57px;
    opacity: 0;
  }
}
@-webkit-keyframes pdf2word {
  0%, 33% {
    opacity: 1;
    top: 93px;
    left: 148px;
  }
  34%, 100% {
    opacity: 0;
    top: 93px;
    left: 148px;
  }
}
@keyframes pdf2word {
  0%, 33% {
    opacity: 1;
    top: 93px;
    left: 148px;
  }
  34%, 100% {
    opacity: 0;
    top: 93px;
    left: 148px;
  }
}
@-webkit-keyframes pdfToWord {
  0%, 5% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
  6%, 33% {
    opacity: 1;
  }
  34%, 100% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
}
@keyframes pdfToWord {
  0%, 5% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
  6%, 33% {
    opacity: 1;
  }
  34%, 100% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
}
@-webkit-keyframes createPDF {
  0%, 33% {
    opacity: 0;
    top: 169px;
    left: 179px;
  }
  34%, 66% {
    opacity: 1;
  }
  67%, 100% {
    opacity: 0;
    top: 169px;
    left: 179px;
  }
}
@keyframes createPDF {
  0%, 33% {
    opacity: 0;
    top: 169px;
    left: 179px;
  }
  34%, 66% {
    opacity: 1;
  }
  67%, 100% {
    opacity: 0;
    top: 169px;
    left: 179px;
  }
}
@-webkit-keyframes image2PDF {
  0%, 66% {
    opacity: 0;
    top: 93px;
    left: 287px;
  }
  67%, 100% {
    opacity: 1;
    top: 93px;
    left: 287px;
  }
}
@keyframes image2PDF {
  0%, 66% {
    opacity: 0;
    top: 93px;
    left: 287px;
  }
  67%, 100% {
    opacity: 1;
    top: 93px;
    left: 287px;
  }
}
@-webkit-keyframes imageToPDF {
  0%, 66% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
  67%, 100% {
    opacity: 1;
    top: 175px;
    left: 236px;
  }
}
@keyframes imageToPDF {
  0%, 66% {
    opacity: 0;
    top: 175px;
    left: 236px;
  }
  67%, 100% {
    opacity: 1;
    top: 175px;
    left: 236px;
  }
}
@-webkit-keyframes upload {
  0%, 11% {
    opacity: 0;
    top: 175px;
    right: 70px;
  }
  12%, 33% {
    opacity: 1;
  }
  34%, 75% {
    opacity: 0;
  }
  76%, 100% {
    opacity: 1;
    top: 175px;
    right: 70px;
  }
}
@keyframes upload {
  0%, 11% {
    opacity: 0;
    top: 175px;
    right: 70px;
  }
  12%, 33% {
    opacity: 1;
  }
  34%, 75% {
    opacity: 0;
  }
  76%, 100% {
    opacity: 1;
    top: 175px;
    right: 70px;
  }
}

.img4 {
  margin-bottom: 231px;
}
.img4 .text {
  margin-right: 175px;
}
.img4 .realBG {
  background: url("../img/pic4/sprite.png") no-repeat;
  background-position: 0 0;
  -webkit-animation: img4BGChange 8s infinite;
          animation: img4BGChange 8s infinite;
}
.img4 .realBG .tr {
  top: -17px;
  right: -127px;
  width: 94px;
  height: 89px;
}
.img4 .realBG .bl {
  bottom: 28px;
  left: -93px;
  width: 112px;
  height: 160px;
  z-index: -1;
}
.img4 .realBG .br {
  right: -89px;
  bottom: -43px;
  width: 109px;
  height: 190px;
}
.img4 .realBG .arrow {
  -webkit-animation: arrow4Moving 8s infinite;
          animation: arrow4Moving 8s infinite;
  left: 130px;
  top: 90px;
}
.img4 .realBG .greyModal {
  -webkit-animation: greyModal4 8s infinite;
          animation: greyModal4 8s infinite;
}
.img4 .realBG .signature {
  top: 93px;
  left: 144px;
  -webkit-animation: signature 8s infinite;
          animation: signature 8s infinite;
}
.img4 .realBG .mail {
  -webkit-animation: mail 8s infinite;
          animation: mail 8s infinite;
  top: 93px;
  left: 144px;
}
.img4 .realBG .cloudDoc {
  -webkit-animation: cloudDoc 8s infinite;
          animation: cloudDoc 8s infinite;
  top: 93px;
  left: 147px;
}
.img4 .realBG .cloudBackup {
  -webkit-animation: cloudBackup 8s infinite;
          animation: cloudBackup 8s infinite;
  top: 93px;
  left: 188px;
}
.img4 .realBG .cloudDocImg {
  width: 219px;
  height: 195px;
  -webkit-animation: cloudDocImg 8s infinite;
          animation: cloudDocImg 8s infinite;
  top: 147px;
  right: 45px;
}
.img4 .realBG .createSign {
  width: 317px;
  height: 191px;
  -webkit-animation: createSign 8s infinite;
          animation: createSign 8s infinite;
  top: 161px;
  left: 244px;
}
.img4 .realBG .postEmail {
  width: 186px;
  height: 148px;
  -webkit-animation: postEmail 8s infinite;
          animation: postEmail 8s infinite;
  top: 147px;
  right: 117px;
}
@-webkit-keyframes img4BGChange {
  0%, 50% {
    background-position: 0px 0px;
  }
  51%, 75% {
    background-position: -580px 0px;
  }
  76%, 100% {
    background-position: 0px -370px;
  }
}
@keyframes img4BGChange {
  0%, 50% {
    background-position: 0px 0px;
  }
  51%, 75% {
    background-position: -580px 0px;
  }
  76%, 100% {
    background-position: 0px -370px;
  }
}
@-webkit-keyframes arrow4Moving {
  0%, 2% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  12%, 25% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  26%, 28% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  29%, 31% {
    opacity: 1;
    left: 160px;
    top: 80px;
  }
  32%, 34% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  35%, 37% {
    opacity: 1;
    left: 160px;
    top: 80px;
  }
  38%, 50% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  51%, 53% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  54%, 56% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  57%, 59% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  63%, 75% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  79%, 81% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  82%, 84% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  85%, 87% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  88%, 100% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
}
@keyframes arrow4Moving {
  0%, 2% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  3%, 5% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  6%, 8% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  9%, 11% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  12%, 25% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  26%, 28% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  29%, 31% {
    opacity: 1;
    left: 160px;
    top: 80px;
  }
  32%, 34% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  35%, 37% {
    opacity: 1;
    left: 160px;
    top: 80px;
  }
  38%, 50% {
    opacity: 1;
    left: 170px;
    top: 90px;
  }
  51%, 53% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  54%, 56% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  57%, 59% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  60%, 62% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  63%, 75% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  76%, 78% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  79%, 81% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  82%, 84% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
  85%, 87% {
    opacity: 1;
    left: 120px;
    top: 80px;
  }
  88%, 100% {
    opacity: 1;
    left: 130px;
    top: 90px;
  }
}
@-webkit-keyframes greyModal4 {
  0%, 25% {
    opacity: 1;
    top: 60px;
    left: 104px;
  }
  26%, 50% {
    opacity: 1;
    top: 60px;
    left: 144px;
  }
  51%, 100% {
    opacity: 1;
    top: 60px;
    left: 101px;
  }
}
@keyframes greyModal4 {
  0%, 25% {
    opacity: 1;
    top: 60px;
    left: 104px;
  }
  26%, 50% {
    opacity: 1;
    top: 60px;
    left: 144px;
  }
  51%, 100% {
    opacity: 1;
    top: 60px;
    left: 101px;
  }
}
@-webkit-keyframes signature {
  0%, 53% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
  54%, 75% {
    opacity: 1;
  }
  76%, 100% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
}
@keyframes signature {
  0%, 53% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
  54%, 75% {
    opacity: 1;
  }
  76%, 100% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
}
@-webkit-keyframes createSign {
  0%, 60% {
    opacity: 0;
    top: 161px;
    left: 244px;
  }
  61%, 75% {
    opacity: 1;
  }
  76%, 100% {
    opacity: 0;
    top: 161px;
    left: 244px;
  }
}
@keyframes createSign {
  0%, 60% {
    opacity: 0;
    top: 161px;
    left: 244px;
  }
  61%, 75% {
    opacity: 1;
  }
  76%, 100% {
    opacity: 0;
    top: 161px;
    left: 244px;
  }
}
@-webkit-keyframes cloudDoc {
  0%, 27% {
    opacity: 0;
    top: 93px;
    left: 147px;
  }
  28%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
    top: 93px;
    left: 147px;
  }
}
@keyframes cloudDoc {
  0%, 27% {
    opacity: 0;
    top: 93px;
    left: 147px;
  }
  28%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
    top: 93px;
    left: 147px;
  }
}
@-webkit-keyframes cloudDocImg {
  0%, 35% {
    opacity: 0;
    top: 147px;
    right: 45px;
  }
  36%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
    top: 147px;
    right: 45px;
  }
}
@keyframes cloudDocImg {
  0%, 35% {
    opacity: 0;
    top: 147px;
    right: 45px;
  }
  36%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
    top: 147px;
    right: 45px;
  }
}
@-webkit-keyframes cloudBackup {
  0%, 4% {
    opacity: 0;
    top: 93px;
    left: 188px;
  }
  5%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
    top: 93px;
    left: 188px;
  }
}
@keyframes cloudBackup {
  0%, 4% {
    opacity: 0;
    top: 93px;
    left: 188px;
  }
  5%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
    top: 93px;
    left: 188px;
  }
}
@-webkit-keyframes mail {
  0%, 78% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
  79%, 100% {
    opacity: 1;
    top: 93px;
    left: 144px;
  }
}
@keyframes mail {
  0%, 78% {
    opacity: 0;
    top: 93px;
    left: 144px;
  }
  79%, 100% {
    opacity: 1;
    top: 93px;
    left: 144px;
  }
}
@-webkit-keyframes postEmail {
  0%, 85% {
    opacity: 0;
    top: 147px;
    right: 117px;
  }
  86%, 100% {
    opacity: 1;
    top: 147px;
    right: 117px;
  }
}
@keyframes postEmail {
  0%, 85% {
    opacity: 0;
    top: 147px;
    right: 117px;
  }
  86%, 100% {
    opacity: 1;
    top: 147px;
    right: 117px;
  }
}

.centerBanner {
  background: #f9f9f9;
  margin: 0 0 45px;
  height: 408px;
  padding-top: 100px;
  font-size: 0;
}
.centerBanner .container {
  height: 208px;
  white-space: nowrap;
}
.centerBanner .container > * {
  display: inline-block;
  vertical-align: middle;
}
.centerBanner .container .left img {
  display: block;
  width: 310px;
  margin-bottom: 33px;
}
.centerBanner .container .left div {
  font-size: 16px;
  line-height: 16px;
  color: #999;
}
.centerBanner .container .left div .theCode {
  font-size: 29px;
  line-height: 29px;
  color: #f6891d;
}
.centerBanner .container .verticalDash {
  height: 199px;
  border-left: 2px dashed #d9d9d9;
  margin: 0 52px;
}
.centerBanner .container .center h3 {
  font-size: 28px;
  line-height: 50px;
  font-weight: 300;
  background-image: 50px;
  color: #333;
  margin-bottom: 41px;
  max-width: 606px;
  white-space: pre-wrap;
}
.centerBanner .container .center .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  width: 318px;
  height: 60px;
  height: 67px;
  border-radius: 34px;
  font-size: 24px;
  font-size: 32px;
  color: #fff;
}
.centerBanner .container .center .download .img,
.centerBanner .container .center .download > img {
  display: inline-block;
  margin-left: 17.5px;
  width: 28px;
  height: 28px;
}
.centerBanner .container .rightImg {
  width: 109px;
  height: 164px;
  vertical-align: bottom;
  margin-left: 73px;
}

.why {
  text-align: center;
  padding-bottom: 88px;
}
.why h2 {
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 98px;
  position: relative;
}
.why h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -28px;
  width: 62px;
  height: 6px;
  border-radius: 3px;
  margin-left: -31px;
  margin-top: -50px;
  z-index: 999;
  background: #f6891d;
}
.why ul {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.why ul li + li {
  margin-left: 80px;
}
.why ul li {
  display: inline-block;
}
.why ul li > * {
  display: block;
  margin: 0 auto;
}
.why ul li .circle {
  width: 211px;
  height: 210px;
  line-height: 210px;
  border-radius: 105px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(249, 161, 59, 0.19);
          box-shadow: 0px 0px 24px 0px rgba(249, 161, 59, 0.19);
  text-align: center;
  margin-bottom: 45px;
}
.why ul li .circle img {
  width: 88px;
  height: 88px;
  vertical-align: middle;
}
.why ul li h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
}
.why ul li h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-top: 23px;
  max-width: 242px;
  white-space: pre-wrap;
  color: #999;
}

.usage {
  padding-bottom: 34px;
}
.usage h2 {
  font-size: 42px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 45px;
  text-align: center;
}
.usage ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.usage ul .unit {
  background-color: #ffffff;
  border-radius: 6px;
  padding: 32px 30px 33px;
  width: 580px;
  margin-bottom: 34px;
  -webkit-box-shadow: rgba(36, 47, 68, 0.08) 0px 4px 14px 0px;
          box-shadow: rgba(36, 47, 68, 0.08) 0px 4px 14px 0px;
}
.usage ul .unit:nth-child(even) {
  margin-left: 30px;
}
.usage ul .unit:hover {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(119, 65, 228, 0.13);
          box-shadow: 0px 0px 18px 0px rgba(119, 65, 228, 0.13);
}
.usage ul .unit a {
  margin-right: 46px;
}
.usage ul .unit a img {
  width: 136px;
  height: 136px;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 21, 146, 0.09);
          box-shadow: 2px 0px 4px 0px rgba(0, 21, 146, 0.09);
  border-radius: 13px;
  border: solid 4px #ffffff;
}
.usage ul .unit > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.usage ul .unit > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.usage ul .unit h3 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.usage ul .unit h3 a:hover {
  color: #f6891d;
}
.usage ul .unit h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin: 12px 0 16px;
}
.usage ul .unit .countData {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
.usage ul .unit .countData img + span {
  margin-left: 5px;
}
.usage ul .unit .countData span + img {
  margin-left: 20px;
}
.usage ul .unit .tags {
  margin-top: 30px;
  overflow: hidden;
}
.usage ul .unit .tags .tag {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  background-color: #f7f5fa;
  border-radius: 12px;
  padding: 0 15px 0 18px;
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 0;
}
.usage ul .unit .tags .tag + .tag {
  margin-left: 10px;
}
.usage ul .unit .tags .tag:hover {
  background-color: #fef3e8;
  color: #f6891d;
}

.beforeFooter {
  background-color: #202026;
  padding: 40px 0 50px;
  font-size: 0;
}
.beforeFooter li {
  width: 33.3333333333%;
}
.beforeFooter li:nth-child(n+4) {
  margin-top: 30px;
}
.beforeFooter li:nth-child(3n+2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beforeFooter li:nth-child(3n+2) a {
  min-width: 166px;
  display: block;
}
.beforeFooter li:nth-child(3n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.beforeFooter li:nth-child(3n) a {
  min-width: 124px;
}
.beforeFooter li a {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  padding-left: 12px;
}
.beforeFooter li a::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.beforeFooter li a:hover {
  color: #fff;
}

footer {
  background-color: #131317;
}
footer .beforeCopyright {
  overflow: hidden;
  -webkit-transition: height 1s;
  -o-transition: height 1s;
  transition: height 1s;
  position: relative;
  padding-bottom: 48px;
}
footer .beforeCopyright .contactUs {
  width: 242px;
}
footer .beforeCopyright .links .w-100 {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  line-height: 14px;
  margin: 25px 0 16px;
}
footer .beforeCopyright .links .linkWrapper {
  min-height: 56px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
footer .beforeCopyright .contactUs {
  margin-top: 28px;
  padding-top: 16px;
  padding-left: 62px;
  height: 84px;
  border-left: 1px solid #1e1e23;
}
footer .beforeCopyright .contactUs .qq {
  width: 36px;
  height: 40px;
  background: url("../img/qq.png") no-repeat;
  margin-right: 20px;
}
footer .beforeCopyright .contactUs .qq + div {
  color: #666;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}
footer .beforeCopyright .contactUs .qq + div a {
  color: #666;
}
footer .beforeCopyright .contactUs .qq + div a:hover {
  color: #fff;
}
footer .beforeCopyright .contactUs:hover .qq {
  background: url("../img/qq_hover.png") no-repeat;
}
footer .beforeCopyright .contactUs:hover .qq + div {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
footer .beforeCopyright .contactUs:hover .qq + div a {
  color: #fff;
}
footer .beforeCopyright .contactUs:hover .qq + div a:hover {
  text-decoration: underline;
}
footer .beforeCopyright .seeMoreLink {
  padding-top: 10px;
  padding-bottom: 17px;
  background-color: #131317;
  position: absolute;
  left: 50%;
  left: 0;
  right: 0;
  margin-left: -6px;
  bottom: 0;
  background-size: contain;
}
footer .beforeCopyright .seeMoreLink img {
  cursor: pointer;
  width: 12px;
  height: 12px;
}
footer .beforeCopyright ul li {
  max-width: 84px;
  margin-right: 75px;
  color: #999;
}
footer .beforeCopyright ul li a {
  font-size: 12px;
  line-height: 28px;
  color: #999;
}
footer .beforeCopyright ul li a:hover {
  color: #fff;
}
footer .copyright {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #666;
  border-top: solid 1px #1b1b1f;
}
footer .copyright a {
  color: #666;
}
footer .copyright a:hover {
  color: #fff;
}

.systemRequire,
.modalLayer {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999999999;
}

/* 标题修饰 */
.title {
  display: block;
  border-left: solid 3px #f6891d;
  padding-left: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #333;
}

.mainTop {
  margin: 38px 0 12px;
}

/* 面包屑 */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0px;
  color: #333333;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:not(:last-child):hover {
  text-decoration: underline;
}
.breadcrumbs a:last-child {
  color: #f6891d;
  cursor: auto;
}

.mainContent {
  margin-top: 70px;
  padding-bottom: 80px;
  min-height: calc(100vh - 640px);
}

/* 左右部分 */
.mainRight {
  width: 240px;
  margin-left: 25px;
}
.mainRight h2 + * {
  background-color: #fff;
  border-radius: 6px;
}
.mainRight .tagList {
  padding: 20px 20px 30px;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
}
.mainRight .tagList li {
  position: relative;
  padding-left: 10px;
}
.mainRight .tagList li::before {
  background: #b3b3b3;
  position: absolute;
  left: 0;
  top: 12px;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
}
.mainRight .tagList li:hover::before {
  background: #f6891d;
}
.mainRight .tagList a {
  color: #666;
}
.mainRight .tagList a:hover {
  color: #f6891d;
  text-decoration: underline;
}
.mainRight .randomRecommend {
  padding: 20px 10px;
}
.mainRight .randomRecommend li {
  line-height: 34px;
  border-radius: 4px;
  padding: 0 14px;
}
.mainRight .randomRecommend li::marker {
  color: #666;
  font-size: 14px;
}
.mainRight .randomRecommend li:hover {
  background-color: #f5f3f9;
}
.mainRight .randomRecommend li:hover::marker {
  color: #f6891d;
}
.mainRight .randomRecommend li a {
  font-size: 12px;
  color: #666;
  line-height: 34px;
}
.mainRight .randomRecommend li a:hover {
  color: #f6891d;
}

.mainLeft {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.mainLeft .list {
  padding-bottom: 140px;
  position: relative;
  background-color: #ffffff;
  border-radius: 6px;
}
.mainLeft .unit {
  padding: 27px 0 30px;
  margin: 0 30px;
  border-bottom: 1px dashed #ccc;
}
.mainLeft .unit:nth-child(even) {
  margin-left: 30px;
}
.mainLeft .unit > img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  margin-right: 46px;
}
.mainLeft .unit > div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.mainLeft .unit > div > img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: -26px;
  top: 3px;
}
.mainLeft .unit h3 a {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.mainLeft .unit h3 a:hover {
  color: #f6891d;
}
.mainLeft .unit h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  margin: 9px 0 18px;
}
.mainLeft .unit .bottomLine {
  margin-top: 18px;
}
.mainLeft .unit .countData {
  color: #999;
  font-size: 12px;
  line-height: 12px;
}
.mainLeft .unit .countData img + span {
  margin-left: 5px;
}
.mainLeft .unit .countData span + img {
  margin-left: 20px;
}
.mainLeft .unit .tags .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  font-size: 12px;
  background-color: #f7f5fa;
  color: #808080;
  border-radius: 12px;
  padding: 0 18px;
}
.mainLeft .unit .tags .tag + .tag {
  margin-left: 10px;
}
.mainLeft .unit .tags .tag:hover {
  background-color: #fef3e8;
  color: #f6891d;
}
.mainLeft .tagUnit {
  font-size: 12px;
  color: #666;
  width: 285px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.mainLeft .tagUnit:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
.mainLeft .tagUnit .line1 {
  margin-top: 20px;
}
.mainLeft .tagUnit .line1:hover {
  color: #f6891d;
}
.mainLeft .tagUnit .tagName {
  margin-top: 0;
  max-width: 15em;
  display: block;
  padding: 0 18px;
  line-height: 24px;
  background-color: #f4f4f4;
  color: #333;
  border-radius: 12px;
  margin-right: 10px;
}
.mainLeft .tagUnit .tagName:hover {
  color: #ffffff;
  background-color: #f6891d;
}

.detailsPage .content {
  background: #fff;
  border-radius: 6px;
  padding: 20px 30px 70px;
  margin-bottom: 20px;
}
.detailsPage .content .mainTitle {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 12px;
  color: #999;
}
.detailsPage .content .mainTitle h2 {
  max-width: calc(100% - 250px);
  overflow: hidden;
  color: #333;
  font-size: 18px;
  line-height: 18px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 10px;
}
.detailsPage .content .mainTitle .tag {
  display: inline-block;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 18px;
  color: #808080;
  background: #f7f5fa;
}
.detailsPage .content .mainTitle .tag + .tag {
  margin-left: 10px;
}
.detailsPage .content .mainTitle .tag:hover {
  background-color: #fef3e8;
  color: #f6891d;
}
.detailsPage .content .mainTitle .bottomLine {
  margin-top: 10px;
}
.detailsPage .content .mainTitle .bottomLine img + span {
  margin-left: 5px;
}
.detailsPage .content .mainTitle .bottomLine span + img {
  margin-left: 20px;
}
.detailsPage .content .richText {
  padding: 15px 10px;
}
.detailsPage .content .richText img {
  display: block;
  max-width: 100%;
  margin: 22px auto;
}
.detailsPage .content .richText p,
.detailsPage .content .richText span {
  font-size: 15px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 10px;
}
   

.detailsPage .prevNext {
  font-size: 12px;
  background: #fff;
  border-radius: 6px;
}
.detailsPage .prevNext .left {
  padding: 25px 78px 22px 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.detailsPage .prevNext .left > a {
  display: block;
}
.detailsPage .prevNext .left > a + a {
  margin-top: 20px;
}
.detailsPage .prevNext .left .subtitle {
  margin-bottom: 5px;
}
.detailsPage .prevNext .left p {
  line-height: 24px;
}
.detailsPage .prevNext .left p:hover {
  color: #f6891d;
}
.detailsPage .prevNext .left .line1 {
  font-size: 14px;
}
.detailsPage .prevNext .right {
  width: 300px;
  margin: 35px 0;
  padding: 3px 0;
  border-left: 1px dashed #ccc;
}
.detailsPage .prevNext .right img {
  width: 92px;
  height: 92px;
}
.detailsPage .prevNext .right h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #666666;
  margin: 15px 0 27px;
}
.detailsPage .prevNext .right a {
  width: 120px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background-color: #f6891d;
  border-radius: 16px;
  color: #fff;
}

/*新增分页样式*/
.page-bar {
  text-align: center;
  position: absolute;
  border-radius: 0;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-bottom: 0;
}
.page-bar .paginationjs {
  display: inline-block;
}

.page-box {
  text-align: center;
}
.page-box a {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 6px;
  color: #707070;
  width: 28px;
  height: 28px;
  font: bold 14px/28px arial;
}
.page-box a:hover, .page-box a:active {
  background: #f6891d;
  color: #ffffff;
  text-decoration: none;
}
.page-box .cur {
  background: #f6891d;
  color: #fff;
  border: 1px solid #f6891d;
  text-decoration: none;
}
.page-box .disabled {
  width: 79px;
}

/* 轮播 */
/* 轮播反馈 */
#feedback {
  text-align: center;
}
#feedback .feedback-wrap {
  width: 1200px;
  margin: 0 auto;
}
#feedback .feedback-wrap h2 {
  font-family: MicrosoftYaHei;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 2px;
  color: #333333;
  text-align: center;
}
#feedback .swiperUnit {
  padding: 29px 20px;
}
#feedback .swiperUnit img {
  height: 73px;
  width: 73px;
  margin: 0 auto;
  border-radius: 50%;
}
#feedback .swiperUnit h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
#feedback .swiperUnit .position {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
}
#feedback .swiperUnit .divider {
  width: 244px;
  height: 1px;
  background-color: #dddddd;
  margin-top: 15px;
  margin-bottom: 41px;
}
#feedback .swiperUnit .content {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  width: 241px;
  text-align: left;
  color: #444444;
}
#feedback #certify {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#feedback #certify .swiper-container {
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 104px;
  padding-top: 64px;
}
#feedback #certify .swiper-slide {
  width: 285px !important;
  height: 395px !important;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ddd;
          box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
}
#feedback .swiper-button-prev {
  left: 0;
  width: 70px;
  height: 70px;
}
#feedback .swiper-button-next {
  right: 0;
  width: 70px;
  height: 70px;
  margin-top: -62px;
}
#feedback .swiper-button-prev {
  margin-top: -62px;
}
#feedback .swiper-button-next::after {
  content: unset;
}
#feedback .swiper-button-prev {
  outline: unset;
  background: unset !important;
  background-image: none !important;
}
#feedback .swiper-button-prev::after {
  content: unset;
}

.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  outline: unset;
  background: unset !important;
  background-image: none !important;
}

.fixed-right-down {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -42.5px;
  width: 110px;
  height: 85px;
  background-image: url("../img/fixedright-down-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 14px;
}
.fixed-right-down .down-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #ffffff;
}
.fixed-right-down .down-num {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #ffffff;
  margin: 7px 0 4px;
}
.fixed-right-down .down-btn {
  display: inline-block;
  width: 66px;
  height: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(187, 52, 11, 0.4);
          box-shadow: 0px 2px 0px 0px rgba(187, 52, 11, 0.4);
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  color: #dd542f;
}

.back-top {
  width: 40px;
  height: 41px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  margin-bottom: 9px;
  border-radius: 50%;
  font-size: 14px;
  color: #333333;
  position: fixed;
  bottom: 303px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
.back-top i {
  width: 16px;
  height: 16px;
  background: url(../img/backTop.png);
  display: block;
}
.temporaryActivities {
  width: 72px;
  height: 112px;
  background-color: #ffffff;  
  font-size: 14px;
  color: #333333;
  position: fixed;
  bottom: 373px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  background:url('../img/temporaryActivities.png') no-repeat;
}
.none {
  display: none !important;
}
