﻿@charset "utf-8";

/* .shakeX {
  animation-name: shakeX !important;
  animation-duration: 1s !important;
}

@keyframes shakeX {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
} */

@-webkit-keyframes headShakes {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShakes {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShakes {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
  -webkit-animation-name: headShakes !important;
  animation-name: headShakes !important;
  animation-duration: 1s !important;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

.hidden-header-content {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hidden-header-left {
  display: flex;
  align-items: center;
}

.hidden-header-left h1 {
  font-size: 16px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: bold;
  color: #000000;
  margin-left: 10px;
}
.hidden-header-left img {
  width: 40px;
}

#header-title-h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #161a23;
  margin-top: 3px;
  font-weight: 700;
}
.header-title span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #161a23;
}

.hidden-header-right {
  display: flex;
  align-items: center;
}
.hidden-header-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 40px;
  background: linear-gradient(90deg, #ff6701 0%, #d8eb14 100%);
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  font-size: 16px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  color: #ffffff;
}
.hidden-header-right a:hover {
  background: linear-gradient(90deg, #d8eb14 0%, #ff6701 100%);
}
.hidden-header-right a img {
  width: 20px;
  margin-right: 10px;
}
.hidden-header-right p {
  font-size: 18px;
  font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
  letter-spacing: 1px;
  margin-right: 18px;
}

/* herder-box */

.header-right {
  display: flex;
  align-items: center;
}

.header-right > span {
  font-size: 18px;
}

.header-right a img {
  width: 20px;
  margin-right: 5px;
}

.header-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 40px;
  background: #19d0b2;
  border-radius: 30px 30px 30px 30px;
  opacity: 1;
  font-size: 18px;
  font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
  color: #ffffff;

  margin-left: 15px;
}

.header-box .header-right a:hover {
  color: #f4af4f;
}

.header-box .header-right a {
  background: none;
}

.header-right-tag {
  margin-right: 30px;
  font-size: 16px !important;
  cursor: default;

  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  cursor: default;
}

/* banner */
.banner {
  width: 100%;
  height: 840px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../imgs/bg.png) no-repeat center/cover;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left img {
  width: 40px;
  margin-right: 13px;
}

.header-left h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  /* color: #ffffff; */
}

.banner-content {
  /* margin-top: -60px; */
  /* padding-top: 150px; */
  padding-top: 90px;
  box-sizing: border-box;
  height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}
.banner .banner-content > img {
  width: 678px;
}

.banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;
}

.banner-text > p {
  color: #3c3c3c;
  font-family: Microsoft YaHei;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 49px */
}

.banner_text_label {
  position: absolute;
  background: url(../imgs/label.png) no-repeat;
  width: 115px;
  height: 45px;
  box-sizing: border-box;
  top: -40px;
  right: -40px;

  display: flex;
  justify-content: center;
  /* align-items: center; */
}
.banner_text_label span {
  margin-top: 5px;

  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 17.627px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner-text ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 42px 0;
  width: 452px;

  width: 380px;
  height: 62px;
  flex-shrink: 0;
}
.banner-text ul li {
  /* display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 22px;
  width: 209px;
  color: #595959;
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 18px;
  letter-spacing: 0.36px; */

  color: #595959;
  text-align: right;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
}
.banner-text ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
.banner-text ul li img {
  margin-right: 9px;
  width: 16px;
}
.down-btn {
  display: flex;
  align-items: center;
  /* margin-bottom: 35px; */
  justify-content: center;

  width: 452px;
  box-sizing: border-box;
}
.down-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 20px; */
  padding: 15px 47px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #19d0b2;
  color: #fff;
  font-family: Microsoft YaHei;
  border: 2px solid transparent;
  font-size: 20px;
}
.down-btn a:last-child {
  /* margin-right: 0; */
}
.down-btn a img {
  margin-right: 16px;
  width: 30px;
}
.down-btn a:nth-child(2) {
  color: #19d0b2;
  border: 2px solid #19d0b2;
  background-color: #effffc;
}
.banner > span {
  color: #595959;
  font-family: Microsoft YaHei;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.banner-num-box {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* width: 415px; */
  margin-top: 45px;
}

.banner-num-box p {
  color: #595959;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  letter-spacing: 0.36px;
}
.banner-num-box p:nth-child(1) {
  margin-right: 30px;
}
.system {
  margin-top: 15px;
  display: flex;
  /* justify-content: space-between; */
  /* justify-content: space-evenly; */
  align-self: self-start;
  /* width: 43%; */
  width: 514px;
}
.system > p {
  color: #595959;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.28px;
}

.system > p:nth-child(1) {
  margin-right: 40px;
}

.banner-num-box p span {
  color: #595959;
  font-family: Microsoft YaHei;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.54px;
}

/* menu */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 88px 0;
  box-sizing: border-box;
  background: url(../imgs/menu-bg.png) no-repeat center/cover;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;

  width: 1096px;
}
.menu ul li {
  display: flex;
  flex-direction: column;
  padding: 24px 32px;
  margin-bottom: 24px;
  margin-right: 24px;
  width: 200px;
  height: 130px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 11.9px 0px rgba(190, 190, 190, 0.25);
  color: #3c3c3c;
  font-family: Source Han Sans CN;
  font-size: 20px;
  transform: translateY(0);
  transition: all 0.3s;
}
.menu ul li:nth-child(n + 6) {
  margin-bottom: 0;
}
.menu ul li:nth-child(5n) {
  margin-right: 0;
}
.menu ul li img {
  margin-bottom: 10px;
  width: 50px;
}
.menu ul li:hover {
  transform: translateY(-10px);
}

/* example */
.example {
  position: relative;
  padding-top: 204px;
  box-sizing: border-box;
  background-color: #fff;
}
.example-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.example-common {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 246px;
}
.example-even {
  margin-left: 260px;
}
.example-img-box {
  position: relative;
  width: 700px;
  height: 106px;
  border-radius: 10px;
  background: #f6f6f6;
}
.example-img-box img {
  position: absolute;
  top: -236px;
  left: 64px;
  width: 557px;
}
.example-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 22px;
  height: 355px;
}
.example-text p {
  color: #3c3c3c;
  font-family: Source Han Sans CN;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%; /* 60px */
  z-index: 10;
}
.example-text span {
  display: inline-block;
  margin: 29px 0;
  width: 353px;
  color: #878787;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}
.example-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 47px;
  box-sizing: border-box;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 20px;
  border-radius: 10px;
  background-color: #19d0b2;
}
.example-text a img {
  margin-right: 16px;
  width: 30px;
}
.example-odd .example-img-box {
  margin-right: 52px;
}
.example-even .example-img-box {
  margin-left: 52px;
}
.example > img {
  position: absolute;
}
.example > img:nth-child(2) {
  top: 99px;
  right: 559px;
}
.example > img:nth-child(3) {
  top: 776px;
  left: 502px;
}
.example > img:nth-child(4) {
  top: 566px;
  right: 465px;
}
.example > img:nth-child(5) {
  top: 1193px;
  left: 637px;
}
.example > img:nth-child(6) {
  top: 1345px;
  right: 414px;
}

/* 轻松几步搞定电子书 转换器 */
.introduce {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px;
  box-sizing: border-box;
  background-color: #fafafa;
  background: url(../imgs/menu-bg.png) no-repeat center/cover;
}
.introduce h1 {
  color: #3c3c3c;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%; /* 60px */
}
.introduce ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.introduce ul li {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 19px 30px 25px;
  box-sizing: border-box;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 4px 19.2px 0px rgba(180, 180, 180, 0.25);
  transform: translateY(0);
  transition: all 0.3s;
}
.introduce ul li:hover {
  transform: translateY(-10px);
}
.introduce ul li p {
  color: #3c3c3c;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
.introduce ul li span {
  display: inline-block;
  margin-top: 22px;
  margin-bottom: 26px;
  color: #878787;
  font-family: Source Han Sans CN;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.introduce ul li img {
  width: 297px;
  border-radius: 12px;
  opacity: 0.8;
  background: linear-gradient(180deg, #e3e3ff 0%, #e7ddff 100%);
}
.introduce ul li + li {
  margin-left: 60px;
}

/* 海量电子书一键轻松转 */
.footer-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  box-sizing: border-box;
  background: url(../imgs/footer-down-bg.png) no-repeat center/cover;
}
.footer-down h1 {
  color: #3c3c3c;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 38px */
  letter-spacing: 0.76px;
}
.footer-down a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding: 13px 47px;
  box-sizing: border-box;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  border-radius: 10px;
  background-color: #19d0b2;
}
.footer-down a img {
  margin-right: 16px;
  width: 30px;
}

/* 评价 */
.assess-box {
  background: linear-gradient(90deg, #f4f6f8 0%, #fff 154.92%);
  width: 100%;
  padding-bottom: 110px;
  box-sizing: border-box;
}

.assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}
.shadow {
  position: absolute;
  top: 396px;
  left: 26px;
  width: 1147px;
  height: 30px;
  background-color: #fff;
  z-index: 10;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 30px;
  border: 2px solid transparent;
  fill: #fff;
  filter: drop-shadow(0px 0px 14px rgba(186, 186, 186, 0.25));
}

.assess-star h1 {
  margin-bottom: 24px;
  color: #111;
  font-family: Microsoft YaHei UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 100%;
  height: 1px;
  background: #2f3458;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
  opacity: 0.15;
  background: #b1b1b1;
}

.assess-content ul:nth-child(1) li p {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-transform: lowercase;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  border: 2px solid #fff;
  border-radius: 7px;
}
.assess-content ul:nth-child(1) li i.show {
  display: block;
}

.left1 {
  left: 82px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 482px;
}

.left4 {
  left: 686px;
}

.left5 {
  left: 874px;
}

.left6 {
  left: 1073px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}
.assess-content ul:nth-child(2) li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
}
.assess-content ul:nth-child(2) li:hover {
  border: 3px solid transparent;
}
.assess-content ul:nth-child(2) li img {
  margin-top: 2.5px;
  width: 76px;
  height: 76px;
}
.assess-content ul:nth-child(2) li img:nth-child(2) {
  position: absolute;
  top: -7px;
  left: -4.8px;
  width: 90px;
  height: 90px;
  display: none;
}

.assess-content ul:nth-child(2) li p {
  display: inline-block;
  width: 96px;
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  text-transform: lowercase;
}
