html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  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 !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("/public/mobile/success/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);
  background: url("/public/mobile/success/ifold.svg") center no-repeat;
  background-size: cover;
}
@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 #32ced7;
  color: #32ced7;
  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.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.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;
}
.bs-btn {
  background: #2fc6d0;
  border-radius: 24px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.bs-btn span {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.bs-btn i {
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  margin-left: 10px;
  display: block;
  overflow: hidden;
  width: 8px;
}
.bs-btn i svg {
  width: 100%;
  float: left;
}
.bs-btn i svg path {
  fill: #fff;
  opacity: 1;
}
.bs-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bs-btn:hover {
  border-color: #2cc6d0;
}
.bs-btn:hover i {
  transform: translateX(6px);
}
.bs-btn:hover svg path {
  fill: #2cc6d0;
  opacity: 1;
}
.bs-btn:hover span {
  color: #2cc6d0;
}
.bs-btn:hover:before {
  width: 102%;
}
@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;
  }
  .bs-btn {
    background: #2fc6d0;
    border-radius: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    float: left;
    margin: 0 auto;
  }
}
.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="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%;
}
.l-section {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.l-title {
  padding-bottom: 0.6rem;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  color: #000000;
  text-align: center;
  font-weight: 500;
}
.l-title p {
  text-align: center;
  color: #505050;
  font-weight: 400;
  margin-top: 0.1rem;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-weight: 400;
  }
}
body {
  background: #fff;
}
@media (max-width: 978px) {
  body {
    background: #fff;
  }
}
.banner {
  background: #f4fdff url(/public/mobile/success/banner-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .banner-main {
  height: 6rem;
  line-height: 6rem;
  position: relative;
  z-index: 2;
  text-align: left;
}
.banner .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: left;
  width: auto;
  position: relative;
}
.banner .banner-info h1 {
  font-size: 0.48rem;
  color: #2fc6d0;
  letter-spacing: 0;
  line-height: 0.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.banner .banner-info p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  line-height: 24px;
  font-weight: 400;
  max-width: 515px;
}
.banner .btn-box {
  width: 100%;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.banner .btn-box a {
  width: 190px;
  background-image: linear-gradient(90deg, #85ced5 0%, #2fc6d0 100%);
  border-radius: 24px;
}
@media (max-width: 978px) {
  .banner {
    background: url(/public/mobile/success/banner-bg-mb.jpg) center center
      no-repeat;
    background-size: cover;
  }
  .banner .l-container {
    padding: 0 20px;
  }
  .banner .banner-main {
    height: auto;
    line-height: 0;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .banner .banner-main img {
    width: 100%;
  }
  .banner .bealters .cont {
    margin: 0 auto;
  }
  .banner .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
    text-align: center;
    padding: 0.8rem 0 3.2rem;
    width: 100%;
  }
  .banner .banner-info h1 {
    letter-spacing: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .banner .banner-info p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    max-width: 100%;
  }
  .banner .banner-info .btn-box {
    width: 100%;
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }
  .banner .banner-info .btn-box a {
    width: 190px;
    background-image: linear-gradient(90deg, #85ced5 0%, #2fc6d0 100%);
    border-radius: 24px;
  }
  .banner .banner-info .info-box {
    display: none;
  }
}
.what .l-body ul {
  display: flex;
}
.what .l-body ul li {
  margin-right: 40px;
  background-image: linear-gradient(179deg, #f4fdff 0%, #ffffff 100%);
  box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  width: calc((100% - 40px) / 2);
  position: relative;
  padding: 40px 100px 60px 40px;
}
.what .l-body ul li h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.what .l-body ul li p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.what .l-body ul li:last-child {
  margin-right: 0;
  background-image: linear-gradient(179deg, #f4f8ff 0%, #ffffff 100%);
  box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
  border-radius: 10px;
}
.what .l-body ul li img {
  width: 134px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 978px) {
  .what .l-body ul {
    display: block;
  }
  .what .l-body ul li {
    margin-right: 00px;
    background-image: linear-gradient(179deg, #f4fdff 0%, #ffffff 100%);
    box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
    border-radius: 10px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 20px 60px 40px 20px;
  }
  .what .l-body ul li h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .what .l-body ul li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
  }
  .what .l-body ul li:last-child {
    margin-right: 0;
    background-image: linear-gradient(179deg, #f4f8ff 0%, #ffffff 100%);
    box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
    border-radius: 10px;
    margin-bottom: 0;
  }
  .what .l-body ul li img {
    width: 67px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.fw .l-body ul {
  display: flex;
  margin-bottom: 20px;
}
.fw .l-body ul:last-child {
  margin-bottom: 0;
}
.fw .l-body ul li {
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  position: relative;
  padding: 30px 30px 15px;
}
.fw .l-body ul li h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fw .l-body ul li p span {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 20px;
  background: #f2f8ff;
  border-radius: 30px;
  font-size: 16px;
  color: #1f7fff;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.fw .l-body ul li:last-child {
  margin-right: 0;
  background-image: linear-gradient(179deg, #f4f8ff 0%, #ffffff 100%);
  box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
  border-radius: 10px;
}
.fw .l-body ul li img {
  width: 32px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
}
.fw .l-body ul li:nth-child(2) p span {
  background: #e9f9fa;
  border-radius: 30px;
  color: #2cc6d0;
}
.fw .l-body ul:nth-child(2) li:nth-child(1) p span {
  background: #e9f9fa;
  border-radius: 30px;
  color: #2cc6d0;
}
.fw .l-body ul:nth-child(2) li:nth-child(2) p span {
  background: #f2f8ff;
  border-radius: 30px;
  color: #1f7fff;
}
@media (max-width: 978px) {
  .fw {
    padding-top: 0;
  }
  .fw .l-body ul {
    display: block;
    margin-bottom: 20px;
  }
  .fw .l-body ul:last-child {
    margin-bottom: 0;
  }
  .fw .l-body ul li {
    margin-right: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
    border-radius: 10px;
    width: 100%;
    position: relative;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
  }
  .fw .l-body ul li h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fw .l-body ul li p span {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 15px;
    background: #f2f8ff;
    border-radius: 24px;
    font-size: 12px;
    color: #1f7fff;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .fw .l-body ul li:last-child {
    margin-right: 0;
    background-image: linear-gradient(179deg, #f4f8ff 0%, #ffffff 100%);
    box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
    border-radius: 10px;
  }
  .fw .l-body ul li img {
    width: 24px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
  }
  .fw .l-body ul li:nth-child(2) p span {
    background: #e9f9fa;
    border-radius: 30px;
    color: #2cc6d0;
  }
  .fw .l-body ul:nth-child(2) li:nth-child(1) p span {
    background: #e9f9fa;
    border-radius: 30px;
    color: #2cc6d0;
  }
  .fw .l-body ul:nth-child(2) li:nth-child(2) p span {
    background: #f2f8ff;
    border-radius: 30px;
    color: #1f7fff;
  }
}
.solution {
  background: #f8fbff;
}
.solution .l-body {
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(203, 219, 239, 0.4);
  border-radius: 12px;
  display: flex;
  align-items: top;
  /*垂直居中*/
  justify-content: center;
  /*水平居中*/
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.solution .l-body .l-content-l {
  width: 260px;
  background: #fff;
  border-radius: 12px 0px 0px 12px;
  padding: 0;
  overflow: hidden;
  border-right: 1px solid #eee;
}
.solution .l-body .l-content-l .content-box {
  display: none;
}
.solution .l-body .l-content-l .active h3 {
  color: #22cdd7;
}
.solution .l-body .l-content-l li {
  background: #ffffff;
  width: 260px !important;
  height: 120px;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.solution .l-body .l-content-l li:last-child {
  border: none;
}
.solution .l-body .l-content-l li h3 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 120px;
  font-weight: 500;
  cursor: pointer;
}
.solution .l-body .l-content-l li h3:hover {
  color: #22cdd7;
}
.solution .l-body .l-content-l li.active {
  background-image: linear-gradient(
    269deg,
    rgba(47, 198, 208, 0.05) 0%,
    rgba(47, 198, 208, 0.15) 100%
  );
}
.solution .l-body .l-content-r {
  width: calc(100% - 230px);
  position: relative;
}
.solution .l-body .l-content-r li {
  display: none;
  padding: 40px;
}
.solution .l-body .l-content-r li .img-box {
  width: 30%;
  font-size: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  background: #2fc6d0;
  border-radius: 10px;
  overflow: hidden;
  transform: translateY(-50%);
}
.solution .l-body .l-content-r li .img-box img {
  width: 100%;
}
.solution .l-body .l-content-r li .b-content {
  width: 70%;
  padding-right: 70px;
}
.solution .l-body .l-content-r li .b-content h4 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.solution .l-body .l-content-r li .b-content h4:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #2fc6d0;
  border-radius: 50%;
  left: -15px;
  top: 9px;
  content: "";
}
.solution .l-body .l-content-r li .b-content p {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.solution .l-body .l-content-r li .b-content .btn-box {
  margin-top: 40px;
}
.solution .l-body .l-content-r li .b-content .btn-box a {
  float: none;
  width: 156px;
}
.solution .l-body[data-index="1"] .l-content-r li:nth-child(1) {
  display: block;
}
.solution .l-body[data-index="2"] .l-content-r li:nth-child(2) {
  display: block;
}
.solution .l-body[data-index="3"] .l-content-r li:nth-child(3) {
  display: block;
}
.solution .l-body[data-index="4"] .l-content-r li:nth-child(4) {
  display: block;
}
.solution .l-body[data-index="5"] .l-content-r li:nth-child(5) {
  display: block;
}
@media (max-width: 978px) {
  .solution {
    background: #eafbfd;
    padding-bottom: 40px;
  }
  .solution .l-title h2 {
    color: #000;
  }
  .solution .l-body {
    display: block;
    background: transparent;
    box-shadow: none;
  }
  .solution .l-body .l-content-l {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding: 0;
    background: transparent;
    border: none;
  }
  .solution .l-body .l-content-l li {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(213, 213, 213, 0.8);
    border-radius: 8px;
    height: auto;
    border: none;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
  }
  .solution .l-body .l-content-l li.active {
    background: #fff;
    padding-right: 0;
  }
  .solution .l-body .l-content-l li.active h3 {
    background: #fff;
  }
  .solution .l-body .l-content-l li h3 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 56px;
    text-align: left;
    padding: 0 20px;
    position: relative;
  }
  .solution .l-body .l-content-l li i:last-child {
    display: block !important;
  }
  .solution .l-body .l-content-l:after {
    display: none;
  }
  .solution .l-body .l-content-r {
    display: none;
  }
  .solution .l-body .l-content-l .content-box {
    margin-bottom: 0;
    background: #fff;
    padding: 0 0 10px 0;
  }
  .solution .l-body .l-content-l .content-box .img-box {
    width: 100%;
    font-size: 0;
    float: none;
    height: 200px;
    overflow: hidden;
    position: static;
    transform: translateY(0);
    margin-bottom: 20px;
    display: none;
  }
  .solution .l-body .l-content-l .content-box .img-box img {
    width: 100%;
  }
  .solution .l-body .l-content-l .content-box .b-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 30px;
  }
  .solution .l-body .l-content-l .content-box .b-content h4 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
  }
  .solution .l-body .l-content-l .content-box .b-content h4:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #2fc6d0;
    border-radius: 50%;
    left: -15px;
    top: 7px;
    content: "";
  }
  .solution .l-body .l-content-l .content-box .b-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .solution .l-body .l-content-l .content-box .b-content .btn-box {
    margin-top: 40px;
  }
  .solution .l-body .l-content-l .content-box .b-content .btn-box a {
    float: none;
    width: 156px;
  }
}
.chioce .l-body table {
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px #eaeef7;
  border-radius: 8px;
  overflow: hidden;
}
.chioce .l-body table thead {
  background: #2cc6d0;
  border-radius: 8px 8px 0px 0px;
}
.chioce .l-body table thead th {
  height: 60px;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  border-right: 1px solid #fff;
}
.chioce .l-body table thead th:last-child {
  border: none;
}
.chioce .l-body table tbody tr {
  background: #f9fafc;
}
.chioce .l-body table tbody tr:nth-child(even) {
  background: #fff;
}
.chioce .l-body table tbody tr th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.chioce .l-body table tbody td {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  height: 40px;
  font-weight: 400;
  padding-left: 10px;
  border-right: 1px solid #ddd;
}
.chioce .l-body table tbody td:last-child {
  border: none;
}
.chioce .l-body table tbody td img {
  width: 16px;
}
@media (max-width: 978px) {
  .chioce .l-body .img-box img {
    width: 100%;
  }
}
.product {
  padding-bottom: 80px;
  background-image: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}
.product .img-box {
  font-size: 0;
  display: inline-block;
}
.product .img-box img {
  width: 100%;
}
.product .l-content-t {
  margin-bottom: 50px;
}
.product .l-content-t ul li {
  float: left;
  width: 25%;
  position: relative;
}
.product .l-content-t ul li h3 {
  font-size: 0.42rem;
  color: #2cc6d0;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0px;
}
.product .l-content-t ul li p {
  font-size: 16px;
  color: #505050;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
}
.product .l-content-t ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 5px;
  width: 1px;
  opacity: 0.5;
  border: 1px solid #ddd;
}
.product .l-content-t ul li:last-child:after {
  display: none;
}
.product .btn-box {
  padding-top: 40px;
  display: flex;
  align-items: center;
}
.product .btn-box .l-btn {
  margin: 0 auto;
}
@media (max-width: 978px) {
  .product {
    background-image: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .product .pc {
    display: none;
  }
  .product .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .product .l-title {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product .img-box {
    display: none;
  }
  .product .mb {
    display: block;
  }
  .product .img-box div {
    display: none;
  }
  .product .l-content-t {
    margin-bottom: 0px;
  }
  .product .l-content-t ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
  }
  .product .l-content-t ul li:nth-child(3),
  .product .l-content-t ul li:nth-child(4) {
    margin-bottom: 30px;
  }
  .product .l-content-t ul li h3 {
    font-size: 0.42rem;
    color: #2cc6d0;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .product .l-content-t ul li p {
    font-size: 14px;
    color: #505050;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
  }
  .product .l-content-t ul li:after {
    display: none;
  }
  .product .l-content-t ul li:last-child:after {
    display: none;
  }
  .product .product-tab {
    width: 100%;
    padding-top: 20px;
  }
  .product .product-tab .tab_btn {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -100px;
    padding-left: 20px;
    overflow: hidden;
    height: 53px;
  }
  .product .product-tab .tab_btn li {
    width: auto !important;
    float: left;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    font-weight: 400;
    margin-right: 30px;
  }
  .product .product-tab .tab_btn li h3 {
    padding-bottom: 20px;
    display: inline-block;
    padding-top: 23px;
    position: relative;
  }
  .product .product-tab .tab_btn li h3 i {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -8px;
  }
  .product .product-tab .tab_btn .active h3 {
    color: #222222;
    position: relative;
  }
  .product .product-tab .tab_btn .active h3:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 3px;
    background: #2cc6d0;
  }
  .product .product-tab .scroll-tab {
    overflow-x: scroll;
  }
  .product .product-tab .scroll-tab::-webkit-scrollbar {
    display: none;
  }
  .product .product-tab .scroll-tab .tab_btn {
    visibility: visible;
    opacity: 1;
    top: 0;
    width: 610px;
  }
  .product .product-tab .scroll-tab .tab_btn i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100% 100% !important;
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: 2px;
  }
  .product .product-tab .tab_item {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: -30px;
  }
  .product .product-tab .tab_item li {
    width: 100%;
  }
  .product .product-tab .tab_item li span {
    float: left;
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    margin-bottom: 8px;
    font-style: 0;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    overflow: hidden;
  }
  .product .product-tab .tab_item li span:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-tab .tab_item li span img {
    display: inline-block;
    width: 100%;
  }
  .product .l-btn {
    margin-top: 20px;
  }
  .product .btn-box {
    padding-top: 20px;
  }
}
.start {
  background: #f8fbff;
}
.start .l-body ul {
  display: flex;
}
.start .l-body ul li {
  margin-right: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
  border-radius: 16px;
  width: calc((100% - 60px) / 3);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.start .l-body ul li img {
  width: 40px;
  display: inline-block;
  margin-bottom: 20px;
}
.start .l-body ul li h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.start .l-body ul li p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.start .l-body ul li .btn-box {
  display: flex;
  align-items: center;
}
.start .l-body ul li .btn-box .l-btn {
  margin: 0 auto;
}
.start .l-body ul li:last-child {
  margin-right: 0;
}
.start .l-body ul li:last-child p:last-child {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
}
.start .l-body ul li:last-child p:last-child img {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
  vertical-align: text-top;
}
@media (max-width: 978px) {
  .start {
    background: #f8fbff;
  }
  .start .l-body ul {
    display: block;
  }
  .start .l-body ul li {
    margin-right: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(200, 200, 200, 0.4);
    border-radius: 16px;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .start .l-body ul li img {
    width: 32px;
    display: inline-block;
    margin-bottom: 20px;
  }
  .start .l-body ul li h3 {
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .start .l-body ul li p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .start .l-body ul li .btn-box {
    display: flex;
    align-items: center;
  }
  .start .l-body ul li .btn-box .l-btn {
    margin: 0 auto;
  }
  .start .l-body ul li:last-child {
    margin-right: 0;
  }
  .start .l-body ul li:last-child p:last-child {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
  .start .l-body ul li:last-child p:last-child img {
    display: inline-block;
    width: 24px;
    margin-right: 5px;
    vertical-align: text-top;
  }
}
