img {
  -webkit-user-drag: none;
  -moz-drag-over: none;
  user-select: none;
  -moz-user-select: none;
}
.container {
  max-width: none !important;
  padding-left: 0;
  padding-right: 0;
}
header {
  position: relative;
  z-index: 1020;
  background: #fff;
  box-sizing: border-box;
}
.navbar {
  z-index: 9;
  padding: 0;
}
.navbar .container {
  width: 1400px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.navbar .container .logo {
  display: flex;
  align-items: center;
}
.navbar .container .logo img {
  -webkit-user-drag: none;
  -moz-drag-over: none;
  user-select: none;
  -moz-user-select: none;
}
.navbar .container #navbarCollapse {
  justify-content: flex-end;
}
.navbar .container #navbarCollapse .navbar-nav {
  margin: 0 !important;
}
.navbar .container #navbarCollapse .navbar-nav .nav-item {
  margin-right: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .container #navbarCollapse .navbar-nav .nav-item.btn {
  margin-right: 0;
  padding-right: 0;
}
.navbar .container #navbarCollapse .navbar-nav .nav-item.btn .nav-link {
  width: 132px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #000;
  background-color: #f3eada;
  font-size: 16px;
  font-weight: bold;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-item.active {
  font-weight: bold;
}
.nav-item.active a {
  color: #000 !important;
}
.navbar-nav .nav-link {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-toggler {
  margin-bottom: 0;
  border: 0;
}
header.navbar-sticky-on {
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  width: 100%;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.2);
}
header.navbar-sticky-on .navbar-top {
  display: none !important;
}
header.navbar-sticky-on .navbar-nav .nav-link {
  line-height: 50px;
}
header.navbar-sticky-on .navbar-brand {
  padding-top: 14px;
  padding-bottom: 14px;
}
header.navbar-sticky-on .navbar-brand .navbar-brand-item {
  height: 22px;
}
.navbar-top {
  padding: 0.2rem 0;
}
.navbar-top span {
  font-size: 0.8125rem;
  color: #454547;
}
.navbar-top a {
  color: #454547;
  font-size: 0.8125rem;
}
.navbar-top a:hover {
  color: #b79156;
}
.navbar-space-lg:not(.navbar-sticky-on) .navbar-expand {
  padding: 1.5rem !important;
}
footer {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 300px;
  background-color: #faf8f6;
}
footer .container {
  width: 1400px;
  margin: 0 auto;
}
footer .container .footer-menu {
  height: 238px;
  padding-top: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .container .footer-menu .footer-menu-item:nth-child(1) {
  width: 230px;
}
footer .container .footer-menu .footer-menu-item:nth-child(1) div {
  margin-top: 6px;
}
footer .container .footer-menu .footer-menu-item:nth-child(2) {
  padding-top: 3px;
}
footer .container .footer-menu .footer-menu-item:nth-child(2) ul {
  list-style: none;
}
footer .container .footer-menu .footer-menu-item:nth-child(2) ul li {
  margin-bottom: 10px;
}
footer .container .footer-menu .footer-menu-item:nth-child(2) ul li a {
  color: #000;
  text-decoration: none;
}
footer .container .footer-menu .footer-menu-item:nth-child(3) {
  padding-top: 3px;
}
footer .container .footer-menu .footer-menu-item:nth-child(3) ul {
  list-style: none;
}
footer .container .footer-menu .footer-menu-item:nth-child(3) ul li {
  margin-bottom: 24px;
}
footer .container .footer-menu .footer-menu-item:nth-child(4) {
  width: 100px;
}
footer .container .footer-menu .footer-menu-item:nth-child(4) div {
  font-size: 15px;
  font-weight: bold;
  margin-top: 6px;
}
footer .container .footer-menu .footer-menu-item:nth-child(4) img{
  width: 90px;
}
footer .container .footer-copyright {
  height: 62px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #646a73;
  font-size: 12px;
}
footer .container .footer-copyright a {
  color: #646a73;
  text-decoration: none;
}
footer .container .footer-copyright a:hover {
  text-decoration: underline;
}
.index-banner {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.index-banner .container {
  width: 100%;
  height: 620px;
  background: url('/source/heguihuijuxinruan/images/index-banner.jpg') no-repeat center center;
  position: relative;
}
.index-banner .container .left {
  width: min(100vw, 1400px);
  /* padding-left: 245px; */
  /* padding-left: clamp(0px,11vw,245px); */
  padding-left: min(calc(100vw - 1400px) / 2, 245px);
}
.index-banner .container .left .title {
  font-size: 54px;
  font-weight: bold;
  padding-top: 118px;
  line-height: 1.4;
}
.index-banner .container .left .descript {
  width: 734px;
  font-size: 20px;
  line-height: 1.6;
  color: #515151;
  margin-top: 36px;
}
.index-banner .container .left .button {
  display: flex;
  align-items: center;
  margin-top: 65px;
}
.index-banner .container .left .button .consult {
  position: relative;
}
.index-banner .container .left .button .consult > a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  text-decoration: none;
}
.index-banner .container .left .button .consult > a:hover + div {
  display: block;
}
.index-banner .container .left .button .consult .hover {
  display: none;
  width: 200px;
  height: 188px;
  background-color: white;
  border-radius: 8px;
  padding: 15px 10px 10px;
  position: absolute;
  top: 80px;
  left: 0;
}
.index-banner .container .left .button .consult .hover::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
.index-banner .container .left .button .consult .hover .call {
  display: flex;
  align-items: center;
}
.index-banner .container .left .button .consult .hover .call div {
  font-size: 14px;
  padding-left: 10px;
}
.index-banner .container .left .button .consult .hover .code {
  display: flex;
  align-items: center;
  background-color: #faf5f0;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.index-banner .container .left .button .result {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.index-banner .container .right {
  width: 810px;
  height: 540px;
  background: url('/source/heguihuijuxinruan/images/index-banner-img.png') no-repeat center center;
  position: absolute;
  top: 40px;
  right: 50px;
  display: none;
}
.index-banner .container .right ul {
  list-style: none;
  position: absolute;
  left: 0px;
  bottom: 18px;
}
.index-banner .container .right ul li {
  width: 230px;
  border-radius: 10px;
  background-color: rgba(34, 31, 27, 0.6);
  padding: 11px 15px;
  margin-top: 10.5px;
  display: flex;
  align-items: flex-start;
}
.index-banner .container .right ul li img {
  line-height: 24px;
  margin-top: 2px;
}
.index-banner .container .right ul li span {
  display: inline-block;
  font-size: 16px;
  color: #e7d8ce;
  padding-left: 10px;
}
.index-ignore {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f4f6fa, #f7f8fb);
}
.index-ignore .container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 110px;
}
.index-ignore .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.index-ignore .container .main {
  width: 1072px;
  height: 650px;
  margin: 46px auto 0;
  background: url('/source/heguihuijuxinruan/images/index-ignore-bg.png') no-repeat center center;
  border-radius: 20px;
}
.index-ignore .container .main .top {
  width: 100%;
  height: calc(100% - 200px);
  position: relative;
}
.index-ignore .container .main .top .item {
  height: 56px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  position: absolute;
}
.index-ignore .container .main .top .item:nth-child(1) {
  top: 80px;
  left: -55px;
}
.index-ignore .container .main .top .item:nth-child(2) {
  top: 42px;
  right: -90px;
}
.index-ignore .container .main .top .item:nth-child(3) {
  top: 156px;
  right: 175px;
}
.index-ignore .container .main .top .item:nth-child(4) {
  top: 280px;
  left: -150px;
}
.index-ignore .container .main .top .item:nth-child(5) {
  top: 280px;
  right: -150px;
}
.index-ignore .container .main .top .item i {
  width: 5px;
  height: 28px;
  background: url('/source/heguihuijuxinruan/images/icon-index-danger.svg') no-repeat center center;
}
.index-ignore .container .main .top .item span {
  font-size: 26px;
  margin-left: 10px;
}
.index-ignore .container .main .bottom {
  width: 100%;
  height: 200px;
  background-color: rgba(13, 25, 52, 0.7);
  padding: 8px 40px 0 0;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
}
.index-ignore .container .main .bottom ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  color: #fff;
}
.index-ignore .container .main .bottom ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.index-ignore .container .main .bottom ul li label {
  line-height: 1.5;
}
.index-ignore .container .main .bottom ul li span {
  font-size: 18px;
}
.index-ignore .container .main .bottom ul li span strong {
  font-size: 60px;
}
.index-ignore .container .main .bottom .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.index-ignore .container .main .bottom .button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.index-ignore .container .main .bottom .button a.consult {
  color: #000;
  background-color: #f3eada;
}
.index-ignore .container .main .bottom .button a.result {
  color: #f3eada;
}
.index-process {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f7f8fb, #fefefe);
}
.index-process .container {
  width: 1400px;
  margin: 0 auto;
  padding-top: 110px;
}
.index-process .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.index-process .container .label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  height: 20px;
  line-height: 20px;
  font-size: 22px;
  color: #646a73;
}
.index-process .container .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
}
.index-process .container .main .item {
  width: 336px;
  height: 487px;
  background-size: 100% 100%;
  position: relative;
}
.index-process .container .main .item.bg1 {
  background: url('/source/heguihuijuxinruan/images/index-process-bg1.png') no-repeat center center;
}
.index-process .container .main .item.bg2 {
  background: url('/source/heguihuijuxinruan/images/index-process-bg2.png') no-repeat center center;
}
.index-process .container .main .item.bg3 {
  background: url('/source/heguihuijuxinruan/images/index-process-bg3.png') no-repeat center center;
}
.index-process .container .main .item.bg4 {
  background: url('/source/heguihuijuxinruan/images/index-process-bg4.png') no-repeat center center;
}
.index-process .container .main .item .bottom {
  width: 100%;
  height: 135px;
  color: #fff;
  padding: 14px 10px 0 25px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-process .container .main .item .bottom .item-title {
  font-size: 26px;
  font-weight: bold;
}
.index-process .container .main .item .bottom .item-descript {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 5px;
}
.index-partner {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #fefefe, #ffffff);
}
.index-partner .container {
  width: 1400px;
  margin: 0 auto;
  padding: 110px 0 80px;
}
.index-partner .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.index-partner .container .thumb {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-partner .container .thumb img {
  max-width: 100%;
}
.index-partner .container .thumb img.pc_show {
  display: block;
}
.index-partner .container .thumb img.m_show {
  display: none;
}
.index-gain {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 600px;
  background: url('/source/heguihuijuxinruan/images/index-gain-bg.jpg') no-repeat center center;
}
.index-gain .container {
  width: 1400px;
  margin: 0 auto;
  padding-top: 96px;
}
.index-gain .container .main {
  width: 675px;
  color: #fff;
}
.index-gain .container .main .title {
  font-size: 56px;
  font-weight: bold;
}
.index-gain .container .main .descript {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 34px;
}
.index-gain .container .main .button {
  margin-top: 48px;
}
.index-gain .container .main .button a {
  width: 250px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.index-news {
  width: calc(100% - 15px);
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.index-news .container {
  width: 1400px;
  margin: 0 auto;
  padding: 105px 0 115px;
}
.index-news .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.index-news .container .types {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.index-news .container .types span {
  width: 108px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
}
.index-news .container .types span.active {
  background: #f3eada;
}
.index-news .container .main {
  margin-top: 50px;
}
.index-news .container .main > div {
  display: none;
  align-items: center;
  justify-content: space-between;
}
.index-news .container .main > div.active {
  display: flex;
}
.index-news .container .main .item {
  display: flex;
  align-items: flex-start;
}
.index-news .container .main .item .thumb {
  width: 218px;
  height: 132px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.index-news .container .main .item .thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-news .container .main .item .info {
  width: 420px;
  padding: 0px 0 0 20px;
}
.index-news .container .main .item .info .news-time {
  color: #0051d1;
  background-color: #deefff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-news .container .main .item .info .news-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-top: 13px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
}
.index-news .container .main .item .info .news-title:hover {
  text-decoration: underline;
}
.index-news .container .main .item .info .news-descript {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  color: #646a73;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.copyright-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 620px;
  background: url('/source/heguihuijuxinruan/images/copyright-banner.jpg') no-repeat center center;
}
.copyright-banner .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-top: 94px;
}
.copyright-banner .container .title {
  font-size: 52px;
  font-weight: bold;
}
.copyright-banner .container .descript {
  width: 787px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 35px;
}
.copyright-banner .container .button {
  margin-top: 61px;
}
.copyright-banner .container .button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-banner .container .list {
  /*width: 352px;
  height: 170px;
  */
  border-radius: 10px;
  background-color: rgba(34, 31, 27, 0.5);
  list-style: none;
  padding: 24px;
  position: absolute;
  top: 122px;
  right: 0;
}
.copyright-banner .container .list li {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.copyright-banner .container .list li:last-child {
  margin-bottom: 0;
}
.copyright-banner .container .list li span {
  font-size: 16px;
  margin-left: 10px;
}
.copyright-result {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.copyright-result .container {
  width: 1424px;
  margin: 0 auto;
  position: relative;
  padding-top: 124px;
  padding-bottom: 120px;
}
.copyright-result .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.copyright-result .container .main {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright-result .container .main .result-item {
  width: 680px;
  height: 360px;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.copyright-result .container .main .result-item.bg1 {
  background: url('/source/heguihuijuxinruan/images/copyright-result-bg1.png') no-repeat center center;
}
.copyright-result .container .main .result-item.bg2 {
  background: url('/source/heguihuijuxinruan/images/copyright-result-bg2.png') no-repeat center center;
}
.copyright-result .container .main .result-item.bg3 {
  background: url('/source/heguihuijuxinruan/images/copyright-result-bg3.png') no-repeat center center;
}
.copyright-result .container .main .result-item.bg4 {
  background: url('/source/heguihuijuxinruan/images/copyright-result-bg4.png') no-repeat center center;
}
.copyright-result .container .main .result-item:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.copyright-result .container .main .result-item:hover .item-descript {
  display: block;
}
.copyright-result .container .main .result-item .item-title {
  font-size: 36px;
  font-weight: bold;
  padding: 38px 0 0 43px;
  position: relative;
  z-index: 2;
}
.copyright-result .container .main .result-item .item-descript {
  display: none;
  padding: 20px 20px 0 43px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 2;
}
.copyright-result .container .button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-result .container .button a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-develop {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f4f6fa, #f7f8fb);
}
.copyright-develop .container {
  width: 1424px;
  margin: 0 auto;
  position: relative;
  padding-top: 90px;
  padding-bottom: 110px;
}
.copyright-develop .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.copyright-develop .container .main {
  margin-top: 55px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.copyright-develop .container .main .develop-item {
  width: 440px;
  height: 513px;
  border-radius: 20px;
  background-color: white;
  padding: 35px 35px 16px;
  font-size: 20px;
}
.copyright-develop .container .main .develop-item .item-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-develop .container .main .develop-item .item-title span {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.copyright-develop .container .main .develop-item .list {
  list-style: none;
  border-left: 4px solid #000;
  padding-left: 10px;
  margin-top: 32px;
}
.copyright-develop .container .main .develop-item .list li {
  line-height: 1.5;
}
.copyright-develop .container .main .develop-item .list2 {
  margin-top: 30px;
}
.copyright-develop .container .main .develop-item .list2 li {
  line-height: 1.5;
}
.copyright-develop .container .main .develop-item .point {
  list-style: none;
  padding-left: 0;
  margin-top: 28px;
}
.copyright-develop .container .main .develop-item .point li {
  display: flex;
  align-items: flex-start;
}
.copyright-develop .container .main .develop-item .point li img {
  margin-top: 5px;
}
.copyright-develop .container .main .develop-item .point li span {
  margin-left: 10px;
}
.copyright-develop .container .main .develop-item .button {
  margin-top: 40px;
}
.copyright-develop .container .main .develop-item .button a {
  width: 370px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-error {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f7f8fb, #ffffff);
}
.copyright-error .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 100px;
}
.copyright-error .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.copyright-error .container .main {
  margin-top: 68px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright-error .container .main .error-item {
  width: 440px;
  height: 277px;
  border-radius: 20px;
  background-color: white;
  padding: 28px;
  box-shadow: 0px 20px 30px 0px rgba(197, 209, 227, 0.1);
  margin-bottom: 38px;
}
.copyright-error .container .main .error-item.none {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  margin-bottom: 0;
}
.copyright-error .container .main .error-item .item-title {
  font-size: 26px;
  font-weight: bold;
}
.copyright-error .container .main .error-item .item-label {
  width: 90px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 18px;
  color: #0051d1;
  background-color: #deefff;
  margin-top: 20px;
}
.copyright-error .container .main .error-item .item-descript {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
}
.copyright-error .container .button {
  margin-top: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-error .container .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #0051d1;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-case {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.copyright-case .container {
  width: 1424px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 120px;
}
.copyright-case .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.copyright-case .container .main {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright-case .container .main .case-item {
  width: 680px;
  height: 660px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 20px 30px 0px rgba(39, 92, 141, 0.06);
}
.copyright-case .container .main .case-item:nth-child(1) .item-top {
  background: url('/source/heguihuijuxinruan/images/copyright-case-bg1.jpg') no-repeat center center;
}
.copyright-case .container .main .case-item:nth-child(2) .item-top {
  background: url('/source/heguihuijuxinruan/images/copyright-case-bg2.jpg') no-repeat center center;
}
.copyright-case .container .main .case-item .item-top {
  width: 100%;
  height: 270px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 136px 43px 0;
  position: relative;
}
.copyright-case .container .main .case-item .item-top .tag {
  width: 100px;
  height: 52px;
  border-radius: 8px;
  font-size: 26px;
  font-weight: bold;
  color: #000;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 54px;
  left: 41px;
}
.copyright-case .container .main .case-item .item-top .item-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.copyright-case .container .main .case-item .item-bottom {
  padding: 34px 44px;
  font-size: 18px;
}
.copyright-case .container .main .case-item .item-bottom .item-case-label {
  font-weight: bold;
}
.copyright-case .container .main .case-item .item-bottom .item-case-title {
  margin-bottom: 27px;
}
.copyright-case .container .main .case-item .item-bottom ul {
  padding-left: 0;
}
.copyright-case .container .main .case-item .item-bottom li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.copyright-case .container .main .case-item .item-bottom li label {
  width: 126px;
}
.copyright-case .container .main .case-item .item-bottom li div {
  width: calc(100% - 126px);
}
.copyright-check {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 680px;
  background: url('/source/heguihuijuxinruan/images/copyright-check-bg.jpg') no-repeat center center;
}
.copyright-check .container {
  width: 1400px;
  margin: 0 auto;
  padding-top: 70px;
}
.copyright-check .container .main {
  width: 720px;
  color: #fff;
}
.copyright-check .container .main .title {
  font-size: 46px;
  font-weight: bold;
}
.copyright-check .container .main .point {
  height: 173px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 40px;
}
.copyright-check .container .main .point li {
  margin-bottom: 3px;
}
.copyright-check .container .main .descript {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
.copyright-check .container .main .button {
  margin-top: 54px;
}
.copyright-check .container .main .button a {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-todo {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(180deg, #F2F5FE 0%, rgba(249, 250, 255, 0.6) 53.22%, rgba(244, 246, 250, 0.1) 100%);
}
.copyright-todo .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.copyright-todo .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.copyright-todo .container .descript {
  font-size: 22px;
  text-align: center;
  color: #646a73;
  margin-top: 10px;
}
.copyright-todo .container .main {
  margin-top: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: white;
  border-radius: 20px;
  padding: 43px;
  box-shadow: 0px 7px 30px 0px rgba(197, 209, 227, 0.3);
}
.copyright-todo .container .main .left {
  width: 550px;
  padding-top: 42px;
}
.copyright-todo .container .main .left .main-title {
  font-size: 36px;
  font-weight: bold;
}
.copyright-todo .container .main .left ul {
  list-style: none;
  padding-left: 0;
  margin-top: 54px;
}
.copyright-todo .container .main .left ul li {
  font-size: 20px;
  margin-bottom: 27px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.copyright-todo .container .main .left ul li span {
  width: calc(100% - 30px);
  font-size: 18px;
  color: #060b2a;
}
.copyright-todo .container .main .left .button {
  margin-top: 94px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.copyright-todo .container .main .left .button a.consult {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
  border-radius: 8px;
  text-decoration: none;
}
.copyright-todo .container .main .left .button a.link {
  font-size: 16px;
  margin-top: 16px;
  color: #000;
}
.copyright-todo .container .main .right {
  width: 672px;
  height: 598px;
  background: url('/source/heguihuijuxinruan/images/copyright-todo-thumb.png') no-repeat center center;
  position: relative;
  padding: 36px 35px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.copyright-todo .container .main .right ul {
  list-style: none;
  padding-left: 0;
  text-align: right;
}
.copyright-todo .container .main .right ul li {
  display: inline-block;
  width: auto;
  height: 90px;
  padding: 25px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 31px;
}
.copyright-todo .container .main .right ul li span {
  font-size: 26px;
  margin: 5px 0 0 10px;
}
.case-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 620px;
  background: url('/source/heguihuijuxinruan/images/case-banner-bg.jpg') no-repeat center center;
}
.case-banner .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-top: 94px;
}
.case-banner .container .title {
  font-size: 52px;
  font-weight: bold;
}
.case-banner .container .descript {
  width: 787px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 35px;
}
.case-banner .container .button {
  display: flex;
  align-items: center;
  margin-top: 82px;
}
.case-banner .container .button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.case-banner .container .button a.consult {
  color: #000;
  background-color: #f3eada;
}
.case-banner .container .button a.result {
  color: #fff;
}
.case-step {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f4f6fa, #f9fafc);
  padding-top: 130px;
  padding-bottom: 90px;
}
.case-step .container {
  width: 1400px;
  height: 633px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 7px 30px 0px rgba(197, 209, 227, 0.3);
  padding: 70px 60px 0;
}
.case-step .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.case-step .container .main {
  margin-top: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case-step .container .main > div {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case-step .container .main > div:last-child {
  margin-left: 180px;
}
.case-step .container .main > div:last-child .case-item:last-child::before {
  display: none;
}
.case-step .container .main .case-item {
  width: 180px;
  position: relative;
}
.case-step .container .main .case-item::before {
  content: '';
  width: 158px;
  height: 5px;
  border-top: 5px dashed #92bcff;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(90%) translateY(300%);
}
.case-step .container .main .case-item .item-step {
  display: flex;
  align-items: center;
}
.case-step .container .main .case-item .item-step span {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
}
.case-step .container .main .case-item .item-step span:nth-child(1) {
  color: #92bcff;
}
.case-step .container .main .case-item .item-step span:nth-child(2) {
  color: #0051d1;
}
.case-step .container .main .case-item .item-title {
  font-size: 26px;
  font-weight: bold;
}
.case-step .container .main .case-item ul {
  margin-top: 20px;
  padding-left: 0;
  margin-left: 20px;
}
.case-step .container .main .case-item ul li {
  font-size: 18px;
  margin-bottom: 3px;
  white-space: nowrap;
}
.case-step .container .main .case-item .item-get {
  width: 162px;
  height: 64px;
  border-radius: 4px;
  color: #0051d1;
  background-color: #deefff;
  padding: 8px 14px 0;
}
.case-step .container .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 68px;
}
.case-step .container .button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.case-step .container .button a.consult {
  color: #000;
  background-color: #f3eada;
}
.case-step .container .button a.result {
  color: #000;
}
.case-plan {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f9fafc, #ffffff);
}
.case-plan .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding-top: 25px;
  padding-bottom: 100px;
}
.case-plan .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.case-plan .container .main {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case-plan .container .main .plan-item {
  width: 440px;
  height: 600px;
  border-radius: 20px;
  padding: 55px 20px 10px 30px ;
  font-size: 20px;
}
.case-plan .container .main .plan-item:nth-child(1) {
  background: url('/source/heguihuijuxinruan/images/case-plan-bg1.png') no-repeat center center;
}
.case-plan .container .main .plan-item:nth-child(2) {
  background: url('/source/heguihuijuxinruan/images/case-plan-bg2.png') no-repeat center center;
}
.case-plan .container .main .plan-item:nth-child(3) {
  background: url('/source/heguihuijuxinruan/images/case-plan-bg3.png') no-repeat center center;
}
.case-plan .container .main .plan-item .item-title {
  font-size: 36px;
  font-weight: bold;
}
.case-plan .container .main .plan-item .item-descript {
  margin-top: 9px;
}
.case-plan .container .main .plan-item .item-list-title {
  margin-top: 32px;
  font-weight: bold;
}
.case-plan .container .main .plan-item ul {
  height: 225px;
  padding-left: 0;
  margin: 16px 0 0 21px;
  list-style: decimal;
}
.case-plan .container .main .plan-item ul li {
  margin-bottom: 5px;
  line-height: 1.4;
}
.case-plan .container .main .plan-item .item-button {
  margin-top: 41px;
}
.case-plan .container .main .plan-item .item-button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: #000;
}
.case-advantage {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.case-advantage .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0 0;
}
.case-advantage .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.case-advantage .container .main {
  width: 100%;
  border-radius: 20px;
  background-color: #f8f9fb;
  overflow: hidden;
  margin-top: 50px;
}
.case-advantage .container .main table {
  width: 90%;
  margin: 0 auto;
}
.case-advantage .container .main table tr {
  font-size: 20px;
}
.case-advantage .container .main table tr:first-child {
  font-size: 26px;
}
.case-advantage .container .main table tr:first-child td {
  font-weight: bold;
}
.case-advantage .container .main table tr:first-child td:nth-child(2) span {
  font-size: 26px;
  height: 120px;
  line-height: 120px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.case-advantage .container .main table tr:last-child td {
  border-bottom: none;
}
.case-advantage .container .main table tr:last-child td span {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.case-advantage .container .main table tr td {
  width: 33.33%;
  text-align: center;
  border-bottom: 2px solid #edf0f7;
  padding: 0;
}
.case-advantage .container .main table tr td:first-child {
  font-weight: bold;
}
.case-advantage .container .main table tr td:nth-child(2) {
  text-align: left;
}
.case-advantage .container .main table tr td:nth-child(2) span {
  background-color: #e0e9f7;
  color: #0051d1;
  padding-left: 110px;
}
.case-advantage .container .main table tr td:last-child span {
  padding-left: 170px;
}
.case-advantage .container .main table tr td span {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
}
.case-success {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
}
.case-success .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  padding: 112px 0 120px;
}
.case-success .container .title {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
}
.case-success .container .main {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.case-success .container .main .success-item {
  border-radius: 20px;
  box-shadow: 0px 20px 30px 0px rgba(39, 92, 141, 0.06);
  overflow: hidden;
}
.case-success .container .main .success-item .item-thumb {
  height: 360px;
  overflow: hidden;
}
.case-success .container .main .success-item .item-title {
  font-size: 36px;
  font-weight: bold;
  padding: 39px 50px 0;
}
.case-success .container .main .success-item ul {
  padding-left: 0;
  list-style: none;
  margin: 30px 0 74px 50px;
}
.case-success .container .main .success-item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.case-success .container .main .success-item ul li label {
  width: 67px;
  height: 30px;
  color: #0051d1;
  background-color: #deefff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-success .container .main .success-item ul li span {
  width: calc(100% - 70px);
  margin-left: 10px;
  font-size: 20px;
}
.warning-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 620px;
  background: url('/source/heguihuijuxinruan/images/warning-banner-bg.jpg') no-repeat center center;
}
.warning-banner .container {
  width: 1400px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  padding-top: 94px;
}
.warning-banner .container .title {
  font-size: 52px;
  font-weight: bold;
}
.warning-banner .container .descript {
  width: 787px;
  font-size: 20px;
  line-height: 1.6;
  margin-top: 35px;
}
.warning-banner .container ul li {
  font-size: 20px;
  margin-bottom: 4px;
}
.warning-banner .container .button {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.warning-banner .container .button a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
}
.warning-banner .container .button a.consult {
  color: #000;
  background-color: #f3eada;
}
.warning-banner .container .button a.result {
  color: #fff;
}
.warning-case {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f4f6fa, #f9fafc);
  padding-top: 114px;
  padding-bottom: 90px;
}
.warning-case .container {
  width: 1400px;
  margin: 0 auto;
}
.warning-case .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.warning-case .container .main {
  height: 720px;
  margin-top: 75px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0px 7px 30px 0px rgba(197, 209, 227, 0.3);
}
.warning-case .container .main .left {
  width: 700px;
  height: 660px;
  background: url('/source/heguihuijuxinruan/images/warning-case-thumb.png') no-repeat center center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.warning-case .container .main .left .thumb-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}
.warning-case .container .main .right {
  width: 540px;
}
.warning-case .container .main .right .case-title {
  font-size: 48px;
  font-weight: bold;
  padding-top: 26px;
  margin-bottom: 78px;
}
.warning-case .container .main .right .case-list-title {
  font-size: 20px;
  font-weight: bold;
}
.warning-case .container .main .right > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 33px;
  margin-top: 3px;
}
.warning-case .container .main .right > ul li {
  margin-bottom: 7px;
}
.warning-case .container .main .right .hint {
  font-size: 20px;
  font-weight: bold;
  margin-top: 44px;
  padding-right: 90px;
}
.warning-compare {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #f9fafc, #fbfcfd);
  padding-top: 26px;
  padding-bottom: 90px;
}
.warning-compare .container {
  width: 1400px;
  margin: 0 auto;
}
.warning-compare .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.warning-compare .container .main {
  margin-top: 65px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  padding: 0 0 0 30px;
  overflow: hidden;
  background-color: white;
}
.warning-compare .container .main ul {
  width: 400px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.warning-compare .container .main ul li {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 20px;
  border-bottom: 2px solid #edf0f7;
  padding-left: 70px;
}
.warning-compare .container .main ul li:first-child {
  font-size: 26px;
  font-weight: bold;
  height: 122px;
  padding-top: 15px;
}
.warning-compare .container .main ul li:last-child {
  border-bottom: none;
}
.warning-compare .container .main ul:first-child {
  width: 300px;
}
.warning-compare .container .main ul:first-child li {
  font-weight: bold;
}
.warning-compare .container .main ul:nth-child(3) {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.warning-compare .container .main ul:last-child {
  width: 300px;
}
.warning-compare .container .main ul:nth-child(n+3) {
  background-color: #dce9ff;
}
.warning-compare .container .main ul:nth-child(n+3) li {
  color: #0051d1;
}
.warning-compare .container .waning {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-top: 60px;
}
.warning-error {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #fbfcfd, #ffffff);
  padding-top: 16px;
  padding-bottom: 120px;
}
.warning-error .container {
  width: 1400px;
  margin: 0 auto;
}
.warning-error .container .title {
  font-size: 52px;
  font-weight: bold;
  text-align: center;
}
.warning-error .container .main {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.warning-error .container .main .error-item {
  width: 440px;
  height: 250px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 20px 30px 0px rgba(197, 209, 227, 0.1);
  padding: 25px;
}
.warning-error .container .main .error-item .item-title {
  font-size: 26px;
  font-weight: bold;
}
.warning-error .container .main .error-item .item-descript {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 22px;
}
.warning-error .container .main .error-item .item-descript span {
  width: 56px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0051d1;
  background-color: #deefff;
  border-radius: 8px;
}
.warning-error .container .main .error-item .item-descript div {
  width: calc(100% - 60px);
  font-size: 18px;
  line-height: 1.4;
}
.warning-error .container .main .error-item .item-result {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 23px;
}
.warning-footer-banner {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 270px;
  background: url('/source/heguihuijuxinruan/images/warning-footer-banner-bg.jpg') no-repeat center center;
}
.warning-footer-banner .container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warning-footer-banner .container .title {
  font-size: 56px;
  font-weight: bold;
  color: #fff;
}
.warning-footer-banner .container a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
}
.article-types {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 120px;
  background-color: #faf8f6;
}
.article-types .container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-types .container .type-name {
  font-size: 36px;
  font-weight: bold;
}
.article-types .container .category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.article-types .container .category a {
  width: 100px;
  height: 30px;
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 30px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.article-types .container .category a.active {
  color: #fff;
  background-color: #000;
}
.article-position {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  height: 60px;
  background-color: #faf8f6;
}
.article-position .container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #666666;
}
.article-position .container a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  padding: 0 5px;
}
.article-position .container a:first-child {
  padding-left: 0;
}
.article-position .container span {
  color: #000;
  padding-left: 5px;
}
.article-list {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 60px auto 100px;
}
.article-list .container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-list .container .left-list .list-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e7eaf2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-list .container .left-list .list-item:last-child {
  border-bottom: none;
}
.article-list .container .left-list .list-item .item-thumb {
  width: 280px;
  height: 170px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.article-list .container .left-list .list-item .item-thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-list .container .left-list .list-item .item-news {
  width: 550px;
  padding: 0px 0 0 40px;
}
.article-list .container .left-list .list-item .item-news .item-title {
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.article-list .container .left-list .list-item .item-news .item-title:hover {
  text-decoration: underline;
}
.article-list .container .left-list .list-item .item-news .item-descript {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 12px;
  color: #646a73;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.article-list .container .left-list .list-item .item-news .item-info {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.article-list .container .left-list .list-item .item-news .item-info span {
  font-size: 14px;
  color: #646a73;
}
.article-list .container .left-list .list-item .item-news .item-info > div {
  margin-left: 30px;
  color: #bdbdbd;
  font-size: 14px;
}
.article-detail {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 60px auto 100px;
}
.article-detail .container {
  width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.article-detail .container .detail-content {
  width: 860px;
}
.article-detail .container .detail-content .title,
.article-detail .container .detail-content .article-title {
  font-size: 36px;
  font-weight: bold;
}
.article-detail .container .detail-content .time,
.article-detail .container .detail-content .article-time {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #646a73;
  margin-top: 10px;
}
.article-detail .container .detail-content .time i,
.article-detail .container .detail-content .article-time i {
  width: 20px;
  height: 20px;
  background: url('/source/heguihuijuxinruan/images/icon-time.svg') no-repeat center center;
  margin-right: 8px;
}
.article-detail .container .detail-content .content,
.article-detail .container .detail-content .article-content {
  margin-top: 20px;
}
.article-detail .container .detail-content .article-content figure{
  width: 100%!important;
}
.article-detail .container .detail-content .article-content img{
  max-width: 100%;
  padding: 15px 0 15px 0;
}
.article-detail .container .detail-content .label {
  margin-top: 30px;
  font-size: 14px;
  color: #000;
}
.article-slide {
  width: 440px;
}
.article-slide .slide-advertise {
  width: 440px;
  height: 300px;
  background: url('/source/heguihuijuxinruan/images/article-slide-advertise.png') no-repeat center center;
  border-radius: 20px;
  padding: 50px 60px;
}
.article-slide .slide-advertise .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.article-slide .slide-advertise a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  background-color: #f3eada;
  margin-top: 30px;
}
.article-slide .slide-article {
  margin-top: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  padding: 44px;
}
.article-slide .slide-article .title {
  font-size: 26px;
  font-weight: bold;
}
.article-slide .slide-article ul {
  margin-top: 22px;
  padding-left: 0;
  margin-bottom: 52px;
  list-style: none;
}
.article-slide .slide-article ul:last-of-type {
  margin-bottom: 0;
}
.article-slide .slide-article ul li {
  margin-bottom: 31px;
}
.article-slide .slide-article ul li div {
  font-size: 14px;
  color: #646a73;
}
.article-slide .slide-article ul li a {
  width: 100%;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  display: flex;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.article-slide .slide-article ul li a:hover {
  text-decoration: underline;
}

.sideContactHg {
  width: 200px;
  height: 188px;
  background-color: white;
  border-radius: 8px;
  padding: 15px 10px 10px;
  position: fixed;
  right: 30px;
  bottom: 150px;
  z-index: 100;
}
/* .sideContactHg::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 10px solid;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
} */
.sideContactHg .call {
  display: flex;
  align-items: center;
}
.sideContactHg .call div {
  font-size: 14px;
  padding-left: 10px;
}
.sideContactHg .code {
  display: flex;
  align-items: center;
  background-color: #faf5f0;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.sideContactHg .code .qrcode{ width: 80px; margin-right: 10px;}

.layui-layer.dialog {
  border-radius: 20px;
  overflow: hidden;
}
.dialog .layui-layer-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.dialog .layui-layer-title {
  font-size: 0px;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0);
}
.dialog .dialog_top {
  height: 400px;
  text-align: center;
  padding-top: 30px;
}
.dialog .dialog_top .title {
  font-size: 36px;
  font-weight: bold;
}
.dialog .dialog_top .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.dialog .dialog_top .phone span {
  margin-left: 10px;
  font-size: 36px;
  font-weight: bold;
}
.dialog .dialog_top .code {
  margin-top: 25px;
}
.dialog .dialog_top .code img {
  width: 180px;
}
.dialog .dialog_top .code div {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
.dialog .dialog_bottom {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f7eee1;
  padding: 0 16px;
}
.dialog .dialog_bottom > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog .dialog_bottom span {
  font-weight: bold;
  margin-left: 6px;
  font-size: 16px;
}