@charset "UTF-8";
/*处理横向滚动的问题*/

.home_banner .elementor-swiper-button-prev {
  border-radius: 0 100% 100% 0;
}
.home_banner .elementor-swiper-button-next {
  border-radius: 100% 0 0 100%;
}

li p {
  display: inline-block;
  margin: 0;
}

.aligncenter .wp-element-caption {
  text-align: center;
}

.about_slide.elementor-widget-n-carousel {
  --e-n-carousel-swiper-padding-bottom: 0;
}
.about_slide.elementor-widget-n-carousel .swiper-pagination {
  position: absolute;
  bottom: 10px !important;
  top: auto !important;
}
.about_slide.elementor-widget-n-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 6px;
  background: #F1F1F1;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.about_slide.elementor-widget-n-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background: #286FA9;
}

.mbx-link a {
  color: #286FA9 !important;
}
.mbx-link a:hover {
  color: #297dc2 !important;
}

.yunce_product_parameters h4 {
  margin-top: 0;
  margin-bottom: 12px;
}
.yunce_product_parameters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.yunce_product_parameters ul li {
  font-size: 16px;
  color: #999999;
  border-top: 1px solid #979797;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.yunce_product_parameters ul li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #979797;
}
.yunce_product_parameters ul li span {
  width: 50%;
}
.yunce_product_parameters ul li .value {
  color: #666666;
}

.globa_yunce_btn {
  background-color: #286FA9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.globa_yunce_btn:hover {
  background-color: #E71F19;
  color: #fff !important;
}

.yunce_product_drawing .drawing_img {
  position: relative;
  padding: 20px;
  border: 1px solid #979797;
  min-height: 740px;
  min-height: auto !important;
}
.yunce_product_drawing .drawing_img img {
  width: 100%;
  height: auto;
  display: block;
}
.yunce_product_drawing .drawing_img .zoom-btn {
  position: absolute;
  left: 50%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 48px;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #286FA9;
  border-radius: 50%;
  opacity: 0;
}
.yunce_product_drawing .drawing_img .zoom-btn:hover {
  background: #297dc2;
}
.yunce_product_drawing .drawing_img .zoom-btn:focus {
  background: #297dc2;
}
.yunce_product_drawing .drawing_img .zoom-btn i {
  font-size: 1em;
}
.yunce_product_drawing .drawing_img:hover .zoom-btn {
  visibility: visible;
  opacity: 1;
}
.yunce_product_drawing .drawing_down_btn {
  gap: 20px;
  padding: 20px 0;
}
.yunce_product_drawing .drawing_down_btn .down-link {
  min-width: 180px;
  height: 44px;
  padding: 6px 20px;
  color: white !important;
}

.drawing_image-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.drawing_image-modal .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawing_image-modal .modal-content img {
  max-width: 100%;
  max-height: calc(90vh - 60px);
  -o-object-fit: contain;
  object-fit: contain;
}
.drawing_image-modal .modal-footer {
  margin-top: 20px;
  text-align: center;
}
.drawing_image-modal .close-btn {
  padding: 10px 30px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawing_image-modal.active {
  opacity: 1;
  visibility: visible;
}
.drawing_image-modal.active .modal-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.yunce_product_faq .faq_item {
  margin-bottom: 24px;
}
.yunce_product_faq .faq_item .faq-a .a-content {
  background-position: 0 left;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 48px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.yunce_product_faq .faq_item .faq-q {
  background-position: 0 left;
  background-repeat: no-repeat;
  background-size: 32px;
  padding-left: 48px;
  min-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.yunce_product_faq .faq-q {
  cursor: pointer;
  background-image: url(../img/faq-q.svg);
}
.yunce_product_faq .faq-q .q-text {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.yunce_product_faq .faq-a {
  display: none;
}
.yunce_product_faq .faq-a .a-content {
  background-image: url(../img/faq-a.svg);
  margin-top: 16px;
  color: #666666;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.yunce_product_faq .faq_item.active .faq-q .q-text {
  color: #286FA9;
}

.bg_size_100 {
  background-size: 100% 100% !important;
}

.ovf-hi {
  overflow: hidden !important;
}

.list-none li {
  list-style: none !important;
}
.list-none ol {
  list-style: none !important;
}

.single_title_nav .elementor-toc__header {
  display: none;
}

.single_post_content .wp-block-table thead {
  border-bottom: 1px solid;
}
.single_post_content .wp-block-table td {
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
.single_post_content .wp-block-table th {
  border: 1px solid hsla(0, 0%, 50.2%, 0.5019607843);
}
.single_post_content .wp-block-separator {
  border-top: 1px solid #a2a2a2;
}

.post_tags-list .elementor-icon-list-text a:hover {
  color: #286FA9 !important;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .yunce_product_drawing .drawing_img {
    margin-top: -90px !important;
  }
}/*# sourceMappingURL=module-style.css.map */