html,
body {
  line-height: 1;
}
* {
  box-sizing: border-box;
}
.none {
  display: none !important;
}
@keyframes headerTagAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes spread {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}

@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}

@-o-keyframes spread {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    transform: scale(2);
  }
}
header .content .introduce .download_href::after,
section .download_href::after,
header .content .head .download_href:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
}
header {
  width: 100%;
  height: 620px;
  background: url(../../img/pdfbianji/banner.png) no-repeat center;
}
header .content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
header .content .head {
  padding: 22px 0;
}
header .content .head p {
  margin-left: 20px;
  border-left: 1px solid #bbbbbb;
  padding-left: 20px;
  text-align: left;
  line-height: 1;
  margin-right: 20px;
}
header .content .head p span {
  display: block;
  font-size: 12px;
  color: #666666;
}
header .content .head p span:first-child {
  margin-bottom: 5px;
}
header .content .head .logo {
  position: relative;
}
header .content .head .logo .tag {
  animation-delay: 0s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: headerTagAnimation;
  animation-timing-function: linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  left: 0;
  opacity: 1;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  position: absolute;
  top: 32px;
  z-index: 100;
}
header .content .head .logo:hover .tag {
  display: block;
}
header .content .head .logo .tag p {
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 30px;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
}
header .content .head .tab a {
  position: relative;
  margin-right: 60px;
  font-size: 16px;
  color: #333333;
}
header .content .head .tab a span {
  padding: 0 5px;
  height: 18px;
  background-image: linear-gradient(90deg, #ff3c3d 0%, #ff7248 100%);
  border-radius: 10px 9px 9px 2px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  position: absolute;
  top: -21px;
  right: -26px;
}
header .content .head .download_href {
  display: block;
  width: 98px;
  height: 36px;
  background-image: linear-gradient(-90deg, #a185f6 0%, #7b56ee 100%),
    linear-gradient(#7b56ee, #7b56ee);
  background-blend-mode: normal, normal;
  border-radius: 18px;
  position: relative;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
header .content .introduce {
  padding-top: 88px;
  position: relative;
}
header .content .introduce h1 {
  font-size: 48px;
  line-height: 48px;
  position: relative;
  color: #212121;
  display: inline-block;
  margin-bottom: 17px;
}
header .content .introduce h1 span {
  width: 78px;
  height: 32px;
  background-image: linear-gradient(-90deg, #ff9966 0%, #ff484d 100%),
    linear-gradient(#ffa143, #ffa143);
  background-blend-mode: normal, normal;
  border-radius: 16px 16px 16px 0px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -12px;
  right: -90px;
}
header .content .introduce .int {
  font-size: 16px;
  color: #343967;
  margin-bottom: 15px;
}
header .content .introduce ul {
  width: 510px;
  margin-bottom: 80px;
}
header .content .introduce ul li {
  font-size: 16px;
  color: #7b56ee;
  margin: 20px 20px 0 0;
}
header .content .introduce ul li img {
  margin-right: 7px;
}
header .content .introduce .download_href {
  width: 240px;
  height: 74px;
  background-image: linear-gradient(90deg, #7b56ee 0%, #a185f6 100%);
  box-shadow: 0px 12px 15px 0px rgba(141, 130, 246, 0.5);
  font-size: 20px;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
header .content .introduce .download_href img {
  margin-right: 8px;
}
header .content .introduce .version {
  font-size: 13px;
  color: #6d7099;
}
header .content .introduce .gif {
  position: absolute;
  left: 655px;
  top: 205px;
}

section h2 {
  font-size: 36px;
  color: #212121;
  text-align: center;
  font-weight: normal;
}
section h2 span {
  color: #aaaaaa;
  margin: 0 5px;
}
.characteristic {
  padding: 90px 0 100px;
}
.characteristic .tabs {
  width: 1200px;
  margin: 100px auto 90px;
}
.characteristic .tabs .tab {
  width: 129px;
  height: 129px;
  border-radius: 20px;
  position: relative;
}
.characteristic .tabs .tab.choose::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 129px;
  height: 3px;
  background-color: #7f5aef;
}
.characteristic .tabs .tab:not(.choose) {
  cursor: pointer;
}
.characteristic .tabs .tab:not(.choose):hover {
  background-color: rgba(249, 247, 255, 0.85);
}
.characteristic .tabs .tab p {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(153, 153, 153, 0.9);
}
.characteristic .tabs .tab.choose p {
  color: #212121;
}
.characteristic .content {
  width: 1200px;
  height: 510px;
  margin: 0 auto;
}
.characteristic .content .cord h3 {
  font-size: 30px;
  line-height: 1;
  color: #212121;
  margin-bottom: 29px;
}
.characteristic .content .cord p {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
}
section .download_href {
  width: 240px;
  height: 74px;
  background-image: linear-gradient(90deg, #7b56ee 0%, #a185f6 100%);
  box-shadow: 0px 12px 15px 0px rgba(141, 130, 246, 0.5);
  font-size: 20px;
  color: #ffffff;
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 76px;
}
section .download_href img {
  margin-left: 8px;
}
.recommend {
  background-color: #f9faff;
  padding-top: 115px;
}
.recommend .cord {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 110px;
}
.recommend .cord .content {
  padding-top: 74px;
}
.recommend .cord .content .int {
  padding-left: 16px;
}
.recommend .cord .content .list {
  width: 454px;
  height: 105px;
  background-image: linear-gradient(90deg, #ffffff 0%, #fbfbff 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 10px;
  position: relative;
  padding-left: 87px;
  margin-bottom: 16px;
}
.recommend .cord .content .list img {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -16px;
}
.recommend .cord .content .list h4 {
  font-size: 16px;
  font-weight: bold;
  color: #424242;
  line-height: 30px;
}
.recommend .cord .content .list p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.recommend .cord .content .download_href {
  margin-top: 30px;
}
.information h2 {
  color: #111111;
}
.information .content {
  margin: 62px auto 0;
  width: 1200px;
}
.information .content .item {
  width: 585px;
}
.information .content .item > .list {
  width: 585px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.information .content .item .list:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.information .content .item .list img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 8px;
}
.information .content .item .list .title {
  max-width: 325px;
  font-size: 14px;
  color: #424242;
}
.information .content .item .list:hover .title {
  color: #7b56ee;
}
.information .content .item .list .time {
  font-size: 12px;
  color: #999999;
}
.information .content .item .list .int {
  width: 325px;
  height: 40px;
  font-size: 12px;
  color: #999999;
  margin: 10px 0 10px;
}
.information .content .item .list .look {
  /* float: left; */
  font-size: 12px;
  color: #999999;
}
.information .content .item .list .look img {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.information .content .item .list .url a {
  display: inline-block;
  max-width: 100px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
}
.information .content .item .more {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddddd;
  margin: 10px auto 0;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #424242;
  cursor: pointer;
}
.evaluate,
.information,
.intCom {
  padding-top: 100px;
}

.evaluate .evaluate--swiper {
  width: 1200px;
  overflow: hidden;
  margin: 82px auto 0;
  position: relative;
  padding: 0 15px;
}

.evaluate .evaluate--swiper .swiper-slide {
  width: 390px;
  height: 350px;
}

.evaluate .evaluate--swiper .swiper-slide .list {
  width: 320px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
  padding: 74px 30px 0;
  letter-spacing: 1px;
  color: #222222;
}

.evaluate .evaluate--swiper .swiper-slide .list img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.evaluate .evaluate--swiper .swiper-slide .list .name {
  text-align: center;
  font-size: 18px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.evaluate .evaluate--swiper .swiper-slide .list .name::after {
  content: "";
  width: 110px;
  height: 3px;
  background-color: #7b56ee;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -55px;
}

.evaluate .evaluate--swiper .swiper-slide .list h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 29px;
}

.evaluate .evaluate--swiper .swiper-slide .list .int {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  margin-top: 8px;
}

.evaluate .evaluate--swiper .swiper--next,
.evaluate .evaluate--swiper .swiper--prev {
  position: absolute;
  top: 163px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2 url(../../img/pdfbianji/arrows_right_grey.png) no-repeat
    center;
  cursor: pointer;
  z-index: 2;
}

.evaluate .evaluate--swiper .swiper--next {
  right: 0;
}

.evaluate .evaluate--swiper .swiper--prev {
  transform: rotate(-180deg);
  left: 0;
}

.evaluate .evaluate--swiper .swiper--next:hover,
.evaluate .evaluate--swiper .swiper--prev:hover {
  background: #7b56ee url(../../img/pdfbianji/arrows_left_white.png) no-repeat
    center;
  transform: rotate(-180deg);
}

.evaluate .evaluate--swiper .swiper--prev:hover {
  transform: rotate(0deg);
}
.intCom {
  padding-bottom: 100px;
}

.intCom .intComMiddle {
  text-align: center;
  font-size: 20px;
  color: #999999;
  margin: 25px 0 60px;
}

.intCom .intComMiddle span {
  margin: 0 25px;
  float: left;
}

.intCom .intComMiddle > i {
  margin: 11px 0;
  width: 130px;
  height: 2px;
  background-color: #dddddd;
  display: block;
  float: left;
}

.intCom .intComButton {
  width: 100%;
}

.intCom .intComButton .intCBLeft {
  width: 240px;
}

.intCom .intComButton .intCBLeft .intDownBut {
  width: 240px;
  height: 70px;
  background-image: linear-gradient(0deg, #8c49d0 0%, #ae89d4 100%),
    linear-gradient(#ff7447, #ff7447);
  background-blend-mode: normal, normal;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 15px;
}

.intCom .intComButton .intCBLeft .intDownBut:hover {
  background-image: linear-gradient(0deg, #ae89d4 0%, #8c49d0 100%),
    linear-gradient(#ff7447, #ff7447);
}

.intCom .intComButton .intCBLeft p {
  width: 240px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  margin-bottom: 3px;
}

.intCom .intComButton .intCBRight .intOpenBut {
  width: 236px;
  height: 66px;
  border-radius: 35px;
  border: solid 2px #8c49d0;
  text-align: center;
  line-height: 66px;
  font-size: 28px;
  letter-spacing: 1px;
  color: #8c49d0;
  cursor: pointer;
}

.intCom .intComButton .intCBRight .intOpenBut:hover {
  width: 240px;
  height: 70px;
  background-image: linear-gradient(0deg, #8c49d0 0%, #ae89d4 100%),
    linear-gradient(#aa57ff, #aa57ff);
  background-blend-mode: normal, normal;
  border-radius: 35px;
  border: none;
  line-height: 70px;
  color: #ffffff;
}

.intCom .intComMail {
  width: 1200px;
  margin: 0 auto;
}

.intCom .intComMail li {
  position: relative;
  width: 270px;
  height: 306px;
  background-color: #ffffff;
  box-shadow: 0 0 16px 0 #eaeaea;
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  flex-direction: column;
  -ms-flex-direction: column;
}

.intCom .intComMail li .title {
  font-size: 20px;
  color: #444444;
  margin: 20px 0;
}

.intCom .intComMail li .download {
  width: 180px;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #8c49d0;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 20px;
  color: #8c49d0;
  box-sizing: border-box;
}

.intCom .intComMail li .download i {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/index/download_normal.png");
  margin-left: 10px;
}

.intCom .intComMail li .download:hover {
  width: 180px;
  height: 48px;
  background-image: linear-gradient(0deg, #9051d1 0%, #ad87d4 100%);
  border-radius: 24px;
  color: #fdfdfd;
  border: none;
}

.intCom .intComMail li .download:hover i {
  background: url("../img/index/download_hover.png");
}

.intCom .intComMail li .versionHistory {
  color: #8c49d0;
  font-size: 18px;
  position: absolute;
  top: 325px;
}

.intCom .intComMail li .versionHistory:hover {
  text-decoration: underline;
}

.base {
  height: 442px;
  padding: 44px 0 78px;
  background: url(../../img/pdfbianji/banner_bot.png) no-repeat center;
}
.base .content {
  width: 1200px;
  margin: 0 auto;
}
.base .content > i {
  width: 463px;
  height: 320px;
  margin-right: 80px;
}
.base .content h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 42px;
  color: #212121;
  margin-bottom: 16px;
}
.base .content p {
  font-size: 16px;
  line-height: 24px;
  color: #565454;
}
.base .content .download_href {
  margin-top: 42px;
}
.links {
  padding: 48px 0;
}
.links .content {
  width: 1200px;
  margin: 0 auto;
}
.links .content h4 {
  font-size: 20px;
  margin-bottom: 36px;
  color: #333333;
  font-weight: normal;
}
.links .content .link {
  margin-bottom: -16px;
}
.links .content .link a {
  width: 260px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 16px;
}
.links .content img {
  margin-bottom: 60px;
}
.links .content a img,
.links .content img:not(:last-child) {
  margin-right: 20px;
}
.links .content p {
  font-size: 14px;
  color: #666666;
}
footer {
  background-color: #262b36;
  padding: 24px 0 15px;
}
footer p {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
  text-align: center;
}
footer p span a {
  font-size: 14px;
}
footer p a {
  color: #999999;
}
.base .content .download_href img {
  margin-left: 0;
  margin-right: 8px;
}
