/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
.pdf-content {
  width: 1200px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .pdf-content {
    width: 92%;
  }
}
.pdf-icon-set {
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.fastcadreader.com/pdf/web/images/icon/homepage/set_20250407.svg);
}
.pdf-icon-set.pdf-vip-download-win {
  height: 26px;
  width: 26px;
  background-position: -216px -194px;
}
.pdf-icon-set.pdf-vip-download-mac {
  height: 26px;
  width: 26px;
  background-position: -252px -194px;
}
.pdf-icon-set.pdf-most-popular-icon {
  height: 50px;
  width: 166px;
  background-position: 0px -474px;
  position: absolute;
  right: -13px;
  top: -14px;
}
.pdf-icon-set.key-features-icon {
  height: 18px;
  width: 18px;
  background-position: -112px -558px;
}
.pdf-icon-set.contact-sales-icon {
  height: 50px;
  width: 74px;
  background-position: 0px -586px;
}
.pdf-icon-arrow {
  display: inline-block;
  width: 30px;
  height: 26px;
  background-repeat: no-repeat;
  transform: scale(0.5);
  background-size: auto;
  margin-left: 5px;
}
.pdf-icon-arrow.arrow-white {
  background-position: -36px -230px;
}
.pdf-icon-arrow.arrow-gray {
  background-position: 0px -298px;
}
.pdf-icon-arrow.arrow-purchase {
  background-position: -36px -230px;
  margin-top: unset;
  margin-left: unset;
}
.pdf-icon-arrow.arrow-purchase-table {
  width: 18px;
  height: 16px;
  margin-left: unset;
  transform: scale(1);
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .pdf-icon-arrow.arrow-purchase-table {
    transform: scale(0.8);
    margin-right: unset;
  }
}
.pdf-icon-arrow.purchase-table-open {
  background-position: 0px -560px;
}
.pdf-icon-arrow.purchase-table-close {
  background-position: -28px -560px;
}
.pdf-icon-download {
  margin-left: 10px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 28px;
  width: 34px;
  overflow: hidden;
  background-size: auto;
}
.pdf-icon-download.pdf-windows-icon {
  background-position: -144px -192px;
}
.pdf-icon-download.pdf-windows-icon:hover,
.pdf-icon-download.pdf-windows-icon.selected {
  background-position: -72px -192px;
}
.pdf-icon-download.pdf-mac-icon {
  background-position: -180px -192px;
}
.pdf-icon-download.pdf-mac-icon:hover,
.pdf-icon-download.pdf-mac-icon.selected {
  background-position: -108px -192px;
}
.pdf-icon-header {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
  background-size: auto;
}
.pdf-icon-header.pdf-icon-mine {
  background-position: 0px -32px;
}
.pdf-icon-header.pdf-icon-mine:hover,
.pdf-icon-header.pdf-icon-mine.selected {
  background-position: -68px -32px;
}
.pdf-icon-header.pdf-icon-help {
  background-position: -34px -32px;
}
.pdf-icon-header.pdf-icon-help:hover,
.pdf-icon-header.pdf-icon-help.selected {
  background-position: -104px -32px;
}
.pdf-vip-description {
  width: 18px;
  height: 18px;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  transform: scale(1.2);
}
@media only screen and (max-width: 700px) {
  .pdf-vip-description {
    transform: scale(1);
  }
}
.checked {
  background-position: -56px -558px;
}
.unchecked {
  background-position: -84px -558px;
}
.pdf-vip-function-detail {
  width: 14px;
  height: 14px;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 -534px;
  transform: scale(1);
  margin-left: 5px;
}
.function-detail {
  display: none;
  position: absolute;
  transform: translate(15%, 0%);
  padding: 10px;
  white-space: normal;
  max-width: 200px;
  z-index: 100;
  border-radius: 7px;
  background: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #FFFFFF;
  text-align: left;
  text-indent: 0;
}
.pdf-vip-function-detail:hover + .function-detail,
.function-detail:hover {
  display: inline-block;
}
.pdf-footer {
  position: absolute;
  left: 0;
  right: 0;
  background: #1D2B38;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 12px;
}
.pdf-footer .pdf-desc {
  overflow: hidden;
  margin: 60px auto 30px auto;
  display: flex;
  max-width: 1200px;
  width: 100%;
  flex-direction: row;
  height: 100%;
  justify-content: center;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-footer .pdf-desc {
    width: 96%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-footer .pdf-desc {
    display: none;
  }
}
.pdf-footer .pdf-desc .pdf-desc-item-container {
  display: flex;
  flex-grow: 1;
}
.pdf-footer .pdf-desc .pdf-desc-item-container.last-pdf-desc-item {
  flex-grow: unset;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item {
  float: left;
  height: 300px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item.company-footer-height {
  height: 270px;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > .pdf-item-title {
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > .pdf-item-title {
    font-size: 16px;
  }
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > .pdf-item-title.other-product {
  top: 20px;
  position: relative;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > li {
  margin-top: 15px;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > li.download-logo-item {
  margin-top: 8px;
  flex-direction: column;
  display: flex;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > li > a {
  margin: 0;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > li > a > i {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 28px;
  width: 24px;
  transform: scale(0.6);
  overflow: hidden;
}
.pdf-footer .pdf-desc .pdf-desc-item-container .pdf-desc-item > li > a > img {
  top: 12px;
  position: relative;
  height: 32px;
  width: 140px;
}
.pdf-footer > .pdf-copyright {
  border-top: 1px solid #111D27;
  height: 81px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .pdf-footer > .pdf-copyright {
    padding: 5px 10px;
    line-height: 35.5px;
  }
}
.pdf-footer > .pdf-copyright .pdf-copyright-content {
  width: 98%;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .pdf-footer > .pdf-copyright .pdf-copyright-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.pdf-footer > .pdf-copyright > a {
  text-decoration: underline;
}
.pdf-header {
  background-color: #FFFFFF;
  z-index: 10;
  display: flex;
  height: 70px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1165);
  justify-content: center;
  flex: 1;
  position: relative;
}
.pdf-header.pdf-pdf {
  background-color: #01142E;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-header {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-header {
    height: 55px;
  }
}
.pdf-header .pdf-header-wrap {
  line-height: 68px;
  width: 1200px;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-header .pdf-header-wrap {
    width: 94%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-header .pdf-header-wrap {
    line-height: 55px;
    width: 98%;
  }
}
.pdf-header .pdf-header-wrap > * {
  float: left;
}
.pdf-header .pdf-header-wrap > .pdf-logo {
  margin-top: 10px;
  display: inline-flex;
}
.pdf-header .pdf-header-wrap > .pdf-logo .pdf-icon-logo {
  width: 180px;
  height: 50px;
  background-size: auto;
  background-position: 0px -264px;
}
@media only screen and (max-width: 700px) {
  .pdf-header .pdf-header-wrap > .pdf-logo {
    margin-left: -10px;
    margin-top: 3px;
  }
  .pdf-header .pdf-header-wrap > .pdf-logo .pdf-icon-logo {
    background-size: auto;
    transform: scale(0.7);
  }
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs {
  float: right;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab {
  color: #333333;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.pdf-buy-now {
  width: 150px;
  height: 53px;
  border-radius: 7px;
  background: #006CFF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.pdf-buy-now:hover {
  background: #005BD9;
  color: #FFFFFF;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.pdf-buy-now.selected {
  color: #FFFFFF;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab:hover,
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.selected {
  color: #006CFF;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab:hover .pdf-icon-header.pdf-icon-help,
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.selected .pdf-icon-header.pdf-icon-help {
  background-position: -104px -32px;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab:hover .pdf-icon-header.pdf-icon-mine,
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.selected .pdf-icon-header.pdf-icon-mine {
  background-position: -68px -32px;
}
.pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab + .pdf-nav-tab {
  margin-left: 40px;
}
@media only screen and (max-width: 700px) {
  .pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab {
    margin-right: 10px;
    font-size: 12px;
  }
  .pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.pdf-mobile-hidden {
    display: none;
  }
  .pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab + .pdf-nav-tab {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 860px) {
  .pdf-header .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.pdf-username-hidden {
    display: none;
  }
}
.pdf-header.pdf-pdf > .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab {
  color: #FFFFFF;
}
.pdf-header.pdf-pdf > .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab:hover,
.pdf-header.pdf-pdf > .pdf-header-wrap > .pdf-nav-tabs > .pdf-nav-tab.selected {
  color: #FFFFFF;
}
.pdf-side-nav {
  width: 210px;
  height: 740px;
}
@media only screen and (max-width: 700px) {
  .pdf-side-nav {
    display: none;
  }
}
.pdf-side-nav .pdf-p-tab {
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.pdf-side-nav .pdf-p-tab:hover {
  background-color: #F0F0F0;
}
.pdf-side-nav .pdf-p-tab.pdf-p-selected {
  color: #FFFFFF;
  background-color: #0064E0;
  font-weight: 700;
}
.pdf-input,
input {
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
}
.pdf-input::placeholder,
input::placeholder {
  color: #AAAAAA;
}
.pdf-icon-input {
  position: relative;
}
.pdf-icon-input .pdf-icon {
  position: absolute;
  top: 8.5px;
  height: 23px;
  width: 23px;
  left: 10px;
  z-index: 5;
}
.pdf-icon-input .pdf-icon + input {
  padding-left: 38px;
}
.pdf-input-with-button {
  position: relative;
  padding-right: 128px;
}
.pdf-input-with-button input {
  width: 100%;
}
.pdf-input-with-button .pdf-last,
.pdf-input-with-button .pdf-last > * {
  position: absolute;
  width: 125px;
  height: 42px;
  right: 0px;
  top: 0px;
}
.pdf-input-with-button img {
  width: 100%;
  height: 100%;
}
.pdf-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.pdf-labeled-input .pdf-p-label {
  float: left;
  font-size: 18px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.pdf-labeled-input .pdf-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.pdf-labeled-input .pdf-checkbox {
  line-height: 40px;
}
.pdf-input-label {
  color: #666666;
  margin-bottom: 5px;
}
.pdf-checkbox {
  color: #666666;
  line-height: 40px;
  user-select: none;
  cursor: pointer;
}
.pdf-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
.pdf-radio {
  display: block;
  margin-top: 10px;
}
.pdf-radio input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  height: auto;
  min-height: auto;
}
button,
.pdf-btn,
input[type="submit"] {
  border: none;
  background-color: #0080CC;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}
button.pdf-p-disabled,
.pdf-btn.pdf-p-disabled,
input[type="submit"].pdf-p-disabled {
  cursor: not-allowed;
  background-color: #999999;
}
button.pdf-btn-normal,
.pdf-btn.pdf-btn-normal,
input[type="submit"].pdf-btn-normal {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 20px;
  height: 40px;
}
button.pdf-btn-large,
.pdf-btn.pdf-btn-large,
input[type="submit"].pdf-btn-large {
  font-size: 18px;
  padding: 10px 30px;
  line-height: 25px;
  height: 45px;
}
.pdf-download-btns {
  margin-top: 45px;
}
.pdf-download-btns .download-button-container .button-container-flex {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .pdf-download-btns .download-button-container .button-container-flex {
    gap: 8px;
  }
}
.pdf-download-btns .download-button-container .button-container-flex .download-button {
  display: flex;
  width: 220px;
  height: 60px;
  border-radius: 10px;
  background: #006CFF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .pdf-download-btns .download-button-container .button-container-flex .download-button {
    width: 160px;
  }
}
.pdf-download-btns .download-button-container .button-container-flex .download-button:hover,
.pdf-download-btns .download-button-container .button-container-flex .download-button.selected {
  background: #005BD9;
  color: #FFFFFF;
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon {
  margin: 10px 0 10px -5px;
  width: 40.8px;
  height: 40.8px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon > i {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  transform: scale(1);
  transform-origin: top left;
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text {
  display: flex;
  flex-direction: column;
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p {
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p {
    font-size: 14px;
  }
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span {
    font-size: 14px;
  }
}
.pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span + span {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span + span {
    font-size: 12px;
  }
}
.pdf-download-btns .download-button-container .button-container-flex .buy-button {
  width: 160px;
  height: 60px;
  border-radius: 10px;
  border: 1.12px solid #006CFF;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  color: #006CFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-download-btns .download-button-container .button-container-flex .buy-button:hover,
.pdf-download-btns .download-button-container .button-container-flex .buy-button.selected {
  background: #D9E9FF;
  color: #005BD9;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-download-btns .download-button-container .button-container-flex .buy-button {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-download-btns {
    margin-top: 20px;
  }
  .pdf-download-btns .download-button-container .button-container-flex {
    display: grid;
    grid-template-columns: repeat(2, 105px);
    grid-gap: 10px;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button {
    display: flex;
    width: 120px;
    height: 30px;
    border-radius: 10px;
    background: #006CFF;
    color: #FFFFFF;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button:hover,
  .pdf-download-btns .download-button-container .button-container-flex .download-button.selected {
    background: #005BD9;
    color: #FFFFFF;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon {
    margin: 15px 0 10px 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon > i {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 24px;
    background-repeat: no-repeat;
    transform: scale(0.6);
    transform-origin: top left;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text {
    display: flex;
    flex-direction: column;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span {
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: 500;
  }
  .pdf-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > span + span {
    margin: 0;
    font-size: 8px;
    font-weight: normal;
  }
  .pdf-download-btns .download-button-container .button-container-flex .buy-button {
    width: 100px;
    height: 35.2px;
    font-size: 11px;
  }
}
.purchase-button {
  display: flex;
  width: 162px;
  height: 46px;
  background: #006CFF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 16px;
}
.purchase-button:hover {
  background-color: #005BD9;
}
.pdf-icon-social {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: auto;
  height: 24px;
  width: 24px;
  margin-top: -5px;
  margin-right: 5px;
}
.pdf-icon-social.pdf-facebook {
  background-position: -90px -440px;
}
.pdf-icon-social.pdf-youtube {
  background-position: -30px -440px;
}
.pdf-icon-social.pdf-linkin {
  background-position: -60px -440px;
}
.pdf-icon-social.pdf-tiktok {
  background-position: 0px -440px;
}
.pdf-icon-social.pdf-ins {
  background-position: -120px -440px;
}
.pdf-icon-social.pdf-x {
  background-position: -150px -440px;
}
.pdf-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.pdf-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.pdf-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.pdf-dialog {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 500px;
  height: auto;
  background-color: #FAFAFA;
  z-index: 21;
  margin-left: -250px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-dialog {
    animation-duration: 0.4s;
    animation-name: slidein;
  }
  @keyframes slidein {
    from {
      top: 100%;
    }
  }
}
@media only screen and (max-width: 700px) {
  .pdf-dialog {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
  }
  .pdf-dialog .pdf-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FAFAFA;
  }
}
.pdf-dialog .pdf-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px;
}
.pdf-dialog .pdf-dialog-header h2,
.pdf-dialog .pdf-dialog-header h3 {
  margin: 0;
  display: inline-block;
}
.pdf-dialog .pdf-dialog-header .pdf-close {
  font-size: 16px;
  margin-right: 7px;
  margin-top: 6px;
}
.pdf-dialog .pdf-dialog-content {
  min-height: 150px;
  padding: 10px 20px;
  margin-bottom: 50px;
  height: 80%;
  overflow: auto;
}
.pdf-dialog .pdf-dialog-content.pdf-align-center {
  text-align: center;
}
.pdf-dialog .pdf-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.pdf-dialog .pdf-dialog-footer > button {
  float: right;
  margin-left: 10px;
}
.pdf-modal-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.pdf-modal-img span.pdf-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.pdf-modal-img img {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 5%;
  max-width: 100%;
  max-height: 90%;
  z-index: 21;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.pdf-coupon-activity > .pdf-dialog {
  display: block;
  width: 600px;
  height: auto;
  border: 5px solid #016FFF;
  border-radius: 5px;
  top: 380px;
  margin-left: -300px;
}
@media only screen and (max-width: 700px) {
  .pdf-coupon-activity > .pdf-dialog {
    width: 98%;
    margin-left: 1%;
    top: 200px;
  }
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-header {
  border-bottom: none;
  padding-bottom: 0;
  overflow: hidden;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-content {
  padding: 0 20px;
  margin-bottom: 0;
  min-height: auto;
  height: auto;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-content > .pdf-coupon-discount {
  margin: 0;
  color: #ff7011;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-content > .pdf-coupon-discount > span {
  font-size: 32px;
  font-weight: bolder;
  line-height: 1em;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-content > .pdf-coupon-remark {
  color: #E93524;
  font-size: 16px;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-footer {
  padding: 0;
}
.pdf-coupon-activity > .pdf-dialog > .pdf-dialog-footer > .pdf-btn.pdf-receive {
  width: 100%;
  background-color: #016FFF;
  color: #FFFFFF;
  border-radius: 0;
}
@media only screen and (max-width: 700px) {
  .pdf-coupon-activity > .pdf-dialog > .pdf-dialog-footer {
    position: relative;
  }
}
.pdf-coupon > .pdf-dialog {
  display: block;
  width: 600px;
  height: auto;
  border-radius: 5px;
  top: 380px;
  margin-left: -300px;
}
@media only screen and (max-width: 700px) {
  .pdf-coupon > .pdf-dialog {
    width: 98%;
    margin-left: 1%;
    top: 200px;
  }
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-header {
  background-color: #016FFF;
  color: #FFFFFF;
  overflow: hidden;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-header h3 {
  font-size: 16px;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-header .pdf-close {
  margin-top: 0px;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-content {
  margin-bottom: 0px;
  min-height: auto;
  height: auto;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-content .pdf-coupon-discount {
  color: #ff7011;
  font-size: 16px;
  font-weight: bolder;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-footer {
  border: none;
  text-align: center;
  padding-bottom: 20px;
}
.pdf-coupon > .pdf-dialog > .pdf-dialog-footer > .pdf-btn {
  float: none;
  margin-left: 0;
  background-color: #016FFF;
  color: #FFFFFF;
  border: 1px solid #016FFF;
}
@media only screen and (max-width: 700px) {
  .pdf-coupon > .pdf-dialog > .pdf-dialog-footer {
    position: relative;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide {
  display: none;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide {
    height: 130px;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide > img {
  display: block;
  margin: auto;
  max-width: none;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translate(-50%, 0);
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.selected {
  display: block;
}
.pdf-carousel > .pdf-carousel-nav {
  display: block;
  padding: 0;
  position: relative;
  margin: -40px auto 40px;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel > .pdf-carousel-nav {
    margin: -22px auto 3px;
  }
}
.pdf-carousel > .pdf-carousel-nav > li {
  background: #FFFFFF;
  width: 25px;
  height: 5px;
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  opacity: .3;
  filter: alpha(opacity=30);
}
.pdf-carousel > .pdf-carousel-nav > li.selected {
  background: #F0F0F0;
  opacity: .6;
  filter: alpha(opacity=60);
}
.pdf-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 60px;
  margin-top: 40px;
  background: #006CFF;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.pdf-dropdown-header > span {
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}
.pdf-dropdown-header:hover {
  background-color: #0058DD;
}
.pdf-dropdown-content {
  display: none;
  position: absolute;
  width: 158px;
  z-index: 10;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 2px 4px rgba(184, 184, 184, 0.5);
}
.pdf-dropdown-content .content-label {
  background-color: #FFFFFF;
}
.pdf-dropdown-content .content-label:hover {
  background-color: rgba(1, 111, 255, 0.14);
}
.pdf-dropdown-content .content-label span {
  color: #333333;
  height: 46px;
  width: 158px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.pdf-dropdown-header:hover + .pdf-dropdown-content,
.pdf-dropdown-content:hover {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font: 14px "Roboto", "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
body * {
  font-family: "Roboto", "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.pdf-link {
  color: #0080CC;
  text-decoration: underline;
}
h1 {
  font-size: 32px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.pdf-float-left {
  float: left;
}
.pdf-float-right {
  float: right;
}
.pdf-green {
  color: #6ABA38;
}
.pdf-hidden {
  display: none;
}
@media only screen and (max-width: 700px) {
  .pdf-mobile-hidden {
    display: none;
  }
}
.pdf-alert {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  color: #777777;
  border: 1px solid #666666;
}
.pdf-alert.pdf-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.pdf-alert.pdf-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.pdf-alert.pdf-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.pdf-alert.pdf-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.pdf-color-red {
  color: #E93524;
}
.pdf-color-blue {
  color: #0080CC;
}
.pdf-color-orange {
  color: #ff7011;
}
.pdf-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.pdf-error-div {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.pdf-error-div a {
  color: #0080CC;
  text-decoration: underline;
}
.pdf-error-div img {
  width: 400px;
}
.pdf-error-div p {
  left: 450px;
  font-size: 16px;
}
.pdf-error-div + .pdf-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg {
  background-color: #EEEEF6 !important;
  height: 643px;
  width: 100%;
  margin: auto;
  background: url('https://yuntu-f.fastcadreader.com/pdf/web/images/bg/homepage/banner_20250122.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg {
    background-position: left;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro {
  height: 553px;
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro {
    overflow-x: auto;
    display: -webkit-inline-box;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap {
  width: 560px;
  height: 100%;
  padding-left: 10px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan {
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
  color: #000000;
  margin-top: 125px;
  margin-bottom: 17px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > span {
  font-size: 40px;
  margin: 0;
  background: linear-gradient(100deg, #1067FF 9%, #D039F7 101%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > p {
  margin-top: 14px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > p + p {
  margin-top: -30px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > h2 {
  color: #333333;
  margin-top: -30px;
  font-size: 16px;
  line-height: 31px;
  font-weight: normal;
  width: 780px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-download-btns {
  margin-top: 19px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-demo-reel {
  width: 280px;
  display: flex;
  margin-top: 23px;
  font-size: 22px;
  font-weight: 500;
  color: #006CFF;
  align-items: center;
  align-content: center;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-demo-reel .pdf-demo-reel-btn {
  margin-left: 7px;
  width: 32px;
  height: 32px;
  display: flex;
  background-position: 0 -230px;
  transform: scale(0.8125);
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-demo-reel {
    font-size: 14px;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-banner {
  width: 600px;
  height: 370px;
  margin-top: 110px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/bg/homepage/banner_production_20250623.png');
  background-size: cover;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-banner {
    width: 320px;
    height: 100px;
    margin: auto;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer {
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 26px;
  font-weight: 400;
  line-height: 44px;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer > .intro-footer-icon {
  background-size: auto;
  height: 40px;
  width: 40px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer > .intro-footer-icon-left {
  background-position: 0 -322px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer > .intro-footer-icon-right {
  background-position: -50px -322px;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer > span {
  font-weight: bold;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer {
    font-size: 18px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro {
    width: 100%;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap {
    padding-left: 30px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg {
    height: 280px;
    background-size: auto 100%;
    background-position: 48%;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro {
    width: 100%;
    height: 240px;
    overflow: hidden;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan {
    height: 40px;
    font-size: 14px;
    color: #006CFF;
    line-height: 1em;
    margin-top: 40px;
    margin-bottom: 0;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > span {
    font-size: 26px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > p {
    margin-top: 10px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > .pdf-slogan > p + p {
    margin-top: -10px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap > h2 {
    margin-top: 30px;
    color: #333333;
    font-size: 12px;
    line-height: 1.2em;
    left: 120px;
    width: 95%;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-download-btns {
    margin-top: 8px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-download-btns .download-button-container .button-container-flex {
    grid-gap: 10px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-download-btns .download-button-container .button-container-flex .download-button {
    width: 110px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-demo-reel {
    margin-top: 10px;
    font-size: 12px;
    width: 100px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro > .pdf-slide-intro-wrap .pdf-demo-reel-btn {
    margin-top: 0;
    margin-left: -5px !important;
    font-size: 12px;
    transform: scale(0.5) !important;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer {
    height: 40px;
    font-size: 9.5px;
  }
  .pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg > .pdf-slide-intro-footer > .intro-footer-icon {
    transform: scale(0.5);
  }
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg .link-underline {
  margin-top: 3px;
  transition: all 0.2s;
  height: 0.1px;
  background-color: #080808;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
}
.pdf-carousel > .pdf-carousel-content > .pdf-carousel-slide.pdf-slide-bg a:hover .link-underline {
  opacity: 1;
}
.pdf-core-functions {
  height: 860px;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions {
    height: unset;
  }
}
.pdf-core-functions .pdf-core-functions-header {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.pdf-core-functions .pdf-core-functions-header > span {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}
.pdf-core-functions .pdf-core-functions-header > span + span {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-header {
    padding-top: 40px;
  }
  .pdf-core-functions .pdf-core-functions-header > span {
    font-size: 24px;
    font-weight: normal;
  }
  .pdf-core-functions .pdf-core-functions-header > span + span {
    margin-top: 10px;
    font-size: 14px;
  }
}
.pdf-core-functions .pdf-core-functions-selectors {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  overflow-x: auto;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-selectors {
    justify-content: unset;
    margin-top: unset;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-core-functions .pdf-core-functions-selectors {
    justify-content: unset;
  }
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content {
  cursor: pointer;
  width: 201px;
  height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-selectors .selector-content {
    width: 114px;
  }
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content > i {
  width: 52px;
  height: 56px;
  background-size: auto;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-selectors .selector-content > i {
    transform: scale(0.7);
  }
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content > p {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-selectors .selector-content > p {
    font-size: 12px;
    margin-top: -2px;
  }
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content.selected > p {
  color: #006CFF;
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content.selected::after {
  background: #006CFF;
}
.pdf-core-functions .pdf-core-functions-selectors .selector-content::after {
  content: "";
  position: absolute;
  margin-top: 120px;
  width: 201px;
  height: 4px;
  background: linear-gradient(to top, gray 0.5px, transparent 1px);
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-selectors .selector-content::after {
    width: 114px;
  }
}
.pdf-core-functions .pdf-core-functions-contents {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-core-functions .pdf-core-functions-contents {
    overflow-x: auto;
    margin-left: 10px;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content {
  display: none;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: #FFFFFF;
  height: 493px;
  margin-top: 35px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content.active {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content {
    margin-bottom: 30px;
    margin-top: unset;
    flex-direction: column;
    justify-content: unset;
    height: unset;
  }
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left {
    order: 2 !important;
    width: 90% !important;
  }
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-right {
    order: 1 !important;
    width: 333px !important;
    height: 215px !important;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content {
    margin-left: 5px;
    margin-right: 5px;
    overflow-x: auto;
  }
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content.active {
    display: -webkit-inline-box;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left {
  width: 512px;
  height: 429px;
  order: 1;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left {
    margin-left: 20px;
    margin-right: 10px;
    height: unset;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-header {
  width: 474px;
  margin-top: 35px;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-header {
    width: 100%;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-header > span {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-header > span {
    font-size: 20px;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies {
  display: grid;
  margin-top: 30px;
  gap: 24px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies .functions-content-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 500px;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies .functions-content-body {
    width: 100%;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies .functions-content-body > i {
  display: block;
  width: 28px;
  height: 24px;
  background-size: auto;
  background-repeat: no-repeat;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies .functions-content-body > span {
  margin-left: 7px;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  color: #000000;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-bodies .functions-content-body > span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer > .pdf-product-download-buttons {
  display: flex;
  width: 200px;
  height: 60px;
  background: #006CFF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 40px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer > .pdf-product-download-buttons > span {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer > .pdf-product-download-buttons:hover {
  background-color: #0058DD;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown {
  margin-top: unset;
  margin-left: unset;
  width: 200px;
}
@media only screen and (max-width: 700px) {
  .pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown {
    margin-top: 100px;
  }
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 200px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label:hover > span {
  color: #006CFF;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label:hover .pdf-windows-icon {
  background-position: -72px -192px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label:hover .pdf-mac-icon {
  background-position: -108px -192px;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label > span {
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #333333;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown > .content-label > span:hover {
  color: #006CFF;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .pdf-product-download-buttons:hover + .product-dropdown,
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-left .functions-content-footer .product-dropdown:hover {
  display: block;
}
.pdf-core-functions .pdf-core-functions-contents .pdf-core-functions-content .functions-content-right {
  order: 2;
  width: 648px;
  height: 429px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/bg/homepage/functions_20250326.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.pdf-product-story {
  height: 782px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/bg/homepage/stories_20250122.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
@media only screen and (max-width: 700px) {
  .pdf-product-story {
    height: 670px;
    margin-top: 30px;
  }
}
.pdf-product-story .product-story-header {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pdf-product-story .product-story-header > span {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}
.pdf-product-story .product-story-header > span + span {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .pdf-product-story .product-story-header {
    padding-top: 40px;
  }
  .pdf-product-story .product-story-header > span {
    font-size: 24px;
    font-weight: normal;
  }
  .pdf-product-story .product-story-header > span + span {
    margin-top: 10px;
    font-size: 14px;
  }
}
.pdf-product-story .product-story-contents {
  display: flex;
  justify-content: space-between;
  padding-top: 62px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1225px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .pdf-product-story .product-story-contents {
    padding-top: 40px;
    overflow-x: auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-product-story .product-story-contents {
    overflow-x: auto;
    display: -webkit-inline-box;
  }
}
.pdf-product-story .product-story-contents .product-story-content {
  width: 391px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  height: 480px;
}
@media only screen and (max-width: 700px) {
  .pdf-product-story .product-story-contents .product-story-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-product-story .product-story-contents .product-story-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-header {
  height: 150px;
  width: 390px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/icon/homepage/stories_20250122.png');
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-header > p {
  margin-left: 17px;
  margin-top: 115px;
  color: #FFFFFF;
  width: 379px;
  height: 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 10px 20px 0 20px;
  height: 380px;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-introduction {
  background-color: #F6F6F6;
  width: 380px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-introduction > i {
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  height: 60px;
  width: 60px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/icon/homepage/stories_20250122.png');
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-introduction > p {
  margin-left: 7px;
  width: 280px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail > div {
  width: 360px;
  height: 156px;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail > div > p {
  margin-right: 16px;
  margin-top: 15px;
  width: 360px;
  height: 110px;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #666666;
}
.pdf-product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail > div > i {
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 50px;
  width: 120px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/icon/homepage/stories_20250122.png');
  background-size: auto;
  margin-top: 20px;
  margin-right: 17px;
  float: right;
}
.pdf-product-story .product-story-contents .product-story-content:hover {
  border: 1px solid #006CFF;
  z-index: 10;
}
.pdf-learning-and-service {
  background: #F8F9FD;
  height: 799px;
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service {
    height: 700px;
  }
}
.pdf-learning-and-service .learning-and-service-header {
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.pdf-learning-and-service .learning-and-service-header > span {
  font-size: 36px;
  color: #333333;
  font-weight: 600;
}
.pdf-learning-and-service .learning-and-service-header > span + span {
  align-self: center;
  margin-top: 32px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service .learning-and-service-header {
    padding-top: 40px;
  }
  .pdf-learning-and-service .learning-and-service-header > span {
    font-size: 24px;
    font-weight: normal;
  }
  .pdf-learning-and-service .learning-and-service-header > span + span {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.pdf-learning-and-service .learning-and-service-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding: 2px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service .learning-and-service-contents {
    margin-top: 0;
    overflow-x: auto;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-learning-and-service .learning-and-service-contents {
    overflow-x: auto;
    display: -webkit-inline-flex;
  }
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content {
  height: 492px;
  width: 390px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content:hover {
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service .learning-and-service-contents .learning-and-service-content {
    margin-bottom: 30px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-learning-and-service .learning-and-service-contents .learning-and-service-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-header {
  height: 220px;
  width: 370px;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  align-items: center;
  background-image: url('https://yuntu-f.fastcadreader.com/cad/web/images/cover/service_header.png');
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-header {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
  }
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body {
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0 20px 0 20px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
  min-height: 40px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div {
  width: 340px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div > p {
  margin-left: 0;
  margin-top: 25px;
  color: #333333;
  width: 300px;
  height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div > p + p {
  margin-right: 16px;
  margin-top: -10px;
  position: relative;
  width: 360px;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .first-brief {
  margin-right: 16px;
  margin-top: -10px;
  position: relative;
  width: 360px;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div > a > p {
  margin-left: 0;
  margin-top: 25px;
  color: #333333;
  width: 300px;
  height: 28px;
  font-size: 24px;
  font-weight: bold;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon {
  display: flex;
  width: 350px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .visit-description {
  width: 250px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .visit-description > p {
  margin-left: 0;
  margin-top: 60px;
  color: #666666;
  width: 250px;
  height: 19px;
  font-size: 16px;
  font-weight: normal;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .link-button {
  width: 70px;
  margin-top: 30px;
  margin-left: 40px;
}
@media only screen and (max-width: 700px) {
  .pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .link-button {
    margin-left: 30px;
  }
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .link-button > i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  background-size: auto;
  background-position: 0 -68px;
}
.pdf-learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div .footer-link-icon .link-button > a > i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  background-size: auto;
  background-position: 0 -68px;
}
.pdf-encourage-join {
  width: 100%;
  height: 334px;
  background-image: url('https://yuntu-f.fastcadreader.com/pdf/web/images/bg/homepage/encourage_20250122.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 700px) {
  .pdf-encourage-join {
    height: 150px;
    margin-bottom: 10px;
  }
  .pdf-encourage-join .pdf-download-btns .download-button-container .button-container-flex {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 105px);
  }
  .pdf-encourage-join .pdf-download-btns .download-button-container .button-container-flex .download-button {
    height: 33px;
  }
  .pdf-encourage-join .pdf-download-btns .download-button-container .button-container-flex .buy-button {
    margin-left: 0;
  }
}
.pdf-encourage-join .encourage-join-sentence {
  padding-top: 70px;
  display: grid;
}
@media only screen and (max-width: 700px) {
  .pdf-encourage-join .encourage-join-sentence {
    padding-top: 40px;
  }
}
.pdf-encourage-join .encourage-join-sentence > span {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-encourage-join .encourage-join-sentence > span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-encourage-join .encourage-join-sentence > span {
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-encourage-join .encourage-join-sentence > span + span {
    line-height: normal;
  }
}
.pdf-encourage-join .download-log {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdf-dashboard .pdf-footer {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 700px) {
  .pdf-dashboard .pdf-icon-logo {
    width: 260px;
  }
}
.pdf-main-content {
  min-height: 300px;
  padding: 20px;
}
.pdf-main-content .pdf-content-left {
  width: 210px;
  float: left;
  position: relative;
}
.pdf-main-content .pdf-link {
  color: #016FFF;
  text-decoration: underline;
}
.pdf-content-main {
  width: 900px;
  padding: 0 20px;
  float: left;
  position: relative;
  height: 740px;
}
.pdf-content-main .pdf-navbar-large {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 700px) {
  .pdf-content-main .pdf-navbar-large {
    display: none;
  }
}
.pdf-content-main .pdf-navbar-large .pdf-tab {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
  margin-right: 50px;
  min-width: 100px;
  text-align: center;
}
.pdf-content-main .pdf-navbar-mobile {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  display: none;
}
@media only screen and (max-width: 700px) {
  .pdf-content-main .pdf-navbar-mobile {
    display: block;
  }
}
.pdf-content-main .pdf-navbar-mobile .pdf-tab {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
  margin-right: 20px;
  text-align: center;
}
.pdf-content-main .pdf-navbar-mobile .pdf-tab.selected {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.pdf-content-main .pdf-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.pdf-content-main .pdf-labeled-input .pdf-p-label {
  float: left;
  font-size: 18px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.pdf-content-main .pdf-labeled-input .pdf-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.pdf-content-main .pdf-labeled-input .pdf-checkbox {
  line-height: 40px;
}
.pdf-dashboard .pdf-order-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 620px;
}
.pdf-order-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  overflow-y: auto;
}
.pdf-order-table table th,
.pdf-order-table table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}
.pdf-order-table table thead {
  background-color: #F0F0F0;
}
.pdf-order-table table thead tr {
  line-height: 45px;
  text-align: center;
}
.pdf-order-table table thead tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}
.pdf-order-table table tbody {
  text-align: center;
}
.pdf-order-table table tbody tr {
  line-height: 40px;
}
.pdf-order-table table tbody tr td {
  border-bottom: 1px solid #DDDDDD;
}
.pdf-order-table table tbody tr:hover {
  background-color: #F0F0F0;
}
@media only screen and (max-width: 700px) {
  .pdf-dashboard .pdf-main-content .pdf-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
  .pdf-dashboard .pdf-main-content .pdf-content-main .pdf-labeled-input .pdf-p-label {
    width: 25%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-dashboard .pdf-icon {
    width: 225px;
    background-position: 0 100%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-dashboard .pdf-main-content {
    padding: 20px 0;
  }
}
.pdf-payment {
  margin-bottom: 0px;
}
.pdf-vip-buy-banner {
  box-sizing: border-box;
  width: 100%;
  height: 700px;
  background: #ECF1FF;
  position: relative;
}
.pdf-vip-buy-banner .vip-banner-color-bg {
  width: 100%;
  height: 700px;
  background: #ECF1FF;
  z-index: 1;
  position: absolute;
}
.pdf-vip-buy-banner .pdf-vip-banner-bg {
  position: absolute;
  height: 700px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  z-index: 2;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 700px;
  background-image: url(https://yuntu-f.fastcadreader.com/pdf/web/images/bg/payment/banner_20250407.jpg);
  opacity: 0.3036;
}
.pdf-vip-buy-banner .pdf-vip-buy-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  position: relative;
  width: 100%;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-heading {
  color: #000000;
  font-weight: bold;
  font-size: 45px;
  margin: 45px 0 0 0;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0 0;
  align-items: center;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container .pdf-download-version-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container .pdf-download-version-container > span {
  width: 100%;
  font-size: 14px;
  color: #333333;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container .pdf-download-version-container:hover > span {
  color: #0066FF;
}
.pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container .pdf-separator-vertical-line {
  display: flex;
  height: 22px;
  border-left: 1px solid #979797;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  width: 100%;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container {
  border-radius: 10.4px;
  height: 56px;
  width: 288px;
  display: flex;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.8px solid #D7D7D7;
  box-shadow: 0px 6px 8px 0px #DEE8F2;
  margin-bottom: 28px;
  justify-content: center;
  align-items: center;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item {
  cursor: pointer;
  margin: 3px 5px;
  display: flex;
  color: #333333;
  background: #FFFFFF;
  width: 50%;
  height: 85.71%;
  border-radius: 6.4px;
  justify-content: center;
  align-items: center;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item > p {
  color: #333333;
  font-size: 21.28px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item.selected {
  color: #FFFFFF;
  background: #016FFF;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item.selected > p {
  color: #FFFFFF;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals {
  display: flex;
  justify-content: space-between;
  max-width: 1210px;
  width: 100%;
  position: relative;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item {
  width: 32%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 7px 10px 0px #C4CDE7;
  margin: 12px 12px 20px 0;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .most-popular-tag {
  display: none;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .most-popular-tag > p {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 21.12px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .top-bar {
  border-radius: 7px 7px 0 0;
  width: 100%;
  height: 15px;
  background-color: #C4DFF7;
  position: absolute;
  top: 0;
  left: 0;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
  margin: 36px 0 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container {
  margin: 30px 0 0 0;
  color: #666666;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
  font-weight: 700;
  font-size: 48.6px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
  font-weight: 500;
  font-size: 25.5px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
  margin: 10px 0 0 0;
  font-size: 22px;
  color: #999999;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  width: 78%;
  height: 68px;
  margin: 57px auto 31px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 108, 255, 0.7);
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button:hover {
  background: #EFF6FF;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button > p {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.09px;
  color: rgba(0, 108, 255, 0.7);
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular {
  border: 4px solid #F86C27;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .top-bar {
  border-radius: 4px 4px 0 0;
  height: 12px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .most-popular-tag {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .most-popular-tag > p {
    font-size: 18px;
  }
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .vip-duration {
  margin: 34px 0 0 0;
}
@media only screen and (max-width: 700px) {
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .vip-duration {
    margin: 25px 0 0 0;
  }
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .top-bar {
  background: linear-gradient(90deg, #FFBC27 14%, #F86C27 77%);
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .monthly-spending-container .monthly-spending-amount {
  color: #FF6D00;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button {
  background: linear-gradient(270deg, #FF6D00 22%, #F38218 85%);
  border: unset;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button:hover {
  background: #F35F03;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button > p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.09px;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button > p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 899px) {
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .most-popular-tag > p {
    font-size: 19px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
    font-size: 24px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
    font-size: 40px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
    font-size: 20px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
    font-size: 18px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button > p {
    font-size: 21px;
  }
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise {
  display: none;
  max-width: 1024px;
  width: 98%;
  height: 370px;
  position: relative;
  background: linear-gradient(121deg, #2D84FF 36%, #6C47FE 93%, #6C47FE 93%);
  border-radius: 15px;
  box-shadow: 0px 7px 10px 0px #DEE8F2;
  margin: 12px 12px 20px 0;
  z-index: 20;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper {
  display: flex;
  flex-direction: column;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features {
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin: 0 auto 17px 0px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features-list {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0;
  padding: 0 0;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features-list .key-features-list-item {
  display: flex;
  align-items: center;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features-list .key-features-list-item > span {
  margin-left: 10px;
  font-size: 16.19px;
  color: #333333;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right {
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  justify-content: center;
  color: #333333;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 0px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-description {
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  width: 74%;
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-description {
    width: 77%;
  }
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button {
  margin-top: 35px;
  border-radius: 6px;
  background: linear-gradient(96deg, #02A8FF 17%, #525EFC 60%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 67px;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button > p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.09px;
  color: #FFFFFF;
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button:hover {
  background: linear-gradient(90deg, #006CFF 0%, #0066FF 100%);
}
.pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise::after {
  z-index: 10;
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: linear-gradient(to right, #F8F9FC 50%, #FFFFFF 50%);
  border-radius: 11px;
}
@media only screen and (max-width: 700px) {
  .pdf-vip-buy-banner {
    height: 786px;
  }
  .pdf-vip-buy-banner .vip-banner-color-bg {
    height: 786px;
  }
  .pdf-vip-buy-banner .pdf-vip-banner-bg {
    height: 786px;
    background-size: auto 786px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info {
    width: 100%;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info .pdf-heading {
    margin: 10px 0 0 0;
    font-size: 36px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info .pdf-download-container {
    margin: 10px 0 0 0;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container {
    margin-top: 15px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container {
    margin-bottom: 15px;
    height: 40px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item {
    font-size: 16px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-button-container .vip-options-button-item > p {
    font-size: 16px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals {
    flex-direction: column;
    align-items: center;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item {
    width: 90%;
    margin: 0 auto 10px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container {
    margin: 10px 0 0 0;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
    font-size: 24px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
    font-size: 16px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
    font-size: 14px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button {
    margin: 15px auto;
    height: 45px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button > p {
    font-size: 20px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise {
    margin-top: 10px;
    flex-direction: column;
    height: unset;
    width: 90%;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left {
    margin-top: 11px;
    width: 100%;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features {
    font-size: 24px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right {
    width: 100%;
    margin-top: 30px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
    margin-top: 18px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
    margin-top: 0px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-description {
    display: flex;
    width: 77%;
    font-size: 20px;
    height: 47.5px;
    align-items: center;
    justify-content: center;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button {
    margin: 20px auto 15px;
    height: 50px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button > p {
    font-size: 22px;
  }
  .pdf-vip-buy-banner .pdf-vip-buy-info > .pdf-vip-options-container .vip-options-enterprise::after {
    background: linear-gradient(to bottom, #F8F9FC 54%, #FFFFFF 46%);
  }
}
.pdf-payment .pdf-content-auto {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-content-auto {
    width: 96%;
    overflow: unset;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-payment .main-content {
    width: 90%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-payment .pdf-header-wrap {
    width: 94%;
  }
}
.pdf-payment .table {
  width: 99%;
  border-collapse: collapse;
}
.pdf-payment .table tr {
  border-bottom: 1px solid #ccc;
}
.pdf-payment .table th,
.pdf-payment .table td {
  font-size: 16px;
  padding: 8px;
  font-weight: normal;
  text-align: center;
  justify-items: center;
  align-items: center;
  height: 46px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .table th,
  .pdf-payment .table td {
    font-size: 14px;
    width: 130px;
  }
}
.pdf-payment .collapse-button {
  width: 100%;
  height: 45px;
  border-collapse: collapse;
  font-weight: bold;
  background: #F5F5F5;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .collapse-button {
    height: 50px;
    font-size: 12px;
  }
}
.pdf-payment .column {
  padding: 10px;
  font-size: 22px;
  padding-top: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column {
    height: 50px;
  }
}
.pdf-payment .column1 {
  width: 650px;
  text-indent: 20px;
  font-weight: bold;
  line-height: normal;
  color: #333333;
  text-align: left !important;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-payment .column1 {
    width: 350px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column1 {
    font-size: 12px !important;
    text-indent: 10px;
    width: 100%;
    padding: 0px !important;
  }
}
.pdf-payment .column2 {
  width: 182px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column2 {
    font-size: 12px;
    width: 15%;
  }
}
.pdf-payment .column3 {
  cursor: pointer;
  width: 182px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column3 {
    font-size: 12px;
    width: 15%;
  }
}
.pdf-payment .column4 {
  cursor: pointer;
  width: 182px;
  font-weight: normal;
  line-height: normal;
  color: #999999;
  text-align: right !important;
  justify-content: center;
  align-content: center;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column4 {
    justify-content: center;
    align-content: center;
    font-size: 10px;
    padding: 0px !important;
    width: 15%;
    text-align: center !important;
  }
}
.pdf-payment .pdf-vip-function {
  font-size: 22px;
  align-items: center;
  text-align: left;
  text-indent: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-function {
    font-size: 14px;
  }
}
.pdf-payment .pdf-function-tip {
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-function-tip {
    font-size: 12px;
  }
}
.pdf-payment .pdf-vip-sub-function {
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-sub-function {
    margin-top: 1px;
  }
}
.pdf-payment .pdf-sub-function-tip {
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-sub-function-tip {
    font-size: 12px;
    margin-top: 1px;
  }
}
.pdf-payment .column-t-1 {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-indent: 20px;
  letter-spacing: 0em;
  color: #333333;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .column-t-1 {
    font-size: 14px;
    padding: 0px !important;
    text-indent: 10px;
  }
}
.pdf-payment .no-border {
  border-top: none !important;
  border-bottom: none !important;
}
.pdf-payment .hidden-row {
  display: table-row;
}
.pdf-payment .hidden-row:hover {
  background-color: #F7F7F7;
  z-index: 5;
}
.pdf-payment .toggle-label {
  display: inline-block;
  cursor: pointer;
}
.pdf-payment .arrow {
  font-size: 12px;
  margin-left: 5px;
  color: #007bff;
  padding-right: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .arrow {
    padding-right: 0px;
  }
}
.pdf-payment .arrow:hover {
  cursor: pointer;
  color: #0056b3;
}
.pdf-payment .pdf-table-title {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-table-title {
    font-size: 36px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.pdf-payment .pdf-table-subhead {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .pdf-payment .pdf-table-subhead {
    display: table-row;
    height: 40px;
  }
}
.pdf-payment .pdf-table-head {
  height: 160px;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #333333;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-table-head {
    font-size: 12px;
    height: 50px;
    width: 100%;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
  }
}
.pdf-payment .pdf-table-head .pdf-table-head-text-1 {
  width: 650px;
  text-align: left;
  font-size: 33px;
}
@media only screen and (min-width: 701px) and (max-width: 1199px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-1 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-1 {
    font-size: 18px;
    width: 100%;
  }
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-2 {
    display: none;
  }
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 > .pdf-product-download-buttons {
  display: flex;
  width: 162px;
  height: 46px;
  background: #006CFF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  cursor: pointer;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 > .pdf-product-download-buttons > span {
  font-size: 16px;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 > .pdf-product-download-buttons:hover {
  background-color: #005BD9;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown {
  margin-top: 76px;
  margin-left: unset;
  width: 162px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown {
    margin-top: 100px;
  }
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 162px;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label:hover > span {
  color: #006CFF;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label:hover .pdf-windows-icon {
  background-position: -72px -192px;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label:hover .pdf-mac-icon {
  background-position: -108px -192px;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label > span {
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #333333;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown > .content-label > span:hover {
  color: #006CFF;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .pdf-product-download-buttons:hover + .product-dropdown,
.pdf-payment .pdf-table-head .pdf-table-head-text-2 .product-dropdown:hover {
  display: block;
}
.pdf-payment .pdf-table-head .pdf-table-head-text-3 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-3 {
    display: none;
  }
}
.pdf-payment .pdf-table-head .pdf-table-head-text-4 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .pdf-payment .pdf-table-head .pdf-table-head-text-4 {
    display: none;
  }
}
.pdf-payment .table th {
  background-color: #1890FF;
  color: white;
  padding: 10px;
  text-align: center;
  height: 60px;
}
.pdf-pay-return .pdf-response {
  width: 700px;
  border: 1px solid #E4E4E4;
  margin: 100px auto 200px auto;
  text-align: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 700px) {
  .pdf-pay-return .pdf-response {
    width: 100%;
    padding: 10px;
  }
}
.pdf-pay-return .pdf-response .pdf-response-body {
  margin: 40px 0;
  text-align: left;
}
.pdf-pay-return .pdf-response .pdf-response-body .pdf-vip-info {
  color: #999999;
}
.pdf-pay-return .pdf-response .pdf-response-body .pdf-vip-info > ul > li + li {
  margin-top: 5px;
}
.pdf-pay-return .pdf-response .pdf-response-footer {
  margin: 20px 0;
}
.pdf-confirm .pdf-content-auto {
  min-height: 680px;
}
.pdf-confirm .pdf-section {
  margin: 0 0 0 40px;
  padding: 40px 0;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .pdf-confirm .pdf-section {
    margin: 0 0 0 15px;
  }
}
.pdf-confirm .pdf-section + .pdf-section {
  border-top: 1px solid #E4E4E4;
}
.pdf-confirm .pdf-section.pdf-pay-attention {
  border: 1px solid #E4E4E4;
  padding: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-confirm .pdf-section.pdf-pay-attention {
    display: none;
  }
}
.pdf-confirm .pdf-section.pdf-pay-attention > h4 {
  margin: 0;
}
.pdf-confirm .pdf-section.pdf-pay-attention > p {
  padding-left: 20px;
}
.pdf-confirm .pdf-section.pdf-pay-attention > p .pdf-color-red {
  font-size: 16px;
}
.pdf-confirm .pdf-section.pdf-pay-attention > p.pdf-credit-example {
  margin-top: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.pdf-confirm .pdf-section.pdf-pay-attention > p.pdf-credit-example > img {
  float: left;
}
.pdf-confirm .pdf-section.pdf-pay-attention > p.pdf-credit-example > img + img {
  margin-left: 60px;
}
.pdf-confirm .pdf-section-title {
  border-left: 3px solid #0080CC;
  padding-left: 10px;
  line-height: 1.2em;
  margin: 0;
}
.pdf-confirm .pdf-section-main {
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 700px) {
  .pdf-confirm .pdf-section-main {
    padding-left: 0;
  }
}
.pdf-confirm .pdf-section-main .pdf-label {
  display: inline-block;
  width: 110px;
}
.pdf-confirm .pdf-section-main .pdf-account {
  color: #0080CC;
  font-weight: bold;
}
.pdf-confirm .pdf-section-main .pdf-bold {
  font-weight: bold;
}
.pdf-confirm .pdf-section-main .pdf-pay {
  margin: 25px 0;
}
.pdf-confirm .pdf-section-main .pdf-pay .pdf-btn {
  float: left;
  display: inline-block;
  background-color: #009CDE;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.pdf-account {
  min-height: 100%;
}
.pdf-hidden {
  display: none;
}
.pdf-account-img {
  width: 100%;
  height: 830px;
  background-image: url(//yuntu-f.fastcadreader.com/pdf/web/images/account/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.pdf-account .pdf-account-container {
  position: absolute;
  top: 19%;
  right: 9%;
}
@media only screen and (max-width: 700px) {
  .pdf-account .pdf-account-container {
    right: 0;
    width: 100%;
    top: 7%;
  }
  .pdf-account .pdf-icon-logo {
    width: 260px;
  }
}
.pdf-account .pdf-account-container .pdf-account-form {
  width: 600px;
  border: 1px solid #D2D2D2;
  background: #FFFFFF;
  box-shadow: -1px 1px 6px 0px rgba(70, 82, 99, 0.2);
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-alert.pdf-p-danger {
  color: #E82F2F;
  background-color: #FAD5D5;
  border: 1px solid #E82F2F;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-image: url(//yuntu-f.fastcadreader.com/pdf/web/images/account/error.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-navbar-large {
  margin-top: 60px;
  margin-left: 12%;
  margin-right: 12%;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  width: 76%;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-navbar-large > a {
  width: 49%;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-navbar-large .pdf-tab.pdf-selected {
  font-weight: bold;
  border-bottom: 2px solid #016FFF;
  color: #016FFF;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container {
  margin-top: 40px;
  margin-left: 13%;
  margin-right: 13%;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input {
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input .pdf-user-input-icon {
  background-image: url(//yuntu-f.fastcadreader.com/pdf/web/images/account/input-icon-0.png);
  background-size: 20px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8.5px;
  left: 10px;
  z-index: 5;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input .pdf-passwd-input-icon {
  background-image: url(//yuntu-f.fastcadreader.com/pdf/web/images/account/input-icon-1.png);
  background-size: 20px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8.5px;
  left: 10px;
  z-index: 5;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input button {
  float: right;
  width: 135px;
  height: 50px;
  border: 1px solid #016FFF;
  background-color: #FFFFFF;
  color: #016FFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input .pdf-p-disabled {
  cursor: not-allowed;
  background-color: #C7DDFA;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-input {
  border-radius: 4px;
  border: 1px solid #AEAEAE;
  padding-left: 50px;
  height: 100%;
  width: 100%;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-input:focus {
  outline: none;
  border: 1px solid #016FFF;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-img-captcha-value {
  width: 225px;
  padding: 0 10px;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-input.smsCode {
  width: 225px;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-img-captcha-container {
  position: relative;
  float: right;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-img-captcha-container > img {
  position: absolute;
  height: 40px;
  width: 135px;
  margin: 5px;
  right: 0;
  max-width: none;
  max-height: none;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container input[type="submit"] {
  height: 50px;
  background-color: #016FFF;
  border: #016FFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote {
  margin-top: 30px;
  height: 130px;
  line-height: 14px;
  font-size: 14px;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-float-left {
  float: left;
}
@media only screen and (max-width: 700px) {
  .pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-float-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-float-right {
  float: right;
}
@media only screen and (max-width: 700px) {
  .pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-float-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-link {
  color: #016FFF;
}
@media only screen and (max-width: 700px) {
  .pdf-account .pdf-icon {
    width: 225px;
    background-position: 0 100%;
  }
  .pdf-account .pdf-account-container .pdf-account-form {
    width: 100%;
    border: none;
    box-shadow: none;
    background: #F6F8FB;
  }
  .pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-account-input button {
    width: 34%;
  }
  .pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-img-captcha-value {
    width: 50%;
  }
  .pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-input.smsCode {
    width: 64%;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-account-img {
    background: #F6F8FB;
    height: 780px;
  }
}

/*# sourceMappingURL=common_style.css.map*/