@charset "UTF-8";
.yunce_product_content .tab-contents-wrapper {
  font-weight: 500;
  font-size: 14px;
  color: #1B2530;
}
.yunce_product_content .tab-contents-wrapper h2,
.yunce_product_content .tab-contents-wrapper h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
}
.yunce_product_content .tab-contents-wrapper h2::after,
.yunce_product_content .tab-contents-wrapper h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: #FF6C1B;
}
.yunce_product_content .tab-contents-wrapper p {
  margin-bottom: 12px;
}
.yunce_product_content .tab-contents-wrapper i {
  font-style: italic;
}
.yunce_product_content .tab-contents-wrapper img {
  max-width: 100%;
  height: auto;
  margin: 8px 0;
  display: block;
}
.yunce_product_content .tab-contents-wrapper img.aligncenter {
  margin: 0 auto;
}
.yunce_product_content .tab-contents-wrapper img.alignleft {
  float: left;
  margin-right: 20px;
}
.yunce_product_content .tab-contents-wrapper img.alignright {
  float: right;
  margin-left: 20px;
}
.yunce_product_content .tab-contents-wrapper ul,
.yunce_product_content .tab-contents-wrapper ol {
  list-style: none;
  padding-left: 0;
}
.yunce_product_content .tab-contents-wrapper ul li,
.yunce_product_content .tab-contents-wrapper ol li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.yunce_product_content .tab-contents-wrapper ul li::before,
.yunce_product_content .tab-contents-wrapper ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-54%);
          transform: translateY(-54%);
  width: 10px;
  height: 10px;
  background: #FF6C1B;
  border-radius: 50%;
}
.yunce_product_content .tab_content {
  display: none;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
  /*第一个h2 h3 pt为0*/
}
.yunce_product_content .tab_content.active {
  display: block;
}
.yunce_product_content .tab_content h2:first-of-type,
.yunce_product_content .tab_content h3:first-of-type {
  padding-top: 0;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.yunce_product_content table {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #C4CFDC;
}
.yunce_product_content table tr:nth-child(odd) {
  background-color: #EEF2F6;
}
.yunce_product_content table tr:nth-child(even) {
  background-color: white;
}
.yunce_product_content table td {
  border: 1px solid #C4CFDC;
  border-left: 0;
}
.yunce_product_content .single_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin-bottom: 40px;
  padding: 0;
}
.yunce_product_content .single_tabs .tab-btn {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #849AB2;
  min-width: 160px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #849AB2;
}
.yunce_product_content .single_tabs .tab-btn:hover, .yunce_product_content .single_tabs .tab-btn.tab-active {
  background: #FF6C1B;
  color: #fff;
  border-color: #FF6C1B;
}
.yunce_product_content .download_tab_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.yunce_product_content .download_tab_content .download_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.yunce_product_content .download_tab_content .download_item .download_text {
  color: #1B2530;
  font-size: 16px;
  font-weight: 400;
}
.yunce_product_content .download_tab_content .download_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #FF6C1B;
  color: #fff;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 16px;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.yunce_product_content .download_tab_content .download_link .download_icon {
  display: block;
  background: url(./img/download_bai.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: contain;
  position: relative;
  top: -2px;
}
.yunce_product_content .download_tab_content .download_link:hover {
  background: #24D6ED;
}

/*
响应式
*/
@media (max-width: 768px) {
  .yunce_product_content .single_tabs {
    margin-bottom: 20px;
  }
  .yunce_product_content .download_tab_content {
    margin-top: 0;
  }
  .yunce_product_content .download_tab_content .download_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
  .yunce_product_content .download_tab_content .download_item .download_text {
    font-size: 14px;
  }
  .yunce_product_content .download_tab_content .download_link {
    padding: 4px 12px;
  }
  .yunce_product_content .download_tab_content .download_link .download_icon {
    width: 14px;
    height: 14px;
  }
}/*# sourceMappingURL=style.css.map */