@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

html,
body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", tahoma, "hiragino sans GB", arial, "Microsoft YaHei", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.functions-show .module-title {
  font-size: 36px;
  font-weight: 600;
  color: black;
  line-height: 36px;
  text-align: center;
}
.functions-show .subtitle {
  font-size: 18px;
  color: #1E2539;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 60px;
  margin-top: 20px;
  text-align: center;
}
.functions-show .subtitle .subtitleText {
  font-size: 22px;
  color: #1e2539;
  padding: 0 18px;
}
.functions-show .pic-list {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.functions-show .pic-list .recommend {
  position: relative;
}
.functions-show .pic-list .recommend:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -4px;
  width: 64px;
  height: 64px;
  background: url("./img/function_icon_nor_recommended.png") no-repeat;
  background-size: cover;
  /*opacity: .7;*/
}
.functions-show .pic-list .pic-item:hover {
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.2);
}
.functions-show .pic-list .pic-item:nth-child(7n+7) {
  margin-right: 0px;
}
.functions-show .pic-list .pic-item {
  float: left;
  width: 160px;
  height: 160px;
  padding-top: 50px;
  text-align: center;
  background: #F8F9FA;
  border-radius: 2px;
  margin-right: 40px !important;
  margin-bottom: 13px;
  color: #000000;
}
.functions-show .pic-list .pic-item p {
  text-align: center;
}
.functions-show .pic-list .pic-item .icon_encrypt, .functions-show .pic-list .pic-item .icon_unlock, .functions-show .pic-list .pic-item .icon_p-to-h, .functions-show .pic-list .pic-item .icon_decode {
  color: #33B0FF;
}
.functions-show .pic-list .pic-item .icon_watermark, .functions-show .pic-list .pic-item .icon_compress {
  color: #FF4F4F;
}
.functions-show .pic-list .pic-item .icon_pdfimage, .functions-show .pic-list .pic-item .icon_p-to_pic, .functions-show .pic-list .pic-item .icon_p-to-p {
  color: #0FC0C5;
}
.functions-show .pic-list .pic-item .icon_merge, .functions-show .pic-list .pic-item .icon_segmentation, .functions-show .pic-list .pic-item .icon_extract {
  color: #7961F2;
}
.functions-show .pic-list .pic-item .icon_p-to-w, .functions-show .pic-list .pic-item .icon_w-to-p {
  color: #3377FF;
}
.functions-show .pic-list .pic-item .icon_p-to-ppt, .functions-show .pic-list .pic-item .icon_ppt-to-p {
  color: #FF5722;
}
.functions-show .pic-list .pic-item .icon_p-to-e, .functions-show .pic-list .pic-item .icon_e-to-p {
  color: #00B657;
}
.functions-show .pic-list .pic-item .icon_p-to-t {
  color: #FFB049;
}
.functions-show .pic-list .pic-item .iconfont {
  font-size: 36px;
}
.functions-show .pic-list .pic-item .fn-name {
  margin-top: 30px;
  font-size: 16px;
  line-height: 16px;
}

footer {
  background: #131D2B;
  min-width: 1200px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 25px 0;
}
footer .add_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
footer .add_box p {
  line-height: 20px;
  display: flex;
  align-items: center;
}
footer .add_box p:first-child:after {
  margin-left: 25px;
}
footer .add_box p.add_version {
  margin-left: 25px;
}
footer .add_box p.add_version:after {
  margin-left: 25px;
}
footer .add_box p a {
  padding: 0 25px;
  cursor: pointer;
}
footer .add_box p:not(:last-child):after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  background: rgba(161, 165, 171, 0.5);
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.fixed-top {
  background-image: -o-linear-gradient(top, #FF6958 0%, #FF4F4F 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6958), to(#FF4F4F));
  background-image: linear-gradient(-180deg, #FF6958 0%, #FF4F4F 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  -webkit-box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  position: fixed;
  bottom: 50px;
  right: 8px;
  width: 88px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.fixed-top .line {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  width: 68px;
  margin: 0 auto;
}
.fixed-top .fixed-item {
  padding: 0 8px;
  position: relative;
}
.fixed-top .fixed-item .hover_box {
  width: 164px;
  height: 289px;
  background: url("./img/image_download_rightbj@2x.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -158px;
  top: -93px;
  padding-top: 21px;
  box-sizing: border-box;
  display: none;
  padding-right: 8px;
}
.fixed-top .fixed-item .hover_box .hover_item {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-top .fixed-item .hover_box .hover_item img {
  width: 96px;
  height: 96px;
}
.fixed-top .fixed-item:hover {
  background: #FF6957;
}
.fixed-top .fixed-item:hover .hover_box {
  display: block;
}
.fixed-top .fixed-item:active {
  background: #D94141;
  color: #CCCCCC;
}
.fixed-top .fixed-item:active .iconfont {
  color: #CCCCCC;
}
.fixed-top .fixed-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-top .fixed-item a > img {
  width: 30px;
  height: 30px;
}
.fixed-top .fixed-item a:first-child p {
  font-size: 13px;
}
.fixed-top .fixed-item .iconfont {
  font-size: 28px;
  line-height: 1;
}
.fixed-top .fixed-item p {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
}

/*新增内容*/
.fixed-center {
  display: flex;
  justify-content: center;
}

.btn-download {
  display: block;
  width: 170px;
  height: 45px;
  background: #ff4f4f;
  border-radius: 2px;
  color: white;
  font-size: 16px;
}

.btn-download:hover {
  background: #FF4F4F;
  box-shadow: 0px 8px 30px 0px rgba(154, 44, 44, 0.38);
}

.nav-wrapper {
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.nav-wrapper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-wrapper.fixed_header {
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.06);
}
.nav-wrapper .navbar-left {
  line-height: 64px;
}
.nav-wrapper .navbar-left img {
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 10px;
}
.nav-wrapper .navbar-left .pro-name {
  vertical-align: middle;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
}
.nav-wrapper .navbar-right {
  float: right;
  display: flex;
  align-items: center;
}
.nav-wrapper .navbar-right .img_text {
  background: #FFFFFF;
  box-shadow: 0px 5px 14px 0px rgba(217, 186, 172, 0.34);
  border-radius: 4px;
  border: 1px solid #FFA7A7;
  font-size: 16px;
  color: #363636;
  width: 150px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
}
.nav-wrapper .navbar-right .img_text:hover {
  background: #FFEFEF;
}
.nav-wrapper .navbar-right .img_text:hover .hover_box {
  display: flex;
}
.nav-wrapper .navbar-right .img_text .hover_box {
  width: 289px;
  height: 174px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: url("./img/image_download_bj@2x.png") center no-repeat;
  background-size: cover;
  display: none;
  justify-content: space-between;
  padding: 35px 41px 0 27px;
  box-sizing: border-box;
}
.nav-wrapper .navbar-right .img_text .hover_box .hover_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  line-height: 17px;
}
.nav-wrapper .navbar-right .img_text .hover_box .hover_item img {
  width: 96px;
  height: 96px;
}
.nav-wrapper .navbar-right a {
  width: 150px;
  height: 44px;
  background: #FF4F4F;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
}
.nav-wrapper .navbar-right a:hover {
  box-shadow: 0px 8px 30px 0px rgba(154, 44, 44, 0.38);
}
.nav-wrapper .navbar-right a .iconfont {
  font-size: 16px;
  margin-right: 15px;
}

.banner-wrapper {
  height: 679px;
  background: url(./img/banner_bg_image.png) no-repeat center;
  background-size: cover;
  padding-top: 64px;
  box-sizing: border-box;
}
.banner-wrapper .banner-content {
  padding-top: 47px;
}
.banner-wrapper .banner-content .banner-left {
  width: 596px;
  float: left;
}
.banner-wrapper .banner-content .banner-left .pro-name {
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  line-height: 65px;
  margin-bottom: 17px;
}
.banner-wrapper .banner-content .banner-left .pro-character {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
  letter-spacing: 5px;
  margin-bottom: 24px;
}
.banner-wrapper .banner-content .banner-left .pro-fn {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 32px;
  margin-bottom: 14px;
}
.banner-wrapper .banner-content .banner-left .dl_box {
  display: flex;
  align-items: center;
}
.banner-wrapper .banner-content .banner-left .dl_box p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  margin-left: 44px;
}
.banner-wrapper .banner-content .banner-left .dl_box p span {
  font-size: 20px;
  color: #FF4F4F;
  font-weight: 600;
}
.banner-wrapper .banner-content .banner-left .btn-download {
  width: 240px;
  height: 64px;
  background: #FF4F4F;
  border-radius: 8px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.banner-wrapper .banner-content .banner-left .btn-download .iconfont {
  font-size: 24px;
  margin-right: 10px;
}
.banner-wrapper .banner-content .banner-left .btn-download:hover {
  box-shadow: 0px 8px 30px 0px rgba(154, 44, 44, 0.38);
}
.banner-wrapper .banner-content .banner-left .show_list {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
}
.banner-wrapper .banner-content .banner-left .show_list li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
  display: flex;
  align-items: center;
}
.banner-wrapper .banner-content .banner-left .show_list li:not(:last-child) {
  margin-right: 28px;
}
.banner-wrapper .banner-content .banner-left .show_list li img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
}
.banner-wrapper .banner-content .banner-left .version-info p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(5, 5, 5, 0.7);
  line-height: 24px;
}
.banner-wrapper .banner-content .banner-right {
  float: right;
}
.banner-wrapper .banner-content .banner-right img {
  width: 600px;
}

.service-wrapper {
  background: url(./img/home_bg_nor_advantages.png) no-repeat center;
  background-size: cover;
  padding-bottom: 35px;
}
.service-wrapper .module-title {
  padding: 94px 0 64px;
  font-size: 36px;
  font-weight: 600;
  color: black;
  line-height: 36px;
  text-align: center;
}
.service-wrapper .service-content .fixed-item:first-child img {
  width: 579px;
  height: 412px;
}
.service-wrapper .service-content .fixed-item {
  width: 579px;
  height: 412px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.service-wrapper .service-content .fixed-item img {
  width: 626px;
}
.service-wrapper .service-content .fixed-item p {
  width: 320px;
}
.service-wrapper .service-content .fixed-item .service-word {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
  color: black;
  line-height: 22px;
  margin-bottom: 24px;
  height: 22px;
}
.service-wrapper .service-content .fixed-item .service-word .iconfont {
  font-size: 30px;
  margin-right: 15px;
  color: #ff5c53;
  vertical-align: middle;
}
.service-wrapper .service-content .fixed-item .service-word-content {
  font-size: 16px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 30px;
  height: 60px;
}

.evaluate-container {
  background-image: url(./img/home_bg_nor_evaluation.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 40px;
}
.evaluate-container .container {
  position: relative;
}
.evaluate-container #swiperContent {
  position: relative;
}
.evaluate-container .module-title {
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
  padding-top: 67px;
  text-align: center;
  font-weight: 600;
}
.evaluate-container .swiper-container {
  width: 1200px;
  padding: 67px 0 36px;
}
.evaluate-container .swiper-container li {
  width: 398px;
  height: 203px;
  background: #FFFFFF;
  padding: 20px 36px;
  box-sizing: border-box;
  border-radius: 7px;
  text-align: center;
}
.evaluate-container .swiper-container li:after {
  content: "";
  position: absolute;
  background: url("./img/home_bg_nor_evaluation.png") no-repeat center;
  background-size: cover;
}
.evaluate-container .swiper-container .icon-evaluation_bg_symbol_on, .evaluate-container .swiper-container .icon-evaluation_bg_symbol_under {
  position: absolute;
  font-size: 32px;
  color: #F9FAFB;
}
.evaluate-container .swiper-container .icon-evaluation_bg_symbol_on {
  left: 19px;
  top: 19px;
}
.evaluate-container .swiper-container .icon-evaluation_bg_symbol_under {
  right: 19px;
  bottom: 19px;
}
.evaluate-container .swiper-container .swiper-slide-active {
  box-shadow: 0 2px 29px 0 rgba(20, 21, 45, 0.28);
}
.evaluate-container .evaluate-user {
  text-align: center;
  padding-bottom: 20px;
}
.evaluate-container .evaluate-user img {
  width: 50px;
  height: 50px;
}
.evaluate-container .evaluate-content {
  width: 326px;
  font-size: 15px;
  color: #6D6C7D;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 20px;
}
.evaluate-container .line {
  width: 19px;
  height: 1px;
  background: #ff6556;
  border-radius: 1px;
  margin: 0 auto 8px;
}
.evaluate-container .name {
  font-size: 14px;
  color: #4A4A4A;
}
.evaluate-container .btn-download {
  width: 240px;
  height: 64px;
  background: #FF4F4F;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  margin: 0 auto;
}
.evaluate-container .btn-download .iconfont {
  font-size: 24px;
  margin-right: 10px;
}

.oprate-wrapper {
  padding-top: 87px;
}
.oprate-wrapper .module-title {
  font-size: 36px;
  color: black;
  text-align: center;
  font-weight: 600;
}
.oprate-wrapper .subtitle {
  padding: 14px 0 17px;
  font-size: 18px;
  text-align: center;
  color: #1E2539;
}
.oprate-wrapper .bg-location {
  background: url(./img/step_bj_image.jpg) no-repeat center;
  background-size: cover;
  height: 522px;
  padding-top: 64px;
  box-sizing: border-box;
}
.oprate-wrapper .bg-location .oprate-content .pc-wrapper {
  float: left;
  width: 583px;
  height: 409px;
  position: relative;
  margin-left: 100px;
  box-shadow: 0px 9px 14px 0px #CCCCCC;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oprate-wrapper .bg-location .oprate-content .pc-wrapper .video-container {
  width: 587px;
  height: 412px;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
}
.oprate-wrapper .bg-location .oprate-content .pc-wrapper .video-container .play-btn {
  position: absolute;
  color: #FFFFFF;
  font-size: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  border-radius: 100%;
  transition: box-shadow 0.3s linear;
}
.oprate-wrapper .bg-location .oprate-content .pc-wrapper .video-container .play-btn:hover {
  box-shadow: 0px 7px 20px 6px rgba(255, 255, 255, 0.3);
}
.oprate-wrapper .bg-location .oprate-content .pc-wrapper .video-intro {
  width: 587px;
  height: 412px;
  display: block;
}
.oprate-wrapper .bg-location .oprate-content .new-animation {
  float: left;
  margin: 32px 0 0 78px;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .line-wrapper {
  float: left;
  height: 340px;
  width: 20px;
  overflow: hidden;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .line {
  height: 332px;
  width: 4px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  margin: 0 auto;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .line .line-move {
  height: 332px;
  width: 4px;
  background: #FF5C53;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: -340px;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .line .line-move:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF5C53;
  position: absolute;
  left: -2px;
  bottom: 0px;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .line .line-move:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #FF5C53;
  position: absolute;
  left: -6px;
  bottom: -4px;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .word-explain {
  float: left;
  margin-left: 20px;
  padding-top: 12px;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .word-explain p {
  margin-bottom: 82px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.oprate-wrapper .bg-location .oprate-content .new-animation .word-explain p:hover {
  font-weight: 600;
  color: #FF504F;
}

.spread-i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin-left: -125px;
  margin-top: -125px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
