/*! 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-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
.pdf-content-auto > .pdf-content-whole {
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #EBEEEE;
  background-color: #F6F9F9;
}
@media only screen and (max-width: 700px) {
  .pdf-content-auto > .pdf-content-whole {
    margin: 0;
    border: 0;
  }
}
.pdf-content-auto > .pdf-content-left {
  width: 300px;
  padding-right: 20px;
  float: left;
  position: relative;
}
.pdf-content-auto > .pdf-content-main {
  width: 820px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .pdf-content-auto {
    width: 100%;
  }
}
.pdf-auto {
  margin: auto;
  overflow: auto;
}
.pdf-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/bg/icon-set-20250811.svg);
}
.pdf-icon.download-icon-windows-white {
  width: 28px;
  height: 28px;
  background-position: 0px 0px;
  transform: scale(0.8);
  transform-origin: center center;
}
.pdf-icon.download-icon-mac-white {
  width: 28px;
  height: 28px;
  background-position: -38px 0px;
  transform: scale(0.8);
  transform-origin: center center;
}
.pdf-icon.download-icon-android-white {
  width: 28px;
  height: 28px;
  background-position: -76px 0px;
  transform: scale(0.8);
  transform-origin: center center;
}
.pdf-icon.download-icon-ios-white {
  width: 28px;
  height: 28px;
  background-position: -114px 0px;
  transform: scale(0.8);
  transform-origin: center center;
}
.pdf-icon.download-icon-windows-blue {
  width: 24px;
  height: 24px;
  background-position: -272px -38px;
}
.pdf-icon.download-icon-mac-blue {
  width: 24px;
  height: 24px;
  background-position: -306px -38px;
}
.pdf-icon.download-icon-android-blue {
  width: 24px;
  height: 24px;
  background-position: -340px -38px;
}
.pdf-icon.download-icon-ios-blue {
  width: 24px;
  height: 24px;
  background-position: -374px -38px;
}
.pdf-icon.pdf-account-info-icon {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}
.pdf-icon.pdf-account-info-icon.user-center-icon {
  background-position: 0px -72px;
}
.pdf-icon.pdf-account-info-icon.change-password-icon {
  background-position: -28px -72px;
}
.pdf-icon.pdf-account-info-icon.log-out-icon {
  background-position: -56px -72px;
}
.pdf-icon.pdf-user-avatar-icon {
  width: 40px !important;
  height: 40px !important;
  background-position: -200px -134px !important;
}
.pdf-icon.pdf-alert-danger-cion {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -168px -72px;
}
.pdf-icon.pdf-check-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-position: 0px -100px;
}
.pdf-icon.pdf-nologin-avatar-icon {
  width: 24px;
  height: 24px;
  background-position: -34px -100px;
}
.pdf-icon.pdf-account-arrow-icon {
  width: 24px;
  height: 24px;
  background-position: -68px -100px;
}
.pdf-icon.pdf-username-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -102px -100px;
}
.pdf-icon.pdf-passwd-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -136px -100px;
}
.pdf-icon.change-button-right-icon {
  width: 40px;
  height: 40px;
  background-position: 0px -134px;
}
.pdf-icon.change-button-right-icon:hover {
  background-position: -100px -134px;
}
.pdf-icon.change-button-left-icon {
  width: 40px;
  height: 40px;
  background-position: -50px -134px;
}
.pdf-icon.change-button-left-icon:hover {
  background-position: -150px -134px;
}
.pdf-icon.pdf-wechatpay-icon {
  width: 40px;
  height: 40px;
  background-position: -250px -134px;
}
.pdf-icon.pdf-alipay-icon {
  width: 40px;
  height: 40px;
  background-position: -300px -134px;
}
.pdf-icon.pdf-logo-icon {
  width: 260px;
  height: 40px;
  background-position: -350px -134px;
}
@media only screen and (max-width: 700px) {
  .pdf-icon.pdf-logo-icon {
    width: 40px;
    background-position: -475px -134px;
  }
}
.pdf-icon.pdf-wxscan-icon {
  position: absolute;
  left: 40px;
  top: 16px;
  width: 49px;
  height: 49px;
  background-position: 0px -184px;
}
.pdf-icon.pdf-none-order-icon {
  width: 134px;
  height: 134px;
  background-position: 0px -243px;
}
.pdf-icon.drawing-measurement-function-icon {
  height: 26px;
  width: 26px;
  margin-right: 5px;
}
.pdf-icon.download-icon-android-qrcode {
  height: 106px;
  width: 106px;
  background-position: 0px -387px;
}
.drawing-measurement-function-content:nth-child(1) .drawing-measurement-function-icon {
  background-position: 0px -38px;
}
.drawing-measurement-function-content:nth-child(2) .drawing-measurement-function-icon {
  background-position: -34px -38px;
}
.drawing-measurement-function-content:nth-child(3) .drawing-measurement-function-icon {
  background-position: -68px -38px;
}
.drawing-measurement-function-content:nth-child(4) .drawing-measurement-function-icon {
  background-position: -102px -38px;
}
.drawing-measurement-function-content.selected:nth-child(1) .drawing-measurement-function-icon {
  background-position: -136px -38px;
}
.drawing-measurement-function-content.selected:nth-child(2) .drawing-measurement-function-icon {
  background-position: -170px -38px;
}
.drawing-measurement-function-content.selected:nth-child(3) .drawing-measurement-function-icon {
  background-position: -204px -38px;
}
.drawing-measurement-function-content.selected:nth-child(4) .drawing-measurement-function-icon {
  background-position: -238px -38px;
}
.pdf-footer {
  background-color: #030B1F;
  color: #FFFFFF;
  width: 100%;
}
.pdf-footer .pdf-split-contents {
  min-width: 725px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pdf-footer .pdf-split-contents div {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  padding: 0 14px;
}
.pdf-footer .pdf-split-contents div a {
  font-size: 14px;
}
.pdf-footer .pdf-footer-record {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .pdf-footer {
    height: 160px;
  }
  .pdf-footer .pdf-split-contents {
    padding-top: 10px;
    width: 100%;
    min-width: auto;
  }
  .pdf-footer .pdf-split-contents div {
    width: 24%;
  }
  .pdf-footer .pdf-split-contents div:nth-child(1),
  .pdf-footer .pdf-split-contents div:nth-child(2),
  .pdf-footer .pdf-split-contents div:nth-child(3) {
    display: none;
  }
  .pdf-footer .pdf-footer-record {
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    padding-bottom: 10px;
  }
}
.pdf-header {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1165);
}
.pdf-content {
  width: 1200px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .pdf-content {
    width: 92%;
  }
}
.pdf-homepage a:hover {
  text-decoration: none;
}
.pdf-header .pdf-header-wrap {
  line-height: 50px;
  display: flex;
  align-items: center;
  /* 将子元素垂直对齐到中心 */
}
.pdf-header .pdf-header-wrap > .pdf-logo {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .pdf-icon-logo {
    background-size: cover;
    width: 40px;
    background-position: -125px 100%;
  }
}
.pdf-header-wrap > .pdf-nav-tabs {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .pdf-header-wrap > .pdf-nav-tabs {
    margin-right: 5px;
  }
}
.pdf-nav-tabs > .pdf-nav-tab {
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: 40px;
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 700px) {
  .pdf-nav-tabs > .pdf-nav-tab {
    margin-left: 20px;
  }
}
.pdf-nav-tabs > .pdf-nav-tab a {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 0px;
}
.pdf-nav-tabs > .pdf-nav-tab .selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.pdf-nav-tabs .pdf-nav-tab.selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.pdf-account-tabs {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.pdf-account-tabs .pdf-account-tab {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  font-size: 14px;
}
.pdf-account-tabs .pdf-account-tab .pdf-account-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.pdf-account-tabs .pdf-account-tab.pdf-web:nth-child(2) {
  background-color: #016FFF;
  color: #FFFFFF;
  border-bottom: 6px solid #016FFF;
  border-top: 6px solid #016FFF;
}
.pdf-account-tabs .pdf-account-infos {
  display: none;
  position: absolute;
  z-index: 5;
  width: 223px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.pdf-account-tabs .pdf-account-infos > div:nth-child(1) {
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/login/account-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info:hover {
  background: rgba(1, 111, 255, 0.1);
  color: #016FFF;
  font-weight: bold;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info:hover .user-center-icon {
  background-position: -84px -72px;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info:hover .change-password-icon {
  background-position: -112px -72px;
}
.pdf-account-tabs .pdf-account-infos .pdf-account-info:hover .log-out-icon {
  background-position: -140px -72px;
}
.pdf-account-tabs .pdf-account-tab:hover .pdf-account-infos,
.pdf-account-tabs .pdf-account-infos:hover {
  display: block;
}
.pdf-account-tabs .pdf-account-tab.pdf-mobile {
  display: none;
}
.pdf-account-tabs .pdf-account-tab.pdf-web {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .pdf-account-tabs .pdf-account-tab {
    min-width: 30px;
  }
  .pdf-account-tabs .pdf-account-tab.pdf-web {
    display: none;
  }
  .pdf-account-tabs .pdf-account-tab.pdf-mobile {
    display: block;
  }
  .pdf-account-tabs .pdf-account-infos {
    right: 0;
  }
  .pdf-account-tabs .pdf-account-tab:hover .pdf-account-infos,
  .pdf-account-tabs .pdf-account-infos:hover {
    display: none;
  }
}
.pdf-side-nav {
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  width: 210px;
  height: 740px;
}
@media only screen and (max-width: 700px) {
  .pdf-side-nav {
    display: none;
  }
}
.pdf-side-nav .pdf-side-nav-header {
  height: 148px;
  text-align: center;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/layout/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  margin-bottom: 10px;
}
.pdf-side-nav .pdf-side-nav-header > h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
}
.pdf-side-nav .pdf-side-nav-header .pdf-side-nav-header-banner {
  width: 34px;
  height: 1px;
  color: #FFFFFF;
  background: #FFFFFF;
  display: inline-block;
}
.pdf-side-nav .pdf-side-nav-header > h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
}
.pdf-side-nav .pdf-p-tab {
  padding: 0px 20px 0 50px;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
  font-size: 16px;
  border-left: 4px solid transparent;
}
.pdf-side-nav .pdf-p-tab:hover {
  background-color: #F0F0F0;
}
.pdf-side-nav .pdf-p-tab.pdf-p-selected {
  color: #016FFF;
  background-color: #DBE8FA;
  border-left: 4px solid #016FFF;
  font-weight: bold;
}
.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: #0e95fc;
  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-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: 310px;
  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-invoice .pdf-dialog .pdf-content {
  width: auto;
}
.pdf-richtext .ql-editor {
  line-height: 1.5;
  font-size: 14px;
}
.pdf-richtext .ql-editor img {
  max-width: 100%;
  height: auto;
}
.pdf-richtext .ql-editor h1,
.pdf-richtext .ql-editor h2,
.pdf-richtext .ql-editor h3,
.pdf-richtext .ql-editor h4 {
  margin: 10px 0;
}
.pdf-richtext .ql-editor p {
  margin-bottom: 0.55em;
}
.pdf-richtext .ql-editor blockquote,
.pdf-richtext .ql-editor ol,
.pdf-richtext .ql-editor ul {
  margin: 1.1em 0;
}
.pdf-richtext .ql-editor ol,
.pdf-richtext .ql-editor ul {
  padding-left: 2em;
}
.pdf-richtext .ql-editor ol li,
.pdf-richtext .ql-editor ul li {
  margin-top: 0.44em;
}
.pdf-richtext .ql-editor ol li:not(.ql-direction-rtl),
.pdf-richtext .ql-editor ul li:not(.ql-direction-rtl) {
  list-style-type: disc;
  padding-left: 0px;
}
.pdf-richtext .ql-editor ol li:not(.ql-direction-rtl)::before,
.pdf-richtext .ql-editor ul li:not(.ql-direction-rtl)::before {
  display: none;
}
.pdf-richtext .ql-editor ol li:not(.ql-direction-rtl) {
  list-style-type: decimal;
}
.pdf-richtext .ql-editor a {
  color: #0e95fc;
}
.pdf-snow .ql-tooltip {
  margin-left: 80px;
}
.pdf-snow .ql-tooltip a.ql-action::after {
  content: "\7F16\8F91";
}
.pdf-snow .ql-tooltip a.ql-remove::before {
  content: "\5220\9664";
}
.pdf-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: "\4FDD\5B58";
}
.pdf-snow .ql-tooltip::before {
  content: "\67E5\770B\94FE\63A5:";
}
.pdf-snow .ql-tooltip[data-mode=link]::before {
  content: "\8F93\5165\94FE\63A5:";
}
.pdf-question-body .ql-editor.pdf-content-html {
  padding: 0px;
  height: auto;
}
.ql-editor.ql-blank::before {
  color: #DDDDDD;
}
.pdf-collapse-list {
  margin-top: 10px;
  margin-bottom: 50px;
  width: 100%;
}
.pdf-collapse-list > .collapse-group {
  background-color: #F6F9F9;
  padding-left: 35px;
  padding-right: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-collapse-list > .collapse-group {
    padding: 0 10px;
  }
}
.pdf-collapse-list > .collapse-group > .collapse-head {
  position: relative;
  font-size: 18px;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pdf-collapse-list > .collapse-group > .collapse-head > .collapse-title {
  width: 100%;
  padding-right: 50px;
}
.pdf-collapse-list > .collapse-group > .collapse-head > i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.pdf-collapse-list > .collapse-group > .collapse-body {
  margin: 0;
  border-top: 2px solid #EBEEEE;
  padding: 10px 0;
  color: #777777;
}
.pdf-collapse-list > .collapse-group > .collapse-body a {
  color: #0e95fc;
}
.pdf-collapse-list > .collapse-group > .collapse-body > * {
  display: block;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pdf-collapse-list > .collapse-group > .collapse-body > * + * {
  border-top: 1px dashed #DDDDDD;
}
.pdf-collapse-list > .collapse-group > ol.collapse-body {
  list-style-position: inside;
}
.pdf-collapse-list > .collapse-group > ol.collapse-body > li {
  display: list-item;
}
.pdf-collapse-list > .collapse-group + .collapse-group {
  margin-top: 10px;
}
.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-account {
  min-height: 100%;
}
.pdf-hidden {
  display: none;
}
.pdf-account .pdf-footer {
  background-color: #F1F7FF;
  color: #030B1F;
}
.pdf-account-img {
  width: 100%;
  height: 830px;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/login/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.pdf-account .pdf-account-container {
  position: absolute;
  top: 22%;
  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: 500px;
  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: 16px;
  display: flex;
  align-items: center;
}
.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: 20px;
  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: 16px;
}
.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: 15px;
  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;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-float-right {
  float: right;
}
.pdf-account .pdf-account-container .pdf-account-form .pdf-container .pdf-p-footnote .pdf-link {
  color: #016FFF;
}
.pdf-account .pdf-account-container .pdf-account-form #reset input,
.pdf-account .pdf-account-container .pdf-account-form #signup input {
  padding: 0 15px;
}
.pdf-account .pdf-account-container .pdf-account-form #reset > button,
.pdf-account .pdf-account-container .pdf-account-form #signup > button {
  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 #sms-login input {
  padding: 0 15px;
}
.pdf-account .pdf-account-container .pdf-account-form #sms-login input[type="submit"] {
  margin-bottom: 130px;
}
.pdf-account .pdf-account-container.reset-password {
  top: 12%;
}
.pdf-account .pdf-account-container.signup {
  top: 12%;
}
@media only screen and (max-width: 700px) {
  .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;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-account .pdf-account-container.reset-password,
  .pdf-account .pdf-account-container.signup {
    top: 7%;
  }
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  font: 14px "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
body * {
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  /*
  &:hover{
    color: @blue-1;
  }*/
}
a.pdf-link {
  color: #0e95fc;
  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-error {
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
}
.pdf-color-red {
  color: #E93524;
}
.pdf-color-blue {
  color: #0e95fc;
}
.pdf-color-orange {
  color: #ff7011;
}
.pdf-color-gray {
  color: #999999;
}
.pdf-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.pdf-align-center {
  text-align: center;
}
.pdf-error-div {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.pdf-error-div a {
  color: #0e95fc;
  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-homepage .pdf-carousel {
  width: 100%;
  /* 将图片设成不重复 */
  background-repeat: no-repeat;
  /* 调整图片位置 */
  background-size: cover;
  background-position: 50%;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/index/carousel/banner.jpg);
  position: relative;
}
@media only screen and (max-width: 700px) {
  .pdf-homepage .pdf-carousel {
    background-position: 60%;
  }
}
.pdf-carousel-content > h1 {
  font-size: 36px;
  color: #333333;
  letter-spacing: 1.44px;
  line-height: 44px;
  font-weight: 700;
  margin-top: 80px;
}
.pdf-carousel-content > p {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.pdf-carousel-content .pdf-carousel-btn {
  display: grid;
  grid-template-columns: repeat(2, 202px);
  gap: 14px;
  margin-top: 28px;
  margin-bottom: 54px;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel-content .pdf-carousel-btn {
    display: flex;
    flex-direction: column;
  }
}
.pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download {
  border-radius: 4px;
  border: 1.4px solid #016fff;
  width: 202px;
  height: 52px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  background: #016FFF;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download {
    justify-content: unset;
    margin-bottom: 0px;
    height: 42px;
    padding-left: 10px;
  }
}
.pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download .pdf-download-android-qrcode-container {
  display: none;
  position: absolute;
  bottom: -70px;
  border-radius: 8px;
  border: 1.4px solid #D7D7D7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 7px 2px 0px;
  background-color: #FFFFFF;
  z-index: 10;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download .pdf-download-android-qrcode-container {
    bottom: -33px;
  }
}
.pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download > p {
  font-size: 20px;
  margin-left: 5px;
}
.pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download:hover {
  background: #0159CC;
}
.pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download:hover .pdf-download-android-qrcode-container {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .pdf-carousel-content > h1 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .pdf-carousel-content > p {
    width: 70%;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 4px;
  }
  .pdf-carousel-content .pdf-carousel-btn {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download {
    width: 180px;
  }
  .pdf-carousel-content .pdf-carousel-btn .pdf-carousel-download > p {
    font-size: 14px;
  }
}
.product-functions {
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  .product-functions {
    margin-bottom: 0px;
  }
}
.product-functions .product-functions-header {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  /* 水平居中 */
  border-bottom: 1px solid #d7d7d7;
}
.product-functions .product-functions-header > a {
  width: 90px;
  font-size: 22px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
  margin-left: 45px;
  margin-right: 45px;
}
.product-functions .product-functions-header .pdf-tab.pdf-selected {
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
  color: #016FFF;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-functions-header {
    justify-content: space-evenly;
    margin-bottom: 10px;
  }
  .product-functions .product-functions-header > a {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.product-functions .product-key-functions {
  display: flex;
  justify-content: space-between;
  /* 水平居中 */
  margin-top: 34px;
}
.product-functions .product-key-functions .product-key-function {
  width: 288px;
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  box-shadow: 0px 2px 11px 0px rgba(204, 204, 204, 0.5);
  border-radius: 11px;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-key-functions .product-key-function {
    min-width: 288px;
    margin-bottom: 30px;
  }
}
.product-functions .product-key-functions .product-key-function .product-key-function-header {
  height: 109px;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/function/key-functions.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.product-functions .product-key-functions .product-key-function .product-key-function-header > p {
  padding-top: 40px;
  padding-left: 20px;
  font-size: 22px;
  color: #002655;
  margin: 0;
  font-weight: 700;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content {
  display: flex;
  justify-content: space-between;
  /* 水平居中 */
  align-content: flex-start;
  flex-wrap: wrap;
  /* 允许自动换行 */
  padding: 30px 20px 0 20px;
  height: 310px;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail {
  display: flex;
  justify-content: space-between;
  /* 水平居中 */
  margin-bottom: 10px;
  min-height: 80px;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div {
  width: 111px;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/function/key-functions-icon-20250313.svg);
  margin-bottom: 3px;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > h5 {
  display: inline-block;
  font-size: 14px;
  margin: 5px 0;
}
.product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > h6 {
  display: inline-block;
  font-size: 12px;
  color: #7C8793;
  font-weight: 400;
  margin: 5px 0;
}
.product-functions .product-key-functions .product-key-function:nth-child(1) .product-key-function-header {
  background-position: 0px 0;
}
.product-functions .product-key-functions .product-key-function:nth-child(2) .product-key-function-header {
  background-position: -342px 0;
}
.product-functions .product-key-functions .product-key-function:nth-child(3) .product-key-function-header {
  background-position: -683px 0;
}
.product-functions .product-key-functions .product-key-function:nth-child(4) .product-key-function-header {
  background-position: -1025px 0;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-key-function {
    margin-right: 10px;
  }
}
.product-functions .product-all-functions {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 1300px;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-all-functions {
    width: 100%;
  }
}
.product-functions .product-all-functions .change-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
}
.product-functions .product-all-functions .product-all-functions-content {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  padding-left: 10px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-all-functions .product-all-functions-content {
    height: 550px;
    width: 100%;
    flex-direction: column;
    overflow: auto;
  }
}
.product-functions .product-all-functions .product-all-functions-content .product-all-function-detail {
  height: 110px;
  margin: 35px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-all-functions .product-all-functions-content .product-all-function-detail {
    margin: 10px;
  }
}
.product-functions .product-all-functions .product-all-functions-content .product-all-function-detail .product-all-function-detail-image {
  height: 65px;
  width: 65px;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/function/all-functions-icon-20250313.svg);
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
}
.product-functions .product-all-functions .product-all-functions-content .product-all-function-detail .product-all-function-name {
  width: 120px;
  font-size: 18.43px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
}
.drawing-measurement {
  /* 将图片设成不重复 */
  background-repeat: no-repeat;
  /* 调整图片位置 */
  background-size: cover;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/drawing-measurement/background.png);
}
.drawing-measurement .drawing-measurement-title > h1 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 0px;
}
.drawing-measurement .drawing-measurement-title > h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
}
.drawing-measurement .drawing-measurement-function {
  height: 60px;
  width: 1150px;
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .drawing-measurement .drawing-measurement-function {
    width: 100%;
    height: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background: none;
    align-content: space-between;
  }
}
.drawing-measurement .drawing-measurement-function .drawing-measurement-function-content {
  border-radius: 6px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .drawing-measurement .drawing-measurement-function .drawing-measurement-function-content {
    width: 150px;
    background: #FFFFFF;
  }
}
.drawing-measurement .drawing-measurement-function .drawing-measurement-function-content > h5 {
  margin: 5px;
  width: 80px;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}
.drawing-measurement .drawing-measurement-function .drawing-measurement-function-content.selected {
  background: #016FFF;
}
.drawing-measurement .drawing-measurement-function .drawing-measurement-function-content.selected > h5 {
  color: #FFFFFF;
}
.drawing-measurement .drawing-measurement-function-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.drawing-measurement .drawing-measurement-function-detail > h5 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons .drawing-measurement-button {
  width: 120px;
  height: 52px;
  border: 1.4px solid #016fff;
  border-radius: 4px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons .drawing-measurement-button > a {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons .drawing-measurement-button:nth-child(1) {
  background: #016FFF;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons .drawing-measurement-button:nth-child(1) > a {
  color: #FFFFFF;
}
.drawing-measurement .drawing-measurement-function-detail .drawing-measurement-buttons .drawing-measurement-button:nth-child(2) > a {
  color: #016FFF;
}
.drawing-measurement .drawing-measurement-function-detail > img {
  height: 460px;
  width: 940px;
}
@media only screen and (max-width: 700px) {
  .drawing-measurement .drawing-measurement-function-detail > img {
    width: 100%;
    height: auto;
  }
}
.drawing-compare .drawing-compare-title > h1 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 0px;
}
.drawing-compare .drawing-compare-title > h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
}
.drawing-compare .drawing-compare-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .drawing-compare .drawing-compare-content {
    margin-top: 0px;
  }
}
.drawing-compare .drawing-compare-content .drawing-compare-content-left {
  width: 660px;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-left > img {
  width: 660px;
  height: 440px;
}
@media only screen and (max-width: 700px) {
  .drawing-compare .drawing-compare-content .drawing-compare-content-left {
    width: 100%;
  }
  .drawing-compare .drawing-compare-content .drawing-compare-content-left > img {
    width: 100%;
    height: auto;
  }
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right {
  width: 473px;
  float: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/content-background.png);
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right > p {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right > p:nth-child(1) {
  margin-bottom: 20px;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons {
    justify-content: center;
  }
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons .drawing-compare-button {
  width: 120px;
  height: 52px;
  border: 1.4px solid #016fff;
  border-radius: 4px;
  margin: 10px 20px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons .drawing-compare-button > a {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons .drawing-compare-button:nth-child(1) {
  background: #016FFF;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons .drawing-compare-button:nth-child(1) > a {
  color: #FFFFFF;
}
.drawing-compare .drawing-compare-content .drawing-compare-content-right .drawing-compare-buttons .drawing-compare-button:nth-child(2) > a {
  color: #016FFF;
}
.extract-text {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/extract-text/background-0.png);
}
.extract-text .extract-text-title > h1 {
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 0px;
}
.extract-text .extract-text-title > h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
}
.extract-text .extract-text-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .extract-text .extract-text-content {
    margin-top: 0;
  }
}
.extract-text .extract-text-content .extract-text-content-left {
  width: 473px;
}
.extract-text .extract-text-content .extract-text-content-left > p {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
.extract-text .extract-text-content .extract-text-content-left > p > img {
  width: 22.5px;
  height: 20px;
  display: inline-block;
  margin-right: 16px;
}
.extract-text .extract-text-content .extract-text-content-left > p:nth-child(1) {
  margin-bottom: 20px;
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .extract-text .extract-text-content .extract-text-content-left .extract-text-buttons {
    justify-content: center;
  }
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons .extract-text-button {
  width: 120px;
  height: 52px;
  border: 1.4px solid #016fff;
  border-radius: 4px;
  margin: 10px 20px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons .extract-text-button > a {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons .extract-text-button:nth-child(1) {
  background: #016FFF;
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons .extract-text-button:nth-child(1) > a {
  color: #FFFFFF;
}
.extract-text .extract-text-content .extract-text-content-left .extract-text-buttons .extract-text-button:nth-child(2) > a {
  color: #016FFF;
}
.extract-text .extract-text-content .extract-text-content-right {
  width: 660px;
}
@media only screen and (max-width: 700px) {
  .extract-text .extract-text-content .extract-text-content-right {
    width: 100%;
  }
  .extract-text .extract-text-content .extract-text-content-right > img {
    width: 100%;
    height: auto;
  }
}
.sequential-numbering .sequential-numbering-title > h1 {
  font-size: 34px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 0px;
}
.sequential-numbering .sequential-numbering-title > h2 {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 0px;
}
.sequential-numbering .sequential-numbering-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  .sequential-numbering .sequential-numbering-content {
    margin-top: 0;
  }
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-left {
  width: 660px;
}
@media only screen and (max-width: 700px) {
  .sequential-numbering .sequential-numbering-content .sequential-numbering-content-left {
    width: 100%;
  }
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right {
  width: 473px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/content-background.png);
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right > p {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right > p > img {
  width: 22.5px;
  height: 20px;
  display: inline-block;
  margin-right: 16px;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right > p:nth-child(1) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .sequential-numbering .sequential-numbering-content .sequential-numbering-content-right > p:nth-child(1) {
    margin-bottom: 20px;
  }
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons {
  display: flex;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media only screen and (max-width: 700px) {
  .sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons {
    margin-top: 0;
    justify-content: center;
  }
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons .sequential-numbering-button {
  width: 120px;
  height: 52px;
  border: 1.4px solid #016fff;
  border-radius: 4px;
  margin: 10px 20px 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons .sequential-numbering-button > a {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons .sequential-numbering-button:nth-child(1) {
  background: #016FFF;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons .sequential-numbering-button:nth-child(1) > a {
  color: #FFFFFF;
}
.sequential-numbering .sequential-numbering-content .sequential-numbering-content-right .sequential-numbering-buttons .sequential-numbering-button:nth-child(2) > a {
  color: #016FFF;
}
.product-download-container {
  display: flex;
  position: relative;
  color: #016FFF;
  font-size: 20px;
  overflow: unset;
}
.product-download-container > .arrow-signs {
  margin-left: 7px;
  cursor: pointer;
  width: 6px;
  height: 6px;
  transform: rotateZ(45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #016FFF;
  transform-origin: 75% 75%;
  transition: transform 0.02s ease 0s;
  box-sizing: content-box;
}
.product-download-container > .drop-product-wrapper {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 174px;
  top: 52px;
  left: 0px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
  background: #FFFFFF;
}
.product-download-container > .drop-product-wrapper > .drop-product-item {
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 10px;
  color: #333333;
  font-size: 18px;
}
.product-download-container > .drop-product-wrapper > .drop-product-item > p {
  display: inline-block;
  padding: 0 20px 0 5px;
}
.product-download-container > .drop-product-wrapper > .drop-product-item:hover {
  background: rgba(1, 111, 255, 0.14);
}
.product-download-container:hover .drop-product-wrapper,
.product-download-container .drop-product-wrapper:hover {
  display: flex;
}
.product-download-container:hover .arrow-signs {
  margin-top: -2px;
  transform: rotateZ(-135deg);
}
.product-download-container:hover {
  background: #C9E5FF;
}
@media only screen and (max-width: 700px) {
  .pdf-help .pdf-content-left {
    width: 100%;
    padding-right: 0;
  }
}
.pdf-help .pdf-content-whole {
  border: none;
  background-color: #FFFFFF;
}
.pdf-help > .pdf-help-intro {
  background-color: #F7F7F7;
}
.pdf-help > .pdf-help-intro > .intro-wrap {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .pdf-help > .pdf-help-intro > .intro-wrap {
    padding: 10px 5px;
    padding-bottom: 0;
  }
}
.pdf-help > .pdf-help-intro > .intro-wrap > .intro-title {
  font-size: 20px;
  font-weight: bold;
}
.pdf-help > .pdf-help-intro > .intro-wrap > .intro-body {
  text-align: left;
}
.pdf-login .pdf-login-container {
  padding: 50px 0px;
}
.pdf-login .pdf-login-container .pdf-login-form {
  width: 500px;
  margin: auto;
  padding: 20px 40px;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 700px) {
  .pdf-login .pdf-login-container .pdf-login-form {
    width: 100%;
    padding: 30px 10px;
  }
}
.pdf-login .pdf-login-container .pdf-login-form .pdf-container {
  padding: 20px 0px;
}
.pdf-login .pdf-login-container .pdf-login-form .pdf-container .pdf-input {
  width: 100%;
  margin-bottom: 15px;
}
.pdf-login .pdf-login-container .pdf-login-form .pdf-container > button,
.pdf-login .pdf-login-container .pdf-login-form .pdf-container input[type="submit"] {
  margin: 10px 0px 15px 0px;
  width: 100%;
  font-size: 18px;
}
.pdf-login .pdf-login-container .pdf-login-form .pdf-container .pdf-p-footnote {
  margin-top: 15px;
  color: #999999;
  font-size: 95%;
}
.pdf-login > .pdf-footer {
  background-color: #FFFFFF;
}
@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-main-content .pdf-order-none {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  height: 650px;
}
@media only screen and (max-width: 700px) {
  .pdf-main-content .pdf-order-none {
    padding: 70% 22%;
    background-position: 50% 25%;
  }
}
.pdf-content-main {
  width: 900px;
  padding: 0px 20px;
  float: left;
  position: relative;
  height: 740px;
  border: 1px solid #D2D2D2;
}
.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: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.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;
  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-dashboard .pdf-invoice-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 580px;
}
.pdf-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  overflow-y: auto;
}
.pdf-table table th,
.pdf-table table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}
.pdf-table table thead {
  background-color: #F0F0F0;
}
.pdf-table table thead tr {
  line-height: 45px;
  text-align: center;
}
.pdf-table table thead tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}
.pdf-table table tbody {
  text-align: center;
}
.pdf-table table tbody tr {
  line-height: 40px;
}
.pdf-table table tbody tr td {
  border-bottom: 1px solid #DDDDDD;
}
.pdf-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-main-content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-authcode .pdf-main-content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-authcode .pdf-icon-logo {
    width: 260px;
  }
}
.pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input {
  margin-bottom: 10px;
}
.pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input input[type='text'] {
  width: 400px;
}
@media only screen and (max-width: 700px) {
  .pdf-authcode .pdf-content .pdf-content-main {
    width: 100%;
    padding: 0;
    border: none;
  }
  .pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input {
    margin-bottom: 10px;
  }
  .pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input > .pdf-p-label {
    margin-right: 5px;
  }
  .pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input > * {
    font-size: 14px;
    width: auto;
  }
  .pdf-authcode .pdf-content .pdf-content-main .pdf-labeled-input input[type='text'] {
    width: 350px;
  }
}
.pdf-payment {
  background-color: #E5F1FF;
}
.pdf-payment .pdf-products {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products {
    width: 100%;
  }
}
.pdf-payment .pdf-products .pdf-product {
  float: left;
  position: relative;
  width: 370px;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0px 7px 10px 0px #C6D8F0;
  margin: 10px 15px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product {
    width: 48%;
    margin: 15px 1%;
    box-shadow: none;
    border-radius: 7px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-title {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 70px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-title {
    height: 40px;
    padding-top: 7px;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-title .product-title-inner {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding-top: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-title .product-title-inner {
    padding-top: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-price {
    margin-top: 20px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-price .product-price-month {
  font-size: 40px;
  line-height: 47px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-price .product-price-month {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
  }
}
.pdf-payment .pdf-products .pdf-product .product-price .product-price-sum {
  font-size: 20px;
  line-height: 26px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-price .product-price-sum {
    font-size: 14px;
    line-height: 12px;
  }
}
.pdf-payment .pdf-products .pdf-product .pay-button {
  display: inline-block;
  width: 300px;
  margin: 30px 20px 32px 20px;
  height: 64px;
  border-radius: 7px;
  font-size: 22px;
  line-height: 31px;
  padding-top: 17px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .pay-button {
    height: 36px;
    width: 60%;
    margin: 14px auto;
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-price-edge {
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/payment/price-edge.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100% 100%;
  right: -8px;
  top: -10px;
  width: 115px;
  height: 40px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-price-edge {
    right: -3px;
    width: 60px;
    height: 20px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-price-edge > p {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product .product-price-edge > p {
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
}
.pdf-payment .pdf-products .pdf-product .product-title {
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/payment/product-background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdf-payment .pdf-products .pdf-product:nth-child(1) .product-title {
  background-position: 0px 0px;
}
.pdf-payment .pdf-products .pdf-product:nth-child(2) .product-title {
  background-position: -425px 0px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product:nth-child(2) .product-title {
    background-position: -245px 0px;
  }
}
.pdf-payment .pdf-products .pdf-product:nth-child(3) .product-title {
  background-position: -850px 0px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-products .pdf-product:nth-child(3) .product-title {
    background-position: -490px 0px;
  }
}
.pdf-payment .pdf-products .pdf-product:nth-child(3) .pay-button {
  background: #DE9B38;
  border: none;
}
.pdf-payment .pdf-products .pdf-product:nth-child(3) .pay-button > div {
  color: #FFFFFF;
  letter-spacing: 1.09px;
}
.pdf-payment .pdf-vip-introductions {
  margin-top: 50px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions {
    width: 96%;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-title .pdf-vip-introductions-title-middle {
  display: none;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-title .pdf-vip-introductions-title-middle {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-title .pdf-vip-introductions-title-img {
  width: 800px;
  height: 30px;
  margin-left: 200px;
  margin-right: 200px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-title .pdf-vip-introductions-title-img {
    display: none;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main {
  background: #FFFFFF;
  border: 1px solid #d7d7d7;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 45px;
  padding: 18px 10px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main {
    height: 500px;
    flex-direction: column;
    overflow: auto;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function {
  width: 274px;
  height: 94px;
  margin: 10px;
  border: 1px dashed #aeaeae;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function {
    width: auto;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function .pdf-vip-function-logo {
  width: 50px;
  height: 50px;
  margin: 22px 10px 22px 22px;
  background-image: url(//yuntu-f.kuaicad.com/pdf/web/images/payment/vip-functions-icon-20250313.svg);
  background-repeat: no-repeat;
  background-size: auto;
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function .pdf-vip-function-text .pdf-vip-function-title {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function .pdf-vip-function-text .pdf-vip-function-title {
    font-size: 14px;
  }
}
.pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function .pdf-vip-function-text .pdf-vip-function-content {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  width: 172px;
}
@media only screen and (max-width: 700px) {
  .pdf-payment .pdf-vip-introductions .pdf-vip-introductions-main .pdf-vip-function .pdf-vip-function-text .pdf-vip-function-content {
    font-size: 12px;
  }
}
.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-section {
  margin: 0 0 0 40px;
  padding: 40px 0;
}
@media only screen and (max-width: 700px) {
  .pdf-confirm .pdf-section {
    margin: 0 0 0 20px;
  }
}
.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 #0e95fc;
  padding-left: 10px;
  line-height: 1.2em;
  margin: 0;
}
.pdf-confirm .pdf-section-main {
  padding-top: 20px;
  padding-left: 40px;
}
.pdf-confirm .pdf-section-main .pdf-label {
  display: inline-block;
  width: 110px;
}
.pdf-confirm .pdf-section-main .pdf-account {
  color: #0e95fc;
  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 {
  display: inline-block;
  background-color: #5FA6D0;
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: left;
}
.pdf-confirm .pdf-section-main .pdf-pay .pdf-btn > * + * {
  margin-left: 5px;
}
.pdf-confirm .pdf-content-auto {
  min-height: 800px;
}
.pdf-question-detail .pdf-question-container {
  padding: 20px 30px;
}
@media only screen and (max-width: 700px) {
  .pdf-question-detail .pdf-question-container {
    padding: 15px 15px;
  }
}
.pdf-question-detail .pdf-question-container .pdf-question-title {
  margin: 0;
  color: #333333;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEEEE;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-question-detail .pdf-question-container .pdf-question-title {
    font-size: 18px;
  }
}
.pdf-question-detail .pdf-question-container .pdf-question-body {
  margin-top: 10px;
  color: inherit;
}
@media only screen and (max-width: 700px) {
  .pdf-question-detail .pdf-question-container .pdf-question-body {
    margin-top: 10px;
  }
}
.pdf-user-agreement .pdf-agreement-container {
  padding: 20px 30px;
}
@media only screen and (max-width: 700px) {
  .pdf-user-agreement .pdf-agreement-container {
    padding: 15px 15px;
  }
}
.pdf-user-agreement .pdf-agreement-container .pdf-agreement-title {
  text-align: center;
  color: #333333;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEEEE;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .pdf-user-agreement .pdf-agreement-container .pdf-agreement-title {
    font-size: 18px;
  }
}
.pdf-user-agreement .pdf-agreement-container .pdf-agreement-body {
  margin-top: 10px;
  color: inherit;
}
@media only screen and (max-width: 700px) {
  .pdf-user-agreement .pdf-agreement-container .pdf-agreement-body {
    margin-top: 10px;
  }
}
.pdf-user-agreement .pdf-agreement-container .pdf-agreement-body .pdf-agreement-paragraph {
  text-indent: 2em;
}
.pdf-wxcashier .pdf-content-auto {
  width: 900px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .pdf-wxcashier .pdf-content-auto {
    width: 900px;
  }
}
.pdf-wxcashier .cashier {
  font-size: 16px;
  line-height: 1.5em;
}
.pdf-wxcashier .cashier .cashier-order {
  padding: 20px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.pdf-wxcashier .cashier .cashier-order > div {
  vertical-align: middle;
}
.pdf-wxcashier .cashier .cashier-order > div > p {
  margin: 0;
  margin-top: 5px;
}
.pdf-wxcashier .cashier .cashier-order > div .order-amount {
  color: #E93524;
  font-size: 20px;
  line-height: 3em;
}
.pdf-wxcashier .cashier .cashier-pay {
  padding: 60px 100px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.pdf-wxcashier .cashier .cashier-pay > .code-wrap > .code-body {
  border: 1px solid #BFBFBF;
  margin-bottom: 15px;
}
.pdf-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer {
  position: relative;
  width: 302px;
  height: 84px;
  background: #333366 no-repeat;
  padding: 18px 18px 18px 100px;
  color: #FFFFFF;
}
.pdf-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer > p {
  margin: 0;
}
.pdf-wxcashier .cashier .cashier-pay > .scan-sample {
  margin-left: 100px;
}
.pdf-wxcashier > .pdf-footer {
  background-color: #FFFFFF;
}
.pdf-cpm {
  z-index: 5;
  position: relative;
  width: 850px;
  height: 517px;
}
.pdf-cpm > .pdf-intro {
  z-index: 10;
  display: block;
}
.pdf-cpm > .pdf-download {
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
}
.pdf-cpm > .pdf-download > .pdf-btn {
  width: 150px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bolder;
}
@media only screen and (max-width: 700px) {
  .pdf-invoice .pdf-main-content .pdf-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
}
.pdf-invoice .pdf-main-content .pdf-content-main .pdf-labeled-input .pdf-p-label {
  font-size: 14px;
  width: 18%;
}
.pdf-invoice .pdf-main-content .pdf-content-main .pdf-labeled-input .pdf-p-input {
  font-size: 14px;
  width: 78%;
}
.pdf-invoice .pdf-main-content .pdf-content-main .pdf-labeled-input .pdf-p-input > input {
  line-height: 30px;
  min-height: 30px;
  width: 100%;
}
.pdf-invoice .pdf-main-content .pdf-content-main .pdf-labeled-input .pdf-p-input .pdf-error {
  border: transparent;
  padding-left: 16px;
}
.pdf-invoice .pdf-main-content .pdf-content-main .pdf-align-center {
  margin-top: 25px;
  margin-bottom: 25px;
}
.pdf-invoice .pdf-invoice-radio > input {
  min-height: auto;
}

/*# sourceMappingURL=common_style.css.map*/