* {
  box-sizing: border-box;
}
.m3-product .banner {
  background: url('/images/m3/banner-bg.png') no-repeat center;
  height: 580px;
  background-size: cover;
}
.m3-product .banner .banner-con {
  width: 92%;
  max-width: 1300px;
  padding-top: 80px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m3-product .banner .banner-con .banner-t {
  max-width: 676px;
  text-align: left;
  font-weight: 600;
}
.m3-product .banner .banner-con .banner-t h1 {
  font-size: 48px;
  color: #222222;
  line-height: 64px;
}
.m3-product .banner .banner-con .banner-t h1 span {
  vertical-align: middle;
}
.m3-product .banner .banner-con .banner-t h1 img {
  vertical-align: middle;
  margin-left: 6px;
}
.m3-product .banner .banner-con .banner-t p {
  font-size: 24px;
  color: rgba(34, 34, 34, 0.7);
  line-height: 48px;
  font-weight: 400;
  margin: 16px auto 32px;
}
.m3-product .banner .banner-con .banner-t a {
  display: inline-block;
  width: 248px;
  height: 56px;
  background-color: #4c6ef5;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  transition: 0.2s;
}
.m3-product .banner .banner-con .banner-t a:hover {
  opacity: 0.8;
}
.m3-product .banner .banner-con .banner-pic {
  width: 50%;
  max-width: 703px;
  margin-right: -8%;
}
.m3-product .m3-con {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m3-product .m3-con h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #202020;
  line-height: 56px;
}
.m3-product .con1 {
  text-align: center;
}
.m3-product .con1 .con1-title {
  margin-bottom: 44px;
}
.m3-product .con1 .con1-desc {
  font-size: 32px;
  color: #222222;
  line-height: 56px;
  font-weight: 500;
  width: 92%;
  margin: auto;
}
.m3-product .con1 .con1-desc span {
  position: relative;
}
.m3-product .con1 .con1-desc span::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  background-color: #4c6ef5;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.m3-product .con2 {
  text-align: center;
}
.m3-product .con2 .con-type {
  margin: auto;
  width: 92%;
}
.m3-product .con2 .con-type li {
  display: inline-block;
  padding: 6px 24px;
  background-color: rgba(76, 110, 245, 0.1);
  border-radius: 20px;
  margin: 40px 8px 0;
}
.m3-product .con2 .con-type li a {
  display: block;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.m3-product .con2 .con-type li:hover {
  background-color: #4c6ef5;
}
.m3-product .con2 .con-type li:hover a {
  color: #fff;
}
.m3-product .con2 .con-type li.active {
  background-color: #4c6ef5;
}
.m3-product .con2 .con-type li.active a {
  color: #fff;
}
.m3-product .con2 .con2-box .box-list {
  overflow: hidden;
  margin: 80px auto 118px;
  width: 92%;
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m3-product .con2 .con2-box .box-list .list-t {
  width: 397px;
  max-width: 407px;
  left: 56px;
  text-align: left;
}
.m3-product .con2 .con2-box .box-list .list-t h3 {
  font-size: 36px;
  color: #202020;
  line-height: 56px;
  font-weight: bold;
  margin-bottom: 40px;
}
.m3-product .con2 .con2-box .box-list .list-t p {
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 32px;
}
.m3-product .con2 .con2-box .box-list .list-t p span {
  color: #4C6EF5;
  opacity: 1;
  font-weight: 600;
}
.m3-product .con2 .con2-box .box-list .list-pic {
  float: right;
  width: 60%;
  max-width: 560px;
  width: 560px;
}
.m3-product .con2 .con2-box .box-list:nth-child(2n) .list-pic {
  float: left;
}
.m3-product .con2 .con2-box .box-list:nth-child(2n) .list-t {
  left: auto;
  right: 0;
}
.m3-product .con3 .con3-box {
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 80px 100px;
  justify-content: center;
  width: 92%;
  max-width: 1100px;
}
.m3-product .con3 .con3-box li {
  text-align: left;
  max-width: 300px;
}
.m3-product .con3 .con3-box li img {
  width: 88px;
}
.m3-product .con3 .con3-box li h3 {
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  line-height: 24px;
  margin: 24px auto 16px;
}
.m3-product .con3 .con3-box li p {
  font-size: 16px;
  color: #202020;
  line-height: 32px;
  font-weight: 400;
  opacity: 0.7;
}
.m3-product .m3-con-user {
  padding: 192px 0;
  position: relative;
}
.m3-product .m3-con-user h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: CENTER;
  color: #353030;
  line-height: 48px;
  width: 92%;
  margin: auto;
}
.m3-product .m3-con-user.con4 {
  overflow: hidden;
  max-width: 1920px;
  margin: auto;
}
@keyframes left-effect {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes right-effect {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.m3-product .m3-con-user.con4 .list {
  width: calc(202px * 10 + 24px * 9);
  animation: left-effect 20s linear infinite;
  display: flex !important;
  margin-top: 64px;
}
.m3-product .m3-con-user.con4 .list:hover {
  animation-play-state: paused;
}
.m3-product .m3-con-user.con4 .list img {
  display: block;
  width: 202px;
  margin-right: 24px;
  border-radius: 16px;
  transition: transform 400ms ease-out;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 16px 0px rgba(53, 48, 48, 0.08);
}
.m3-product .m3-con-user.con4 .list img:hover {
  transform: scale(1.05);
}
.m3-product .m3-con-user.con4 .list2 {
  animation: right-effect 30s linear infinite;
  margin-top: 24px;
}
.m3-product .m3-con-user.con4 .list3 {
  animation: left-effect 40s linear infinite;
  margin-top: 24px;
}
.m3-product .custom_made {
  width: 1208px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px;
  background: linear-gradient(105deg, #f9fdff, #e0f3ff 100%);
  border-radius: 32px;
  margin-bottom: 192px;
}
.m3-product .custom_made .custom_desc {
  max-width: 536px;
  padding-left: 80px;
}
.m3-product .custom_made .custom_desc h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #353030;
  text-align: left;
  margin: 24px 0;
  margin-top: 0px;
}
.m3-product .custom_made .custom_desc p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 48px;
}
.m3-product .custom_made .custom_desc p span {
  color: #353030;
  opacity: 0.7;
}
.m3-product .custom_made .custom_desc p span:nth-child(2) {
  color: #4C6EF5;
  opacity: 1;
}
.m3-product .custom_made .custom_desc a {
  display: inline-block;
  width: 200px;
  height: 48px;
  background-color: #4C6EF5;
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  transition: 0.2s;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m3-product .custom_made .custom_desc a:hover {
  opacity: 0.8;
}
.m3-product .custom_made img {
  height: 300px;
}
.m3-product .section-index-container8 {
  background-color: #ECF2FF;
  padding: 128px 0;
}
.m3-product .section-index-container8 .m3-faq-title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #202020;
  line-height: 48px;
  margin-bottom: 64px;
}
.m3-product .section-index-container8 .faq-list {
  width: 92%;
  max-width: 984px;
  margin: 64px auto 0;
}
.m3-product .section-index-container8 .faq-list .list {
  padding: 24px;
  transition: 0.3s;
  border-radius: 16px;
}
.m3-product .section-index-container8 .faq-list .list .title {
  font-size: 20px;
  line-height: 28px;
  color: #353030;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.m3-product .section-index-container8 .faq-list .list .title img {
  width: 24px;
}
.m3-product .section-index-container8 .faq-list .list .title span {
  padding-left: 16px;
}
.m3-product .section-index-container8 .faq-list .list .title:hover {
  color: #4C6EF5;
}
.m3-product .section-index-container8 .faq-list .list .desc {
  display: none;
  padding-top: 8px;
  padding-left: 39px;
}
.m3-product .section-index-container8 .faq-list .list .desc p {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(53, 48, 48, 0.7);
  line-height: 24px;
  max-width: 856px;
}
.m3-product .section-index-container8 .faq-list .list .desc p a {
  color: #4C6EF5;
}
.m3-product .section-index-container8 .faq-list .list .desc p a:hover {
  text-decoration: underline;
}
.m3-product .section-index-container8 .faq-list .list.active {
  background-color: #ffffff;
}
.m3-product .help {
  padding: 192px 0;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m3-product .help h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #202020;
  line-height: 48px;
  margin-bottom: 64px;
}
.m3-product .help .help_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 984px;
}
.m3-product .help .help_list .help_item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px;
  width: 312px;
  height: 136px;
  border-radius: 24px;
}
.m3-product .help .help_list .help_item p {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #353030;
  line-height: 32px;
  display: flex;
  flex-direction: column;
}
.m3-product .help .help_list .help_item img {
  width: 88px;
}
.m3-product .footer-con {
  min-height: 500px;
  background: url('/images/m3/footer-banner.png') no-repeat center;
  background-size: cover;
  text-align: center;
  padding-top: 136px;
  padding-bottom: 128px;
  box-sizing: border-box;
}
.m3-product .footer-con h2 {
  font-size: 48px;
  font-weight: bold;
  color: #222222;
  line-height: 64px;
  width: 92%;
  margin: auto;
}
.m3-product .footer-con p {
  font-size: 20px;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
  line-height: 24px;
  margin: 24px auto 64px;
}
.m3-product .footer-con .button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.m3-product .footer-con .button-wrap a {
  display: inline-block;
  width: 168px;
  height: 56px;
  background-color: #4c6ef5;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  font-weight: 600  ;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m3-product .footer-con .button-wrap a:hover {
  opacity: 0.8;
}
.m3-product .footer-con .button-wrap .white {
  background-color: #ffffff;
  color: #222222;
  margin-left: 24px;
  color: #4C6EF5;
}
.m3-product .footer-con .button-wrap .white:hover {
  background-color: #ffffff;
  color: #222222;
}
@media screen and (max-width: 1099px) {
  .m3-product .banner {
    height: auto;
    padding-bottom: 40px;
  }
  .m3-product .banner .banner-con {
    flex-direction: column;
    padding-top: 40px;
  }
  .m3-product .banner .banner-con .banner-t {
    max-width: 100%;
    text-align: center;
    margin-top: 128px;
  }
  .m3-product .banner .banner-con .banner-t h1 {
    font-size: 36px;
    line-height: 48px;
  }
  .m3-product .banner .banner-con .banner-t p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
  .m3-product .banner .banner-con .banner-pic {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .m3-product .m3-con {
    padding-top: 60px;
  }
  .m3-product .m3-con h2 {
    font-size: 36px;
    line-height: 44px;
  }
  .m3-product .con1 .con1-desc {
    font-size: 24px;
    line-height: 36px;
  }
  .m3-product .con2 .con-type li {
    margin: 20px 4px 0;
    padding: 6px 16px;
  }
  .m3-product .con2 .con2-box .box-list {
    flex-direction: column;
    margin: 60px auto 60px;
    width: 92%;
  }
  .m3-product .con2 .con2-box .box-list .list-t {
    width: 100%;
    max-width: 100%;
    left: 0;
    text-align: center;
    margin-bottom: 40px;
    order: 0 !important;
  }
  .m3-product .con2 .con2-box .box-list .list-t h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .m3-product .con2 .con2-box .box-list .list-pic {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .m3-product .con2 .con2-box .box-list:nth-child(2n) .list-pic {
    float: none;
  }
  .m3-product .con2 .con2-box .box-list:nth-child(2n) .list-t {
    right: 0;
  }
  .m3-product .con3 .con3-box {
    gap: 40px;
    margin: 40px auto 0;
  }
  .m3-product .con3 .con3-box li {
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m3-product .m3-con-user {
    padding: 96px 0;
  }
  .m3-product .m3-con-user h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .m3-product .custom_made {
    width: 95vw;
    margin: 32px auto;
    margin-top: 0;
  }
  .m3-product .custom_made .custom_desc {
    padding: 0 ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .m3-product .custom_made .custom_desc p {
    text-align: left;
  }
  .m3-product .custom_made img {
    display: none;
  }
  .m3-product .section-index-container8 {
    padding: 64px 0;
  }
  .m3-product .section-index-container8 .m3-faq-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .m3-product .section-index-container8 .faq-list .list .title {
    font-size: 18px;
    line-height: 26px;
  }
  .m3-product .help {
    padding: 96px 0;
  }
  .m3-product .help h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
  }
  .m3-product .help .help_list {
    flex-direction: column;
    width: 92%;
  }
  .m3-product .help .help_list .help_item {
    width: 100%;
    margin-bottom: 24px;
  }
  .m3-product .footer-con {
    padding-top: 80px;
  }
  .m3-product .footer-con h2 {
    font-size: 36px;
    line-height: 48px;
  }
  .m3-product .footer-con p {
    font-size: 18px;
    margin: 16px auto 40px;
  }
  .m3-product .footer-con .button-wrap {
    flex-direction: column;
    gap: 16px;
  }
  .m3-product .footer-con .button-wrap a {
    width: 60%;
  }
  .m3-product .footer-con .button-wrap a:nth-child(2) {
    margin-left: 0;
  }
}
