/*! 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: 1280px;
  margin: auto;
  overflow: auto;
}
@media only screen and (min-width:1024px) and (max-width: 1200px) {
  .cr-content-auto {
    width: 1000px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cr-content-auto {
    width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-content-auto {
    width: 100%;
  }
}
.cr-content-auto > .cr-content-whole {
  width: 100%;
  position: relative;
  background-color: #F6F9F9;
}
@media only screen and (max-width: 767px) {
  .cr-content-auto > .cr-content-whole {
    margin: 0;
    border: 0;
  }
}
.cr-content-auto > .cr-content-left {
  width: 17%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cr-content-auto > .cr-content-left {
    display: none;
  }
}
.cr-content-auto > .cr-content-main {
  width: 83%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cr-content-auto > .cr-content-main {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .cr-content-auto {
    width: 100%;
  }
}
.cr-auto {
  margin: auto;
  overflow: auto;
}
.cr-vertical-margin {
  margin-top: 25px;
  margin-bottom: 25px;
}
.cr-icon-logo {
  display: inline-block;
  height: 35px;
  width: 320px;
  background: url(//yuntu-f.kuaicad.com/cad/web/images/home/bg_mixed20260115.png) 0 0 no-repeat;
  vertical-align: middle;
}
.cr-icon-logo.only-logo {
  width: 30px;
  background-position: -330px -3px;
}
@media only screen and (max-width: 767px) {
  .cr-icon-logo {
    width: 128px;
    margin-left: 5px;
    background-position: -330px -3px;
  }
}
.icon-kkcloud {
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/webcad/kkcloud-icon.png);
}
.icon-kkcloud.logo-kkcloud {
  height: 35px;
  width: 250px;
  background-position: -5px -5px;
}
@media only screen and (max-width: 767px) {
  .icon-kkcloud.logo-kkcloud {
    width: 133px;
    margin-left: 5px;
  }
}
.icon-kkcloud.logo-project-super {
  background-position: -10px -45px;
}
.icon-kkcloud.logo-project-normal {
  background-position: -52px -45px;
}
.icon-kkcloud.logo-project-ent {
  background-position: -52px -45px;
}
.cr-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  width: 20px;
}
.cr-icon.cr-medium {
  height: 32px;
  width: 32px;
}
.cr-icon.cr-large {
  height: 60px;
  width: 60px;
}
.cr-icon.cr-huge {
  height: 73px;
  width: 73px;
}
.cr-icon-toolbar {
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/webcad/toolbar.png);
}
.cr-icon-toolbar:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.cr-icon-toolbar.icon-scene {
  background-position: 0px 0px;
}
.cr-icon-toolbar.icon-layer {
  background-position: -60px 0px;
}
.cr-icon-benefit {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 161px;
  width: 140px;
  background-size: auto 100%;
}
@media only screen and (max-width: 767px) {
  .cr-icon-benefit {
    height: 80.5px;
    width: 70px;
  }
}
.cr-icon-benefit.cr-fast {
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/platform/mac-benefit-fast.png);
}
.cr-icon-benefit.cr-fully {
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/platform/mac-benefit-fully.png);
}
.cr-icon-benefit.cr-compatible {
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/platform/mac-benefit-compatible.png);
}
.cr-icon-benefit.cr-accurate {
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/platform/mac-benefit-accurate.png);
}
.cr-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
  color: #FFFFFF;
  overflow: hidden;
  font-size: 12px;
  padding: 15px 0;
}
.cr-footer.cr-copyright {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .cr-footer.cr-copyright {
    text-align: left;
    padding: 11px 5px;
  }
}
.cr-header {
  position: relative;
  background-color: #0C5578;
  color: #FFFFFF;
  z-index: 10;
  display: block;
  height: 55px;
}
.cr-header .cr-header-wrap {
  line-height: 55px;
}
.cr-header .cr-header-wrap > * {
  float: left;
}
.cr-header .cr-header-wrap > .cr-logo {
  display: inline-block;
}
.cr-header .cr-header-wrap > .cr-nav-tabs {
  float: right;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab {
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab.cr-gold {
  color: #FDC312;
}
.cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab + .cr-tab {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab {
    margin-right: 5px;
  }
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab.cr-mobile-hidden {
    display: none;
  }
  .cr-header .cr-header-wrap > .cr-nav-tabs > .cr-tab + .cr-tab {
    margin-left: 5px;
  }
}
.cr-dialog {
  position: fixed;
  top: 300px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .cr-dialog {
    width: 90%;
    margin-left: 1%;
    top: 200px;
  }
}
.cr-dialog .cr-dialog-wrap {
  z-index: 1050;
  position: relative;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-header {
  border-bottom: 1px solid #E6E6E6;
  overflow: hidden;
  padding: 15px;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-header > h3 {
  float: left;
  font-size: 16px;
  margin: 0;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-header > .cr-dialog-close {
  float: right;
  font-size: 18px;
  line-height: 1em;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-body {
  padding: 15px;
  text-align: left;
  color: #666666;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-body.cr-align-center {
  text-align: center;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-body a {
  color: #0097FF;
  text-decoration: underline;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-footer {
  overflow: hidden;
  padding: 15px;
  text-align: right;
}
.cr-dialog .cr-dialog-wrap .cr-dialog-footer > button + button {
  margin-left: 10px;
}
.cr-dialog .cr-cover {
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}
.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 */
}
.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: 7%;
  max-width: 98%;
  max-height: 90%;
  z-index: 21;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2);
}
table.cr-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #E6E6E6;
  font-size: 14px;
}
table.cr-table.only-border-bottom {
  border: none;
  border-bottom: 1px solid #E6E6E6;
}
table.cr-table .cr-break-all {
  word-break: break-all;
}
table.cr-table th,
table.cr-table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
}
table.cr-table th.text-left,
table.cr-table td.text-left {
  text-align: left;
}
table.cr-table th.text-right,
table.cr-table td.text-right {
  text-align: right;
}
table.cr-table th.normal-padding-left,
table.cr-table td.normal-padding-left {
  padding-left: 15px;
}
table.cr-table th .title-with-logo,
table.cr-table td .title-with-logo {
  display: inline-block;
  position: relative;
  line-height: 1em;
}
table.cr-table th .title-with-logo > i,
table.cr-table td .title-with-logo > i {
  position: absolute;
  left: 0;
  top: -8px;
}
table.cr-table th .title-with-logo > i + *,
table.cr-table td .title-with-logo > i + * {
  display: inline-block;
  width: 500px;
  padding-left: 37px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  table.cr-table th .title-with-logo > i + *,
  table.cr-table td .title-with-logo > i + * {
    width: 200px;
  }
}
table.cr-table > thead > tr {
  background-color: #F2F2F2;
  border-bottom: 1px solid #E6E6E6;
}
table.cr-table > tbody > tr:hover {
  background-color: #F2F2F2;
}
table.cr-table > tbody > tr + tr > td {
  border-top: 1px solid #E6E6E6;
}
.cr-mynav {
  width: 100%;
  background-color: #FFFFFF;
}
.cr-mynav > .cr-nav-header {
  background-color: #0097FF;
  color: #FFFFFF;
  text-align: center;
  padding: 30px 50px;
}
@media only screen and (max-width: 767px) {
  .cr-mynav > .cr-nav-header {
    display: none;
  }
}
.cr-mynav > .cr-nav-header > .cr-title-cn {
  font-size: 20px;
}
.cr-mynav > .cr-nav-header > .cr-title-split {
  display: inline-block;
  width: 25px;
  border-top: 1px solid #F6F9F9;
  margin: 15px 0 10px 0;
}
.cr-mynav > .cr-nav-header > .cr-title-en {
  font-size: 12px;
}
.cr-mynav > .cr-nav-body {
  border-right: 1px solid #DDDDDD;
  padding: 50px 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cr-mynav > .cr-nav-body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    height: 37px;
  }
}
.cr-mynav > .cr-nav-body > ul {
  font-size: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .cr-mynav > .cr-nav-body > ul {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: 0;
    white-space: nowrap;
    webkit-overflow-scrolling: touch;
    height: 50px;
  }
}
.cr-mynav > .cr-nav-body > ul li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cr-mynav > .cr-nav-body > ul li {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .cr-mynav > .cr-nav-body > ul li > a {
    display: block;
    margin: 0 5px;
    font-size: 14px;
  }
  .cr-mynav > .cr-nav-body > ul li.cr-mobile-hidden {
    display: none;
  }
}
.cr-mynav > .cr-nav-body > ul li.cr-selected {
  background-color: #E4F6FF;
  border-left: 5px solid #0097FF;
}
@media only screen and (max-width: 767px) {
  .cr-mynav > .cr-nav-body > ul li.cr-selected {
    border: none;
    background-color: #FFFFFF;
  }
  .cr-mynav > .cr-nav-body > ul li.cr-selected > a {
    color: #0097FF;
    font-weight: bold;
    border-bottom: 2px solid #0097FF;
    margin-bottom: -2px;
    line-height: 33px;
  }
}
.cr-input,
input {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  box-sizing: border-box;
}
.cr-input::placeholder,
input::placeholder {
  color: #AAAAAA;
}
.cr-columned-input {
  min-height: 35px;
  margin-bottom: 10px;
  padding-left: 110px;
  position: relative;
  overflow: auto;
  font-size: 14px;
}
.cr-columned-input .cr-label {
  width: 110px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  line-height: 35px;
  left: 0px;
  text-align: right;
}
.cr-columned-input .cr-input-container {
  display: inline-block;
  width: 100%;
}
.cr-columned-input .cr-input-container > span {
  line-height: 35px;
}
.cr-columned-input .cr-input-container > div.cr-hint {
  display: block;
  margin: 5px 0 0 0;
}
.cr-columned-input .cr-input-container > span.cr-hint {
  display: inline-block;
  margin-left: 15px;
}
.cr-columned-input .cr-input-container input[type="text"],
.cr-columned-input .cr-input-container input[type="number"] {
  width: 370px;
}
@media only screen and (max-width: 767px) {
  .cr-columned-input .cr-input-container input[type="text"],
  .cr-columned-input .cr-input-container input[type="number"] {
    width: 100%;
  }
}
.cr-columned-input .cr-input-container select.cr-select {
  margin-right: 10px;
}
label.cr-labeled-check {
  display: inline-block;
  margin-right: 15px;
}
input[type="radio"].cr-labeled-check,
input[type="checkbox"].cr-labeled-check {
  border: none;
  min-height: 1em;
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 2px;
}
.cr-radio {
  display: block;
  width: 90%;
  padding: 10px 0;
  cursor: pointer;
  line-height: 14px;
}
.cr-radio::after {
  clear: both;
  content: '';
  display: table;
}
.cr-radio > input[type="radio"].radio-input {
  display: none;
}
.cr-radio > input[type="radio"].radio-input:checked + .radio-display {
  border: 5px solid #1474AB;
}
.cr-radio > .radio-display {
  width: 14px;
  height: 14px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 100px;
}
.cr-radio > .radio-value {
  float: left;
  width: calc(100% - 25px);
  margin-left: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cr-btn {
  background-color: #0097FF;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  line-height: 1.1em;
  cursor: pointer;
  vertical-align: top;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.cr-btn.cr-medium {
  line-height: 25px;
  height: 45px;
  font-size: 16px;
  padding: 10px 40px;
}
.cr-panel {
  box-sizing: border-box;
  color: #FFFFFF;
  position: absolute;
  overflow: hidden;
  user-select: none;
  background-color: rgba(17, 17, 17, 0.88);
  z-index: 10;
  border: 1px solid #333333;
}
.cr-panel .cr-panel-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666666;
  background-color: rgba(20, 116, 171, 0.88);
}
.cr-panel .cr-panel-title-wrap .cr-title {
  padding: 0 40px 0 10px;
  width: 100% !important;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr-panel .cr-panel-title-wrap .cr-title.cr-movable {
  cursor: move;
}
.cr-panel .cr-panel-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cr-panel .cr-panel-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.cr-panel .cr-panel-container .cr-scroll-bar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 5px;
}
.cr-panel .cr-panel-container .cr-scroll-bar::-webkit-scrollbar-corner {
  background-color: transparent;
}
.cr-panel .cr-panel-container .cr-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(153, 153, 153, 0.8);
  position: relative;
  border-radius: 8px;
  margin: 2px 0;
}
.cr-panel .cr-panel-container .cr-scroll-bar::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(102, 102, 102, 0.2);
  border-radius: 8px;
  margin: 2px 0;
}
.cr-panel .cr-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  cursor: pointer;
  z-index: 20;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  font: 14px "Microsoft YaHei", Helvetica, san-serif;
}
body:after {
  height: 40px;
  display: block;
  content: '';
}
@media only screen and (max-width: 767px) {
  body:after {
    height: 54px;
  }
}
body * {
  font-family: "Microsoft YaHei", Helvetica, san-serif;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  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%;
  display: block;
}
.cr-float-left {
  float: left;
}
.cr-float-right {
  float: right;
}
.cr-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cr-mobile-hidden {
    display: none;
  }
}
.cr-vertical-middle {
  position: absolute;
  top: 50%;
  transform: translate(0, -100%);
}
@media only screen and (max-width: 767px) {
  .cr-vertical-middle {
    position: relative;
    top: auto;
    transform: none;
  }
}
.cr-bg-gray {
  background-color: #F2F2F2;
}
.cr-bg-white {
  background-color: #FFFFFF;
}
.cr-blue {
  color: #0097FF;
}
.cr-gold {
  color: #FDC312;
}
.cr-gray {
  color: #999999;
}
.cr-red {
  color: #E93524;
}
.cr-orange {
  color: #FF7011;
}
.cr-error {
  display: block;
  margin: 5px 0 0 0;
  color: #E93524;
  display: none;
}
.cr-align-center {
  text-align: center;
}
.cr-align-left {
  text-align: left;
}
.cr-error-div {
  position: relative;
  padding: 30px;
  overflow: auto;
}
.cr-error-div a {
  color: #0097FF;
  text-decoration: underline;
}
.cr-error-div img {
  width: 400px;
}
.cr-error-div p {
  left: 450px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .cr-error-div img {
    max-width: 100%;
  }
  .cr-error-div p {
    left: 0px;
  }
}
.callout {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 15px 30px 15px 15px;
  color: #3684d9;
}
.callout.callout-info {
  background-color: #e8f5ff;
}
.callout.callout-info-border {
  border: 1px solid #e8f5ff;
}
@media only screen and (max-width: 767px) {
  .cr-my .cr-content-left {
    display: block;
    float: none;
    width: 100%;
  }
}
.cr-my .cr-content-main {
  padding: 50px 40px;
}
@media only screen and (max-width: 767px) {
  .cr-my .cr-content-main {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cr-my .cr-content-auto.cr-vertical-margin {
    margin-top: 0;
  }
}
.cr-user-detail {
  position: relative;
}
.cr-user-detail > .cr-form-body > .cr-columned-input > .cr-input-container > input[type="text"],
.cr-user-detail > .cr-form-body > .cr-columned-input > .cr-input-container .cr-input {
  display: none;
}
.cr-user-detail > .cr-form-body > .cr-columned-input > .cr-input-container > .cr-tip {
  color: #777777;
}
.cr-user-detail > .cr-form-footer {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}
.cr-user-detail > .cr-form-footer > .cr-user-edit {
  position: absolute;
  right: 0;
  top: 0;
}
.cr-user-detail > .cr-form-footer > .cr-btn {
  display: none;
}
.cr-user-detail.cr-edit .cr-form-body > .cr-columned-input > .cr-input-container > input[type="text"],
.cr-user-detail.cr-edit .cr-form-body > .cr-columned-input > .cr-input-container .cr-input {
  display: inline-block;
}
.cr-user-detail.cr-edit .cr-form-body > .cr-columned-input > .cr-input-container > span {
  display: none;
}
.cr-user-detail.cr-edit .cr-form-footer > .cr-btn {
  display: inline-block;
}
.cr-user-detail.cr-edit .cr-form-footer > .cr-user-edit {
  display: none;
}
.cr-invoice-detail {
  display: none;
}
.cr-invoice-detail p {
  margin: 0;
  padding-left: 10px;
}
#supply-invoice {
  position: relative;
}
#supply-invoice .cr-invoice-title-datalist {
  position: absolute;
  top: 173px;
  left: 110px;
  width: 370px;
  border: 1px solid #E8E8E9;
  border-radius: 5px;
  z-index: 100;
  background-color: white;
  display: none;
}
#supply-invoice .cr-invoice-title-datalist p {
  margin: 0;
  padding: 10px;
}
#supply-invoice .cr-invoice-title-datalist p:hover {
  background-color: #3399FF;
}
#supply-invoice.form-invoice-new > .cr-columned-input {
  padding-left: 80px;
}
#supply-invoice.form-invoice-new > .cr-columned-input > .cr-label {
  width: 80px;
}
.cr-applog {
  background-color: #FFFFFF;
  padding: 25px 30px;
  margin: 25px 0;
}
.cr-applog > .cr-title {
  font-size: 20px;
}
.cr-applog > .cr-body-wrap {
  overflow: hidden;
  border-top: 2px solid #DDDDDD;
}
.cr-applog > .cr-body-wrap > ol {
  padding-left: 0;
  list-style-position: inside;
}
.cr-pay-return .cr-response {
  width: 700px;
  border: 1px solid #DDDDDD;
  margin: 100px auto 200px auto;
  text-align: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 767px) {
  .cr-pay-return .cr-response {
    width: 100%;
    padding: 10px;
    margin: 100px auto 0 auto;
  }
}
.cr-pay-return .cr-response .cr-response-body {
  margin: 40px 0;
  text-align: left;
}
.cr-pay-return .cr-response .cr-response-footer {
  margin: 20px 0;
}
.webcad {
  /*项目列表页*/
}
.webcad .cr-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.webcad p.cr-hint-code5 {
  font-size: 16px;
}
.webcad div.cr-hint-code5 {
  margin: 0 10px;
}
.webcad div.cr-hint-code5 p {
  display: inline-block;
  width: 390px;
}
.webcad div.cr-hint-code5 button {
  display: inline-block;
  margin-top: 15px;
  width: 140px;
}
.webcad.projectlist .cr-projects-container {
  margin-top: 40px;
}
.webcad.projectlist .cr-projects-container .cr-projects-title {
  border-left: 5px solid #115aa2;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .webcad.projectlist .cr-projects-container {
    margin-top: 25px;
  }
  .webcad.projectlist .cr-projects-container .cr-projects-title {
    margin-left: 5px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.webcad.projectdetail .cr-content {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .webcad.projectdetail .cr-content {
    margin-top: 0px;
  }
}
.webcad.projectdetail .cr-content-left {
  height: 100%;
  margin-left: 1%;
  border: solid 1px #E4E7ED;
}
.webcad.projectdetail .cr-content-left .cr-sidebar-title {
  padding: 10px 0 10px 25px;
  border-bottom: solid 1px #E4E7ED;
  font-size: 20px;
  font-weight: bold;
}
.webcad.projectdetail .cr-content-left .cr-sidebar-title img {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: -9px;
}
.webcad.projectdetail .cr-content-left .cr-sidebar-content {
  margin: 0px 20px;
  font-size: 14px;
}
.webcad.projectdetail .cr-content-main {
  height: 100%;
  width: 82%;
  padding: 0px 0px 10px 30px;
}
@media screen and (max-width: 767px) {
  .webcad.projectdetail .cr-content-main {
    width: 100%;
    padding: 0px;
  }
}
.webcad.projectdetail .cr-content-main .cr-project-operations button {
  border: 1px solid #D9D9D9;
  background-color: white;
  color: black;
}
.webcad.projectdetail .cr-content-main .cr-project-operations button.cr-upload-drawing {
  background-color: #0097FF;
  color: white;
}
.webcad.projectdetail .cr-content-main #dir-chain {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 15px 0 15px 40px;
  background-color: #E8F5FF;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .webcad.projectdetail .cr-content-main #dir-chain {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.webcad.projectdetail .cr-content-main #dir-chain span {
  display: inline-block;
  max-width: 160px;
  padding-left: 10px;
}
.webcad.projectdetail .cr-content-main #dir-chain span.cr-clickable {
  cursor: pointer;
  color: #1C9FFB;
}
.webcad.projectdetail .cr-content-main #drawings .cr-empty-dir {
  background-color: #F0F0F0;
  padding: 20px 0 20px 50px;
  font-size: 16px;
}
.webcad.projectdetail .cr-content-main #drawings td {
  text-align: left;
}
.webcad.projectdetail .cr-content-main #drawings td:first-child {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .webcad.projectdetail .cr-content-main #drawings td:first-child {
    padding-left: 0px;
  }
}
.webcad.projectdetail .cr-content-main #drawings td.drawing-size {
  max-width: 160px;
}
.webcad.projectdetail .cr-content-main #drawings td.drawing-createtime {
  width: 160px;
}
.webcad.projectdetail .cr-content-main #drawings td.drawing-createtime-simple {
  width: 90px;
}
@media screen and (min-width: 767px) {
  .webcad.projectdetail .cr-content-main #drawings td.drawing-createtime-simple {
    display: none;
  }
}
.webcad.projectdetail .cr-content-main #drawings td.drawing-operation {
  text-align: right;
}
.webcad.projectdetail .cr-content-main #drawings td img {
  display: inline-block;
  margin-bottom: -9px;
}
.webcad.projectdetail .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.webcad.projectdetail .progress-bar {
  float: left;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.cr-content-fixed {
  position: absolute;
  padding-top: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cr-view > .cr-header {
  height: 50px;
}
.cr-view > .cr-header > .cr-header-wrap {
  line-height: 50px;
  width: 100%;
  padding: 0 15px;
  overflow: hidden;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .cr-view > .cr-header > .cr-header-wrap {
    padding-right: 15px;
  }
}
.cr-view > .cr-header > .cr-header-wrap > .cr-drawing-title {
  width: calc(100% - 300px);
  line-height: 50px;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cr-view > .cr-header > .cr-header-wrap > .cr-drawing-title {
    width: calc(100% - 180px);
  }
}
.cr-view > .cr-header > .cr-header-wrap > .cr-nav-tabs {
  height: 50px;
}
.cr-view > .cr-header > .cr-header-wrap > .cr-nav-tabs > .cr-tab {
  max-width: 92px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cr-drawing-wrap {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
}
.cr-drawing-progress {
  width: 180px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cr-drawing-progress > .progress-tip {
  color: #FFFFFF;
  text-align: center;
}
.cr-drawing-toolbar {
  user-select: none;
  background-color: #333333;
  z-index: 10;
  border-radius: 3px;
}
.cr-drawing-toolbar.cr-toolbar-bottom {
  height: 50px;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cr-drawing-toolbar.cr-toolbar-bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: none;
  }
}
.cr-drawing-toolbar > .cr-toolbar-btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.cr-drawing-toolbar > .cr-toolbar-btn + .cr-toolbar-btn::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  border-right: 1px solid #808080;
}
.cr-scene-panel {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  z-index: 11;
}
.cr-scene-panel .cr-drawing-scenes {
  padding: 10px;
  background-color: rgba(50, 50, 50, 0.5);
}
.cr-photo-panel {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  .cr-photo-panel {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    transform: none;
  }
}
.cr-photo-panel .cr-title .cr-title-btn {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 5px;
}
.cr-photo-panel .cr-photo-viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cr-photo-panel .cr-photo-viewport .photo-thumbnail {
  float: left;
  width: 160px;
  height: calc(100% - 40px);
  overflow-y: auto;
  padding-bottom: 40px;
  border-right: 1px solid rgba(50, 50, 50, 0.5);
}
.cr-photo-panel .cr-photo-viewport .photo-thumbnail .thumbnail-item {
  box-sizing: border-box;
  width: 100%;
  height: 90px;
  background-color: rgba(50, 50, 50, 0.5);
  padding: 5px 10px;
  text-align: center;
  margin-top: 5px;
}
.cr-photo-panel .cr-photo-viewport .photo-thumbnail .thumbnail-item:hover,
.cr-photo-panel .cr-photo-viewport .photo-thumbnail .thumbnail-item.selected {
  background-color: rgba(80, 80, 80, 0.8);
}
.cr-photo-panel .cr-photo-viewport .photo-thumbnail .thumbnail-item img {
  display: inline-block;
  width: auto;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cr-photo-panel .cr-photo-viewport .photo-thumbnail {
    width: 100%;
  }
  .cr-photo-panel .cr-photo-viewport .photo-thumbnail .thumbnail-item {
    float: left;
    width: 48%;
    margin: 5px 1% 0 1%;
  }
}
.cr-photo-panel .cr-photo-viewport .photo-main {
  float: left;
  width: calc(100% - 160px);
  height: 100%;
  position: relative;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .cr-photo-panel .cr-photo-viewport .photo-main {
    display: none;
    width: 100%;
    float: none;
  }
}
.cr-photo-panel .cr-photo-viewport .photo-main .photo-view {
  position: relative;
  width: 100%;
  height: calc(100% - 100px);
}
.cr-photo-panel .cr-photo-viewport .photo-main .photo-view img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cr-photo-panel .cr-photo-viewport .photo-main .photo-operation {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cr-photo-panel .cr-photo-viewport .photo-main .photo-operation > * {
  font-size: 40px;
  padding: 0 15px;
  color: #0097FF;
}
.cr-photo-panel .cr-photo-viewport .photo-main .photo-operation > *:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .cr-photo-panel .cr-photo-viewport .photo-main .photo-operation {
    display: none;
  }
}
.cr-layer-panel {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  z-index: 11;
}
.cr-layer-panel .cr-drawing-layer {
  background-color: rgba(50, 50, 50, 0.5);
  width: 100%;
  padding: 3px 0 40px 10px;
  margin: 0;
  height: calc(100% - 40px);
  overflow-y: auto;
}
.cr-layer-panel .cr-drawing-layer .layer-item {
  list-style: none;
  height: 27px;
  line-height: 27px;
  position: relative;
}
.cr-layer-panel .cr-drawing-layer .layer-item.layer-hide .layer-visible-icon {
  background-position: -26px -60px;
}
.cr-layer-panel .cr-drawing-layer .layer-item.layer-hide .layer-name {
  color: #878787;
}
.cr-layer-panel .cr-drawing-layer .layer-item .layer-visible-icon {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-image: url(//yuntu-f.kuaicad.com/cad/web/images/webcad/toolbar.png);
  display: inline-block;
  vertical-align: middle;
  background-position: 0px -60px;
}
.cr-layer-panel .cr-drawing-layer .layer-item .layer-color {
  width: 13px;
  height: 13px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.cr-layer-panel .cr-drawing-layer .layer-item .layer-name {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  padding-left: 50px;
}
.cr-platform-mac .banner {
  background: url("//yuntu-f.kuaicad.com/cad/web/images/platform/mac-banner.png") no-repeat center;
  background-color: #FFFFFF;
  overflow: hidden;
}
.cr-platform-mac .banner .banner-wrap {
  height: 697px;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap {
  padding: 70px 0 0 0;
  color: #333333;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .intro {
  width: 780px;
  margin: auto;
  overflow: hidden;
  text-align: center;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .intro > * {
  line-height: 1em;
  margin: 23px 0;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .intro > h1 {
  font-size: 50px;
  font-weight: normal;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .intro > p {
  color: #555555;
  line-height: 1.6em;
  font-size: 16px;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .btns {
  margin-top: 15px;
  text-align: center;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .btns > * {
  color: #FFFFFF;
  background-color: #398ce7;
  display: inline-block;
  border: 1px solid #398ce7;
  border-radius: 30px;
  padding: 15px 50px;
  font-size: 20px;
}
.cr-platform-mac .banner .banner-wrap .intro-wrap .btns > *:hover {
  text-decoration: none;
}
.cr-platform-mac .banner .banner-wrap .benefit-wrap {
  margin-top: 100px;
}
.cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item {
  float: left;
  width: 25%;
  text-align: center;
}
.cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item .benefit-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
.cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item .benefit-brief {
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .cr-platform-mac .banner .banner-wrap {
    height: auto;
    background-size: auto 100%;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap {
    padding: 10px 15px;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap .intro {
    width: 100%;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap .intro > * {
    margin: 12px 0;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap .intro > h1 {
    font-size: 24px;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap .btns {
    margin-top: 10px;
  }
  .cr-platform-mac .banner .banner-wrap .intro-wrap .btns > * {
    padding: 5px 15px;
    font-size: 16px;
    border-radius: 10px;
  }
  .cr-platform-mac .banner .banner-wrap .benefit-wrap {
    margin-top: 30px;
  }
  .cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 15px;
  }
  .cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item .benefit-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .cr-platform-mac .banner .banner-wrap .benefit-wrap .benefit-item .benefit-brief {
    color: #555555;
  }
}
.cr-platform-mac .sample-wrap {
  margin-top: 50px;
  margin-bottom: 150px;
  text-align: center;
}
.cr-platform-mac .sample-wrap > img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cr-platform-mac .sample-wrap {
    padding: 0 5px;
  }
}
.cr-platform-web .banner {
  background-color: #3684d9;
  overflow: hidden;
}
.cr-platform-web .banner .banner-wrap {
  background: url("//yuntu-f.kuaicad.com/cad/web/images/platform/web-banner.jpg") no-repeat center;
  height: 599px;
}
.cr-platform-web .banner .banner-wrap .intro-wrap {
  padding: 140px 30px;
  color: #FFFFFF;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .intro {
  width: 50%;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .intro > * {
  line-height: 1em;
  margin: 23px 0;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .intro > h1 {
  font-size: 50px;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .intro > p {
  line-height: 1.1em;
  font-size: 16px;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .intro > strong {
  display: inline-block;
  margin-top: 0;
  padding-top: 23px;
  border-top: 1px solid;
  border-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 1 1 1 1;
  font-size: 20px;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .btns {
  margin-top: 40px;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .btns > * {
  display: inline-block;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .btns > *:hover {
  text-decoration: none;
}
.cr-platform-web .banner .banner-wrap .intro-wrap .btns > .reverse {
  margin-left: 20px;
  color: #3684d9;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .cr-platform-web .banner .banner-wrap {
    height: 175px;
    background-size: auto 100%;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap {
    padding: 10px 15px;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .intro > * {
    margin: 12px 0;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .intro > h1 {
    font-size: 16px;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .intro > p {
    font-size: 12px;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .intro > strong {
    font-size: 14px;
    padding-top: 12px;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .btns {
    margin-top: 0;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .btns > * {
    padding: 3px 10px;
    font-size: 14px;
  }
  .cr-platform-web .banner .banner-wrap .intro-wrap .btns > .reverse {
    margin-left: 10px;
  }
}
.cr-platform-web .part {
  padding-bottom: 50px;
}
.cr-platform-web .part .part-wrap .part-header {
  padding-top: 60px;
  text-align: center;
}
.cr-platform-web .part .part-wrap .part-header .part-title {
  font-size: 32px;
  line-height: 1em;
  font-weight: bolder;
  color: #333333;
  margin-top: 0;
  margin-bottom: 15px;
}
.cr-platform-web .part .part-wrap .part-header .part-subtitle {
  color: #878787;
  font-size: 16px;
  font-weight: bold;
}
.cr-platform-web .part .part-wrap .part-body {
  overflow: hidden;
  padding: 50px 100px 0 100px;
}
.cr-platform-web .part .part-wrap .part-body .part-item {
  width: 50%;
  float: left;
}
.cr-platform-web .part .part-wrap .part-body .part-item.intro-item {
  width: 70%;
}
.cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap {
  padding: 40px 0;
}
.cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap .title {
  font-size: 24px;
  line-height: 1em;
  font-weight: bolder;
  color: #333333;
  margin-top: 0;
  margin-bottom: 30px;
}
.cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap .intro {
  font-size: 16px;
  line-height: 1em;
  color: #666666;
}
.cr-platform-web .part .part-wrap .part-body .part-item.img-item {
  width: 30%;
}
.cr-platform-web .part .part-wrap .part-body .part-item.img-item > img {
  max-height: 200px;
}
.cr-platform-web .part .part-wrap .part-body .part-item.img-item + .intro-item {
  padding-left: 20%;
}
.cr-platform-web .part .part-wrap .part-body .part-item.screenshot-item {
  width: 33.3%;
  padding: 0 10px;
}
.cr-platform-web .part.web-screenshot {
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .cr-platform-web .part {
    padding-bottom: 20px;
  }
  .cr-platform-web .part .part-wrap .part-header {
    padding-top: 20px;
  }
  .cr-platform-web .part .part-wrap .part-header .part-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .cr-platform-web .part .part-wrap .part-header .part-subtitle {
    font-size: 14px;
  }
  .cr-platform-web .part .part-wrap .part-body {
    padding: 20px 15px 0 15px;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.intro-item {
    width: 60%;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap {
    padding: 5px 0;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.intro-item .intro-wrap .intro {
    font-size: 12px;
    line-height: 1.3em;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.img-item {
    width: 40%;
  }
  .cr-platform-web .part .part-wrap .part-body .part-item.img-item + .intro-item {
    padding-left: 10%;
  }
  .cr-platform-web .part.web-screenshot {
    padding-bottom: 50px;
  }
}


/*# sourceMappingURL=common_style.css.map*/