html, body {
  font-family: "微软雅黑";
}
a, a:hover {
  text-decoration: none;
}
.pdfkits-header {
  height: 80px;
  box-shadow: 0px 3px 5px 0px rgba(100, 165, 250, 0.05);
}
.pdfkits-header-container {
  width: 1420px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pdfkits-header-item {
  color: #555;
  outline: none;
  text-decoration: none;
  font-size: 14px;
}
.pdfkits-header-item + .pdfkits-header-item {
  margin-left: 40px;
}
.pdfkits-header-item:hover {
  color: #fe7026;
}

.pdfkits-header-login-btn {
  background: #FFFFFF;
  border: 1px solid #005CFF;
  border-radius: 2px;
  color: #005CFF;
  padding: 8px 16px;
}

/* banner图 */
.pdfkits-banner {
  background: url('./images/L1@2x.png') no-repeat;
  background-size: 100% 100%;
}
.pdfkits-banner-container {
  height: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #fff;
}
.pdfkits-banner-container h1 {
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0px;
}
.pdfkits-banner-container h2 {
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 18px 0 23.5px;
}
.pdfkits-banner-container h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0px;
  margin-bottom: 32.5px;
  max-width: 34em;
}

.pdfkits-banner-container .pdfkits-banner-btn {
  width: 160px;
  height: 48px;
  border-radius: 24px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #ffffff;
  background-color: #ffffff;
  color: #ff9234;
}

/* 功能优势 */
.pdfkits-advantages {
  background: #F4F9FF;
  overflow: hidden;
}
.pdfkits-advantages-neice {
  font-size: 14px;
  color: #6E6F82;
  letter-spacing: 4px;
  font-weight: 400;
}

.pdfkits-advantages-title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.pdfkits-advantages-container {
  width: 1200px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}
.pdfkits-advantages-container li {
  width: 210px;
  border-radius: 4px 4px 0 0;
  list-style-type: none;
}
.pdfkits-advantages-container li + li {
  margin-left: 2px;
}
.vip-title {
  height: 120px;
  margin-bottom: 2px;
  background-color: #ffffff;
}
.vip-item {
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #6E6F82;
  background-color: #ffffff;
}
.vip-item-check {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
.yonghu {
  background: url("images/plain@2x.png") no-repeat;
  background-size: contain;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.vip1 {
  background: url("images/vip1@2x.png") no-repeat;
  background-size: contain;
}
.vip2 {
  background: url("images/vip2@2x.png") no-repeat;
  background-size: contain;
}
.yonghu img {
  width: 100%;
  height: 100%;
}
.vip-title-text {
  font-size: 18px;
  color: #2B3544;
  text-align: center;
  line-height: 65px;
}
.vip-item-background {
  background: #F8FAFD;
}
.quanyi {
  font-size: 18px;
  color: #2B3544;
  text-align: center;
  line-height: 120px;
  font-weight: 500;
}

.pdfkits-advantages h2 {
  font-size: 36px;
  color: #2B3544;
  letter-spacing: 0;
  text-align: center;
  line-height: 36px;
  font-weight: 500;
  padding-top: 40px;
}

.pdfkits-advantages-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pdfkits-advantages-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 48px;
  font-size: 18px;
  border-radius: 24px;
  margin: 40px 0 60px;
  color: #fefefe;
  background-color: #fe8a26;
}

.pdfkits-bottom-banner {
  background: #f5f5f5;
}
.pdfkits-bottom-banner_container {
  width: 1200px;
  height: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdfkits-bottom-banner_container img {
  width: 670px;
  height: 400px;
}
.pdfkits-bottom-banner_container h2 {
  font-size: 52px;
  line-height: 52px;
  letter-spacing: 0px;
  color: #333333;
  padding: 45px 0 24px;
  position: relative;
}
.pdfkits-bottom-banner_container h3 {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #808080;
}

/* 底部 */
.pdfkits-copyright {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666;
  border-top: solid 1px #1b1b1f;
  background-color: #161732;
}
.pdfkits-copyright a {
  color: #666;
}
