html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  border: 1px solid #2cc6d0;
  color: #2cc6d0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e6251f;
  background: #e6251f;
}
.l-btn.red:hover {
  background: #ec4e42;
  border-color: #ec4e42;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #2cc6d0;
  background: #2cc6d0;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 30px;
  font-size: 0;
  text-align: left;
}
.l-title h2 {
  font-size: 30px;
  color: #1a1a1a;
  letter-spacing: 0;
  line-height: 40px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 30px;
    padding-bottom: 36px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 20px;
    color: #1a1a1a;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
  }
  .l-title p {
    margin-top: 10px;
    font-size: 16px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.content {
  padding-top: 70px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 60px;
  }
}
.banner {
  padding: 0 3%;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
}
.banner .l-container {
  position: relative;
  border-radius: 40px;
  max-width: 1440px;
}
.banner .banner-main {
  padding: 0.8rem 1.2rem;
  background: #f3f9ff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-main h1 {
  font-size: 0.44rem;
  color: #000000;
  letter-spacing: 0;
  line-height: 0.56rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.banner .banner-main p {
  font-size: 15px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
}
.banner .banner-main .btn-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 6rem;
  margin: 0 auto;
  height: 0.6rem;
}
.banner .banner-main .btn-box a {
  margin-right: 0;
}
.banner .banner-main .bg-box.pc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .banner-main .bg-box.pc img {
  position: absolute;
  width: 881px;
  height: 399px;
  z-index: -1;
}
.banner .banner-main .bg-box.pc img:nth-child(1) {
  top: 60%;
  left: -30%;
  animation: banner1 3s ease-in-out infinite;
}
.banner .banner-main .bg-box.pc img:nth-child(2) {
  top: -80%;
  right: -35%;
  width: 564px;
  height: 564px;
  z-index: 2;
  animation: banner2 3s ease-in-out infinite;
}
.banner .banner-main .bg-box.pc img:nth-child(3) {
  top: 60%;
  left: 70%;
  width: 126px;
  height: 126px;
  z-index: 1;
  animation: banner1 3s ease-in-out infinite;
}
@keyframes banner1 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-10px, -10px);
  }
  50% {
    transform: translate(-30px, -30px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes banner2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-50px, -50px);
  }
  50% {
    transform: translate(70px, 70px);
  }
  75% {
    transform: translate(50px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes banner3 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-30px, -30px);
  }
  50% {
    transform: translate(-40px, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width: 978px) {
  .banner {
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .banner .l-container {
    position: relative;
    border-radius: 30px;
    padding: 0;
  }
  .banner .banner-main {
    padding: 40px 20px;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
  }
  .banner .banner-main h1 {
    font-size: 28px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner .banner-main p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
  }
  .banner .banner-main .btn-box {
    margin-top: 0.4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .banner-main .btn-box a {
    margin-right: 0;
    width: 2.5rem;
    font-size: 14px;
  }
  .banner .banner-main .bg-box.mb {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .banner .banner-main .bg-box.mb img {
    position: absolute;
    width: 440.5px;
    height: 200px;
    z-index: -1;
  }
  .banner .banner-main .bg-box.mb img:nth-child(1) {
    top: 70%;
    left: -70%;
    animation: banner1 3s ease-in-out infinite;
  }
  .banner .banner-main .bg-box.mb img:nth-child(2) {
    top: -30%;
    right: -45%;
    width: 282px;
    height: 282px;
    z-index: 2;
    animation: banner2 3s ease-in-out infinite;
  }
  .banner .banner-main .bg-box.mb img:nth-child(3) {
    top: 50%;
    left: 80%;
    width: 64px;
    height: 64px;
    z-index: 1;
    animation: banner1 3s ease-in-out infinite;
  }
}
.price {
  padding-bottom: 0px;
}
.price ul li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
}
.price ul li h3 img {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.price ul li p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 978px) {
  .price {
    padding-bottom: 0px;
  }
  .price ul li h3 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
  }
  .price ul li h3 img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
  }
  .price ul li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
}
.brand {
  padding-bottom: 0;
}
.brand .t-content {
  border-radius: 8px;
  z-index: 1;
  box-shadow: 0px 15px 40px 0px rgba(239, 240, 251, 0.7);
}
.brand .t-content .swiper-slide .card {
  border-radius: 12px;
  font-size: 0;
  overflow: hidden;
}
.brand .t-content .swiper-slide .card img {
  width: 100%;
}
.brand .t-content .swiper-brand-prev {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-left.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  left: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-prev:hover {
  background: url(../images/allow-left-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-brand-next {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/allow-right.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: -68px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  box-shadow: 0px 9px 18px 0px rgba(14, 18, 90, 0.1);
}
.brand .t-content .swiper-brand-next:hover {
  background: url(../images/allow-right-hover.svg) center center;
  background-size: 100% 100%;
}
.brand .t-content .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
}
.brand .t-content .swiper-pagination-bullet {
  opacity: 1;
  width: 6px;
  height: 6px;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
}
.brand .t-content .swiper-pagination-bullet-active {
  background: #2cc6d0;
}
@media (max-width: 978px) {
  .brand {
    background: #fff;
    padding-bottom: 0px;
    padding-top: 0;
    height: auto;
  }
  .brand .l-container {
    padding: 20px 20px 0;
  }
  .brand .t-content {
    position: relative;
    top: 0;
    box-shadow: none;
    border-radius: 4px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .brand .t-content .swiper-slide .card {
    transition: all 0.3s;
    border-radius: 8px;
  }
  .brand .t-content .swiper-brand-prev {
    display: none;
  }
  .brand .t-content .swiper-brand-next {
    display: none;
  }
  .brand .t-content .swiper-pagination {
    bottom: 10px;
  }
}
.l-nav {
  background: #fff;
  padding: 0 3%;
}
.l-nav .l-container {
  background: #f3f9ff;
  border-radius: 20px;
  max-width: 1440px;
  transition: all 0.3s;
}
.l-nav ul {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.l-nav ul li {
  float: left;
  width: calc( ( 100% ) / 4 );
  text-align: center;
}
.l-nav ul li a {
  display: inline-block;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  padding: 0.25rem 0;
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.l-nav ul li a:hover {
  color: #32ced7;
}
.l-nav ul li.active a {
  color: #32ced7;
  border-bottom: 3px solid #32ced7;
}
.l-nav.nav-fixed {
  position: fixed;
  top: 70px;
  padding: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-radius: 0;
}
.l-nav.nav-fixed .l-container {
  max-width: 100000000px;
  padding: 0 !important;
  border-radius: 0;
}
.l-nav.nav-fixed + .price {
  margin-top: 70px;
}
.hadbox {
  border-bottom: 1px solid #ddd;
}
@media (max-width: 978px) {
  .hadbox {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 978px) {
  .l-nav {
    background: #fff;
    display: none;
    height: 56px;
    overflow-x: auto;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav ul {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }
  .l-nav ul li {
    float: left;
    width: auto;
    padding-top: 0px;
    padding-right: 40px;
    flex-shrink: 0;
  }
  .l-nav ul li p {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 56px;
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
  }
  .l-nav ul li p i {
    display: inline-block;
    width: 50px;
    height: 16px;
    margin-left: 5px;
    background: url(../images/nav-icon.svg);
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -3px;
  }
  .l-nav ul li p:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: transparent;
    transition: all 0.3s;
  }
  .l-nav ul li.active p {
    background: transparent;
    border-radius: 4px;
    color: #000;
  }
  .l-nav ul li.active p:after {
    background: #e6231f;
  }
  .l-nav.nav-fixed {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
  }
  .l-nav.nav-fixed + .brand {
    margin-top: 44px;
  }
}
.video {
  padding-bottom: 100px;
}
.video .l-body .card {
  float: left;
  width: calc( ( 100% - 72px ) / 3 );
  margin-right: 36px;
}
.video .l-body .card:last-child {
  margin-right: 0;
}
.video .l-body .card .img-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.video .l-body .card .img-box .video-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(../images/video-btn.svg) center no-repeat;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s;
}
.video .l-body .card .img-box .video-btn:hover {
  background: url(../images/video-btn-h.svg) center no-repeat;
}
.video .l-body .card .img-box .video-close {
  width: 15px;
  height: 15px;
  position: absolute;
  background: url(../images/video-close.svg) center no-repeat;
  background-size: 100% 100%;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
  display: none;
}
.video .l-body .card .img-box .video-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-top: 0;
  overflow: hidden;
  z-index: 1;
}
.video .l-body .card .img-box video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.video .l-body .card .img-box img {
  width: 100%;
}
.video .l-body .card .info-box {
  margin-top: 20px;
}
.video .l-body .card .info-box h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.3s;
}
.video .l-body .card:hover h3 {
  color: #2cc6d0;
}
@media (max-width: 978px) {
  .video {
    padding-bottom: 60px;
  }
  .video .l-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .video .l-container {
    padding: 0;
  }
  .video .l-body {
    display: flex;
    overflow-x: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .video .l-body::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .video .l-body .card {
    display: inline-block;
    width: 315px;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .video .l-body .card .info-box h3 {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
  }
}
.question {
  padding-bottom: 20px;
}
.question .l-body .info-box {
  border-bottom: 1px solid #dddddd;
  font-size: 0;
}
.question .l-body .info-box:nth-child(4) {
  border: none;
}
.question .l-body .info-box h3 {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  padding-left: 34px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}
.question .l-body .info-box h3 img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 33px;
  background: url(../images/question-icon-01.svg) center no-repeat;
  background-size: 100% 100%;
}
.question .l-body .info-box h3 i:last-child {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  top: 32px;
  background: url(../images/question-icon-04.svg) center no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.question .l-body .info-box div {
  display: none;
}
.question .l-body .info-box .infoss {
  display: flex;
  padding-bottom: 30px;
  position: relative;
  margin-top: -10px;
}
.question .l-body .info-box .infoss:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -36px;
  width: 40px;
  height: 72px;
  background: url(../images/question-bg-icon-01.svg) center no-repeat;
  background-size: 100% 100%;
  visibility: visible;
}
.question .l-body .info-box p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: justify;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  padding-left: 34px;
  padding-bottom: 30px;
  margin-right: 80px;
  float: left;
  width: calc( (  100% - 80px ) / 2  );
  background: #f9fcff;
  border-radius: 20px;
  padding: 30px 30px 20px;
}
.question .l-body .info-box p span {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.question .l-body .info-box p s {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
}
.question .l-body .info-box p:last-child {
  margin-right: 0;
  background: url(../images/question-bg-01.jpg) center no-repeat;
  background-size: cover;
  text-align: left;
}
.question .l-body .info-box p:last-child span {
  color: #fff;
}
.question .l-body .info-box p:last-child s {
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 13px;
}
.question .l-body .info-box p:last-child s::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: 8px;
}
.question .l-body .info-box.active h3 i:last-child {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(../images/question-icon-03.svg) center no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .question {
    padding-bottom: 20px;
  }
  .question .l-body .info-box {
    border-bottom: none;
    font-size: 0;
  }
  .question .l-body .info-box:nth-child(4) {
    border: none;
  }
  .question .l-body .info-box h3 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
  }
  .question .l-body .info-box h3 img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 20px;
    background: url(../images/question-icon-01.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .question .l-body .info-box h3 i:last-child {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 21px;
    background: url(../images/question-icon-04.svg) center no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
  }
  .question .l-body .info-box div {
    display: none;
  }
  .question .l-body .info-box .infoss {
    display: block;
    padding-bottom: 15px;
    position: relative;
    margin-top: 5px;
  }
  .question .l-body .info-box .infoss:after {
    display: none;
  }
  .question .l-body .info-box p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    padding-left: 34px;
    padding-bottom: 30px;
    margin-right: 0px;
    float: none;
    width: 100%;
    border-radius: 20px;
    padding: 20px 20px 10px;
    background: #f9fcff;
    border-radius: 20px 20px 0px 0px;
  }
  .question .l-body .info-box p span {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
  }
  .question .l-body .info-box p s {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
  }
  .question .l-body .info-box p:last-child {
    margin-right: 0;
    background: url(../images/question-bg-01-mb.jpg) center no-repeat;
    background-size: 100% 100%;
    text-align: left;
    border-radius: 0px 0px 20px 20px;
  }
  .question .l-body .info-box p:last-child span {
    color: #fff;
  }
  .question .l-body .info-box p:last-child s {
    color: #fff;
    text-align: left;
    position: relative;
    padding-left: 13px;
  }
  .question .l-body .info-box p:last-child s::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 8px;
  }
  .question .l-body .info-box.active h3 i:last-child {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 24px;
    background: url(../images/question-icon-03.svg) center no-repeat;
    background-size: 100% 100%;
  }
}
.mean {
  padding-bottom: 0;
}
.mean .l-body .card {
  margin-right: 40px;
  float: left;
  background: #f9fcff;
  border-radius: 20px;
  background: url(../images/mean-01.jpg);
  background-size: 100% 100%;
  padding: 30px 30px 20px;
  width: calc(( 100% - 40px ) / 2 );
  margin-bottom: 30px;
}
.mean .l-body .card:nth-child(even) {
  margin-right: 0;
}
.mean .l-body .card:nth-child(3),
.mean .l-body .card:nth-child(4) {
  margin-bottom: 0;
}
.mean .l-body .card h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}
.mean .l-body .card p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}
.mean .l-body .card ul li {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.mean .l-body .card ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32ced7;
  left: 0;
  top: 8px;
}
.mean .l-body .card:nth-child(2) {
  background: url(../images/mean-04.jpg);
  background-size: 100% 100%;
}
.mean .l-body .card:nth-child(3) {
  background: url(../images/mean-02.jpg);
  background-size: 100% 100%;
}
.mean .l-body .card:nth-child(4) {
  background: url(../images/mean-03.jpg);
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .mean {
    padding-bottom: 0;
  }
  .mean .l-body .card {
    margin-right: 0px;
    float: left;
    background: #f9fcff;
    border-radius: 20px;
    background: url(../images/mean-01-mb.jpg);
    background-size: 100% 100%;
    padding: 30px 20px 20px;
    margin-bottom: 20px;
    width: 100%;
  }
  .mean .l-body .card:nth-child(even) {
    margin-right: 0;
  }
  .mean .l-body .card h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .mean .l-body .card p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .mean .l-body .card ul li {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
  }
  .mean .l-body .card ul li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32ced7;
    left: 0;
    top: 8px;
  }
  .mean .l-body .card:nth-child(2) {
    background: url(../images/mean-02-mb.jpg);
    background-size: 100% 100%;
  }
  .mean .l-body .card:nth-child(3) {
    background: url(../images/mean-03-mb.jpg);
    background-size: 100% 100%;
  }
  .mean .l-body .card:nth-child(4) {
    background: url(../images/mean-04-mb.jpg);
    background-size: 100% 100%;
  }
}
.product {
  padding-bottom: 0;
}
.product .l-body .card {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
  border-radius: 20px;
  height: 240px;
}
.product .l-body .card a {
  display: flex;
  align-items: center;
}
.product .l-body .card .img-box {
  overflow: hidden;
  width: 401px;
  font-size: 0;
  height: 242px;
  margin-top: -1px;
  margin-left: -1px;
}
.product .l-body .card .img-box img {
  width: 400px;
  height: 240px;
  border-radius: 20px 0 0 20px;
  transition: all 0.3s;
}
.product .l-body .card .info-box {
  width: calc( 100% - 400px );
  padding: 0px 30px;
}
.product .l-body .card .info-box h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.product .l-body .card .info-box p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.product .l-body .card .info-box ul li {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  padding-left: 18px;
  position: relative;
  display: inline-block;
  margin-right: 40px;
}
.product .l-body .card .info-box ul li:last-child {
  margin-right: 0;
}
.product .l-body .card .info-box ul li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #32ced7;
  left: 0;
  top: 8px;
}
.product .l-body .card:hover h3 {
  color: #49c6d0;
}
.product .l-body .card:hover .img-box img {
  transform: scale(1.1);
}
@media (max-width: 978px) {
  .product {
    padding-bottom: 0;
  }
  .product .l-body .card {
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    align-items: center;
    border-radius: 20px;
    height: auto;
  }
  .product .l-body .card:last-child {
    margin-bottom: 0;
  }
  .product .l-body .card a {
    display: block;
  }
  .product .l-body .card .img-box {
    width: calc( 100% + 3px );
    font-size: 0;
    height: auto;
  }
  .product .l-body .card .img-box img {
    width: 100%;
    height: auto;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 12px 12px 0 0;
  }
  .product .l-body .card .info-box {
    width: 100%;
    padding: 20px 20px;
  }
  .product .l-body .card .info-box h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .product .l-body .card .info-box p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .product .l-body .card .info-box ul li {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-left: 18px;
    position: relative;
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .product .l-body .card .info-box ul li:last-child {
    margin-right: 0;
  }
  .product .l-body .card .info-box ul li::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #32ced7;
    left: 0;
    top: 8px;
  }
  .product .l-body .card .info-box span {
    font-size: 16px;
    color: #32ced7;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 20px;
  }
  .product .l-body .card .info-box span i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/arrow-new-blue-h.svg") center 3px no-repeat;
    margin-left: 0px;
    transition: all 0.3s;
  }
}
.arrow-right {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/arrow-new-blue-h.svg") center 3px no-repeat;
  margin-left: 0px;
  transition: all 0.3s;
}
a:hover .arrow-right {
  -webkit-animation: arrow 1s linear infinite;
  -moz-animation: arrow 1s linear infinite;
  animation: arrow 1s linear infinite;
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}

