.content {
  width: 1440px;
  margin: 0 auto;
  margin-top: 86px;
  margin-bottom: 230px;
}
.content .title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.content .title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.content .brandStory {
  width: 100%;
  margin: 0 auto;
}
.content .brandStory .video {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}
.content .brandStory .video .img {
  width: 100%;
  aspect-ratio: 1020 / 574;
  overflow: hidden;
}
.content .brandStory .video .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.content .brandStory .video .icon {
  width: 90px;
  height: 90px;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  cursor: pointer;
  transition: 0.5s;
}
.content .brandStory .video .icon img {
  width: 100%;
}
.content .brandStory .video:hover .img img {
  transform: scale(1.1);
}
.content .brandStory .p {
  margin-top: 116px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  color: #55565B;
  line-height: 44px;
  letter-spacing: 2px;
  text-align: center;
}
.content .brandStory .p span {
  color: #D13239;
}
.content .advantages {
  width: 100%;
  margin-top: 220px;
}
.content .advantages .title .en {
  font-family: "DINNextLTProBold";
  font-size: 18px;
  color: #D13239;
  line-height: 36px;
  letter-spacing: 5px;
  text-align: center;
}
.content .advantages .title .cn {
  font-weight: bold;
  font-size: 36px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 3px;
  text-align: center;
}
.content .advantages .box {
  width: 1440px;
  margin: 0 auto;
  margin-top: 140px;
}
.content .advantages .box .left {
  width: 100%;
  display: flex;
}
.content .advantages .box .left .item {
  width: 33.333%;
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-left: solid 2px #D13239;
}
.content .advantages .box .left .item::after {
  content: '';
  width: 6px;
  height: 121px;
  background-color: #D13239;
  position: absolute;
  top: 0;
  left: 0;
}
.content .advantages .box .left .item:nth-child(2n) {
  flex-direction: column-reverse;
}
.content .advantages .box .left .item:nth-child(2n)::after {
  top: auto;
  bottom: 0;
}
.content .advantages .box .left .item .text .num {
  margin-left: -10px;
}
.content .advantages .box .left .item .text .num span:first-child {
  font-family: "DINNextLTProRegular";
  font-size: 90px;
  color: #D13239;
  line-height: 80px;
  letter-spacing: -6px;
}
.content .advantages .box .left .item .text .num span:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
  color: #D13239;
}
.content .advantages .box .left .item .text .p {
  font-size: 28px;
  color: #55565B;
  line-height: 36px;
}
.content .advantages .box .left .item .icon {
  width: 185px;
}
.content .advantages .box .left .item .icon img {
  width: 100%;
}
.content .advantages .box .left .item .icon span {
  font-size: 14px;
  line-height: 14px;
  color: #55565B;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.content .advantages .box .right {
  width: 31.944%;
}
.content .advantages .box .right .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 58px;
  padding-top: 67px;
  border-bottom: 1px solid #000000;
}
.content .advantages .box .right .item:first-child {
  padding-top: 0;
}
.content .advantages .box .right .item:first-child .icon {
  width: 136px;
  height: 74px;
}
.content .advantages .box .right .item:first-child .icon img {
  width: 100%;
}
.content .advantages .box .right .item:nth-child(2) .icon {
  width: 104px;
  height: 95px;
}
.content .advantages .box .right .item:nth-child(2) .icon img {
  width: 100%;
}
.content .advantages .box .right .item:nth-child(3) {
  border-bottom: 0px solid #000000;
  padding-bottom: 0;
}
.content .advantages .box .right .item:nth-child(3) .icon {
  width: 112px;
  height: 68px;
}
.content .advantages .box .right .item:nth-child(3) .icon img {
  width: 100%;
}
.content .advantages .box .right .item .text .num {
  font-family: "DINNextLTProMedium";
  font-size: 28px;
  line-height: 28px;
  color: #D13239;
}
.content .advantages .box .right .item .text .num span {
  color: #55565B;
}
.content .advantages .box .right .item .text .num span span {
  color: #D13239;
}
.content .advantages .box .right .item .text .p {
  font-size: 14px;
  line-height: 26px;
  color: #55565B;
}
.content .advantages .button {
  width: 180px;
  height: 46px;
  border-radius: 46px;
  border: solid 1px #55565B;
  margin: 0 auto;
  margin-top: 120px;
  position: relative;
}
.content .advantages .button::after {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 46px;
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #D13239;
  transform: scale(0.1);
  opacity: 0;
  transition: 0.5s;
}
.content .advantages .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #55565B;
  line-height: 18px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
  border-radius: 46px;
  text-align: center;
}
.content .advantages .button:hover::after {
  transform: scale(1);
  opacity: 1;
}
.content .advantages .button:hover a {
  color: #fff;
}
.content .advantages .button:hover a img {
  animation: bannerbutton 0.5s linear infinite alternate;
}
.content .strategy {
  width: 100%;
  margin-top: 120px;
}
.content .strategy .box {
  width: 100%;
  margin-top: 128px;
  display: flex;
  justify-content: space-between;
}
.content .strategy .box .left {
  width: 48.958%;
  height: 470px;
  overflow: hidden;
}
.content .strategy .box .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .strategy .box .right {
  width: 43.194%;
}
.content .strategy .box .right .img {
  width: 362px;
  height: 80px;
}
.content .strategy .box .right .img img {
  width: 100%;
}
.content .strategy .box .right .text {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: justify;
}
.content .strategy .box .right .text span {
  color: #D13239;
}
.content .MyName {
  width: 100%;
  margin-top: 320px;
  position: relative;
}
.content .MyName .bg {
  width: 512px;
  height: 532px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.content .MyName .name {
  font-weight: 400;
  font-size: 48px;
  color: #000000;
  line-height: 61px;
  letter-spacing: 4px;
  text-align: center;
}
.content .MyName .p {
  width: 100%;
  max-width: 1084px;
  margin: 0 auto;
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: center;
}
.content .action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 340px;
}
.content .action .left {
  width: 44.444%;
}
.content .action .left .title {
  font-weight: 400;
  font-size: 36px;
  color: #000000;
  line-height: 32px;
  letter-spacing: 3px;
}
.content .action .left .p {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 36px;
  letter-spacing: 2px;
  text-align: justify;
}
.content .action .left .p span {
  color: #D13239;
}
.content .action .right {
  width: 48.958%;
  height: 470px;
  overflow: hidden;
}
.content .action .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .distributors {
  width: 100%;
  margin-top: 220px;
}
.content .distributors .box {
  width: 100%;
  margin-top: 60px;
}
.content .distributors .box .name1 {
  font-weight: bold;
  font-size: 20px;
  color: #55565B;
  line-height: 36px;
  text-align: center;
}
.content .distributors .box .line {
  width: 100%;
  height: 4px;
  background-color: #D13239;
}
.content .distributors .box .list {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .distributors .box .list .item {
  width: 48.958%;
  background: #F5F5F5;
  margin-bottom: 26px;
  padding: 30px 0;
}
.content .distributors .box .list .item .name {
  font-weight: bold;
  font-size: 28px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 2px;
  padding-left: 30px;
  position: relative;
}
.content .distributors .box .list .item .name::after {
  content: '';
  width: 8px;
  height: 26px;
  background: #D13239;
  position: absolute;
  left: 0;
  top: 5px;
}
.content .distributors .box .list .item .p {
  font-weight: 400;
  font-size: 20px;
  color: #55565B;
  line-height: 36px;
  letter-spacing: 2px;
  margin-left: 30px;
  margin-top: 30px;
  margin-right: 40px;
}
.content .distributors .box .list .item .bottom {
  display: flex;
  flex-direction: column-reverse;
  font-weight: 400;
  font-size: 20px;
  color: #55565B;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 30px;
  margin-top: 60px;
}
.content .distributors .box .list .item .bottom .left {
  margin-right: 40px;
  margin-top: 30px;
}
.content .faq {
  width: 100%;
  margin-top: 220px;
}
.content .faq .list {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 90px;
}
.content .faq .list .item {
  width: 100%;
}
.content .faq .list .item .name {
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 40px;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.5s;
  padding: 20px 0;
}
.content .faq .list .item .name img {
  width: 13px;
  height: 22px;
  margin-left: 10px;
  transition: 0.5s;
}
.content .faq .list .item .name:hover {
  color: #D13239;
}
.content .faq .list .item .name.active img {
  transform: rotateZ(90deg);
}
.content .faq .list .item .line {
  width: 100%;
  height: 1px;
  background-color: #D13239;
  margin-top: 6px;
}
.content .faq .list .item .p {
  width: calc(100% - 110px);
  font-weight: 400;
  font-size: 16px;
  color: #55565B;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 25px;
  text-align: justify;
  background-color: #f5f5f5;
  padding: 42px 55px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 74px;
    margin-bottom: 230px;
  }
  .content .advantages .box {
    width: 100%;
    margin: 0 auto;
    margin-top: 140px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1400px) {
  .content .advantages .box .left .item .icon {
    width: 80%;
  }
  .content .advantages .box .left .item .icon img {
    width: 100%;
  }
  .content .advantages .box .left .item .text .p {
    font-size: 24px;
    color: #55565B;
    line-height: 36px;
  }
  .content .advantages .box .left .item .text .num span:first-child {
    font-family: "DINNextLTProRegular";
    font-size: 60px;
    color: #D13239;
    line-height: 50px;
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 1200px) {
  .content .brandStory .p {
    margin-top: 116px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
  }
  .content .advantages {
    width: 100%;
    margin-top: 100px;
  }
  .content .advantages .box {
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .content .advantages .box .left {
    width: 100%;
    display: flex;
  }
  .content .advantages .box .left .item {
    width: 33.333%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-left: solid 1px #D13239;
  }
  .content .advantages .box .left .item:first-child {
    border: 0;
  }
  .content .advantages .box .left .item::after {
    content: '';
    width: 0;
    height: 121px;
    background-color: #D13239;
    position: absolute;
    top: 0;
    left: 0;
  }
  .content .advantages .box .left .item .icon {
    width: 90%;
    max-width: 185px;
  }
  .content .advantages .box .left .item .text {
    text-align: center;
    margin-top: 30px;
  }
  .content .advantages .box .right {
    width: 100%;
    margin-top: 60px;
    display: flex;
  }
  .content .advantages .box .right .item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 0 solid #000000;
    border-left: solid 1px #D13239;
  }
  .content .advantages .box .right .item:first-child {
    border: 0;
  }
  .content .advantages .box .right .item:first-child .icon {
    width: auto;
    height: 80px;
  }
  .content .advantages .box .right .item:nth-child(2) .icon {
    width: auto;
    height: 80px;
  }
  .content .advantages .box .right .item:nth-child(3) .icon {
    width: auto;
    height: 80px;
  }
  .content .advantages .box .right .item:nth-child(2) .icon img {
    width: auto;
    height: 100%;
  }
  .content .advantages .box .left .item .text .num span:first-child {
    font-family: "DINNextLTProRegular";
    font-size: 32px;
    color: #D13239;
    line-height: 32px;
    letter-spacing: -3px;
  }
  .content .advantages .box .left .item .text .p {
    font-size: 14px;
    color: #55565B;
    line-height: 20px;
    height: 40px;
    margin-top: 10px;
  }
  .content .advantages .box .left .item .text .num span:last-child {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .content .advantages .box .right .item .text {
    text-align: center;
    margin-top: 30px;
  }
  .content .strategy .box {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content .strategy .box .left {
    width: 100%;
    height: 470px;
    overflow: hidden;
  }
  .content .strategy .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .content .strategy .box .right .text {
    margin-top: 30px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: justify;
  }
  .content .MyName .name {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 4px;
    text-align: center;
  }
  .content .MyName {
    width: 100%;
    margin-top: 220px;
    position: relative;
  }
  .content .action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
    flex-direction: column-reverse;
  }
  .content .action .right {
    width: 100%;
    height: 470px;
    overflow: hidden;
  }
  .content .action .left {
    width: 100%;
    margin-top: 30px;
  }
  .content .action .left .title {
    font-weight: 400;
    font-size: 32px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 3px;
  }
  .content .faq {
    width: 100%;
    margin-top: 100px;
  }
  .content .faq .list .item .name {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1080px) {
  .content .distributors .box .list .item {
    width: 100%;
    background: #F5F5F5;
    margin-bottom: 26px;
    padding: 30px 0;
  }
  .content .faq .list .item {
    width: 100%;
  }
  .content .faq .list .item .name {
    width: 100%;
    font-weight: 400;
    font-size: 28px;
    color: #000000;
    line-height: 40px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 860px) {
  .content .title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
  .content .brandStory .video {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
  }
  .content .brandStory .p {
    margin-top: 60px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
  }
  .content .advantages .box .left .item .text .num span:last-child {
    font-size: 24px;
    font-weight: normal;
  }
  .content .advantages .box .right .item .text .num {
    font-family: "DINNextLTProMedium";
    font-size: 24px;
    line-height: 28px;
    color: #D13239;
  }
  .content .advantages .box .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .content .advantages .box .left .item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-left: solid 0px #D13239;
    border-bottom: solid 1px #D13239;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .content .advantages .box .left .item:first-child {
    border: 0;
    border-bottom: solid 1px #D13239;
  }
  .content .advantages .box .right {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
  }
  .content .advantages .box .right .item {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: 1px solid #D13239;
    border-left: solid 0px #D13239;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .content .advantages .box .right .item:first-child {
    border: 0;
    border-bottom: 1px solid #D13239;
  }
  .content .advantages .title .cn {
    font-weight: bold;
    font-size: 32px;
    color: #55565B;
    line-height: 32px;
    letter-spacing: 3px;
    text-align: center;
  }
}
@media screen and (max-width: 680px) {
  .content .distributors .box .list .item .name {
    font-weight: bold;
    font-size: 18px;
    color: #55565B;
    line-height: 36px;
    letter-spacing: 2px;
    padding-left: 30px;
    position: relative;
  }
  .content .distributors .box .list .item .p {
    font-weight: 400;
    font-size: 16px;
    color: #55565B;
    line-height: 24px;
    letter-spacing: 2px;
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 40px;
  }
  .content .distributors .box .list .item .bottom {
    display: flex;
    flex-direction: column-reverse;
    font-weight: 400;
    font-size: 16px;
    color: #55565B;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 0 30px;
    margin-top: 60px;
  }
  .content .faq .list .item .name {
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .content .faq .list .item .p {
    width: calc(100% - 40px);
    font-weight: 400;
    font-size: 16px;
    color: #55565B;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 25px;
    text-align: justify;
    background-color: #f5f5f5;
    padding: 20px;
    display: none;
  }
}
