.products_page {
  width: 100%;
  position: relative;
}
.products_page .bg {
  width: 100%;
}
.products_page .text {
  position: absolute;
  left: 50%;
  top: 10.41666667vw;
  transform: translateX(-50%);
  text-align: center;
}
.products_page .text .english {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  margin: 0 0 21px;
  line-height: 36px;
}
.products_page .text .english .red {
  display: inline-block;
  font-weight: normal;
  color: #E72410;
}
.products_page .text .title {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.products_page2 {
  background: #1B1B1B;
  position: relative;
}
.products_page2 .fix {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.products_page2 .fix .bg {
  width: 100%;
  height: 100%;
}
.products_page2 .fix .wrap {
  width: 38.4375vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18.75vw;
}
.products_page2 .fix .wrap .title {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 50px;
}
.products_page2 .fix .wrap .text {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
  font-size: 20px;
}
.products_page2 .fix .wrap .figure {
  margin: 87px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.products_page2 .fix .wrap .figure .item span {
  font-size: 30px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 28px;
  margin: 0 0 10px;
}
.products_page2 .fix .wrap .figure .item p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.7;
}
.products_page3 {
  position: relative;
}
.products_page3 .bg {
  width: 100%;
}
.products_page3 .wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 18.75vw;
}
.products_page3 .wrap .title {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 61px;
}
.products_page3 .wrap .content .list:not(:last-child) {
  margin: 0 0 41px;
}
.products_page3 .wrap .content .list span {
  font-size: 30px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 22.19238281%, #FF492A 81.56738281%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px;
  display: block;
  line-height: 23px;
}
.products_page3 .wrap .content .list p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.products_page4 {
  background: #000000;
  position: relative;
}
.products_page4 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.products_page4 .fix .wrap {
  width: 37.1875vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.products_page4 .fix .wrap .top {
  position: relative;
}
.products_page4 .fix .wrap .top .title {
  width: 100%;
  position: absolute;
  top: 70px;
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
}
.products_page4 .fix .wrap .top .display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 61px 70px;
  width: fit-content;
  margin: 0 auto 105px;
  transform: translateY(300px);
  opacity: 0;
}
.products_page4 .fix .wrap .top .display .item {
  text-align: center;
}
.products_page4 .fix .wrap .top .display .item .img {
  width: 70px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 21px;
}
.products_page4 .fix .wrap .top .display .item p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.products_page4 .fix .wrap .img {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #000;
}
.products_page5 {
  background: linear-gradient(0deg, #05080B, #0A0D13);
}
.products_page5 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products_page5 .wrap {
  width: 1234px;
  max-width: 90%;
}
.products_page5 .wrap .title {
  width: fit-content;
  position: relative;
  opacity: 0;
  transition: 0.6s;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto 119px;
  text-align: center;
}
.products_page5 .wrap .title .list {
  display: none;
}
.products_page5 .wrap .title .list.on {
  display: flex;
}
.products_page5 .wrap .title p {
  display: inline-block;
  color: #E72410;
}
.products_page5 .wrap .content {
  position: relative;
  z-index: 2;
}
.products_page5 .wrap .content .num_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 454px;
  z-index: -1;
  object-fit: contain;
  max-width: fit-content;
  max-height: fit-content;
}
.products_page5 .wrap .content .matter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: 0.6s;
}
.products_page5 .wrap .content .matter > img{
  width: 320px;
}
.products_page5 .wrap .content .matter .center {
  width: 390px;
  text-align: center;
  display: none;
}
.products_page5 .wrap .content .matter .center.on {
  display: block;
}
.products_page5 .wrap .content .matter .center .red {
  font-size: 30px;
  font-weight: bold;
  color: #E72410;
  line-height: 50px;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 22px;
}
.products_page5 .wrap .content .matter .center .line {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 50%, transparent 50%);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  position: relative;
}
.products_page5 .wrap .content .matter .center .line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #E72410 0%, #E72410 50%, transparent 50%);
  background-size: 13px 2px;
  background-repeat: repeat-x;
  clip-path: inset(0 100% 0 0);
  animation: 2s animate_clip infinite linear;
}
.products_page5 .wrap .content .matter .center .text {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.7;
  margin: 22px 0 0 0;
}
.products_page5 .wrap .content .matter .img_cut img {
  display: none;
}
.products_page5 .wrap .content .matter .img_cut img.on {
  display: block;
}
.products_page5.show .title {
  opacity: 1;
}
.products_page5.show .content .matter {
  opacity: 1;
}
.jun1 {
  position: relative;
  z-index: 1;
}
.jun1 .jun1_mask {
  display: flex;
  width: 100%;
  position: absolute;
  height: 285px;
  left: 57.1875vw;
  top: calc(100vh - 240px);
  background: #F2F2F2;
  z-index: 1;
  opacity: 0;
}
.jun1 .bg {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -1;
}
.jun1 .wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 137px 0 101px 0;
}
.jun1 .wrap .title {
  font-size: 38px;
  font-weight: 500;
  color: #000000;
  line-height: 50px;
  text-align: center;
  margin: 0 0 11.71875vw;
}
.jun1 .wrap .content {
  display: flex;
  width: 100%;
  position: relative;
  left: 57.1875vw;
}
.jun1 .wrap .content .item:not(:last-child) {
  margin: 0 0 67px;
}
.jun1 .wrap .content .item .headline {
  display: flex;
  align-items: center;
  margin: 0 0 19px;
}
.jun1 .wrap .content .item .headline .img {
  width: 38px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 11px 0 0;
}
.jun1 .wrap .content .item .headline p {
  font-size: 24px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.jun1 .wrap .content .item .text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.jun2 {
  height: 100vh;
  position: relative;
}
.jun2 .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -1;
}
.jun2 .wrap {
  width: 62.1875vw;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.jun2 .wrap .title {
  margin: 0 0 64px;
}
.jun2 .wrap .title .red {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 22.19238281%, #FF492A 81.56738281%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 14px;
  line-height: 36px;
}
.jun2 .wrap .title .text {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
}
.jun2 .wrap .content .item {
  display: flex;
  align-items: center;
}
.jun2 .wrap .content .item:not(:last-child) {
  margin: 0 0 20px;
}
.jun2 .wrap .content .item .jump {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: #343434;
  margin: 0 22px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.jun2 .wrap .content .item .jump img {
  width: 43px;
}
.jun2 .wrap .content .item .jump img.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  filter: blur(15px);
  animation: opacity_ 2s infinite linear;
}
.jun2 .wrap .content .item .pick {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.6;
}
@keyframes opacity_ {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.jun3 {
  height: 100vh;
  background: #000;
  display: flex;
  align-items: flex-end;
}
.jun3 .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.jun3 .wrap .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.jun3 .wrap .left .img {
  width: 100%;
}
.jun3 .wrap .left .position {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.jun3 .wrap .left .position .point {
  position: absolute;
  pointer-events: auto;
  display: flex;
}
.jun3 .wrap .left .position .point p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 0.52083333vw 0 0 2px;
}
.jun3 .wrap .left .position .point.point_1 {
  top: 15.15625vw;
  left: 26.875vw;
}
.jun3 .wrap .left .position .point.point_1 .line {
  width: 14.47916667vw;
  height: 0.46875vw;
  position: relative;
  top: 0.88541667vw;
  left: -0.04166667vw;
}
.jun3 .wrap .left .position .point.point_1 .line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(6deg);
}
.jun3 .wrap .left .position .point.point_1 .line:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 48%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_2 {
  top: 20.83333333vw;
  left: 14.89583333vw;
}
.jun3 .wrap .left .position .point.point_2 .line {
  width: 26.19791667vw;
  height: 2.03125vw;
  position: relative;
  top: -1.51041667vw;
  left: -0.02604167vw;
}
.jun3 .wrap .left .position .point.point_2 .line:after {
  content: '';
  position: absolute;
  top: 0.98958333vw;
  left: -1px;
  width: 74%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(-6deg);
}
.jun3 .wrap .left .position .point.point_2 .line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 73.5%;
  width: 26%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_2 p {
  position: relative;
  top: -2.70833333vw;
}
.jun3 .wrap .left .position .point.point_3 {
  top: 21.25vw;
  left: 21.14583333vw;
}
.jun3 .wrap .left .position .point.point_3 .line {
  width: 20.20833333vw;
  height: 0.0625vw;
  position: relative;
  top: 12px;
  left: -6px;
}
.jun3 .wrap .left .position .point.point_3 .line:after {
  content: '';
  position: absolute;
  top: 0.26041667vw;
  left: -1px;
  width: 74%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(3deg);
}
.jun3 .wrap .left .position .point.point_3 .line:before {
  content: '';
  position: absolute;
  top: 0.625vw;
  left: 73.5%;
  width: 26%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_4 {
  top: 22.91666667vw;
  left: 20vw;
}
.jun3 .wrap .left .position .point.point_4 .line {
  width: 21.30208333vw;
  height: 2.29166667vw;
}
.jun3 .wrap .left .position .point.point_4 .line:after {
  content: '';
  position: absolute;
  top: 1.35416667vw;
  left: 0.9375vw;
  width: 54%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(6deg);
}
.jun3 .wrap .left .position .point.point_4 .line:before {
  content: '';
  position: absolute;
  top: 2.13541667vw;
  left: 57%;
  width: 20%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_4 p {
  position: relative;
  top: 0.78125vw;
}
.jun3 .wrap .left .position .point.point_5 {
  top: 24.47916667vw;
  left: 20.15625vw;
}
.jun3 .wrap .left .position .point.point_5 .line {
  width: 21.14583333vw;
  height: 72px;
  position: relative;
  top: 5px;
  left: -5px;
}
.jun3 .wrap .left .position .point.point_5 .line:after {
  content: '';
  position: absolute;
  top: 1.92708333vw;
  left: 1px;
  width: 71%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(12deg);
}
.jun3 .wrap .left .position .point.point_5 .line:before {
  content: '';
  position: absolute;
  top: 3.48958333vw;
  left: 70.5%;
  width: 29%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_5 p {
  position: relative;
  top: 2.5vw;
}
.jun3 .wrap .left .position .point.point_6 {
  top: 25.72916667vw;
  left: 11.19791667vw;
}
.jun3 .wrap .left .position .point.point_6 .line {
  width: 30.15625vw;
  height: 108px;
  position: relative;
}
.jun3 .wrap .left .position .point.point_6 .line:after {
  content: '';
  position: absolute;
  top: 3.02083333vw;
  left: -0.46875vw;
  width: 77%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(12deg);
}
.jun3 .wrap .left .position .point.point_6 .line:before {
  content: '';
  position: absolute;
  top: 5.41666667vw;
  left: 74.6%;
  width: 24%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.jun3 .wrap .left .position .point.point_6 p {
  position: relative;
  top: 4.16666667vw;
}
.jun3 .wrap .left .position .point .circle {
  width: 21px;
  height: 21px;
  background: #E72410;
  border-radius: 50%;
  transform: scale(0.23809524);
  position: relative;
}
.jun3 .wrap .left .position .point .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(231, 36, 16, 0.2);
  border: 1px solid #E72410;
  opacity: 1;
  border-radius: 50%;
  animation: 1.2s cao2_animate linear infinite;
  pointer-events: none;
}
.jun3 .wrap .content {
  position: absolute;
  top: 15.46875vw;
  left: 56.97916667vw;
}
.jun3 .wrap .content .title {
  text-align: right;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 0 97px;
}
.jun3 .wrap .content .message {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.jun3 .wrap .content .message .list:not(:last-child) {
  margin: 0 59px 0 0;
}
.jun3 .wrap .content .message .list .icon {
  width: 37px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.jun3 .wrap .content .message .list p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.jun4 {
  position: relative;
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.jun4 .point {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 0;
  transform-origin: top;
  transition: 1s;
  pointer-events: none;
  width: 69.32291667vw;
}
.jun4.aos-animate .point.point_1 {
  transform: translateX(-50%) scale(0.52);
  transition-delay: 0.4s;
}
.jun4.aos-animate .point.point_2 {
  transform: translateX(-50%) scale(1);
  transition-delay: 0.2s;
}
.jun4.aos-animate .point.point_3 {
  transform: translateX(-50%) scale(1.52);
}
.jun4 .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  z-index: -1;
  display: none;
}
.jun4 .wrap {
  width: 1200px;
  max-width: 90%;
}
.jun4 .wrap .display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 94px 200px;
}
.jun4 .wrap .display .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jun4 .wrap .message {
  display: flex;
  justify-content: space-between;
  margin: 175px 0 0 0;
}
.jun4 .wrap .message .headline {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
}
.jun4 .wrap .message .text {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  line-height: 30px;
  text-align: right;
}
.jun5 {
  position: relative;
  z-index: 9;
  transition: 1s;
  background: #060608;
}
.jun5.on{
  opacity: 1!important;
  pointer-events: auto;
}
.jun5 .fix {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
}
.jun5 .fix .wrap {
  width: 1381px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 97px;
}
.jun5 .fix .wrap .scale_text {
  font-size: 86px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 96px;
  background: linear-gradient(0deg, #626265 0%, #C3C3C3 49.75585938%, #727275 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 0;
  left: -97px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 5;
}
.jun5 .fix .wrap .left {
  position: relative;
  z-index: 58;
  min-height: 365px;
  width: 566px;
}
.jun5 .fix .wrap .left .matter {
  position: absolute;
  top: 0;
  left: 0;
}
.jun5 .fix .wrap .left .title {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 43px;
}
.jun5 .fix .wrap .left .headline {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 60px;
}
.jun5 .fix .wrap .left .list {
  margin: 60px 0 0 0;
}
.jun5 .fix .wrap .left .list .red {
  font-size: 30px;
  font-weight: bold;
  color: #E72410;
  line-height: 28px;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}
.jun5 .fix .wrap .left .list p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.7;
}
.jun5 .fix .wrap .img {
  opacity: 0;
}
.jun6 {
  background: #000000;
  padding: 135px 0 125px 0;
}
.jun6 .top {
  width: 1457px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: auto;
  left: 129px;
}
.jun6 .top .left {
  margin: 220px 0 0 0;
}
.jun6 .top .left .title {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  margin: 0 0 70px;
}
.jun6 .top .left .display {
  display: flex;
}
.jun6 .top .left .display .list:not(:last-child) {
  margin: 0 130px 0 0;
}
.jun6 .top .left .display .list .red {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 21px;
}
.jun6 .top .left .display .list .cao {
  display: flex;
  align-items: center;
  height: 40px;
}
.jun6 .top .left .display .list .cao .img {
  display: flex;
  align-items: center;
}
.jun6 .top .left .display .list .cao img {
  max-height: 40px;
}
.jun6 .top .left .display .list .cao p {
  margin: 0 0 0 15px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.6;
}
.jun6 .bottom {
  width: 990px;
  margin: 96px auto 0;
}
.jun6 .bottom .headline {
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 108px;
  text-align: center;
}
.jun6 .bottom .message {
  display: flex;
  justify-content: space-between;
}
.jun6 .bottom .message .list .img {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
}
.jun6 .bottom .message .list p {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.jun7 {
  position: relative;
  background: linear-gradient(135deg, #000000, #262626);
}
.jun7 .fix {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}
.jun7 .bg {
  width: 100%;
}
.jun7 .bg .item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  transform: translateY(-50px);
}
.jun7 .bg .item.on {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.7s;
}
.jun7 .bg .item img {
  width: 100%;
}
.jun7 .bg .item.item_2 {
  width: 39.0625vw;
  height: 39.0625vw;
  overflow: hidden;
  border-radius: 50%;
  top: 15%;
  right: 8.708333vw;
  left: unset;
  z-index: 2;
}
.jun7 .bg .item.item_2 img {
  transform: translate(0px, 6.30208333vw);
}
.jun7 .content {
  position: absolute;
  top: 19.27083333vw;
  left: 18.80208333vw;
}
.jun7 .content .matter {
  position: relative;
}
.jun7 .content .matter .position {
  position: absolute;
  top: -51px;
  display: flex;
  align-items: center;
}
.jun7 .content .matter .position .line {
  width: 47.86458333vw;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.3;
}
.jun7 .content .matter .position .circle {
  width: 220px;
  height: 220px;
  background: #E72410;
  border-radius: 50%;
  position: relative;
  transform: scale(0.1);
  left: -110px;
}
.jun7 .content .matter .position .circle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(231, 36, 16, 0.5);
  border: 3px solid #E72410;
  opacity: 0.5;
  border-radius: 50%;
  animation: 4s cao_animate linear infinite;
  pointer-events: none;
}
.jun7 .content .matter .position .circle:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(231, 36, 16, 0.5);
  border: 3px solid #E72410;
  opacity: 0.5;
  border-radius: 50%;
  animation: 4s cao_animate linear infinite;
  pointer-events: none;
  animation-delay: 1s;
}
.jun7 .content .matter .position .circle div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.jun7 .content .matter .position .circle div:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(231, 36, 16, 0.5);
  border: 3px solid #E72410;
  opacity: 0.5;
  border-radius: 50%;
  animation: 4s cao_animate linear infinite;
  pointer-events: none;
  animation-delay: 2s;
}
.jun7 .content .matter .position .circle div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(231, 36, 16, 0.5);
  border: 3px solid #E72410;
  opacity: 0.5;
  border-radius: 50%;
  animation: 4s cao_animate linear infinite;
  pointer-events: none;
  animation-delay: 3s;
}
.jun7 .content .matter .red {
  font-size: 38px;
  font-weight: 500;
  color: #FFFEFE;
  line-height: 36px;
  background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 49px;
}
.jun7 .content .matter .text {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  opacity: 0.7;
}
.jun7 .content .matter .pick {
  margin: 73px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  color: #FFFEFE;
}
.jun7 .content .matter .pick p {
  font-size: 48px;
  color: #E72410;
  display: inline-block;
}
.jun8 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.jun8 .bg {
  width: 100%;
  height: 100%;
}
.jun8 .title {
  position: absolute;
  width: 100%;
  padding: 0 5%;
  top: 10.67708333vw;
  z-index: 1;
  font-size: 38px;
  color: #fff;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
}
.jun8 .title p {
  display: inline-block;
  color: #E72410;
}
.jun9 {
  position: relative;
  height: 100vh;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jun9 .title {
  text-align: center;
  font-size: 38px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 93px;
}
.jun9 .content {
  display: flex;
  justify-content: center;
}
.jun9 .content .item:not(:last-child) {
  margin: 0 100px 0 0;
}
.jun9 .content .item .img {
  width: 380px;
  position: relative;
  margin: 0 0 21px;
}
.jun9 .content .item .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 400px;
  height: 3px;
  background: #21B3FF;
  border-radius: 2px;
  animation: 5s img__line infinite linear;
}
.jun9 .content .item .img .clip {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: 5s img__clip infinite linear;
}
.jun9 .content .item p {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 20px 0 0 0;
  text-align: center;
}
@keyframes img__line {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes img__clip {
  0% {
    clip-path: inset(0 0 0 0);
  }
  50% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.each_animate > * {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
}
.show_on {
  opacity: 1!important;
  transform: translateY(0) !important;
}
.unset_on {
  transition: 0.3s !important;
  transition-delay: unset!important;
}

.fixed_series{
  position: fixed;
  top: 2.60416666666667vw;
  left: 0;
  z-index: 9999;
  height: 2.60416666666667vw;
  background: rgba(26, 26, 26, 0.95);
  width: 100%;
}
.fixed_series .joke{
  width: 58.33333333vw;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_series .joke p{
  font-size: 0.72916666666667vw;
  font-weight: 500;
  color: #FFFFFF;
}
.fixed_series .joke .r{
  display: flex;
  align-items: center;
}
.fixed_series .joke .r a{
  font-size: 0.72916666666667vw;
  font-weight: 400;
  color: #FFFFFF;
}
.fixed_series .joke .r a:not(:last-child) {
  margin: 0 2.86458333333333vw 0 0;
}



.my1{
  background: #fff;
}
.my1 .wrap{
  width: 57.29166666666667vw;
  margin: 120px auto 59px;
}
.my1 .wrap .dis{
  display: flex;
  justify-content: space-between;
}
.my1 .wrap .dis .l{
  width: 33.125vw;
  height: 39.89583333333333vw;
  background: linear-gradient(135deg, #E3E5EC, #F1F3F6);
  border-radius: 8px;
  padding:0 1.97916666666667vw;
}
.my1 .wrap .dis .l .text{
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  margin: 5.98958333333333vw 0 5.57291666666667vw 0;
}
.my1 .wrap .dis .l .img{
  width: 100%;
}
.my1 .wrap .dis .l .img img{
  width: 100%;
}
.my1 .wrap .dis .r{
  width: 23.33333333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.my1 .wrap .dis .r .item{
  width: 100%;
  height: 19.53125vw;
  background: linear-gradient(135deg, #E3E5EC, #F1F3F6);
  border-radius: 8px;
  overflow: hidden;
}

.my1 .wrap .dis .r .item .red{
  width: 286px;
  height: 88px;
  background: linear-gradient(120deg, #E72410, #FF8C7F, #E72410);
  border-radius: 24px;
  position: relative;
  margin: 5.625vw auto 2.08333333333333vw;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my1 .wrap .dis .r .item .red:after{
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background: #E3E5EC;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 19px;
  z-index: -1;
}
.my1 .wrap .dis .r .item .red p{
  font-size: 36px;
  font-family: "MiSans",sans-serif !important;
  font-weight: 600;
  color: #E72410;
  background: linear-gradient(120deg, #E72410 0.1220703125%, #FF8C7F 50%, #E72410 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my1 .wrap .dis .r .item .black{
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.my1 .wrap .dis .r .item .blue{
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  background: linear-gradient(120deg, #0161BE 0.1220703125%, #40B1FD 50%, #0261BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin: 3.90625vw 0 0 0 ;
}
.my1 .wrap .dis .r .item .img,.my1 .wrap .dis .r .item .img img{
  width: 100%;
}
.my1 .wrap .content{
  margin: 0.98958333333333vw 0 0 0;
  width: 100%;
  height: 19.53125vw;
  background: linear-gradient(135deg, #E3E5EC, #F1F3F6);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.my1 .wrap .content .text{
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin: 0 6.14583333333333vw 0 0;
}
.my1 .wrap .content .img,.my1 .wrap .content .img img{
  height: 100%;
}
.my2{
  background: #fff;
  height: calc(100vh + 1000px);
}
.my2 .fixed_{
  height: 100vh;
  position: relative;
}

.my2 .wrap{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.my2 .wrap .title{
  text-align: center;
  position: absolute;
  top: 5.20833333333333vw;
  left: 0;
  width: 100%;
}
.my2 .wrap .title h1{
  font-size: 48px;
  font-weight: bold;
  color: #222222;
  margin: 0 0 33px;
}
.my2 .wrap .title .red{
  font-size: 26px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 29px;
}
.my2 .wrap .title .pick{
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.my2 .wrap .img{
  width: 100%;
  height: 100%;
  transform: scale(0.625) translate(0,145px);
  position: relative;
}
.my2 .wrap .img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.my2 .wrap_{
  text-align: center;
  padding: 0 5%;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 6.19791666666667vw;
  z-index: 1;
  margin-left: -50%;
}
.my2 .wrap_ .title_{
  font-size: 38px;
  font-weight: bold;
  color: #222222;
}
.my2 .wrap_ .title_ p{
  font-size: 38px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.my2 .wrap_ .pick{
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  margin: 29px 0 0 0;
}
.my4{
  background: #fff;
  position: relative;

}
.my4 .bg{
  width: 100%;
}

.my4 .wrap{
  position: absolute;
  left: 18.69791666666667vw;
  top: 11.61458333333333vw;
  z-index: 2;
}
.my4 .wrap .title{
  font-size: 1.97916666666667vw;
  font-weight: bold;
  color: #222222;
  line-height: 2.60416666666667vw;
  margin: 0 0 3.64583333333333vw;
}
.my4 .wrap .display{
  display: flex;
  margin: 0 0 5.3125vw;
}
.my4 .wrap .display .list{
  text-align: center;
}
.my4 .wrap .display .list img{
  width: 100%;
}
.my4 .wrap .display .list:last-child{
  width: 17.44791666666667vw;
}
.my4 .wrap .display .list:not(:last-child) {
  margin: 0 28px 0 0;
  width: 8.75vw;
}
.my4 .wrap .display .list p{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 12px 0 0 0;
}
.my4 .wrap .icon{
  display: flex;
  align-items: center;
  margin: 0 0 0 5.10416666666667vw;
}
.my4 .wrap .icon .list{
  text-align: center;
  cursor: pointer;
}
.my4 .wrap .icon .list .img{
  animation: 20s dong2 infinite linear;
}
.my4 .wrap .icon .list:nth-child(2) .img{
  animation-delay: 4s;
}
.my4 .wrap .icon .list:nth-child(3) .img{
  animation-delay: 8s;
}
.my4 .wrap .icon .list:nth-child(4) .img{
  animation-delay: 12s;
}
.my4 .wrap .icon .list:nth-child(5) .img{
  animation-delay: 16s;
}
@keyframes dong2 {
  0%{
    transform: rotateY(0deg);
  }
  5%{
    transform: rotateY(180deg);
  }
  10%{
    transform: rotateY(0deg);
  }
  100%{

  }
}
.my4 .wrap .icon .list:not(:last-child) {
  margin: 0 8.07291666666667vw 0 0;
}
.my4 .wrap .icon .list .img{
  width: 2.8125vw;
  height: 2.60416666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 23px;
  transition: 1s;
}

.my4 .wrap .icon .list p{
  font-size: 17px;
  font-weight: 500;
  color: #222222;
}
.my5{
  background: #fff;
}
.my5 .wrap{
  width: 62.5vw;
  margin: 146px auto 161px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my5 .wrap .content .title{
  margin: 0 0 108px;
}
.my5 .wrap .content .title .red{
  font-size: 38px;
  font-weight: bold;
  color: #222222;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}
.my5 .wrap .content .title p{
  font-size: 26px;
  font-weight: 500;
  color: #222222;
}
.my5 .wrap .content .display{
  position: relative;
  left: -20px;
}
.my5 .wrap .content .display .item{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 0 38px;
  width: 627px;
}
.my5 .wrap .content .display .item:not(:last-child) {
  margin: 0 0 83px;
}
.my5 .wrap .content .display .item .list{
  text-align: center;
}
.my5 .wrap .content .display .item .list .img{
  animation: 28s dong infinite linear;
}
.my5 .wrap .content .display .item:first-child .list:nth-child(2) .img{
  animation-delay: 4s;
}
.my5 .wrap .content .display .item:first-child .list:nth-child(3) .img{
  animation-delay: 8s;
}
.my5 .wrap .content .display .item:nth-child(2) .list:nth-child(1) .img{
  animation-delay: 12s;
}
.my5 .wrap .content .display .item:nth-child(2) .list:nth-child(2) .img{
  animation-delay: 16s;
}
.my5 .wrap .content .display .item:nth-child(2) .list:nth-child(3) .img{
  animation-delay: 20s;
}
.my5 .wrap .content .display .item:nth-child(2) .list:nth-child(4) .img{
  animation-delay: 24s;
}
.my5 .wrap .content .display .item .list .img{
  width: 58px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  transition: 1s;
  cursor: pointer;
}
/*.my5 .wrap .content .display .item .list:hover .img{*/
/*  transform: rotateY(180deg);*/
/*}*/
.my5 .wrap .content .display .item .list p{
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

@keyframes dong {
  0%{
    transform: rotateY(0deg);
  }
  3.5%{
    transform: rotateY(180deg);
  }
  7%{
    transform: rotateY(0deg);
  }
  100%{
    transform: rotateY(0deg);
  }
}
.my5 .wrap .r{
  position: relative;
  width: 23.07291666666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my5 .wrap .r .wfg{
  width: 100%;
}
.my5 .wrap .r .img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20.83333333333333vw;
}
.my5 .wrap .r .img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 23.07291666666667vw;
  height: 3px;
  background: #21B3FF;
  border-radius: 2px;
  animation: 5s img__line infinite linear;
}
.my5 .wrap .r .img .clip{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  animation: 5s img__clip infinite linear;
}
.my6{
  background: #F7F9FB;
  height: calc(100vh + 6500px);

}
.my6 .fixed_{
  height: 100vh;
  position: relative;

}
.my6 .fixed_ .bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my6 .fixed_ .scale_text{
  position: absolute;
  top: 0;
  left: -97px;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 5;
}
.my6 .fixed_ .scale_text p{
  font-size: 86px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 96px;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.my6 .fixed_ .position{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my6 .fixed_ .position .list{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: fit-content;
  height: fit-content;
}
.my7{
  height: calc(100vh + 1000px);
  position: relative;
}
.my7 .wrap{
  height: 100vh;
  position: relative;
}
.my7 .wrap .bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
}
.my7 .wrap .joke_bg .bg{
  opacity: 0;
  pointer-events: none;
}
.my7 .wrap .joke_bg .bg.on{
  opacity: 1;
  pointer-events: auto;
}

.my7 .wrap .title{
  text-align: center;
  position: absolute;
  top: 8.59375vw;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}
.my7 .wrap .title .red{
  font-size: 38px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 28px;
}
.my7 .wrap .title p{
  font-size: 26px;
  font-weight: 500;
  color: #222222;
}

.my7 .wrap .content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.my7 .wrap .content .matter{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.my7 .wrap .content .matter.on{
  opacity: 1;
  pointer-events: auto;
}
.my7 .wrap .content .matter .point{
  position: absolute;
}
.my7 .wrap .content .matter1 .point_1{
  top: 33.208333vh;
  left: 17.75vw;
}
.my7 .wrap .content .matter1 .point_2{
  top: 46.208333vh;
  left: 56.145833vw;
}
/*.my7 .wrap .content .matter1 .point_3 {*/
/*  top: 53.208333vh;*/
/*  left: 27.145833vw;*/
/*}*/
/*.my7 .wrap .content .matter1 .point_4 {*/
/*  top: 59.208333vh;*/
/*  left: 51.145833vw;*/
/*}*/
.my7 .wrap .content .matter .point .blue{
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(120deg, #0161BE 0.1220703125%, #40B1FD 50%, #0261BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}
.my7 .wrap .content .matter .point.right .blue{
  transform: translateX(50px);
}
.my7 .wrap .content .matter .point .dis{
  display: flex;
  align-items: center;
  margin: 0 0 26px;
}
.my7 .wrap .content .matter .point .dis .line{
  width: 29.73958333333333vw;
  height: 1px;
  position: relative;
}
.my7 .wrap .content .matter1 .point_1 .dis .line{
  width: 37.739583vw;
}
.my7 .wrap .content .matter .point .dis .line:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  opacity: 0.15;
  transition: 4s;
  transform-origin: left;
  transform: scaleX(0);
}
.my7 .wrap .content .matter .point.right .dis .line:after {
  transform-origin: right;
}
.my7 .wrap .content .matter.on .point .dis .line:after{
  transform: scaleX(1);
}

.my7 .wrap .content .matter .point .dis .circle{
  width: 9px;
  height: 9px;
  background: #E72410;
  border-radius: 50%;
  position: relative;
}
.my7 .wrap .content .matter .point .dis .circle:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 23px;
  height: 23px;
  background: rgba(231,36,16,0);
  border: 1px solid #E72410;
  border-radius: 50%;
}

.my7 .wrap .content .matter .point p{
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  transform: translateX(-50px);
  opacity: 0;
  transition: 1s;
}
.my7 .wrap .content .matter .point.right p{
  transform: translateX(50px);
}
.my7 .wrap .content .matter.on .point .blue{
  opacity: 1;
  transform: translateX(0);
}
.my7 .wrap .content .matter.on .point p{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.my7 .wrap .content .matter .point.right{
  text-align: right;
}
.my7 .wrap .content .matter .point.right .dis{
  flex-direction: row-reverse;
}

.my7 .wrap .content .matter2 .point_1 {
  top: 53.208333vh;
  left: 17.145833vw;
}
.my7 .wrap .content .matter2 .point_2 {
  top: 59.208333vh;
  left: 51.145833vw;
}
.my7 .wrap .content .matter2 .point_1 .dis .line{
  width: 39.739583vw;
}
.my8{
  background: #fff;
}
.my8 .fixed_{
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my8 .wrap{
  margin: auto;
}
.my8 .wrap .position{
text-align: center;
}
.my8 .wrap .title{
  text-align: center;
  margin: 0 0 52px;
}
.my8 .wrap .title .red{
  font-size: 38px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 29px;
}
.my8 .wrap .title p{
  font-size: 26px;
  font-weight: 500;
  color: #222222;
}
.my8 .wrap .dis{
  display: flex;
  justify-content: center;
  margin: 0 0 48px;
}
.my8 .wrap .dis p{
  font-size: 26px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #0161BE 0.1220703125%, #40B1FD 50%, #0261BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.my8 .wrap .dis p:not(:last-child) {
  margin: 0 8.125vw 0 0;
}
.my8 .wrap .img,.my8 .wrap .img img{
  width: 100%;
}
.my8 .wrap .img{
    /*transform-origin: center 65%;*/
  width: 62.5vw;
  margin: auto;
}
.my8 .wrap .img img{
  border-radius: 17px;
  height: 100%;
}

.my9{
  position: relative;
  height: 100vh;
}
.my9 .fixed_{
  height: 100vh;
  width: 100%;
}
.my9 .bg{
  width: 100%;
  height: 100%;
}
.my9 .wrap{
  position: absolute;
  top: 50%;
  left: 18.75vw;
  z-index: 2;
  transform: translateY(-50%);
}
.my9 .wrap .title{
  margin: 0 0 67px;
}
.my9 .wrap .title .red{
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 30px;
}
.my9 .wrap .title p{
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
}
.my9 .wrap .content .list:not(:last-child) {
  margin: 0 0 44px;
}
.my9 .wrap .content .list .blue{
  font-size: 26px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #0161BE 0.1220703125%, #40B1FD 50%, #0261BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 12px;
}
.my9 .wrap .content .list p{
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.my10{
  position: relative;
  height: 100vh;
}
.my10 .fixed_{
  height: 100%;
  position: relative;
}
.my10 .fixed_ .bg{
  width: 100%;
  height: 100%;
}
.my10 .fixed_ .title{
  font-size: 38px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  top: 18.64583333333333vh;
  text-align: center;
}
.my10 .fixed_ .content{
  position: absolute;
  left: 50%;
  top: 81.14583333333333vh;
  display: flex;
  z-index: 3;
  justify-content: center;
  transform: translateX(-50%);
}
.my10 .fixed_ .content .item{
  text-align: center;
}
.my10 .fixed_ .content .item:not(:last-child) {
  margin: 0 240px 0 0;
}
.my10 .fixed_ .content .item .blue{
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(120deg, #0161BE 0.1220703125%, #40B1FD 50%, #0261BF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 21px;
}
.my10 .fixed_ .content .item .cao{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.my10 .fixed_ .content .item .cao .img{
  display: flex;
  align-items: center;
}
.my10 .fixed_ .content .item .cao p{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  opacity: 0.6;
  margin: 0 0 0 14px;
}
.my11{
  position: relative;
  background: #060608;
}
.my11 .wrap{
  width: 78.125vw;
  margin: 150px auto 258px;
}
.my11 .wrap .title{
  margin: 0 0 125px;
  text-align: center;
}
.my11 .wrap .message {
  width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.my11 .wrap .message .list .img {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 19px;
  filter: brightness(50) grayscale(4);
}
.my11 .wrap .message .list p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.my11 .wrap .title .red{
  font-size: 38px;
  font-weight: bold;
  color: #E72410;
  background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 31px;
}
.my11 .wrap .title p{
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .my11 .wrap .message .list .img{
    width: 26px;
    height: 28px;
  }
  .my11 .wrap .message .list p{
    font-size: 13px;
  }
}
.my11 .wrap .content{
  display: flex;
  justify-content: space-between;
}
.my11 .wrap .content .item{
  width: 18.75vw;
}
.my11 .wrap .content .item .img{
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.my11 .wrap .content .item .img img{
  width: 100%;
  transition: 2s;
}
.my11 .wrap .content .item .img:hover img{
  transform: scale(1.1);
}
.my11 .wrap .content .item .text{
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
@keyframes cao_animate {
  0% {
    opacity: 0.3;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(15);
  }
}
@keyframes cao2_animate {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(10);
  }
}
@keyframes animate_clip {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  15% {
    clip-path: inset(0 100% 0 0);
  }
  70% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 1920px) {
  .fixed_series{
    min-height: 48px;
    top: 48px;
  }
}
@media screen and (max-width: 2068px) {
  .my1 .wrap .dis .r .item .black,.my1 .wrap .dis .l .text,.my1 .wrap .dis .r .item .blue,.my1 .wrap .content .text{
    font-size: 26px;
  }
}
@media screen and (max-width: 1730px) {
  .my7 .wrap .title p{
    font-size: 22px;
  }
  .my7 .wrap .title .red{
    font-size: 34px;
    margin: 0 0 18px;
  }
  .my7 .wrap .title {
    top: 10.59375vw;
  }
  .my7 .wrap .content .matter .point p{
    font-size: 14px;
  }
  .my7 .wrap .content .matter .point .dis .line {
    width: 35.739583vw;
  }

  .my7 .wrap .content .matter1 .point_1 {
    top: 33.208333vh;
    left: 19.75vw;
  }

  .my7 .wrap .content .matter2 .point_1 .dis .line{
    width: 40.739583vw;
  }
}
@media screen and (max-width: 1712px) {
  .my1 .wrap .content .text{
    margin: 0 59px 0 0;
  }
  .my5 .wrap{
    width: 67.5vw;
  }
}
@media screen and (max-width: 1608px) {
  .my1 .wrap .dis .r .item .black, .my1 .wrap .dis .l .text, .my1 .wrap .dis .r .item .blue, .my1 .wrap .content .text {
    font-size: 23px;
  }
  .my1 .wrap .dis .r .item .red p{
    font-size: 30px;
  }
  .my1 .wrap .dis .r .item .red{
    width: 238px;
    height: 79px;
  }
  .my2 .wrap .title h1{
    font-size: 38px;
  }
  .my2 .wrap .title .red{
    font-size: 23px;
  }
  .my2 .wrap .title .pick{
    font-size: 18px;
  }
  .my5 .wrap{
    width: 73.5vw;
  }
  .my5 .wrap .content .title .red{
    font-size: 36px;
  }
}
@media screen and (max-width: 1520px) {
  .jun7 .content .matter .text{
    font-size: 16px;
  }
  .my7 .wrap .content .matter1 .point_1 {
    top: 33.208333vh;
    left: 10.75vw;
  }
  .my7 .wrap .content .matter1 .point_1 .dis .line{
    width: 45.739583vw;
  }


}
@media screen and (max-width: 1440px) {
  .my10 .fixed_ .content .item:not(:last-child) {
    margin: 0;
  }
  .my10 .fixed_ .content{
    width: 51%;
    justify-content: space-between;
  }

}
@media screen and (max-width: 1425px) {
  .jun3 .wrap .content .title{
    font-size: 33px;
  }
  .products_page2 .fix .wrap {
    width: 42.4375vw;
    left: 13.75vw;
  }
  .products_page2 .fix .wrap .text{
    font-size: 16px;
  }
  .products_page2 .fix .wrap .figure .item span{
    font-size: 23px;
  }
  .products_page3 .wrap .content .list span{
    font-size: 23px;
  }
  .my1 .wrap .dis .r .item .black, .my1 .wrap .dis .l .text, .my1 .wrap .dis .r .item .blue, .my1 .wrap .content .text {
    font-size: 21px;
  }
  .my1 .wrap .dis .r .item .red p{
    font-size: 25px;
  }
  .my1 .wrap .dis .r .item .red{
    width: 211px;
    height: 67px;
  }
  .my5 .wrap .content .display .item .list .img {
    width: 40px;
    height: 34px;
  }
  .my5 .wrap .content .display .item .list:not(:last-child) {
    margin: 0 83px 0 0;
  }
  .my5 .wrap .content .title p{
    font-size: 24px;
  }
  .my6 .fixed_ .scale_text p{
    font-size: 65px;
  }
}
@media screen and (max-width: 1300px) {
  .jun3 .wrap .content .title{
    font-size: 28px;
  }
  .jun3 .wrap .content {
    left: unset;
    right: 5%;
  }
  .my1 .wrap .dis .r .item .black, .my1 .wrap .dis .l .text, .my1 .wrap .dis .r .item .blue, .my1 .wrap .content .text {
    font-size: 19px;
  }
  .my1 .wrap .dis .r .item .red{
    width: 203px;
    height: 65px;
  }
  .my1 .wrap .dis .r .item .red p{
    font-size: 22px;
  }
  .my5 .wrap .content .display .item:not(:last-child) {
    margin: 0 0 55px;
  }
  .my5 .wrap .content .display .item .list:not(:last-child) {
    margin: 0 72px 0 0;
  }
  .my5 .wrap .content .title .red{
    margin: 0 0 17px;
  }
  .my5 .wrap{
    width: 80.5vw;
  }
  .my5 .wrap .content .title {
    margin: 0 0 77px;
  }
}
@media screen and (max-width: 1184px) {
  .my1 .wrap .dis .r .item .black, .my1 .wrap .dis .l .text, .my1 .wrap .dis .r .item .blue, .my1 .wrap .content .text {
    font-size: 17px;
  }
  .my1 .wrap .dis .r .item .red {
    width: 191px;
    height: 60px;
  }
  .products_page .text{
    width: 100%;
  }
}
@media screen and (max-width: 1130px) {
  .jun3 .wrap .content .title{
    font-size: 25px;
    line-height: 43px;
  }
  .jun2 .wrap{
    width: 80%;
  }
}
@media screen and (max-width: 1092px) {
  .my1 .wrap .dis .r .item .black, .my1 .wrap .dis .l .text, .my1 .wrap .dis .r .item .blue, .my1 .wrap .content .text {
    font-size: 16px;
  }
  .my5 .wrap .content .title .red{
    font-size: 33px;
  }
  .my5 .wrap .content .title p{
    font-size: 22px;
  }
  .my5 .wrap .content .title {
    margin: 0 0 54px;
  }
  .my4 .bg{
    min-height: 570px;
  }

}
@media screen and (max-width: 1023px) {
  .fixed_series .joke{
    width: 90%;
  }
  .fixed_series .joke .r a,.fixed_series .joke p{
    font-size: 13px;
  }
  .products_page .bg,.products_page .text{

    display: none;
  }
  .products_page .sj_bg{
    display: block!important;
    width: 100%;
  }
  .header .head_width .logo img{
    filter: unset!important;
  }
  body#black .header:after {
    background: #fff;
  }
  .products_page{
    margin: 94px 0 0 0!important;
  }
  body.products_page2 .products_page{
    margin: 54px 0 0 0!important;
  }
  .products_page .text .english{
    font-size: 13px;
    line-height: 1;
  }
  .products_page .text .title{
    font-size: 12px;
  }
  .products_page .text .english {
    margin: 0 0 6px;
  }
  .products_page .text {
    top: 5.416667vw;
  }
  .products_page2{
    height: auto!important;
  }
  .products_page2 .sj_bg{
    width: 100%;
    display: block!important;
  }
  .products_page2 .fix{
    transform: none!important;
    height: auto;
  }
  .products_page2 .fix .bg{
    opacity: 1!important;
    transform: none!important;
    display: none;
  }
  .products_page2 .fix .wrap {
    width: 100%;
    left: 0;
    padding: 0 5%;
    position: static;
    margin: 41px 0 70px 0;
    transform: none;
  }
  .products_page2{
    background: #070707;
  }
  .products_page2 .fix .wrap .title{
    font-size: 24px;
    margin: 0 0 20px;
  }
  .products_page2 .fix .wrap .text {
    font-size: 12px;
    line-height: 27px;
  }
  .products_page2 .fix .wrap .figure{
    display: grid;
    grid-gap: 15px 0 ;
    grid-template-columns: repeat(2,1fr);
    margin: 31px 0 0 0;
  }
  .products_page2 .fix .wrap .figure .item span {
    font-size: 18px;
  }
  .products_page2 .fix .wrap .figure .item p{
    font-size: 12px;
  }

  .each_animate > *{
    opacity: 1!important;
    transform: translateY(0) !important;
  }
  .products_page3 .bg{
    display: none;
  }
  .products_page3 .sj_bg{
    width: 100%;
    display: block!important;
  }
  .products_page3{
    background: #020003;
  }
  .products_page3 .wrap{
    position: static;
    transform: none;
    margin: 16px 0 70px 0;
    padding: 0 5%;
  }
  .products_page3 .wrap .title{
    font-size: 23px;
    margin: 0 0 27px;
  }
  .products_page3 .wrap .content .list span{
    font-size: 18px;
    margin: 0;
  }

  .products_page3 .wrap .content .list p{
    font-size: 12px;
  }

  .products_page3 .wrap .content .list:not(:last-child) {
    margin: 0 0 20px;
  }
  .products_page4{
    padding: 40px 0 50px 0;
  }
  .products_page4 .fix .wrap{
    width: 90%;
    top: 0;
    left: 0;
    transform: none;
    margin: auto;
  }
  .products_page4 .fix .wrap .top .title {
    font-size: 24px;
    line-height: 1.3;
    opacity: 1!important;
    transform: none!important;
    position: static;
    margin: 0 0 52px;
  }
  .products_page4 .fix{
    transform: none!important;
    height: auto;
  }

  .products_page4{
    height: auto!important;
  }
  .products_page4 .fix .wrap .top .display{
    opacity: 1!important;
    transform: none!important;
  }
  .products_page4 .fix .wrap .top .display .item .img {
    width: 31px;
    height: 28px;
  }
  .products_page4 .fix .wrap .top .display .item p{
    font-size: 12px;
  }
  .products_page4 .fix .wrap .top .display {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 38px 24px;
    margin: 0 auto 50px;
  }
  .products_page4 .fix .wrap .img {
    width: 80%;
    margin: auto;
  }
  .products_page5{
    height: auto!important;
  }
  .products_page5 .fix{
    display: none;
  }
  .products_page5 .sj_fix{
    display: block!important;
    padding: 50px 5%;
  }
  .products_page5 .sj_fix .matter:not(:last-child) {
    margin: 0 0 70px;
  }
  .products_page5 .sj_fix .matter .headline{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px;
    position: relative;
    height: 33px;
  }
  .products_page5 .sj_fix .matter .headline .txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
  }
  .products_page5 .sj_fix .matter .headline .txt.on{
    opacity: 1;
    pointer-events: none;
  }
  .products_page5 .sj_fix .matter .headline p {
    display: inline-block;
    color: #E72410;
  }
  .products_page5 .sj_fix .matter .img{
    width: 100%;
    margin: auto;
  }
  .products_page5 .sj_fix .matter .img .swiper .swiper-slide{
    width: 100%;
  }
  .products_page5 .sj_fix .matter .img .swiper .swiper-slide img{
    width: 80%;
    margin: auto;
    display: block;
  }

  .products_page5 .sj_fix .matter .img .swiper-pagination{
    position: static;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .products_page5 .sj_fix .matter .img .swiper-pagination span{
    border-radius: 0;
    width: 30px;
    height: 2px;
    background: rgba(255,255,255,0.5);
    opacity: 1!important;
    transition: 0.6s;
  }

  .products_page5 .sj_fix .matter .img .swiper-pagination .swiper-pagination-bullet-active{
    background: #E72410;
  }

  .products_page5 .sj_fix .matter .text{
    margin: 30px 0 0 0;
    text-align: center;
    height: 49px;
    position: relative;
  }
  .products_page5 .sj_fix .matter .text .txt2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
  }
  .products_page5 .sj_fix .matter .text .txt2.on{
    opacity: 1;
    pointer-events: auto;
  }
  .products_page5 .sj_fix .matter .text h2{
    font-size: 20px;
    font-weight: bold;
    color: #E72410;
    line-height: 1;
    background: linear-gradient(30deg, #D9230F 0%, #FF492A 50%, #CC1306 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 11px;
  }
  .products_page5 .sj_fix .matter .text p{
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.7;
  }
  .jun2{
    height: auto;
    background: #000000;
  }
  .jun2 .wrap {
    width: 90%;
    padding: 60px 0;
    margin: auto;
    transform: none;
    top: 0;
    left: 0;
  }
  .jun2 .wrap .title .red,.jun2 .wrap .title .text{
    font-size: 24px;
    line-height: 1;
  }
  .jun2 .wrap .content .item .jump{
    width: 70px;
    height: 70px;
  }
  .jun2 .wrap .title {
    margin: 0 0 49px;
  }
  .jun2 .wrap .content .item .pick{
    font-size: 13px;
    line-height: 25px;
  }
  .jun2 .bg{
    display: none;
  }
  .jun2 .wrap .content .item .jump img {
    width: 29px;
  }
.jun8{
  height: auto;
  padding: 0 0 176px;
}
  .jun8 .title {
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    top: 0;
  }
  .jun8 .bg{
    position: absolute;
    top: 0;
    left: 0;
  }
  .jun3 .wrap{
    margin: auto;
  }
  .jun3 .wrap .left .position,.jun3 .wrap .left .img{
    display: none;
  }
  .jun3 .wrap .content{
    position: static;
    width: 90%;
    margin: auto;
  }
  .jun3 .wrap .content .title {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 45px;
    text-align: left;
  }
  .jun3 .wrap .content .message .list .icon {
    width: 23px;
    height: 26px;
  }
  .jun3 .wrap .content .message .list p{
    font-size: 12px;
  }
  .jun3 .wrap .content .message{
    justify-content: unset;
  }
  .jun3 .sj_left{
    display: block!important;
    width: 95%;
  }
  .jun3 .sj_left img{
    width: 100%;
    margin: 60px 0 35px 0;
  }
  .jun3{
    height: auto;
  }
  .jun9{
    height: auto;
    padding: 78px 0;
  }
  .jun9 .wrap{
    width: 90%;
  }
  .jun9 .title{
    font-size: 21px;
    margin: 0 0 26px;
  }
  .jun9 .content{
    justify-content: space-between;
  }
  .jun9 .content .item .img:after{
    width: 105%;
  }
  .jun9 .content .item p {
    font-size: 15px;
    margin: 0 0 0 0;
  }
  .jun9 .content .item{
    width: 48%;
  }
  .jun9 .content .item:not(:last-child) {
    margin: 0;
  }
  .jun9 .content .item .img{
    width: 100%;
    margin: 0 0 12px;
  }

  .jun4{
    height: auto;
  }
  .jun4 .point{
    display: none;
  }

  .jun4 .wrap .display {
    grid-gap: 30px 63px;
  }
  .jun4 .wrap .message{
    margin: 50px 0 0 0;
    flex-direction: column;
  }
  .jun4 .wrap .message .headline{
    font-size: 22px;
    margin: 0 0 30px 0;
  }
  .jun4 .wrap .message .text {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
  .jun4 .wrap .message .headline {
    margin: 0 0 22px 0;
  }
  .jun5 .fix{
    height: auto;
    transform: none!important;
  }
  .jun5 .fix .wrap{
    width: 90%;
    left: 0;
    margin: auto;
    flex-direction: column;
    padding: 70px 0 0 0;
  }
  .jun5{
    height: auto!important;
  }
  .jun5 .fix .wrap .scale_text{
    transform: scale(1) !important;
    opacity: 1!important;
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    position: static;
  }
  .jun5 .fix .wrap .img{
    width: 100%;
    opacity: 1!important;
    transform: none!important;
  }
  .jun5 .sj_display{
    flex-direction: column-reverse;
  }
  .jun5 .fix .wrap .left .matter{
    position: static;
    margin: 0 0 60px;
  }
  .jun5 .fix .wrap .left{
    width: 100%;
    min-height: fit-content;
  }
  .jun5 .fix .wrap .left .title{
    font-size: 20px;
    margin: 0 0 18px;
  }
  .jun5 .fix .wrap .left .headline{
    font-size: 16px;
    margin: 0;
  }
  .jun5 .fix .wrap .left .list {
    margin: 20px 0 0 0;
  }
  .jun5 .fix .wrap .left .list .red{
    font-size: 18px;
    margin: 0;
  }
  .jun5 .fix .wrap .left .list p{
    font-size: 12px;
  }
  .jun6{
    padding: 0 0 125px 0;
  }
  .jun6 .top{
    width: 90%;
    left: 0;
    flex-direction: column-reverse;
  }
  .jun6 .top .left {
    margin: 53px 0 0 0;
  }
  .jun6 .top .left .title{
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 40px;
  }
  .jun6 .top .left {
    margin: 0;
  }
  .jun6 .top .left .display{
    flex-direction: column;
  }
  .jun6 .top .left .display .list:not(:last-child) {
    margin: 0 0 34px 0;
  }
  .jun6 .top .left .display .list .red{
    font-size: 17px;
    margin: 0;
  }
  .jun6 .top .left .display .list .cao p{
    font-size: 13px;
  }
  .jun6 .bottom {
    width: 90%;
    margin: 68px auto 0;
  }
  .jun6 .bottom .headline{
    font-size: 24px;
    margin: 0 0 29px;
  }
  .jun6 .bottom .message .list .img{
    width: 30px;
    height: 40px;
    margin: 0 auto 9px;
  }
  .jun6 .bottom .message .list p{
    font-size: 12px;
  }
  .jun7 .content .matter .position{
    display: none!important;
  }
  .jun7{
    height: auto!important;
    padding: 0 0 70px 0;
  }
  .jun7 .sj_bg{
    display: block!important;
    width: 90%;
    margin: auto;
  }
  .jun7 .sj_bg img{
    width: 100%;
    margin: 0 0 20px;
  }
  .jun7 .fix{
    height: auto;
    transform: none!important;
  }
  .jun7 .bg{
    display: none;
  }
  .jun7 .content{
    position: static;
    width: 90%;
    margin: auto;
  }
  .jun7 .content .matter .red{
    font-size: 24px;
    margin: 0 0 23px;
  }
  .jun7 .content .matter .text {
    font-size: 13px;
    line-height: 26px;
  }
  .jun7 .content .matter .pick {
    margin: 19px 0 0 0;
    font-size: 13px;
  }
  .jun7 .content .matter .pick p{
    font-size: 25px;
  }
  .jun1{
    background: #F2F2F2;
    height: auto!important;
  }
  .jun1 .wrap .title{
    font-size: 21px;
    line-height: 33px;
  }
  .jun1 .wrap .content{
    left: 0;
    padding: 0 5%;
  }
  .jun1 .wrap .content .item .headline .img {
    width: 25px;
    height: 25px;
  }
  .jun1 .bg{
    display: none;
  }
  .jun1 .wrap{
    position: static;
    padding: 52px 0 66px 0;
    margin: auto;
  }
  .jun1 .wrap .content .item .headline p{
    font-size: 18px;
  }
  .jun1 .wrap .content .item .text{
    font-size: 12px;
  }
  .jun1 .wrap .content .item .headline{
    margin: 0 0 13px;
  }
  .jun1 .wrap .content .item:not(:last-child) {
    margin: 0 0 32px;
  }

  .my1 .wrap{
    width: 92%;
    margin: 14px auto 28px;
  }
  .my1 .wrap .dis{
    flex-direction: column;
  }
  .my1 .wrap .dis .l{
    width: 100%;
    padding: 20px 1.97916666666667vw;
    height: fit-content;

  }
  .my1 .wrap .dis .r{
    width: 100%;
    min-height: auto;
  }
  .my1 .wrap .dis .l{
    min-height: 486px;
  }
  .my1 .wrap .dis .r .item{
    height: fit-content;
    margin: 9px 0 0 0;
    background: #EFF1F4;
  }
  .my1 .wrap .dis .r .item .black{
    margin: 0 0 40px;
  }
  .my1 .wrap .dis .r .item .red {
    width: 167px;
    height: 48px;
  }
  .my1 .wrap .dis .r .item .red p {
    font-size: 20px;
  }
  .my1 .wrap .dis .r .item .red{
    margin: 48px auto 15px;
  }
  .my1 .wrap .dis .r .item:first-child{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: none;
  }

  .my1 .wrap .dis .r .item .sj_joke{
  display: block!important;
}
  .my1 .wrap .dis .r .item .blue{
    margin: 0;
    -webkit-text-fill-color: unset;
    background: none;
    color: #333;
    font-size: 14px;
  }
  .my1 .wrap .dis .r .item .blue br{
    display: none;
  }
  .my1 .wrap .dis .r .item .black {
    margin: 0 0 19px;
    font-size: 16px;
    color: #000;
  }

  .my1 .wrap .dis .l .text{
    color: #000;
    position: relative;
    top: -18px;
  }


  .my1 .wrap .content{
    min-height: auto;
    margin: 9px 0 0 0;
    padding: 62px 0 0 0;
    height: auto;
    flex-direction: column;
  }
  .my1 .wrap .content .text{
    margin: 35px;
  }
  .my1 .wrap .content .img{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: auto;
  }
  .my1 .wrap .content .img img{
    width: 87%;
    object-fit: contain;
    height: auto;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*height: fit-content;*/
  }
  .my1 .wrap .content .text{
    text-align: center;
    color: #000;
    position: relative;
    top: -21px;
  }
  .my2 .wrap .img img{
    border-radius: 8px;
  }
  .my2{
    padding: 0 0 20px;
  }
  .my2,.my2 .wrap{
    height: auto;
  }
  .my2 .wrap .img{
    transform: none;
    margin: 20px 0 0 0;

  }
  .my1 .wrap .dis .l .text{
    margin: 71px 0 30px 0;
  }

  .my2 .wrap .title{
    position: static;
    padding: 0 2%;
  }
  .my2 .wrap .title h1{
    font-size: 23px;
    margin: 0 0 17px;
  }
  .my2 .wrap .title .red{
    font-size: 16px;
    margin: 0 0 16px;
    display: none;
  }
  .my2 .wrap .title .red.sj_red{
    display: block!important;
  }
  .my2 .wrap .title .pick {
    font-size: 12px;
    line-height: 2;
  }

  .my2 .wrap{
    padding: 0 2%;
  }
  .my2 .wrap_{
    position: static;
    margin-left: 0;
    margin-top: 20px;
    transform: none;
  }
  .my2 .wrap_ .title_ p,.my2 .wrap_ .title_{
    font-size: 20px;
  }
  .my2 .wrap_ .pick {
    font-size: 16px;
    margin: 8px 0 0 0;
    display: none;
  }
  .my2 .wrap_ .title_ p{
    background: transparent;
    font-size: 13px;
    color: #222222;
    -webkit-text-fill-color: unset;
  }

  .my2 .wrap_ .title_{
    font-size: 13px;
  }

  .giao .products_page{
    margin: 54px 0 0 0!important;
  }

  .my4 .wrap .display{
    display: none;
  }
  .my4 .wrap .title{
    font-size: 20px;
    line-height: 1.5;
  }
  .my4 .wrap {
    padding: 0 5%;
    width: 100%;
    position: static;
  }
  .my4 {
    display: flex;
    flex-direction: column-reverse;
    background: #F1F0F5;
    padding: 40px 0 0 0;
  }
  .my4 .bg {
    display: none;
    min-height: auto;
  }
  .my4 .bg.sj__{
    display: block!important;
  }
  .my4 .wrap .title{
    text-align: center;
    margin: 0 0 25px;
  }
  .my4 .wrap .icon{
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
  }
  .my4 .wrap .icon .list{
    margin: 0 20px 20px!important;
  }
  .my4 .wrap .icon .list .img {
    width: 30px;
    height: 24px;
    margin: 0 auto 9px;
  }
  .my4 .wrap .icon .list p{
    font-size: 13px;
  }
  .my5 .wrap{
    width: 90%;
    margin: 47px auto 34px;
    flex-direction: column;
  }
  .my5 .wrap .content{
    width: 100%;
    text-align: center;
  }
  .my5 .wrap .r{
    width: 100%;
  }
  .my5 .wrap .content .title .red {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .my5 .wrap .content .title p {
    font-size: 16px;
  }
  .my5 .wrap .content .display .item{
    display: flex;
    width: 100%;
    grid-gap: 0;
    justify-content: center;
  }
  .my5 .wrap .content .display{
    left: 0;
  }
  .my5 .wrap .content .display .item:nth-child(2) {

  }
  .my5 .wrap .content .display .item .list:not(:last-child){
    margin: 0 25px 0 0;
  }
  .my5 .wrap .content .display .item .list p{
    font-size: 11px;
  }
  .my5 .wrap .content .display .item:not(:last-child) {
    margin: 0 0 27px;
  }
  .my5 .wrap .content .display .item .list .img img{
    object-fit: contain;
  }
  .my5 .wrap .content .display .item .list .img {
    width: 34px;
    height: 27px;
  }
  .my5 .wrap .content .title {
    margin: 0 0 34px;
  }
  .my5 .wrap .r{
    width: 80%;
    margin: 25px auto 0;
  }
  .my5 .wrap .r .img{
    width: 88%;
  }
  .my5 .wrap .r .img:after{
    width: 113%;
  }
  .my6{
    display: none;
  }
  .my6_sj{
    display: block!important;
    padding: 34px 5%;

  }
  .my6_sj .dis .flex{
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .my6_sj .dis .flex:nth-child(2){
    grid-template-columns: repeat(3,1fr);
    margin: 32px 0 0 0;
    grid-gap: 0 40px;
  }
  .my6_sj .dis .flex img{
    object-fit: contain;
    width: 80%;
    margin: auto;
  }
  .my6_sj .message {
    margin: 25px 0 0 0;
    text-align: center;
  }
  .my6_sj .message .headline{
    margin: 0 0 15px 0;
    text-align: center;
    line-height: 36px;
  }
  .my6_sj .message .headline p{
    font-weight: bold;
    color: #E72410;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
  }
  .my6_sj .message .headline .text{
    font-weight: bold;
    color: #000;
    font-size: 20px;
  }
  .my6_sj .message .headline p{
    color: #000;
  }
  .my6_sj .message .text{
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
  }
  .my7{
    height: auto;
    padding: 0;
    background: #F3F4F8;
  }
  .my7 .wrap{
    display: flex;
    flex-direction: column-reverse;
  }
  .my7 .wrap .title{
    transform: none;
    left: 0;
    top: 0;
    padding: 30px 5% 20px 5%;
  }
  .my7 .wrap .title .red{
    font-size: 20px;

  }
  .my7 .wrap .title p {
    font-size: 16px;
    display: none;
  }
  .my7 .wrap .title p.sj_p{
    display: block!important;
  }
  .my7 .wrap{
    height: auto;
  }
  .my7 .wrap .content .matter{
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    pointer-events: auto;
    margin: 0 0 20px;
  }
  .my7 .wrap .content .matter .point{
    text-align: center;
    width: 90%;
    margin: auto;
  }
  .my7 .wrap .content .matter .point .sj_circle{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex!important;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0 auto 15px;
    font-size: 19px;
    font-weight: bold;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
  }
  .my7 .wrap .content .matter .point .blue{
    opacity: 1!important;
    transform: none;
    margin: 0 0 10px;
    background: linear-gradient(120deg, #CC0000 0.1220703125%, #FE523F 50%, #CC0000 100%);
    -webkit-background-clip: text;
  }
  .my7 .wrap .content .matter .point.right{
    text-align: center;
  }
  .my7 .wrap .content .matter .point{
    position: static;
  }
  .my7 .wrap .content .matter .point.right p{
    transform: none;
  }
  .my7 .wrap .content .matter .point.right .blue{
    transform: none;
  }
  .my7 .wrap .bg {
    width: 100%;
    height: 100%;
    display: none;
  }
  .my7 .wrap .bg.sj_bg{
    display: block!important;
    position: static;
  }

  .my7 .wrap .content .matter .point .dis{
    display: none;
  }
  .my7 .wrap .content .matter .point .blue{
    font-size: 18px;
  }
  .my7 .wrap .content .matter .point p{
    opacity: 1;
    transform: none;
    font-size: 12px;
    display: none;
  }
  .my7 .wrap .content .matter .point p.sj_p{
    display: block!important;
  }

  .my7 .wrap .title{
    position: static;
    transform: none;
  }
  .my7 .wrap .content{
    position: static;
    padding: 0 5%;
    margin: 25px 0 0 0;
  }
  .my7 .wrap .content .matter{
    position: static;
  }
  .my7 .wrap .content .matter1 .point_1{
    position: static;
  }
  .my8 .fixed_{
    height: auto;
    padding: 20px 5%;
  }
  .my9 .wrap{
    position: static;
  }
  .my8 .wrap .img{
    width: 100%;
  }
  .my8 .wrap .img img {
    border-radius: 9px;
  }
  .my8 .wrap .title .red{
    font-size: 20px;
    margin: 0 0 19px;
  }
  .my8 .wrap .dis p{
    font-size: 12px;
  }
  .my8 .wrap .dis p:not(:last-child) {
    margin: 0;
  }
  .my8 .wrap .dis{
    justify-content: space-between;
  }
  .my8 .wrap .title p{
    font-size: 16px;
  }

  .my8 .wrap .dis{
    margin: 0 0 30px;
  }
  .my8 .wrap .title {
    margin: 0 0 29px;
  }
  .my9{
    background: #000;
  }
  .my9 .wrap .title .red{
    font-size: 20px;
    margin: 0 0 22px;
  }
  .my9 .wrap .content .list .blue{
    font-size: 18px;
    margin: 0;
  }
  .my9 .wrap .title {
    margin: 0 0 14px;
  }
  .my9 .wrap .content .list p{
    font-size: 12px;
  }
  .my9,.my9 .fixed_{
    height: auto;
  }
  .my9 .wrap .title p{
    font-size: 16px;
  }
  .my9 .wrap{
    padding: 0 5%;
    transform: none;
  }
  .my9 .wrap .content .list:not(:last-child) {
    margin: 0 0 20px;
  }

  .my9 .bg{
    display: none;
  }
  .my9 .bg.sj__{
    display: block!important;
  }

  .my10 .fixed_ .title{
    font-size: 19px;
    text-align: left;
    padding: 0 5%;
  }
  .my10 .fixed_ .content{
    width: 100%;
    flex-direction: column;
    align-items: unset;
    padding: 0 5%;
    position: static;
    transform: none;
    margin: 25px 0 0 0;
  }
  .my10 .fixed_ .content .item .blue{
    font-size: 17px;
    margin: 0;
  }
  .my10 .fixed_ .content .item .cao p{
    font-size: 13px;
  }
  .my10 .fixed_ .content .item:not(:last-child){
    margin: 0 0 34px;
  }
  .my10 .fixed_ .content .item{
    text-align: left;
  }
  .my10 .fixed_ .content .item .cao{
    justify-content: unset;
  }

  .my10 .bg{
    display: none;
  }
  .my10 .bg.sj__{
    display: block!important;
  }
  .my10{
    height: auto;
    background: #000;
  }
  .my10 .fixed_ .title{
    position: static;
    transform: none;
  }
  .my11 .wrap {
    width: 90%;
    margin: 34px auto 41px;
  }
  .my11 .wrap .title .red{
    font-size: 20px;
    margin: 0 0 13px;
  }
  .my11 .wrap .title p{
    font-size: 16px;
  }
  .my11 .wrap .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .my11 .wrap .content .item {
    width: 47%;
    margin: 0 0 25px;
  }
  .my11 .wrap .content .item .img {
    border-radius: 12px;
    margin: 0 auto 16px;
  }
  .my11 .wrap .content .item .text{
    font-size: 13px;
  }
  .my11 .wrap .title{
    margin: 0 0 40px;
  }
  .my7 .wrap .joke_bg .bg{
    position: static;

  }
}

@media screen and (max-width: 440px) {
  .fixed_series .joke .r a:not(:last-child) {
    margin: 0 7px 0 0;
  }
  .fixed_series .joke .r a, .fixed_series .joke p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=products_page.css.map */