.hhc-footer {
  background-color: #030B1F;
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.hhc-footer .hhc-split-contents {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.hhc-footer .hhc-split-contents div {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  padding: 0 14px;
  border-right: 1px solid rgba(151, 151, 151, 0.3);
}
.hhc-footer .hhc-split-contents div:last-child {
  border-right: none;
}
.hhc-footer .hhc-footer-record {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 60px;
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .hhc-footer {
    font-size: 12px;
    height: 130px;
  }
  .hhc-footer .hhc-split-contents {
    font-size: 13px;
    padding-top: 10px;
    width: 100%;
    min-width: auto;
  }
  .hhc-footer .hhc-split-contents div {
    padding: 0 10px;
  }
  .hhc-footer .hhc-footer-record {
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    padding: 0 2px 10px 2px;
  }
}
.hhc-header {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1165);
  height: 60px;
  align-items: center;
}
.hhc-content {
  width: 1200px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 599px) {
  .hhc-content {
    width: 92%;
  }
}
.hhc-homepage a:hover {
  text-decoration: none;
}
.hhc-header .hhc-header-wrap {
  height: 62px;
  line-height: 50px;
  display: flex;
  align-items: center;
  /* 将子元素垂直对齐到中心 */
}
.hhc-header .hhc-header-wrap > .hhc-logo {
  width: 300px;
  font-size: 20px;
  font-weight: 500;
  flex-flow: row;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .hhc-header .hhc-header-wrap > .hhc-logo {
    width: 46px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-header .hhc-header-wrap > .hhc-logo {
    width: 46px;
  }
}
.hhc-header .hhc-header-wrap > .hhc-logo .icon-text {
  margin-top: 2px;
  margin-left: 5px;
}
@media only screen and (max-width: 599px) {
  .hhc-honhucad-logo {
    background-size: cover;
    width: 40px;
    background-position: -125px 100%;
  }
}
.hhc-header-wrap > .hhc-nav-tabs {
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .hhc-header-wrap > .hhc-nav-tabs {
    margin-right: 5px;
  }
}
.hhc-nav-tabs > .hhc-nav-tab {
  display: inline-block;
  text-align: center;
  float: left;
  margin-left: 40px;
  border-top: 8px solid transparent;
}
@media only screen and (max-width: 599px) {
  .hhc-nav-tabs > .hhc-nav-tab {
    margin-left: 20px;
  }
}
.hhc-nav-tabs > .hhc-nav-tab a {
  font-size: 17px;
  display: inline-block;
  margin-bottom: 0px;
}
.hhc-nav-tabs > .hhc-nav-tab .selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.hhc-nav-tabs .hhc-nav-tab.selected > a {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.hhc-account-tabs {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.hhc-account-tabs .hhc-account-tab {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  font-size: 17px;
}
.hhc-account-tabs .hhc-account-tab .hhc-account-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: -202px -562px;
}
.hhc-account-tabs .hhc-account-tab.hhc-web:nth-child(2) {
  background-color: #016FFF;
  color: #FFFFFF;
  border-bottom: 6px solid #016FFF;
  border-top: 6px solid #016FFF;
}
.hhc-account-tabs .hhc-account-infos {
  display: none;
  position: absolute;
  z-index: 5;
  width: 223px;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  border-radius: 4px;
  border: 1px solid #D7D7D7;
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
}
.hhc-account-tabs .hhc-account-infos > div:nth-child(1) {
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -82px;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 15px;
  padding-right: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.hhc-account-tabs .hhc-account-infos > div:nth-child(1) .account-text {
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-shrink: 0;
  /* 防止被压缩 */
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info:hover {
  background: rgba(1, 111, 255, 0.1);
  color: #016FFF;
  font-weight: bold;
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info:hover .user-center-icon {
  background-position: -84px -72px;
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info:hover .change-password-icon {
  background-position: -112px -72px;
}
.hhc-account-tabs .hhc-account-infos .hhc-account-info:hover .log-out-icon {
  background-position: -140px -72px;
}
.hhc-account-tabs .hhc-account-tab:hover .hhc-account-infos,
.hhc-account-tabs .hhc-account-infos:hover {
  display: block;
}
.hhc-account-tabs .hhc-account-tab.hhc-mobile {
  display: none;
}
.hhc-account-tabs .hhc-account-tab.hhc-web {
  display: inline-block;
}
@media only screen and (max-width: 599px) {
  .hhc-account-tabs .hhc-account-tab {
    min-width: 30px;
  }
  .hhc-account-tabs .hhc-account-tab.hhc-web {
    display: none;
  }
  .hhc-account-tabs .hhc-account-tab.hhc-mobile {
    display: block;
  }
  .hhc-account-tabs .hhc-account-infos {
    right: 0;
  }
  .hhc-account-tabs .hhc-account-tab:hover .hhc-account-infos,
  .hhc-account-tabs .hhc-account-infos:hover {
    display: none;
  }
}
.hhc-hidden {
  display: none;
}
@media only screen and (max-width: 599px) {
  .hhc-phone-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-pad-hidden {
    display: none !important;
  }
}
.hhc-phone-display {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  .hhc-phone-display {
    display: flex !important;
  }
}
.hhc-section-background-container {
  position: relative;
  width: 100%;
}
.hhc-section-background-container .hhc-section-background-content {
  max-width: 1920px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 599px) {
  .hhc-section-background-container .hhc-section-background-content {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hhc-section-background-container .hhc-section-background-content {
    max-width: 1200px !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  .hhc-section-background-container .hhc-section-background-content {
    max-width: 1200px !important;
  }
}
.hhc-section-background-container .hhc-section-content {
  max-width: 1200px;
  width: 1200px;
  margin: auto;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .hhc-section-background-container .hhc-section-content {
    max-width: 600px;
    width: 100%;
  }
}
.hhc-icon-set {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/global/icon_set_20251215.svg);
}
.hhc-icon-set.hhc-company-logo {
  width: 176px;
  height: 32px;
  background-position: 0px 0px;
}
@media only screen and (max-width: 599px) {
  .hhc-icon-set.hhc-company-logo {
    width: 46px;
    background-position: -140px 0px;
  }
}
.hhc-icon-set.hhc-honhucad-logo {
  width: 32px;
  height: 32px;
  background-position: -135px 0px;
}
.hhc-icon-set.hhc-vip-icon {
  margin-top: -2px;
  width: 36px;
  height: 16px;
  background-position: 0 -642px;
}
.hhc-icon-set.hhc-vip-icon-large {
  width: 64px;
  height: 24px;
  background-position: 0 -608px;
}
.hhc-icon-set.hhc-download-arrow {
  width: 42px;
  height: 37px;
  background-position: 0px -42px;
}
.hhc-icon-set.hhc-customer-service-2 {
  width: 42px;
  height: 37px;
  background-position: -48px -42px;
}
.hhc-icon-set.hhc-contact-service {
  width: 54px;
  height: 47px;
  background-position: 0px -89px;
}
.hhc-icon-set.hhc-play {
  width: 78px;
  height: 78px;
  background-position: 0px -146px;
}
.hhc-icon-set.hhc-list-circle {
  width: 18px;
  height: 18px;
  background-position: 0px -234px;
}
.hhc-icon-set.hhc-customer-service {
  width: 68px;
  height: 202px;
  background-position: 0px -262px;
}
.hhc-icon-set.hhc-down-arrow {
  width: 24px;
  height: 24px;
  background-position: 0px -474px;
}
.hhc-icon-set.hhc-log-out-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -56px -498px;
}
.hhc-icon-set.hhc-alert-danger-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -168px -498px;
}
.hhc-icon-set.hhc-check-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-position: 0px -525px;
}
.hhc-icon-set.hhc-nologin-avatar-icon {
  width: 24px;
  height: 24px;
  background-position: -34px -525px;
}
.hhc-icon-set.hhc-account-arrow-icon {
  width: 24px;
  height: 24px;
  background-position: -68px -525px;
}
.hhc-icon-set.hhc-username-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -102px -525px;
}
.hhc-icon-set.hhc-passwd-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -136px -525px;
}
.hhc-icon-set.hhc-account-avatar-icon {
  width: 36px;
  height: 36px;
  background-position: -202px -560px;
}
.hhc-icon-set.hhc-user-avatar-icon {
  width: 40px !important;
  height: 40px !important;
  background-position: -204px -674px !important;
}
.hhc-icon-set.hhc-wechatpay-icon {
  width: 40px;
  height: 40px;
  background-position: -250px -560px;
}
.hhc-icon-set.hhc-alipay-icon {
  width: 40px;
  height: 40px;
  background-position: -300px -560px;
}
button,
.hhc-btn,
input[type="submit"] {
  border: none;
  background-color: #0080CC;
  color: #FFFFFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 40px;
  border-radius: 4px;
  display: inline-block;
}
button.hhc-p-disabled,
.hhc-btn.hhc-p-disabled,
input[type="submit"].hhc-p-disabled {
  cursor: not-allowed;
  background-color: #999999;
}
button.hhc-btn-normal,
.hhc-btn.hhc-btn-normal,
input[type="submit"].hhc-btn-normal {
  font-size: 14px;
  padding: 10px 30px;
  line-height: 20px;
  height: 40px;
}
button.hhc-btn-large,
.hhc-btn.hhc-btn-large,
input[type="submit"].hhc-btn-large {
  font-size: 18px;
  padding: 10px 30px;
  line-height: 25px;
  height: 45px;
}
button.hhc-btn-ali,
.hhc-btn.hhc-btn-ali,
input[type="submit"].hhc-btn-ali {
  height: 51px;
  color: #000000;
  background-color: unset !important;
  border-radius: 6px;
  border: 1px solid #979797;
}
button.hhc-btn-wx,
.hhc-btn.hhc-btn-wx,
input[type="submit"].hhc-btn-wx {
  height: 51px;
  color: #000000;
  background-color: unset !important;
  border-radius: 6px;
  border: 1px solid #979797;
}
.hhc-p-fadein {
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.hhc-p-fadeout {
  animation-duration: 0.2s;
  opacity: 0!important;
  transition-timing-function: ease-in-out;
  animation-name: fadeout!important;
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
}
.hhc-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.hhc-dialog {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 500px;
  height: auto;
  background-color: #FAFAFA;
  z-index: 21;
  margin-left: -250px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  display: none;
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-dialog {
    animation-duration: 0.4s;
    animation-name: slidein;
  }
  @keyframes slidein {
    from {
      top: 100%;
    }
  }
}
@media only screen and (max-width: 599px) {
  .hhc-dialog {
    top: 0px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    height: 100%;
  }
  .hhc-dialog .hhc-dialog-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FAFAFA;
  }
}
.hhc-dialog .hhc-dialog-header {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px;
}
.hhc-dialog .hhc-dialog-header h2,
.hhc-dialog .hhc-dialog-header h3 {
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
.hhc-dialog .hhc-dialog-header .hhc-close {
  font-size: 20px;
  margin-right: 7px;
  margin-top: 6px;
}
.hhc-dialog .hhc-dialog-content {
  min-height: 150px;
  padding: 10px 20px;
  margin-bottom: 50px;
  height: 80%;
  overflow: auto;
}
.hhc-dialog .hhc-dialog-content.hhc-align-center {
  text-align: center;
}
.hhc-dialog .hhc-dialog-footer {
  border-top: 1px solid #E4E4E4;
  padding: 10px;
  overflow: auto;
}
.hhc-dialog .hhc-dialog-footer > button {
  float: right;
  margin-left: 10px;
  padding: 0 20px;
}
.hhc-modal-img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  display: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000');
  /* IE */
  animation-duration: 0.2s;
  opacity: 1;
  transition-timing-function: ease-in-out;
  animation-name: fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
}
.hhc-modal-img span.hhc-close {
  top: 0;
  right: 20px;
  position: fixed;
  z-index: 22;
  font-size: 50px;
  color: white;
  cursor: pointer;
}
.hhc-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);
}
.hhc-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: 599px) {
  .hhc-side-nav {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-side-nav {
    display: none;
  }
}
.hhc-side-nav .hhc-side-nav-header {
  height: 148px;
  text-align: center;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/user/user_background_20251215.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  margin-bottom: 10px;
}
.hhc-side-nav .hhc-side-nav-header > h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
}
.hhc-side-nav .hhc-side-nav-header .hhc-side-nav-header-banner {
  width: 34px;
  height: 1px;
  color: #FFFFFF;
  background: #FFFFFF;
  display: inline-block;
}
.hhc-side-nav .hhc-side-nav-header > h2 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
}
.hhc-side-nav .hhc-p-tab {
  padding: 0px 20px 0 50px;
  border-bottom: 1px solid #DDDDDD;
  text-align: left;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
  font-size: 16px;
  border-left: 4px solid transparent;
}
.hhc-side-nav .hhc-p-tab:hover {
  background-color: #F0F0F0;
}
.hhc-side-nav .hhc-p-tab.hhc-p-selected {
  color: #016FFF;
  background-color: #DBE8FA;
  border-left: 4px solid #016FFF;
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  background-color: #FFFFFF;
  font-size: 16px;
  position: relative;
  overflow: hidden auto;
  width: 100%;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  html {
    overflow: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  html {
    overflow: auto;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  display: block;
  min-height: 100%;
  position: relative;
  background-color: #FFFFFF;
  color: #333333;
  font-size: 16px;
  font: 16px Roboto, "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
body:after {
  height: 130px;
  display: block;
  content: '';
}
@media only screen and (max-width: 599px) {
  body:after {
    height: 120px;
  }
}
body * {
  font-family: Roboto, "Arial", "Helvetica", "Open Sans", "lucida grande", "lucida sans unicode", lucida, helvetica, sans-serif;
}
.footer-only-copyright:after {
  height: 81px;
  display: block;
  content: '';
}
@media only screen and (max-width: 599px) {
  .footer-only-copyright:after {
    height: 54px;
  }
}
.no-footer:after {
  display: none;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a.hhc-link {
  color: #0080CC;
  text-decoration: underline;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
li {
  list-style: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.hhc-float-left {
  float: left;
}
.hhc-float-right {
  float: right;
}
.hhc-alert {
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  color: #777777;
  font-size: 14px;
  border: 1px solid #666666;
}
.hhc-alert.hhc-p-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.hhc-alert.hhc-p-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.hhc-alert.hhc-p-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.hhc-alert.hhc-p-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.hhc-error-div {
  width: 1180px;
  margin: 15px auto;
  position: relative;
  padding: 30px;
  overflow: auto;
  background-color: #F1F1F1;
}
.hhc-error-div a {
  color: #0080CC;
  text-decoration: underline;
}
.hhc-error-div img {
  width: 400px;
}
.hhc-error-div p {
  position: absolute;
  top: 50%;
  left: 450px;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  .hhc-error-div img {
    width: 300px;
  }
  .hhc-error-div p {
    top: 90%;
    left: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-content {
    width: 100%;
  }
}
.hhc-account {
  min-height: 100%;
}
.hhc-hidden {
  display: none;
}
.hhc-account .hhc-footer {
  background-color: #F1F7FF;
  color: #030B1F;
}
.hhc-account-img {
  width: 100%;
  height: 830px;
  background-image: url(//yuntu-f.kuaicad.com/hhcad/web/images/login/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.hhc-account .hhc-account-container {
  position: absolute;
  top: 22%;
  right: 9%;
}
@media only screen and (max-width: 599px) {
  .hhc-account .hhc-account-container {
    right: 0;
    width: 100%;
    top: 7%;
  }
  .hhc-account .hhc-icon-logo {
    width: 260px;
  }
}
.hhc-account .hhc-account-container .hhc-account-form {
  width: 500px;
  border: 1px solid #D2D2D2;
  background: #FFFFFF;
  box-shadow: -1px 1px 6px 0px rgba(70, 82, 99, 0.2);
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-alert.hhc-p-danger {
  color: #E82F2F;
  background-color: #FAD5D5;
  border: 1px solid #E82F2F;
  border-radius: 2px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-navbar-large {
  margin-top: 60px;
  margin-left: 12%;
  margin-right: 12%;
  display: inline-block;
  border-bottom: 1px solid #DDDDDD;
  width: 76%;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-navbar-large > a {
  width: 49%;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  display: inline-block;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-navbar-large .hhc-tab.hhc-selected {
  font-weight: bold;
  border-bottom: 2px solid #016FFF;
  color: #016FFF;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container {
  margin-top: 20px;
  margin-left: 13%;
  margin-right: 13%;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-account-input {
  height: 50px;
  position: relative;
  margin-bottom: 16px;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-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;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-account-input .hhc-p-disabled {
  cursor: not-allowed;
  background-color: #C7DDFA;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-input {
  border-radius: 4px;
  border: 1px solid #AEAEAE;
  padding-left: 50px;
  height: 100%;
  width: 100%;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-input:focus {
  outline: none;
  border: 1px solid #016FFF;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-img-captcha-value {
  width: 225px;
  padding: 0 10px;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-input.smsCode {
  width: 225px;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-img-captcha-container {
  position: relative;
  float: right;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-img-captcha-container > img {
  position: absolute;
  height: 40px;
  width: 135px;
  margin: 5px;
  right: 0;
  max-width: none;
  max-height: none;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-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%;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-p-footnote {
  margin-top: 15px;
  height: 130px;
  line-height: 14px;
  font-size: 14px;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-p-footnote .hhc-float-left {
  float: left;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-p-footnote .hhc-float-right {
  float: right;
}
.hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-p-footnote .hhc-link {
  color: #016FFF;
}
.hhc-account .hhc-account-container .hhc-account-form #reset input,
.hhc-account .hhc-account-container .hhc-account-form #register input {
  padding: 0 15px;
}
.hhc-account .hhc-account-container .hhc-account-form #reset > button,
.hhc-account .hhc-account-container .hhc-account-form #register > 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%;
}
.hhc-account .hhc-account-container .hhc-account-form #sms-login input {
  padding: 0 15px;
}
.hhc-account .hhc-account-container .hhc-account-form #sms-login input[type="submit"] {
  margin-bottom: 130px;
}
.hhc-account .hhc-account-container.reset-password {
  top: 12%;
}
.hhc-account .hhc-account-container.register {
  top: 12%;
}
@media only screen and (max-width: 599px) {
  .hhc-account .hhc-account-container .hhc-account-form {
    width: 100%;
    border: none;
    box-shadow: none;
    background: #F6F8FB;
  }
  .hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-account-input button {
    width: 34%;
  }
  .hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-img-captcha-value {
    width: 50%;
  }
  .hhc-account .hhc-account-container .hhc-account-form .hhc-container .hhc-input.smsCode {
    width: 64%;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-account-img {
    background: #F6F8FB;
    height: 780px;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-account .hhc-account-container.reset-password,
  .hhc-account .hhc-account-container.register {
    top: 7%;
  }
}
.hhc-trial {
  display: flex;
  flex-direction: column;
}
.hhc-trial .hhc-trial-main {
  flex: 1;
  background-color: #EDF4FF;
}
.hhc-trial .hhc-trial-main .hhc-trial-content {
  height: 380px;
  width: 680px;
  margin: 100px auto;
  background-color: white;
  text-align: center;
  border-radius: 5px;
  padding-top: 35px;
}
.hhc-trial .hhc-trial-main .hhc-trial-content.hhc-trial-content-cantrial {
  height: 580px;
}
@media only screen and (max-width: 599px) {
  .hhc-trial .hhc-trial-main .hhc-trial-content {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .hhc-trial .hhc-trial-main .hhc-trial-content.hhc-trial-content-cantrial {
    height: auto;
  }
}
.hhc-trial .hhc-trial-main .hhc-trial-content .hhc-apply-trial,
.hhc-trial .hhc-trial-main .hhc-trial-content .hhc-purchase-consulation {
  height: 180px;
  width: 600px;
  margin: 35px auto;
  background-color: #EFF6FF;
  border-radius: 3px;
  padding-top: 20px;
}
@media only screen and (max-width: 599px) {
  .hhc-trial .hhc-trial-main .hhc-trial-content .hhc-apply-trial,
  .hhc-trial .hhc-trial-main .hhc-trial-content .hhc-purchase-consulation {
    height: auto !important;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hhc-trial .hhc-trial-main .hhc-trial-content .hhc-purchase-consulation {
  margin-top: 50px;
}
.hhc-trial .hhc-trial-main .hhc-trial-content h1,
.hhc-trial .hhc-trial-main .hhc-trial-content h2 {
  font-weight: bold;
}
.hhc-trial .hhc-trial-main .hhc-trial-content p.hhc-trial-intro {
  margin-top: 15px;
  font-size: 16px;
}
.hhc-trial .hhc-trial-main .hhc-trial-content p.hhc-trial-intro span {
  font-weight: bold;
}
.hhc-trial .hhc-trial-main .hhc-trial-content div.hhc-trial-button {
  margin-top: 25px;
}
.hhc-payment {
  background-color: #E5F1FF;
}
.hhc-payment-background {
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/payment/payment_images_set_20251215.png);
}
.hhc-payment .hhc-contact-customer-service {
  border-radius: 26px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.hhc-payment .hhc-contact-customer-service > p {
  padding-right: 4px;
  align-self: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #FDF6F6;
  text-shadow: 0px 2px 10px #1389EB;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-contact-customer-service {
    bottom: 50px;
    background-color: #3B91FF;
    padding: 5px 5px;
  }
  .hhc-payment .hhc-contact-customer-service.hhc-icon-set {
    display: none;
  }
  .hhc-payment .hhc-contact-customer-service > i {
    padding: 2px 2px;
  }
  .hhc-payment .hhc-contact-customer-service > p {
    display: none;
  }
}
.hhc-payment .hhc-products {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-payment .hhc-products {
    display: flex;
  }
}
.hhc-payment .hhc-products .hhc-product {
  float: left;
  position: relative;
  width: 370px;
  border-radius: 14px;
  background: #FFFFFF;
  box-shadow: 0px 7px 10px 0px #C6D8F0;
  margin: 10px 15px;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product {
    width: 48%;
    margin: 15px 1%;
    box-shadow: none;
    border-radius: 7px;
  }
}
.hhc-payment .hhc-products .hhc-product .product-title {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  height: 70px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .product-title {
    height: 40px;
    padding-top: 7px;
    font-size: 14px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }
}
.hhc-payment .hhc-products .hhc-product .product-title .product-title-inner {
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  padding-top: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .product-title .product-title-inner {
    padding-top: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .product-price {
    margin-top: 20px;
  }
}
.hhc-payment .hhc-products .hhc-product .product-price .product-price-month {
  font-size: 40px;
  line-height: 47px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .product-price .product-price-month {
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
  }
}
.hhc-payment .hhc-products .hhc-product .product-price .product-price-sum {
  font-size: 20px;
  line-height: 26px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .product-price .product-price-sum {
    font-size: 14px;
    line-height: 12px;
  }
}
.hhc-payment .hhc-products .hhc-product .pay-button {
  display: inline-block;
  width: 300px;
  margin: 30px 20px 32px 20px;
  height: 64px;
  border-radius: 7px;
  font-size: 22px;
  line-height: 31px;
  padding-top: 17px;
  border: 1px solid #999999;
  background: #FFFFFF;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-products .hhc-product .pay-button {
    height: 36px;
    width: 60%;
    margin: 14px auto;
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 4px;
  }
}
.hhc-payment .hhc-products .hhc-product .product-title {
  background-repeat: no-repeat;
  background-size: auto;
}
.hhc-payment .hhc-products .hhc-product:nth-child(1) .product-title {
  background-position: 0px 0px;
}
.hhc-payment .hhc-products .hhc-product:nth-child(2) .product-title {
  background-position: -398px 0px;
}
.hhc-payment .hhc-products .hhc-product:nth-child(3) .product-title {
  background-position: -796px 0px;
}
.hhc-payment .hhc-products .hhc-product:nth-child(3) .pay-button {
  background: #DE9B38;
  border: none;
}
.hhc-payment .hhc-products .hhc-product:nth-child(3) .pay-button > div {
  color: #FFFFFF;
  letter-spacing: 1.09px;
}
.hhc-payment .hhc-vip-introductions {
  margin-top: 50px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions {
    width: 96%;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-middle {
  display: none;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-middle {
    width: 100%;
    display: block;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-middle {
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-img {
  width: 800px;
  height: 30px;
  margin-left: 200px;
  margin-right: 200px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 -210px;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-img {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-title .hhc-vip-introductions-title-img {
    display: none;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main {
  background: #FFFFFF;
  border: 1px solid #d7d7d7;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 45px;
  padding: 18px 10px;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main {
    justify-content: center;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main {
    height: 380px;
    flex-direction: column;
    overflow: auto;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function {
  width: 274px;
  height: 150px;
  margin: 10px;
  border: 1px dashed #aeaeae;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function {
    width: auto;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function .hhc-vip-function-title {
  text-align: center;
  align-content: center;
  width: 274px;
  height: 49px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 0 -150px;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #905529;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function .hhc-vip-function-title {
    font-size: 14px;
  }
}
.hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function .hhc-vip-function-content {
  height: 100px;
  font-size: 18px;
  font-weight: normal;
  line-height: 22px;
  text-align: center;
  align-content: center;
  width: 260px;
  color: #666666;
}
@media only screen and (max-width: 599px) {
  .hhc-payment .hhc-vip-introductions .hhc-vip-introductions-main .hhc-vip-function .hhc-vip-function-content {
    font-size: 12px;
  }
}
.hhc-confirm .hhc-section {
  margin: 0 0 0 40px;
  padding: 40px 0;
}
@media only screen and (max-width: 599px) {
  .hhc-confirm .hhc-section {
    margin: 0 0 0 20px;
  }
}
.hhc-confirm .hhc-section + .hhc-section {
  border-top: 1px solid #E4E4E4;
}
.hhc-confirm .hhc-section.hhc-pay-attention {
  border: 1px solid #E4E4E4;
  padding: 20px;
}
@media only screen and (max-width: 599px) {
  .hhc-confirm .hhc-section.hhc-pay-attention {
    display: none;
  }
}
.hhc-confirm .hhc-section.hhc-pay-attention > h4 {
  margin: 0;
}
.hhc-confirm .hhc-section.hhc-pay-attention > p {
  padding-left: 20px;
}
.hhc-confirm .hhc-section.hhc-pay-attention > p .hhc-color-red {
  font-size: 16px;
}
.hhc-confirm .hhc-section.hhc-pay-attention > p.hhc-credit-example {
  margin-top: 25px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hhc-confirm .hhc-section.hhc-pay-attention > p.hhc-credit-example > img {
  float: left;
}
.hhc-confirm .hhc-section.hhc-pay-attention > p.hhc-credit-example > img + img {
  margin-left: 60px;
}
.hhc-confirm .hhc-section-title {
  border-left: 3px solid #0080CC;
  padding-left: 10px;
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
}
.hhc-confirm .hhc-section-main {
  padding-top: 20px;
  padding-left: 10px;
}
@media only screen and (max-width: 599px) {
  .hhc-confirm .hhc-section-main {
    padding-left: unset;
  }
}
.hhc-confirm .hhc-section-main > p {
  margin-top: 10px;
}
.hhc-confirm .hhc-section-main .hhc-label {
  display: inline-block;
  width: 110px;
}
.hhc-confirm .hhc-section-main .hhc-account {
  color: #0080CC;
  font-weight: bold;
}
.hhc-confirm .hhc-section-main .hhc-bold {
  font-weight: bold;
}
.hhc-confirm .hhc-section-main .hhc-color-orange {
  color: #ff7011;
}
.hhc-confirm .hhc-section-main .hhc-pay {
  margin: 25px 0;
}
.hhc-confirm .hhc-section-main .hhc-pay .hhc-btn {
  display: inline-flex;
  background-color: #5FA6D0;
  width: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  text-align: left;
  align-items: center;
  flex-flow: row;
}
.hhc-confirm .hhc-section-main .hhc-pay .hhc-btn > span {
  margin-left: 5px;
}
.hhc-confirm .hhc-content-auto {
  min-height: 800px;
  width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-confirm .hhc-content-auto {
    width: 80%;
  }
}
.hhc-wxcashier .hhc-content-auto {
  width: 900px;
  margin: auto;
  overflow: auto;
}
@media only screen and (max-width: 599px) {
  .hhc-wxcashier .hhc-content-auto {
    width: 100%;
  }
}
.hhc-wxcashier .cashier {
  font-size: 16px;
  line-height: 1.5em;
}
.hhc-wxcashier .cashier .cashier-order {
  padding: 20px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .hhc-wxcashier .cashier .cashier-order {
    flex-flow: column;
    display: flex;
  }
}
.hhc-wxcashier .cashier .cashier-order > div {
  vertical-align: middle;
}
.hhc-wxcashier .cashier .cashier-order > div > p {
  margin: 0;
  margin-top: 5px;
}
.hhc-wxcashier .cashier .cashier-order > div .order-amount {
  color: #E93524;
  font-size: 20px;
  line-height: 3em;
}
.hhc-wxcashier .cashier .cashier-pay {
  padding: 60px 100px;
  border-bottom: 3px solid #BFBFBF;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .hhc-wxcashier .cashier .cashier-pay {
    padding: 60px 60px;
  }
}
.hhc-wxcashier .cashier .cashier-pay > .code-wrap > .code-body {
  border: 1px solid #BFBFBF;
  margin-bottom: 15px;
}
.hhc-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer {
  position: relative;
  width: 302px;
  height: 84px;
  background: #333366 no-repeat;
  padding: 18px 18px 18px 100px;
  color: #FFFFFF;
}
.hhc-wxcashier .cashier .cashier-pay > .code-wrap > .code-footer > p {
  margin: 0;
}
.hhc-wxcashier .cashier .cashier-pay > .scan-sample {
  margin-left: 100px;
}
@media only screen and (max-width: 599px) {
  .hhc-wxcashier .cashier .cashier-pay > .scan-sample {
    display: none;
  }
}
.hhc-pay-return .hhc-response {
  width: 700px;
  border: 1px solid #E4E4E4;
  margin: 100px auto 200px auto;
  text-align: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 599px) {
  .hhc-pay-return .hhc-response {
    width: 100%;
    padding: 10px;
  }
}
.hhc-pay-return .hhc-response .hhc-response-body {
  margin: 40px 0;
  text-align: left;
}
.hhc-pay-return .hhc-response .hhc-response-body .hhc-vip-info {
  color: #999999;
}
.hhc-pay-return .hhc-response .hhc-response-body .hhc-vip-info > ul > li + li {
  margin-top: 5px;
}
.hhc-pay-return .hhc-response .hhc-response-footer {
  margin: 20px 0;
}
@media only screen and (max-width: 599px) {
  .hhc-dashboard .hhc-icon-logo {
    width: 260px;
  }
}
.hhc-main-content {
  min-height: 300px;
  padding: 20px;
}
.hhc-main-content .hhc-content-left {
  width: 210px;
  float: left;
  position: relative;
}
.hhc-main-content .hhc-link {
  color: #016FFF;
  text-decoration: underline;
}
.hhc-main-content .hhc-order-none {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  height: 650px;
}
@media only screen and (max-width: 599px) {
  .hhc-main-content .hhc-order-none {
    padding: 70% 22%;
    background-position: 50% 25%;
  }
}
.hhc-content-main {
  width: 900px;
  padding: 0px 20px;
  float: left;
  position: relative;
  height: 740px;
  border: 1px solid #D2D2D2;
}
.hhc-content-main .hhc-navbar-large {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
}
@media only screen and (max-width: 599px) {
  .hhc-content-main .hhc-navbar-large {
    display: none;
  }
}
.hhc-content-main .hhc-navbar-large .hhc-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;
}
.hhc-content-main .hhc-navbar-mobile {
  margin-bottom: 20px;
  border-bottom: 1px solid #D2D2D2;
  display: none;
}
@media only screen and (max-width: 599px) {
  .hhc-content-main .hhc-navbar-mobile {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
.hhc-content-main .hhc-navbar-mobile .hhc-tab {
  color: #333333;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  display: inline-block;
  padding: 20px 0;
  text-align: center;
}
.hhc-content-main .hhc-navbar-mobile .hhc-tab.selected {
  color: #016FFF;
  font-weight: bold;
  border-bottom: 4px solid #016FFF;
}
.hhc-content-main .hhc-labeled-input {
  line-height: 40px;
  overflow: auto;
}
.hhc-content-main .hhc-labeled-input .hhc-p-label {
  float: left;
  font-size: 18px;
  width: 160px;
  text-align: right;
  margin-right: 20px;
}
.hhc-content-main .hhc-labeled-input .hhc-p-input {
  float: left;
  color: #666666;
  font-size: 16px;
}
.hhc-content-main .hhc-labeled-input .hhc-checkbox {
  line-height: 40px;
}
.hhc-dashboard .hhc-order-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 620px;
}
.hhc-dashboard .hhc-invoice-table {
  margin: 20px 0;
  max-width: 100%;
  overflow: auto;
  max-height: 580px;
}
.hhc-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #DDDDDD;
  font-size: 14px;
  overflow-y: auto;
}
.hhc-table table th,
.hhc-table table td {
  line-height: 2em;
  min-height: 45px;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  word-break: break-all;
}
.hhc-table table thead {
  background-color: #F0F0F0;
}
.hhc-table table thead tr {
  line-height: 45px;
  text-align: center;
}
.hhc-table table thead tr th {
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
}
.hhc-table table tbody {
  text-align: center;
}
.hhc-table table tbody tr {
  line-height: 40px;
}
.hhc-table table tbody tr td {
  border-bottom: 1px solid #DDDDDD;
}
.hhc-table table tbody tr:hover {
  background-color: #F0F0F0;
}
@media only screen and (max-width: 599px) {
  .hhc-dashboard .hhc-main-content .hhc-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
  .hhc-dashboard .hhc-main-content .hhc-content-main .hhc-labeled-input .hhc-p-label {
    width: 25%;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-dashboard .hhc-main-content .hhc-content-main {
    width: 100%;
    padding: 0;
    border: none;
    min-height: 400px;
  }
  .hhc-dashboard .hhc-main-content .hhc-content-main .hhc-labeled-input .hhc-p-label {
    width: 25%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .hhc-dashboard .hhc-main-content {
    padding: 20px 0;
  }
}
.hhc-index-main {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .hhc-index-main {
    overflow: auto;
  }
}
.hhc-index-main .hhc-contact-customer-service {
  border-radius: 26px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
}
.hhc-index-main .hhc-contact-customer-service > p {
  padding-right: 4px;
  align-self: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #FDF6F6;
  text-shadow: 0px 2px 10px #1389EB;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 5px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-contact-customer-service {
    bottom: 50px;
    background-color: #3B91FF;
    padding: 5px 5px;
  }
  .hhc-index-main .hhc-contact-customer-service.hhc-icon-set {
    display: none;
  }
  .hhc-index-main .hhc-contact-customer-service > i {
    padding: 2px 2px;
  }
  .hhc-index-main .hhc-contact-customer-service > p {
    display: none;
  }
}
.hhc-index-main .hhc-h1-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hhc-index-main .hhc-product-introduction {
  display: flex;
  height: 330px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction {
    height: 400px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container {
  background: #a9d5ff;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-section-background-content {
  background-image: url("https://yuntu-f.kuaicad.com/hhcad/web/images/index/banner_20251215.jpg");
  background-size: cover;
  height: 330px;
  width: 1918px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-section-background-content {
    height: 400px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content {
  display: flex;
  flex-direction: row;
  gap: 45px;
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content {
    justify-content: center;
    margin: 38px 5px auto 5px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left {
    align-items: center;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left > h2 {
  margin-top: 35px;
  font-size: 46px;
  font-weight: bold;
  height: 45px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left > h2 {
    font-size: 38px;
    margin-top: 15px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left > h3 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left > P {
  font-size: 18px;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .hhc-phone-display {
  font-size: 18px;
  margin-top: 30px;
  flex-direction: column;
  align-items: center;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact {
  display: flex;
  flex-direction: row;
  gap: 31px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact {
    gap: 10px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button {
  width: fit-content;
  margin-top: 20px;
  height: 45px;
  align-items: center;
  display: flex;
  flex-direction: row;
  border-radius: 2px 2px 2px 2px;
  background: #1890FF;
  border: 1.5px solid transparent;
  cursor: pointer;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button .download-arrow {
  height: 52px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button .get-software {
  height: 100%;
  border-radius: 2px 2px 2px 2px;
  border: 1.5px solid transparent;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s linear;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button .get-software > p {
  padding-left: 15px;
  padding-right: 15px;
  color: #1890FF;
  font-size: 26px;
  font-weight: bold;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button .get-software > p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button:hover .get-software {
  border-left: 1.5px solid #FFFFFF;
  background: #1890FF;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .download-and-contact-button:hover .get-software > p {
  color: #FFFFFF;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container {
  display: flex;
  position: relative;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container .qr-code-container {
  width: 188px;
  z-index: 10;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: -224px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #1890FF;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container .qr-code-container {
    right: 0;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container .qr-code-container > p {
  margin-top: 5px;
  font-size: 20px;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container .qr-code-container .qr-code {
  width: 188px;
  height: 188px;
  padding: 15px;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-left .download-and-contact .button-container .download-and-contact-button:hover ~ .qr-code-container {
  display: flex;
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-right {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-right {
    display: none;
  }
}
.hhc-index-main .hhc-product-introduction .hhc-section-background-container .hhc-product-introduction-content > .introduction-right > i {
  margin-top: 15px;
  width: 480px;
  height: 280px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/introduction_banner_20251215.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.hhc-index-main .hhc-selection-reasons {
  display: flex;
  height: 650px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons {
    height: 780px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container {
  background: #e9f8ff;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-section-background-content {
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/index_bg2_20250929.jpg);
  height: 881px;
  width: 1920px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-section-background-content {
    height: 780px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content > span {
  align-self: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(180deg, #1890FF 63%, rgba(80, 173, 251, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content > span {
    margin-top: 40px;
    font-size: 28px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  height: 70px;
  gap: 15px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue {
    overflow: auto;
    max-width: 100%;
    justify-content: unset;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title {
  cursor: pointer;
  display: flex;
  margin-left: 19px;
  margin-right: 19px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1.5px solid transparent;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title > p {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 2px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title.title-selected {
  background: rgba(0, 138, 255, 0.85);
  box-shadow: 1px 5px 12px rgba(44, 96, 218, 0.45);
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title.title-selected > p {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title:hover {
  border-radius: 10px;
  border: 1.5px solid #1890FF;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue {
    margin-top: 15px;
    gap: 5px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title > p {
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-catalogue .catalogue-title.title-selected > p {
    font-size: 14px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container {
  width: 100%;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content {
  display: none;
  flex-direction: row;
  margin-top: 20px;
  justify-content: space-between;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content.content-selected {
  display: flex;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left {
  width: 50% ;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left {
    width: unset;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left > h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 30px;
  color: #2C6DFD;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i {
  flex: 0 0 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/global/icon_set_20251215.svg);
  width: 18px;
  height: 18px;
  background-position: 0px -234px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-company-logo {
  width: 176px;
  height: 32px;
  background-position: 0px 0px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-company-logo {
    width: 46px;
    background-position: -140px 0px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-honhucad-logo {
  width: 32px;
  height: 32px;
  background-position: -135px 0px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-vip-icon {
  margin-top: -2px;
  width: 36px;
  height: 16px;
  background-position: 0 -642px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-vip-icon-large {
  width: 64px;
  height: 24px;
  background-position: 0 -608px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-download-arrow {
  width: 42px;
  height: 37px;
  background-position: 0px -42px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-customer-service-2 {
  width: 42px;
  height: 37px;
  background-position: -48px -42px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-contact-service {
  width: 54px;
  height: 47px;
  background-position: 0px -89px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-play {
  width: 78px;
  height: 78px;
  background-position: 0px -146px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-list-circle {
  width: 18px;
  height: 18px;
  background-position: 0px -234px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-customer-service {
  width: 68px;
  height: 202px;
  background-position: 0px -262px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-down-arrow {
  width: 24px;
  height: 24px;
  background-position: 0px -474px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-log-out-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -56px -498px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-alert-danger-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -168px -498px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-check-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-position: 0px -525px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-nologin-avatar-icon {
  width: 24px;
  height: 24px;
  background-position: -34px -525px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-account-arrow-icon {
  width: 24px;
  height: 24px;
  background-position: -68px -525px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-username-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -102px -525px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-passwd-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -136px -525px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-account-avatar-icon {
  width: 36px;
  height: 36px;
  background-position: -202px -560px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-user-avatar-icon {
  width: 40px !important;
  height: 40px !important;
  background-position: -204px -674px !important;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-wechatpay-icon {
  width: 40px;
  height: 40px;
  background-position: -250px -560px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > i.hhc-alipay-icon {
  width: 40px;
  height: 40px;
  background-position: -300px -560px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > p {
  font-size: 18px;
  margin-left: 5px;
  margin-top: -5px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-right {
  display: flex;
  margin-right: 55px;
  margin-top: 6.2px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-right {
    margin-right: 0;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-right > i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content {
    margin: 25px auto auto auto;
    flex-direction: column;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left {
    padding: 10px 10px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left > h3 {
    font-size: 20px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list {
    gap: 10px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-left .content-list > li > p {
    font-size: 14px;
  }
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container .hhc-content .content-right {
    width: 100%;
    padding: 10px 10px;
    margin-top: -45px;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(1) .content-right {
  margin-top: 0px;
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(1) .content-right > i {
  margin-top: -30px;
  margin-right: -20px;
  width: 643px;
  height: 470px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/selection_bg1_20250929.png);
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(1) .content-right > i {
    height: 400px;
    margin-right: 0;
  }
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(2) .content-right > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/selection_bg2_20250929.png);
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(3) .content-right > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/selection_bg3_20250929.png);
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(4) .content-right > i {
  width: 716px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/selection_bg4_20250929.png);
}
.hhc-index-main .hhc-selection-reasons .hhc-section-background-container .hhc-selection-reasons-content .hhc-catalogue-and-content .hhc-content-container > .hhc-content:nth-of-type(5) .content-right > i {
  width: 716px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/selection_bg5_20250929.png);
}
.hhc-index-main .hhc-features {
  display: flex;
  height: 650px;
  margin-top: -2px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features {
    height: 780px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container {
  background: #e9f8ff;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-section-background-content {
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/index_bg3_20250929.jpg);
  height: 650px;
  width: 1918px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-section-background-content {
    height: 800px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content > span {
  align-self: center;
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(180deg, #1890FF 63%, rgba(80, 173, 251, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content > span {
    margin-top: 40px;
    font-size: 28px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue {
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
  margin-top: 30px;
  gap: 15px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue {
    overflow: auto;
    max-width: 100%;
    justify-content: unset;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title {
  cursor: pointer;
  display: flex;
  margin-left: 19px;
  margin-right: 19px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1.5px solid transparent;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title > p {
  white-space: nowrap;
  font-size: 24px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 2px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title.features-title-selected {
  background: rgba(0, 138, 255, 0.85);
  box-shadow: 1px 5px 12px rgba(44, 96, 218, 0.45);
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title.features-title-selected > p {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title:hover {
  border-radius: 10px;
  border: 1.5px solid #1890FF;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue {
    margin-top: 15px;
    gap: 5px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title > p {
    padding: 1px 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-catalogue .features-catalogue-title.features-title-selected > p {
    font-size: 14px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container {
  width: 100%;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content {
  display: none;
  flex-direction: row;
  margin-top: 30px;
  justify-content: space-between;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content.features-content-selected {
  display: flex;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left {
  width: 50%;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left {
    width: unset;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left > h3 {
  font-size: 30px;
  font-weight: bold;
  color: #2C6DFD;
  margin-top: 20px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i {
  flex: 0 0 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/global/icon_set_20251215.svg);
  width: 18px;
  height: 18px;
  background-position: 0px -234px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-company-logo {
  width: 176px;
  height: 32px;
  background-position: 0px 0px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-company-logo {
    width: 46px;
    background-position: -140px 0px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-honhucad-logo {
  width: 32px;
  height: 32px;
  background-position: -135px 0px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-vip-icon {
  margin-top: -2px;
  width: 36px;
  height: 16px;
  background-position: 0 -642px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-vip-icon-large {
  width: 64px;
  height: 24px;
  background-position: 0 -608px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-download-arrow {
  width: 42px;
  height: 37px;
  background-position: 0px -42px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-customer-service-2 {
  width: 42px;
  height: 37px;
  background-position: -48px -42px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-contact-service {
  width: 54px;
  height: 47px;
  background-position: 0px -89px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-play {
  width: 78px;
  height: 78px;
  background-position: 0px -146px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-list-circle {
  width: 18px;
  height: 18px;
  background-position: 0px -234px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-customer-service {
  width: 68px;
  height: 202px;
  background-position: 0px -262px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-down-arrow {
  width: 24px;
  height: 24px;
  background-position: 0px -474px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-log-out-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -56px -498px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-alert-danger-icon {
  margin: 0px 20px 0px 4px;
  width: 18px;
  height: 18px;
  background-position: -168px -498px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-check-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  background-position: 0px -525px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-nologin-avatar-icon {
  width: 24px;
  height: 24px;
  background-position: -34px -525px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-account-arrow-icon {
  width: 24px;
  height: 24px;
  background-position: -68px -525px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-username-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -102px -525px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-passwd-input-icon {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  background-position: -136px -525px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-account-avatar-icon {
  width: 36px;
  height: 36px;
  background-position: -202px -560px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-user-avatar-icon {
  width: 40px !important;
  height: 40px !important;
  background-position: -204px -674px !important;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-wechatpay-icon {
  width: 40px;
  height: 40px;
  background-position: -250px -560px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > i.hhc-alipay-icon {
  width: 40px;
  height: 40px;
  background-position: -300px -560px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > p {
  font-size: 18px;
  margin-left: 5px;
  margin-top: -5px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-right {
  display: flex;
  margin-right: 55px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-right {
    margin-right: 0;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-right > i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content {
    margin: 25px auto auto auto;
    flex-direction: column;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left {
    padding: 10px 10px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left > h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list {
    gap: 10px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-left .content-list > li > p {
    font-size: 14px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container .hhc-features-content .content-right {
    width: 100%;
    padding: 10px 10px;
    margin-top: -45px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right {
  position: relative;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right > i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg1_20250929.png);
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right > .play-button {
  position: absolute;
  top: 40%;
  left: 45%;
  cursor: pointer;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right > .play-button {
    display: none;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(1) > .content-right > video {
    display: none;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(2) {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(2) > div {
  z-index: 1;
  display: flex;
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/computer_bg_20250929.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(2) > div > i {
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 646px;
  height: 417px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg2_1_20250929.gif);
  background-size: 646px 417px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(2) > div > i {
    background-size: 96%;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(2).content-selected {
  display: flex;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(3) {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(3) > div {
  z-index: 1;
  display: flex;
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/computer_bg_20250929.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(3) > div > i {
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 620px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg2_2_20250929.gif);
  background-size: 646px 417px;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(3) > div > i {
    background-size: 96%;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-right:nth-of-type(3).content-selected {
  display: flex;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #42A5FA;
  cursor: pointer;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3 > span {
  border-bottom: 1.5px solid transparent;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3 > span:hover {
  border-bottom: 1.5px solid #42A5FA;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3 > i {
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3.content-selected {
  color: #2C6DFD;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3.content-selected > span {
  border-bottom: unset;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3.content-selected > i {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left .content-list {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left .content-list.content-selected {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left {
    z-index: 10;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left > h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left .content-list {
    gap: 10px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(2) > .content-left .content-list > li > p {
    font-size: 14px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(3) .content-right > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg3_20250929.png);
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(2) {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(2) > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg4_1_20250929.png);
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(2).content-selected {
  display: flex;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(3) {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(3) > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg4_2_20250929.png);
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) .content-right:nth-of-type(3).content-selected {
  display: flex;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  font-size: 30px;
  font-weight: bold;
  color: #42A5FA;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3 > span {
  border-bottom: 1.5px solid transparent;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3 > span:hover {
  border-bottom: 1.5px solid #42A5FA;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3 > i {
  display: flex;
  margin-top: 15px;
  margin-left: 20px;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3.content-selected {
  color: #2C6DFD;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3.content-selected > span {
  border-bottom: unset;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3.content-selected > i {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left .content-list {
  display: none;
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left .content-list.content-selected {
  display: flex;
}
@media only screen and (max-width: 599px) {
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left {
    z-index: 10;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left > h3 {
    margin-top: 0px;
    font-size: 20px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left .content-list {
    gap: 10px;
  }
  .hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(4) > .content-left .content-list > li > p {
    font-size: 14px;
  }
}
.hhc-index-main .hhc-features .hhc-section-background-container .hhc-features-section-content .hhc-features-catalogue-and-content .hhc-features-content-container > .hhc-features-content:nth-of-type(5) .content-right > i {
  width: 600px;
  height: 400px;
  background-image: url(https://yuntu-f.kuaicad.com/hhcad/web/images/index/features_bg5_20250929.png);
}

/*# sourceMappingURL=common_style.css.map*/