.header {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
}

.Support_banner {
  margin-top: 80px;
  position: relative;
}

.Support_banner .crumbs {
  margin-top: 0;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: auto;
  background: transparent;
  padding-top: 0;
}

.Support_banner .crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.Support_banner .crumbs .crumbs_box a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Support_banner .crumbs .crumbs_box a:hover {
  color: #fff;
}

.Support_banner .crumbs .crumbs_box span {
  margin: 0 5px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.Support_banner .crumbs .crumbs_box p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.support_link .row .list a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support_link .row .list a:hover .svg img:first-child {
  display: none;
}

.support_link .row .list a:hover .svg img:last-child {
  display: block;
}

.support_link .row .list a .svg {
  padding-top: 0;
  width: 100px;
  height: 100px;
  margin-bottom: 14px;
}

.support_link .row .list a .svg img {
  width: 100%;
  height: 100%;
}

.support_link .row .list a .svg img:first-child {
  display: block;
}

.support_link .row .list a .svg img:last-child {
  display: none;
}

.faq {
  padding-top: 60px;
  width: 100%;
  height: auto;
  background: #fff;
}

.faq .faq_container {
  max-width: 1200px;
  padding-top: 0;
}

.faq .faq_box {
  border-top: none;
}

.faq .faq_box .fold {
  width: 100%;
  border-bottom: none;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.faq .faq_box .fold.active {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.faq .faq_box .fold.active h4 {
  color: #009CDC;
  font-weight: 600;
}

.faq .faq_box .fold.active h4::after {
  content: '';
  width: 25px;
  height: 14px;
  background: url(/themes/yuanding/public/asset/images/product/product_icon1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.faq .faq_box .fold.active .answer {
  display: block;
}

.faq .faq_box .fold h4 {
  color: #111;
  position: relative;
  padding-right: 50px;
  background: transparent;
}

.faq .faq_box .fold h4::after {
  content: '';
  width: 14px;
  height: 25px;
  background: url(/themes/yuanding/public/asset/images/product/product_icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(-90deg);
}

.faq .faq_box .fold .answer {
  display: none;
  padding: 20px 0;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  /* 192.857% */
}

.faq .faq_box .fold::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E5E5E5;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 768px) {
  .Support_banner {
    margin-top: 50px;
    position: relative;
  }
  .Support_banner .crumbs {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: auto;
    background: transparent;
    padding-top: 0;
  }
  .Support_banner .crumbs .crumbs_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .Support_banner .crumbs .crumbs_box a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .Support_banner .crumbs .crumbs_box a:hover {
    color: #fff;
  }
  .Support_banner .crumbs .crumbs_box span {
    margin: 0 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .Support_banner .crumbs .crumbs_box p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .Support_banner .text_area {
    width: 80%;
  }
  .support_link .row .list a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .support_link .row .list a:hover .svg img:first-child {
    display: none;
  }
  .support_link .row .list a:hover .svg img:last-child {
    display: block;
  }
  .support_link .row .list a .svg {
    padding-top: 0;
    width: 13.33333vw;
    height: 13.33333vw;
    margin-bottom: 14px;
  }
  .support_link .row .list a .svg img {
    width: 100%;
    height: 100%;
  }
  .support_link .row .list a .svg img:first-child {
    display: block;
  }
  .support_link .row .list a .svg img:last-child {
    display: none;
  }
  .faq {
    padding-top: 60px;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .faq .faq_container {
    max-width: 1200px;
    padding-top: 0;
  }
  .faq .faq_box {
    border-top: none;
  }
  .faq .faq_box .fold {
    width: 100%;
    border-bottom: none;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
    position: relative;
  }
  .faq .faq_box .fold.active {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .faq .faq_box .fold.active h4 {
    color: #009CDC;
    font-weight: 600;
  }
  .faq .faq_box .fold.active h4::after {
    content: '';
    width: 25px;
    height: 14px;
    background: url(/themes/yuanding/public/asset/images/product/product_icon1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .faq .faq_box .fold.active .answer {
    display: block;
  }
  .faq .faq_box .fold h4 {
    color: #111;
    position: relative;
    padding-right: 50px;
    background: transparent;
  }
  .faq .faq_box .fold h4::after {
    content: '';
    width: 14px;
    height: 25px;
    background: url(/themes/yuanding/public/asset/images/product/product_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(-90deg);
  }
  .faq .faq_box .fold .answer {
    display: none;
    padding: 20px 0;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 192.857% */
  }
  .faq .faq_box .fold::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E5E5E5;
    width: 100%;
    height: 1px;
  }
}
