/*! 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;
}
.calc-content-auto {
  width: 1024px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .calc-content-auto {
    width: 100%;
    padding: 0 10px;
  }
}
.calc-auto {
  margin: auto;
  overflow: auto;
}
.calc-service-btn {
  position: fixed;
  right: 3%;
  top: 540px;
}
@media only screen and (max-width: 700px) {
  .calc-service-btn {
    display: none;
  }
}
.calc-service-btn .calc-service-back > img {
  width: 52px;
  height: 52px;
  max-width: none;
}
.calc-account-tabs {
  margin-left: auto;
}
.calc-account-tabs .calc-account-tab {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  font-size: 14px;
}
.calc-account-tabs .calc-account-tab .calc-account-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.calc-account-tabs .calc-account-tab .calc-account-arrow {
  width: 16px;
  height: 8px;
}
.calc-account-tabs .calc-account-tab.calc-web:nth-child(2) {
  background-color: #016FFF;
  color: #FFFFFF;
  border-bottom: 6px solid #016FFF;
  border-top: 6px solid #016FFF;
}
.calc-account-tabs .calc-account-infos {
  position: absolute;
  z-index: 5;
  width: 223px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.calc-account-tabs .calc-account-infos > div:nth-child(1) {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/account-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.calc-account-tabs .calc-account-infos .calc-account-info {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.calc-account-tabs .calc-account-infos .calc-account-info .calc-account-info-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.calc-account-tabs .calc-account-infos .calc-account-info > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.calc-account-tabs .calc-account-infos .calc-account-info:hover {
  background: rgba(1, 111, 255, 0.1);
  color: #016FFF;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .calc-service-btn {
    display: none;
  }
}
.calc-account-tabs .calc-account-tab.calc-mobile {
  display: none;
}
.calc-account-tabs .calc-account-tab.calc-mobile > a {
  display: inline-block;
  height: 50px;
  padding-top: 10px;
}
@media only screen and (max-width: 700px) {
  .calc-account-tabs .calc-account-tab {
    min-width: 30px;
  }
  .calc-account-tabs .calc-account-tab.calc-web {
    display: none;
  }
  .calc-account-tabs .calc-account-tab.calc-mobile {
    display: block;
  }
  .calc-account-tabs .calc-account-infos {
    right: 0;
  }
}
.calc-cover > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.calc-topic-list > .calc-item {
  display: block;
  overflow: hidden;
}
.calc-topic-list > .calc-item > .calc-title {
  padding-left: 10px;
  border-left: 4px solid #285F8F;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calc-topic-list > .calc-item > .calc-body {
  overflow: hidden;
  margin: 10px 0;
}
.calc-topic-list > .calc-item > .calc-body > * {
  width: 50%;
  float: left;
}
.calc-topic-list > .calc-item > .calc-body > .calc-cover {
  min-height: 1px;
  padding-right: 10px;
}
.calc-topic-list > .calc-item > .calc-body > .calc-summary {
  color: #666666;
}
.calc-topic-list > .calc-item + .calc-item {
  border-top: 4px solid #F0F0F0;
}
.calc-article-list > .calc-item {
  display: block;
  overflow: hidden;
  padding: 10px 0;
}
.calc-article-list > .calc-item > * {
  float: left;
  overflow: hidden;
}
.calc-article-list > .calc-item > .calc-body {
  width: 67%;
  margin: 10px 0;
}
.calc-article-list > .calc-item > .calc-body > .calc-title {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.calc-article-list > .calc-item > .calc-body > .calc-summary {
  color: #666666;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.calc-article-list > .calc-item > .calc-body > .calc-time {
  padding-top: 5px;
  color: #444444;
}
.calc-article-list > .calc-item > .calc-cover {
  width: 33%;
}
.calc-article-list > .calc-item + .calc-item {
  border-top: 1px solid #F0F0F0;
}
.calc-article > .calc-header {
  padding: 10px 0;
  border-bottom: 1px solid #E4E4E4;
}
.calc-article > .calc-header > .calc-title {
  font-size: 18px;
  margin: 5px 0;
}
.calc-article > .calc-header > .calc-time {
  margin-top: 5px;
  color: #666666;
}
.calc-article > .calc-body table > tbody > tr > td,
.calc-article > .calc-body table > tbody > tr > th,
.calc-article > .calc-body table > tfoot > tr > td,
.calc-article > .calc-body table > tfoot > tr > th,
.calc-article > .calc-body table > thead > tr > td,
.calc-article > .calc-body table > thead > tr > th {
  padding: 5px;
  border-top: 1px solid #DDDDDD;
}
.calc-response {
  width: 700px;
  border: 1px solid #E4E4E4;
  margin: 100px auto;
  text-align: center;
  padding: 10px;
}
@media only screen and (max-width: 700px) {
  .calc-response {
    width: 100%;
    margin: 20px auto;
  }
}
.calc-response > .calc-body {
  margin: 20px 0;
}
.calc-richtext .calc-editor {
  line-height: 1.5;
  font-size: 14px;
}
.calc-richtext .calc-editor img {
  max-width: 100%;
  height: auto;
}
.calc-richtext .calc-editor h1,
.calc-richtext .calc-editor h2,
.calc-richtext .calc-editor h3,
.calc-richtext .calc-editor h4 {
  margin: 10px 0;
}
.calc-richtext .calc-editor p {
  margin-bottom: 0.55em;
}
.calc-richtext .calc-editor blockquote,
.calc-richtext .calc-editor ol,
.calc-richtext .calc-editor ul {
  margin: 1.1em 0;
}
.calc-richtext .calc-editor ol,
.calc-richtext .calc-editor ul {
  padding-left: 2em;
}
.calc-richtext .calc-editor ol li,
.calc-richtext .calc-editor ul li {
  margin-top: 0.44em;
}
.calc-richtext .calc-editor ol li:not(.calc-direction-rtl),
.calc-richtext .calc-editor ul li:not(.calc-direction-rtl) {
  list-style-type: disc;
  padding-left: 0px;
}
.calc-richtext .calc-editor ol li:not(.calc-direction-rtl)::before,
.calc-richtext .calc-editor ul li:not(.calc-direction-rtl)::before {
  display: none;
}
.calc-richtext .calc-editor ol li:not(.calc-direction-rtl) {
  list-style-type: decimal;
}
.calc-richtext .calc-editor a {
  color: #285F8F;
}
.calc-snow .calc-tooltip {
  margin-left: 80px;
}
.calc-snow .calc-tooltip a.calc-action::after {
  content: "\7F16\8F91";
}
.calc-snow .calc-tooltip a.calc-remove::before {
  content: "\5220\9664";
}
.calc-snow .calc-tooltip.calc-editing a.calc-action::after {
  content: "\4FDD\5B58";
}
.calc-snow .calc-tooltip::before {
  content: "\67E5\770B\94FE\63A5:";
}
.calc-snow .calc-tooltip[data-mode=link]::before {
  content: "\8F93\5165\94FE\63A5:";
}
.calc-body .calc-editor.calc-content-html {
  padding: 0px;
  height: auto;
}
.calc-editor.calc-blank::before {
  color: #DDDDDD;
}
.calc-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.calc-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.calc-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5 !important;
  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;
  }
}
.calc-dialog {
  position: fixed;
  top: 8%;
  left: 50%;
  width: 500px;
  height: auto;
  margin-left: -250px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  background-color: #FEFEFE;
  z-index: 21;
  border-radius: 3px;
  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) {
  .calc-dialog.full-screen {
    animation-duration: 0.4s;
    animation-name: slidein;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
  }
  @keyframes slidein {
    from {
      top: 100%;
    }
  }
  .calc-dialog.full-screen .calc-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .calc-dialog.self-adaption {
    width: 98%;
    margin-left: 1%;
    top: 150px;
    left: 0;
    margin-top: 0;
  }
}
.calc-dialog .calc-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 10px;
  height: 60px;
  background-color: #F0F0F0;
}
.calc-dialog .calc-dialog-header h3 {
  display: inline-block;
  float: left;
  margin: 10px 0 0;
}
.calc-dialog .calc-dialog-header > .calc-dialog-close {
  float: right;
  font-size: 18px;
  line-height: 1em;
  margin-right: 7px;
  margin-top: 10px;
}
.calc-dialog .calc-dialog-content {
  min-height: 150px;
  padding: 20px 10px 10px;
  margin-bottom: 20px;
  height: 80%;
  overflow: auto;
  line-height: 28px;
}
.calc-dialog .calc-dialog-content > p.calc-content {
  margin-top: 0;
}
.calc-dialog .calc-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.calc-dialog .calc-dialog-footer > button {
  float: right;
  margin-left: 10px;
  width: 70px;
  height: 35px;
  padding-top: 0px;
}
.calc-modal-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0.5 !important;
  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;
  }
}
.calc-modal-img span.calc-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.calc-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);
}
.calc-section {
  margin-bottom: 15px;
}
.calc-section .section-header {
  margin-bottom: 5px;
}
.calc-section .section-body {
  overflow: hidden;
}
.calc-section .section-body .bg-gray {
  border-radius: 3px;
  background-color: #F0F0F0;
  padding: 10px;
  line-height: 2em;
}
.calc-section .section-body .bg-gray > * {
  margin: 0;
}
.calc-section .section-body .asset-disposal .disposal-alert {
  margin-top: 5px;
}
.calc-section .section-body .asset-disposal .disposal-alert > .calc-alert {
  margin-bottom: 0;
}
.calc-coupon-activity > .calc-dialog {
  display: block;
  width: 600px;
  height: auto;
  border: 5px solid #285F8F;
  border-radius: 5px;
  top: 310px;
  margin-left: -300px;
}
@media only screen and (max-width: 700px) {
  .calc-coupon-activity > .calc-dialog {
    width: 98%;
    margin-left: 1%;
    top: 200px;
    left: unset !important;
  }
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-header {
  border-bottom: none;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  height: unset !important;
  background-color: unset !important;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-header > .calc-close {
  font-size: 16px;
  margin-right: 7px;
  margin-top: 6px;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-content {
  padding: 0 20px;
  margin-bottom: 0;
  min-height: auto;
  height: auto;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-content > .calc-coupon-discount {
  margin: 0;
  color: #ff7011;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-content > .calc-coupon-discount > span {
  font-size: 32px;
  font-weight: bolder;
  line-height: 1em;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-content > .calc-coupon-remark {
  color: #E93524;
  font-size: 16px;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-footer {
  padding: 0;
}
.calc-coupon-activity > .calc-dialog > .calc-dialog-footer > .calc-btn.calc-receive {
  width: 100%;
  background-color: #285F8F;
  color: #FFFFFF;
  border-radius: 0;
  float: unset !important;
  margin-left: unset !important;
  height: unset !important;
  padding-top: unset !important;
}
@media only screen and (max-width: 700px) {
  .calc-coupon-activity > .calc-dialog > .calc-dialog-footer {
    position: relative;
  }
}
.calc-receive-coupon > .calc-dialog {
  display: block;
  width: 600px;
  height: auto;
  border-radius: 5px;
  top: 310px;
  margin-left: -300px;
}
@media only screen and (max-width: 700px) {
  .calc-receive-coupon > .calc-dialog {
    width: 98%;
    margin-left: 1%;
    top: 200px;
    left: unset !important;
  }
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-header {
  background-color: #285F8F;
  color: #FFFFFF;
  overflow: hidden;
  padding: 10px;
  height: unset !important;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-header h3 {
  display: inline-block;
  margin: 0px;
  font-size: 16px;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-header .calc-close {
  margin-top: 0px;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-content {
  margin-bottom: 0px;
  min-height: auto;
  height: auto;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-content .calc-coupon-discount {
  color: #ff7011;
  font-size: 16px;
  font-weight: bolder;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-footer {
  border: none;
  text-align: center;
  padding-bottom: 20px;
}
.calc-receive-coupon > .calc-dialog > .calc-dialog-footer > .calc-btn {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 20px;
  float: none;
  background-color: #285F8F;
  color: #FFFFFF;
  border: 1px solid #285F8F;
  text-align: center;
  margin-left: unset !important;
  width: unset !important;
  height: unset !important;
}
@media only screen and (max-width: 700px) {
  .calc-receive-coupon > .calc-dialog > .calc-dialog-footer {
    position: relative;
  }
}
.calc-account {
  min-height: 100%;
  position: relative;
}
.calc-account:after {
  height: 129px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-account:after {
    height: 98px;
  }
}
.calc-hidden {
  display: none;
}
.calc-p-waiting {
  cursor: wait;
  background-color: #999999;
}
.calc-account .calc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F1F7FF;
  color: #030B1F;
}
.calc-account-img {
  width: 100%;
  height: 830px;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.calc-account .calc-account-container {
  position: absolute;
  top: 22%;
  right: 9%;
}
@media only screen and (max-width: 700px) {
  .calc-account .calc-account-container {
    right: 0;
    width: 100%;
    top: 7%;
  }
}
.calc-account .calc-account-container .calc-account-form {
  width: 500px;
  border: 1px solid #D2D2D2;
  background: #FFFFFF;
  box-shadow: -1px 1px 6px 0px rgba(70, 82, 99, 0.2);
}
.calc-account .calc-account-container .calc-account-form .calc-alert.calc-p-danger {
  color: #E82F2F;
  background-color: #FAD5D5;
  border: 1px solid #E82F2F;
  border-radius: 2px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/error.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
}
.calc-account .calc-account-container .calc-account-form .calc-navbar-large {
  margin-top: 60px;
  margin-left: 12%;
  margin-right: 12%;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  width: 76%;
}
.calc-account .calc-account-container .calc-account-form .calc-navbar-large > a {
  width: 49%;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
}
.calc-account .calc-account-container .calc-account-form .calc-navbar-large .calc-tab.calc-selected {
  font-weight: bold;
  border-bottom: 2px solid #016FFF;
  color: #016FFF;
}
.calc-account .calc-account-container .calc-account-form .calc-container {
  margin-top: 20px;
  margin-left: 13%;
  margin-right: 13%;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input {
  height: 50px;
  position: relative;
  margin-bottom: 16px;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input .calc-user-input-icon {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/input-icon-0.png);
  background-size: 20px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8.5px;
  left: 10px;
  z-index: 5;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input .calc-passwd-input-icon {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/input-icon-1.png);
  background-size: 20px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 8.5px;
  left: 10px;
  z-index: 5;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input button {
  float: right;
  width: 135px;
  height: 50px;
  border: 1px solid #016FFF;
  background-color: #FFFFFF;
  color: #016FFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input .calc-p-disabled {
  cursor: not-allowed;
  background-color: #C7DDFA;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-input {
  border-radius: 4px;
  border: 1px solid #AEAEAE;
  padding-left: 50px;
  height: 100%;
  width: 100%;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-input:focus {
  outline: none;
  border: 1px solid #016FFF;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-img-captcha-value {
  width: 225px;
  padding: 0 10px;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-input.smsCode {
  width: 225px;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-img-captcha-container {
  position: relative;
  float: right;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-img-captcha-container > img {
  position: absolute;
  height: 40px;
  width: 135px;
  margin: 5px;
  right: 0;
}
.calc-account .calc-account-container .calc-account-form .calc-container input[type="submit"] {
  height: 50px;
  background-color: #016FFF;
  border: #016FFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-p-footnote {
  margin-top: 15px;
  height: 130px;
  line-height: 14px;
  font-size: 14px;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-p-footnote .calc-float-left {
  float: left;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-p-footnote .calc-float-right {
  float: right;
}
.calc-account .calc-account-container .calc-account-form .calc-container .calc-p-footnote .calc-link {
  color: #016FFF;
}
.calc-account .calc-account-container .calc-account-form #reset input,
.calc-account .calc-account-container .calc-account-form #signup input {
  padding: 0 15px;
}
.calc-account .calc-account-container .calc-account-form #reset > button,
.calc-account .calc-account-container .calc-account-form #signup > button {
  height: 50px;
  background-color: #016FFF;
  border: #016FFF;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 14px;
  border-radius: 4px;
  display: inline-block;
  width: 100%;
}
.calc-account .calc-account-container .calc-account-form #sms-login input {
  padding: 0 15px;
}
.calc-account .calc-account-container .calc-account-form #sms-login input[type="submit"] {
  margin-bottom: 130px;
}
.calc-account .calc-account-container.reset-password {
  top: 12%;
}
.calc-account .calc-account-container.signup {
  top: 12%;
}
@media only screen and (max-width: 700px) {
  .calc-account .calc-icon {
    width: 225px;
    background-position: 0 100%;
  }
  .calc-account .calc-account-container .calc-account-form {
    width: 100%;
    border: none;
    box-shadow: none;
    background: #F6F8FB;
  }
  .calc-account .calc-account-container .calc-account-form .calc-container .calc-account-input button {
    width: 34%;
  }
  .calc-account .calc-account-container .calc-account-form .calc-container .calc-img-captcha-value {
    width: 50%;
  }
  .calc-account .calc-account-container .calc-account-form .calc-container .calc-input.smsCode {
    width: 64%;
  }
}
@media only screen and (max-width: 700px) {
  .calc-account-img {
    background: #F6F8FB;
    height: 780px;
  }
}
@media only screen and (max-width: 700px) {
  .calc-account .calc-account-container.reset-password,
  .calc-account .calc-account-container.signup {
    top: 7%;
  }
}
.calc-payment {
  background-color: #E5F1FF;
  min-height: 100%;
  position: relative;
}
.calc-payment:after {
  height: 129px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-payment:after {
    height: 98px;
  }
}
.calc-payment .calc-products {
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.calc-payment .calc-products .calc-product {
  float: left;
  position: relative;
  width: 370px;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0px 7px 10px 0px #C6D8F0;
  margin: 10px 10px;
  text-align: center;
}
.calc-payment .calc-products .calc-product .product-title {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 70px;
}
.calc-payment .calc-products .calc-product .product-title .product-title-inner {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding-top: 22px;
  font-weight: bold;
}
.calc-payment .calc-products .calc-product .product-price .product-price-sum {
  font-size: 42px;
  line-height: 47px;
  margin: 20px 0;
  font-weight: bold;
}
.calc-payment .calc-products .calc-product .product-price .product-original-price {
  font-size: 22px;
  line-height: 26px;
  color: #999999;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.calc-payment .calc-products .calc-product .product-price .product-extra-info {
  font-size: 22px;
  line-height: 26px;
  color: #FF0000;
  font-weight: bold;
  margin-top: 5px;
}
.calc-payment .calc-products .calc-product .pay-button {
  display: inline-block;
  width: 300px;
  margin: 0 20px 32px 20px;
  height: 64px;
  border-radius: 7px;
  font-size: 24px;
  line-height: 31px;
  padding-top: 17px;
  border: 1px solid #999999;
  font-weight: bold;
}
.calc-payment .calc-products .calc-product .pay-button.normal-product {
  background: #FFFFFF;
}
.calc-payment .calc-products .calc-product .pay-button.important-product {
  background: #016FFF;
  color: #FFFFFF;
}
.calc-payment .calc-products .calc-product .product-price-edge {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/login/price-edge.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100% 100%;
  right: -8px;
  top: -10px;
  width: 115px;
  height: 40px;
}
.calc-payment .calc-products .calc-product .product-price-edge > p {
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: bold;
}
.calc-payment .calc-products .calc-product:nth-child(1) .product-title {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/payment/product-background-0.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.calc-payment .calc-products .calc-product:nth-child(2) .product-title {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/payment/product-background-1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.calc-payment .calc-products .calc-product:nth-child(3) .product-title {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/payment/product-background-2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.calc-payment .calc-vip-introductions {
  margin-top: 50px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-title {
  height: 24px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-title > div {
  float: left;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-title .calc-vip-introductions-title-middle {
  display: none;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-title .calc-vip-introductions-title-img {
  width: 780px;
  margin-left: 200px;
  margin-right: 200px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main {
  border-radius: 9px;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  overflow: auto;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function {
  width: 200px;
  height: 240px;
  text-align: center;
  margin: 35px 50px 0 50px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function .calc-vip-function-logo > img {
  width: 78px;
  height: 84px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function .calc-vip-function-text {
  margin-bottom: 25px;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function .calc-vip-function-text .calc-vip-function-title {
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function .calc-vip-function-text .calc-vip-function-content {
  display: inline-block;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
}
.calc-confirm {
  min-height: 100%;
  position: relative;
}
.calc-confirm:after {
  height: 129px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-confirm:after {
    height: 98px;
  }
}
.calc-confirm .calc-section {
  margin: 0 0 0 40px;
  padding: 40px 0;
}
.calc-confirm .calc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 700px) {
  .calc-payment .calc-products {
    width: 100%;
  }
  .calc-payment .calc-products .calc-product {
    width: 48%;
    margin: 0 1% 15px 1%;
    box-shadow: none;
    border-radius: 7px;
  }
  .calc-payment .calc-products .calc-product .product-title {
    height: 40px;
    padding-top: 7px;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
  .calc-payment .calc-products .calc-product .product-title .product-title-inner {
    padding-top: 0;
  }
  .calc-payment .calc-products .calc-product .product-price {
    margin-top: 10px;
  }
  .calc-payment .calc-products .calc-product .product-price .product-price-sum {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
  }
  .calc-payment .calc-products .calc-product .product-price .product-original-price {
    font-size: 10px;
    line-height: 12px;
  }
  .calc-payment .calc-products .calc-product .product-price .product-extra-info {
    font-size: 10px;
    line-height: 12px;
  }
  .calc-payment .calc-products .calc-product .pay-button {
    height: 30px;
    width: 60%;
    margin: 10px auto;
    padding-top: 7px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 4px;
  }
  .calc-payment .calc-products .calc-product .product-price-edge {
    right: -3px;
    width: 60px;
    height: 20px;
  }
  .calc-payment .calc-products .calc-product .product-price-edge > p {
    font-size: 10px;
    line-height: 12px;
    margin-top: 2px;
  }
  .calc-payment .calc-vip-introductions {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .calc-confirm .calc-section {
    margin: 0 0 0 20px;
  }
}
.calc-confirm .calc-section + .calc-section {
  border-top: 1px solid #E4E4E4;
}
.calc-confirm .calc-section.calc-pay-attention {
  border: 1px solid #E4E4E4;
  padding: 20px;
}
@media only screen and (max-width: 700px) {
  .calc-confirm .calc-section.calc-pay-attention {
    display: none;
  }
}
.calc-confirm .calc-section.calc-pay-attention > h4 {
  margin: 0;
}
.calc-confirm .calc-section.calc-pay-attention > p {
  padding-left: 20px;
}
.calc-confirm .calc-section.calc-pay-attention > p .calc-color-red {
  font-size: 16px;
}
.calc-confirm .calc-section.calc-pay-attention > p.calc-credit-example {
  margin-top: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.calc-confirm .calc-section.calc-pay-attention > p.calc-credit-example > img {
  float: left;
}
.calc-confirm .calc-section.calc-pay-attention > p.calc-credit-example > img + img {
  margin-left: 60px;
}
.calc-confirm .calc-section-title {
  border-left: 3px solid #0e95fc;
  padding-left: 10px;
  line-height: 1.2em;
  margin: 0;
  font-size: 16px;
}
.calc-confirm .calc-section-main {
  padding-top: 20px;
  padding-left: 40px;
}
.calc-confirm .calc-section-main .calc-color-orange {
  color: #ff7011;
}
.calc-confirm .calc-section-main .calc-label {
  display: inline-block;
  width: 110px;
}
.calc-confirm .calc-section-main .calc-account-username {
  color: #0e95fc;
  font-weight: bold;
}
.calc-confirm .calc-section-main .calc-bold {
  font-weight: bold;
}
.calc-confirm .coupon-chooser-wrap .calc-radio {
  display: block;
  margin-top: 10px;
}
.calc-confirm .coupon-chooser-wrap .calc-radio input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 0.5em;
  height: auto;
  min-height: auto;
}
.calc-confirm .calc-section-main .calc-pay {
  margin: 25px 0;
  font-size: 14px;
}
.calc-confirm .calc-section-main .calc-pay .calc-btn {
  display: inline-block;
  background-color: #5FA6D0;
  width: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: left;
  line-height: 40px;
  border-radius: 4px;
}
.calc-confirm .calc-section-main .calc-pay .calc-btn .calc-icon-alipay {
  height: 32px;
  width: 32px;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/payment/alipay.png);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.calc-confirm .calc-section-main .calc-pay .calc-btn .calc-icon-wechatpay {
  height: 32px;
  width: 32px;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/payment/wechatpay.png);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.calc-confirm .calc-section-main .calc-pay .calc-btn > * + * {
  margin-left: 5px;
}
.calc-wxcashier .calc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.calc-wxcashier .calc-float-left {
  float: left;
}
.calc-wxcashier .calc-float-right {
  float: right;
}
.calc-wxcashier .cashier {
  font-size: 16px;
  line-height: 1.5em;
}
.calc-wxcashier .cashier .cashier-order {
  padding: 20px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.calc-wxcashier .cashier .cashier-order > div {
  vertical-align: middle;
}
.calc-wxcashier .cashier .cashier-order > div > p {
  margin: 0;
  margin-top: 5px;
}
.calc-wxcashier .cashier .cashier-order > div .order-amount {
  color: #E93524;
  font-size: 20px;
  line-height: 3em;
}
.calc-wxcashier .cashier .cashier-pay {
  padding: 60px 100px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
.calc-wxcashier .cashier .cashier-pay > .code-wrap > .code-body {
  border: 1px solid #BFBFBF;
  margin-bottom: 15px;
}
.calc-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer {
  width: 302px;
  height: 84px;
  background: #333366 url(//yuntu-f.kuaicad.com/calc/assets/payment/wxscan.png) 40px 18px no-repeat;
  padding: 18px;
  padding-left: 100px;
  color: #FFFFFF;
}
.calc-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer > p {
  margin: 0;
}
.calc-wxcashier .cashier .cashier-pay > .scan-sample {
  margin-left: 100px;
}
.calc-wxcashier > .calc-footer {
  background-color: #FFFFFF;
  color: #030B1F;
}
@media only screen and (max-width: 700px) {
  .calc-payment .calc-vip-introductions .calc-vip-introductions-title .calc-vip-introductions-title-middle {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1677FF;
    font-weight: bold;
  }
  .calc-payment .calc-vip-introductions .calc-vip-introductions-title .calc-vip-introductions-title-img {
    display: none;
  }
  .calc-payment .calc-vip-introductions .calc-vip-introductions-main .calc-vip-function {
    min-width: 180px;
    margin: 35px 20px 0 20px;
  }
  .calc-wxcashier .calc-float-left {
    float: none;
  }
  .calc-wxcashier .calc-float-right {
    float: left;
  }
  .calc-wxcashier .cashier .cashier-pay > .scan-sample {
    display: none;
  }
  .calc-wxcashier .cashier .cashier-pay {
    display: flex;
    justify-content: center;
  }
}
.calc-side-nav {
  border-top: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  width: 210px;
  height: 740px;
}
@media only screen and (max-width: 700px) {
  .calc-side-nav {
    display: none;
  }
}
.calc-side-nav .calc-side-nav-header {
  height: 148px;
  text-align: center;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/layout/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  margin-bottom: 10px;
}
.calc-side-nav .calc-side-nav-header > h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
}
.calc-side-nav .calc-side-nav-header .calc-side-nav-header-banner {
  width: 34px;
  height: 1px;
  color: #FFFFFF;
  background: #FFFFFF;
  display: inline-block;
}
.calc-side-nav .calc-side-nav-header > h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
}
.calc-side-nav .calc-p-tab {
  padding: 0px 20px 0 16px;
  border-bottom: 1px solid #DDDDDD;
  text-align: center;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
  font-size: 16px;
  border-left: 4px solid transparent;
}
.calc-side-nav .calc-p-tab:hover {
  background-color: #F0F0F0;
}
.calc-side-nav .calc-p-tab.calc-p-selected {
  color: #016FFF;
  background-color: #DBE8FA;
  border-left: 4px solid #016FFF;
  font-weight: bold;
}
.calc-dashboard {
  min-height: 100%;
  position: relative;
}
.calc-dashboard:after {
  height: 129px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-dashboard:after {
    height: 98px;
  }
}
.calc-dashboard .calc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.calc-main-content {
  min-height: 300px;
  padding: 20px;
}
.calc-main-content .calc-content-left {
  width: 210px;
  float: left;
  position: relative;
}
.calc-main-content .calc-content-main {
  width: 900px;
  padding: 0px 20px;
  float: left;
  position: relative;
  height: 740px;
  border: 1px solid #D2D2D2;
}
.calc-main-content .calc-content-main .calc-navbar-large {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 700px) {
  .calc-main-content .calc-content-main .calc-navbar-large {
    display: none;
  }
}
.calc-main-content .calc-content-main .calc-navbar-large .calc-tab {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
  margin-right: 50px;
  min-width: 100px;
  text-align: center;
}
.calc-main-content .calc-content-main .calc-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.calc-main-content .calc-content-main .calc-labeled-input .calc-p-label {
  float: left;
  font-size: 18px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.calc-main-content .calc-content-main .calc-labeled-input .calc-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.calc-main-content .calc-content-main .calc-labeled-input .calc-checkbox {
  line-height: 40px;
}
.calc-main-content .calc-navbar-mobile {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  display: none;
}
@media only screen and (max-width: 700px) {
  .calc-main-content .calc-navbar-mobile {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.calc-main-content .calc-navbar-mobile .calc-tab {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
  text-align: center;
}
.calc-main-content .calc-navbar-mobile .calc-tab.selected {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.calc-main-content .calc-link {
  color: #016FFF;
  text-decoration: underline;
}
.calc-main-content .calc-order-none {
  font-size: 16px;
  height: 650px;
  padding: 280px 0 0 310px;
  background: url(//yuntu-f.kuaicad.com/calc/assets/payment/no-data.svg) 330px 160px no-repeat;
}
.calc-dashboard .calc-order-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 620px;
}
.calc-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  overflow-y: auto;
}
.calc-table table th,
.calc-table table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}
.calc-table table thead {
  background-color: #F0F0F0;
}
.calc-table table thead tr {
  line-height: 45px;
  text-align: center;
}
.calc-table table thead tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}
.calc-table table tbody {
  text-align: center;
}
.calc-table table tbody tr {
  line-height: 40px;
}
.calc-table table tbody tr td {
  border-bottom: 1px solid #DDDDDD;
}
.calc-table table tbody tr:hover {
  background-color: #F0F0F0;
}
@media only screen and (max-width: 700px) {
  .calc-dashboard .calc-main-content .calc-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
  .calc-dashboard .calc-main-content .calc-content-main .calc-labeled-input .calc-p-label {
    width: 25%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .calc-dashboard .calc-icon {
    width: 225px;
    background-position: 0 100%;
  }
}
@media only screen and (max-width: 700px) {
  .calc-dashboard .calc-main-content {
    padding: 20px 0;
  }
}
.calc-invoice {
  min-height: 100%;
  position: relative;
}
.calc-invoice:after {
  height: 129px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-invoice:after {
    height: 98px;
  }
}
@media only screen and (max-width: 700px) {
  .calc-invoice .calc-icon {
    width: 225px;
    background-position: 0 100%;
  }
}
@media only screen and (max-width: 700px) {
  .calc-invoice .calc-main-content {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 700px) {
  .calc-invoice .calc-main-content .calc-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
}
.calc-invoice .calc-main-content .calc-content-main .calc-labeled-input .calc-p-label {
  font-size: 14px;
  width: 18%;
}
@media only screen and (max-width: 700px) {
  .calc-invoice .calc-main-content .calc-content-main .calc-labeled-input .calc-p-label {
    text-align: left;
  }
}
.calc-invoice .calc-main-content .calc-content-main .calc-labeled-input .calc-p-input {
  font-size: 14px;
  width: 78%;
}
.calc-invoice .calc-main-content .calc-content-main .calc-labeled-input .calc-p-input > input {
  line-height: 30px;
  min-height: 30px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  box-sizing: border-box;
}
.calc-invoice .calc-main-content .calc-content-main .calc-labeled-input .calc-p-input .calc-error {
  border: transparent;
  padding-left: 16px;
}
.calc-invoice .calc-main-content .calc-content-main .calc-align-center {
  margin-top: 25px;
  margin-bottom: 25px;
}
.calc-invoice .calc-main-content .calc-content-main .calc-invoice-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 580px;
}
.calc-invoice .calc-main-content .calc-content-main .calc-btn {
  padding: 0 15px;
  min-height: 40px;
}
.calc-invoice .calc-invoice-radio > input {
  min-height: auto;
}
.calc-invoice .calc-dialog .calc-content {
  width: auto;
}
* {
  box-sizing: border-box;
}
body {
  font: 14px -apple-system, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body * {
  font-family: -apple-system, Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
html {
  height: 100%;
  background-color: #FFFFFF;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.cr-link {
  color: #0080CC;
  text-decoration: underline;
}
.calc-error-div {
  padding: 30px;
  overflow: auto;
}
.calc-error-div img {
  width: 400px;
}
.calc-error-div p {
  left: 450px;
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  .calc-error-div img {
    max-width: 100%;
  }
  .calc-error-div p {
    left: 0px;
  }
}
.calc-color-red {
  color: #E93524;
}
.calc-color-blue {
  color: #0080CC;
}
.calc-color-gray {
  color: #999999;
}
.calc-float-right {
  float: right;
}
button,
.calc-btn,
input[type="submit"] {
  border: none;
  background-color: #0e95fc;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}
.calc-alert {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  color: #777777;
  border: 1px solid #666666;
}
.calc-alert.calc-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.calc-alert.calc-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.calc-alert.calc-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.calc-alert.calc-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.calc-error {
  border: 1px solid #f5c6cb;
  color: #721c24;
  background-color: #f8d7da;
}
.calc-align-center {
  text-align: center;
}
.calc-homepage {
  min-height: 100%;
  position: relative;
}
.calc-homepage:after {
  height: 149px;
  display: block;
  content: '';
}
@media only screen and (max-width: 700px) {
  .calc-homepage:after {
    height: 116px;
  }
}
.calc-header {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1165);
}
.calc-content {
  width: 1180px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 700px) {
  .calc-content {
    width: 92%;
  }
}
.calc-homepage a:hover {
  text-decoration: none;
}
.calc-header .calc-header-wrap {
  line-height: 50px;
  display: flex;
  align-items: center;
  /* 将子元素垂直对齐到中心 */
}
.calc-header .calc-header-wrap > .calc-logo {
  display: inline-block;
}
.calc-icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 225px;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/logo.jpg);
}
@media only screen and (max-width: 700px) {
  .calc-icon {
    background-size: cover;
    width: 40px;
    background-position: -125px 100%;
  }
}
.calc-header-wrap > .calc-nav-tabs {
  display: inline-block;
}
@media only screen and (max-width: 700px) {
  .calc-header-wrap > .calc-nav-tabs {
    margin-right: 5px;
  }
}
.calc-nav-tabs > .calc-nav-tab {
  display: inline-block;
  text-align: center;
  float: left;
  width: 80px;
  margin-left: 20px;
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 700px) {
  .calc-nav-tabs > .calc-nav-tab {
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.calc-nav-tabs > .calc-nav-tab a {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 0px;
}
.calc-nav-tabs .calc-nav-tab.selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.calc-homepage .calc-carousel {
  width: 100%;
  /* 将图片设成不重复 */
  background-repeat: no-repeat;
  /* 调整图片位置 */
  background-size: cover;
  background-position: 50%;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/carousel/banner.jpg);
}
@media only screen and (max-width: 700px) {
  .calc-homepage .calc-carousel {
    background-position: 77%;
    background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/carousel/banner-1.jpg);
  }
}
.calc-carousel-content > h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-top: 80px;
}
.calc-carousel-content > p {
  font-size: 20px;
  line-height: 30px;
  width: 577px;
}
@media only screen and (max-width: 700px) {
  .calc-carousel-content > h1 {
    font-size: 22px;
    margin-top: 20px;
  }
  .calc-carousel-content > p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .calc-homepage .calc-carousel .calc-carousel-content {
    height: 400px;
  }
}
.calc-carousel-btn {
  width: 360px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.calc-carousel .calc-carousel-content .calc-carousel-download {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #016FFF;
  border-radius: 4px;
  width: 174px;
  height: 52px;
}
.calc-carousel .calc-carousel-content .calc-carousel-download > p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 52px;
}
.calc-carousel .calc-carousel-content .calc-carousel-download > img {
  width: 14px;
  height: 14px;
  margin-left: 16px;
}
.calc-carousel .calc-carousel-content .calc-carousel-download:hover {
  background-color: #348CFF;
}
@media only screen and (max-width: 700px) {
  .calc-carousel .calc-carousel-content .calc-carousel-download > p {
    font-size: 14px;
  }
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-downloads {
  position: absolute;
  width: 174px;
  top: 50px;
  left: 0px;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-downloads .calc-carousel-btn-download {
  margin-top: 6px;
  width: 174px;
  height: 46px;
  display: flex;
  align-items: center;
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-downloads .calc-carousel-btn-download > a {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  width: 100%;
  padding-left: 20px;
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-downloads .calc-carousel-btn-download:hover {
  background: rgba(1, 111, 255, 0.14);
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-downloads .calc-carousel-btn-download:hover > a {
  font-weight: bold;
  color: #016FFF;
}
.calc-carousel .calc-carousel-content .calc-carousel-btn-buy {
  justify-content: center;
  color: #016FFF;
  border-radius: 4px;
  font-size: 20px;
  line-height: 52px;
  border: 1.4px solid #016FFF;
  width: 174px;
  height: 52px;
  display: none;
}
@media only screen and (max-width: 700px) {
  .calc-carousel .calc-carousel-content .calc-carousel-btn-buy {
    font-size: 14px;
  }
}
.calc-carousel .calc-carousel-content .calc-carousel-introduces {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 170px;
  margin-bottom: 20px;
}
.calc-carousel .calc-carousel-content .calc-carousel-introduces .calc-carousel-introduce {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-width: 162px;
}
@media only screen and (max-width: 700px) {
  .calc-carousel .calc-carousel-content .calc-carousel-introduces {
    display: none;
  }
}
.calc-carousel .calc-carousel-introduces .calc-carousel-introduce-left > img {
  height: 48px;
  width: 48px;
}
.calc-carousel .calc-carousel-introduces .calc-carousel-introduce-right {
  width: 98px;
  margin-left: 16px;
}
.calc-carousel .calc-carousel-introduces .calc-carousel-introduce-right > h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin: 6px 0;
}
.calc-carousel .calc-carousel-introduces .calc-carousel-introduce-right > p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}
.calc-homepage .calc-introduce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 700px) {
  .calc-homepage .calc-introduce {
    justify-content: center;
  }
}
.calc-introduce .calc-introduce-left > h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}
@media only screen and (max-width: 700px) {
  .calc-introduce .calc-introduce-left > h1 {
    text-align: center;
    font-size: 22px;
  }
}
.calc-introduce .calc-introduce-left > p {
  font-size: 16px;
  line-height: 27px;
  width: 557px;
}
@media only screen and (max-width: 700px) {
  .calc-introduce .calc-introduce-left > p {
    width: 100%;
    font-size: 14px;
  }
}
.calc-introduce .calc-introduce-left .calc-introduce-left-imgs {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.calc-introduce .calc-introduce-left .calc-introduce-left-imgs .calc-introduce-left-img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.calc-introduce .calc-introduce-left .calc-introduce-left-imgs .calc-introduce-left-img img {
  width: 70px;
  height: 70px;
}
.calc-introduce .calc-introduce-left .calc-introduce-left-imgs .calc-introduce-left-img p {
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0;
  text-align: center;
}
.calc-introduce .calc-introduce-left .calc-introduce-left-imgs .calc-introduce-left-img p:hover {
  color: #016FFF;
}
@media only screen and (max-width: 700px) {
  .calc-introduce-left-imgs {
    margin: 25px 0;
    width: 95%;
    overflow: auto;
  }
}
.calc-introduce .calc-introduce-right {
  width: 540px;
}
.calc-introduce .calc-introduce-right .calc-introduce-right-img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .calc-introduce .calc-introduce-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.product-functions-title > h1,
.product-value-title > h1,
.tutorial-support-title > h1 {
  height: 36px;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .product-functions-title > h1,
  .product-value-title > h1,
  .tutorial-support-title > h1 {
    font-size: 22px;
  }
}
.product-functions {
  background-size: cover;
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/function/background-0.jpg);
}
.product-functions .product-function-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-functions .product-function-header .product-function-header-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 62px;
  border-radius: 8px;
  opacity: 1;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D7D7D7;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.product-functions .product-function-header .product-function-header-content img {
  width: 34px;
  height: 34px;
}
.product-functions .product-function-header .product-function-header-content p {
  font-size: 18px;
  line-height: 22px;
}
.product-functions .product-function-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.product-functions .product-function-content .product-function-content-left {
  height: 525px;
  margin-bottom: 60px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 47px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-header > img {
  width: 32px;
  height: 24px;
  margin-right: 10px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-header > p {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
}
.product-functions .product-function-content .product-function-content-left > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 23px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-banner {
  height: 1px;
  border: 1px solid #979797;
  opacity: 0.133;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content {
  margin-top: 30px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content div h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content p {
  width: 448px;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.product-functions .product-function-content .product-function-content-right {
  width: 500px;
}
.product-functions .product-function-content .product-function-content-right img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .product-functions .product-function-content .product-function-content-left .product-function-content-left-contents .product-function-content-left-content p {
    width: auto;
  }
  .product-functions .product-function-content .product-function-content-left .product-function-content-left-header > p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  .product-functions .product-function-header .product-function-header-content {
    width: 22%;
    border: 2px solid transparent;
    border-radius: 0px;
    background: transparent;
    height: 35px;
  }
  .product-functions .product-function-header .product-function-header-content img {
    display: none;
  }
  .product-functions .product-function-header .product-function-header-content p {
    border-bottom: 1px solid transparent;
    height: 100%;
    margin: 0;
  }
}
.product-value .product-value-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-value .product-value-contents .product-value-content {
  width: 370px;
  height: 210px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 0 40px;
  margin: 0 10px 16px 10px;
}
.product-value .product-value-contents .product-value-content img {
  height: 70px;
  width: 75px;
  margin-top: 20px;
}
.product-value .product-value-contents .product-value-content h1 {
  width: 300px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 0;
}
.product-value .product-value-contents .product-value-content p {
  margin-top: 12px;
  width: 300px;
  font-size: 12px;
  line-height: 14px;
}
.product-value .product-value-contents .product-value-content:hover {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}
.product-value .product-value-contents .product-value-content:hover img {
  display: none;
}
.product-value .product-value-contents .product-value-content:hover h1 {
  width: 324px;
  height: 25px;
  text-align: left;
  margin-top: 20px;
}
.product-value .product-value-contents .product-value-content:hover p {
  width: 324px;
}
@media only screen and (max-width: 700px) {
  .product-value .product-value-contents {
    overflow: auto;
    height: 460px;
    flex-direction: column;
  }
  .product-value .product-value-contents .product-value-content {
    width: 330px;
  }
  .product-value .product-value-contents .product-value-content h1 {
    font-size: 18px;
  }
}
.tutorial-support {
  margin-bottom: 44px;
}
.tutorial-support .tutorial-support-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: auto;
}
.tutorial-support .tutorial-support-contents .tutorial-support-content {
  width: 374px;
  min-width: 320px;
  height: 182px;
  border-radius: 8px;
  padding: 27px 22px ;
  margin: 0 10px 16px 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid transparent;
}
.tutorial-support .tutorial-support-contents .tutorial-support-content h1 {
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.tutorial-support .tutorial-support-contents .tutorial-support-content p {
  font-size: 14px;
  line-height: 25px;
  color: #333333;
}
.tutorial-support .tutorial-support-contents .tutorial-support-content:hover {
  border: 1px solid #d2d2d2;
  box-shadow: 0px 2px 4px 0px rgba(184, 184, 184, 0.5);
}
#tutorial-support-content-1 {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/tutorial/tutorial-0.png);
}
#tutorial-support-content-2 {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/tutorial/tutorial-1.png);
}
#tutorial-support-content-3 {
  background-image: url(//yuntu-f.kuaicad.com/calc/assets/index/tutorial/tutorial-2.png);
}
@media only screen and (max-width: 700px) {
  .tutotutorial-support-contentrial-support .s {
    overflow: auto;
  }
  .tutotutorial-support-contentrial-support .s .tutorial-support-content h1 {
    font-size: 18px;
  }
}
.calc-footer {
  background-color: #030B1F;
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.calc-footer .calc-split-contents {
  height: 50px;
  width: 700px;
  min-width: 560px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calc-footer .calc-split-contents div {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  padding: 0 7px;
}
.calc-footer .calc-split-contents div a {
  font-size: 14px;
}
.calc-footer .calc-footer-record {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  padding-bottom: 60px;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .calc-footer .calc-split-contents {
    width: 100%;
    min-width: auto;
  }
  .calc-footer .calc-split-contents div {
    width: 20%;
  }
  .calc-footer .calc-split-contents div:nth-child(1),
  .calc-footer .calc-split-contents div:nth-child(2),
  .calc-footer .calc-split-contents div:nth-child(3) {
    display: none;
  }
  .calc-footer .calc-footer-record {
    width: 410px;
    justify-content: center;
    padding-bottom: 10px;
  }
}
.calc-homepage .calc-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.calc-homepage .calc-footer .calc-split-title {
  width: 560px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.calc-homepage .calc-footer .calc-split-title div {
  display: flex;
  justify-content: center;
  margin: 20px 0 1px 0;
  font-size: 14px;
}
.calc-homepage .calc-footer .calc-split-title div a {
  font-size: 14px;
}
.calc-homepage .calc-footer .calc-split-contents {
  width: 560px;
}
.calc-homepage .calc-footer .calc-split-contents div {
  display: flex;
  justify-content: center;
  padding: 0;
}
.calc-homepage .calc-footer .calc-footer-record {
  padding-bottom: 40px;
}
@media only screen and (max-width: 700px) {
  .calc-homepage .calc-footer .calc-split-title {
    font-size: 10px;
    width: 100%;
  }
  .calc-homepage .calc-footer .calc-split-title div {
    margin: 10px 0 0 0;
    font-size: 10px;
  }
  .calc-homepage .calc-footer .calc-split-title div a {
    font-size: 10px;
  }
  .calc-homepage .calc-footer .calc-split-contents {
    font-size: 10px;
    height: auto;
  }
  .calc-homepage .calc-footer .calc-split-contents div {
    margin: 5px;
    width: auto;
  }
  .calc-homepage .calc-footer .calc-split-contents div a {
    font-size: 10px;
  }
  .calc-homepage .calc-footer .calc-footer-record {
    font-size: 10px;
    width: 100%;
  }
}

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