/*! 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;
}
.cr-content-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
@media only screen and (min-width: 1400px) {
  .cr-content-auto {
    width: 1400px;
  }
}
.cr-content-auto > .cr-content-whole {
  width: 100%;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #EBEEEE;
}
@media only screen and (max-width: 700px) {
  .cr-content-auto > .cr-content-whole {
    margin: 0;
    border: 0;
  }
}
.cr-content-auto > .cr-content-left {
  width: 240px;
  padding-right: 20px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cr-content-auto > .cr-content-left {
    display: none;
  }
}
.cr-content-auto > .cr-content-main {
  background-color: #FFFFFF;
  width: 940px;
  float: left;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .cr-content-auto > .cr-content-main {
    width: 1160px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-content-auto > .cr-content-main {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  .cr-content-auto {
    width: 100%;
  }
}
.cr-auto {
  margin: auto;
  overflow: auto;
}
.cr-vertical-margin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.cr-icon-logo {
  display: inline-block;
  height: 49px;
  width: 201px;
  background: url(https://yuntu-f.fastcadreader.com/cad/web/images/logo/cadreader_logo_20241114.png) 0 0px no-repeat;
  vertical-align: middle;
}
.cr-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 20px;
  width: 20px;
}
.cr-icon.cr-huge {
  height: 73px;
  width: 73px;
}
.cr-icon.cr-user-input-icon {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/user_input_icon.png);
}
.cr-icon.cr-passwd-input-icon {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/passwd_input_icon.png);
}
.cr-icon.cr-android {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/android.png);
}
.cr-icon.cr-pc {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/pc.png);
}
.cr-icon-description-container:hover,
.cr-icon-description-container.selected {
  color: #1890FF;
}
.cr-icon-description-container:hover > .cr-help-icon,
.cr-icon-description-container.selected > .cr-help-icon {
  background-position: -126px -116px;
}
.cr-icon-description-container:hover > .cr-mine-icon,
.cr-icon-description-container.selected > .cr-mine-icon {
  background-position: -84px -116px;
}
.cr-icon-set {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/icon_set_20250620.svg);
}
.cr-icon-set.cr-icon-social {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}
.cr-icon-set.cr-icon-social.cr-tiktok {
  background-position: 0px -597px;
}
.cr-icon-set.cr-icon-social.cr-youtube {
  background-position: -25px -597px;
}
.cr-icon-set.cr-icon-social.cr-linkin {
  background-position: -50px -597px;
}
.cr-icon-set.cr-icon-social.cr-facebook {
  background-position: -75px -597px;
}
.cr-icon-set.cr-icon-social.cr-instagram {
  background-position: -100px -597px;
}
.cr-icon-set.cr-icon-social.cr-twitter {
  background-position: -125px -597px;
}
.cr-icon-set.cr-demo-reel-icon {
  width: 24px;
  height: 24px;
  background-position: 0px -226px;
  margin-right: 5px;
}
.cr-icon-set.cr-help-icon {
  width: 32px;
  height: 32px;
  background-position: -42px -116px;
}
.cr-icon-set.cr-help-icon:hover {
  background-position: -126px -116px;
}
.cr-icon-set.cr-mine-icon {
  width: 32px;
  height: 32px;
  background-position: 0px -116px;
}
.cr-icon-set.cr-mine-icon:hover {
  background-position: -84px -116px;
}
.cr-icon-set.cr-footer-download-logo {
  padding-bottom: 4px;
  height: 24px;
  width: 24px;
  transform: scale(0.8);
  overflow: hidden;
}
.cr-icon-set.cr-download-button-logo {
  height: 24px;
  width: 24px;
  transform: scale(1.7);
  transform-origin: top left;
}
@media only screen and (max-width: 700px) {
  .cr-icon-set.cr-download-button-logo {
    transform: scale(1);
  }
}
.cr-icon-set.product-price-edge {
  position: absolute;
  background-position: 0px -540px;
  right: -18px;
  top: 20px;
  width: 140px;
  height: 46px;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-icon-set.product-price-edge {
    height: 30px;
    right: -10px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-icon-set.product-price-edge {
    right: -3px;
    top: 30px;
    width: 80px;
    height: 20px;
  }
}
.cr-icon-set.product-price-edge > p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 32px;
  margin-top: 5px;
  font-weight: bold;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-icon-set.product-price-edge > p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-icon-set.product-price-edge > p {
    font-size: 10px;
    line-height: 20px;
    margin-top: 2px;
  }
}
.cr-icon-set.key-function-icon {
  height: 22px;
  width: 22px;
}
.cr-icon-set.change-button-left {
  height: 36px;
  width: 36px;
  background-position: 0px -340px;
}
.cr-icon-set.change-button-left:hover {
  background-position: -92px -340px;
}
.cr-icon-set.change-button-right {
  height: 36px;
  width: 36px;
  background-position: -46px -340px;
}
.cr-icon-set.change-button-right:hover {
  background-position: -138px -340px;
}
.cr-icon-set.product-all-function-icon {
  height: 64px;
  width: 64px;
}
.cr-icon-set.paragraph-symbol {
  height: 18px;
  width: 18px;
  background-position: 0px -514px;
}
.cr-icon-set.link-button-icon {
  height: 70px;
  width: 70px;
  background-position: 0px -260px;
}
.cr-icon-set.cr-most-popular-icon {
  height: 50px;
  width: 136px;
  background-position: 0px -542px;
  position: absolute;
  right: -13px;
  top: -14px;
}
.cr-icon-set.key-features-icon {
  height: 17px;
  width: 17px;
  background-position: -52px -622px;
}
.cr-icon-set.contact-sales-icon {
  height: 50px;
  width: 74px;
  background-position: 0px -696px;
}
.checked {
  width: 17px;
  height: 17px;
  background-position: 0px -622px;
}
.unchecked {
  width: 17px;
  height: 17px;
  background-position: -26px -622px;
}
.cr-vip-function-detail {
  width: 13px;
  height: 13px;
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: 0 -648px;
  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;
}
.cr-vip-function-detail:hover + .function-detail,
.function-detail:hover {
  display: inline-block;
}
.cr-icon-arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 15px;
}
.cr-icon-arrow.arrow-white {
  background-position: -36px -230px;
}
.cr-icon-arrow.arrow-gray {
  background-position: 0px -298px;
}
.cr-icon-arrow.arrow-purchase {
  background-position: -23px -648px;
  margin-top: unset;
  margin-left: 5px;
}
.cr-icon-arrow.arrow-purchase-table {
  width: 17px;
  height: 17px;
  margin-left: unset;
  transform: scale(1);
  margin-right: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .cr-icon-arrow.arrow-purchase-table {
    transform: scale(0.8);
    margin-right: unset;
  }
}
.cr-icon-arrow.purchase-table-open {
  background-position: 0px -672px;
}
.cr-icon-arrow.purchase-table-close {
  background-position: -27px -672px;
}
.cr-icon-download {
  margin-left: 10px;
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background-size: auto;
}
.cr-icon-download.cr-windows-icon {
  background-position: 0px -752px;
}
.cr-icon-download.cr-mac-icon {
  background-position: -30px -752px;
}
.cr-icon-download.cr-android-icon {
  background-position: -60px -752px;
}
.cr-icon-download.cr-ios-icon {
  background-position: -90px -752px;
}
.cr-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D2B38;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 12px;
}
.cr-footer .cr-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 (max-width: 700px) {
  .cr-footer .cr-desc {
    display: none;
  }
}
.cr-footer .cr-desc .cr-desc-item-container {
  display: flex;
  flex-grow: 1;
}
.cr-footer .cr-desc .cr-desc-item-container.cr-last-desc-item {
  flex-grow: unset;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item {
  float: left;
  height: 300px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item.company-footer-height {
  height: 270px;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > .cr-item-title {
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > .cr-item-title {
    font-size: 16px;
  }
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > .cr-item-title.other-product {
  top: 20px;
  position: relative;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > li.download-logo-item {
  margin-top: 8px;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > li > a {
  margin: 0px;
  display: flex;
  align-items: center;
}
.cr-footer .cr-desc .cr-desc-item-container .cr-desc-item > li > a > img {
  top: 12px;
  position: relative;
}
.cr-footer > .cr-copyright {
  border-top: 1px solid #111D27;
  height: 81px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .cr-footer > .cr-copyright {
    padding: 5px 10px;
    line-height: 35.5px;
  }
}
.cr-footer > .cr-copyright .cr-copyright-content {
  width: 98%;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .cr-footer > .cr-copyright .cr-copyright-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.cr-footer > .cr-copyright > a {
  text-decoration: underline;
}
.cr-header {
  background-color: #FFFFFF;
  z-index: 10;
  display: flex;
  height: 80px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  flex: 1;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-header {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-header {
    height: 55px;
  }
}
.cr-header .cr-header-wrap {
  line-height: 78px;
  width: 1200px;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-header .cr-header-wrap {
    width: 94%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-header .cr-header-wrap {
    line-height: 55px;
    width: 98%;
  }
}
.cr-header .cr-header-wrap > * {
  float: left;
}
.cr-header .cr-header-wrap > .cr-logo {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .cr-header .cr-header-wrap > .cr-logo {
    padding-left: 10px;
  }
  .cr-header .cr-header-wrap > .cr-logo .cr-icon-logo {
    background-size: contain;
    width: 120px;
    height: 26px;
  }
}
.cr-header .cr-header-wrap > .cr-nav-tabs {
  float: right;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab {
  color: #333333;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.cr-buy-now {
  width: 150px;
  height: 47px;
  border-radius: 10px;
  background: #1890FF;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  font-size: 18px;
  font-weight: 800;
  color: #FFFFFF;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.cr-buy-now:hover,
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.cr-buy-now.selected {
  background: #1483E9;
  color: #FFFFFF;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab:hover,
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.selected {
  color: #1890FF;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab + .cr-nav-tab {
  margin-left: 40px;
}
@media only screen and (max-width: 700px) {
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab {
    margin-right: 10px;
    font-size: 12px;
  }
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.cr-mobile-hidden {
    display: none;
  }
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab + .cr-nav-tab {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 860px) {
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-nav-tab.cr-username-hidden {
    display: none;
  }
}
.cr-carousel > .cr-carousel-content > .cr-carousel-slide {
  display: none;
  overflow: hidden;
  background-color: #BFBFBF;
}
.cr-carousel > .cr-carousel-content > .cr-carousel-slide > img {
  display: block;
  margin: auto;
}
@media only screen and (max-width: 700px) {
  .cr-carousel > .cr-carousel-content > .cr-carousel-slide > img {
    max-width: none;
    height: 170px;
    margin-left: -105px;
  }
}
.cr-carousel > .cr-carousel-content > .cr-carousel-slide.selected {
  display: block;
}
.cr-carousel > .cr-carousel-nav {
  display: block;
  position: relative;
  margin: -40px auto 20px;
  text-align: center;
  z-index: 9;
}
.cr-carousel > .cr-carousel-nav > li {
  background: #333333;
  width: 25px;
  height: 7px;
  display: inline-block;
  overflow: hidden;
  margin-left: 5px;
  cursor: pointer;
  opacity: .3;
  filter: alpha(opacity=30);
}
.cr-carousel > .cr-carousel-nav > li.selected {
  background: #FFFFFF;
  opacity: .6;
  filter: alpha(opacity=60);
}
.cr-navbar-large {
  border-bottom: 1px solid #DDDDDD;
}
.cr-navbar-large .cr-tab {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  padding: 0px 30px;
  padding-bottom: 9px;
  margin-right: 50px;
  min-width: 100px;
  text-align: center;
  line-height: 40px;
}
.cr-navbar-large .cr-tab.cr-selected {
  border-bottom: 2px solid #666666;
}
.cr-side-nav {
  background-color: #FFFFFF;
  width: 220px;
}
@media only screen and (max-width: 700px) {
  .cr-side-nav {
    width: 50px;
  }
}
.cr-side-nav > .cr-p-tab {
  display: block;
  padding: 0px 15px;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
}
.cr-side-nav > .cr-p-tab:first-child {
  border-top: 1px solid #DDDDDD;
}
.cr-side-nav > .cr-p-tab:hover {
  background-color: #F0F0F0;
}
.cr-side-nav > .cr-p-tab.cr-p-selected {
  background-color: #1890FF;
  color: white;
}
.cr-navbar-tabs {
  display: inline-block;
  line-height: 40px;
}
.cr-navbar-tabs .cr-tab {
  box-sizing: border-box;
  float: left;
  padding: 0px 15px;
  border-bottom: 1px solid #E4E4E4;
}
@media only screen and (max-width: 700px) {
  .cr-navbar-tabs .cr-tab {
    border-bottom: 0;
    color: #999999;
  }
}
.cr-navbar-tabs .cr-tab.cr-selected {
  line-height: 38px;
  font-weight: bold;
  border: 1px solid #E4E4E4;
  border-top: 2px solid #0080CC;
  border-bottom: 1px solid #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .cr-navbar-tabs .cr-tab.cr-selected {
    border: 0;
    border-bottom: 2px solid #333333;
    color: #333333;
  }
}
.cr-ask-container {
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-top: 15px;
  padding: 20px 34px;
  margin-bottom: 15px;
}
.cr-ask-container .cr-button {
  display: block;
  width: 100%;
}
.cr-input,
input {
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  min-height: 40px;
  line-height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
}
.cr-input::placeholder,
input::placeholder {
  color: #AAAAAA;
}
select {
  padding: 10px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-appearance: none;
}
.cr-icon-input {
  position: relative;
}
.cr-icon-input .cr-icon {
  position: absolute;
  top: 8.5px;
  height: 23px;
  width: 23px;
  left: 10px;
  z-index: 5;
}
.cr-icon-input .cr-icon + input {
  padding-left: 38px;
}
.cr-input-with-button {
  position: relative;
  padding-right: 163px;
}
.cr-input-with-button input {
  width: 100%;
}
.cr-input-with-button *:last-child,
.cr-input-with-button .qa-last {
  position: absolute;
  width: 160px;
  height: 40px;
  right: 0px;
  top: 0px;
}
.cr-input-with-button img {
  width: 100%;
  height: 100%;
}
.cr-labeled-input {
  overflow: auto;
}
.cr-labeled-input .cr-p-label {
  line-height: 40px;
  float: left;
  font-size: 18px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
  color: #333333;
}
.cr-labeled-input .cr-p-input {
  line-height: 40px;
  float: left;
  color: #666666;
  font-size: 18px;
}
.cr-labeled-input .cr-checkbox {
  line-height: 40px;
}
.cr-input-label {
  color: #666666;
  margin-bottom: 5px;
}
.cr-input-label > span {
  padding-left: 10px;
  font-size: 12px;
  color: #999999;
}
.cr-checkbox {
  color: #666666;
  line-height: 40px;
  user-select: none;
  cursor: pointer;
}
.cr-checkbox input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
}
button,
.cr-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.cr-p-disabled,
.cr-btn.cr-p-disabled,
input[type="submit"].cr-p-disabled {
  cursor: not-allowed;
  background-color: #999999;
}
button.cr-btn-small,
.cr-btn.cr-btn-small,
input[type="submit"].cr-btn-small {
  font-size: 14px;
  padding: 8px 20px;
  line-height: 1.2em;
  height: 33px;
}
button.cr-btn-thin,
.cr-btn.cr-btn-thin,
input[type="submit"].cr-btn-thin {
  font-size: 12px;
  padding: 0 15px;
  height: 25px;
  line-height: 1.2em;
}
button.cr-btn-normal,
.cr-btn.cr-btn-normal,
input[type="submit"].cr-btn-normal {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 20px;
  height: 40px;
}
button.cr-line-light,
.cr-btn.cr-line-light,
input[type="submit"].cr-line-light {
  border: 1px solid #DDDDDD;
  background-color: transparent;
  color: #0080CC;
}
button.cr-line-blue,
.cr-btn.cr-line-blue,
input[type="submit"].cr-line-blue {
  border: 1px solid #0080CC;
  background-color: transparent;
  color: #0080CC;
}
button.cr-line-gray,
.cr-btn.cr-line-gray,
input[type="submit"].cr-line-gray {
  border: 1px solid #DDDDDD;
  background-color: transparent;
  color: #999999;
}
.cr-download-btns {
  margin-top: 45px;
}
.cr-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: 860px) {
  .cr-download-btns .download-button-container .button-container-flex {
    gap: 2px;
  }
}
.cr-download-btns .download-button-container .button-container-flex .download-button {
  display: flex;
  width: 165px;
  height: 50px;
  border-radius: 10px;
  background: #1890FF;
  color: #FFFFFF;
  align-items: center;
  transition: all 0.2s;
}
@media only screen and (min-width: 701px) and (max-width: 860px) {
  .cr-download-btns .download-button-container .button-container-flex .download-button {
    width: 150px;
  }
}
.cr-download-btns .download-button-container .button-container-flex .download-button:hover,
.cr-download-btns .download-button-container .button-container-flex .download-button.selected {
  background: #1483E9;
  color: #FFFFFF;
}
.cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon {
  margin: 10px 0px 10px 0px;
  width: 40.8px;
  height: 40.8px;
  display: inline-block;
  position: relative;
}
.cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text {
  display: flex;
  flex-direction: column;
}
.cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p + p {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.cr-download-btns .download-button-container .button-container-flex .buy-button {
  height: 50px;
  width: 124px;
  border-radius: 10px;
  border: 1.12px solid #006CFF;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #006CFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cr-download-btns .download-button-container .button-container-flex .buy-button:hover,
.cr-download-btns .download-button-container .button-container-flex .buy-button.selected {
  background: #D9E9FF;
  color: #005BD9;
}
@media only screen and (max-width: 700px) {
  .cr-download-btns .download-button-container .button-container-flex .buy-button {
    border-radius: 5px;
    height: 30px;
    width: 85px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 860px) {
  .cr-download-btns .download-button-container .button-container-flex .buy-button {
    width: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-download-btns {
    margin-top: 20px;
  }
  .cr-download-btns .download-button-container .button-container-flex {
    display: grid;
    grid-template-columns: 105px 105px 85px;
    grid-gap: 10px;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button {
    display: flex;
    width: 105px;
    height: 30px;
    border-radius: 5px;
    background: #1890FF;
    color: #FFFFFF;
    align-items: center;
    transition: all 0.2s;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button:hover,
  .cr-download-btns .download-button-container .button-container-flex .download-button.selected {
    background: #1483E9;
    color: #FFFFFF;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-icon {
    margin: 10px 0px 10px 0px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text {
    display: flex;
    flex-direction: column;
  }
  .cr-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;
  }
  .cr-download-btns .download-button-container .button-container-flex .download-button .download-button-content .download-button-content-text > p + p {
    font-size: 8px;
    font-weight: normal;
    margin: 0;
  }
}
.purchase-button {
  display: flex;
  width: 162px;
  height: 46px;
  background: #1890FF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 16px;
}
.purchase-button:hover {
  background-color: #016FFF;
}
.cr-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.cr-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.cr-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  }
}
.cr-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) {
  .cr-dialog {
    animation-duration: 0.4s;
    animation-name: slidein;
  }
  @keyframes slidein {
    from {
      top: 100%;
    }
  }
}
@media only screen and (max-width: 700px) {
  .cr-dialog {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
  }
  .cr-dialog .cr-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FAFAFA;
  }
}
.cr-dialog .cr-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px;
}
.cr-dialog .cr-dialog-header h2 {
  margin: 0;
  display: inline-block;
}
.cr-dialog .cr-dialog-header .cr-close {
  font-size: 16px;
  margin-right: 7px;
  margin-top: 6px;
}
.cr-dialog .cr-dialog-content {
  min-height: 150px;
  padding: 10px 20px;
  margin-bottom: 50px;
  height: 80%;
  overflow: auto;
}
.cr-dialog .cr-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.cr-dialog .cr-dialog-footer > button {
  float: right;
  margin-left: 10px;
}
.cr-modal-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  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;
  }
}
.cr-modal-img span.cr-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.cr-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);
}
.dialog-activity.cr-dialog {
  border: 5px solid #118fff;
  border-radius: 5px;
  width: 600px;
  top: 300px;
}
@media only screen and (max-width: 700px) {
  .dialog-activity.cr-dialog {
    width: 98%;
    margin-left: 1%;
    top: 200px;
    height: auto;
  }
}
.dialog-activity.cr-dialog > .cr-dialog-header {
  border-bottom: none;
  overflow: hidden;
}
.dialog-activity.cr-dialog > .cr-dialog-header > .cr-close {
  margin: 0;
}
.dialog-activity.cr-dialog > .cr-dialog-content {
  margin-bottom: 0;
  min-height: 120px;
  height: auto;
  text-align: center;
}
.dialog-activity.cr-dialog > .cr-dialog-footer {
  border-top: none;
  padding: 0;
}
.dialog-activity.cr-dialog > .cr-dialog-footer > .cr-btn {
  width: 100%;
  border-radius: 0;
  background-color: #118fff;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .dialog-activity.cr-dialog > .cr-dialog-footer {
    position: static;
  }
}
@media only screen and (max-width: 700px) {
  .cr-richtext .ql-toolbar > .ql-formats > .cr-mobile-hidden {
    display: none;
  }
}
.cr-richtext .ql-editor {
  line-height: 1.5;
  font-size: 14px;
}
.cr-richtext .ql-editor img {
  max-width: 100%;
  height: auto;
}
.cr-richtext .ql-editor h1,
.cr-richtext .ql-editor h2,
.cr-richtext .ql-editor h3,
.cr-richtext .ql-editor h4 {
  margin: 10px 0;
}
.cr-richtext .ql-editor p {
  margin-bottom: 0.55em;
}
.cr-richtext .ql-editor blockquote,
.cr-richtext .ql-editor ol,
.cr-richtext .ql-editor ul {
  margin: 1.1em 0;
}
.cr-richtext .ql-editor ol,
.cr-richtext .ql-editor ul {
  padding-left: 2em;
}
.cr-richtext .ql-editor ol li,
.cr-richtext .ql-editor ul li {
  margin-top: 0.44em;
}
.cr-richtext .ql-editor ol li:not(.ql-direction-rtl),
.cr-richtext .ql-editor ul li:not(.ql-direction-rtl) {
  list-style-type: disc;
  padding-left: 0px;
}
.cr-richtext .ql-editor ol li:not(.ql-direction-rtl)::before,
.cr-richtext .ql-editor ul li:not(.ql-direction-rtl)::before {
  display: none;
}
.cr-richtext .ql-editor ol li:not(.ql-direction-rtl) {
  list-style-type: decimal;
}
.cr-richtext .ql-editor a {
  color: #0080CC;
}
.ql-snow .ql-tooltip {
  margin-left: 80px;
}
.ql-snow .ql-tooltip a.ql-action::after {
  content: "Edit";
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  content: "Save";
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.cr-comment-body .ql-editor.cr-content-html,
.cr-question-body .ql-editor.cr-content-html {
  padding: 0px;
  height: auto;
}
.ql-editor.ql-blank::before {
  color: #DDDDDD;
}
.cr-collapse-list {
  width: 100%;
  line-height: 1.5em;
  background-color: #F6F9F9;
}
.cr-collapse-list > .collapse-group {
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  padding-left: 35px;
  padding-right: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-collapse-list > .collapse-group {
    padding: 0 10px;
  }
}
.cr-collapse-list > .collapse-group > .collapse-head {
  position: relative;
  font-size: 18px;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cr-collapse-list > .collapse-group > .collapse-head > .collapse-title {
  width: 100%;
  padding-right: 50px;
}
.cr-collapse-list > .collapse-group > .collapse-head > i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 20px;
}
.cr-collapse-list > .collapse-group > .collapse-body {
  margin: 0;
  border-top: 2px solid #EBEEEE;
  padding: 10px 0;
  color: #777777;
}
.cr-collapse-list > .collapse-group > .collapse-body .cr-question-tile {
  font-size: 15px;
  color: #555555;
  font-weight: bold;
}
.cr-collapse-list > .collapse-group > .collapse-body ul {
  padding-left: 1.2em;
  list-style-type: square;
}
.cr-collapse-list > .collapse-group > .collapse-body ol {
  padding-left: 1.2em;
}
.cr-collapse-list > .collapse-group > .collapse-body a {
  color: #0080CC;
}
.cr-collapse-list > .collapse-group > .collapse-body img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.cr-collapse-list > .collapse-group > .collapse-body > * {
  display: block;
  padding: 5px 0;
  overflow: hidden;
}
.cr-collapse-list > .collapse-group > .collapse-body > * + * {
  border-top: 1px dashed #DDDDDD;
}
.cr-collapse-list > .collapse-group > ul.collapse-body,
.cr-collapse-list > .collapse-group ol.collapse-body {
  list-style-position: inside;
}
.cr-collapse-list > .collapse-group > ul.collapse-body.cr-show-all,
.cr-collapse-list > .collapse-group ol.collapse-body.cr-show-all {
  list-style-position: outside;
}
.cr-collapse-list > .collapse-group > ul.collapse-body.cr-show-all > *,
.cr-collapse-list > .collapse-group ol.collapse-body.cr-show-all > * {
  white-space: normal;
  margin-left: 1.2em;
  overflow: visible;
}
.cr-collapse-list > .collapse-group > ul.collapse-body > li,
.cr-collapse-list > .collapse-group ol.collapse-body > li {
  display: list-item;
}
.cr-collapse-list > .collapse-group > ul.collapse-body {
  list-style-type: square;
}
.cr-collapse-list > .collapse-group + .collapse-group {
  margin-top: 10px;
}
.cr-intro {
  border: 1px solid #E4E4E4;
  line-height: 1.5em;
  background-color: #FFFFFF;
}
.cr-intro > .intro-wrap {
  padding-top: 15px;
  text-align: center;
}
.cr-intro > .intro-wrap.cr-normal-padding {
  padding: 15px;
}
@media only screen and (max-width: 700px) {
  .cr-intro > .intro-wrap {
    padding: 10px 5px;
    padding-bottom: 0;
  }
}
.cr-intro > .intro-wrap > .intro-title {
  font-size: 20px;
  font-weight: bold;
}
.cr-intro > .intro-wrap > .intro-body {
  text-align: left;
}
table.cr-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #AAAAAA;
}
table.cr-table > thead > tr {
  padding-bottom: 13px;
  border-bottom: 1px solid #AAAAAA;
}
table.cr-table > thead > tr > th {
  text-align: left;
  padding-bottom: 13px;
}
table.cr-table > tbody > tr > td {
  vertical-align: middle;
  height: 40px;
  padding: 5px;
  border: 1px solid #AAAAAA;
  font-size: 12px;
  font-weight: normal;
}
.cr-question {
  border-bottom: 1px #E4E4E4 dashed;
  padding: 20px 0px;
  min-height: 55px;
  clear: both;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cr-question {
    padding: 13px 0px 13px 0px;
    cursor: pointer;
  }
}
.cr-question:last-child {
  border-bottom: 0px;
}
.cr-question .cr-stats {
  position: absolute;
  overflow: auto;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  padding: 8px;
}
.cr-question .cr-stats > .cr-sec + .cr-sec + .cr-sec {
  border-right: 0px;
  color: #ff7011;
}
.cr-question .cr-stats .cr-sec {
  text-align: center;
  float: left;
  padding: 0px 8px;
  border-right: 1px solid #E4E4E4;
  color: #65D4E2;
}
.cr-question .cr-stats .cr-sec:first-child {
  color: #E93524;
}
.cr-question .cr-stats .cr-sec:last-child {
  border-right: 0px;
  color: #65D4E2;
}
.cr-question .cr-stats .cr-sec > div:first-child {
  width: 45px;
  font-size: 16px;
  font-weight: bold;
}
.cr-question .cr-stats .cr-sec > div:last-child {
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 700px) {
  .cr-question .cr-stats {
    display: none;
  }
}
.cr-question .cr-main {
  margin-left: 88px;
}
@media only screen and (max-width: 700px) {
  .cr-question .cr-main {
    margin-left: 0;
  }
}
.cr-question .cr-main .cr-title {
  color: #0080CC;
  font-size: 14px;
  line-height: 1.5em;
}
.cr-question .cr-main .cr-title > span.cr-status {
  color: #65D4E2;
  padding: 1px 4px;
  border: 1px solid #65D4E2;
  border-radius: 3px;
  margin-right: 4px;
  font-size: 12px;
}
.cr-question .cr-main .cr-title > span.cr-status.cr-top {
  background-color: #ec6941;
  border-color: #ec6941;
  color: #FFFFFF;
}
.cr-question .cr-main .cr-title .cr-viewcount {
  margin-left: 0.3em;
  font-size: 90%;
  color: #999999;
}
@media only screen and (max-width: 700px) {
  .cr-question .cr-main .cr-title {
    line-height: 1.7em;
  }
}
.cr-question .cr-main .cr-tag-list {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
@media only screen and (max-width: 700px) {
  .cr-question .cr-main .cr-tag-list {
    margin-top: 5px;
  }
}
.cr-question .cr-main .cr-tag-list .cr-tag {
  padding: 3px 8px;
}
.cr-question .cr-main .cr-tag-list .cr-float-right {
  margin-top: 3px;
}
.cr-question .cr-main .cr-tag-list .cr-answercount {
  margin-right: 5px;
  display: none;
}
@media only screen and (max-width: 700px) {
  .cr-question .cr-main .cr-tag-list .cr-answercount {
    display: inline-block;
  }
}
.cr-question.cr-top .cr-main .cr-title a {
  color: #ff9f41;
}
.cr-dropdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 60px;
  margin-top: 40px;
  background: #0796D7;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.cr-dropdown-header > span {
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
}
.cr-dropdown-header:hover {
  background-color: #016FFF;
}
.cr-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);
}
.cr-dropdown-content .content-label {
  background-color: #FFFFFF;
}
.cr-dropdown-content .content-label:hover {
  background-color: rgba(1, 111, 255, 0.14);
}
.cr-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;
}
.cr-dropdown-header:hover + .cr-dropdown-content,
.cr-dropdown-content:hover {
  display: block;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  font: 14px Roboto, "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
body:after {
  height: 471px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  body:after {
    height: 54px;
  }
}
body * {
  font-family: Roboto, "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
.footer-only-copyright:after {
  height: 81px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .footer-only-copyright:after {
    height: 54px;
  }
}
.no-footer:after {
  display: none;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  /*
  &:hover{
    color: @blue-1;
  }*/
}
a.cr-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%;
}
.cr-float-left {
  float: left;
}
.cr-float-right {
  float: right;
}
.cr-green {
  color: #6ABA38;
}
.cr-hidden {
  display: none;
}
@media only screen and (max-width: 700px) {
  .cr-mobile-hidden {
    display: none!important;
  }
}
.cr-alert {
  padding: 10px;
  background-color: #FFFFFF;
  color: #777777;
  border: 1px solid #666666;
}
.cr-alert.cr-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.cr-alert.cr-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.cr-alert.cr-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.cr-alert.cr-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.cr-error {
  color: #E93524;
  display: none;
}
.cr-color-red {
  color: #E93524;
}
.cr-color-blue {
  color: #0080CC;
}
.cr-color-orange {
  color: #ff7011;
}
.cr-bg-gray {
  background-color: #F6F9F9;
}
.cr-bg-orange {
  background-color: #ff7011;
}
.cr-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
.cr-error-div {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.cr-error-div a {
  color: #0080CC;
  text-decoration: underline;
}
.cr-error-div img {
  width: 400px;
}
.cr-error-div p {
  left: 450px;
  font-size: 16px;
}
.cr-tag {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #E4E4E4;
  display: inline-block;
  color: #999999;
}
.cr-user-avatar {
  color: #333333;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  overflow: auto;
}
.cr-user-avatar > span,
.cr-user-avatar > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.cr-user-avatar > img {
  width: 20px;
  height: 20px;
}
.cr-user-avatar.cr-circle {
  height: initial;
}
.cr-user-avatar.cr-circle > img {
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
}
.cr-user-avatar.cr-circle > span,
.cr-user-avatar.cr-circle > a {
  font-size: 14px;
  line-height: 35px;
}
.cr-user-avatar.cr-large > img {
  width: 50px;
  height: 50px;
}
.cr-user-avatar.cr-large > span,
.cr-user-avatar.cr-large > a {
  font-size: 14px;
  line-height: 50px;
  margin-left: 0.7em;
  display: inline-block;
}
.cr-pagination {
  text-align: center;
  border-top: 1px solid #E4E4E4;
}
.cr-pagination > * {
  display: inline-block;
  padding: 10px;
}
.cr-pagination > *.cr-current {
  color: #65D4E2;
}
.cr-mobile-ui {
  display: none;
}
@media only screen and (max-width: 700px) {
  .cr-mobile-ui {
    display: inline-block;
  }
  span.cr-mobile-ui {
    display: inline;
  }
}
@media only screen and (max-width: 700px) {
  .cr-web-ui {
    display: none;
  }
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg {
  background-color: #EEEEF6 !important;
  height: 450px;
  width: 100%;
  margin: auto;
  background: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/background_banner.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 450px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro {
  height: 100%;
  display: table;
  width: 1250px;
  margin: auto;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap {
  display: table-cell;
  width: 880px;
  height: 100%;
  padding-left: 10px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan {
  font-size: 60px;
  font-weight: bold;
  color: #1890FF;
  margin-top: 57px;
  margin-bottom: 17px;
  line-height: 68px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan > p {
  margin: 0;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan > p + p {
  margin-top: 10px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > h2 {
  margin-top: 17px;
  font-weight: 500;
  line-height: normal;
  color: #333333;
  font-size: 24px;
  width: 780px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap .cr-download-btns {
  margin-top: 50px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap .cr-demo-reel {
  width: 180px;
  display: flex;
  margin-top: 23px;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap .cr-demo-reel .cr-demo-reel-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro {
    width: 100%;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap {
    padding-left: 30px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg {
    height: 200px;
    background-size: auto 100%;
    background-position: 48%;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro {
    width: 100%;
    overflow: hidden;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap {
    padding-left: 20px;
    margin-left: 0px;
    margin-top: 0px;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan {
    height: 40px;
    font-size: 14px;
    color: #1890FF;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan > p {
    margin: 0;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > .cr-slogan > p + p {
    margin-top: 5px;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap > h2 {
    margin-top: 10px;
    color: #333333;
    font-size: 12px;
    line-height: 1.2em;
    left: 120px;
    width: 95%;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap .cr-download-btns {
    margin-top: 30px;
  }
  .cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg > .cr-slide-intro > .cr-slide-intro-wrap .cr-demo-reel-btn {
    margin-top: -10px;
    font-size: 12px;
    margin-left: 0px;
  }
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-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;
}
.cr-homepage .cr-carousel > .cr-carousel-content > .cr-carousel-slide.cr-slide-bg a:hover .link-underline {
  opacity: 1;
}
.cr-homepage .product-functions .product-functions-header {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  color: #999999;
}
.cr-homepage .product-functions .product-functions-header > a {
  color: #333333;
  width: 250px;
  font-size: 30px;
  line-height: normal;
  text-align: center;
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
}
.cr-homepage .product-functions .product-functions-header .title-tab.title-selected {
  font-weight: 600;
  border-bottom: 4px solid #1890FF;
  color: #1890FF;
  font-size: 36px;
  width: 300px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-functions-header {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    color: #999999;
  }
  .cr-homepage .product-functions .product-functions-header > a {
    width: 150px;
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .cr-homepage .product-functions .product-functions-header .title-tab.title-selected {
    font-weight: normal;
    border-bottom: 4px solid #1890FF;
    color: #1890FF;
    font-size: 18px;
    width: 150px;
  }
}
.cr-homepage .product-functions .product-key-functions {
  display: flex;
  justify-content: space-between;
  margin: 60px auto 50px auto;
  padding-bottom: 30px;
  max-width: 1240px;
  width: 100%;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .product-functions .product-key-functions {
    overflow-x: auto;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-key-functions {
    padding-bottom: 0px;
    overflow-x: auto;
    margin: 30px 3px 0px;
  }
}
.cr-homepage .product-functions .product-key-functions .product-key-function {
  background: #FFFFFF;
  border: 1px solid #ECEFF6;
  box-sizing: border-box;
  border-radius: 15px;
  margin-right: 6px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-key-functions .product-key-function {
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-header {
  margin-top: 6px;
  margin-left: 8px;
  height: 118px;
  width: 288px;
  display: flex;
  justify-content: left;
  align-items: center;
  background-image: url('https://yuntu-f.fastcadreader.com/cad/web/images/cover/key_functions_header.png');
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  border-radius: 10px;
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-header > p {
  padding-left: 16px;
  color: #333333;
  width: 190px;
  height: 52px;
  opacity: 1;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  display: flex;
}
.cr-homepage .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: 0px 20px 0 20px;
  margin-bottom: 20px;
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail {
  display: flex;
  justify-content: space-between;
  width: 260px;
  min-height: 40px;
  margin-top: 13px;
  flex-direction: column;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail {
    margin-top: 20px;
  }
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div {
  width: 280px;
  height: 68px;
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div .icon-wrapper {
  right: 5px;
  top: 10px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > p {
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
  color: #333333;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > p {
    font-size: 14px;
  }
}
.cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > p + p {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  margin-left: 25px;
  margin-top: 0px;
  height: 7px;
  width: 87%;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-key-functions .product-key-function .product-key-function-content .product-key-function-detail > div > p + p {
    font-size: 13px;
  }
}
.cr-homepage .product-functions .product-key-functions .product-key-function:hover {
  border: 1px solid #1890FF;
}
.cr-homepage .product-functions .product-all-functions {
  width: 100%;
  display: flex;
  align-items: center ;
  justify-content: center;
  gap: 20px;
  padding-bottom: 124px;
  margin-top: 100px;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .product-functions .product-all-functions {
    gap: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-all-functions {
    justify-content: unset;
    margin-top: 40px;
    margin-bottom: 25.5px;
    padding-bottom: 0px;
  }
}
.cr-homepage .product-functions .product-all-functions .change-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-all-functions .change-button {
    display: none;
  }
}
.cr-homepage .product-functions .product-all-functions .product-all-functions-content {
  display: flex;
  width: 1200px;
  height: 435px;
  overflow: hidden;
  justify-content: center;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-all-functions .product-all-functions-content {
    height: 470px;
  }
}
.cr-homepage .product-functions .product-all-functions .product-all-functions-content .product-all-functions-content-inner {
  justify-content: center;
  display: grid;
  width: 100%;
  grid-gap: 0 0;
  grid-template-columns: repeat(auto-fill, 150px);
  grid-auto-rows: 145px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-all-functions .product-all-functions-content .product-all-functions-content-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: unset;
    padding-bottom: 0px;
  }
}
.cr-homepage .product-functions .product-all-functions .product-all-functions-content .product-all-functions-content-inner .product-all-function-detail {
  height: 145px;
  margin: 0px 20px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cr-homepage .product-functions .product-all-functions .product-all-functions-content .product-all-functions-content-inner .product-all-function-detail .product-all-function-name {
  margin-top: 5px;
  width: 110px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-functions .product-all-functions .product-all-functions-content .product-all-functions-content-inner .product-all-function-detail .product-all-function-name {
    font-size: 14px;
  }
}
.cr-homepage .product-application {
  background-color: #D6EDFD !important;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  justify-items: center;
}
.cr-homepage .product-application .cr-brief-title {
  padding-top: 43px;
  font-weight: 600;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-application {
    height: 640px;
    overflow: hidden;
  }
  .cr-homepage .product-application .cr-brief-title {
    padding-top: 10px;
    font-size: 24px;
    font-weight: normal;
  }
}
.cr-homepage .product-application .product-applicable-content {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  max-width: 1200px;
  flex-direction: column;
  justify-items: center;
  margin: auto;
  z-index: 3;
  justify-content: space-between;
}
.cr-homepage .product-application .product-applicable-content .product-applicable-header {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: left;
  color: #999999;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content .product-applicable-header {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.cr-homepage .product-application .product-applicable-content .product-applicable-header > a {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  display: inline-block;
  margin-left: 0px;
  margin-right: 45px;
  color: #333333;
}
@media only screen and (min-width: 701px) and (max-width: 760px) {
  .cr-homepage .product-application .product-applicable-content .product-applicable-header > a {
    font-size: 20px;
  }
}
.cr-homepage .product-application .product-applicable-content .product-applicable-header .applicable-tab.applicable-selected {
  font-weight: bold;
  border-bottom: 4px solid #1890FF;
  color: #1890FF;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-application .product-applicable-content .product-applicable-header {
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    margin-bottom: 0px;
  }
  .cr-homepage .product-application .product-applicable-content .product-applicable-header > a {
    font-size: 12px;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
  }
}
.cr-homepage .product-application .product-applicable-content > div {
  display: flex;
  justify-content: center;
  position: relative;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content {
  justify-content: center;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 52% 48%;
  margin-top: 40px;
  width: 100%;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    justify-content: unset;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    justify-content: center;
    position: relative;
    z-index: 3;
    padding-bottom: 57px;
    display: flex;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1160px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    grid-template-columns: 35% 60%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    justify-content: center;
    position: relative;
    z-index: 3;
    padding-bottom: 57px;
    display: grid;
    justify-items: center;
    margin-top: 40px;
    width: 100%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    overflow: hidden;
    flex-direction: column;
  }
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left {
  flex-shrink: 0;
  align-self: center;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item {
  height: 125px;
  margin-top: 0px;
  color: #333333;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .title-container {
  display: flex;
  align-items: center;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .title-container .title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 0px;
  margin-left: 10px;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .detail {
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left {
    height: auto;
    width: 90%;
    flex-shrink: unset;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 25px;
    padding-top: 0px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item {
    margin-top: 5px;
    height: auto;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .title-container .title {
    font-size: 14px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .detail {
    font-size: 12px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content {
    margin-top: 0;
    padding-bottom: 0px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;
    width: 80%;
    flex-shrink: unset;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    padding-top: 0px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left > p {
    margin-left: 10px;
    margin-right: 10px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item {
    margin-top: 30px;
    height: unset;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .text-content-left .description-item .title-container .title {
    font-size: 22px;
  }
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right {
  height: 100%;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div {
  float: right;
  width: 100%;
  max-width: 520px;
  height: auto;
}
.cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div > i {
  height: 335px;
  width: 520px;
  background-image: url("https://yuntu-f.fastcadreader.com/cad/web/images/cover/applicable_header.jpg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  display: inline-block;
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div > i {
    float: left;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div > i {
    position: relative;
    transform: scale(0.75);
  }
}
@media only screen and (min-width: 701px) and (max-width: 1200px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right {
    float: unset;
    justify-content: center;
    margin-right: 0px;
    margin-top: 10px;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div {
    justify-content: center;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div > i {
    position: relative;
    transform: scale(0.75);
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right {
    padding-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div {
    width: auto;
  }
  .cr-homepage .product-application .product-applicable-content > div .text-image-content .image-content-right > div > i {
    transform: scale(0.5);
    position: relative;
    bottom: 60px;
  }
}
.cr-homepage .product-application::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  background-image: url('https://yuntu-f.fastcadreader.com/cad/web/images/bg/background_homepage_20241114.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  opacity: 0.7;
  z-index: 1;
}
.cr-homepage .product-story .product-story-header {
  padding-top: 50px;
}
.cr-homepage .product-story .product-story-header > p {
  font-size: 36px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cr-homepage .product-story .product-story-header > p + p {
  margin-top: 22px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-story .product-story-header {
    padding-top: 30px;
  }
  .cr-homepage .product-story .product-story-header > p {
    font-size: 24px;
    font-weight: normal;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .cr-homepage .product-story .product-story-header > p + p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.cr-homepage .product-story .product-story-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1225px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .product-story .product-story-contents {
    margin-top: 30px;
    overflow-x: auto;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .product-story .product-story-contents {
    overflow-x: auto;
  }
}
.cr-homepage .product-story .product-story-contents .product-story-content {
  width: 391px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  height: 480px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .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: 1399px) {
  .cr-homepage .product-story .product-story-contents .product-story-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cr-homepage .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/cad/web/images/cover/customer_story_header_20241212.png');
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
}
.cr-homepage .product-story .product-story-contents .product-story-content .product-story-content-header > p {
  margin-left: 17px;
  margin-top: 105px;
  color: #FFFFFF;
  width: 379px;
  height: 48px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-feature-settings: "kern" on;
  text-transform: uppercase;
}
.cr-homepage .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;
}
.cr-homepage .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;
}
.cr-homepage .product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-introduction > i {
  margin-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: auto;
  height: 60px;
  width: 60px;
  background-image: url("https://yuntu-f.fastcadreader.com/cad/web/images/cover/customer_story_header_20241212.png");
}
.cr-homepage .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;
}
.cr-homepage .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;
}
.cr-homepage .product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail > div {
  width: 360px;
  height: 156px;
}
.cr-homepage .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;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0em;
  color: #666666;
}
.cr-homepage .product-story .product-story-contents .product-story-content .product-story-content-body .product-story-content-detail > div > i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 55px;
  width: 187px;
  background-image: url("https://yuntu-f.fastcadreader.com/cad/web/images/logo/customer_logo.png");
  margin-top: 20px;
  margin-left: 160px;
}
.cr-homepage .product-story .product-story-contents .product-story-content:hover {
  border: 1px solid #1890FF;
}
.cr-homepage .learning-and-service {
  background: #F8F9FD;
}
.cr-homepage .learning-and-service .learning-and-service-header {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
}
.cr-homepage .learning-and-service .learning-and-service-header > p {
  font-size: 36px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.cr-homepage .learning-and-service .learning-and-service-header > p + p {
  align-self: center;
  margin-top: 32px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: normal;
  line-height: normal;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .learning-and-service .learning-and-service-header {
    padding-top: 20px;
  }
  .cr-homepage .learning-and-service .learning-and-service-header > p {
    font-size: 24px;
    font-weight: normal;
  }
  .cr-homepage .learning-and-service .learning-and-service-header > p + p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.cr-homepage .learning-and-service .learning-and-service-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .learning-and-service .learning-and-service-contents {
    margin-top: 0px;
    overflow-x: auto;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .learning-and-service .learning-and-service-contents {
    overflow-x: auto;
  }
}
.cr-homepage .learning-and-service .learning-and-service-contents .learning-and-service-content {
  height: 492px;
  width: 390px;
  background: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .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: 1399px) {
  .cr-homepage .learning-and-service .learning-and-service-contents .learning-and-service-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cr-homepage .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) {
  .cr-homepage .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;
  }
}
.cr-homepage .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: 0px 20px 0 20px;
}
.cr-homepage .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;
}
.cr-homepage .learning-and-service .learning-and-service-contents .learning-and-service-content .learning-and-service-content-body .learning-and-service-content-detail > div {
  width: 340px;
}
.cr-homepage .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: 0px;
  margin-top: 25px;
  color: #333333;
  width: 300px;
  height: 28px;
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  font-feature-settings: "kern" on;
}
.cr-homepage .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;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
}
.cr-homepage .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;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #333333;
}
.cr-homepage .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: 0px;
  margin-top: 25px;
  color: #333333;
  width: 300px;
  height: 28px;
  opacity: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  font-feature-settings: "kern" on;
}
.cr-homepage .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;
}
.cr-homepage .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;
}
.cr-homepage .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: 0px;
  margin-top: 60px;
  color: #666666;
  width: 250px;
  height: 19px;
  opacity: 1;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  font-feature-settings: "kern" on;
}
.cr-homepage .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) {
  .cr-homepage .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;
  }
}
.cr-homepage .learning-and-service .learning-and-service-contents .product-key-function:hover {
  border: 1px solid #1890FF;
}
.cr-homepage .encourage-join {
  margin-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .encourage-join {
    height: 200px;
    margin-bottom: 10px;
  }
}
.cr-homepage .encourage-join .encourage-join-sentence {
  padding-top: 60px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .encourage-join .encourage-join-sentence {
    padding-top: 20px;
  }
}
.cr-homepage .encourage-join .encourage-join-sentence > p {
  color: #333333;
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-homepage .encourage-join .encourage-join-sentence > p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .encourage-join .encourage-join-sentence > p {
    font-size: 12px;
    line-height: normal;
    font-weight: normal;
  }
}
.cr-homepage .encourage-join .encourage-join-sentence > p + p {
  line-height: 40px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .encourage-join .encourage-join-sentence > p + p {
    line-height: normal;
  }
}
.cr-homepage .encourage-join .download-log {
  width: 100%;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cr-homepage .cr-part {
  padding: 60px 0 45px 0;
}
.cr-homepage .cr-part.cr-blue {
  background-color: #24709F;
}
.cr-homepage .cr-part.cr-blue > .cr-part-wrap > .cr-part-header > .cr-part-title {
  color: #FFFFFF;
}
.cr-homepage .cr-part.cr-blue > .cr-part-wrap > .cr-part-header > .cr-part-intro {
  color: #FFFFFF;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-header {
  text-align: center;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-header > .cr-part-title {
  font-size: 50px;
  line-height: 1em;
  font-weight: bolder;
  color: #333333;
  margin-top: 0;
  margin-bottom: 30px;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-header > .cr-part-intro {
  color: #878787;
  font-size: 16px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-header > .cr-part-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-header > .cr-part-intro {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body {
  background-image: url('https://yuntu-f.fastcadreader.com/cad/web/images/bg/background_homepage_20241114.jpg');
  overflow: hidden;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item {
  float: left;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item.cr-col2 {
  width: 50%;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item.cr-col4 {
  width: 25%;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item {
    float: none;
  }
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item.cr-col2 {
    width: 100%;
  }
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-body > .cr-part-item.cr-col4 {
    float: left;
    width: 50%;
  }
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body.cr-app-update {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.cr-homepage .cr-part > .cr-part-wrap > .cr-part-body.cr-app-update > .cr-part-item {
  display: table-cell;
  float: none;
  width: 50%;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-body.cr-app-update {
    display: block;
    margin-bottom: 0;
  }
  .cr-homepage .cr-part > .cr-part-wrap > .cr-part-body.cr-app-update > .cr-part-item {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-part {
    padding: 30px 5px;
  }
}
.cr-homepage .cr-part#vip-functions {
  padding-bottom: 20px;
}
.cr-homepage .cr-products {
  padding-top: 75px;
  overflow: hidden;
  padding-bottom: 70px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-products {
    padding-bottom: 30px;
  }
}
.cr-homepage .cr-products > .cr-product {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 10px;
}
.cr-homepage .cr-products > .cr-product > i {
  position: absolute;
  left: 43%;
  top: -37px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-products > .cr-product > i {
    left: 40%;
  }
}
.cr-homepage .cr-products > .cr-product > .cr-product-wrap {
  background-color: #F7F7F7;
  text-align: center;
  padding: 50px 20px 30px 20px;
}
.cr-homepage .cr-products > .cr-product > .cr-product-wrap > ol {
  height: 245px;
  margin-bottom: 25px;
  padding-left: 30px;
  text-align: left;
  color: #777777;
  line-height: 2em;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-products > .cr-product > .cr-product-wrap > ol {
    height: auto;
  }
}
.cr-homepage .cr-products > .cr-product > .cr-product-wrap > .cr-product-download {
  display: inline-block;
  background-color: #6ABA38;
  padding: 5px 30px;
  color: #FFFFFF;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-products > .cr-product {
    width: 100%;
  }
  .cr-homepage .cr-products > .cr-product.cr-p-first {
    margin-bottom: 50px;
  }
}
.cr-homepage .cr-about {
  width: 100%;
}
.cr-homepage .cr-about > .cr-about-title {
  background-color: #F7F7F7;
  text-align: center;
  padding: 45px 0;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-about > .cr-about-title {
    padding: 10px 0;
  }
}
.cr-homepage .cr-about > .cr-about-title > h1 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 3px solid #0080CC;
}
.cr-homepage .cr-about > .cr-about-title > h4 {
  color: #999999;
  padding: 0px 10px;
}
.cr-homepage .cr-about > .cr-about-content {
  background-color: #F0F0F0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cr-homepage .cr-about > .cr-about-content > div {
  display: inline-block;
  color: #666666;
  max-width: 50%;
  float: left;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-about > .cr-about-content > div {
    max-width: 100%;
    max-height: none;
    height: auto;
  }
}
.cr-homepage .cr-about > .cr-about-content > div > img {
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-about > .cr-about-content > div > img {
    height: auto;
  }
}
.cr-homepage .cr-about > .cr-about-content > .cr-about-intro {
  padding-left: 50px;
  padding-top: 15px;
}
.cr-homepage .cr-about > .cr-about-content > .cr-about-intro > p {
  max-width: 540px;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 2em;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-about > .cr-about-content > .cr-about-intro {
    padding: 0px 15px 15px 15px;
  }
}
.cr-homepage .cr-attention {
  background-color: #0080CC;
  height: 125px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-attention {
    height: auto;
  }
}
.cr-homepage .cr-attention > .cr-attention-wrap {
  color: #FFFFFF;
  font-weight: bold;
  height: 100%;
  position: relative;
}
.cr-homepage .cr-attention > .cr-attention-wrap > .cr-attention-icon {
  position: absolute;
  left: 50px;
  top: 43px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-attention > .cr-attention-wrap > .cr-attention-icon {
    left: 30px;
    top: 20px;
  }
}
.cr-homepage .cr-attention > .cr-attention-wrap > .cr-attention-content {
  display: inline-block;
  margin: 53px 30px 14px 130px;
}
@media only screen and (max-width: 700px) {
  .cr-homepage .cr-attention > .cr-attention-wrap > .cr-attention-content {
    margin: 15px 30px;
    margin-left: 100px;
  }
}
.cr-about-glodon .cr-glodon-instruction {
  margin: 30px auto;
  max-width: 800px;
  font-size: 18px;
  text-align: justify;
}
.cr-contact-us .cr-contact-info {
  margin: 30px auto;
  max-width: 800px;
  font-size: 16px;
}
.cr-terms-and-conditions .cr-terms-content {
  margin: 30px auto;
  max-width: 800px;
  font-size: 18px;
  text-align: justify;
}
@media only screen and (max-width: 700px) {
  .cr-glodon-instruction,
  .cr-contact-info,
  .cr-terms-content {
    width: 90%;
  }
}
.cr-login .cr-login-container {
  padding: 50px 0px;
}
.cr-login .cr-login-container .cr-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) {
  .cr-login .cr-login-container .cr-login-form {
    width: 100%;
    padding: 20px 0;
  }
}
.cr-login .cr-login-container .cr-login-form .cr-container {
  padding: 20px 0px;
}
@media only screen and (max-width: 700px) {
  .cr-login .cr-login-container .cr-login-form .cr-container {
    padding: 20px 10px;
  }
}
.cr-login .cr-login-container .cr-login-form .cr-container .cr-input {
  width: 100%;
  margin-bottom: 15px;
}
.cr-login .cr-login-container .cr-login-form .cr-container button,
.cr-login .cr-login-container .cr-login-form .cr-container input[type="submit"] {
  margin: 10px 0px 15px 0px;
  width: 100%;
  font-size: 18px;
}
.cr-login .cr-login-container .cr-login-form .cr-container input#agree-gdpr {
  min-height: initial !important;
}
.cr-login .cr-login-container .cr-login-form .cr-container .cr-p-footnote {
  margin-top: 15px;
  color: #999999;
  font-size: 12px;
  overflow: hidden;
}
.cr-dashboard .cr-content-hidden {
  width: 1200px;
  margin: auto;
  overflow: auto;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-dashboard .cr-content-hidden {
    width: 94%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-hidden {
    width: 94%;
  }
}
.cr-dashboard .cr-navbar-large {
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-navbar-large {
    margin-bottom: 10px;
  }
}
.cr-dashboard .cr-navbar-large .cr-tab {
  line-height: 30px;
  padding: 0px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-navbar-large .cr-tab {
    font-size: 16px;
    padding: 0px;
    margin-left: 20px;
    margin-right: 0px;
    text-align: left;
  }
}
.cr-dashboard .cr-content-left {
  width: 220px;
  padding-right: 20px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-left {
    width: 100%;
    padding-right: 10px;
    display: flex;
    align-content: center;
  }
}
.cr-dashboard .cr-side-nav {
  background-color: #FFFFFF;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-side-nav {
    padding-left: 3px;
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.cr-dashboard .cr-side-nav .cr-p-tab {
  width: 220px;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-side-nav .cr-p-tab {
    text-align: center;
    font-size: 14px;
    padding: 0px 6px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
  }
}
.cr-dashboard .cr-content-main {
  width: 800px;
  float: left;
  position: relative;
  margin-left: 20px;
}
@media only screen and (min-width: 1400px) {
  .cr-dashboard .cr-content-main {
    width: 800px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-dashboard .cr-content-main {
    width: 500px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-main {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
.cr-dashboard .cr-content-main .cr-labeled-input {
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-main .cr-labeled-input {
    display: flex;
    /* 使用 flexbox 布局 */
    flex-wrap: wrap;
    /* 允许换行 */
    margin-left: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-main .cr-labeled-input .cr-p-label {
    font-size: 14px;
    text-align: left;
    margin-right: 5px;
    lex: 0 1 auto;
    /* 允许占据适当的空间 */
  }
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-content-main .cr-labeled-input .cr-p-input {
    font-size: 14px;
    flex: 0 1 auto;
    /* 允许占据适当的空间 */
  }
}
.cr-dashboard .cr-p-text {
  font-family: Roboto;
  float: right;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: underline;
  color: #1890FF;
  margin-top: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-dashboard .cr-p-text {
    font-size: 12px;
    margin-right: 20px;
  }
}
.cr-vip-buy-banner {
  box-sizing: border-box;
  width: 100%;
  height: 630px;
  position: relative;
}
.cr-vip-buy-banner .vip-banner-color-bg {
  width: 100%;
  height: 630px;
  z-index: 1;
  position: absolute;
}
.cr-vip-buy-banner .cr-vip-banner-bg {
  position: absolute;
  height: 630px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("https://yuntu-f.fastcadreader.com/cad/web/images/bg/background_payment_20241114.svg");
}
.cr-vip-buy-banner .cr-vip-buy-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  position: relative;
  width: 100%;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-heading {
  color: #000000;
  font-weight: bold;
  font-size: 45px;
  margin: 45px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-download-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 0 0;
  align-items: center;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-download-container .cr-download-version-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-download-container .cr-download-version-container > span {
  width: 100%;
  font-size: 14px;
  color: #333333;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-download-container .cr-download-version-container:hover > span {
  color: #0066FF;
}
.cr-vip-buy-banner .cr-vip-buy-info .cr-download-container .cr-separator-vertical-line {
  display: flex;
  height: 22px;
  border-left: 1px solid #979797;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  width: 100%;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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 #D6EDFD;
  box-shadow: 0px 6px 8px 0px #DEE8F2;
  margin-bottom: 28px;
  justify-content: center;
  align-items: center;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container .vip-options-button-item > p {
  color: #333333;
  font-size: 21.28px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container .vip-options-button-item.selected {
  color: #FFFFFF;
  background: #1890FF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container .vip-options-button-item.selected > p {
  color: #FFFFFF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals {
  display: flex;
  justify-content: center;
  max-width: 1210px;
  width: 100%;
  position: relative;
  gap: 22px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item {
  width: 29%;
  display: flex;
  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;
  height: 352px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .most-popular-tag {
  display: none;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
  margin: 50px 0 0 43px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container {
  margin: 30px 0 0 43px;
  color: #666666;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
  font-weight: 700;
  font-size: 48.6px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
  font-weight: 500;
  font-size: 25.5px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
  margin: 10px 0 0 43px;
  font-size: 22px;
  color: #999999;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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: 43px auto 31px;
  box-sizing: border-box;
  border: 2px solid rgba(0, 108, 255, 0.7);
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button:hover {
  background: #EFF6FF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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);
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular {
  border: 2px solid #1890FF;
  box-shadow: 0px 7px 10px 0px #C4CDE7;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .top-bar {
  border-radius: 4px 4px 0 0;
  height: 12px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .most-popular-tag {
  display: flex;
}
@media only screen and (max-width: 700px) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .most-popular-tag > p {
    font-size: 18px;
  }
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .vip-duration {
  margin: 50px 0 0 43px;
}
@media only screen and (max-width: 700px) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .vip-duration {
    margin: 25px 0 0 43px;
  }
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .top-bar {
  background: #1890FF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .monthly-spending-container .monthly-spending-amount {
  color: #1890FF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button {
  background: #1890FF;
  border: unset;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item.most-popular .buy-now-button:hover {
  background: #016FFF;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-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) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .most-popular-tag > p {
    font-size: 19px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
    font-size: 24px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
    font-size: 40px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
    font-size: 20px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
    font-size: 18px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button > p {
    font-size: 21px;
  }
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise {
  display: none;
  max-width: 1024px;
  width: 98%;
  height: 370px;
  position: relative;
  background: linear-gradient(121deg, #2D84FF 36%, #0179FF 93%);
  border-radius: 15px;
  box-shadow: 0px 7px 10px 0px #DEE8F2;
  margin: 12px 12px 20px 0;
  z-index: 20;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-left {
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper {
  display: flex;
  flex-direction: column;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 26px;
  margin-bottom: 0px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-description {
    width: 77%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-description {
    margin: 10px auto;
  }
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button {
  margin-top: 35px;
  border-radius: 6px;
  background: linear-gradient(95deg, #02A8FF 17%, #016FFF 114%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 67px;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button:hover {
  background: linear-gradient(90deg, #006CFF 0%, #0066FF 100%);
}
.cr-vip-buy-banner .cr-vip-buy-info > .cr-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) {
  .cr-vip-buy-banner {
    height: 816px;
  }
  .cr-vip-buy-banner .vip-banner-color-bg {
    height: 816px;
  }
  .cr-vip-buy-banner .cr-vip-banner-bg {
    height: 816px;
    background-size: auto;
  }
  .cr-vip-buy-banner .cr-vip-buy-info {
    width: 100%;
  }
  .cr-vip-buy-banner .cr-vip-buy-info .cr-heading {
    margin: 30px 0 0 0;
    font-size: 30px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info .cr-download-container {
    margin: 10px 0 0 0;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container {
    margin-top: 15px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container {
    margin-bottom: 15px;
    height: 40px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container .vip-options-button-item {
    font-size: 16px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-button-container .vip-options-button-item > p {
    font-size: 16px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item {
    width: 70%;
    margin: 0 auto 10px;
    height: unset;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .vip-duration {
    margin: 25px 0 0 43px;
    font-size: 18px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container {
    margin: 10px 0 0 43px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .monthly-spending-amount {
    font-size: 24px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .monthly-spending-container .time-unit {
    font-size: 16px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .billed-amount {
    font-size: 14px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button {
    margin: 15px auto;
    height: 45px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-individuals .vip-options-individuals-item .buy-now-button > p {
    font-size: 20px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise {
    margin-top: 10px;
    flex-direction: column;
    height: unset;
    width: 90%;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-left {
    margin-top: 11px;
    width: 100%;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-left .enterprise-left-wrapper .key-features {
    font-size: 24px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right {
    width: 100%;
    margin-top: 30px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
    margin-top: 18px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-title {
    margin-top: 0px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-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;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button {
    margin: 20px auto 15px;
    height: 50px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise .vip-options-enterprise-right .contact-sales-button > p {
    font-size: 22px;
  }
  .cr-vip-buy-banner .cr-vip-buy-info > .cr-vip-options-container .vip-options-enterprise::after {
    background: linear-gradient(to bottom, #F8F9FC 54%, #FFFFFF 46%);
  }
}
.cr-payment .cr-content-auto {
  width: 1200px;
  margin: auto;
  padding-bottom: 50px;
  overflow: unset;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-content-auto {
    width: 96%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-payment .main-content {
    width: 90%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-payment .cr-header-wrap {
    width: 94%;
  }
}
.cr-payment .table {
  width: 99%;
  border-collapse: collapse;
}
.cr-payment .table tr {
  border-bottom: 1px solid #ccc;
}
.cr-payment .table th,
.cr-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) {
  .cr-payment .table th,
  .cr-payment .table td {
    font-size: 14px;
    height: unset;
  }
}
.cr-payment .collapse-button {
  width: 100%;
  height: 45px;
  border-collapse: collapse;
  font-weight: bold;
  background: #F5F5F5;
}
@media only screen and (max-width: 700px) {
  .cr-payment .collapse-button {
    height: 50px;
    font-size: 12px;
  }
}
.cr-payment .column {
  padding: 10px;
  font-size: 22px;
  padding-top: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .column {
    height: 50px;
  }
}
.cr-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: 1399px) {
  .cr-payment .column1 {
    width: 350px;
  }
}
@media only screen and (max-width: 700px) {
  .cr-payment .column1 {
    font-size: 12px !important;
    text-indent: 10px;
    width: 100%;
    padding: 0px !important;
  }
}
.cr-payment .column2 {
  width: 182px;
  cursor: pointer;
}
@media only screen and (max-width: 700px) {
  .cr-payment .column2 {
    font-size: 12px;
    width: 15%;
  }
}
.cr-payment .column3 {
  cursor: pointer;
  width: 182px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .column3 {
    font-size: 12px;
    width: 15%;
  }
}
.cr-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) {
  .cr-payment .column4 {
    justify-content: center;
    align-content: center;
    font-size: 10px;
    padding: 0px !important;
    width: 15%;
    text-align: center !important;
  }
}
.cr-payment .cr-vip-function {
  font-size: 22px;
  align-items: center;
  text-align: left;
  text-indent: 0;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-vip-function {
    font-size: 14px;
  }
}
.cr-payment .cr-function-tip {
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-function-tip {
    font-size: 12px;
  }
}
.cr-payment .cr-vip-sub-function {
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-vip-sub-function {
    margin-top: 1px;
  }
}
.cr-payment .cr-sub-function-tip {
  font-size: 22px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-sub-function-tip {
    font-size: 12px;
    margin-top: 1px;
  }
}
.cr-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) {
  .cr-payment .column-t-1 {
    font-size: 14px;
    padding: 0px !important;
    text-indent: 10px;
  }
}
.cr-payment .no-border {
  border-top: none !important;
  border-bottom: none !important;
}
.cr-payment .hidden-row {
  display: table-row;
}
.cr-payment .hidden-row:hover {
  background-color: #F7F7F7;
  z-index: 5;
}
.cr-payment .toggle-label {
  display: inline-block;
  cursor: pointer;
}
.cr-payment .arrow {
  font-size: 12px;
  margin-left: 5px;
  color: #007bff;
  padding-right: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .arrow {
    padding-right: 0px;
  }
}
.cr-payment .arrow:hover {
  cursor: pointer;
  color: #0056b3;
}
.cr-payment .cr-table-title {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-table-title {
    font-size: 36px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 10px;
  }
}
.cr-payment .cr-table-subhead {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .cr-payment .cr-table-subhead {
    display: table-row;
    height: 40px;
  }
}
.cr-payment .cr-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: 10;
  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) {
  .cr-payment .cr-table-head {
    font-size: 12px;
    height: 50px;
    width: 100%;
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1210px) {
  .cr-payment .cr-table-head {
    justify-content: unset;
  }
}
.cr-payment .cr-table-head .cr-table-head-text-1 {
  width: 650px;
  text-align: left;
  font-size: 33px;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cr-payment .cr-table-head .cr-table-head-text-1 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-table-head .cr-table-head-text-1 {
    font-size: 18px;
    width: 100%;
  }
}
.cr-payment .cr-table-head .cr-table-head-text-2 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .cr-payment .cr-table-head .cr-table-head-text-2 {
    display: none;
  }
}
.cr-payment .cr-table-head .cr-table-head-text-2 > .cr-product-download-buttons {
  display: flex;
  width: 162px;
  height: 46px;
  background: #1890FF;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  cursor: pointer;
}
.cr-payment .cr-table-head .cr-table-head-text-2 > .cr-product-download-buttons > span {
  font-size: 16px;
}
.cr-payment .cr-table-head .cr-table-head-text-2 > .cr-product-download-buttons:hover {
  background-color: #016FFF;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown {
  margin-top: 76px;
  margin-left: unset;
  width: 162px;
}
@media only screen and (max-width: 700px) {
  .cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown {
    margin-top: 100px;
  }
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 162px;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label:hover > span {
  color: #1890FF;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label:hover .cr-windows-icon {
  background-position: -116px -752px;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label:hover .cr-mac-icon {
  background-position: -146px -752px;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label:hover .cr-android-icon {
  background-position: -176px -752px;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown > .content-label:hover .cr-ios-icon {
  background-position: -206px -752px;
}
.cr-payment .cr-table-head .cr-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;
}
.cr-payment .cr-table-head .cr-table-head-text-2 .cr-product-download-buttons:hover + .product-dropdown,
.cr-payment .cr-table-head .cr-table-head-text-2 .product-dropdown:hover {
  display: block;
}
.cr-payment .cr-table-head .cr-table-head-text-3 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .cr-payment .cr-table-head .cr-table-head-text-3 {
    display: none;
  }
}
.cr-payment .cr-table-head .cr-table-head-text-4 {
  width: 183px;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .cr-payment .cr-table-head .cr-table-head-text-4 {
    display: none;
  }
}
.cr-payment .table th {
  background-color: #1890FF;
  color: white;
  padding: 10px;
  text-align: center;
  height: 60px;
}
.cr-pay-return .cr-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) {
  .cr-pay-return .cr-response {
    width: 100%;
    padding: 10px;
  }
}
.cr-pay-return .cr-response .cr-response-body {
  margin: 40px 0;
  text-align: left;
}
.cr-pay-return .cr-response .cr-response-body .cr-vip-info {
  color: #999999;
}
.cr-pay-return .cr-response .cr-response-body .cr-vip-info > ul > li + li {
  margin-top: 5px;
}
.cr-pay-return .cr-response .cr-response-footer {
  margin: 20px 0;
}
.cr-confirm .cr-section {
  margin: 0 0 0 40px;
  padding: 40px 0;
}
@media only screen and (max-width: 700px) {
  .cr-confirm .cr-section {
    margin: 0 0 0 15px;
  }
}
.cr-confirm .cr-section + .cr-section {
  border-top: 1px solid #E4E4E4;
}
.cr-confirm .cr-section.cr-pay-attention {
  border: 1px solid #E4E4E4;
  padding: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-confirm .cr-section.cr-pay-attention {
    display: none;
  }
}
.cr-confirm .cr-section.cr-pay-attention > h4 {
  margin: 0;
}
.cr-confirm .cr-section.cr-pay-attention > p {
  padding-left: 20px;
}
.cr-confirm .cr-section.cr-pay-attention > p .cr-color-red {
  font-size: 16px;
}
.cr-confirm .cr-section.cr-pay-attention > p.cr-credit-example {
  margin-top: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.cr-confirm .cr-section.cr-pay-attention > p.cr-credit-example > img {
  float: left;
}
.cr-confirm .cr-section.cr-pay-attention > p.cr-credit-example > img + img {
  margin-left: 60px;
}
.cr-confirm .cr-section-title {
  border-left: 3px solid #0080CC;
  padding-left: 10px;
  line-height: 1.2em;
  margin: 0;
}
.cr-confirm .cr-section-main {
  padding-top: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 700px) {
  .cr-confirm .cr-section-main {
    padding-left: 0;
  }
}
.cr-confirm .cr-section-main .cr-label {
  display: inline-block;
  width: 110px;
}
.cr-confirm .cr-section-main .cr-account {
  color: #0080CC;
  font-weight: bold;
}
.cr-confirm .cr-section-main .cr-bold {
  font-weight: bold;
}
.cr-confirm .cr-section-main .cr-pay {
  margin: 25px 0;
}
.cr-confirm .cr-section-main .cr-pay .cr-btn {
  float: left;
  display: inline-block;
  background-color: #009CDE;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
}
.cr-question-detail .cr-question-container {
  padding: 35px 20px;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container {
    padding: 15px 10px;
  }
}
.cr-question-detail .cr-question-container .cr-question-title {
  margin: 0;
  color: #333333;
  padding-bottom: 5px;
  border-bottom: 1px solid #EBEEEE;
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container .cr-question-title {
    font-size: 18px;
  }
}
.cr-question-detail .cr-question-container .cr-question-body {
  margin-top: 10px;
  color: inherit;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container .cr-question-body {
    margin-top: 10px;
  }
}
.cr-question-detail .cr-question-container .cr-question-meta {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #666666;
  font-size: 12px;
  overflow: auto;
  min-height: 29px;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container .cr-question-meta {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.cr-question-detail .cr-question-container .cr-question-meta .cr-float-right {
  line-height: 26px;
  color: #777777;
}
.cr-question-detail .cr-question-container .cr-question-meta .cr-float-right > * {
  margin-left: 1.5em;
  float: left;
}
.cr-question-detail .cr-question-container .cr-question-meta .cr-float-right > .cr-user-avatar {
  position: relative;
  top: 3px;
}
.cr-question-detail .cr-question-container .cr-question-footer {
  padding-top: 15px;
  border-top: 1px dashed #EBEEEE;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container .cr-question-footer {
    padding-top: 10px;
  }
}
.cr-question-detail .cr-question-container .cr-question-footer .cr-question-actions {
  line-height: 36px;
  overflow: auto;
}
.cr-question-detail .cr-question-container .cr-question-footer .cr-question-actions .cr-float-right {
  clear: both;
  float: right;
  font-size: 12px;
  color: #666666;
}
.cr-question-detail .cr-question-container .cr-question-footer .cr-question-actions .cr-float-right > * + *:before {
  content: ' ';
  position: relative;
  top: 2px;
  display: inline-block;
  height: 1em;
  border-left: 1px solid #AAAAAA;
  margin: 0 5px;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-question-container .cr-question-footer .cr-question-actions .cr-float-right {
    line-height: 20px;
  }
}
.cr-question-detail .cr-answers-container .cr-answers-count {
  border-top: 1px solid #EBEEEE;
  border-bottom: 1px solid #EBEEEE;
  padding: 15px 20px;
  font-weight: bold;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment > .cr-comment-user > .cr-user-avatar {
  font-weight: bold;
  font-size: 14px;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment .cr-comment-body {
  color: #333333;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment .cr-comment-body .cr-answer-edit-container {
  display: none;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment .cr-comment-body .cr-answer-edit-container .cr-answer-edit {
  overflow: auto;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment .cr-comment-body .cr-answer-edit-container .cr-answer-edit button.cr-save {
  margin-top: 10px;
}
.cr-question-detail .cr-answers-container .cr-answer-list > .cr-comment .cr-comments {
  margin-top: 15px;
}
.cr-question-detail .cr-answer-add {
  position: relative;
  padding: 20px;
  padding-left: 85px;
  overflow: auto;
  clear: both;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-answer-add {
    padding-left: 20px;
  }
}
.cr-question-detail .cr-answer-add .cr-img-box {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-answer-add .cr-img-box {
    display: none;
  }
}
.cr-question-detail .cr-answer-add textarea {
  width: 100%;
  height: 160px;
}
.cr-question-detail .cr-answer-add .cr-add-meta {
  margin-top: 15px;
  line-height: 20px;
  color: #0080CC;
}
.cr-question-detail .cr-answer-add .cr-add-meta input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.cr-question-detail .cr-answer-add .cr-alert {
  margin-top: 0;
  margin-bottom: 15px;
}
.cr-question-detail .cr-answer-add .cr-disable-cover {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #333333;
}
.cr-question-detail .cr-answer-add .cr-disable-cover .cr-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cr-question-detail .cr-comment {
  padding: 20px;
  border-bottom: 1px solid #EBEEEE;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .cr-question-detail .cr-comment {
    padding: 10px 15px;
  }
}
.cr-question-detail .cr-comment .cr-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px;
  background-color: #0080CC;
  color: #FFFFFF;
}
.cr-question-detail .cr-comment .cr-comment-user {
  line-height: 10px;
  color: #999999;
}
.cr-question-detail .cr-comment .cr-comment-body {
  margin-top: 15px;
  color: #666666;
}
.cr-question-detail .cr-comment .cr-comment-footer {
  margin-top: 15px;
  color: #999999;
  line-height: 25px;
  font-size: 12px;
}
.cr-question-detail .cr-comment .cr-comment-footer .cr-comment-time {
  font-size: 12px;
  color: #999999;
}
.cr-question-detail .cr-comment .cr-comment-footer .cr-action {
  margin-left: 10px;
}
.cr-question-detail .cr-comment.cr-accepted {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/bg/accepted.png);
  background-position: top right;
  background-size: 48px 48px;
  background-repeat: no-repeat;
  background-color: #F6F9F9;
}
.cr-question-detail .cr-comment:last-child {
  margin-bottom: 0px;
}
.cr-question-detail .editor .ql-editor {
  min-height: 200px;
  max-height: 700px;
}
.cr-guide {
  background-color: #F7F7F7;
}
.cr-guide .cr-guide-wrap {
  margin-top: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 50px 100px;
}
@media only screen and (max-width: 700px) {
  .cr-guide .cr-guide-wrap {
    margin-top: 15px;
    padding: 10px;
  }
}
.cr-guide .cr-guide-wrap .cr-ol {
  counter-reset: list-number;
}
.cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  .cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-head {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-body {
  margin-left: 35px;
}
@media only screen and (max-width: 700px) {
  .cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-body {
    margin-left: 15px;
  }
}
.cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-body > p {
  margin: 20px 0;
  line-height: 20px;
  font-size: 14px;
}
.cr-guide .cr-guide-wrap .cr-ol .ol-wrap > .ol-body > p > img {
  display: block;
  margin-top: 10px;
}
.cr-guide .cr-guide-wrap .cr-ol .ol-wrap + .ol-wrap {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px dashed #BFBFBF;
}
.cr-guide .cr-guide-wrap .cr-btn-download {
  display: inline-block;
  color: #FFFFFF;
  background-color: #0796D7;
  border-radius: 15px;
  padding: 5px 10px;
}
.cr-guide .cr-guide-terms {
  padding: 45px;
}
@media only screen and (max-width: 700px) {
  .cr-guide .cr-guide-terms {
    padding: 15px;
  }
}
.cr-guide .cr-guide-terms > p {
  margin: 0;
  line-height: 20px;
  font-size: 12px;
}
.cp-dropdown-content {
  display: none;
  position: absolute;
  width: 158px;
  border-radius: 2px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
  margin-top: 42px;
  margin-left: -208px;
  z-index: 10;
}
.cp-dropdown-content a {
  color: #333333;
  height: 46px;
  width: 156px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.cp-dropdown-content a:hover {
  background-color: rgba(1, 111, 255, 0.14);
  color: #1890FF;
}
.cp-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1D2B38;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 12px;
}
.cp-footer .cp-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 (max-width: 700px) {
  .cp-footer .cp-desc {
    display: none;
  }
}
.cp-footer .cp-desc .cp-desc-item-container {
  display: flex;
  flex-grow: 1;
}
.cp-footer .cp-desc .cp-desc-item-container.last-cp-desc-item {
  flex-grow: unset;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item {
  float: left;
  height: 300px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item.company-footer-height {
  height: 270px;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > .cp-item-title {
  font-size: 20px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 780px) {
  .cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > .cp-item-title {
    font-size: 16px;
  }
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > .cp-item-title.other-product {
  top: 20px;
  position: relative;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li.download-logo-item {
  margin-top: 8px;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a {
  margin: 0px;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a > img {
  top: 12px;
  position: relative;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a > .cp-product-logos {
  margin-top: 30px;
  display: flex;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a > .cp-product-logos > .cp-logos-wrapper {
  background-repeat: no-repeat;
  background-size: auto;
  width: 125px;
  height: 28px;
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a > .cp-product-logos > .cp-logos-wrapper.cp-cad-logo {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/logo/bottom_cad_logo_20241220.svg);
}
.cp-footer .cp-desc .cp-desc-item-container .cp-desc-item > li > a > .cp-product-logos > .cp-logos-wrapper.cp-pdf-logo {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/logo/bottom_pdf_logo_20250324.png);
}
.cp-footer > .cp-copyright {
  border-top: 1px solid #111D27;
  height: 81px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 700px) {
  .cp-footer > .cp-copyright {
    padding: 5px 10px;
    line-height: 35.5px;
  }
}
.cp-footer > .cp-copyright .cp-copyright-content {
  width: 98%;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
@media only screen and (max-width: 700px) {
  .cp-footer > .cp-copyright .cp-copyright-content {
    font-size: 12px;
    line-height: 20px;
  }
}
.cp-footer > .cp-copyright > a {
  text-decoration: underline;
}
.cp-header {
  background-color: #FFFFFF;
  z-index: 10;
  display: flex;
  height: 80px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #F5F5F5;
  flex: 1;
  width: 1250px;
  margin: auto;
  font-size: 16px;
}
.cp-header .cp-header-wrap {
  display: flex;
  align-items: center;
  padding-left: 25px;
}
.cp-header .cp-header-wrap > .cp-nav-tabs {
  line-height: 77px;
  float: left;
  display: flex;
  align-items: center;
  margin-left: 95.5px;
}
.cp-header .cp-header-wrap > .cp-nav-tabs > .cp-nav-tab {
  color: #333333;
  display: inline-block;
  text-align: center;
  justify-content: center;
  font-weight: normal;
  transition: all 0.2s;
  margin-right: 44.5px;
  position: relative;
  border-bottom: 0;
  border-bottom: 2px solid transparent;
}
.cp-header .cp-header-wrap > .cp-nav-tabs > .cp-nav-tab:hover,
.cp-header .cp-header-wrap > .cp-nav-tabs > .cp-nav-tab.selected {
  color: #1890FF;
  border-bottom: 2px solid #1890FF;
  font-weight: 500;
}
.cp-header .cp-header-wrap > .cp-nav-tabs > .cp-nav-tab.dropdown:hover + .header-dropdown {
  display: block;
  font-weight: 500;
}
.cp-header .cp-nav-tab:hover + .header-dropdown,
.cp-header .header-dropdown:hover {
  display: block;
}
.cp-header .header-dropdown {
  width: 201px;
  margin-top: 173px;
  margin-left: 85px;
}
.cp-header .header-dropdown > a {
  width: 201px;
}
@media only screen and (max-width: 700px) {
  .cp-header {
    height: 55px;
    width: 100%;
  }
  .cp-header .cp-header-wrap {
    width: 100%;
    justify-content: space-between;
    padding-left: 0px;
  }
  .cp-header .cp-header-wrap > .cp-icon-logo {
    transform: scale(0.8);
  }
  .cp-header .cp-header-wrap .cp-nav-tabs {
    margin: 0 10px;
    line-height: 52px;
  }
  .cp-header .cp-header-wrap .cp-nav-tabs .cp-nav-tab {
    margin: 0;
  }
}
.cp-icon-set {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/icon_set_20250620.svg);
}
.cp-icon-set.cp-icon-logo {
  width: 252px;
  height: 32px;
  background-position: 0px 0px;
}
.cp-icon-set.cp-icon-social {
  height: 16px;
  width: 16px;
  margin-right: 5px;
}
.cp-icon-set.cp-icon-social.cp-tiktok {
  background-position: 0px -440px;
}
.cp-icon-set.cp-icon-social.cp-youtube {
  background-position: -25px -440px;
}
.cp-icon-set.cp-icon-social.cp-linkin {
  background-position: -50px -440px;
}
.cp-icon-set.cp-icon-social.cp-facebook {
  background-position: -75px -440px;
}
.cp-icon-set.cp-icon-social.cp-instagram {
  background-position: -100px -440px;
}
.cp-icon-set.cp-icon-social.cp-twitter {
  background-position: -125px -440px;
}
.cp-icon-set.cp-icon-technical-background {
  width: 84px;
  height: 93px;
}
.cp-icon-set.cp-icon-arrow {
  margin-left: 5px;
  width: 8px;
  height: 8px;
}
.cp-icon-set.cp-icon-arrow.arrow-white {
  background-position: -18px -298px;
}
.cp-icon-set.cp-icon-arrow.arrow-gray {
  background-position: 0px -298px;
}
.cp-content-auto {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
.cp-about {
  color: #333333;
}
.cp-about .max-width-1200 {
  max-width: 1200px;
}
.cp-about > .cp-about-banner {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1890FF url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/about_banner_20241220.jpg) no-repeat bottom center;
  background-size: auto 450px;
}
.cp-about > .cp-about-banner > .cp-text-container {
  max-width: 96%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-wrap: balance;
  text-align: center;
  background: #00172D80;
  color: #FFFFFF;
  padding: 0 20px;
}
.cp-about > .cp-about-banner > .cp-text-container > h1 {
  margin: 50px auto 0px auto;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}
.cp-about > .cp-about-banner > .cp-text-container > p {
  margin: 30px auto 50px auto;
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .cp-about > .cp-about-banner > .cp-text-container > h1 {
    margin: 30px auto 0px auto;
    font-size: 24px;
  }
  .cp-about > .cp-about-banner > .cp-text-container > p {
    margin: 20px auto 30px auto;
    font-size: 14px;
  }
}
.cp-about > .cp-about-us-description {
  display: flex;
  flex-direction: column;
  margin: auto;
}
.cp-about > .cp-about-us-description > .cp-description-title {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 40px;
}
.cp-about > .cp-about-us-description > .cp-description-title > h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.cp-about > .cp-about-us-description > .cp-description-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cp-about > .cp-about-us-description > .cp-description-detail > p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
}
.cp-about > .cp-about-us-description > .cp-description-detail > p > span {
  font-weight: 500;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cp-about > .cp-about-us-description > .cp-description-detail {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 700px) {
  .cp-about > .cp-about-us-description > .cp-description-title {
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .cp-about > .cp-about-us-description > .cp-description-title > h2 {
    font-size: 28px;
  }
  .cp-about > .cp-about-us-description > .cp-description-detail {
    padding: 0 10px;
  }
  .cp-about > .cp-about-us-description > .cp-description-detail > p {
    margin: 0 15px 15px 15px;
    line-height: 2;
  }
}
.cp-about > .cp-technical-background {
  margin: 55px auto 80px;
  display: flex;
  gap: 42px;
  justify-self: center;
}
.cp-about > .cp-technical-background > .cp-technical-background-content {
  display: flex;
  flex-direction: column;
  max-width: 372px;
}
.cp-about > .cp-technical-background > .cp-technical-background-content:nth-child(2) {
  margin-left: 13px;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-img-title {
  display: flex;
  gap: 32px;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-img-title > .cp-technical-img-wrapper {
  display: flex;
  align-items: center;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-img-title > .cp-technical-content-wrapper {
  display: flex;
  align-items: center;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-img-title > .cp-technical-content-wrapper > p {
  margin: 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-text {
  margin-top: 20px;
}
.cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-text > p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
@media only screen and (max-width: 700px) {
  .cp-about > .cp-technical-background {
    flex-direction: column;
    padding-left: 10%;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content {
    max-width: 90%;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content:nth-child(2) {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cp-about > .cp-technical-background {
    padding: 0 10px;
    flex-direction: column;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content {
    max-width: 100%;
    flex-direction: row;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content:nth-child(2) {
    margin-left: 0px;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-img-title {
    min-width: 372px;
    max-width: 372px;
  }
  .cp-about > .cp-technical-background > .cp-technical-background-content > .cp-content-text {
    display: flex;
    margin-left: 20px;
  }
}
.cp-about > .cp-company-data {
  display: flex;
  background: #1890FF;
  width: 100%;
  color: #FFFFFF;
}
.cp-about > .cp-company-data > .cp-company-data-container {
  display: flex;
  justify-self: center;
  margin: 50px auto 55px;
  flex-wrap: wrap;
  gap: 39px 0;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content {
  display: flex;
  align-items: center;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-line-wrapper {
  display: flex;
  justify-content: left;
  margin: auto 65px;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-line-wrapper > .cp-gradient-separation-line {
  width: 0px;
  height: 84px;
  border-right: 1px solid;
  border-image: linear-gradient(180deg, rgba(0, 216, 247, 0) 0%, #FFFFFF 50%, rgba(0, 216, 247, 0) 100%) 1;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-self: center;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up {
  display: flex;
  margin: auto;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up > .cp-data-up-wrapper {
  font-size: 32px;
  font-weight: 500;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up > .cp-plus-symbol-wrapper {
  display: flex;
  margin-left: 4px;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up > .cp-plus-symbol-wrapper > .cp-plus-symbol {
  font-size: 24px;
  font-weight: 500;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-down {
  margin: auto;
  font-size: 14px;
}
.cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-down > p {
  margin: 5px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 701px) and (max-width: 1399px) {
  .cp-about > .cp-company-data > .cp-company-data-container {
    width: 90%;
    min-width: 680px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content {
    width: 30%;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-line-wrapper {
    margin: auto 15px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .cp-about > .cp-company-data > .cp-company-data-container {
    width: 90%;
    min-width: 300px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content {
    width: 33%;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-line-wrapper {
    margin: auto 2px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper {
    width: 100%;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up > .cp-data-up-wrapper {
    font-size: 18px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-up > .cp-plus-symbol-wrapper > .cp-plus-symbol {
    font-size: 12px;
  }
  .cp-about > .cp-company-data > .cp-company-data-container > .cp-data-content > .cp-data-wrapper > .cp-data-content-down {
    font-size: 12px;
  }
}
.cp-about > .cp-company-service {
  display: flex;
  justify-content: center;
  margin: 133px auto 74px;
}
@media only screen and (max-width: 700px) {
  .cp-about > .cp-company-service {
    display: none;
  }
}
.cp-homepage > .cp-carousel {
  position: relative;
  overflow: hidden;
  height: 525px;
}
.cp-homepage > .cp-carousel > .cp-carousel-content {
  display: flex;
  background-color: #D6EDFD;
  transition: transform 0.5s ease-in-out;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide {
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease-in-out;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide.selected {
  display: block;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro {
  height: 100%;
  display: table;
  width: 1250px;
  margin: auto;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap {
  display: table-cell;
  width: 880px;
  height: 100%;
  padding-left: 25px;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-icon {
  display: inline-block;
  margin-top: 72px;
  width: 136px;
  height: 32px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/logo/cp_products_icon_20250324.png);
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-icon-cad {
  background-position: 0 0px;
  background-repeat: no-repeat;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-icon-pdf {
  width: 148px;
  background-position: -144px 0px;
  background-repeat: no-repeat;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-slogan {
  color: #1890FF;
  margin-top: 32px;
  margin-bottom: 0px;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0em;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-slogan > p {
  margin: 0;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > h2 {
  color: #333333;
  margin-top: 10px;
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > h2 > p {
  line-height: 30px;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-learn-btn {
  margin-top: 40px;
  background-color: #1890FF;
  color: #FFFFFF;
  width: 150px;
  height: 44px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-slide-bg {
  display: none;
  height: 445px;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100%;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .bg-cad {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/cp_banner_cad_20241224.jpg);
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .bg-pdf {
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/cp_banner_pdf_20241224.jpg);
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-nav {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-nav > .nav-dot {
  width: 33px;
  height: 2px;
  background-color: #D8D8D8;
  border: none;
  cursor: pointer;
  align-self: center;
}
.cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-nav > .nav-dot.selected {
  background-color: #1890FF;
}
.cp-homepage > .cp-carousel > .cp-carousel-bottom {
  width: 100%;
  height: 80px;
  background-color: #D6EDFD;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cp-homepage > .cp-carousel > .cp-carousel-bottom > .cp-carousel-bottom-content {
  color: #333333;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
}
.cp-homepage > .cp-carousel > .cp-carousel-bottom > .cp-carousel-bottom-content > .bottom-content-text {
  font-size: 28px;
  color: #1890FF;
}
@media only screen and (min-width: 701px) and (max-width: 1210px) {
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-slide-bg {
    background-size: cover;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-bottom {
    height: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .cp-homepage > .cp-carousel {
    height: 360px;
    width: 100%;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro {
    width: 100%;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap {
    padding-left: unset;
    width: 100%;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-slogan {
    margin: auto;
    margin-top: 15px;
    text-align: center;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-icon {
    margin-left: 25px;
    margin-top: 30px;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-slogan > p {
    font-size: 26px;
    line-height: 40px;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > h2 {
    text-align: center;
    font-size: 12px;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > h2 > p {
    line-height: 20px;
  }
  .cp-homepage > .cp-carousel > .cp-carousel-content > .cp-carousel-slide > .cp-slide-intro > .cp-slide-intro-wrap > .cp-learn-btn {
    margin: auto;
    margin-top: 20px;
    width: 120px;
    font-size: 14px;
  }
  .cp-homepage > .cp-carousel .cp-carousel-content > .cp-carousel-nav {
    bottom: 75px;
  }
  .cp-homepage > .cp-carousel .cp-carousel-content > .cp-slide-bg {
    height: 300px;
    background-size: cover;
    background-position: left center;
  }
  .cp-homepage > .cp-carousel .cp-carousel-bottom {
    height: 60px;
  }
  .cp-homepage > .cp-carousel .cp-carousel-bottom > .cp-carousel-bottom-content {
    width: 90%;
    font-size: 12px;
  }
  .cp-homepage > .cp-carousel .cp-carousel-bottom > .cp-carousel-bottom-content > .bottom-content-text {
    font-size: 16px;
  }
}
.cp-homepage > .cp-products {
  height: 986px;
  font-size: 16px;
}
.cp-homepage > .cp-products > .cp-products-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cp-homepage > .cp-products > .cp-products-header > span {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  margin-top: 70px;
}
.cp-homepage > .cp-products > .cp-products-header > span + span {
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  text-transform: unset;
}
.cp-homepage > .cp-products > .cp-products-content {
  margin-top: 45px;
  width: 100%;
  height: 755px;
  display: flex;
  flex-direction: row;
  justify-items: center;
  justify-content: center;
  gap: 20px;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product {
  width: 590px;
  height: 735px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 6px 6px 0px 6px;
  gap: 20px;
  box-sizing: border-box;
  border: 1px solid #ECEFF6;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product:hover {
  border: 1px solid #1890FF;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-header {
  width: 100%;
  height: 130px;
  border-radius: 10px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/cp_products_bg_20250324.jpg);
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0px 0px 0px 15px;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function {
  color: #333333;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-header {
  height: 26px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-detail > .detail-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 15px;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-detail > .detail-content > .product-detail-icon {
  width: 24px;
  height: 24px;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-detail > .detail-content > span {
  margin-left: 10px;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer {
  width: 100%;
  height: 67px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0px 0px 0px;
  gap: 50px;
  box-sizing: border-box;
  border-top: 1px dashed #EBEBEB;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-download-buttons {
  width: 158px;
  height: 42px;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 1px;
  gap: 5px;
  background: #1890FF;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-download-buttons > span {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #FFFFFF;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-download-buttons:hover {
  background-color: #0058DD;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer .cp-product-download-buttons:hover + .product-dropdown,
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer .product-dropdown:hover {
  display: block;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-learn-button {
  width: 158px;
  height: 42px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  gap: 20px;
  box-sizing: border-box;
  border: 1.4px solid #1890FF;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-learn-button:hover {
  background-color: #BFDBFF;
}
.cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-learn-button > span {
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0px;
  color: #1890FF;
}
@media only screen and (min-width: 701px) and (max-width: 1210px) {
  .cp-homepage > .cp-products {
    overflow: hidden;
    height: 976px;
  }
  .cp-homepage > .cp-products > .cp-products-header {
    margin-left: 100px;
    margin-right: 100px;
  }
  .cp-homepage > .cp-products > .cp-products-header > span {
    margin-top: 50px;
    font-size: 26px;
  }
  .cp-homepage > .cp-products > .cp-products-header > span + span {
    margin-top: 30px;
    width: 94%;
    font-size: 14px;
    line-height: 18px;
  }
  .cp-homepage > .cp-products > .cp-products-content {
    width: 98%;
    margin-left: 10px;
    overflow-x: auto;
    justify-content: unset;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-header {
    width: 578px;
  }
}
@media only screen and (max-width: 700px) {
  .cp-homepage > .cp-products {
    height: 1605px;
    width: 98%;
  }
  .cp-homepage > .cp-products > .cp-products-header > span {
    margin-top: 40px;
    font-size: 18px;
  }
  .cp-homepage > .cp-products > .cp-products-header > span + span {
    margin-top: 20px;
    width: 94%;
    font-size: 11px;
    line-height: 18px;
  }
  .cp-homepage > .cp-products > .cp-products-content {
    margin-top: 15px;
    display: inline-block;
    justify-content: center;
    justify-items: center;
    gap: 0px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product {
    width: 98%;
    margin-left: 5px;
    margin-top: 10px;
    height: 708px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-header {
    background-position: center;
    background-size: cover;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions {
    gap: 15px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-header {
    width: 100%;
    font-size: 11px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-functions > .cp-product-function > .cp-product-function-detail > .detail-content > span {
    font-size: 10px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer {
    height: 40px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-download-buttons {
    width: 120px;
    height: 30px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-download-buttons > span {
    font-size: 12px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .product-dropdown {
    width: 120px;
    margin-top: 30px;
    margin-left: -170px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .product-dropdown a {
    height: 30px;
    width: 120px;
    font-size: 12px;
    padding-left: 10px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-learn-button {
    width: 120px;
    height: 30px;
  }
  .cp-homepage > .cp-products > .cp-products-content > .cp-product > .cp-product-footer > .cp-product-learn-button > span {
    font-size: 12px;
  }
}
.cp-homepage > .cp-product-solutions {
  height: 608px;
  background-color: #F5F9FF;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  margin-top: 60px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span + span {
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  text-transform: unset;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 382px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow-x: auto;
  color: #FFFFFF;
  gap: 20px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content {
  width: 260px;
  height: 362px;
  cursor: pointer;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/cp_solutions_bg_20250324.png);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 5px 10px 0px rgba(152, 145, 145, 0.5);
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-header {
  margin-top: 20px;
  padding-left: 15px;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body {
  margin-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-brief {
  width: 228px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main {
  display: none;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-detail {
  margin-bottom: 11px;
  flex-direction: row;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-detail > .content-detail-icon {
  width: 13px;
  height: 13px;
  background-position: 0px -419px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-detail > .content-detail-text {
  width: 228px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-client {
  width: 52.04%;
  height: 20%;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-client > .content-title {
  margin-top: 20px;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-client > .content-client-icon {
  margin-top: 15px;
  width: 125px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-product {
  width: 52.04%;
  height: 20%;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-product > .content-title {
  margin-top: 20px;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-product > .content-product-icons {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-product > .content-product-icons > .content-product-icon {
  margin-right: 13px;
  width: 102px;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content > .content-body > .content-main > .content-product > .content-product-icons > .content-product-icon.cp-solutions-icon {
  height: 35px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/bg/cp_solutions_bg_20250324.png);
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered {
  color: #333333;
  width: 638px;
  height: 362px;
  background-position: 0px -372px !important;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered > .content-header {
  margin-top: 30px;
  color: #333333;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered > .content-body {
  color: #333333;
  overflow: unset;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered > .content-body > .content-brief {
  display: none;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered > .content-body > .content-main {
  display: block;
  overflow: hidden;
}
.cp-homepage > .cp-product-solutions > .cp-products-solutions-contents > .cp-products-solutions-content.hovered > .content-body > .content-main > .content-detail > .content-detail-text {
  width: 640px;
  padding-left: 21px;
  margin-top: -15px;
  padding-right: 43px;
}
@media only screen and (min-width: 701px) and (max-width: 1210px) {
  .cp-homepage > .cp-product-solutions {
    overflow: hidden;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-header {
    margin-left: 100px;
    margin-right: 100px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span {
    font-size: 26px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span + span {
    margin-top: 30px;
    width: 94%;
    font-size: 14px;
    line-height: 18px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-contents {
    width: 98%;
    justify-content: unset;
  }
}
@media only screen and (max-width: 700px) {
  .cp-homepage > .cp-product-solutions {
    height: 560px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span {
    width: 96%;
    font-size: 18px;
    line-height: 25px;
    margin-top: 35px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-header > span + span {
    margin-top: 8px;
    width: 94%;
    font-size: 11px;
    line-height: 18px;
  }
  .cp-homepage > .cp-product-solutions > .cp-products-solutions-contents {
    overflow: hidden;
    margin-top: 25px;
    width: 96%;
    overflow-x: auto;
    justify-content: unset;
  }
}
.cp-homepage > .product-story > .product-story-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cp-homepage > .product-story > .product-story-header > span {
  margin-top: 60px;
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cp-homepage > .product-story > .product-story-header > span + span {
  margin-top: 25px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  text-transform: unset;
}
.cp-homepage > .product-story > .product-story-contents {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  padding-top: 5px;
  max-width: 1225px;
  width: 100%;
  overflow: hidden;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content {
  width: 391px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  height: 480px;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content:hover {
  border: 1px solid #1890FF;
}
.cp-homepage > .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/cad/web/images/cover/customer_story_header_20241212.png);
  background-repeat: no-repeat;
  background-size: auto;
  box-sizing: border-box;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content > .product-story-content-header > p {
  margin-left: 17px;
  margin-top: 105px;
  color: #FFFFFF;
  width: 379px;
  height: 48px;
  opacity: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-feature-settings: "kern" on;
  text-transform: uppercase;
}
.cp-homepage > .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;
}
.cp-homepage > .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;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content > .product-story-content-body > .product-story-content-introduction > i {
  margin-left: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: auto;
  height: 60px;
  width: 60px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/cover/customer_story_header_20241212.png);
}
.cp-homepage > .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;
}
.cp-homepage > .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;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content > .product-story-content-body > .product-story-content-detail > div {
  width: 360px;
  height: 156px;
}
.cp-homepage > .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;
  opacity: 1;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0em;
  color: #666666;
}
.cp-homepage > .product-story > .product-story-contents > .product-story-content > .product-story-content-body > .product-story-content-detail > div > i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 55px;
  width: 187px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/logo/customer_logo.png);
  margin-top: 10px;
  margin-left: 160px;
}
@media only screen and (min-width: 701px) and (max-width: 1210px) {
  .cp-homepage > .product-story > .product-story-header > span {
    font-size: 26px;
  }
  .cp-homepage > .product-story > .product-story-header > span + span {
    width: 94%;
    font-size: 14px;
    line-height: 18px;
  }
  .cp-homepage > .product-story > .product-story-contents {
    overflow-x: auto;
  }
  .cp-homepage > .product-story > .product-story-contents > .product-story-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .cp-homepage > .product-story > .product-story-header > span {
    margin-top: 35px;
    font-size: 18px;
    font-weight: bold;
  }
  .cp-homepage > .product-story > .product-story-header > span + span {
    margin-top: 10px;
    font-size: 11px;
  }
  .cp-homepage > .product-story > .product-story-contents {
    margin-top: 30px;
    overflow-x: auto;
    margin-bottom: 0px;
  }
  .cp-homepage > .product-story > .product-story-contents > .product-story-content {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
  }
}
.cp-homepage > .cp-excellent-partners {
  background: #F5F9FF;
  width: 100%;
  margin-top: 55px;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-title {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  width: 90%;
  text-align: center;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-title > h2 {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-title > p {
  color: #666666;
  margin: 20px auto 35px;
  font-size: 14px;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos > .cp-logos-content {
  display: flex;
  width: 1200px;
  justify-content: center;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos > .cp-logos-content > .cp-logos-inner {
  justify-content: center;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, 227px);
  grid-auto-rows: 90px;
  gap: 15px;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos > .cp-logos-content > .cp-logos-inner > .cp-logos-item {
  width: 227px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #D7D8D9;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos > .cp-logos-content > .cp-logos-inner > .cp-logos-item:hover {
  box-shadow: 0 4px 8px #BCBCBC80;
}
.cp-homepage > .cp-excellent-partners > .cp-excellent-partners-container > .cp-excellent-partners-logos > .cp-logos-content > .cp-logos-inner > .cp-logos-item > i {
  width: 205px;
  height: 75px;
  background-image: url(https://yuntu-f.fastcadreader.com/cad/web/images/company/logo/about_partners_logos_20241220.jpg);
  background-repeat: no-repeat;
  background-size: auto;
}
@media only screen and (max-width: 700px) {
  .cp-homepage > .cp-excellent-partners {
    display: none;
  }
}
.footer-company-page:after {
  height: 441px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .footer-company-page:after {
    height: 81px;
  }
}
@media only screen and (max-width: 700px) {
  .cp-mobile-hidden {
    display: none !important;
  }
}

/*# sourceMappingURL=common_style.css.map*/