/* nav */
nav {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1920px;
  transform: translateX(-50%);
}

nav::before,
nav::after {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  content: '';
  transition: opacity 0.5s ease-in-out;
}

nav::before {
  opacity: 1;
}

nav::after {
  backdrop-filter: blur(12px);
  background: unset;
  background-image: linear-gradient(0deg, #ffffffc2 4%, #f1f7fb 100%);
  box-shadow: 0 2px 16px 0 #1b518714;
  filter: invert(12px);
  opacity: 0;
}

nav.nav-fixed::before {
  opacity: 0;
}

nav.nav-fixed::after {
  opacity: 1;
}

nav a {
  color: rgba(0, 0, 0, 0.85);
}

nav a:hover {
  color: #0276ff;
}

nav.nav-active {
  background: unset;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.76) 0%, #f1f7fb 100%);
  box-shadow: 0 2px 16px 0 rgba(27, 81, 135, 0.08);
}

nav.nav-active::before {
  opacity: 0;
}

nav.nav-active::after {
  opacity: 1;
}

.navbar {
  display: flex;
  max-width: 1160px;
  height: 40px;
  align-items: center;
  margin: 16px auto;
  font-size: 14px;
  font-weight: 400;
}

nav.nav-first .navbar .navbar-list li,
nav.nav-first .navbar .navbar-list li a {
  color: #fff;
}

@media (max-width: 1279px) {
  .navbar {
    padding: 0 65px;
  }
}

.navbar .navbar-menu {
  position: relative;
  z-index: 5001;
  display: flex;
  width: 1050px;
  justify-content: space-between;
}

.navbar .navbar-logo {
  position: relative;
  z-index: 5001;
}

.navbar .navbar-logo .logo {
  display: block;
  width: 120px;
  margin-right: 28px;
}

#white-logo {
  display: none;
}

.navbar .navbar-list {
  display: flex;
  align-items: center;
}

.navbar .navbar-list li {
  overflow: hidden;
  width: 110px;
  max-height: 40px;
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}

.navbar .navbar-list li.special-banner-active {
  color: #fff;
}

.navbar .navbar-list li.special-banner-active a {
  color: #fff;
}

.navbar .navbar-list li.navbar-li-active {
  color: #0276ff;
}

.navbar .navbar-right {
  display: flex;
  align-items: center;
}

.navbar .navbar-right > a {
  display: flex;
  width: 88px;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: #0276ff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.navbar .navbar-right > a:hover {
  background: #4198ff;
}

.navbar-sub {
  position: relative;
  z-index: 5001;
  overflow: hidden;
}

.nav-active .navbar-sub {
  backdrop-filter: blur(12px);
  filter: invert(12px);
}

.navbar-sub .navbar-sub-group {
  position: absolute;
  z-index: 999;
  right: 0;
  left: 0;
  display: flex;
  width: 1160px;
  justify-content: space-around;
  padding: 32px 0 48px 0;
  border-top: 1px solid #e5ebef;
  margin: 0 auto;
  opacity: 0;
  text-align: center;
  transition: opacity 0.3s ease-in;
}

.navbar-sub .navbar-sub-group2,
.navbar-sub .navbar-sub-group3,
.navbar-sub .navbar-sub-group5 {
  justify-content: flex-start;
}

.navbar-sub .navbar-sub-group.navbar-no-sub {
  padding: 0;
}

.navbar-sub .navbar-sub-group.sub-active {
  z-index: 1000;
  opacity: 1;
}

.navbar-sub .navbar-sub-group > li {
  max-width: 200px;
}

.navbar-sub .navbar-sub-group > li:hover .sub-group-head .head-title {
  color: #0275fc;
}

.navbar-sub .navbar-sub-group > li .sub-group3-content .sub-group-content-item:hover .head-title {
  color: #0275fc;
}

.navbar-sub .navbar-sub-group2 > li,
.navbar-sub .navbar-sub-group5 > li {
  width: 20vw;
}

.navbar-sub .navbar-sub-group2 li:first-child {
  margin-left: 34px;
}

.navbar-sub .navbar-sub-group3 li:last-child {
  margin-bottom: 0;
}

.navbar-sub-group .navbar-sub-group-title {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
  font-size: 12px;
  font-weight: 400;
}

.navbar-sub .navbar-sub-group3 {
  flex-direction: column;
  padding-left: 34px;
}

.navbar-sub .navbar-sub-group3 > li {
  max-width: 100%;
  margin-bottom: 52px;
}

.navbar-sub-group .navbar-sub-group-sub-title {
  margin-right: 16px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.navbar-sub-group .sub-group-content-item {
  display: flex;
  width: 20vw;
  min-width: 164px;
  max-width: 232px;
  align-items: center;
}

.sub-group3-content {
  display: flex;
  width: fit-content;
}

.default-nav-active .sub-group-head .head-title {
  color: #0275fc;
}

.navbar-sub .sub-group-head {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-sub .sub-group-head .head-icon,
.navbar-sub-group .sub-group-content-item .head-icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
  object-fit: contain;
}

.navbar-sub .sub-group-head .head-title,
.navbar-sub-group .sub-group-content-item .head-title {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.navbar-sub .sub-group-li {
  margin-top: 20px;
}

.navbar-sub .sub-group-li li {
  padding: 12px 0;
}

.navbar-sub .sub-group-li a {
  color: #5f5f5f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}

.navbar-sub .sub-group-li li:hover a {
  color: #0275fc;
}

.default-nav-active .navbar-sub .sub-group-li li:hover a {
  color: #0275fc;
}

/* 语言切换 */
.switchLanguage {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #8b8b8b;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0;
}

.languageListWrap {
  position: absolute;
  top: -300%;
  left: 50%;
  width: 100%;
  padding: 8px;
  background: #cae4fd;
  border-radius: 2px;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  visibility: hidden;
}

.languageIcon {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  fill: #8b8b8b;
}

.arrowDown {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  transition: rotate 0.35s ease;
}

.languageItem {
  margin-bottom: 14px;
  color: #141a25;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  transition: color 0.5s ease;
}

.languageItem:first-of-type {
  color: #0276ff;
}

.languageItem:hover {
  color: #0276ff;
}

.languageItem:last-of-type {
  margin-bottom: 0;
}

.currentLanguage {
  color: #0276ff;
}

.currentLanguage:hover {
  opacity: 0.8;
}

.switchLanguage:hover .languageListWrap {
  top: -350%;
  opacity: 1;
  visibility: visible;
}

.switchLanguage:hover .arrowDown {
  rotate: -180deg;
}

/* footer */
footer {
  position: relative;
  z-index: 3000;
  background: #fff;
}

.footer {
  width: 1160px;
  margin: 0 auto;
}

.footer-section {
  display: flex;
  padding-top: 50px;
}

.footer .footer-logo {
  width: 160px;
  height: 40px;
}

.footer a {
  color: #8b8b8b;
  font-size: 14px;
}

.footer a:hover {
  color: #0276ff;
}

.footer-contact {
  position: relative;
  margin-right: 90px;
}

.footer-contact .wechat,
.footer-contact .weibo {
  width: 24px;
  height: 19px;
  margin-top: 39px;
}

.footer-qrcode .qrcode-section {
  position: absolute;
  bottom: 7px;
  margin-top: 32px;
  border-radius: 4px;
}

.footer-qrcode .qrcode-section .qrcode-img {
  width: 84px;
  height: 84px;
  margin: 0 auto;
}

.footer-qrcode .qrcode-section .qrcode-desc {
  margin-top: 8px;
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}

.footer-link {
  width: 960px;
}

.footer-link .link-section {
  display: flex;
  justify-content: space-between;
}

.footer-link .link-section > li {
  line-height: 36px;
}

.footer-link a {
  display: block;
}

.footer-link a .huepay-logo {
  display: block;
  width: 64px;
  height: auto;
  margin-top: 10px;
}

.footer-link .title {
  margin-bottom: 24px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

.footer-link .first-title {
  display: flex;
}

.footer-link .first-title > li:first-child {
  margin-right: 48px;
}

.footer-link .block-title > li:first-child {
  margin-bottom: 48px;
}

.footer-line {
  height: 1px;
  margin: 36px auto 24px auto;
  background: #d8d8d8;
}

.footer-safe {
  display: flex;
  justify-content: space-between;
}

.footer-safe .footer-beian {
  color: #8b8b8b;
  font-size: 14px;
}

.footer-safe .footer-orther {
  display: flex;
}

.footer-safe .footer-orther > a {
  margin-right: 30px;
}

.footer-police > a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-police {
  margin: 16px auto 44px auto;
  float: right;
}

.footer-police a img {
  width: 14.4px;
  height: 16px;
  margin-right: 6.6px;
}

/* 悬浮框 */
.float-frame {
  position: fixed;
  z-index: 9999;
  top: 70%;
  right: 17px;
}

.float-frame .online-service {
  width: 100px;
  height: 113px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/online-service.png)
    no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.float-frame .scroll-top {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  background: linear-gradient(180deg, #ebf9fd 0%, #fff 100%);
  border-radius: 6px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.float-frame .scroll-top .scroll-top-img {
  width: 24px;
  height: 24px;
  background: url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/scroll-top.png) no-repeat;
  background-size: 100% 100%;
}

/* 专家免费服务 */
.free-service {
  position: relative;
  height: 341px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/free-service.png)
    no-repeat center;
}

.free-service .free-service-guide {
  width: 1160px;
  padding-top: 110px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0;
}

.free-service .free-service-title {
  height: 50px;
  font-size: 36px;
  font-weight: 600;
}

.free-service .free-service-desc {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}

.free-service .free-service-btn {
  margin-top: 34px;
}

.free-service .free-service-btn > a {
  display: inline-block;
  width: 150px;
  padding: 11px 0;
  background: #02cfff;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

.free-service .free-service-btn > a:hover {
  background: #34d8ff;
}

/* 悬浮表单 */
.form-layer {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29, 33, 41, 0.6);
}

.float-form {
  position: fixed;
  z-index: 9999;
  top: 30%;
  right: 0;
  bottom: 20px;
  left: 0;
  display: flex;
  overflow: auto;
  width: 956px;
  height: 100%;
  margin: auto;
}

.form-checkbox-title {
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.form-checkbox-list {
  width: 590px;
  margin-top: 16px;
}

.xm-select-solution {
  position: relative;
  width: 172px;
  height: 32px;
}

.form-checkbox-box xm-select {
  min-height: 32px;
  border: none;
  line-height: 32px;
}

.form-checkbox-box xm-select > .xm-tips {
  padding-left: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.form-checkbox-box xm-select .xm-label .xm-label-block {
  background-color: transparent !important;
}

.form-checkbox-box xm-select > .xm-label .xm-label-block > span {
  color: #0276ff !important;
}

.form-checkbox-box xm-select > .xm-label .xm-label-block > i {
  color: #333 !important;
}

.form-checkbox-box xm-select > .xm-label .scroll .label-content {
  padding-top: 0;
  padding-left: 0;
}

.form-checkbox-box xm-select > .xm-body .scroll-body {
  max-height: 350px !important;
}

.form-checkbox-box {
  display: flex;
  width: 285px;
  height: 36px;
  align-items: center;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
}

.form-checkbox-box-active {
  border: 1px solid #0276ff;
}

.form-checkbox-box:hover {
  border: 1px solid #0276ff;
}

.form-checkbox-box .layui-form-checkbox,
.form-checkbox-box .layui-form-radio {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  padding-top: 9px;
  margin: 0 0 0 10px;
}

.form-checkbox-box .layui-form-radio {
  display: flex;
  padding-top: 3px;
  color: #333;
  font-size: 14px;
}

.form-checkbox-box .layui-form-radio > i {
  font-size: 18px;
}

.form-checkbox-box .layui-form-radio:hover > *,
.form-checkbox-box .layui-form-radioed,
.form-checkbox-box.layui-form-radioed > div,
.form-checkbox-box .layui-form-radioed > i {
  color: #0276ff;
}

.form-checkbox-box2 .layui-form-checkbox {
  width: auto !important;
}

.form-checkbox-box .layui-form-checkbox[lay-skin='primary'] > i {
  top: 9px;
}

.form-right .other-question-wrap {
  min-height: 118px;
  padding: 10px;
  background: #fbfbfb;
  color: #333;
  font-size: 14px;
}

.form-right .other-question-wrap .question-title .red {
  color: #f72209;
}

.form-right .other-question-wrap .income-radio-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4px;
}

.form-right .other-question-wrap .income-radio-wrap .income-item {
  width: 165px;
  height: 28px;
  border: 1px solid #e5e6e9;
  margin-top: 8px;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  line-height: 28px;
  text-align: center;
}

.form-right .other-question-wrap .income-radio-wrap .income-item-active {
  position: relative;
  border: 1px solid #0276ff;
}

.form-right .other-question-wrap .income-radio-wrap .income-item-active::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
  width: 14px;
  height: 14px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/common/icon-subscript.svg)
    no-repeat;
  background-size: contain;
  content: '';
}

.close-form {
  position: absolute;
  z-index: 10000;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/icon-close.png)
    no-repeat;
  background-size: contain;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

.float-form .form-left {
  width: 280px;
  height: 430px;
  padding-left: 48px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/form-left-bg.png)
    no-repeat center;
  background-size: cover;
  border-radius: 8px 0 0 8px;
}

.float-form .form-left-title {
  margin-top: 56px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.float-form .form-left-desc {
  margin-top: 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.float-form .left-guide-li {
  margin-top: 40px;
}

.float-form .left-guide-li > li {
  display: flex;
}

.float-form .left-guide-desc {
  margin-bottom: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.float-form .left-guide-li > li > img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.float-form .form-right {
  display: none;
  width: 676px;
  height: 430px;
  box-sizing: unset;
  background: #fff;
  border-radius: 0 8px 8px 0;
}

.float-form .form-right .remark-textarea {
  display: none;
}

.float-form-dynamics .form-right .remark-textarea {
  display: block;
}

.float-form .form-right .question-wrap {
  display: none;
}

.float-form-dynamics .form-right .question-wrap {
  display: block;
}

.float-form-dynamics .form-left,
.float-form-dynamics .form-right {
  height: 560px;
}

.float-form .form-right-show {
  position: relative;
  display: block;
}

.form-right .form-right-li {
  box-sizing: unset !important;
  margin-top: 30px;
  margin-left: 43px;
}

#form-contact {
  margin-top: 64px;
}

.form-right .form-right-li > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.form-right .form-right-li .li-sub label {
  margin-right: 24px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.form-right .form-right-li .li-sub .letter {
  margin-right: -4px;
  letter-spacing: 28px;
}

.form-right .form-right-li .li-sub .letter2 {
  margin-right: 19px;
  letter-spacing: 6px;
}

.form-right .form-right-li .li-sub .letter3 {
  padding-left: 7.1px;
  margin-right: -4px;
  letter-spacing: 28px;
}

.form-right .form-right-li .limit-right {
  padding-left: 7px;
}

.form-right .form-right-li > li .require {
  color: #f91212ff;
  font-size: 14px;
  font-weight: 400;
}

.form-right .form-right-li > li input {
  width: 426px;
  height: 34px;
  box-sizing: unset;
  padding: 0 16px;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  outline: none;
}

.form-right .form-right-li > li .head-code-btn {
  position: absolute;
  right: 16px;
  width: 85px;
  height: 36px;
  border: none;
  background: transparent;
  color: #0276ff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.form-right .form-right-li > li .head-code-btn.disabled {
  cursor: not-allowed;

  /* 设置光标为禁用状态 */
  opacity: 0.5;
}

.form-right .form-right-li > li .head-time-btn {
  position: absolute;
  right: 16px;
  width: 85px;
  height: 34px;
  border: none;
  background: #fff;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  text-align: center;
}

.form-right .form-right-li > li .head-code-btn:hover {
  color: #3591ff;
}

.form-right .form-right-li > li input::placeholder {
  color: #c9cdd4;
}

.form-right .form-right-li > li .checkbox-section {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.checkbox-section .select-title {
  margin-top: 8px;
  margin-left: -7px;
}

.checkbox-section .select-type {
  margin-top: 16px;
}

.checkbox-section .select-type2 {
  margin-top: 24px;
}

.checkbox-section .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.checkbox-section .checkbox-group-li {
  display: flex;
  width: 128px;
  align-items: center;
  margin-top: 16px;
}

/* checkbox 样式重新定义 */
.checkbox-section .checkbox-group-li .checkbox {
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
  outline: none;
}

.checkbox-section .checkbox-group-li .checkbox-label {
  cursor: pointer;
}

/* 自定义 checkbox 样式 */
.layui-form-checkbox[lay-skin='primary']:hover > i {
  border-color: #0276ff;
}

.layui-form-checked[lay-skin='primary'] > i {
  border-color: #0276ff !important;
  background-color: #0276ff;
}

.form-right .form-right-li > li textarea {
  width: 360px;
  height: 74px;
  padding: 8px 16px;
  border: 1px solid #e5e6e9;
  border-radius: 4px;
  outline: none;
  resize: none;
}

.form-right .form-right-li > li textarea::placeholder {
  color: #c9cdd4;
}

.form-right .form-right-li .li-sub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-right .form-right-li .captcha-row label {
  margin-right: 10px;
}

.form-right .form-right-li .captcha-row input {
  width: 168px;
}

.float-form .form-right .captcha-row .layui-input-affix {
  left: 250px;
}

.form-right .form-right-li .li-sub .captcha-img-container {
  width: 60px;

  /* 图片容器的宽度 */
  margin-left: 10px;
}

.form-right .form-right-li .li-sub.sms-code .layui-input-affix {
  left: 200px;
}

.form-right-btn {
  position: absolute;
  bottom: 30px;
  width: 150px;
  height: 46px;
  margin-left: 263px;
  background: #0276ff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 0;
}

.form-right-btn2 {
  margin-top: 24px;
}

.form-right-btn3 {
  border: 1px solid #0276ff;
  margin-top: 84px;
  margin-left: 263px;
  background: 0 0;
  color: #0276ff;
}

.form-right-btn3:hover {
  color: #0276ff;
}

.form-right-btn3-2 {
  margin-top: 84px;
}

.form-right .form-right-li .form-link {
  color: #0276ff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.float-form .form-right .layui-input-affix {
  line-height: 36px;
}

.head-form-reset {
  display: none;
}

.float-form .form-right .success-icon {
  width: 64px;
  height: 64px;
  margin: 88px auto 0 auto;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/form-left-success-icon.png)
    no-repeat center;
  background-size: cover;
}

.float-form .form-right .success-title {
  margin: 24px auto 0 auto;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

.float-form .form-right .success-desc {
  margin: 15px auto 0 auto;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}

/* 咨询弹窗 */
.consult-layer {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(29, 33, 41, 0.6);
}

.consult-layer .consult-box {
  position: fixed;
  z-index: 9999;
  right: 120px;
  bottom: 0;
  overflow: hidden;
  width: 595px;
  height: 505px;
  border-radius: 4px;
}

.consult-layer .consult-box .consult-head {
  display: flex;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  background-color: #fff;
}

.consult-layer .consult-box .consult-head .consult-title {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.consult-layer .consult-box .consult-head .consult-layer-close {
  width: 24px;
  height: 24px;
  background:
    url(https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/icon-close.png)
    no-repeat;
  background-size: contain;
  cursor: pointer;
}

.consult-layer .consult-box .consult-welcome {
  width: 100%;
  height: 88px;
  padding: 17px 20px;
  background-color: #fff;
  background-image: url('https://cloudpnrcdn.oss-cn-shanghai.aliyuncs.com/hfwebsite/new-public/images/consult-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #333c;
  font-size: 14px;
}

.consult-layer .consult-box .consult-welcome .p1 {
  margin-bottom: 8px;
}

@media (min-height: 1000px) {
  .consult-layer .consult-box {
    height: 680px;
  }

  .consult-layer .consult-box .consult-iframe {
    height: 627px;
  }
}
