/*
Theme Name: KuaiYiDian
Version: 1.0
Description: Anhui Lingju Digital, as a core partner of Google China, owns the only Google Overseas Experience Center in Anhui Province, providing one-stop services for localized foreign trade enterprises in Anhui to go overseas - website construction, Google SEO optimization, Google bidding, Google SNS social media marketing, etc.
Author: Copyright: Anhui Lingju
*/
@charset "utf-8";

:root {
  /* Global Color */
  --i_color: #ff6300;

  /* Head height */
  --header_height: 1rem;

  /* Default Border Color */
  --border_color: rgba(0, 0, 0, 0.1);
  /* txt color */
  --txt_color: #333;
}
@media screen and (max-width: 1024px) {
  :root {
    --header_height: 0.6rem;
    --header_top_height: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --border_color: rgba(0, 0, 0, 0.06);
  }
}

/* 通用 */
.f450 {
  font-weight: 450;
}
.f550 {
  font-weight: 550;
}

.btn_box {
  display: table;
  cursor: pointer;
}
.btn_a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0.1rem 0.5rem;
  position: relative;
  border: 1px solid transparent;
  overflow: hidden;
  transition: all 0.4s;
}
.btn_a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
}
.btn_a p {
  position: relative;
  z-index: 10;
}

.btn_a:hover {
  border: 1px solid var(--i_color);
  color: var(--i_color);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.btn_a:hover::before {
  background: #fff;
}

.btn_line {
  border-color: var(--i_color);
  color: var(--i_color);
}
.btn_line::before {
  background: transparent;
}
.btn_line:hover {
  border-color: transparent;
  color: #fff;
}
.btn_line:hover::before {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
}

@media screen and (max-width: 1024px) {
  .btn_a {
    padding: 0.05rem 0.25rem;
  }
}
@media screen and (max-width: 560px) {
  .btn_a {
    font-size: 0.13rem;
    padding: 0.02rem 0.12rem;
  }
}

.title_box {
}
.title_box h2 {
  display: flex;
  align-items: center;
}
.title_box h2 iconify-icon {
  font-size: 0.44rem;
  color: #598f34;
}

@media screen and (max-width: 1024px) {
  .title_box h2 iconify-icon {
    font-size: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 560px) {
  .title_box h3 {
    font-size: 0.14rem;
  }
}

/* --- --- */

.wrap {
  width: 94vw;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_header {
  width: 94vw;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
}

.wrap_l {
  box-sizing: border-box;
  padding-left: 8.2vw;
}
.wrap_r {
  box-sizing: border-box;
  padding-right: 8.2vw;
}
@media screen and (max-width: 1440px) {
  .wrap_l {
    padding-left: 3vw;
  }
  .wrap_r {
    padding-right: 3vw;
  }
}

/* 选择我们 */
.Choose_us {
  position: relative;
}
.Choose_us::before {
  content: "";
  display: block;
  width: 14.74%;
  height: 48.54%;
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/choose_ba.webp)
    no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}

.Choose_us .wrap {
  gap: 0.3rem 0;
}

.Choose_left {
  width: 44.15%;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px dashed var(--i_color);
  position: relative;
}
.Choose_left::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.Choose_left::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/round.webp)
    no-repeat center;
  background-size: cover;
  animation: rotate360 100s linear infinite;
  z-index: -1;
}

@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.Choose_left img {
  display: block;
  width: 87.34%;
  height: 87.34%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.4s ease;
  opacity: 0;
}
.Choose_left img.active {
  opacity: 1;
}

.Choose_right {
  width: 50%;
}

.Choose_right_list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.cri_item {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 0.27rem;
  position: relative;
  transition: all 0.4s;
}
.cri_item:first-child {
  padding-top: 0.3rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.cri_item::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s;
}

.cri_item .tit {
  cursor: pointer;
}

.cri_item .txt {
  display: none;
  color: #4d4d4d;
  margin-top: 0.1rem;
}

.cri_item.active {
  border-bottom-color: transparent;
}
.cri_item.active::before {
  width: 100%;
}
.cri_item .tit.active {
  font-weight: 550;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .Choose_us::before {
    display: none;
  }
  .Choose_left {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .Choose_right {
    width: 100%;
  }
  .Choose_right {
    order: -1;
  }
  .cri_item:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .Choose_right_list {
    gap: 0.15rem 0;
  }
  .cri_item {
    padding-bottom: 0.15rem;
  }
}
@media screen and (max-width: 560px) {
  .Choose_us {
    margin-top: 0.4rem;
  }
  .Choose_right .title_box {
    margin-bottom: 0.2rem;
  }
  .cri_item .tit {
    font-size: 0.16rem;
  }
}

/* 解决方案 */
.i_Solution {
}

.i_Solution .wrap {
  gap: 0.15rem 0;
}

.i_Solution .title_box {
  width: 75%;
}

.shutter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.5%;
}

.shutter li {
  width: 13.9%;
  height: 7.44rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease;
}

.shutter li::before {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.shutter li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.shutter .shutter_pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.shutter_block {
  width: 73%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem 0;
  transition: all 0.4s ease;
}

.shutter_block img {
  width: 33%;
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.shutter_none {
  width: 100%;
  box-sizing: border-box;
  padding: 0.32rem 0.88rem 0.32rem 1.04rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s ease;
}

.shutter_none > img {
  width: 5.47%;
}

.shutter_none h3 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

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

.sn_info p {
  width: 80%;
  color: rgba(255, 255, 255, 0.8);
}

.shutter_btn {
  flex-shrink: 0;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #ea5504 0%, #f08200 100%);
}

.shutter_btn img {
  width: 60%;
}

.shutter .active {
  flex-grow: 100;
}
.shutter .active .shutter_block {
  opacity: 0;
}
.shutter .active .shutter_none {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .shutter_block {
    width: 85%;
  }
  .shutter_none {
    padding: 0.2rem 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .shutter_block h3 {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .shutter_block h3 {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .shutter li {
    width: 100% !important;
    height: 5.5rem;
  }
  .shutter_block {
    display: none;
  }
  .shutter_none {
    display: block;
    opacity: 1;
    padding: 0.2rem;
  }
  .shutter_none h3 {
    margin-bottom: 0.1rem;
  }
  .shutter_btn {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 560px) {
  .i_Solution .title_box {
    width: 100%;
  }
  .shutter {
    gap: 0.1rem 0;
  }
  .shutter li {
    height: 3rem;
  }
  .shutter_none > img {
    width: 0.35rem;
  }
  .shutter_none h3 {
    font-size: 0.16rem;
  }
  .sn_info p {
    width: 100%;
    font-size: 0.12rem;
  }
  .shutter_btn {
    display: none;
  }
}

/* 热销产品 */
.Hot_products {
}

.Hot_content {
  position: relative;
}

.Hot_list {
  position: relative;
  overflow: hidden;
}
.Hot_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Hot_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* -------------------------- */
.Hot-prev,
.Hot-next {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  border: 1px solid var(--i_color);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.Hot-prev {
  left: -6%;
}
.Hot-next {
  right: -6%;
}
.Hot-prev img,
.Hot-next img {
  width: 62%;
}
.Hot_list .swiper-button-disabled {
  cursor: not-allowed;
}
.Hot-prev:hover,
.Hot-next:hover {
  background: var(--i_color);
}
.Hot-prev:hover img,
.Hot-next:hover img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

/* -------------------------- */
.Hot-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.Hot-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.Hot-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.products_item {
  box-sizing: border-box;
}

.products_item a {
  display: block;
  box-sizing: border-box;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.pitem_img {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0.1rem;
  overflow: hidden;
}
.pitem_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.pitem_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.pitem_txt {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.14rem 0.21rem 0.14rem;
}

.products_item h6 {
  margin: 0.35rem 0;
}

.pitem_txt i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  color: #fff;
  font-size: 0.16rem;
  position: absolute;
  left: 50%;
  bottom: 0.21rem;
  transform: translate(-50%, 0);
  transition: all 0.4s ease;
}

.pitem_txt .btn_box {
  opacity: 0;
  transition: all 0.4s ease;
}

.products_item:hover a {
  border-color: rgba(51, 51, 51, 0.2);
}
.products_item:hover .pitem_img img {
  transform: scale(1.1);
}
.products_item:hover .pitem_txt h6 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.products_item:hover .pitem_txt i {
  opacity: 0;
}
.products_item:hover .pitem_txt .btn_box {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .Hot-prev {
    left: 2%;
  }
  .Hot-next {
    right: 2%;
  }
}
@media screen and (max-width: 1366px) {
  .Hot-prev,
  .Hot-next {
    width: 0.45rem;
    height: 0.45rem;
  }
}
@media screen and (max-width: 1024px) {
  .Hot-prev,
  .Hot-next {
    display: none;
  }
  .Hot-pagination {
    display: block;
  }
  .products_item a {
    border-color: rgba(51, 51, 51, 0.2);
  }
  .products_item h6 {
    margin: 0.15rem 0;
  }
  .pitem_txt .btn_box {
    opacity: 1;
  }
  .pitem_txt i {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .pitem_txt {
    padding: 0.1rem;
  }
  .products_item h6 {
    font-size: 0.14rem;
  }
}

/* 关于公司 */
.About_Company {
  position: relative;
}
.About_Company::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/About_Company_Ba.webp)
    no-repeat center;
  background-size: cover;
  z-index: -1;
}

.About_Company .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.wire {
  display: block;
  width: 100%;
  height: 0.4rem;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 49%, #f08200 100%);
}

.ac_img {
  width: 100%;
  display: none;
}
.ac_info {
  width: 43.29%;
}

.ac_info h2 {
  font-size: 0.56rem;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ac_info h6 {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ac_function {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.2rem 4%;
}

.ac_function img {
  width: 33%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.ac_function img:hover {
  transform: scale(1.05);
}

@media screen and (max-width: 1024px) {
  .About_Company::before {
    opacity: 0.4;
  }
  .ac_info {
    width: 100%;
  }
  .ac_info h2 {
    font-size: 0.36rem;
  }
  .ac_info h6 {
    margin: 0.3rem 0;
  }
  .ac_function img {
    width: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .ac_info h2 {
    font-size: 0.3rem;
  }
  .ac_info h6 {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 560px) {
  .About_Company {
    padding-bottom: 0;
  }
  .About_Company::before {
    display: none;
  }
  .ac_img {
    display: block;
    margin-top: 0.3rem;
  }
  .ac_info h2 {
    font-size: 0.2rem;
  }
  .ac_info h6 {
    font-size: 0.14rem;
  }
  .ac_function img {
    width: 1rem;
  }
  .wire {
    height: 0.2rem;
  }
}

/* 数据宣传 */
.Data_promotion {
}

.Data_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
}

.Data_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Data_list h3 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .Data_list li {
    width: 50%;
  }
  .Data_list p {
    margin: 0;
  }
}
@media screen and (max-width: 560px) {
  .Data_list h3 {
    font-size: 0.2rem;
  }
  .Data_list p {
    font-size: 0.12rem;
  }
  .Data_list h6 {
    font-size: 0.12rem;
  }
}

/* 主页新闻 */
.Home_News {
}

.Hn_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.15rem 0;
}
.Hn_top .title_box {
  width: 40%;
}

.Hn_content {
  display: flex;
  flex-wrap: wrap;
  gap: 0.16rem 0;
  justify-content: space-between;
}

.hnc_left {
  width: 49.29%;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0.5rem 0.3rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.hnc_left::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.hnc_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.8s;
}

.hn_time {
  width: max-content;
  background-color: #fff;
  border-radius: 5rem;
  box-sizing: border-box;
  padding: 0.075rem 0.16rem;
}

.hnc_left h4,
.hnc_left h6 {
  color: #fff;
}

.hnc_left:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.hnc_right {
  width: 49.29%;
  display: flex;
  flex-direction: column;
  gap: 0.16rem 0;
}

.hnc_right a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f4f4;
  box-sizing: border-box;
  padding: 0.24rem 0.3rem 0.3rem 0.3rem;
  position: relative;
}

.hnc_right a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  opacity: 0;
}

.hnc_right a img {
  width: 110%;
  height: 110%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  z-index: -1;
  opacity: 0;
}

.hnc_right a:hover {
  background-color: transparent;
}
.hnc_right a:hover::before {
  opacity: 1;
}
.hnc_right a:hover img {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.hnc_right a:hover h4,
.hnc_right a:hover h6 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .hnc_left,
  .hnc_right {
    width: 100%;
  }
  .hnc_left,
  .hnc_right a {
    padding: 0.2rem;
  }
}
@media screen and (max-width: 560px) {
  .hn_time {
    font-size: 0.12rem;
    padding: 0.02rem 0.1rem;
  }
  .hnc_left h4,
  .hnc_right a h4 {
    font-size: 0.14rem;
  }
  .hnc_left h6 {
    font-size: 0.12rem;
  }
}

/* 安全品牌 */
.Security_Brand {
  position: relative;
}

.car {
  width: 52.04%;
  position: absolute;
  left: 0.8%;
  bottom: 2.1%;
  z-index: -1;
}

.Security_Brand .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.Security_Brand .title_box {
  width: 37%;
}

.Security_right {
  width: 52.29%;
}

.homeBrands_list {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.homeBrands_list .swiper-wrapper {
  height: 3.28rem;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.homeBrands_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.homeBrands_list .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  object-fit: contain;
}

.homeBrands-pagination {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 2px;
  position: relative;
}
.homeBrands-pagination::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.homeBrands-pagination span {
  background: var(--i_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

@media screen and (max-width: 1024px) {
  .car {
    opacity: 0.2;
  }
  .Security_Brand .title_box,
  .Security_right {
    width: 100%;
  }
  .Security_right {
    margin-top: 0;
  }
  .homeBrands_list .swiper-slide img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .homeBrands_list .swiper-wrapper {
    height: 240px;
  }
}
@media screen and (max-width: 560px) {
  .homeBrands_list .swiper-wrapper {
    height: 180px;
  }
  .homeBrands_list .swiper-slide img {
    width: 100%;
  }
}

/* 主页表单 */
.Home_Form {
  position: relative;
  overflow: hidden;
}

.floatPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all 0.4s ease;
}

.Home_Form_Box {
  position: relative;
  border-radius: 15px;
  width: 83%;
  background: rgba(0, 0, 0, 0.26);
  padding: 0.3rem 0.3rem 0.47rem 0.3rem;
}

.Home_Form_Box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 1px;
  background: linear-gradient(
    270deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0) 50%,
    #ffffff 100%
  );
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.hf_box {
  width: 78%;
}

#wpforms-110 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-110 {
  margin: 0;
  padding: 0;
}
#wpforms-form-110 {
  width: 100%;
  position: relative;
}

#wpforms-110 .wpforms-field-container {
}
#wpforms-110 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-110 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-110 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}

#wpforms-110 .wpforms-field-container .wpforms-field > input,
#wpforms-110 .wpforms-field-container textarea {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#wpforms-110 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-110 .wpforms-field-container .wpforms-field > input,
#wpforms-110 .wpforms-field-container textarea,
#wpforms-110 .wpforms-field-container select,
#wpforms-110 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-110 .wpforms-field-container .wpforms-field > input,
#wpforms-110 .wpforms-field-container textarea,
#wpforms-110 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-110 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-110 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-110 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-110 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-110 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-110 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-110 .wpforms-field-container em.wpforms-error,
#wpforms-110 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-110 input::placeholder,
#wpforms-110 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-110 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-110-field_1-container,
#wpforms-110-field_2-container {
  width: 48% !important;
}

#wpforms-110 .wpforms-submit-container {
  width: 100%;
  padding: 0 0;
}
#wpforms-110 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
}
#wpforms-110 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-110 .wpforms-submit-container button:hover {
  background: #fff;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .hf_box {
    width: 100%;
  }
}

/* ===================================================== */

.banner__ {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner__ img {
  width: 100vw;
  display: block;
}

/* Breadcrumb */
.in_position {
  padding: 0.2rem 0;
  background: #f4f4f4;
  position: relative;
}
.in_position .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.in_position a {
  display: block;
  font-size: 15px;
  color: #333;
  position: relative;
  line-height: 20px;
}
.in_position a:not(:last-child):after {
  content: ">";
  margin: 0 4px;
  color: #555;
}
.in_position a:last-child {
  color: var(--i_color) !important;
}
.in_position a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 1024px) {
  .in_position {
    padding: 0.16rem 0;
  }
  .in_position a {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .in_position {
    padding: 0.12rem 0;
  }
  .in_position a {
    font-size: 12px;
  }
}

/* **********************************  解决方案页面 */

/* 解决方案列表 */
.Solution_box {
}

.Solution_List {
  display: flex;
  flex-direction: column;
}

.Solution_List li .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
}

.Sl_left {
  width: 38.5%;
  box-sizing: border-box;
}

.Sl_left h6 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Sl_right {
  width: 56.79%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Sl_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 54.34%;
}
.Sl_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.Solution_List li:nth-child(odd) {
  background-color: #f6f6f6;
}

.Solution_List li:hover h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (min-width: 769px) {
  .Solution_List li:nth-child(even) .wrap {
    flex-direction: row-reverse;
  }

  .Solution_List li:nth-child(even) .Sl_left {
    text-align: right;
  }

  .Solution_List li:nth-child(even) .Sl_left .btn_box {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .Sl_left,
  .Sl_right {
    width: 100%;
  }
  .Sl_left h6 {
    margin: 0.2rem 0;
  }
}

/* **********************************  解决方案详情页面 */

/* 解决方案介绍 */
.Solution_Introduction {
}

.Solution_Introduction .wrap {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 6%, #f6f6f6 100%);
  position: relative;
  box-sizing: border-box;
  padding: 0.36rem 0.9rem 0.35rem 0.6rem;
}

.si_logo {
  width: 33.58%;
  position: absolute;
  right: 0;
  bottom: 2.5%;
}

.Solution_Introduction h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
  .Solution_Introduction .wrap {
    padding: 0.3rem 0.2rem;
  }
}

/* 应用场景 */
.Application_scenarios {
  position: relative;
}
.Application_scenarios::before {
  content: "";
  display: block;
  width: 100%;
  height: 82%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f6f6;
  z-index: -1;
}

.Application_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2.75%;
  justify-content: center;
}

.Application_item {
  width: 31.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Application_item::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66.44%;
}
.Application_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.Application_item:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .Application_list {
    gap: 0.2rem 2.75%;
  }
  .Application_item {
    width: 48.62%;
  }
}
@media screen and (max-width: 560px) {
  .Application_list {
    gap: 0.12rem 2.75%;
  }
}

/* 项目案例 */
.Project_Cases {
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/Project_Cases_Ba-2.webp)
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.Cases_list {
  position: relative;
  overflow: hidden;
}
.Cases_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Cases_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}

/* -------------------------- */
.Cases-pagination {
  display: none;
  margin-top: 0.3rem;
  text-align: center;
}
.Cases-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0 6px;
  background: #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.Cases-pagination .swiper-pagination-bullet-active {
  background: var(--i_color);
}

.Cases_item {
  width: 100%;
}

.Cases_item a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}

.Cases_img {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Cases_img::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 76%;
}
.Cases_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.Cases_txt {
  box-sizing: border-box;
  padding: 0.3rem 0.2rem 0.4rem 0.2rem;
}

.Cases_txt i {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  margin: 0.2rem 0;
}

.Cases_item:hover a {
  box-shadow: 1px 5px 18px -2px rgba(51, 51, 51, 0.1);
}
.Cases_item:hover .Cases_img img {
  transform: scale(1.1);
}
.Cases_item:hover .Cases_txt h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

@media screen and (max-width: 768px) {
  .Cases_txt {
    padding: 0.2rem 0.1rem;
  }
  .Cases_txt i {
    margin: 0.1rem 0;
  }
}
@media screen and (max-width: 560px) {
  .Cases_txt {
    padding: 0.1rem;
  }
  .Cases_txt h2 {
    font-size: 0.14rem;
  }
  .Cases_txt p {
    font-size: 0.12rem;
  }
  .Cases_txt i {
    margin: 0.05rem 0;
  }
}

/* **********************************  案例列表页面 */

/* 案例列表 */
.Case_Box {
  background-color: #f6f6f6;
}

.Case_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.46rem 2%;
}

.Case_list .Cases_item {
  width: 32%;
}

.Case_list .Cases_item a {
  border-radius: 0.1rem 0.1rem 0 0;
}

.Case_list .Cases_item:hover a {
  border-radius: 0.1rem;
}

@media screen and (max-width: 1024px) {
  .Case_list {
    gap: 0.2rem 2%;
  }
}
@media screen and (max-width: 768px) {
  .Case_list .Cases_item {
    width: 49%;
  }
}
@media screen and (max-width: 560px) {
  .Case_list {
    gap: 0.12rem 2%;
  }
}

/* **********************************  产品列表页面 */

/* 产品列表 */
.Product_List_Box {
  background-color: #f6f6f6;
}

.Product_List_Box .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.3rem 0;
}

.pl_left {
  width: 23.5%;
}

.cat_nav {
}
.cat_nav_tit {
  margin-bottom: 0.2rem;
  position: relative;
}
.cat_nav_tit h4 {
  font-size: 0.36rem;
  font-weight: 550;
}
.cat_nav_tit iconify-icon {
  display: none;
}

.cat_nav_list {
  position: relative;
}
.cat_nav_list li {
  margin-bottom: 0.1rem;
  position: relative;
}

.cat_fold_tit {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 0.14rem 0 0.2rem;
  gap: 0 0.2rem;
  transition: all 0.4s ease;
}
.cat_fold_tit a {
  padding: 0.14rem 0;
  width: 100%;
  font-size: 0.18rem;
  color: #222;
  font-weight: 550;
  line-height: 1.5;
}
.cat_fold_tit iconify-icon {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.22rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.active .cat_fold_tit {
  border-radius: 6px;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  border-bottom: transparent;
}
.active .cat_fold_tit a,
.active .cat_fold_tit iconify-icon {
  color: #fff;
}
.active .cat_fold_tit iconify-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cat_fold_tit:hover {
  border-color: var(--i_color);
}

.cat_fold_sub {
  display: none;
  margin-top: 0.1rem;
  padding: 0.12rem 0.2rem;
}
.cat_fold_sub dt {
  box-sizing: border-box;
}
.cat_fold_sub a {
  display: block;
  padding: 0.1rem 0.24rem;
  font-size: 0.17rem;
  color: #666;
  position: relative;
  transition: all 0.5s ease;
}
.cat_fold_sub a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  transition: all 0.5s ease;
}

.cat_fold_sub a:hover,
.cat_fold_sub dt.active a {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: underline;
}
.cat_fold_sub a:hover::before,
.cat_fold_sub dt.active a::before {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
}

@media screen and (max-width: 1366px) {
  .cat_fold_sub a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 1024px) {
  .cat_nav {
    padding: 0;
    background: none;
  }
  .cat_nav_tit {
    padding: 12px 28px;
    margin: 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 2;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid var(--i_color);
  }
  .cat_nav_tit h4 {
    padding: 0 0;
    font-size: 20px;
    color: var(--i_color);
  }
  .cat_nav_tit iconify-icon {
    display: block;
    margin-left: auto;
    font-size: 26px;
    color: var(--i_color);
  }

  .cat_nav_list {
    display: none;
    box-sizing: border-box;
    padding: 18px 0 0;
    background: #fff;
  }
  .cat_nav_list li {
    margin-bottom: 14px;
  }
  .cat_nav_list li.active {
  }
  .cat_fold_tit a {
    padding: 14px 0;
    font-size: 17px;
  }
  .cat_fold_sub a {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cat_nav_tit {
    padding: 12px 20px;
  }
  .cat_nav_tit h4 {
    font-size: 18px;
  }
  .cat_nav_tit iconify-icon {
    font-size: 22px;
  }

  .cat_fold_tit a {
    font-size: 16px;
    font-weight: 300;
  }
}
@media screen and (max-width: 560px) {
  .cat_nav_tit h4 {
    font-size: 17px;
  }

  .cat_fold_tit a {
    padding: 5px 0;
    font-size: 15px;
  }
  .cat_fold_tit iconify-icon {
    font-size: 22px;
  }
  .cat_fold_sub {
    margin-top: 10px;
  }
  .cat_fold_sub a {
    font-size: 14px;
    padding: 10px 18px;
  }
  .cat_fold_sub a::before {
    width: 6px;
    height: 6px;
  }
}

.pl_right {
  width: 74.75%;
  box-sizing: border-box;
  padding-left: 2.47%;
  border-left: 1px dashed rgba(51, 51, 51, 0.3);
}

.Product_List {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 2%;
}

.Product_List .products_item {
  width: 32%;
}

@media screen and (max-width: 1024px) {
  .pl_left,
  .pl_right {
    width: 100%;
  }
  .pl_right {
    padding-left: 0;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .Product_List {
    gap: 0.15rem 2%;
  }
  .Product_List .products_item {
    width: 49%;
  }
}

/* **********************************  产品详情页面 */

/* 头部简述 */
.Head_description {
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

.p_data {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* atlas */
.p_atlas {
  flex-shrink: 0;
  width: 45.72%;
  box-sizing: border-box;
  position: relative;
}
.p_atlas_list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 0.1rem;
  overflow: hidden;
}
.p_atlas_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_atlas_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p_atlas_list .swiper-slide::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_atlas_list .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* thumbnail */
.p_thumbnail_list {
  width: 100%;
  margin: 0.2rem auto 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.p_thumbnail_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.p_thumbnail_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}
.p_thumbnail_list figure {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.p_thumbnail_list figure::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.p_thumbnail_list figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  transition: all 0.3s ease;
}
.p_thumbnail_list figure img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.p_thumbnail_list .swiper-slide-thumb-active figure::after {
  border-color: var(--i_color);
}

.thumbnail-prev,
.thumbnail-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.4rem;
  height: 0.4rem;
  background: rgb(0 0 0 / 50%);
  z-index: 3;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
  display: none;
}
.thumbnail-prev {
  left: 0;
}
.thumbnail-next {
  right: 0;
}
.thumbnail-prev iconify-icon,
.thumbnail-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  color: #fff;
}
.p_atlas .swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.thumbnail-pagination {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  text-align: center;
  padding: 2px 6px;
  z-index: 2;
}
.thumbnail-pagination,
.thumbnail-pagination span {
  font-size: 14px;
  color: #fff;
}
.thumbnail-pagination .swiper-pagination-current {
  font-size: 0.22rem;
  color: var(--i_color2);
}

@media screen and (max-width: 1024px) {
  .p_data {
    flex-wrap: wrap;
  }

  .p_atlas {
    width: 100%;
    max-width: 6rem;
    margin: 0 auto 0.46rem;
  }

  .thumbnail-prev,
  .thumbnail-next {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .p_atlas_list {
    width: 100%;
  }
}

.p_title {
  width: 52%;
}
.p_title h1 {
  font-weight: 550;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.p_brief {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.p_operate {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.2rem 0;
}

.btns {
  display: flex;
  gap: 0.2rem 0.22rem;
}

.p_share {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.1rem;
}
.p_share dd {
  font-size: 0.18rem;
  font-weight: bold;
}
.p_share dt {
}
.p_share iconify-icon {
  font-size: 0.26rem;
  color: #999;
}
.p_share a:hover iconify-icon {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_title {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .p_share {
    width: 100%;
  }
  .p_share iconify-icon {
    font-size: 22px;
  }
}

/* 详细信息 */
.Detailed_information {
}

.Detailed_information .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.Detailed_info {
  width: 74%;
}

.tab-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.6rem;
  position: relative;
}
.tab-list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
  z-index: -1;
}

.tab {
  padding: 0.12rem 0.15rem;
  cursor: pointer;
  border-radius: 0.06rem;
  transition: all 0.4s ease;
}

.tab:hover,
.tab.active {
  background-color: var(--i_color);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tab-list {
    gap: 0 0.2rem;
  }
  .tab {
    font-size: 0.16rem;
    padding: 0.05rem 0.1rem;
  }
}
@media screen and (max-width: 560px) {
  .tab {
    font-size: 0.14rem;
  }
}

.Switch_box {
}

.Switch_son {
  display: none;
}
.Switch_box .Switch_son.active {
  display: block;
}

/* FAQ问答 */
.faq_box {
}

.faq_box h4 {
  display: flex;
  align-items: center;
}
.faq_box h4::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: var(--i_color);
  margin-right: 5px;
}

.serFAQ_list {
}

ul.serFAQ_list {
  display: flex;
  flex-direction: column;
  gap: 0.1rem 0;
}
.serFAQ_list li {
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 0.12rem 0.1rem;
  display: flex;
  gap: 0 4px;
}

.serFAQ_list .faq_icon {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  font-size: 0.24rem;
  transition: all 0.4s ease;
}

.serFAQ_list li.active .faq_icon {
  transform: rotate(90deg);
}

.serFAQ_list .tit {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
  cursor: pointer;
}

.serFAQ_list .tit p {
  font-size: 0.18rem;
  font-weight: 550;
}

.serFAQ_list .txt {
  padding-top: 0.05rem;
  display: none;
}
.serFAQ_list .txt_box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}

.serFAQ_list .txt article {
  color: #666;
  font-size: 0.16rem;
  line-height: 1.6;
}

.serFAQ_list .active .faq_icon {
  color: var(--i_color);
}
.serFAQ_list li.active .tit {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .Detailed_info {
    width: 100%;
  }
  .details_info {
    width: 100%;
  }
  .serFAQ_list li {
    padding: 0.2rem;
  }
  .serFAQ_list .tit p {
    font-size: 16px;
    line-height: 1.5;
  }
  .serFAQ_list .txt article {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  ul.serFAQ_list {
    gap: 0.1rem 0;
  }
  .serFAQ_list li {
    padding: 0.1rem;
  }
  .serFAQ_list .faq_icon {
    font-size: 0.18rem;
  }
  .serFAQ_list .txt {
    padding-top: 0.1rem;
  }

  .serFAQ_list .tit p {
    font-size: 15px;
  }

  .serFAQ_list .tit em,
  .serFAQ_list .active .tit em {
    background-size: 20px;
  }
}

/* 下载盒子 */
.downloads_right_ul {
  display: flex;
  gap: 0.24rem;
  flex-wrap: wrap;
}
.downloads_right_ul li {
  width: 100%;
}
.downloads_right_ul li a {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(51, 51, 51, 0.2);
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.downloads_right_ul li a h4 {
  width: calc(100% - 1.3rem);
  font-size: 0.16rem;
  color: #333;
  box-sizing: border-box;
  padding: 0.2rem 2%;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.downlaod_i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  background-color: #f0f0f0;
  box-sizing: border-box;
  padding: 0.15rem 0.1rem;
  transition: all 0.3s ease;
}
.downlaod_i iconify-icon {
  color: #666;
  font-size: 0.3rem;
  transition: all 0.3s ease;
}
.downlaod_i p {
  font-size: 0.16rem;
  color: #333;
  margin-top: 0.05rem;
  transition: all 0.3s ease;
}
.downloads_right_ul li a:hover {
  border: 1px solid #fff;
  background-color: #f4f4f4;
}
.downloads_right_ul li a:hover h4 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.downloads_right_ul li a:hover i {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  border-radius: 0px 4px 4px 0px;
}
.downloads_right_ul li a:hover i iconify-icon {
  color: #fff;
}
.downloads_right_ul li a:hover i p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .downloads_right_ul li a h4 {
    font-size: 0.16rem;
  }
  .downlaod_i p {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1024px) {
  .catalog_right {
    width: 100%;
  }
  .downloads_right {
    width: 100%;
    padding-left: 0%;
    margin-top: 0.4rem;
  }
  .downloads_right_ul {
    gap: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .downlaod_i iconify-icon {
    font-size: 0.25rem;
  }
  .downloads_right_ul {
    gap: 0.2rem;
  }
  .downlaod_i {
    width: 1rem;
    padding: 0.1rem 0.05rem;
  }
  .downloads_right_ul li a h4 {
    width: calc(100% - 1rem);
    font-size: 0.14rem;
  }
}

/* tags+view_other */

.pBottom {
  background: #f7f7f7;
}

.p_tags {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.16rem 0;
}
.p_tags > p {
  margin-right: 0.14rem;
  font-size: 0.18rem;
  font-weight: 550;
}
.p_tags a {
  display: block;
  margin-right: 0.16rem;
  font-size: 0.16rem;
  transition: all 0.4s ease;
}
.p_tags a:hover {
  color: var(--i_color);
}
@media screen and (max-width: 768px) {
  .p_tags {
    gap: 12px 0;
  }
  .p_tags > p {
    font-size: 17px;
  }
  .p_tags a {
    margin-right: 16px;
    font-size: 14px;
  }
}

.p_view_other {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 4%;
}
.p_view_other li {
  max-width: 46%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  gap: 0 0.14rem;
  align-items: center;
}
.p_view_other a {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0 0.2rem;
}
.p_view_other span {
  flex-shrink: 0;
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
}
.p_view_other span iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.24rem;
  color: var(--i_color);
}
.p_view_other p {
  font-size: 0.16rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}
.p_view_other p b {
  font-size: 0.18rem;
  transition: all 0.4s ease;
}

.p_view_other li:hover span iconify-icon,
.p_view_other li:hover p,
.p_view_other li:hover p b {
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
    font-weight: 300;
  }
}
@media screen and (max-width: 768px) {
  .p_view_other {
    flex-wrap: wrap;
    gap: 12px 0;
  }
  .p_view_other li {
    max-width: 100%;
  }
  .p_view_other span {
    order: -1;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .p_view_other span {
    width: 24px;
    height: 24px;
  }
  .p_view_other span iconify-icon {
    font-size: 24px;
  }
  .p_view_other p,
  .p_view_other p b {
    font-size: 14px;
  }
}

/* 相关产品 */
.Related_Products {
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
}

/* **********************************  关于我们页面 */

/* 公司信息 */
.Company_Information {
  position: relative;
}
.Company_Information::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/Company_Information_Ba.webp)
    no-repeat center;
  background-size: cover;
  z-index: -1;
}

.Company_Information h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ci_text {
  width: 58.5%;
  max-height: 6.7rem;
  box-sizing: border-box;
  padding-right: 0.45rem;
  overflow-y: auto;
}
.ci_text::-webkit-scrollbar {
  width: 2px;
  background: rgba(234, 85, 4, 0.2);
  border-radius: 5rem;
}
.ci_text::-webkit-scrollbar-track {
  background: transparent;
}
.ci_text::-webkit-scrollbar-thumb {
  background: var(--i_color);
  border-radius: 5rem;
}

.ab_video {
  width: 2rem;
  display: block;
  cursor: pointer;
  transition: all 0.4s ease;
}
.ab_video:hover {
  transform: scale(1.05);
}

.Company_pic {
  width: 100%;
  display: none;
}

@media screen and (max-width: 1024px) {
  .Company_Information::before {
    opacity: 0.5;
  }
  .ci_text {
    width: 100%;
    padding-right: 0.2rem;
  }
  .ab_video {
    width: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .Company_Information {
    padding-bottom: 0;
  }
  .Company_Information::before {
    display: none;
  }
  .ci_text {
    padding-right: 0.1rem;
    font-size: 0.14rem;
  }
  .ab_video {
    width: 1.2rem;
  }
  .Company_pic {
    display: block;
  }
}

/* 证书 */
.Certificate {
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/Certificate_Ba.webp)
    no-repeat center;
  background-size: cover;
}

.Certificate_box {
  display: flex;
  flex-wrap: wrap;
}

.Certificate_left {
  width: 65%;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  padding: 0.86rem 0.42rem 0.65rem 0.45rem;
}

.Certificate_list {
  position: relative;
  overflow: hidden;
}
.Certificate_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Certificate_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
}
.Certificate_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 134%;
}
.Certificate_list .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

/* -------------------------- */
.Certificate-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Certificate-pagination .over_1,
.Certificate-pagination .over_3 {
  font-size: 0.18rem;
  font-weight: 450;
}
.Certificate-pagination .over_3 {
  color: var(--i_color);
}

.Certificate-pagination .over_2 {
  width: 90%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}

.Certificate_right {
  width: 35%;
  position: relative;
  overflow: hidden;
}
.Certificate_right::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 124%;
}
.Certificate_right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .Certificate_left {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .Certificate_left,
  .Certificate_right {
    width: 100%;
  }
  .Certificate_right {
    order: -1;
  }
}

/* 专家团队 */
.Expert_Team {
}

.Expert_Team .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.Team_left {
  width: 46.86%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.Team_left::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 72.71%;
}
.Team_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.Team_right {
  width: 52%;
  box-sizing: border-box;
}

.Team_txt {
  border-top: 1px solid #d8d8d8;
}

@media screen and (max-width: 1024px) {
  .Team_left,
  .Team_right {
    width: 100%;
  }
  .Team_right {
    order: -1;
  }
}
@media screen and (max-width: 560px) {
  .Team_txt {
    font-size: 0.14rem;
  }
}

/* 公司环境 */
.Company_Environment {
  background-color: #f6f6f6;
}

.navLine {
}
.navLine ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.navLine li {
  padding: 0 5%;
  cursor: pointer;
  position: relative;
}
.navLine li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 1px;
  height: 0.2rem;
  background: #e5e5e5;
}
.navLine li:first-child::before {
  display: none;
}
.navLine p,
.navLine a {
  display: block;
  padding: 0.14rem 0;
  font-size: 0.2rem;
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
}
.navLine li:hover p,
.navLine li:hover a,
.navLine li.active p,
.navLine li.active a {
  color: var(--i_color);
}
.navLine a::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--i_color);
  transition: all 0.5s ease;
}
.navLine li:hover a::before,
.navLine li.active a::before {
  width: 100%;
}

.aboutCE_nav {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 1200px) {
  .navLine p,
  .navLine a {
    font-size: 0.18rem;
  }
}
@media screen and (max-width: 1024px) {
  .navLine li {
    padding: 0 3%;
  }
  .navLine p,
  .navLine a {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .navLine p,
  .navLine a {
    font-size: 14px;
  }
}

.aboutCE_show {
  position: relative;
}
.aboutCE_show .item {
  opacity: 0;
  visibility: hidden;
  height: 0;
  position: relative;
  top: 0.3rem;
}
.aboutCE_show .item.active {
  opacity: 1;
  visibility: visible;
  height: auto;
  top: 0;
  transition: all 0.5s ease;
}

.aboutCE_list {
  position: relative;
  overflow: hidden;
}
.aboutCE_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.aboutCE_list li {
  flex-shrink: 0;
  position: relative;
  transition: all 0.5s ease;
}

.aboutCE_list li img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  display: block;
}

.aboutCE_list li p {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.2rem 0.2rem 0.3rem 0.2rem;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
}

.aboutCE_list .swiper-slide-next p {
  opacity: 1;
}

@media screen and (min-width: 561px) {
  .aboutCE_list .swiper-slide-next {
    width: 50% !important;
  }
}

.aboutCE-prev,
.aboutCE-next {
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
  width: 0.6rem;
  height: 0.6rem;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  border-radius: 4px;
  background: rgb(255 255 255 / 60%);
  cursor: pointer;
  z-index: 3;
  display: none;
}
.aboutCE-prev {
  left: 6%;
}
.aboutCE-next {
  right: 6%;
}
.aboutCE-prev iconify-icon,
.aboutCE-next iconify-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: var(--i_color);
}

/* -------------------------- */
.aboutCE-pagination {
  display: block;
  text-align: center;
}
.aboutCE-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 1px;
  display: inline-block;
  background: #d8d8d8;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease;
}
.aboutCE-pagination .swiper-pagination-bullet-active {
  height: 2px;
  background: var(--i_color);
}

@media screen and (max-width: 1440px) {
  .aboutCE_list li img {
    height: 55vh;
  }
}
@media screen and (max-width: 1024px) {
  .aboutCE_list li img {
    height: 42vh;
  }

  .aboutCE_list li p {
    padding: 0.1rem;
    font-size: 0.14rem;
  }

  .aboutCE-prev,
  .aboutCE-next {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutCE_list li img {
    height: 30vh;
  }
}
@media screen and (max-width: 560px) {
  .aboutCE_list li img {
    height: 20vh;
  }
  .aboutCE_list li p {
    opacity: 1;
    font-size: 0.12rem;
  }
  .aboutCE-pagination .swiper-pagination-bullet {
    width: 0.3rem;
  }
}

/* **********************************  新闻列表页面 */

/* 新闻分类 */
.News_Categories {
}

.nc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.38rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.nc_list li {
  padding-bottom: 0.26rem;
  position: relative;
}
.nc_list li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.nc_list li.active {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.nc_list li:hover::before,
.nc_list li.active::before {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .nc_list {
    gap: 0.1rem 0.2rem;
  }
  .nc_list li {
    padding-bottom: 0.1rem;
  }
  .nc_list a {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .nc_list a {
    font-size: 0.14rem;
  }
}

/* 新闻列表 */
.News_List {
}

.new_item {
  transition: all 0.4s ease;
}

.new_item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.new_pic {
  width: 22.93%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.new_pic::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 79.25%;
}
.new_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.new_txt {
  width: 74.15%;
  box-sizing: border-box;
}

.new_txt h2 {
  margin-bottom: 0.16rem;
}

.new_more {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.1rem 0;
}

.more {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  transition: all 0.4s ease;
}

.more img {
  width: 62.5%;
}

.new_item:hover {
  background-color: #f6f6f6;
}
.new_item:hover .new_pic img {
  transform: scale(1.05);
}
.new_item:hover .new_txt h2 {
  color: var(--i_color);
}
.new_item:hover .more {
  background: linear-gradient(270deg, #ea5504 0%, #f08200 100%);
  border-color: transparent;
}
.new_item:hover .more img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

@media screen and (max-width: 1024px) {
  .more {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .new_txt h2 {
    margin-bottom: 0.1rem;
  }
  .new_more {
    margin-top: 0.1rem;
  }
  .more {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .new_item a {
    padding: 0.2rem 0;
  }
  .new_txt h2 {
    font-size: 0.14rem;
  }
  .new_txt h3 {
    font-size: 0.12rem;
  }
  .new_more span {
    font-size: 0.12rem;
  }
  .new_pic {
    width: 30%;
  }
  .new_txt {
    width: 65%;
  }
}

/* 质量保障 */
.Quality_Assurance {
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/message_Ba.webp)
    no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.Quality_Assurance h6 {
  width: 51%;
  margin-top: 0.14rem;
}

.qa_btns {
  flex-wrap: wrap;
  gap: 0.2rem 0.26rem;
}

.solid_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid var(--i_color);
  border-radius: 6px;
  padding: 0.13rem 0.28rem;
  background-color: var(--i_color);
  transition: all 0.4s ease;
}
.solid_fff {
  background-color: transparent;
  border: 1px solid #fff;
}

.solid_btn:hover {
  background-color: transparent;
  color: var(--i_color);
}
.solid_fff:hover {
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .Quality_Assurance h6 {
    width: 100%;
  }
  .solid_btn {
    padding: 0.05rem 0.15rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 560px) {
  .solid_btn {
    font-size: 0.14rem;
  }
}

/* **********************************  联系我们页面 */

/* 联系信息 */
.contact_information {
}

.contact_information .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0;
  justify-content: space-between;
}

.cinformation_left {
  width: 43.5%;
  box-sizing: border-box;
}

.cinformation_left h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cinformation_list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}

.cinformation_item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.1rem 0.18rem;
}

.cin_icon {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #f6f6f6;
  position: relative;
  transition: all 0.4s ease;
}
.cin_icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  opacity: 0;
  transition: all 0.4s ease;
}

.cin_icon img {
  width: 66%;
}

.cin_txt a {
  font-size: 0.18rem;
}
.cin_txt a:hover {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.cinformation_item:hover .cin_icon {
  background-color: transparent;
}
.cinformation_item:hover .cin_icon::before {
  opacity: 1;
}
.cinformation_item:hover .cin_icon img {
  filter: invert(1) sepia(1) saturate(0) hue-rotate(0deg) brightness(2);
}

.cin_share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  justify-content: space-between;
  align-items: flex-end;
}

.cin_share .f_qr {
  margin-left: 0;
}

.c_social_media {
}

.cinformation_right {
  width: 52.65%;
  box-sizing: border-box;
  background: url(https://lingjuimg.com/wp-content/uploads/kuaiyidian/2026/04/cinformation_right.webp)
    no-repeat center;
  background-size: cover;
  padding: 0.54rem 0.35rem;
}

.cinformation_right h2 {
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.c_form {
}

#wpforms-194 {
  --wpforms-field-size-input-height: 50px;
  --wpforms-field-border-size: 0;
  --wpforms-button-background-color: var(--i_color);
  --wpforms-button-border-color: var(--i_color);
  --wpforms-page-break-color: var(--i_color);
  --wpforms-label-error-color: #d63637;
}
#wpforms-194 {
  margin: 0;
  padding: 0;
}
#wpforms-form-194 {
  width: 100%;
  position: relative;
}

#wpforms-194 .wpforms-field-container {
}
#wpforms-194 .wpforms-field-container > .wpforms-field {
  width: 100%;
  padding: 0 1px 20px;
  margin: 0 0 10px;
  overflow-x: initial !important;
}

#wpforms-194 .wpforms-field-container .wpforms-field-label {
  height: 0;
  font-size: 0;
  margin: 0 0;
}
#wpforms-194 .wpforms-field-container .wpforms-required-label {
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 15px;
  color: #f00;
  font-weight: bold;
}

#wpforms-194 .wpforms-field-container .wpforms-field > input,
#wpforms-194 .wpforms-field-container textarea {
  -webkit-border-radius: 0;
  border-radius: 0;
}
#wpforms-194 .wpforms-form label.wpforms-error {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
}

#wpforms-194 .wpforms-field-container .wpforms-field > input,
#wpforms-194 .wpforms-field-container textarea,
#wpforms-194 .wpforms-field-container select,
#wpforms-194 .wpforms-field-container .choices {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0;
}
#wpforms-194 .wpforms-field-container .wpforms-field > input,
#wpforms-194 .wpforms-field-container textarea,
#wpforms-194 .wpforms-field-container select {
  padding-left: 14px;
  padding-right: 14px;
}
#wpforms-194 .wpforms-field-container textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
#wpforms-194 .wpforms-field-container fieldset ul {
  padding: 0 2px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#wpforms-194 .wpforms-field-container select {
  cursor: pointer;
}
#wpforms-194 .wpforms-field-container .wpforms-datepicker-wrap {
  width: 310px;
}
#wpforms-194 .wpforms-field-container .wpforms-datepicker-wrap input {
  width: 100%;
  max-width: 100%;
}
#wpforms-194 .wpforms-field-container .wpforms-datepicker-clear {
  right: 10px;
}
#wpforms-194 .wpforms-field-container em.wpforms-error,
#wpforms-194 .wpforms-field-container .mailcheck-error {
  position: absolute;
  margin: 0 0;
  bottom: -2px;
}

#wpforms-194 input::placeholder,
#wpforms-194 textarea::placeholder {
  color: #333;
  font-size: 16px;
}

#wpforms-194 .wpforms-field-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wpforms-194-field_1-container,
#wpforms-194-field_2-container,
#wpforms-194-field_3-container,
#wpforms-194-field_4-container {
  width: 48% !important;
}

#wpforms-194 .wpforms-submit-container {
  width: 165px;
  padding: 0 0;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-194 .wpforms-submit-container button {
  width: 100%;
  height: 0.44rem;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(270deg, #f08200 0%, #ea5504 100%);
}
#wpforms-194 .wpforms-submit-container img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 4px;
  z-index: 2;
}
#wpforms-194 .wpforms-submit-container button:hover {
  background: #fff;
  color: var(--i_color);
}

@media screen and (max-width: 1024px) {
  .cinformation_left,
  .cinformation_right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cin_icon {
    width: 0.4rem;
    height: 0.4rem;
  }
  .cinformation_list {
    gap: 0.15rem 0;
  }
  .cinformation_item {
    padding-bottom: 0.15rem;
  }
  .cinformation_right {
    padding: 0.4rem 0.3rem;
  }
}
@media screen and (max-width: 560px) {
  .cin_txt a {
    font-size: 0.16rem;
  }
  .cin_share .QR_box {
    width: 0.8rem;
    height: 0.8rem;
  }
  .cinformation_right {
    padding: 0.4rem 0.2rem;
  }
}

.contact_bpttom {
}

/* 合作品牌 */
.Partner_Brands {
  background-color: #f6f6f6;
}

.Brands_list {
  position: relative;
  overflow: hidden;
}
.Brands_list .swiper-wrapper {
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
}
.Brands_list .swiper-slide {
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.Brands_list .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 43%;
}
.Brands_list .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}
