:root {
  --bs-body-font-weight: 400;
  --bs-body-font-size: 0.8rem;
}

body {
  font-family: "Microsoft Yahei", "PingFang SC", sans-serif !important;
}

body #aff-im-root {
  display: none !important;
}

.index-news ul li {
  list-style: inside disc;
}
.index-news ul li a {
  color: inherit;
}
.index-news ul li a:hover {
  color: var(--bs-sky);
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--bs-blue);
  background-color: #fff;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}

.guhua-doc-item h4 {
  text-align: left;
}
.guhua-doc-item ul {
  background-color: #fff;
  padding-right: 40% !important;
}
.guhua-doc-item ul li {
  list-style: none;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}

.widget {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.widget .widget-title {
  padding: 0.6rem;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #e8e8e8;
}

.skin006-ask-item a {
  color: #333;
}
.skin006-ask-item a:hover {
  color: var(--bs-blue);
}

.nav-link {
  padding-top: 0.5rem;
  font-weight: 400;
}

.guhua-problem {
  padding: 1rem;
  min-height: 260px;
  width: 300px;
  margin: 0 auto;
  background-color: #F5F6F8;
}

.tag-list li {
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: 0.1rem;
}

.tags-list {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.tags-list h3 {
  padding-left: 0.8rem;
  position: relative;
}
.tags-list h3::before {
  content: "";
  width: 3px;
  height: 80%;
  background-color: var(--bs-blue);
  position: absolute;
  left: 0;
  bottom: 10px;
}
.tags-list a:hover h4 {
  color: var(--bs-blue);
}
.tags-list p {
  color: #999;
}

.bottom-copyright {
  white-space: pre-line;
}

@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media screen and (max-width: 1024px) {
  .contact-flow {
    position: fixed;
    right: 0.2941176471rem;
    bottom: 20%;
    z-index: 71;
  }
  .contact-flow .contact-flow-sq {
    padding: 0.65rem 0.45rem;
    background-color: var(--bs-blue);
    color: #fff;
    writing-mode: vertical-lr;
    border-radius: 20px;
    font-size: 0.7647058824rem;
    margin-bottom: 0.7058823529rem;
    position: relative;
    text-align: center;
  }
  .contact-flow .contact-flow-sq img {
    width: 1.2352941176rem;
    margin-left: -7px;
  }
  .contact-flow .contact-flow-sq span {
    letter-spacing: 4px;
  }
  .contact-flow .contact-flow-sq .contact-flow-wx-content {
    top: -2.9411764706rem;
  }
  .contact-flow .contact-flow-wx, .contact-flow .contact-flow-tel {
    padding: 0.5rem;
    border-radius: 50%;
    width: 2.1176470588rem;
    height: 2.1176470588rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 0.7058823529rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: relative;
  }
  .contact-flow .contact-flow-wx:last-child, .contact-flow .contact-flow-tel:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-wx img, .contact-flow .contact-flow-tel img {
    width: 1.4117647059rem;
  }
  .contact-flow .contact-flow-sq:hover .contact-flow-wx-content, .contact-flow .contact-flow-wx:hover .contact-flow-wx-content {
    display: block;
  }
  .contact-flow .contact-flow-tel:hover .contact-flow-tel-content {
    display: block;
  }
  .contact-flow .contact-flow-wx-content {
    display: none;
    background-color: var(--bs-blue);
    padding: 0.7058823529rem;
    box-sizing: border-box;
    position: absolute;
    top: -8.2352941176rem;
    left: -9.1176470588rem;
    writing-mode: initial;
  }
  .contact-flow .contact-flow-wx-content .__item {
    color: #fff;
    text-align: center;
    margin-bottom: 0.7058823529rem;
  }
  .contact-flow .contact-flow-wx-content .__item:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-wx-content .__item img {
    width: 7.0588235294rem;
    margin-bottom: 0.1764705882rem;
  }
  .contact-flow .contact-flow-wx-content .__item .__item-name {
    font-size: 0.8235294118rem;
    margin-bottom: 0.2352941176rem;
  }
  .contact-flow .contact-flow-wx-content .__item .__item-position {
    font-size: 0.7647058824rem;
  }
  .contact-flow .contact-flow-tel-content {
    display: none;
    background-color: var(--bs-blue);
    padding: 0.7058823529rem;
    position: absolute;
    bottom: -0.5882352941rem;
    right: 2.9411764706rem;
    width: 11.4705882353rem;
  }
  .contact-flow .contact-flow-tel-content .__item {
    display: flex;
    margin-bottom: 0.9411764706rem;
  }
  .contact-flow .contact-flow-tel-content .__item:last-child {
    margin-bottom: 0;
  }
  .contact-flow .contact-flow-tel-content .__item img {
    width: 2.1176470588rem;
    height: 2.1176470588rem;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    margin-right: 0.3529411765rem;
  }
  .contact-flow .contact-flow-tel-content .__item .__name {
    font-size: 0.7647058824rem;
    margin-bottom: 0.3529411765rem;
    color: #fff;
    line-height: 1.1;
  }
  .contact-flow .contact-flow-tel-content .__item .__tel {
    font-size: 0.9411764706rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .navbar-brand img {
    width: 120px !important;
  }
  .index-banner {
    background: url("../../assets/img/guhua/banner_index_mb.png") !important;
    background-size: 100% 100% !important;
  }
  .index-banner h1, .index-banner p {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(4px);
  }
  .navbar-collapse {
    height: 100vh;
  }
  .guhua-doc-item ul {
    background-color: #fff;
    padding-right: 10% !important;
  }
  .breadcrumb-item {
    max-width: 100%;
  }
  .breadcrumb {
    display: flex;
    /*flex-wrap: wrap;*/
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
  }
  .breadcrumb-item:last-child {
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    align-items: flex-start;
  }
  .breadcrumb-item a {
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .tags-item {
    padding-bottom: 0.6rem;
  }
  .tags-item:last-child {
    padding-bottom: 0;
  }
  .tags-item p {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .guhua-page-open-form-preview-alert {
    width: 100% !important;
  }
}
.example-box h4 {
  font-size: 0.9rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.16rem;
  padding-left: 0.5rem;
  position: relative;
}
.example-box h4::before {
  content: "";
  width: 0.15rem;
  height: 60%;
  position: absolute;
  left: 0;
  top: 14%;
  background-color: var(--bs-blue);
}
.example-box a {
  color: inherit;
}
.example-box a:hover {
  color: var(--bs-blue);
}

.guhua-page-open-form-preview .__wrapper {
  overflow: auto;
  position: relative;
  height: 440px;
}
.guhua-page-open-form-preview .__wrapper .__title {
  width: 216px;
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  color: #666;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
}
.guhua-page-open-form-preview .__wrapper .__preview {
  background: url("/static/web/yunguhua/img/guhua/jiemian.png") no-repeat;
  width: 770px;
  height: 400px;
}
.guhua-page-open-form-preview .__wrapper .__preview .__preview-content {
  width: 216px;
  position: absolute;
  top: 0;
  left: 0;
}
.guhua-page-open-form-preview .__wrapper .__preview .__preview-content.__preview-content-3 .__avatar {
  left: 10px;
  top: 110px;
  width: 20px;
  height: 20px;
}
.guhua-page-open-form-preview .__wrapper .__preview .__preview-content.__preview-content-3 .__name {
  color: #666;
  text-align: left;
  left: 35px;
}
.guhua-page-open-form-preview .__wrapper .__preview .__preview-content.__preview-content-3 .__name.__number {
  top: 120px;
  font-size: 10px;
}
.guhua-page-open-form-preview .__wrapper .__preview .__avatar {
  position: absolute;
  top: 50px;
  left: 84px;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 50%;
}
.guhua-page-open-form-preview .__wrapper .__preview .__avatar img {
  width: 100%;
  height: 100%;
  display: block;
}
.guhua-page-open-form-preview .__wrapper .__preview .__name {
  width: 80%;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 21px;
  top: 109px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.guhua-page-open-form-preview .__wrapper .__preview .__name.__number {
  top: 129px;
  opacity: 0.9;
}
.guhua-page-open-form-preview .__wrapper .__preview .__title {
  font-size: 14px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  color: #999;
}

.ihuyi-new-cert-exhibit h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ihuyi-new-cert-exhibit p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 20px;
}
.ihuyi-new-cert-exhibit a, .ihuyi-new-cert-exhibit .btn {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  background: var(--bs-blue);
  font-size: 18px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.ihuyi-new-cert-exhibit a:hover, .ihuyi-new-cert-exhibit .btn:hover {
  opacity: 0.8;
}
.ihuyi-new-cert-exhibit .form-item {
  margin-bottom: 15px;
}
.ihuyi-new-cert-exhibit .form-item:last-child {
  margin-bottom: 0;
}
.ihuyi-new-cert-exhibit .form-item .__tip {
  font-size: 12px;
  color: #999;
  display: inline-block;
  margin-left: 8px;
}
.ihuyi-new-cert-exhibit .form-item label {
  color: #333333;
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px;
}
.ihuyi-new-cert-exhibit .form-item input, .ihuyi-new-cert-exhibit .form-item textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 18px;
  box-sizing: border-box;
}
.ihuyi-new-cert-exhibit .form-item input::-webkit-input-placeholder, .ihuyi-new-cert-exhibit .form-item input::-moz-placeholder, .ihuyi-new-cert-exhibit .form-item textarea::-webkit-input-placeholder, .ihuyi-new-cert-exhibit .form-item textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #f00;
}
.ihuyi-new-cert-exhibit .form-item textarea {
  height: 100px;
}
.ihuyi-new-cert-exhibit .form-item #upload {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  background-color: var(--bs-blue);
  border: none;
  color: #fff;
  cursor: pointer;
}

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