@font-face {
  font-family: 'iconfont';
  /* Project id 5156014 */
  src: url('//at.alicdn.com/t/c/font_5156014_m2zj8o78bd.woff2?t=1776649345160') format('woff2'), url('//at.alicdn.com/t/c/font_5156014_m2zj8o78bd.woff?t=1776649345160') format('woff'), url('//at.alicdn.com/t/c/font_5156014_m2zj8o78bd.ttf?t=1776649345160') format('truetype');
}
@font-face {
  font-family: poppinsRegular;
  src: url('../fonts/Poppins-Regular.otf');
}
@font-face {
  font-family: poppinsMedium;
  src: url('../fonts/Poppins-Medium.otf');
}
@font-face {
  font-family: poppinsLight;
  src: url('../fonts/Poppins-Light.otf');
}
@font-face {
  font-family: poppinsSemiBold;
  src: url('../fonts/Poppins-SemiBold.otf');
}
@font-face {
  font-family: poppinsBold;
  src: url('../fonts/Poppins-Bold.otf');
}
@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir1.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  color: #272727;
  font-family: poppinsRegular;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
:root {
  --mainC: #1F4397;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #F9AD44;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.7s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.animate-on-scroll {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center center;
  transform: translateY(60px) skewY(1deg);
}
.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translate(0) skew(0);
}
.animate-img {
  overflow: hidden;
  transition: 3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animate-img img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img .img {
  transform: scale(1.2, 1.2);
  transition: 2s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.animate-img.active {
  opacity: 1;
}
.animate-img.active img {
  transform: scale(1);
}
.animate-img.active .img {
  transform: scale(1);
}
.animation-color-bg {
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #1F4397;
  position: absolute;
  inset: 0%;
  transform: translate3d(0px, 0%, 0px);
  transition: 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.animation-color-bg.active {
  transform: translate3d(0px, 100%, 0px);
  transform-style: preserve-3d;
}
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  padding: 3vw 10vw;
  align-items: center;
  -webkit-transition: all 0.5s;
}
header .logo {
  width: 10vw;
}
header nav {
  width: calc(100% - 15vw);
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  position: relative;
}
header nav ul li a {
  color: white;
  font-size: 14px;
  position: relative;
}
header nav ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: white;
  transform: scaleX(0);
  bottom: -10px;
  left: 0;
  transition: 0.3s all;
}
header nav ul li .secondBox {
  width: 100%;
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  transition: 0.3s all;
  pointer-events: none;
}
header nav ul li .secondBox .second {
  width: 100%;
  height: 0;
  background: #fd8204;
  position: relative;
  border-radius: 5px;
  padding: 0 0 0 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.5s all;
}
header nav ul li .secondBox .second a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 0;
  position: relative;
  opacity: 0;
  transition: 0.5s all;
}
header nav ul li .secondBox .second a::before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background: white;
  transform: scaleX(0);
  bottom: 1px;
  left: 0;
  transition: all 0.3s;
}
header nav ul li .secondBox .second a:hover:before {
  transform: scaleX(1);
}
header nav ul li:hover a:before {
  transform: scaleX(1);
}
header nav ul li:hover .secondBox {
  opacity: 1;
  pointer-events: all;
}
header nav ul li:hover .secondBox .second {
  opacity: 1;
  height: 177px;
  padding: 10px 0 10px 20px;
}
header nav ul li:hover .secondBox .second a {
  opacity: 1;
}
header.active {
  transform: translateY(-5vw);
}
header.active2 {
  padding: 1vw 10vw;
  background: #fd8204;
}
footer {
  width: 100%;
  position: relative;
  padding: 8vw 10vw 6vw 10vw;
  background: url('../images/bg4.jpg') center no-repeat;
  background-size: cover !important;
}
footer .footerHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid white;
  padding-bottom: 3vw;
}
footer .footerHead .tit {
  color: white;
  font-family: poppinsSemiBold;
  font-size: 32px;
  line-height: 1.2;
}
footer .footerHead .email {
  width: 35vw;
  height: 3vw;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  border-radius: 5vw;
  overflow: hidden;
}
footer .footerHead .email input {
  width: 80%;
  height: 3vw;
  margin-left: 2vw;
  background: transparent;
  border: transparent;
  outline: none;
  color: white;
  font-family: poppinsSemiBold;
  font-size: 16px;
}
footer .footerHead .email input::placeholder {
  color: white;
}
footer .footerHead .email img {
  width: 2.5vw;
  margin-right: 0.2vw;
}
footer .footerBox {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
footer .footerBox .left {
  width: 38vw;
}
footer .footerBox .left .logo {
  width: 12vw;
}
footer .footerBox .left .des {
  font-size: 14px;
  color: white;
  margin: 2vw 0;
}
footer .footerBox .left .des span {
  font-family: poppinsMedium;
}
footer .footerBox .left .logos {
  display: flex;
}
footer .footerBox .left .logos img {
  width: 100%;
  height: 3vw;
  object-fit: contain;
}
footer .footerBox .left .friendBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4vw;
}
footer .footerBox .left .friendBox .friends {
  width: 12vw;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 1vw 1vw 0.5vw 1vw;
}
footer .footerBox .left .friendBox .friends .img {
  width: 100%;
  height: 4vw;
  position: relative;
  background: white;
}
footer .footerBox .left .friendBox .friends .img img {
  height: 1.5vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: contain;
}
footer .footerBox .left .friendBox .friends .txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: poppinsMedium;
  margin-top: 0.5vw;
  font-size: 16px;
}
footer .footerBox .left .friendBox .friends .txt img {
  width: 1.5vw;
}
footer .footerBox .left .friendBox .friends:last-child {
  width: 100%;
  margin-top: 1vw;
  display: flex;
  padding: 1vw;
}
footer .footerBox .left .friendBox .friends:last-child .img {
  width: 9vw;
}
footer .footerBox .left .friendBox .friends:last-child .txt {
  width: 22vw;
  margin-left: 2vw;
}
footer .footerBox .right {
  width: 35vw;
  padding-top: 4vw;
}
footer .footerBox .right .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footerBox .right .itsBox .its {
  color: white;
  margin-right: 3vw;
}
footer .footerBox .right .itsBox .its .t {
  font-family: poppinsSemiBold;
  margin-bottom: 10px;
  font-size: 18px;
}
footer .footerBox .right .itsBox .its .d {
  font-size: 14px;
  line-height: 1.7;
  color: white;
}
footer .footerBox .right .itsBox .its:first-child {
  margin-right: 5vw;
}
footer .footerBox .right .footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  position: absolute;
  bottom: 0;
}
footer .footerBox .right .footerBottom .qrBox {
  display: flex;
}
footer .footerBox .right .footerBottom .qrBox .qr {
  width: 2.5vw;
  height: 2.5vw;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 50%;
  margin-right: 1vw;
  font-size: 20px;
  line-height: 2.5vw;
  text-align: center;
  color: #666666;
  position: relative;
  cursor: pointer;
}
footer .footerBox .right .footerBottom .info {
  font-size: 14px;
  color: white;
  margin-left: 2vw;
}
footer .footerBox .right .footerBottom .qrBox .qr .qrcode{
  width: 9vw;
  line-height: 1.2;
  font-size: .8vw;
  border-radius: 5px;
  background: white;
  padding: 5px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 3vw;
  opacity: 0;
  pointer-events: none;
  transition: .3s all;
}
footer .footerBox .right .footerBottom .qrBox .qr:hover{
  background: rgba(255, 255, 255, 1);
}
footer .footerBox .right .footerBottom .qrBox .qr:hover .qrcode{
  opacity: 1;
  pointer-events: all;
}
.index {
  width: 100%;
  position: relative;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fd8204;
  overflow: hidden;
}
.index .f1 .f1Text {
  width: 100%;
  padding: 0 10vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index .f1 .f1Text .text .t1 {
  width: 40vw;
  color: white;
  font-family: poppinsLight;
  font-size: 5vw;
  line-height: 1.2;
}
.index .f1 .f1Text .text .t1 span {
  font-family: poppinsSemiBold !important;
}
.index .f1 .f1Text .text .t2 {
  color: #2de89c;
  font-family: poppinsSemiBold;
  font-size: 5vw;
  line-height: 1.2;
}
.index .f1 .f1Text .text .d {
  color: #333333;
  font-size: 18px;
  margin: 2vw 0 3vw 0;
}
.index .f1 .f1Text .text .btn {
  background: #24dd8d;
  color: white;
  font-size: 18px;
  padding: 0.8vw 3vw;
  border-radius: 5vw;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
}
.index .f1 .f1Text .text .btn:hover {
  box-shadow: 0 0 25px 5px white;
}
.index .f1 .img {
  width: 33vw;
  height: 33vw;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  right: 10vw;
  z-index: 100;
  overflow: hidden;
}
.index .f1 .img p{
  z-index: 2;
  position: absolute;
  font-size: 12px;
  margin-top: -1.5vw;
  right: 1vw;
}
.index .f1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: imgAnm 2s 1s forwards;
  opacity: 0;
}
@keyframes imgAnm {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.index .f2 {
  width: 100%;
  background: url('../images/bg1.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 6vw 10vw;
}
.index .f2 .titBox {
  text-align: center;
  color: white;
}
.index .f2 .titBox .t {
  font-family: Avenir;
  font-size: 3vw;
  overflow: hidden;
}
.index .f2 .titBox .d {
  font-family: poppinsLight;
  font-size: 18px;
  overflow: hidden;
}
.index .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index .f2 .f2Box .left {
  width: 18vw;
  margin-top: 27.5vw;
  position: sticky;
  top: 25vw;
}
.index .f2 .f2Box .left .link {
  font-size: 18px;
  color: white;
  display: block;
  padding: 0.8vw 0;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 2vw;
  transition: 0.5s all;
}
.index .f2 .f2Box .left .link:last-child {
  margin-bottom: 0;
}
.index .f2 .f2Box .left .link:nth-child(1) {
  background: #24dd8d;
}
.index .f2 .f2Box .left .link:nth-child(2) {
  background: #ff7bac;
}
.index .f2 .f2Box .left .link:nth-child(3) {
  background: #42cbe2;
}
.index .f2 .f2Box .left .link:nth-child(4) {
  background: #f9ca48;
}
.index .f2 .f2Box .left .link:hover {
  box-shadow: 0 0 25px 5px white;
}
.index .f2 .f2Box .right {
  width: 54vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  will-change: transform;
}
.index .f2 .f2Box .right .item {
  width: 26vw;
  display: block;
  margin-top: 10vw;
}
.index .f2 .f2Box .right .item .imgBox {
  width: 100%;
  position: relative;
}
.index .f2 .f2Box .right .item .imgBox .img {
  width: 100%;
  position: relative;
  top: -2vw;
  transition: 0.5s all;
}
.index .f2 .f2Box .right .item .textBox {
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  margin-top: -5vw;
  position: relative;
  padding: 2vw;
}
.index .f2 .f2Box .right .item .textBox .icon {
  height: 7vw;
}
.index .f2 .f2Box .right .item .textBox .icon img {
  height: 100%;
  object-fit: contain;
}
.index .f2 .f2Box .right .item .textBox .text {
  margin-left: 2vw;
}
.index .f2 .f2Box .right .item .textBox .text .t {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #ff8300;
  line-height: 1;
}
.index .f2 .f2Box .right .item .textBox .text .t2 {
  font-family: poppinsMedium;
  font-size: 20px;
  line-height: 1;
  margin: 0.5vw 0;
  color: #4d4d4d;
}
.index .f2 .f2Box .right .item .textBox .text .d {
  color: #999999;
  line-height: 1;
  font-size: 16px;
}
.index .f2 .f2Box .right .item:hover .imgBox .img {
  transform: translateY(-2vw);
}
.index .f2 .f2Box .right .item:nth-child(1) .imgBox {
  background: linear-gradient(0deg, #fce198, #ffffff);
}
.index .f2 .f2Box .right .item:nth-child(2) .imgBox {
  background: linear-gradient(0deg, #a9def9, #ffffff);
}
.index .f2 .f2Box .right .item:nth-child(3) .imgBox {
  background: linear-gradient(0deg, #f8bd88, #ffffff);
}
.index .f2 .f2Box .right .item:nth-child(4) .imgBox {
  background: linear-gradient(0deg, #c2eaf9, #ffffff);
}
.index .f3 {
  width: 100%;
  position: relative;
  background: url('../images/bg2.jpg') center no-repeat;
  background-size: cover !important;
  padding-bottom: 10vw;
}
.index .f3 .titBox {
  position: relative;
  padding: 20vw 0;
  text-align: center;
}
.index .f3 .titBox .t {
  font-family: poppinsSemiBold;
  font-size: 3.5vw;
  color: #ff8300;
  overflow: hidden;
}
.index .f3 .titBox .d {
  font-size: 22px;
  color: #333333;
  margin: 2vw 0;
  overflow: hidden;
}
.index .f3 .titBox .d2 {
  font-size: 22px;
  color: #ff8300;
  overflow: hidden;
}
.index .f3 .f3Box {
  width: 100%;
  position: relative;
  padding: 0 10vw;
}
.index .f3 .f3Box .tit{
  font-family: poppinsMedium;
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 3vw;
  color: #ff8300;
}
.index .f3 .f3Box .f3Swiper{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index .f3 .f3Box .swiper-button-next{
  width: 2.5vw;
  right: 5vw;
}
.index .f3 .f3Box .swiper-button-prev{
  width: 2.5vw;
  left: 5vw;
  transform: rotate(180deg);
}
.index .f3 .f3Box .swiper-button-next:after, .index .f3 .f3Box .swiper-button-prev:after{
  content: inherit;
}
.index .f3 .f3Box .item {
  width: 25vw;
}
.index .f3 .f3Box .item .imgBox {
  width: 100%;
  height: 30vw;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 5vw #ffffff;
  border-radius: 10px;
  padding: 4vw 2vw;
}
.index .f3 .f3Box .item .imgBox .img {
  width: 100%;
  transition: 0.5s all;
}
.index .f3 .f3Box .item .imgBox .text {
  text-align: center;
  margin-top: 3vw;
  color: #4d4d4d;
}
.index .f3 .f3Box .item .imgBox .text .t {
  font-size: 22px;
  font-family: poppinsMedium;
  line-height: 1.2;
}
.index .f3 .f3Box .item .imgBox .text .t2 {
  font-family: poppinsMedium;
  font-size: 20px;
  line-height: 1.2;
}
.index .f3 .f3Box .item .imgBox .text .d {
  font-size: 16px;
}
.index .f3 .f3Box .item .btn {
  background: #fd8204;
  color: white;
  display: flex;
  font-family: poppinsMedium;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0.8vw 0;
  margin-top: 2vw;
  cursor: pointer;
  transition: 0.5s all;
}
.index .f3 .f3Box .item .btn img {
  width: 20px;
  margin-left: 2vw;
}
.index .f3 .f3Box .item .btn:hover {
  box-shadow: 0 0 25px 5px white;
}
.index .f3 .f3Box .item:hover .imgBox .img {
  transform: translateY(-1vw);
}
.index .f4 {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover !important;
}
.index .f4 .f4Box {
  position: absolute;
  right: 10vw;
  bottom: 5vw;
}
.index .f4 .f4Box .item {
  display: flex;
  justify-content: end;
}
.index .f4 .f4Box .item .it {
  border-radius: 10px;
  height: 3.5vw;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  margin-left: 1vw;
  margin-top: 1vw;
  font-family: poppinsMedium;
  font-size: 16px;
  color: white;
}
.index .f4 .f4Box .item .it img {
  height: 30px;
}
.index .f4 .f4Box .item .it1 {
  background: #24dd8d;
}
.index .f4 .f4Box .item .it2 {
  background: #fd8204;
}
.index .f4 .f4Box .item .it3 {
  background: #ffbf45;
}
.index .f4 .f4Box .item .it4 {
  background: #ff7bac;
}
.index .f4 .f4Box .item .it5 {
  background: #42cbe2;
}
.index .f5 {
  width: 100%;
  position: relative;
  background: url('../images/bg3.jpg') center no-repeat;
  background-size: cover !important;
}
.index .f5 .titBox {
  position: relative;
  text-align: center;
  padding: 20vw 0;
}
.index .f5 .titBox .t {
  font-size: 3vw;
  color: white;
  overflow: hidden;
}
.index .f5 .titBox .t span {
  font-family: poppinsSemiBold;
}
.index .f5 .f5Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 10vw 10vw 10vw;
  z-index: 1;
}
.index .f5 .f5Box .item {
  width: 24vw;
}
.index .f5 .f5Box .item .text {
  color: white;
}
.index .f5 .f5Box .item .text .icon {
  width: 5vw;
}
.index .f5 .f5Box .item .text .t {
  font-family: poppinsMedium;
  font-size: 24px;
  margin: 2vw 0 1vw 0;
}
.index .f5 .f5Box .item .text .d {
  height: 5vw;
  font-family: poppinsLight;
  font-size: 16px;
}
.index .f5 .f5Box .item .img {
  width: 100%;
  margin-top: 3vw;
  overflow: hidden;
}
.index .f5 .f5Box .item .img img {
  transition: 0.5s all;
  transform: scale(1.01);
}
.index .f5 .f5Box .item:hover .img img {
  transform: scale(1.1);
}
.index .f6 {
  width: 100%;
  position: relative;
  top: -0.2vw;
  background: #fd8204;
}
.index .f6 .tit {
  padding: 5vw 0;
  font-family: poppinsSemiBold;
  font-size: 2.5vw;
  text-align: center;
  color: white;
  overflow: hidden;
}
.index .f6 .f6Box {
  width: 100%;
  overflow: hidden;
  padding: 3vw 0;
  background: white;
  border-bottom: 3vw solid #fd8204;
}
.index .f6 .f6Box .f6Scroll {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  perspective: 1000px;
}
.index .f6 .f6Box .f6Scroll .item {
  display: flex;
  color: #ff8300;
  font-size: 16px;
  align-items: center;
  margin-right: 2.5vw;
  flex-shrink: 0;
}
.index .f6 .f6Box:hover .f6Scroll {
  animation-play-state: paused;
}
.index .f6 .f6Box .f6Scroll .item img {
  width: 2vw;
  margin-right: 1vw;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.index .f7 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6vw 10vw;
}
.index .f7 .left {
  width: 40vw;
  font-size: 14px;
  position: relative;
  color: #666666;
}
.index .f7 .left .qm {
  width: 8vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .f7 .right {
  width: 31vw;
  position: relative;
}
.modalBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.modalBox .modal {
  width: 55rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 3vw;
  border-radius: 5px;
}
.modalBox .modal .close {
  position: absolute;
  right: -3vw;
  top: -3vw;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
.modalBox .modal .tit .t {
  font-size: 24px;
  font-family: poppinsMedium;
}
.modalBox .modal .tit .t2 {
  font-size: 18px;
  margin-top: 10px;
}
.modalBox .modal .inputBox {
  padding: 50px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
}
.modalBox .modal .inputBox .t {
  font-family: poppinsMedium;
  margin-bottom: 20px;
  font-size: 18px;
}
.modalBox .modal .inputBox .inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modalBox .modal .inputBox .inputs input {
  width: 73%;
  font-size: 16px;
  outline: none;
  border: transparent;
  height: 50px;
  padding: 0 20px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.modalBox .modal .inputBox .inputs .down {
  cursor: pointer;
  background: #fd8204;
  color: white;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
.modalBox .modal .info {
  font-size: 18px;
  color: #666666;
}
.modalBox .modal .info .t {
  font-family: poppinsMedium;
  margin-bottom: 5px;
}
.modalBox .modal .info .d {
  line-height: 2;
  font-size: 16px;
}
.modalBox .modal .downBox {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  display: none;
}
.modalBox .modal .downBox .t {
  font-family: poppinsMedium;
  margin-bottom: 5px;
  font-size: 18px;
}
.modalBox .modal .downBox .item {
  margin-top: 10px;
  max-height: 30vh;
  overflow-y: scroll;
}
.modalBox .modal .downBox .item p {
  font-family: poppinsMedium;
  margin-bottom: 5px;
  font-size: 16px;
}
.modalBox .modal .downBox .item a {
  font-size: 16px;
  display: block;
  line-height: 2;
  color: #86c9e3;
}
.modalBox.active {
  display: block;
}
.modalBox.active2 .modal .inputBox {
  display: none;
}
.modalBox.active2 .modal .downBox {
  display: block;
}
.contactUs {
  width: 100%;
  position: relative;
}
.contactUs .f1 {
  width: 100%;
  position: relative;
  padding: 20vw 0 15vw 0;
  background: linear-gradient(180deg, #fd8204, #fbd5af, #fff8ee);
}
.contactUs .f1 .titBox {
  text-align: center;
}
.contactUs .f1 .titBox .t {
  color: #4d4d4d;
  font-family: poppinsRegular;
  font-size: 3.5vw;
}
.contactUs .f1 .titBox .d {
  color: #808080;
  font-size: 20px;
}
.contactUs .f2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5vw 10vw 15vw 10vw;
  background: #fff8ee;
}
.contactUs .f2 .left {
  width: 45%;
}
.contactUs .f2 .left .tit .t {
  font-size: 26px;
}
.contactUs .f2 .left .tit .d {
  color: #808080;
  font-size: 16px;
}
.contactUs .f2 .left form {
  margin-top: 2vw;
}
.contactUs .f2 .left form .inputBox {
  background: white;
  padding: 1vw 1.5vw;
  margin-top: 1.2vw;
  position: relative;
}
.contactUs .f2 .left form .inputBox input {
  width: 100%;
  color: #808080;
  font-family: poppinsLight;
  font-size: 16px;
  border: transparent;
  background: transparent;
  outline: none;
}
.contactUs .f2 .left form .textareaBox {
  background: white;
  padding: 0.8vw 1.5vw;
  margin-top: 1.5vw;
  position: relative;
}
.contactUs .f2 .left form .textareaBox textarea {
  width: 100%;
  height: 12vw;
  color: #808080;
  font-family: poppinsLight;
  font-size: 16px;
  border: transparent;
  background: transparent;
  outline: none;
  resize: none;
}
.contactUs .f2 .left form .info {
  color: #808080;
  font-size: 14px;
  margin-top: 1vw;
}
.contactUs .f2 .left form .submit {
  background: #fd8204;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 1vw 0;
  margin-top: 3vw;
  cursor: pointer;
}
.contactUs .f2 .right {
  width: 45%;
}
.contactUs .f2 .right .tit {
  font-size: 26px;
}
.contactUs .f2 .right .des {
  font-size: 18px;
  margin-top: 4.3vw;
  margin-bottom: 2vw;
}
.contactUs .f2 .right .its {
  border-top: 1px solid #fd8204;
  padding: 1.4vw 0;
}
.contactUs .f2 .right .its .t {
  font-family: poppinsLight;
  font-size: 18px;
  color: #fd8204;
}
.contactUs .f2 .right .its .d {
  color: #4d4d4d;
  font-size: 16px;
}
.contactUs .f2 .right .info {
  color: #808080;
  font-size: 14px;
  border-top: 1px solid #fd8204;
  padding-top: 1.8vw;
}
.strengths {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.strengths .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.strengths .f1 .f1Bg {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.strengths .f1 .f1Bg img {
  transform: translateY(0);
  animation: f1BgAnm 2s 0.5s forwards;
}
@keyframes f1BgAnm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-42vw);
  }
}
.strengths .f1 .txt {
  width: 80.5%;
  position: absolute;
  bottom: -4.3vw;
  left: 50%;
  transform: translateX(-50%);
}
.strengths .f2 {
  width: 100%;
  position: relative;
}
.strengths .f2 .f2Bg {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.strengths .f2 .f2Text {
  width: 100%;
  padding: 10vw;
  display: flex;
  justify-content: space-between;
  color: white;
}
.strengths .f2 .f2Text .left {
  width: 40%;
}
.strengths .f2 .f2Text .left .t {
  font-size: 16px;
  margin-bottom: 1vw;
}
.strengths .f2 .f2Text .left .t span {
  font-family: poppinsSemiBold;
}
.strengths .f2 .f2Text .right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.strengths .f2 .f2Text .right .it {
  width: 40%;
  text-align: left;
}
.strengths .f2 .f2Text .right .it .t {
  font-family: poppinsMedium;
  font-size: 36px;
}
.strengths .f2 .f2Text .right .it .d {
  font-family: poppinsLight;
  font-size: 16px;
}
.strengths .f2 .f2Img {
  width: 75%;
  margin: 5vw auto 0 auto;
  animation: tiltSwing 4s infinite ease-in-out;
}
@keyframes tiltSwing {
  0% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.strengths .f2 .f2Img2 {
  width: 25vw;
  position: absolute;
  left: 50%;
  margin-top: -0.5vw;
  transform: translateX(-50%);
  z-index: 1;
}
.strengths .f2 .f2Img2 .link {
  width: 100%;
  position: absolute;
  top: 7vw;
}
.strengths .f2 .f2Img2 .link a {
  display: block;
  width: 100%;
  height: 9vw;
}
.strengths .f2 .f2Box {
  width: 100%;
  position: relative;
  margin-top: 8vw;
}
.strengths .f2 .f2Box .item {
  display: flex;
  justify-content: space-between;
  padding: 2.9vw 10vw;
  color: white;
  margin-top: 0.5vw;
}
.strengths .f2 .f2Box .item .left {
  width: 22vw;
}
.strengths .f2 .f2Box .item .left .tits {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.strengths .f2 .f2Box .item .left .tits .t {
  font-family: poppinsMedium;
  font-size: 28px;
}
.strengths .f2 .f2Box .item .left .tits .year {
  font-size: 22px;
}
.strengths .f2 .f2Box .item .left .d {
  font-size: 16px;
}
.strengths .f2 .f2Box .item .right {
  width: 22vw;
}
.strengths .f2 .f2Box .item .right .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.strengths .f2 .f2Box .item .right .d {
  font-size: 13px;
}
.strengths .f2 .f2Box .item:nth-child(1) {
  background: #33eea8;
}
.strengths .f2 .f2Box .item:nth-child(2) {
  background: #87d1ed;
}
.strengths .f2 .f2Box .item:nth-child(3) {
  background: #fbb03b;
}
.strengths .f3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url('../images/bg6.png') center no-repeat;
  background-size: cover !important;
  padding: 10vw;
}
.strengths .f3 .tits {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strengths .f3 .tits .t {
  font-family: poppinsMedium;
  font-size: 2.5vw;
}
.strengths .f3 .tits .d {
  font-family: poppinsLight;
  font-size: 1.5vw;
}
.strengths .f3 .f3Box {
  width: 100%;
  position: relative;
  margin-top: 3vw;
}
.strengths .f3 .f3Box .f3Swiper {
  width: 100%;
  height: 38vw;
  position: relative;
  overflow: hidden;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide {
  width: 17vw;
  height: 17vw;
  transition: all 0.5s ease;
  flex-shrink: 0 !important;
  cursor: pointer;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2vw;
  background: url('../images/b1.png') center no-repeat;
  background-size: cover !important;
  border-radius: 1.2vw;
  color: #4d4d4d;
  overflow: hidden;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .t {
  font-family: poppinsMedium;
  font-size: 22px;
  line-height: 1.2;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt {
  height: 6vw;
  overflow: hidden;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt .d {
  font-family: poppinsMedium;
  font-size: 16px;
  margin-top: 1vw;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt .des {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 1vw;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .num {
  position: absolute;
  font-size: 3.5vw;
  color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  right: 2vw;
  font-family: Avenir;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide .item .more {
  width: 2vw;
  position: absolute;
  bottom: 1.5vw;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide-active {
  width: 27vw !important;
  height: 33.5vw !important;
  transform: none !important;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide-active .item .txt {
  height: auto;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide-active .item .num {
  bottom: 1vw;
  right: 3vw;
}
.strengths .f3 .f3Box .f3Swiper .swiper-slide-active .item .more {
  display: none;
}
.strengths .f3 .f3Box .swiper-pagination {
  width: 19vw;
  bottom: 0.2vw;
  top: inherit;
  left: 7.5vw;
  background: white;
}
.strengths .f3 .f3Box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #11d3b7;
}
.strengths .f3 .f3Box .swiper-button-next:after,
.strengths .f3 .f3Box .swiper-button-prev:after {
  content: inherit;
}
.strengths .f3 .f3Box .swiper-button-next {
  width: 2.5vw;
  top: inherit;
  bottom: 0.2vw;
  left: 3.8vw;
}
.strengths .f3 .f3Box .swiper-button-prev {
  width: 2.5vw;
  bottom: 0.2vw;
  top: inherit;
  left: 0;
  transform: rotate(180deg);
}
.strengths .f3 .f3Box .f3Img {
  width: 13.5vw;
  height: 17vw;
  position: absolute;
  top: 17.6vw;
  left: 27.5vw;
  border-radius: 1.25vw;
  overflow: hidden;
}
.strengths .f3 .f3Box .f3Img img {
  border-radius: 1.25vw;
}
.strengths .f3 .f3Box .f3Item {
  width: 38vw;
  height: 14vw;
  position: absolute;
  top: 19.3vw;
  right: 0;
  display: flex;
  justify-content: space-between;
  background: #e6e6e6;
  border-radius: 0.5vw;
  padding: 0.3vw;
  z-index: 3;
}
.strengths .f3 .f3Box .f3Item .item {
  width: 9.1vw;
  display: block;
  border-radius: 0.5vw;
}
.strengths .f3 .f3Box .f3Item .item .imgBox {
  width: 100%;
  position: relative;
  border-radius: 0.5vw;
}
.strengths .f3 .f3Box .f3Item .item .imgBox .img {
  width: 100%;
  position: relative;
  top: -2vw;
  transition: 0.5s all;
}
.strengths .f3 .f3Box .f3Item .item .textBox {
  width: 100%;
  height: 5.1vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: white;
  margin-top: -2vw;
  position: relative;
  padding: 0.5vw;
  border-radius: 0 0 0.5vw 0.5vw;
}
.strengths .f3 .f3Box .f3Item .item .textBox .icon {
  width: 1.8vw;
  position: absolute;
}
.strengths .f3 .f3Box .f3Item .item .textBox .icon img {
  height: 100%;
  object-fit: contain;
}
.strengths .f3 .f3Box .f3Item .item .textBox .text {
  margin-left: 2vw;
}
.strengths .f3 .f3Box .f3Item .item .textBox .text .t {
  font-family: poppinsSemiBold;
  font-size: 14px;
  color: #ff8300;
  line-height: 1;
}
.strengths .f3 .f3Box .f3Item .item .textBox .text .t2 {
  font-family: poppinsMedium;
  font-size: 12px;
  line-height: 1;
  margin: 0.3vw 0;
  color: #4d4d4d;
}
.strengths .f3 .f3Box .f3Item .item .textBox .text .d {
  color: #999999;
  line-height: 1.2;
  font-size: 10px;
}
.strengths .f3 .f3Box .f3Item .item:nth-child(1) .imgBox {
  background: linear-gradient(0deg, #fce198, #ffffff);
}
.strengths .f3 .f3Box .f3Item .item:nth-child(2) .imgBox {
  background: linear-gradient(0deg, #a9def9, #ffffff);
}
.strengths .f3 .f3Box .f3Item .item:nth-child(3) .imgBox {
  background: linear-gradient(0deg, #f8bd88, #ffffff);
}
.strengths .f3 .f3Box .f3Item .item:nth-child(4) .imgBox {
  background: linear-gradient(0deg, #c2eaf9, #ffffff);
}
.Liquid {
  width: 100%;
  position: relative;
  background: #F2F7F9;
  overflow: hidden;
}
.Liquid .f1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10vw 10vw 8vw 10vw;
  align-items: flex-end;
}
.Liquid .f1 .left {
  width: 42vw;
  opacity: 0;
}
.Liquid .f1 .left .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #2ca6e0;
  text-transform: uppercase;
}
.Liquid .f1 .left .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Liquid .f1 .left .des {
  font-size: 18px;
  color: #727171;
  margin-top: 1vw;
  line-height: 1.7;
}
.Liquid .f1 .left .textBox {
  background: #E4F1F6;
  border-radius: 1.25vw;
  margin-top: 3vw;
  padding: 2vw 3vw 2vw 3vw;
}
.Liquid .f1 .left .textBox .tits {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #2ca6e0;
}
.Liquid .f1 .left .textBox .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.Liquid .f1 .left .textBox .itsBox .its {
  width: 45%;
  margin-bottom: 1.5vw;
}
.Liquid .f1 .left .textBox .itsBox .its .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Liquid .f1 .left .textBox .itsBox .its .d {
  font-size: 16px;
  color: #727171;
  margin-top: 0.5vw;
  line-height: 1.7;
  font-family: poppinsLight;
}
.Liquid .f1 .left .textBox .itsBox .its .d2 {
  color: #2ca6e0;
  font-size: 16px;
  line-height: 1.7;
}
.Liquid .f1 .right {
  width: 24.5vw;
  position: relative;
  opacity: 0;
}
.Liquid .f1 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
}
.Liquid .f1 .right .img img {
  transition: 0.5s all;
}
.Liquid .f1 .right:hover .img img {
  transform: scale(1.1);
}
.Liquid .f2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10vw 5vw 10vw;
}
.Liquid .f2 .f2Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Liquid .f2 .f2Text .text .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #2ca6e0;
  text-transform: uppercase;
}
.Liquid .f2 .f2Text .text .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Liquid .f2 .f2Text .text .des {
  font-size: 18px;
  color: #727171;
  line-height: 1.7;
  border-bottom: 1px solid #94CFE6;
  padding-bottom: 2vw;
}
.Liquid .f2 .f2Text .text .itsBox {
  width: 25vw;
  margin-top: 2vw;
}
.Liquid .f2 .f2Text .text .itsBox .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Liquid .f2 .f2Text .text .itsBox .its {
  display: flex;
  flex-wrap: wrap;
  font-family: poppinsLight;
  margin-top: 0.5vw;
}
.Liquid .f2 .f2Text .text .itsBox .its .it {
  width: 50%;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
.Liquid .f2 .f2Text .img {
  width: 20vw;
}
.Liquid .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4vw 0 1vw 0;
  padding-bottom: 3vw;
}
.Liquid .f2 .f2Swiper .swiper-slide {
  width: 11vw;
  height: 6vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.Liquid .f2 .f2Swiper .swiper-slide .img {
  height: 6vw;
  background: white;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.Liquid .f2 .f2Swiper .swiper-slide .img img {
  width: auto;
  height: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Liquid .f2 .f2Swiper .swiper-slide .txt {
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
  font-family: poppinsMedium;
}
.Liquid .f2 .f2Swiper .swiper-slide .txt .t {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Liquid .f2 .f2Swiper .swiper-pagination-bullet-active {
  background: #fd8204;
}
.Liquid .f2 .f2Swiper .swiper-slide:hover .img {
  opacity: 0;
}
.Liquid .f2 .f2Swiper .swiper-slide:hover .txt {
  opacity: 1;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+1) {
  border: 1px solid #efc44b;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+1) .txt {
  background: #efc44b;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+2) {
  border: 1px solid #fd8204;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+2) .txt {
  background: #fd8204;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+3) {
  border: 1px solid #86c9e3;
}
.Liquid .f2 .f2Swiper .swiper-slide:nth-child(3n+3) .txt {
  background: #86c9e3;
}
.Liquid .f2 .f2Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Liquid .f2 .f2Box .item {
  width: 49%;
  height: auto;
  border-radius: 1vw;
  position: relative;
  background: #86c9e3;
  color: white;
  padding: 2vw 3vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.Liquid .f2 .f2Box .item .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.Liquid .f2 .f2Box .item .des {
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
}
.Liquid .f2 .f2Box .item .icon {
  position: absolute;
  width: 3vw;
  bottom: 2vw;
  left: 3vw;
}
.Liquid .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.Capsule {
  width: 100%;
  position: relative;
  background: #f8f7f1;
  overflow: hidden;
}
.Capsule .f1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10vw 10vw 8vw 10vw;
  align-items: flex-end;
}
.Capsule .f1 .left {
  width: 42vw;
  opacity: 0;
}
.Capsule .f1 .left .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #ff8300;
  text-transform: uppercase;
}
.Capsule .f1 .left .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Capsule .f1 .left .des {
  font-size: 18px;
  color: #727171;
  margin-top: 1vw;
  line-height: 1.7;
}
.Capsule .f1 .left .textBox {
  background: #f7f0dc;
  border-radius: 1.25vw;
  margin-top: 3vw;
  padding: 2vw 3vw 2vw 3vw;
}
.Capsule .f1 .left .textBox .tits {
  font-family: poppinsSemiBold;
  font-size: 28px;
  color: #ff8300;
}
.Capsule .f1 .left .textBox .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.Capsule .f1 .left .textBox .itsBox .its {
  width: 45%;
  margin-bottom: 1.5vw;
}
.Capsule .f1 .left .textBox .itsBox .its .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Capsule .f1 .left .textBox .itsBox .its .d {
  font-size: 16px;
  color: #727171;
  margin-top: 0.5vw;
  line-height: 1.7;
  font-family: poppinsLight;
}
.Capsule .f1 .left .textBox .itsBox .its .d2 {
  color: #ff8300;
  font-size: 16px;
  line-height: 1.7;
}
.Capsule .f1 .right {
  width: 23.5vw;
  position: relative;
  opacity: 0;
}
.Capsule .f1 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
}
.Capsule .f1 .right .img img {
  transition: 0.5s all;
}
.Capsule .f1 .right:hover .img img {
  transform: scale(1.1);
}
.Capsule .f2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10vw 5vw 10vw;
}
.Capsule .f2 .f2Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Capsule .f2 .f2Text .text .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #ff8300;
  text-transform: uppercase;
}
.Capsule .f2 .f2Text .text .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Capsule .f2 .f2Text .text .des {
  font-size: 18px;
  color: #727171;
  line-height: 1.7;
  border-bottom: 1px solid #ff8300;
  padding-bottom: 2vw;
}
.Capsule .f2 .f2Text .text .itsBox {
  width: 25vw;
  margin-top: 2vw;
}
.Capsule .f2 .f2Text .text .itsBox .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Capsule .f2 .f2Text .text .itsBox .its {
  display: flex;
  flex-wrap: wrap;
  font-family: poppinsLight;
  margin-top: 0.5vw;
}
.Capsule .f2 .f2Text .text .itsBox .its .it {
  width: 50%;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
.Capsule .f2 .f2Text .text .itsBox .its .it:last-child,
.Capsule .f2 .f2Text .text .itsBox .its .it:nth-last-child(2) {
  width: 100%;
}
.Capsule .f2 .f2Text .img {
  width: 20vw;
}
.Capsule .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4vw 0 1vw 0;
  padding-bottom: 3vw;
}
.Capsule .f2 .f2Swiper .swiper-slide {
  width: 11vw;
  height: 6vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.Capsule .f2 .f2Swiper .swiper-slide .img {
  height: 6vw;
  background: white;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.Capsule .f2 .f2Swiper .swiper-slide .img img {
  width: 4.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Capsule .f2 .f2Swiper .swiper-slide .txt {
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
  font-family: poppinsMedium;
}
.Capsule .f2 .f2Swiper .swiper-slide .txt .t {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Capsule .f2 .f2Swiper .swiper-pagination-bullet-active {
  background: #ff8300;
}
.Capsule .f2 .f2Swiper .swiper-slide:hover .img {
  opacity: 0;
}
.Capsule .f2 .f2Swiper .swiper-slide:hover .txt {
  opacity: 1;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+1) {
  border: 1px solid #efc44b;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+1) .txt {
  background: #efc44b;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+2) {
  border: 1px solid #fd8204;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+2) .txt {
  background: #fd8204;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+3) {
  border: 1px solid #86c9e3;
}
.Capsule .f2 .f2Swiper .swiper-slide:nth-child(3n+3) .txt {
  background: #86c9e3;
}
.Capsule .f2 .f2Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Capsule .f2 .f2Box .item {
  width: 49%;
  height: auto;
  border-radius: 1vw;
  position: relative;
  background: #fd8204;
  color: white;
  padding: 2vw 3vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.Capsule .f2 .f2Box .item .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.Capsule .f2 .f2Box .item .des {
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
}
.Capsule .f2 .f2Box .item .icon {
  position: absolute;
  width: 3vw;
  bottom: 2vw;
  left: 3vw;
}
.Capsule .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.Gummies {
  width: 100%;
  position: relative;
  background: #f7f6f2;
  overflow: hidden;
}
.Gummies .f1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10vw 10vw 8vw 10vw;
  align-items: flex-end;
}
.Gummies .f1 .left {
  width: 42vw;
  opacity: 0;
}
.Gummies .f1 .left .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #f39800;
  text-transform: uppercase;
}
.Gummies .f1 .left .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Gummies .f1 .left .des {
  font-size: 18px;
  color: #727171;
  margin-top: 1vw;
  line-height: 1.7;
}
.Gummies .f1 .left .textBox {
  background: #f7f0dc;
  border-radius: 1.25vw;
  margin-top: 3vw;
  padding: 1vw 3vw 2vw 3vw;
}
.Gummies .f1 .left .textBox .tits {
  font-family: poppinsSemiBold;
  font-size: 28px;
  color: #f39800;
}
.Gummies .f1 .left .textBox .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.Gummies .f1 .left .textBox .itsBox .its {
  width: 45%;
  margin-bottom: 1.5vw;
}
.Gummies .f1 .left .textBox .itsBox .its .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Gummies .f1 .left .textBox .itsBox .its .d {
  font-size: 16px;
  color: #727171;
  margin-top: 0.5vw;
  line-height: 1.7;
  font-family: poppinsLight;
}
.Gummies .f1 .left .textBox .itsBox .its .d2 {
  color: #f39800;
  font-size: 16px;
  line-height: 1.7;
}
.Gummies .f1 .right {
  width: 25.5vw;
  position: relative;
  opacity: 0;
}
.Gummies .f1 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
}
.Gummies .f1 .right .img img {
  transition: 0.5s all;
}
.Gummies .f1 .right:hover .img img {
  transform: scale(1.1);
}
.Gummies .f2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10vw 5vw 10vw;
}
.Gummies .f2 .f2Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Gummies .f2 .f2Text .text .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #f39800;
  text-transform: uppercase;
}
.Gummies .f2 .f2Text .text .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.Gummies .f2 .f2Text .text .des {
  font-size: 20px;
  color: #727171;
  line-height: 1.7;
  border-bottom: 1px solid #f39800;
  padding-bottom: 2vw;
}
.Gummies .f2 .f2Text .text .itsBox {
  width: 25vw;
  margin-top: 2vw;
}
.Gummies .f2 .f2Text .text .itsBox .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.Gummies .f2 .f2Text .text .itsBox .its {
  display: flex;
  flex-wrap: wrap;
  font-family: poppinsLight;
  margin-top: 0.5vw;
}
.Gummies .f2 .f2Text .text .itsBox .its .it {
  width: 50%;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
.Gummies .f2 .f2Text .img {
  width: 20vw;
}
.Gummies .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4vw 0 1vw 0;
  padding-bottom: 3vw;
}
.Gummies .f2 .f2Swiper .swiper-slide {
  width: 11vw;
  height: 6vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.Gummies .f2 .f2Swiper .swiper-slide .img {
  height: 6vw;
  background: white;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.Gummies .f2 .f2Swiper .swiper-slide .img img {
  width: 4.5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Gummies .f2 .f2Swiper .swiper-slide .txt {
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
  font-family: poppinsMedium;
}
.Gummies .f2 .f2Swiper .swiper-slide .txt .t {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Gummies .f2 .f2Swiper .swiper-pagination-bullet-active {
  background: #f39800;
}
.Gummies .f2 .f2Swiper .swiper-slide:hover .img {
  opacity: 0;
}
.Gummies .f2 .f2Swiper .swiper-slide:hover .txt {
  opacity: 1;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+1) {
  border: 1px solid #efc44b;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+1) .txt {
  background: #efc44b;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+2) {
  border: 1px solid #fd8204;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+2) .txt {
  background: #fd8204;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+3) {
  border: 1px solid #86c9e3;
}
.Gummies .f2 .f2Swiper .swiper-slide:nth-child(3n+3) .txt {
  background: #86c9e3;
}
.Gummies .f2 .f2Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.Gummies .f2 .f2Box .item {
  width: 49%;
  height: auto;
  border-radius: 1vw;
  position: relative;
  background: #fd8204;
  color: white;
  padding: 2vw 3vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.Gummies .f2 .f2Box .item .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.Gummies .f2 .f2Box .item .des {
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
}
.Gummies .f2 .f2Box .item .icon {
  position: absolute;
  width: 3vw;
  bottom: 2vw;
  left: 3vw;
}
.Gummies .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.ForHer {
  width: 100%;
  position: relative;
  background: #f4f9f5;
  overflow: hidden;
}
.ForHer .f1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10vw 10vw 8vw 10vw;
  align-items: flex-end;
}
.ForHer .f1 .left {
  width: 42vw;
  opacity: 0;
}
.ForHer .f1 .left .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #11d17a;
  text-transform: uppercase;
}
.ForHer .f1 .left .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.ForHer .f1 .left .des {
  font-size: 20px;
  color: #727171;
  margin-top: 1vw;
  line-height: 1.7;
}
.ForHer .f1 .left .textBox {
  background: #dff6ea;
  border-radius: 1.25vw;
  margin-top: 3vw;
  padding: 2vw 3vw 2vw 3vw;
}
.ForHer .f1 .left .textBox .tits {
  font-family: poppinsSemiBold;
  font-size: 28px;
  color: #11d17a;
}
.ForHer .f1 .left .textBox .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.ForHer .f1 .left .textBox .itsBox .its {
  width: 45%;
  margin-bottom: 1.5vw;
}
.ForHer .f1 .left .textBox .itsBox .its .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.ForHer .f1 .left .textBox .itsBox .its .d {
  font-size: 16px;
  color: #727171;
  margin-top: 0.5vw;
  line-height: 1.7;
  font-family: poppinsLight;
}
.ForHer .f1 .left .textBox .itsBox .its .d2 {
  color: #11d17a;
  font-size: 16px;
  line-height: 1.7;
}
.ForHer .f1 .right {
  width: 24vw;
  position: relative;
  opacity: 0;
}
.ForHer .f1 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
}
.ForHer .f1 .right .img img {
  transition: 0.5s all;
}
.ForHer .f1 .right:hover .img img {
  transform: scale(1.1);
}
.ForHer .f2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10vw 5vw 10vw;
}
.ForHer .f2 .f2Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ForHer .f2 .f2Text .text .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #11d17a;
  text-transform: uppercase;
}
.ForHer .f2 .f2Text .text .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.ForHer .f2 .f2Text .text .des {
  font-size: 20px;
  color: #727171;
  line-height: 1.7;
  border-bottom: 1px solid #11d17a;
  padding-bottom: 2vw;
}
.ForHer .f2 .f2Text .text .itsBox {
  width: 35vw;
  margin-top: 2vw;
}
.ForHer .f2 .f2Text .text .itsBox .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.ForHer .f2 .f2Text .text .itsBox .its {
  display: flex;
  flex-wrap: wrap;
  font-family: poppinsLight;
  margin-top: 0.5vw;
}
.ForHer .f2 .f2Text .text .itsBox .its .it {
  width: 50%;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
.ForHer .f2 .f2Text .img {
  width: 26vw;
}
.ForHer .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4vw 0 1vw 0;
  padding-bottom: 3vw;
}
.ForHer .f2 .f2Swiper .swiper-slide {
  width: 11vw;
  height: 6vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.ForHer .f2 .f2Swiper .swiper-slide .img {
  height: 6vw;
  background: white;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.ForHer .f2 .f2Swiper .swiper-slide .img img {
  width: auto;
  height: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ForHer .f2 .f2Swiper .swiper-slide .txt {
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
  font-family: poppinsMedium;
}
.ForHer .f2 .f2Swiper .swiper-slide .txt .t {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ForHer .f2 .f2Swiper .swiper-pagination-bullet-active {
  background: #11d17a;
}
.ForHer .f2 .f2Swiper .swiper-slide:hover .img {
  opacity: 0;
}
.ForHer .f2 .f2Swiper .swiper-slide:hover .txt {
  opacity: 1;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+1) {
  border: 1px solid #efc44b;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+1) .txt {
  background: #efc44b;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+2) {
  border: 1px solid #fd8204;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+2) .txt {
  background: #fd8204;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+3) {
  border: 1px solid #86c9e3;
}
.ForHer .f2 .f2Swiper .swiper-slide:nth-child(3n+3) .txt {
  background: #86c9e3;
}
.ForHer .f2 .f2Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ForHer .f2 .f2Box .item {
  width: 49%;
  border-radius: 1vw;
  position: relative;
  background: #11d17a;
  color: white;
  padding: 2vw 3vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ForHer .f2 .f2Box .item .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.ForHer .f2 .f2Box .item .des {
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
}
.ForHer .f2 .f2Box .item .icon {
  position: absolute;
  width: 3vw;
  bottom: 2vw;
  left: 3vw;
}
.ForHer .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.ForHer .f2 .f2Box .item:nth-child(2) .t {
  position: absolute;
}
.ForHer .f2 .f2Box .item:nth-child(2) .des {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
  display: flex;
  justify-content: space-between;
}
.ForHer .f2 .f2Box .item:nth-child(2) .des .p {
  width: 50%;
}
.ForHer .f2 .f2Box .item:nth-child(2) .des .p:nth-child(1) {
  margin-top: 1.5vw;
}
.MoreSolutions {
  width: 100%;
  position: relative;
  background: #f8f7f1;
  overflow: hidden;
}
.MoreSolutions .f1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10vw 10vw 8vw 10vw;
  align-items: flex-end;
}
.MoreSolutions .f1 .left {
  width: 42vw;
  opacity: 0;
}
.MoreSolutions .f1 .left .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #ff8300;
  text-transform: uppercase;
}
.MoreSolutions .f1 .left .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.MoreSolutions .f1 .left .des {
  font-size: 20px;
  color: #727171;
  margin-top: 1vw;
  line-height: 1.7;
}
.MoreSolutions .f1 .left .textBox {
  background: #f7f0dc;
  border-radius: 1.25vw;
  margin-top: 3vw;
  padding: 2vw 3vw 2vw 3vw;
}
.MoreSolutions .f1 .left .textBox .tits {
  font-family: poppinsSemiBold;
  font-size: 28px;
  color: #ff8300;
}
.MoreSolutions .f1 .left .textBox .itsBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2vw;
}
.MoreSolutions .f1 .left .textBox .itsBox .its {
  width: 45%;
  margin-bottom: 1.5vw;
}
.MoreSolutions .f1 .left .textBox .itsBox .its .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.MoreSolutions .f1 .left .textBox .itsBox .its .d {
  font-size: 16px;
  color: #727171;
  margin-top: 0.5vw;
  line-height: 1.7;
  font-family: poppinsLight;
}
.MoreSolutions .f1 .left .textBox .itsBox .its .d2 {
  color: #ff8300;
  font-size: 16px;
  line-height: 1.7;
}
.MoreSolutions .f1 .right {
  width: 24.5vw;
  position: relative;
  opacity: 0;
}
.MoreSolutions .f1 .right .img {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
}
.MoreSolutions .f1 .right .img img {
  transition: 0.5s all;
}
.MoreSolutions .f1 .right:hover .img img {
  transform: scale(1.1);
}
.MoreSolutions .f2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 10vw 5vw 10vw;
}
.MoreSolutions .f2 .f2Text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MoreSolutions .f2 .f2Text .text .tit {
  font-family: poppinsSemiBold;
  font-size: 26px;
  color: #ff8300;
  text-transform: uppercase;
}
.MoreSolutions .f2 .f2Text .text .t2 {
  font-family: poppinsSemiBold;
  font-size: 32px;
  color: #3e3a39;
  margin-top: 0.5vw;
}
.MoreSolutions .f2 .f2Text .text .des {
  font-size: 20px;
  color: #727171;
  line-height: 1.7;
  border-bottom: 1px solid #ff8300;
  padding-bottom: 2vw;
}
.MoreSolutions .f2 .f2Text .text .itsBox {
  width: 40vw;
  margin-top: 2vw;
}
.MoreSolutions .f2 .f2Text .text .itsBox .t {
  font-family: poppinsMedium;
  font-size: 20px;
  color: #4d4d4d;
}
.MoreSolutions .f2 .f2Text .text .itsBox .its {
  display: flex;
  flex-wrap: wrap;
  font-family: poppinsLight;
  margin-top: 0.5vw;
}
.MoreSolutions .f2 .f2Text .text .itsBox .its .it {
  width: 50%;
  font-size: 16px;
  color: #727171;
  line-height: 2;
}
.MoreSolutions .f2 .f2Text .img {
  width: 20vw;
}
.MoreSolutions .f2 .f2Swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 4vw 0 1vw 0;
  padding-bottom: 3vw;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide {
  width: 11vw;
  height: 6vw;
  position: relative;
  border-radius: 1vw;
  cursor: pointer;
  overflow: hidden;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide .img {
  height: 6vw;
  background: white;
  transition: 0.3s all;
  position: relative;
  overflow: hidden;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide .img img {
  width: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MoreSolutions .f2 .f2Swiper .swiper-slide .txt {
  width: 100%;
  height: 6vw;
  position: absolute;
  top: 0;
  text-align: center;
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: 0.3s all;
  font-family: poppinsMedium;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide .txt .t {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MoreSolutions .f2 .f2Swiper .swiper-pagination-bullet-active {
  background: #ff8300;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:hover .img {
  opacity: 0;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:hover .txt {
  opacity: 1;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+1) {
  border: 1px solid #efc44b;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+1) .txt {
  background: #efc44b;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+2) {
  border: 1px solid #fd8204;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+2) .txt {
  background: #fd8204;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+3) {
  border: 1px solid #86c9e3;
}
.MoreSolutions .f2 .f2Swiper .swiper-slide:nth-child(3n+3) .txt {
  background: #86c9e3;
}
.MoreSolutions .f2 .f2Box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.MoreSolutions .f2 .f2Box .item {
  width: 49%;
  height: auto;
  border-radius: 1vw;
  position: relative;
  background: #fd8204;
  color: white;
  padding: 2vw 2vw 2vw 3vw;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.MoreSolutions .f2 .f2Box .item .t {
  font-family: poppinsMedium;
  font-size: 20px;
}
.MoreSolutions .f2 .f2Box .item .des {
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
}
/*.MoreSolutions .f2 .f2Box .item .des .p {*/
/*  display: flex;*/
/*}*/
/*.MoreSolutions .f2 .f2Box .item .des .p p {*/
/*  width: 50%;*/
/*}*/
.MoreSolutions .f2 .f2Box .item .des .p p:nth-child(1) {
  margin-right: 5px;
}
.MoreSolutions .f2 .f2Box .item .icon {
  position: absolute;
  width: 3vw;
  bottom: 2vw;
  left: 3vw;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) {
  background: #efc44b;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) .t {
  position: absolute;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) .des {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-family: poppinsLight;
  display: flex;
  justify-content: space-between;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) .des .p {
  width: 50%;
}
.MoreSolutions .f2 .f2Box .item:nth-child(2) .des .p:nth-child(1) {
  margin-top: 1.5vw;
}
.modalBox2 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none;
}
.modalBox2 .modal {
  width: 50rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 3vw;
  border-radius: 5px;
}
.modalBox2 .modal .close {
  position: absolute;
  right: -3vw;
  top: -3vw;
  font-size: 36px;
  color: white;
  cursor: pointer;
}
.modalBox2 .modal .tit .t {
  font-size: 24px;
  font-family: poppinsMedium;
}
.modalBox2 .modal .tit .t2 {
  font-size: 18px;
  margin-top: 10px;
}
.modalBox2 .modal .inputBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}
.modalBox2 .modal .inputBox input {
  width: 78%;
  font-size: 16px;
  outline: none;
  border: transparent;
  height: 50px;
  padding: 0 20px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.modalBox2 .modal .inputBox .down {
  cursor: pointer;
  background: #fd8204;
  color: white;
  height: 50px;
  padding: 0 50px;
  line-height: 50px;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
}
.modalBox2 .modal .info {
  font-size: 14px;
  color: #666666;
}
.modalBox2.active {
  display: block;
}
.marketInsights {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.marketInsights .f1 {
  width: 100%;
  height: 100vh;
  background: url('../images/bg7.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding-top: 45vh;
}
.marketInsights .f1 .text {
  text-align: center;
}
.marketInsights .f1 .text .t {
  font-size: 6vw;
  color: white;
}
.marketInsights .f1 .text .t2 {
  font-size: 6vw;
  color: #ef7100;
  line-height: 1;
}
.marketInsights .f1 .text .d {
  font-size: 2vw;
  font-family: poppinsLight;
  color: white;
  margin-top: 3vw;
}
.marketInsights .f2 {
  width: 100%;
  position: relative;
  background: url('../images/bg8.jpg') center no-repeat;
  background-size: cover !important;
  padding: 10vw 0 3vw 0;
}
.marketInsights .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  padding: 0 25vw;
  gap: 4vw;
}
.marketInsights .f2 .f2Box .compass {
  width: 8vw;
  height: 8vw;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.marketInsights .f2 .f2Box .compass .compass1 {
  width: 100%;
  position: absolute;
  transform: rotate(0deg);
}
.marketInsights .f2 .f2Box .compass .compass2 {
  width: 4vw;
  position: absolute;
  opacity: 0;
  transition: 0.5s transform ease;
  transform-origin: right bottom;
  transform: rotate(0deg);
}
.marketInsights .f2 .f2Box .compass .compass2.active {
  opacity: 1;
}
.marketInsights .f2 .f2Box .compass .compass3 {
  width: 5vw;
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  transition: 0.5s transform ease;
}
.marketInsights .f2 .f2Box .compass .compass3.active {
  opacity: 1;
}
.marketInsights .f2 .f2Box .item {
  width: 18vw;
  height: 22vw;
  position: relative;
  border-radius: 3vw;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  overflow: hidden;
}
.marketInsights .f2 .f2Box .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.5s all;
  background-size: cover !important;
}
.marketInsights .f2 .f2Box .item .txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 15vw;
}
.marketInsights .f2 .f2Box .item .txt .icon {
  width: 2.2vw;
  position: absolute;
  top: 1.5vw;
  left: 1.5vw;
}
.marketInsights .f2 .f2Box .item .txt .name {
  color: white;
  font-size: 1.3vw;
  line-height: 1.2;
}
.marketInsights .f2 .f2Box .item .txt .more {
  width: 2vw;
  transform: rotate(90deg);
  margin: 0.5vw auto;
}
.marketInsights .f2 .f2Box .item:hover .img {
  transform: scale(1.1);
}
.marketInsights .f2 .f2Text {
  width: 100%;
  color: white;
  margin-top: 15vw;
  text-align: center;
}
.marketInsights .f2 .f2Text .t {
  font-size: 5vw;
  line-height: 1.2;
}
.marketInsights .f2 .f2Text .t2 {
  font-size: 3vw;
  margin-top: 3vw;
}
.marketInsights .f2 .f2Text .d {
  font-size: 1.2vw;
  font-family: poppinsLight;
}
.marketInsights .f2 .f2Text .btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3vw;
}
.marketInsights .f2 .f2Text .btnBox .btn {
  display: flex;
  align-items: center;
  font-size: 0.9vw;
  margin: 0 0.5vw;
  cursor: pointer;
}
.marketInsights .f2 .f2Text .btnBox .btn img {
  width: 1.5vw;
}
.marketInsights .f2 .f2Text .btnBox .btn:nth-child(1) {
  border: 1px solid white;
  color: white;
  border-radius: 5vw;
  padding: 0.3vw 1vw 0.3vw 0.3vw;
}
.marketInsights .f2 .f2Text .btnBox .btn:nth-child(1) img {
  margin-right: 0.5vw;
}
.marketInsights .f2 .f2Text .btnBox .btn:nth-child(2) {
  background: white;
  color: #ff8300;
  border-radius: 5vw;
  padding: 0.3vw 0.3vw 0.3vw 1vw;
}
.marketInsights .f2 .f2Text .btnBox .btn:nth-child(2) img {
  margin-left: 0.5vw;
}
.marketInsights .f2 .info {
  text-align: center;
  color: #f7dd9a;
  font-family: poppinsLight;
  font-size: 14px;
  margin-top: 10vw;
}
.marketInsights .marketInsightsModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox {
  width: 71%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 3vw;
  background: #F2F2F2;
  border-radius: 1vw;
}
.marketInsights .marketInsightsModal .close {
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  font-size: 1.5vw;
  cursor: pointer;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left {
  width: 17vw;
  height: 26vw;
  border-radius: 1.5vw;
  position: relative;
  overflow: hidden;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left .txt {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left .txt .icon {
  width: 2.2vw;
  margin-bottom: 1vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left .txt .name {
  color: white;
  font-size: 1.5vw;
  line-height: 1.2;
  font-family: poppinsMedium;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right {
  width: 46.5vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal {
  width: 15vw;
  height: 12vw;
  background: #FCA223;
  border-radius: 1.5vw;
  color: white;
  padding: 2vw 1vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal .t {
  font-size: 1.5vw;
  font-family: poppinsMedium;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal .d {
  font-family: poppinsLight;
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 1.7;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data {
  width: 30vw;
  height: 12vw;
  background: white;
  border-radius: 1.5vw;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num {
  width: 10vw;
  height: 10vw;
  background: #FCC438;
  border-radius: 1.5vw;
  color: white;
  padding: 1.5vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num .t {
  font-size: 1.5vw;
  font-family: poppinsMedium;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num .n {
  font-size: 3.5vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .d {
  width: 16vw;
  color: #4d4d4d;
  font-family: poppinsLight;
  font-size: 0.9vw;
  line-height: 1.7;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief {
  width: 22vw;
  height: 13vw;
  background: url('../images/img27.png') center no-repeat;
  background-size: cover !important;
  padding: 2vw 2vw;
  border-radius: 1.5vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief .t {
  font-size: 1.5vw;
  font-family: poppinsMedium;
  color: #ff8300;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief .d {
  font-family: poppinsLight;
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 1.7;
  color: #4d4d4d;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif {
  width: 23vw;
  height: 13vw;
  background: #F9EAC5;
  border-radius: 1.5vw;
  padding: 2vw 2vw;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif .t {
  font-size: 1.5vw;
  font-family: poppinsMedium;
  color: #ff8300;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif .d {
  font-family: poppinsLight;
  font-size: 0.9vw;
  margin-top: 1vw;
  line-height: 1.7;
  color: #4d4d4d;
}
.marketInsights .marketInsightsModal .marketInsightsModalBox .info {
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-family: poppinsLight;
  margin-top: 3vw;
}
.marketInsights .modal1.active {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
}
.marketInsights .modal2.active {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
}
.marketInsights .modal3.active {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
}
.marketInsights .modal4.active {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
}
.marketInsights .marketInsightsModal.modal2 .signal {
  background: #FD8204 !important;
}
.marketInsights .marketInsightsModal.modal2 .data .num {
  background: #FBB03B !important;
}
.marketInsights .marketInsightsModal.modal2 .brief {
  background: url('../images/img28.jpg') center no-repeat !important;
}
.marketInsights .marketInsightsModal.modal2 .whatif {
  background: #FFEEC7 !important;
}
.marketInsights .marketInsightsModal.modal3 .signal {
  background: #FD8204 !important;
}
.marketInsights .marketInsightsModal.modal3 .data .num {
  background: #61D4E7 !important;
}
.marketInsights .marketInsightsModal.modal3 .brief {
  background: url('../images/img29.jpg') center no-repeat !important;
}
.marketInsights .marketInsightsModal.modal3 .whatif {
  background: #DFF6FA !important;
}
.marketInsights .marketInsightsModal.modal4 .signal {
  background: #FD8204 !important;
}
.marketInsights .marketInsightsModal.modal4 .data .num {
  background: #24DD8D !important;
}
.marketInsights .marketInsightsModal.modal4 .brief {
  background: url('../images/img30.jpg') center no-repeat !important;
}
.marketInsights .marketInsightsModal.modal4 .whatif {
  background: #D9FFEE !important;
}
.execution {
  width: 100%;
  position: relative;
  background: #FE951D;
  overflow: hidden;
}
.execution .f1 {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 7vw 20vw 6vw 20vw;
  transition: 0.3s all;
  overflow: hidden;
}
.execution .f1 .tit {
  font-size: 1.2vw;
  font-family: poppinsLight;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 1vw;
  z-index: 4;
  opacity: 0;
}
.execution .f1 .nextBtn {
  color: white;
  font-size: 1.5vw;
  font-family: poppinsLight;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 20vw;
  z-index: 9;
  transition: 0.5s all;
}
.execution .f1 .nextBtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: 0.5s all;
}
.execution .f1 .nextBtn:hover::before {
  left: -1vw;
}
.execution .f1 .showBtn {
  color: white;
  font-size: 1.5vw;
  font-family: poppinsLight;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20vw;
  z-index: 9;
  transition: 0.5s all;
  opacity: 1;
}
.execution .f1 .showBtn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: 0.5s all;
}
.execution .f1 .showBtn:hover::before {
  left: 1vw;
}
.execution .f1.list-view .nextBtn {
  transform: translateY(-50%) translateX(-5vw);
  opacity: 0;
  pointer-events: none;
}
.execution .f1.list-view .showBtn {
  transform: translateY(-50%) translateX(5vw);
  opacity: 0;
  pointer-events: none;
}
.execution .f1 .btnBox {
  position: fixed;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #27E094 50%, #87D1ED 100%);
  padding: 1vw 0.2vw;
  height: 2.7vw;
  border-radius: 2.5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  border: 1px solid rgba(255,255,255,.5);
}
.execution .f1 .btnBox .cardBtn {
  width: 2.3vw;
  height: 2.3vw;
  position: relative;
  cursor: pointer;
  background: transparent;
  border-radius: 5vw;
  padding-top: 0.7vw;
  margin-right: 1vw;
}
.execution .f1 .btnBox .cardBtn .view {
  width: 0.9vw;
  height: 0.9vw;
  background: white;
  border-radius: 0.3vw;
  margin: 0 auto;
}
.execution .f1 .btnBox .listBtn {
  width: 2.3vw;
  height: 2.3vw;
  cursor: pointer;
}
.execution .f1 .btnBox .listBtn .view {
  background: white;
  border-radius: 5vw;
  padding: 0.6vw;
}
.execution .f1 .btnBox .listBtn .view img:nth-child(2) {
  display: none;
}
.execution .f1 .btnBox.active .cardBtn {
  background: white;
}
.execution .f1 .btnBox.active .cardBtn .view{
  background: #FE951D;
}
.execution .f1 .btnBox.active .listBtn .view {
  background: transparent;
}
.execution .f1 .btnBox.active .listBtn .view img:nth-child(1) {
  display: none;
}
.execution .f1 .btnBox.active .listBtn .view img:nth-child(2) {
  display: block;
}
.execution .f1 .cardsBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.execution .f1 .cardsBg .cards_leftbg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 3;
}
.execution .f1 .cardsBg .cards_leftbg .viewBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom-left-radius: 30vh 50vh;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 30vh 50vh;
  border-top-right-radius: 0px;
  transform-origin: right center;
  transform: translate3d(0%, 0px, 0px) scale3d(0, 1.15, 1);
  will-change: transform;
  background: #87d1ed;
  transition: transform 0.5s ease;
}
.execution .f1 .cardsBg .cards_rightbg {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  z-index: 3;
}
.execution .f1 .cardsBg .cards_rightbg .viewBg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  border-bottom-right-radius: 30vh 50vh;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30vh 50vh;
  border-top-left-radius: 0px;
  transform-origin: left center;
  transform: translate3d(0%, 0px, 0px) scale3d(0, 1.15, 1);
  will-change: transform;
  background: rgba(255, 255, 255, 0.3);
  transition: transform 0.5s ease;
}
.execution .f1 .cardsBg .fullscreenBg {
  position: absolute;
  top: 0;
  left: 20%;
  width: 30%;
  height: 100%;
  border-bottom-left-radius: 30vh 50vh;
  border-top-left-radius: 30vh 50vh;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #FD8204;
  transition: all 0.5s ease-out;
  z-index: 2;
  transform: scale3d(0, 1.15, 1);
  transform-origin: right center;
}
.execution .f1 .circleContainer {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
.execution .f1 .circleContainer .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
}
.execution .f1 .circleContainer .circle1 {
  width: 100px;
  height: 100px;
  background: #FE951D;
  z-index: 4;
}
.execution .f1 .circleContainer .circle2 {
  width: 200px;
  height: 200px;
  background: #87D1ED;
  z-index: 3;
}
.execution .f1 .circleContainer .circle3 {
  width: 300px;
  height: 300px;
  background: #27E094;
  z-index: 2;
}
.execution .f1 .circleContainer .circle4 {
  width: 400px;
  height: 400px;
  background: #F9CA4A;
  z-index: 1;
}
.execution .f1 .circleContainer.active .circle {
  opacity: 1;
  transition: all 0.8s ease;
}
.execution .f1 .circleContainer.active .circle1 {
  transition-delay: 0.15s;
  transform: translate(-50%, -50%) scale(30);
}
.execution .f1 .circleContainer.active .circle2 {
  transition-delay: 0.15s;
  transform: translate(-50%, -50%) scale(15);
}
.execution .f1 .circleContainer.active .circle3 {
  transition-delay: 0.1s;
  transform: translate(-50%, -50%) scale(10);
}
.execution .f1 .circleContainer.active .circle4 {
  transition-delay: 0.05s;
  transform: translate(-50%, -50%) scale(8);
}
.execution .f1 .f1Box {
  width: 100%;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  position: relative;
  margin-top: 2vw;
  perspective: 1000px;
  z-index: 2;
  opacity: 0;
}
.execution .f1 .f1Box .item {
  width: 15vw;
  height: 19vw;
  position: relative;
  background-size: cover !important;
  border: 4px solid #E6E6E6;
  border-radius: 2.1vw;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}
.execution .f1 .f1Box .item .text {
  position: relative;
  padding: 6.8vw 0 0 1.5vw;
}
.execution .f1 .f1Box .item .text .phase {
  color: #808080;
  font-family: poppinsLight;
  font-size: 0.85vw;
}
.execution .f1 .f1Box .item .text .name {
  font-family: poppinsMedium;
  font-size: 1.1vw;
  margin: 1vw 0;
  line-height: 1.2;
}
.execution .f1 .f1Box .item .text .des {
  font-family: poppinsLight;
  color: #808080;
  font-size: 0.75vw;
}
.execution .f1 .f1Box .item .more {
  width: 1.5vw;
  position: absolute;
  bottom: 0.7vw;
  left: 1.5vw;
}
.execution .f1 .f1Box .item:nth-child(1) .text .name {
  color: #ff8300;
}
.execution .f1 .f1Box .item:nth-child(2) .text .name {
  color: #4abed3;
}
.execution .f1 .f1Box .item:nth-child(3) .text .name {
  color: #2de89c;
}
.execution .f1 .f1Box .item:nth-child(4) .text .name {
  color: #ff8300;
}
.execution .f1 .f1Box .item:nth-child(5) .text .name {
  color: #4abed3;
}
.execution .f1 .f1Box .item:nth-child(6) .text .name {
  color: #2de89c;
}
.execution .f1 .f1Box .item:nth-child(6) .text .des {
  line-height: 1.4;
}
.execution .f1 .f1Box.card-view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.execution .f1 .f1Box.card-view .item {
  transform: scale(1.2);
}
.execution .f1 .f1Box.card-view .item:nth-child(1) {
  transform: scale(1.2) rotate(0deg);
  z-index: 6;
  box-shadow: 12px 12px 28px rgba(0, 0, 0, 0.2);
}
.execution .f1 .f1Box.card-view .item:nth-child(2) {
  transform: scale(1.2) rotate(-2deg) translateX(-4px) translateY(4px);
  z-index: 5;
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.18);
}
.execution .f1 .f1Box.card-view .item:nth-child(3) {
  transform: scale(1.2) rotate(-4deg) translateX(-8px) translateY(8px);
  z-index: 4;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.16);
}
.execution .f1 .f1Box.card-view .item:nth-child(4) {
  transform: scale(1.2) rotate(2deg) translateX(4px) translateY(-4px);
  z-index: 3;
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.14);
}
.execution .f1 .f1Box.card-view .item:nth-child(5) {
  transform: scale(1.2) rotate(4deg) translateX(8px) translateY(-8px);
  z-index: 2;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.12);
}
.execution .f1 .f1Box.card-view .item:nth-child(6) {
  transform: scale(1.2) rotate(6deg) translateX(12px) translateY(-12px);
  z-index: 1;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.execution .f1 .f1Box.list-view .item {
  transform: rotate(0deg) translateX(0) translateY(0);
  z-index: 1;
  box-shadow: none;
}
.execution .f1 .f1Box.list-view .item:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2) !important;
  transform: scale(1.02) !important;
}
.execution .executionModal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.execution .executionModal.active {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  pointer-events: auto;
}
.execution .executionModal .close {
  position: absolute;
  right: 12vw;
  top: 2vw;
  font-size: 1.5vw;
  color: white;
  cursor: pointer;
  z-index: 10;
}
.execution .executionModal .executionMdaolBox {
  width: 70%;
  max-height: 90vh;
  overflow: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  transform: translateX(-50%);
  position: absolute;
  top: 5vh;
  left: 50%;
  border-radius: 2vw;
  padding: 4vw 2vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .executionMdaolBox .img {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.execution .executionModal .executionMdaolBox .img img {
  width: 100%;
  display: block;
}
.execution .executionModal .executionMdaolBox .item {
  display: block;
  position: relative;
}
.execution .executionModal .executionMdaolBox .item .t {
  font-family: poppinsLight;
  font-size: 2vw;
  line-height: 1.3;
}
.execution .executionModal .executionMdaolBox .item .t1 {
  font-family: poppinsMedium;
  font-size: 1.3vw;
  line-height: 1.3;
}
.execution .executionModal .executionMdaolBox .item .t2 {
  font-size: 0.9vw;
  color: #ff8300;
  margin-top: 1vw;
}
.execution .executionModal .executionMdaolBox .item .t3 {
  font-size: 0.9vw;
  margin-top: 1vw;
}
.execution .executionModal .executionMdaolBox .item .des {
  font-family: poppinsLight;
  font-size: 0.8vw;
  margin-top: 1vw;
  color: #666666;
}
.execution .executionModal .executionMdaolBox .item .d2 {
  font-family: poppinsLight;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.execution .executionModal .phase1 {
  background: #FD8204;
  display: none;
}
.execution .executionModal .phase1 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase1 .top .left {
  width: 55%;
}
.execution .executionModal .phase1 .top .left .item1 {
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase1 .top .left .item7 {
  height: 28vw;
  border-radius: 1vw;
  background: #FCFCF2;
  padding: 3vw 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase1 .top .right {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .phase1 .top .right .item2 {
  width: 30%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .phase1 .top .right .item3 {
  width: 68%;
  background: white;
  display: flex;
  border-radius: 1vw;
  padding: 1vw;
}
.execution .executionModal .phase1 .top .right .item3 .its:last-child .t2 {
  margin-top: 0;
}
.execution .executionModal .phase1 .top .right .item4 {
  width: 100%;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1vw 0;
  text-align: center;
}
.execution .executionModal .phase1 .top .right .item5 {
  width: 80%;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 2vw 1vw;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select {
  width: 24.5%;
  cursor: pointer;
  position: relative;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select .t3 {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #F9CA48;
  border-radius: 5vw;
  justify-content: space-between;
  padding: 0.3vw 0.3vw 0.3vw 1vw;
  position: relative;
  z-index: 1;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select .t3 img {
  width: 1.5vw;
  transition: 0.5s all;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select .des {
  width: 100%;
  border: 1px solid #F9CA48;
  border-radius: 1vw;
  position: absolute;
  background: white;
  font-family: poppinsLight;
  font-size: 0.7vw;
  top: 0;
  padding: 3vw 0.3vw 1vw 1vw;
  opacity: 0;
  pointer-events: none;
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select:hover .t3 img {
  transform: rotate(90deg);
}
.execution .executionModal .phase1 .top .right .item5 .selectBox .select:hover .des {
  opacity: 1;
  pointer-events: all;
}
.execution .executionModal .phase1 .top .right .item6 {
  width: 9.5vw;
  height: 9.5vw;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1.8vw 0;
  position: relative;
}
.execution .executionModal .phase1 .top .right .item6 img {
  width: 75%;
  margin: 0 auto;
}
.execution .executionModal .phase1 .top .right .item8 {
  width: 68%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .phase1 .top .right .item8 .its {
  display: flex;
  flex-wrap: wrap;
}
.execution .executionModal .phase1 .top .right .item8 .its .it:nth-child(odd) {
  width: 60%;
}
.execution .executionModal .phase1 .top .right .item9 {
  width: 30%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .phase1 .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.execution .executionModal .phase1 .bottom .item10 {
  width: 60%;
  border-radius: 1vw;
  background: white;
  padding: 2vw 1vw;
}
.execution .executionModal .phase1 .bottom .item10 .des {
  display: flex;
  justify-content: space-between;
}
.execution .executionModal .phase1 .bottom .item10 .des .it {
  width: 48%;
}
.execution .executionModal .phase1 .bottom .item11 {
  width: 38%;
  border-radius: 1vw;
  background: url('../images/img32.png') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
}
.execution .executionModal .phase1 .bottom .item11 .d2 {
  color: #666666;
}
.execution .executionModal .phase1 .bottom .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  cursor: pointer;
}
.execution .executionModal .phase2 {
  background: #87D1ED;
  display: none;
}
.execution .executionModal .phase2 .item .t2 {
  color: #4abed3;
}
.execution .executionModal .phase2 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase2 .top .left {
  width: 20%;
}
.execution .executionModal .phase2 .top .left .item1 {
  height: 24.3vw;
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase2 .top .center {
  width: 70%;
}
.execution .executionModal .phase2 .top .center .item2 {
  border-radius: 1vw;
  padding: 1vw;
  background: #F0FDFF;
}
.execution .executionModal .phase2 .top .center .item4 {
  width: 100%;
  background: white;
  margin-top: 1vw;
  border-radius: 1vw;
  padding: 1vw 0;
  text-align: center;
}
.execution .executionModal .phase2 .top .right .item3 {
  background: white;
  display: flex;
  border-radius: 1vw;
  padding: 1vw;
}
.execution .executionModal .phase2 .top .right .item3 .t2 {
  margin-top: 0.95vw;
}
.execution .executionModal .phase2 .top .right .item3 .des {
  margin-top: 0;
}
.execution .executionModal .phase2 .bottom {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase2 .bottom .left {
  width: 50%;
}
.execution .executionModal .phase2 .bottom .left .item5 {
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase2 .bottom .left .item7 {
  border-radius: 1vw;
  background: #F0FDFF;
  margin-top: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase2 .bottom .left .item8 {
  border-radius: 1vw;
  padding: 1.5vw 1vw;
  background: #F0FDFF;
  margin-top: 1vw;
}
.execution .executionModal .phase2 .bottom .left .item8 .its {
  display: flex;
  flex-wrap: wrap;
}
.execution .executionModal .phase2 .bottom .left .item8 .its .it:nth-child(odd) {
  width: 60%;
}
.execution .executionModal .phase2 .bottom .right {
  width: 50%;
  position: relative;
}
.execution .executionModal .phase2 .bottom .right .item10 {
  height: 23vw;
  border-radius: 1vw;
  background: white;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase2 .bottom .right .item10 .t2 {
  margin-top: 1vw;
}
.execution .executionModal .phase2 .bottom .right .item10 .des {
  margin-top: 0;
}
.execution .executionModal .phase2 .bottom .right .item6 {
  width: 10.5vw;
  height: 10.5vw;
  position: absolute;
  background: #87D1ED;
  border-radius: 1vw 0 1vw 0;
  padding: 0.5vw;
  right: 0;
  margin-top: -10.5vw;
}
.execution .executionModal .phase2 .bottom .right .item6 .imgs {
  width: 10vw;
  height: 10vw;
  background: #F0FDFF;
  border-radius: 1vw;
  padding-top: 1vw;
}
.execution .executionModal .phase2 .bottom .right .item6 .imgs img {
  width: 70%;
  margin: 0 auto;
}
.execution .executionModal .phase2 .bottom .right .item11 {
  border-radius: 1vw;
  background: url('../images/img34.png') center no-repeat;
  background-size: cover !important;
  padding: 2.2vw 1.5vw;
  margin-top: 1vw;
}
.execution .executionModal .phase2 .bottom .right .item11 .d2 {
  color: #666666;
}
.execution .executionModal .phase2 .bottom .right .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  cursor: pointer;
}
.execution .executionModal .phase3 {
  background: #27E094;
  display: none;
}
.execution .executionModal .phase3 .item .t2 {
  color: #19d886;
}
.execution .executionModal .phase3 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase3 .top .left {
  width: 15%;
}
.execution .executionModal .phase3 .top .left .item1 {
  height: 24.3vw;
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase3 .top .center {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .phase3 .top .center .item2 {
  width: 55%;
  border-radius: 1vw;
  padding: 1vw;
  background: #EEFFF8;
}
.execution .executionModal .phase3 .top .center .item3 {
  width: 43%;
  background: white;
  display: flex;
  border-radius: 1vw;
  padding: 1vw;
}
.execution .executionModal .phase3 .top .center .item3 .its:last-child .t2 {
  margin-top: 0;
}
.execution .executionModal .phase3 .top .center .item4 {
  width: 80%;
  background: white;
  border-radius: 1vw;
  padding: 1vw 0;
  text-align: center;
}
.execution .executionModal .phase3 .top .center .item6 {
  width: 9.5vw;
  background: #EEFFF8;
  border-radius: 1vw;
  padding: 1.2vw 0;
  position: relative;
}
.execution .executionModal .phase3 .top .center .item6 img {
  width: 65%;
  margin: 0 auto;
}
.execution .executionModal .phase3 .bottom {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase3 .bottom .left {
  width: 36%;
  position: relative;
}
.execution .executionModal .phase3 .bottom .left .item5 {
  background: #EEFFF8;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase3 .bottom .left .item7 {
  border-radius: 1vw;
  background: white;
  margin-top: 1vw;
  padding: 1.8vw 1vw;
}
.execution .executionModal .phase3 .bottom .left .item7 .t2 {
  margin-top: 1.2vw;
}
.execution .executionModal .phase3 .bottom .left .item7 .des {
  margin-top: 0;
}
.execution .executionModal .phase3 .bottom .center {
  width: 32%;
}
.execution .executionModal .phase3 .bottom .center .item10 {
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase3 .bottom .center .item10 .t2 {
  margin-top: 0.5vw;
}
.execution .executionModal .phase3 .bottom .center .item10 .des {
  margin-top: 0;
}
.execution .executionModal .phase3 .bottom .center .item11 {
  border-radius: 1vw;
  background: url('../images/img36.png') center no-repeat;
  background-size: cover !important;
  padding: 1vw;
  margin-top: 0.8vw;
}
.execution .executionModal .phase3 .bottom .center .item11 .d2 {
  color: #666666;
}
.execution .executionModal .phase3 .bottom .center .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  top: 6vw;
  cursor: pointer;
}
.execution .executionModal .phase3 .bottom .right {
  width: 33%;
  position: relative;
}
.execution .executionModal .phase3 .bottom .right .item8 {
  border-radius: 1vw;
  padding: 1.5vw 1vw;
  background: #EEFFF8;
}
.execution .executionModal .phase3 .bottom .right .item9 {
  border-radius: 1vw;
  padding: 1vw;
  background: white;
  margin-top: 1vw;
}
.execution .executionModal .phase3 .bottom .right .item9 .t2 {
  margin: 0.8vw 0;
}
.execution .executionModal .phase4 {
  background: #FD8204;
  display: none;
}
.execution .executionModal .phase4 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase4 .top .item1 {
  width: 15%;
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase4 .top .item7 {
  border-radius: 1vw;
  background: #FCFCF2;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase4 .top .item2 {
  border-radius: 1vw;
  padding: 1.5vw 1vw;
  background: white;
}
.execution .executionModal .phase4 .item4 {
  width: 100%;
  background: white;
  border-radius: 1vw;
  padding: 1vw 0;
  text-align: center;
  margin: 1vw 0;
}
.execution .executionModal .phase4 .center {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase4 .center .item3 {
  background: white;
  border-radius: 1vw;
  padding: 1.5vw;
}
.execution .executionModal .phase4 .center .item5 {
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1.5vw;
}
.execution .executionModal .phase4 .center .item6 {
  width: 9.5vw;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 5vw 0;
  position: relative;
}
.execution .executionModal .phase4 .center .item6 img {
  width: 75%;
  margin: 0 auto;
}
.execution .executionModal .phase4 .bottom {
  width: 100%;
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase4 .bottom .item8 {
  width: 35%;
  border-radius: 1vw;
  padding: 1.5vw;
  background: #FCFCF2;
}
.execution .executionModal .phase4 .bottom .item9 {
  width: 30%;
  border-radius: 1vw;
  padding: 1.5vw;
  background: #FCFCF2;
}
.execution .executionModal .phase4 .bottom .item11 {
  width: 35%;
  border-radius: 1vw;
  background: url('../images/img32.png') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
}
.execution .executionModal .phase4 .bottom .item11 .d2 {
  color: #666666;
}
.execution .executionModal .phase4 .bottom .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  cursor: pointer;
}
.execution .executionModal .phase5 {
  background: #87D1ED;
  display: none;
}
.execution .executionModal .phase5 .item .t2 {
  color: #4abed3;
}
.execution .executionModal .phase5 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase5 .top .left {
  width: 20%;
}
.execution .executionModal .phase5 .top .left .item1 {
  height: 26.6vw;
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase5 .top .right {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .phase5 .top .right .item2 {
  width: 49%;
  border-radius: 1vw;
  padding: 1.5vw;
  background: #F0FDFF;
}
.execution .executionModal .phase5 .top .right .item3 {
  width: 49%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw;
}
.execution .executionModal .phase5 .top .right .item3 .t2 {
  margin-top: 0.95vw;
}
.execution .executionModal .phase5 .top .right .item3 .des {
  margin-top: 0;
}
.execution .executionModal .phase5 .top .right .item4 {
  width: 79%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 0;
  text-align: center;
}
.execution .executionModal .phase5 .top .right .item6 {
  width: 10.5vw;
  position: relative;
  background: #F0FDFF;
  border-radius: 1vw;
}
.execution .executionModal .phase5 .top .right .item6 img {
  width: 50%;
  margin: 0 auto;
}
.execution .executionModal .phase5 .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase5 .bottom .item5 {
  width: 49%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item8 {
  width: 49%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item7 {
  width: 34%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item10 {
  width: 28%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item9 {
  width: 34.5%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item12 {
  width: 49%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 1vw;
}
.execution .executionModal .phase5 .bottom .item11 {
  width: 49%;
  border-radius: 1vw;
  background: url('../images/img34.png') center no-repeat;
  background-size: cover !important;
  padding: 2.2vw 1.5vw;
}
.execution .executionModal .phase5 .bottom .item11 .d2 {
  color: #666666;
}
.execution .executionModal .phase5 .bottom .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  cursor: pointer;
}
.execution .executionModal .phase6 {
  background: #27E094;
  display: none;
}
.execution .executionModal .phase6 .item .t2 {
  color: #19d886;
}
.execution .executionModal .phase6 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .phase6 .top .left {
  width: 22%;
}
.execution .executionModal .phase6 .top .left .item1 {
  height: 20.2vw;
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .phase6 .top .center {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .phase6 .top .center .item2 {
  width: 55%;
  border-radius: 1vw;
  padding: 1.5vw;
  background: #EEFFF8;
}
.execution .executionModal .phase6 .top .center .item3 {
  width: 43%;
  background: white;
  display: flex;
  border-radius: 1vw;
  padding: 1.5vw;
}
.execution .executionModal .phase6 .top .center .item3 .its:last-child .t2 {
  margin-top: 0;
}
.execution .executionModal .phase6 .top .center .item4 {
  width: 100%;
  background: white;
  border-radius: 1vw;
  padding: 1.5vw 0;
  text-align: center;
}
.execution .executionModal .phase6 .bottom {
  display: flex;
  gap: 1vw;
  margin-top: 1vw;
}
.execution .executionModal .phase6 .bottom .left {
  width: 36%;
  position: relative;
}
.execution .executionModal .phase6 .bottom .left .item7 {
  border-radius: 1vw;
  background: white;
  padding: 1.8vw 1vw;
}
.execution .executionModal .phase6 .bottom .left .item7 .t2 {
  margin-top: 1.2vw;
}
.execution .executionModal .phase6 .bottom .left .item7 .des {
  margin-top: 0;
}
.execution .executionModal .phase6 .bottom .left .itemlogo {
  width: 100%;
  background: #EEFFF8;
  border-radius: 1vw;
  padding: 3vw 0;
  position: relative;
  margin-top: 1vw;
}
.execution .executionModal .phase6 .bottom .left .itemlogo img {
  width: 55%;
  margin: 0 auto;
}
.execution .executionModal .phase6 .bottom .right {
  width: 65%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .phase6 .bottom .right .item5 {
  width: 49%;
  background: #EEFFF8;
  border-radius: 1vw;
  padding: 1.5vw;
}
.execution .executionModal .phase6 .bottom .right .item10 {
  width: 48%;
  border-radius: 1vw;
  background: white;
  padding: 1.5vw;
}
.execution .executionModal .phase6 .bottom .right .item11 {
  width: 66%;
  border-radius: 1vw;
  background: url('../images/img36.png') center no-repeat;
  background-size: cover !important;
  padding: 1.5vw;
}
.execution .executionModal .phase6 .bottom .right .item11 .d2 {
  width: 70%;
  color: #666666;
}
.execution .executionModal .phase6 .bottom .right .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
  cursor: pointer;
}
.execution .executionModal .phase6 .bottom .right .item6 {
  width: 30%;
  background: #EEFFF8;
  border-radius: 1vw;
  padding: 4vw 0 0 0;
  position: relative;
}
.execution .executionModal .phase6 .bottom .right .item6 img {
  width: 70%;
  margin: 0 auto;
}
.execution .executionModal .phase6 .bottom .right .item8 {
  border-radius: 1vw;
  padding: 1.5vw 1vw;
  background: #EEFFF8;
}
.execution .executionModal .phase6 .bottom .right .item9 {
  border-radius: 1vw;
  padding: 1vw;
  background: white;
  margin-top: 1vw;
}
.execution .executionModal .phase6 .bottom .right .item9 .t2 {
  margin: 0.8vw 0;
}
.execution .executionModal .active2 {
  display: block;
}
.newsDetail{
  width: 100%;
  position: relative;
  padding: 10vw;
}
.newsDetail .tit{
  font-size: 2vw;
}
.newsDetail .des{
  font-size: .9vw;
  line-height: 1.7;
  margin-top: 3vw;
}
.newsDetail .des p img{
  max-width: 700px !important;
}
.pc {
  display: block !important;
}
.mobile {
  display: none !important;
}
@media screen and (max-width: 1660px) {
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt {
    height: 5.5vw;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide-active .item .txt {
    height: auto;
  }
  .Capsule .f2 .f2Text .text .itsBox {
    width: 40vw;
  }
  .Liquid .f2 .f2Text .text .itsBox {
    width: 35vw;
  }
  .Gummies .f2 .f2Text .text .itsBox {
    width: 35vw;
  }
  .MoreSolutions .f2 .f2Text .text .itsBox {
    width: 45vw;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des .p {
    width: 45%;
  }
  .ForHer .f2 .f2Box .item {
    padding: 2vw 1vw 2vw 2vw;
  }
  .ForHer .f2 .f2Text .text .itsBox {
    width: 45vw;
  }
  .index .f7 .left {
    font-size: 12px;
  }
  .strengths .f2 .f2Box .item .left,
  .strengths .f2 .f2Box .item .right {
    width: 25vw;
  }
  .strengths .f2 .f2Img2 {
    width: 24vw;
  }
  .strengths .f2 .f2Box .item {
    padding: 2.4vw 10vw;
  }
  .strengths .f2 .f2Img2 .link a {
    height: 10vw;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text .t {
    font-size: 12px;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text .t2 {
    font-size: 10px;
    margin: 0.2vw 0;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text .d {
    font-size: 9px;
  }
  .Liquid .f1 .right {
    width: 27.5vw;
  }
  .Capsule .f1 .right {
    width: 26vw;
  }
  .Gummies .f1 .right {
    width: 30vw;
  }
  .ForHer .f1 .right {
    width: 30vw;
  }
  .MoreSolutions .f1 .right {
    width: 30vw;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des .p:nth-child(1) {
    width: 50%;
    margin-top: 2vw;
  }
  .ForHer .f2 .f2Box .item .des {
    width: 60%;
  }
  .MoreSolutions .f2 .f2Box .item .des {
    width: 73%;
  }
  .Gummies .f2 .f2Box .item:nth-child(1) .des {
    width: 60%;
  }
  .Capsule .f2 .f2Box .item:nth-child(1) .des {
    width: 60%;
  }
  .Liquid .f2 .f2Box .item:nth-child(1) .des {
    width: 60%;
  }
  .Liquid .f2 .f2Box .item {
    padding: 2vw;
  }
  .Liquid .f2 .f2Box .item .t {
    font-size: 18px;
  }
  .Liquid .f2 .f2Box .item .des {
    font-size: 14px;
  }
  .Capsule .f2 .f2Box .item {
    padding: 2vw;
  }
  .Capsule .f2 .f2Box .item .t {
    font-size: 18px;
  }
  .Capsule .f2 .f2Box .item .des {
    font-size: 14px;
  }
  .Gummies .f2 .f2Box .item {
    padding: 2vw;
  }
  .Gummies .f2 .f2Box .item .t {
    font-size: 18px;
  }
  .Gummies .f2 .f2Box .item .des {
    font-size: 14px;
  }
  .ForHer .f2 .f2Box .item .t {
    font-size: 18px;
  }
  .ForHer .f2 .f2Box .item .des {
    font-size: 14px;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des {
    font-size: 14px;
  }
  .MoreSolutions .f2 .f2Box .item {
    padding: 2vw;
  }
  .MoreSolutions .f2 .f2Box .item .t {
    font-size: 18px;
  }
  .MoreSolutions .f2 .f2Box .item .des {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .index .f7 .right {
    width: 38vw;
  }
  .strengths .f1 .f1Bg {
    width: 120%;
    margin-left: -10%;
  }
  @keyframes f1BgAnm {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-50vw);
    }
  }
  .strengths .f2 .f2Box .item {
    padding: 2vw 10vw;
  }
  .strengths .f2 .f2Img2 {
    width: 25vw;
    margin-top: -1vw;
  }
  .strengths .f2 .f2Img2 .link a {
    height: 11vw;
  }
  .Liquid .f1 .left .tit,
  .Capsule .f1 .left .tit,
  .Gummies .f1 .left .tit,
  .ForHer .f1 .left .tit,
  .MoreSolutions .f1 .left .tit {
    font-size: 24px;
  }
  .Liquid .f1 .left .t2,
  .Capsule .f1 .left .t2,
  .Gummies .f1 .left .t2,
  .ForHer .f1 .left .t2,
  .MoreSolutions .f1 .left .t2 {
    font-size: 30px;
  }
  .Liquid .f1 .left .des,
  .Capsule .f1 .left .des,
  .Gummies .f1 .left .des,
  .ForHer .f1 .left .des,
  .MoreSolutions .f1 .left .des {
    font-size: 16px;
  }
  .Liquid .f1 .left .textBox .tits,
  .Capsule .f1 .left .textBox .tits,
  .Gummies .f1 .left .textBox .tits,
  .ForHer .f1 .left .textBox .tits,
  .MoreSolutions .f1 .left .textBox .tits {
    font-size: 24px;
  }
  .Liquid .f1 .left .textBox .itsBox .its .t,
  .Capsule .f1 .left .textBox .itsBox .its .t,
  .Gummies .f1 .left .textBox .itsBox .its .t,
  .ForHer .f1 .left .textBox .itsBox .its .t,
  .MoreSolutions .f1 .left .textBox .itsBox .its .t {
    font-size: 18px;
  }
  .Liquid .f1 .left .textBox .itsBox .its .d,
  .Capsule .f1 .left .textBox .itsBox .its .d,
  .Gummies .f1 .left .textBox .itsBox .its .d,
  .ForHer .f1 .left .textBox .itsBox .its .d,
  .MoreSolutions .f1 .left .textBox .itsBox .its .d {
    font-size: 15px;
  }
  .Liquid .f1 .left .textBox .itsBox .its .d2,
  .Capsule .f1 .left .textBox .itsBox .its .d2,
  .Gummies .f1 .left .textBox .itsBox .its .d2,
  .ForHer .f1 .left .textBox .itsBox .its .d2,
  .MoreSolutions .f1 .left .textBox .itsBox .its .d2 {
    font-size: 15px;
  }
  .Liquid .f2 .f2Text .text .tit,
  .Capsule .f2 .f2Text .text .tit,
  .Gummies .f2 .f2Text .text .tit,
  .ForHer .f2 .f2Text .text .tit,
  .MoreSolutions .f2 .f2Text .text .tit {
    font-size: 24px;
  }
  .Liquid .f2 .f2Text .text .t2,
  .Capsule .f2 .f2Text .text .t2,
  .Gummies .f2 .f2Text .text .t2,
  .ForHer .f2 .f2Text .text .t2,
  .MoreSolutions .f2 .f2Text .text .t2 {
    font-size: 30px;
  }
  .Liquid .f2 .f2Text .text .des,
  .Capsule .f2 .f2Text .text .des,
  .Gummies .f2 .f2Text .text .des,
  .ForHer .f2 .f2Text .text .des,
  .MoreSolutions .f2 .f2Text .text .des {
    font-size: 16px;
  }
  .Liquid .f2 .f2Text .text .itsBox .t,
  .Capsule .f2 .f2Text .text .itsBox .t,
  .Gummies .f2 .f2Text .text .itsBox .t,
  .ForHer .f2 .f2Text .text .itsBox .t,
  .MoreSolutions .f2 .f2Text .text .itsBox .t {
    font-size: 18px;
  }
  .Liquid .f2 .f2Text .text .itsBox .its .it,
  .Capsule .f2 .f2Text .text .itsBox .its .it,
  .Gummies .f2 .f2Text .text .itsBox .its .it,
  .ForHer .f2 .f2Text .text .itsBox .its .it,
  .MoreSolutions .f2 .f2Text .text .itsBox .its .it {
    font-size: 14px;
  }
  .Liquid .f2 .f2Swiper .swiper-slide .txt,
  .Capsule .f2 .f2Swiper .swiper-slide .txt,
  .Gummies .f2 .f2Swiper .swiper-slide .txt,
  .ForHer .f2 .f2Swiper .swiper-slide .txt,
  .MoreSolutions .f2 .f2Swiper .swiper-slide .txt {
    font-size: 13px;
  }
  .modalBox2 .modal .tit .t {
    font-size: 22px;
  }
  .modalBox2 .modal .tit .t2 {
    font-size: 16px;
  }
  .modalBox2 .modal .inputBox input {
    width: 80%;
    font-size: 14px;
  }
  .modalBox2 .modal .inputBox .down {
    font-size: 14px;
  }
  .modalBox2 .modal .info {
    font-size: 12px;
  }
  .modalBox2 .modal .close {
    font-size: 28px;
  }
  .index .modalBox .modal .close {
    font-size: 28px;
  }
  .index .modalBox .modal .tit .t {
    font-size: 22px;
  }
  .index .modalBox .modal .inputBox input {
    width: 77%;
    font-size: 14px;
  }
  .index .modalBox .modal .inputBox .down {
    font-size: 14px;
  }
  .index .modalBox .modal .info {
    font-size: 14px;
  }
  .index .modalBox .modal .info .d {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .strengths .f2 .f2Box .item {
    padding: 1.8vw 10vw;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text .d {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fd8204;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0;

  }

  .sp_logo {
    padding: 10px;
    float: left;
  }

  .sp_logo img {
    margin: auto;
    width: 150px;
    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: white;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px

  }

  .sp_nav span:nth-of-type(3) {

    top: 35px

  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)

  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0

  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

  .sjj_nav > ul > li:first-child > a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav > ul > li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

  .sjj_nav > ul > li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav > ul > li:last-child {

    /*border-bottom: 1px #ddd solid*/

  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }
  .sjj_nav ul li.lang ul{
    display: flex;
  }
  .sjj_nav ul li.lang a i{
    position: relative;
  }
  .sjj_nav ul li.lang ul li a{
    display: flex;
    padding-left: 25px;
  }
  .sjj_nav ul li.lang ul li a img{
    width: 25px;
    object-fit: contain;
    margin-right: 5px;
  }
  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    padding-left: 25px;
    text-transform: uppercase;
  }
  .sjj_nav ul li ul li{
    border: transparent;
    line-height: 30px;
  }
  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #fd8204;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #fd8204;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 22px;
    color: #fd8204;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
  .index .f1 {
    padding: 20vw 5vw 10vw 5vw;
  }
  .index .f1 .f1Text {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 0;
  }
  .index .f1 .f1Text .text .t1 {
    width: 100%;
    font-size: 10vw;
  }
  .index .f1 .f1Text .text .t2 {
    font-size: 7vw;
    margin-top: 2vw;
  }
  .index .f1 .f1Text .text .d {
    font-size: 14px;
    margin: 7vw 0;
  }
  .index .f1 .img {
    position: relative;
    width: 100%;
    height: 90vw;
    transform: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    margin-top: 10vw;
  }
  .index .f2 {
    padding: 10vw 5vw;
  }
  .index .f2 .titBox .t {
    font-size: 22px;
  }
  .index .f2 .titBox .d {
    font-size: 14px;
  }
  .index .f2 .f2Box {
    display: block;
  }
  .index .f2 .f2Box .left {
    display: none;
  }
  .index .f2 .f2Box .right {
    width: 100%;
    margin-top: 5vw;
  }
  .index .f2 .f2Box .right .item {
    width: 48%;
    margin-top: 5vw;
  }
  .index .f2 .f2Box .right .item .textBox {
    padding: 2vw 3vw;
  }
  .index .f2 .f2Box .right .item .textBox .text .d {
    display: none;
  }
  .index .f2 .f2Box .right .item .textBox .text .t {
    font-size: 14px;
  }
  .index .f2 .f2Box .right .item .textBox .text .t2 {
    font-size: 12px;
    margin-top: 5px;
  }
  .index .f2 .f2Box .right .item .textBox .icon {
    height: 20vw;
  }
  .index .f2 .f2Box .right .item .imgBox .img {
    top: -5vw;
  }
  .index .f2 .f2Box .right .item:hover .imgBox .img {
    transform: inherit;
  }
  .index .f3 .titBox .t {
    font-size: 22px;
  }
  .index .f3 .titBox .d {
    font-size: 14px;
  }
  .index .f3 .titBox .d2 {
    font-size: 14px;
  }
  .index .f3 .titBox {
    padding: 20vw 0 10vw 0;
  }
  .index .f3 .f3Box {
    display: block;
    padding: 0 5vw 10vw 5vw;
  }
  .index .f3 .f3Box .item {
    width: 100%;
    margin-top: 10vw;
  }
  .index .f3 .f3Box .item .imgBox {
    height: auto;
    padding: 5vw;
  }
  .index .f3 .f3Box .item .imgBox .text .t {
    font-size: 16px;
  }
  .index .f3 .f3Box .item .imgBox .text .t2 {
    font-size: 14px;
  }
  .index .f3 .f3Box .item .imgBox .text .d {
    font-size: 14px;
  }
  .index .f3 .f3Box .item .btn {
    font-size: 14px;
    padding: 10px 0;
    margin-top: 10px;
  }
  .index .f3 .f3Box .item .btn img {
    width: 15px;
    margin-left: 5vw;
  }
  .index .f4 {
    height: 75vw;
  }
  .index .f4 .f4Box {
    right: 5vw;
  }
  .index .f4 .f4Box .item .it {
    height: auto;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 5px;
    margin-left: 2vw;
    margin-top: 2vw;
  }
  .index .f4 .f4Box .item .it img {
    height: 20px;
  }
  .index .f5 .titBox {
    padding: 20vw 0 10vw 0;
  }
  .index .f5 .titBox .t {
    font-size: 22px;
  }
  .index .f5 .f5Box {
    padding: 0 5vw 10vw 5vw;
    display: block;
  }
  .index .f5 .f5Box .item {
    width: 100%;
    margin-top: 10vw;
  }
  .index .f5 .f5Box .item .text .icon {
    width: 60px;
  }
  .index .f5 .f5Box .item .text .t {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
  .index .f5 .f5Box .item .text .d {
    font-size: 14px;
    height: auto;
  }
  .index .f5 .f5Box .item .img {
    margin-top: 20px;
  }
  .index .f6 .tit {
    font-size: 22px;
  }
  .index .f6 .f6Box .f6Scroll .item {
    font-size: 14px;
    margin-right: 20px;
  }
  .index .f6 .f6Box .f6Scroll .item img {
    width: 18px;
  }
  .index .f7 {
    padding: 10vw 5vw;
    display: block;
  }
  .index .f7 .left {
    width: 100%;
    font-size: 14px;
  }
  .index .f7 .left .qm {
    width: 100px;
  }
  .index .f7 .right {
    width: 100%;
    margin-top: 10vw;
  }
  footer {
    padding: 10vw 5vw;
  }
  footer .footerHead {
    display: block;
    padding-bottom: 5vw;
  }
  footer .footerHead .tit {
    font-size: 22px;
  }
  footer .footerHead .email {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    padding: 0 3px 0 10px;
  }
  footer .footerHead .email input {
    height: auto;
    padding: 10px 0;
    font-size: 14px;
  }
  footer .footerHead .email img {
    width: 35px;
    margin-right: 0;
  }
  footer .footerBox {
    display: block;
    margin-top: 5vw;
  }
  footer .footerBox .left {
    width: 100%;
  }
  footer .footerBox .left .logo {
    width: 130px;
  }
  footer .footerBox .left .des {
    margin: 5vw 0;
  }
  footer .footerBox .left .logos {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .footerBox .left .logos img {
    width: 30px;
    height: 30px;
    margin-right: 2vw;
  }
  footer .footerBox .left .friendBox .friends {
    width: 32%;
    padding: 1vw;
  }
  footer .footerBox .left .friendBox .friends .img {
    height: 50px;
  }
  footer .footerBox .left .friendBox .friends .img img {
    height: 25px;
  }
  footer .footerBox .left .friendBox .friends .txt {
    font-size: 12px;
    margin-top: 1vw;
  }
  footer .footerBox .left .friendBox .friends .txt img {
    width: 12px;
  }
  footer .footerBox .left .friendBox .friends:last-child {
    margin-top: 2vw;
  }
  footer .footerBox .left .friendBox .friends:last-child .img {
    width: 28vw;
  }
  footer .footerBox .left .friendBox .friends:last-child .txt {
    width: 58vw;
  }
  footer .footerBox .right {
    width: 100%;
  }
  footer .footerBox .right .itsBox .its {
    margin-right: 0;
    margin-top: 5vw;
  }
  footer .footerBox .right .itsBox .its .t {
    font-size: 16px;
  }
  footer .footerBox .right .itsBox .its .d {
    font-size: 14px;
  }
  footer .footerBox .right .footerBottom {
    position: relative;
    bottom: inherit;
    display: block;
  }
  footer .footerBox .right .footerBottom .qrBox {
    justify-content: center;
  }
  footer .footerBox .right .footerBottom .qrBox .qr {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2vw;
  }
  footer .footerBox .right .footerBottom .qrBox .qr .qrcode{
    width: 33vw;
    bottom: 12vw;
    font-size: 12px;
  }
  footer .footerBox .right .footerBottom .info {
    margin-top: 5vw;
    font-size: 12px;
  }
  .contactUs .f1 {
    padding: 20vw 5vw;
  }
  .contactUs .f1 .titBox .t {
    font-size: 22px;
  }
  .contactUs .f1 .titBox .d {
    font-size: 14px;
  }
  .contactUs .f2 {
    padding: 10vw 5vw;
    display: block;
  }
  .contactUs .f2 .left {
    width: 100%;
  }
  .contactUs .f2 .left .tit .t {
    font-size: 18px;
  }
  .contactUs .f2 .left .tit .d {
    font-size: 14px;
  }
  .contactUs .f2 .left form {
    margin-top: 5vw;
  }
  .contactUs .f2 .left form .inputBox {
    padding: 2vw 5vw;
    margin-top: 3vw;
  }
  .contactUs .f2 .left form .inputBox input {
    font-size: 14px;
  }
  .contactUs .f2 .left form .textareaBox {
    padding: 2vw 5vw;
    margin-top: 3vw;
  }
  .contactUs .f2 .left form .textareaBox textarea {
    height: 30vw;
    font-size: 14px;
  }
  .contactUs .f2 .left form .info {
    font-size: 12px;
  }
  .contactUs .f2 .left form .submit {
    font-size: 14px;
    padding: 3vw 0;
  }
  .contactUs .f2 .right {
    width: 100%;
    margin-top: 10vw;
  }
  .contactUs .f2 .right .tit {
    font-size: 22px;
  }
  .contactUs .f2 .right .des {
    font-size: 16px;
    margin-bottom: 5vw;
  }
  .contactUs .f2 .right .its {
    padding: 3vw 0;
  }
  .contactUs .f2 .right .its .t {
    font-size: 16px;
  }
  .contactUs .f2 .right .its .d {
    font-size: 14px;
  }
  .contactUs .f2 .right .info {
    font-size: 12px;
  }
  .strengths .f1 {
    height: 100vw;
  }
  .strengths .f2 {
    background: linear-gradient(180deg, #FD8103, #ffffff);
  }
  .strengths .f2 .f2Text {
    padding: 10vw 5vw;
    display: block;
  }
  .strengths .f2 .f2Text .left {
    width: 100%;
  }
  .strengths .f2 .f2Text .left .t {
    font-size: 14px;
  }
  .strengths .f2 .f2Text .right {
    width: 100%;
    margin-top: 5vw;
  }
  .strengths .f2 .f2Bg {
    display: none;
  }
  .strengths .f2 .f2Text .right .it {
    width: 50%;
    margin-top: 3vw;
  }
  .strengths .f2 .f2Text .right .it .t {
    font-size: 22px;
  }
  .strengths .f2 .f2Text .right .it .d {
    font-size: 14px;
  }
  .strengths .f2 .f2Img {
    width: 95%;
    margin-top: 20vw;
  }
  .strengths .f2 .f2Img2 {
    width: 90%;
    position: relative;
  }
  .strengths .f2 .f2Box .item {
    display: block;
    padding: 10vw 5vw;
    margin-top: 0;
  }
  .strengths .f2 .f2Box .item .left,
  .strengths .f2 .f2Box .item .right {
    width: 100%;
  }
  .strengths .f2 .f2Box .item .left .tits .t {
    font-size: 22px;
  }
  .strengths .f2 .f2Box .item .left .tits .year {
    font-size: 16px;
  }
  .strengths .f2 .f2Box .item .left .d {
    font-size: 14px;
  }
  .strengths .f2 .f2Box .item .right {
    margin-top: 5vw;
  }
  .strengths .f2 .f2Box .item .right .t {
    font-size: 16px;
  }
  .strengths .f2 .f2Box .item .right .d {
    font-size: 14px;
  }
  .strengths .f3 {
    padding: 10vw 5vw;
  }
  .strengths .f3 .tits {
    display: block;
  }
  .strengths .f3 .tits .t {
    font-size: 22px;
  }
  .strengths .f3 .tits .d {
    font-size: 14px;
  }
  .strengths .f3 .f3Box {
    margin-top: 5vw;
  }
  .strengths .f3 .f3Box .f3Swiper {
    height: auto;
    padding-bottom: 5vw;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide {
    width: 100%;
    height: 100vw;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide-active {
    width: 100% !important;
    height: 100vw !important;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item {
    padding: 5vw;
  }
  .strengths .f3 .f3Box .f3Img {
    position: relative;
    left: inherit;
    top: inherit;
    display: none;
  }
  .strengths .f3 .f3Box .f3Item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 10vw;
    padding: 3vw;
  }
  .strengths .f3 .f3Box .f3Item .item {
    width: 48%;
    margin-bottom: 5vw;
  }
  .strengths .f3 .f3Box .f3Item .item:nth-child(3) {
    margin-bottom: 0;
  }
  .strengths .f3 .f3Box .f3Item .item:nth-child(4) {
    margin-bottom: 0;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .icon {
    width: 8vw;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox {
    height: 22vw;
    padding: 3vw;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text {
    padding-left: 7vw;
  }
  .strengths .f3 .f3Box .f3Item .item .textBox .text .t2 {
    margin-top: 1vw;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item .num {
    font-size: 48px;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item .t {
    font-size: 16px;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt .d {
    font-size: 14px;
    margin-top: 5vw;
  }
  .strengths .f3 .f3Box .f3Swiper .swiper-slide .item .txt .des {
    font-size: 14px;
    margin-top: 5vw;
  }
  .strengths .f3 .f3Box .swiper-button-next {
    width: 7vw;
    right: 3vw;
    top: 6vw;
    bottom: inherit;
    left: inherit;
  }
  .strengths .f3 .f3Box .swiper-button-prev {
    width: 7vw;
    right: 12vw;
    top: 6vw;
    bottom: inherit;
    left: inherit;
  }
  .strengths .f3 .f3Box .swiper-pagination {
    width: 100%;
    left: 0;
  }
  .index .modalBox .modal {
    width: 90%;
    padding: 10px;
  }
  .index .modalBox .modal .inputBox {
    display: block;
  }
  .index .modalBox .modal .inputBox input {
    width: 100%;
    font-size: 14px;
  }
  .index .modalBox .modal .inputBox .down {
    margin: 20px auto 0 auto;
  }
  .index .modalBox .close {
    font-size: 28px;
  }
  .marketInsights .f1{
    height: auto;
    padding: 50vw 0;
  }
  .marketInsights .f1 .text .d{
    font-size: 14px;
  }
  .marketInsights .f2 .f2Box{
    padding: 5vw;
    gap: 10vw;
  }
  .marketInsights .f2 .f2Box .item{
    width: 40vw;
    height: 58vw;
  }
  .marketInsights .f2 .f2Box .compass{
    width: 15vw;
    height: 15vw;
  }
  .marketInsights .f2 .f2Box .compass .compass3{
    width: 10vw;
  }
  .marketInsights .f2 .f2Box .item .txt{
    padding-top: 40vw;
  }
  .marketInsights .f2 .f2Box .item .txt .icon{
    width: 6vw;
    top: 3.5vw;
    left: 3.5vw;
  }
  .marketInsights .f2 .f2Box .item .txt .name{
    font-size: 14px;
  }
  .marketInsights .f2 .f2Box .item .txt .more{
    width: 5vw;
    margin: 2vw auto 0 auto;
  }
  .marketInsights .f2 .f2Text .t2{
    font-size: 14px;
  }
  .marketInsights .f2 .f2Text .d{
    font-size: 14px;
  }
  .marketInsights .f2 .f2Text .btnBox{
    margin-top: 5vw;
  }
  .marketInsights .f2 .f2Text .btnBox .btn{
    font-size: 12px;
  }
  .marketInsights .f2 .f2Text .btnBox .btn img{
    width: 5.5vw;
  }
  .marketInsights .f2 .f2Text .btnBox .btn:nth-child(1){
    padding: 1.3vw 3vw 1.3vw 1.3vw;
  }
  .marketInsights .f2 .f2Text .btnBox .btn:nth-child(2){
    padding: 1.3vw 1.3vw 1.3vw 3vw;
  }
  .marketInsights .f2 .f2Text .btnBox .btn:nth-child(1) img{
    margin-right: 2.5vw;
  }
  .marketInsights .f2 .f2Text .btnBox .btn:nth-child(2) img{
    margin-left: 2.5vw;
  }
  .modalBox .modal{
    width: 90%;
  }
  .modalBox .modal .close{
    right: 0;
    top: -12vw;
    font-size: 26px;
  }
  .modalBox .modal .tit .t{
    font-size: 18px;
  }
  .modalBox .modal .inputBox{
    padding: 30px 0;
  }
  .modalBox .modal .inputBox .t{
    font-size: 14px;
  }
  .modalBox .modal .inputBox .inputs input{
    width: 68%;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
  }
  .modalBox .modal .inputBox .inputs .down{
    width: 30%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
  }
  .modalBox .modal .info{
    font-size: 14px;
  }
  .modalBox .modal .info .d{
    font-size: 12px;
    line-height: 1.7;
  }
  .modalBox .modal .downBox .t{
    font-size: 16px;
  }
  .modalBox .modal .downBox .item a{
    font-size: 14px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox{
    width: 90%;
    height: 85vh;
    overflow-y: scroll;
  }
  .marketInsights .marketInsightsModal .close{
    transform: translateX(-50%);
    position: fixed;
    left: 50%;
    right: initial;
    top: initial;
    bottom: 2vh;
    color: white;
    font-size: 24px;
    cursor: pointer;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox{
    display: block;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .left{
    display: none;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right{
    width: 100%;
    display: block;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal .t{
    font-size: 16px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .signal .d{
    font-size: 14px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 2vw 0;
    display: block;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num{
    width: 100%;
    height: auto;
    padding: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num .t{
    font-size: 16px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .num .n{
    font-size: 8vw;
    line-height: 1;
    margin-left: 20px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .data .d{
    width: 100%;
    padding: 3vw;
    font-size: 14px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief .t{
    font-size: 16px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .brief .d{
    font-size: 14px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif{
    width: 100%;
    height: auto;
    padding: 3vw;
    margin-top: 2vw;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif .t{
    font-size: 16px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .itemBox .right .whatif .d{
    font-size: 14px;
  }
  .marketInsights .marketInsightsModal .marketInsightsModalBox .close{
    right: 0;
    top: -9.5vw;
    color: white;
    font-size: 22px;
  }
  .marketInsights .f2{
    padding: 20vw 0 3vw 0;
  }
  .marketInsights .f2 .f2Text{
    margin-top: 25vw;
  }
  .marketInsights .f2 .info{
    margin-top: 20vw;
  }
  .Liquid .f1,
  .Gummies .f1,
  .ForHer .f1,
  .MoreSolutions .f1,
  .Capsule .f1{
    display: block;
    padding: 10vw 5vw;
  }
  .Liquid .f1 .left,
  .Gummies .f1 .left,
  .ForHer .f1 .left,
  .MoreSolutions .f1 .left,
  .Capsule .f1 .left{
    width: 100%;
  }
  .Liquid .f1 .left .tit, .Capsule .f1 .left .tit, .Gummies .f1 .left .tit, .ForHer .f1 .left .tit, .MoreSolutions .f1 .left .tit{
    font-size: 18px;
  }
  .Liquid .f1 .left .t2, .Capsule .f1 .left .t2, .Gummies .f1 .left .t2, .ForHer .f1 .left .t2, .MoreSolutions .f1 .left .t2{
    font-size: 16px;
  }
  .Liquid .f1 .left .des, .Capsule .f1 .left .des, .Gummies .f1 .left .des, .ForHer .f1 .left .des, .MoreSolutions .f1 .left .des{
    font-size: 14px;
  }
  .Liquid .f1 .left .textBox,
  .Gummies .f1 .left .textBox,
  .ForHer .f1 .left .textBox,
  .MoreSolutions .f1 .left .textBox,
  .Capsule .f1 .left .textBox{
    margin-top: 5vw;
    padding: 3vw;
  }
  .Liquid .f1 .left .textBox .tits,
  .Capsule .f1 .left .textBox .tits,
  .Gummies .f1 .left .textBox .tits,
  .ForHer .f1 .left .textBox .tits,
  .MoreSolutions .f1 .left .textBox .tits{
    font-size: 18px;
  }
  .Liquid .f1 .left .textBox .itsBox,
  .Gummies .f1 .left .textBox .itsBox,
  .ForHer .f1 .left .textBox .itsBox,
  .MoreSolutions .f1 .left .textBox .itsBox,
  .Capsule .f1 .left .textBox .itsBox{
    margin-top: 3vw;
    display: block;
  }
  .Liquid .f1 .left .textBox .itsBox .its,
  .Gummies .f1 .left .textBox .itsBox .its,
  .ForHer .f1 .left .textBox .itsBox .its,
  .MoreSolutions .f1 .left .textBox .itsBox .its,
  .Capsule .f1 .left .textBox .itsBox .its{
    width: 100%;
    margin-bottom: 3vw;
  }
  .Liquid .f1 .left .textBox .itsBox .its .t, .Capsule .f1 .left .textBox .itsBox .its .t, .Gummies .f1 .left .textBox .itsBox .its .t, .ForHer .f1 .left .textBox .itsBox .its .t, .MoreSolutions .f1 .left .textBox .itsBox .its .t{
    font-size: 16px;
  }
  .Liquid .f1 .left .textBox .itsBox .its .d, .Capsule .f1 .left .textBox .itsBox .its .d, .Gummies .f1 .left .textBox .itsBox .its .d, .ForHer .f1 .left .textBox .itsBox .its .d, .MoreSolutions .f1 .left .textBox .itsBox .its .d{
    font-size: 14px;
  }
  .Liquid .f1 .left .textBox .itsBox .its .d2, .Capsule .f1 .left .textBox .itsBox .its .d2, .Gummies .f1 .left .textBox .itsBox .its .d2, .ForHer .f1 .left .textBox .itsBox .its .d2, .MoreSolutions .f1 .left .textBox .itsBox .its .d2{
    font-size: 14px;
  }
  .Liquid .f1 .right,
  .Gummies .f1 .right,
  .ForHer .f1 .right,
  .MoreSolutions .f1 .right,
  .Capsule .f1 .right
  {
    width: 100%;
    margin-top: 5vw;
  }
  .Liquid .f1 .right .img,
  .Gummies .f1 .right .img,
  .ForHer .f1 .right .img,
  .MoreSolutions .f1 .right .img,
  .Capsule .f1 .right .img
  {
    border-radius: 5vw;
  }
  .Liquid .f2,
  .Gummies .f2,
  .ForHer .f2,
  .MoreSolutions .f2,
  .Capsule .f2{
    padding: 0 5vw 10vw 5vw;
  }
  .Liquid .f2 .f2Text,
  .Gummies .f2 .f2Text,
  .ForHer .f2 .f2Text,
  .MoreSolutions .f2 .f2Text,
  .Capsule .f2 .f2Text{
    display: block;
  }
  .Liquid .f2 .f2Text .text .tit, .Capsule .f2 .f2Text .text .tit, .Gummies .f2 .f2Text .text .tit, .ForHer .f2 .f2Text .text .tit, .MoreSolutions .f2 .f2Text .text .tit{
    font-size: 18px;
  }
  .Liquid .f2 .f2Text .text .t2, .Capsule .f2 .f2Text .text .t2, .Gummies .f2 .f2Text .text .t2, .ForHer .f2 .f2Text .text .t2, .MoreSolutions .f2 .f2Text .text .t2{
    font-size: 16px;
  }
  .Liquid .f2 .f2Text .text .des, .Capsule .f2 .f2Text .text .des, .Gummies .f2 .f2Text .text .des, .ForHer .f2 .f2Text .text .des, .MoreSolutions .f2 .f2Text .text .des{
    font-size: 14px;
  }
  .Liquid .f2 .f2Text .text .itsBox,
  .Gummies .f2 .f2Text .text .itsBox,
  .ForHer .f2 .f2Text .text .itsBox,
  .MoreSolutions .f2 .f2Text .text .itsBox,
  .Capsule .f2 .f2Text .text .itsBox{
    width: 100%;
  }
  .Liquid .f2 .f2Text .text .itsBox .t, .Capsule .f2 .f2Text .text .itsBox .t, .Gummies .f2 .f2Text .text .itsBox .t, .ForHer .f2 .f2Text .text .itsBox .t, .MoreSolutions .f2 .f2Text .text .itsBox .t{
    font-size: 16px;
  }
  .Liquid .f2 .f2Text .img,
  .Gummies .f2 .f2Text .img,
  .ForHer .f2 .f2Text .img,
  .MoreSolutions .f2 .f2Text .img,
  .Capsule .f2 .f2Text .img{
    width: 50%;
    margin: 5vw auto;
  }
  .Liquid .f2 .f2Swiper,
  .Gummies .f2 .f2Swiper,
  .ForHer .f2 .f2Swiper,
  .MoreSolutions .f2 .f2Swiper,
  .Capsule .f2 .f2Swiper{
    margin: 5vw 0;
    padding-bottom: 10vw;
  }
  .Liquid .f2 .f2Swiper .swiper-slide,
  .Gummies .f2 .f2Swiper .swiper-slide,
  .ForHer .f2 .f2Swiper .swiper-slide,
  .MoreSolutions .f2 .f2Swiper .swiper-slide,
  .Capsule .f2 .f2Swiper .swiper-slide{
    height: 23vw;
    background: white;
  }
  .Liquid .f2 .f2Swiper .swiper-slide .img,
  .Gummies .f2 .f2Swiper .swiper-slide .img,
  .ForHer .f2 .f2Swiper .swiper-slide .img,
  .MoreSolutions .f2 .f2Swiper .swiper-slide .img,
  .Capsule .f2 .f2Swiper .swiper-slide .img{
    height: 15vw;
  }
  .Liquid .f2 .f2Swiper .swiper-slide .img img,
  .Gummies .f2 .f2Swiper .swiper-slide .img img,
  .ForHer .f2 .f2Swiper .swiper-slide .img img,
  .MoreSolutions .f2 .f2Swiper .swiper-slide .img img,
  .Capsule .f2 .f2Swiper .swiper-slide .img img{
    height: 12vw;
  }
  .Liquid .f2 .f2Swiper .swiper-slide .txt,
  .Gummies .f2 .f2Swiper .swiper-slide .txt,
  .ForHer .f2 .f2Swiper .swiper-slide .txt,
  .MoreSolutions .f2 .f2Swiper .swiper-slide .txt,
  .Capsule .f2 .f2Swiper .swiper-slide .txt{
    height: auto;
    opacity: 1;
    font-size: 12px;
    position: relative;
    top: initial;
    color: #333333;
    margin-top: 10px;
    line-height: 1;
  }
  .Liquid .f2 .f2Box,
  .Gummies .f2 .f2Box,
  .ForHer .f2 .f2Box,
  .MoreSolutions .f2 .f2Box,
  .Capsule .f2 .f2Box{
    display: block;
  }
  .Liquid .f2 .f2Box .item,
  .Gummies .f2 .f2Box .item,
  .ForHer .f2 .f2Box .item,
  .MoreSolutions .f2 .f2Box .item,
  .Capsule .f2 .f2Box .item{
    width: 100%;
    margin-top: 3vw;
    padding: 3vw;
    display: block;
  }
  .Liquid .f2 .f2Box .item .t,
  .Gummies .f2 .f2Box .item .t,
  .ForHer .f2 .f2Box .item .t,
  .MoreSolutions .f2 .f2Box .item .t,
  .Capsule .f2 .f2Box .item .t{
    font-size: 16px;
  }
  .Liquid .f2 .f2Box .item:nth-child(1) .des,
  .Gummies .f2 .f2Box .item:nth-child(1) .des,
  .ForHer .f2 .f2Box .item:nth-child(1) .des,
  .MoreSolutions .f2 .f2Box .item:nth-child(1) .des,
  .Capsule .f2 .f2Box .item:nth-child(1) .des{
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 2vw;
  }
  .Liquid .f2 .f2Box .item .icon,
  .Gummies .f2 .f2Box .item .icon,
  .ForHer .f2 .f2Box .item .icon,
  .MoreSolutions .f2 .f2Box .item .icon,
  .Capsule .f2 .f2Box .item .icon{
    width: 10vw;
    bottom: 2vw;
    left: inherit;
    right: 3vw;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des,
  .MoreSolutions .f2 .f2Box .item:nth-child(2) .des{
    display: block;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des .p:nth-child(1),
  .MoreSolutions .f2 .f2Box .item:nth-child(2) .des .p:nth-child(1){
    width: 100%;
    margin-top: 8vw;
  }
  .ForHer .f2 .f2Box .item:nth-child(2) .des .p,
  .MoreSolutions .f2 .f2Box .item:nth-child(2) .des .p{
    width: 100%;
    display: block;
  }
  .MoreSolutions .f2 .f2Box .item .des .p p{
    width: 100%;
  }
  .execution .f1{
    min-height: auto;
    padding: 10vw 5vw 10vw 5vw;
  }
  .execution .f1 .nextBtn,.execution .f1 .showBtn,.execution .f1 .circleContainer,.execution .f1 .cardsBg,.execution .f1 .btnBox{
    display: none;
  }
  .execution .f1 .tit{
    font-size: 16px;
  }
  .execution .f1 .f1Box{
    min-height: auto;
    gap: 3vw;
    margin-top: 5vw;
  }
  .execution .f1 .f1Box .item{
    width: 43vw;
    height: 58vw;
    border-radius: 8vw;
  }
  .execution .f1 .f1Box .item .text{
    padding: 20vw 0 0 2vw;
  }
  .execution .f1 .f1Box .item .text .phase{
    font-size: 12px;
  }
  .execution .f1 .f1Box .item .text .name{
    font-size: 14px;
    margin: 3vw 0;
  }
  .execution .f1 .f1Box .item .text .des{
    font-size: 11px;
  }
  .execution .f1 .f1Box .item .more{
    display: none;
  }
  .execution .executionModal .executionMdaolBox{
    width: 90%;
    height: 85vh;
    padding: 5vw 3vw;
  }
  .execution .executionModal .close{
    right: initial;
    top: initial;
    font-size: 24px;
    transform: translateX(-50%);
    left: 50%;
    bottom: 3vh;
  }
  .execution .executionModal .phase1 .top{
    display: block;
  }
  .execution .executionModal .phase1 .top .left{
    width: 100%;
  }
  .execution .executionModal .phase1 .top .left .item1{
    padding: 3vw;
  }
  .execution .executionModal .executionMdaolBox .item .t{
    font-size: 16px;
  }
  .execution .executionModal .executionMdaolBox .item .t2{
    font-size: 12px;
  }
  .execution .executionModal .executionMdaolBox .item .des{
    font-size: 12px;
  }
  .execution .executionModal .phase1 .top .left .item7{
    height: auto;
    padding: 3vw;
    margin-top: 2vw;
  }
  .execution .executionModal .executionMdaolBox .item .t1{
    font-size: 14px;
  }
  .execution .executionModal .executionMdaolBox .item .t2{
    font-size: 12px;
  }
  .execution .executionModal .executionMdaolBox .item .des{
    font-size: 12px;
  }
  .execution .executionModal .phase1 .top .right{
    display: block;
  }
  .execution .executionModal .phase1 .top .right .item{
    width: 100% !important;
    padding: 3vw;
    margin-top: 2vw !important;
    display: block !important;
    background: white;
    border-radius: 1vw;
  }
  .execution .executionModal .phase1 .top .right .item5 .selectBox{
    flex-wrap: wrap;
  }
  .execution .executionModal .phase1 .top .right .item5 .selectBox .select{
    width: 49%;
  }
  .execution .executionModal .executionMdaolBox .item .t3{
    font-size: 12px;
    margin-top: 3vw;
  }
  .execution .executionModal .phase1 .top .right .item5 .selectBox .select .t3{
    padding: 1vw 1vw 1vw 2vw;
  }
  .execution .executionModal .phase1 .top .right .item5 .selectBox .select .t3 img{
    width: 4.5vw;
  }
  .execution .executionModal .phase1 .top .right .item5 .selectBox .select .des{
    font-size: 12px;
    z-index: 2;
    top: 10vw;
  }
  .execution .executionModal .phase1 .top .right .item6{
    display: none !important;
  }
  .execution .executionModal .phase1 .top .right .item8 .its .it{
    width: 100% !important;
  }
  .execution .executionModal .phase1 .bottom{
    display: block;
    margin-top: 0;
  }
  .execution .executionModal .phase1 .bottom .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .executionMdaolBox .item .d2{
    font-size: 12px;
  }
  .execution .executionModal .phase1 .bottom .item11 .updown{
    width: 5vw;
  }
  .execution .executionModal .phase2 .top{
    display: block;
  }
  .execution .executionModal .phase2 .top .left{
    width: 100%;
  }
  .execution .executionModal .phase2 .top .left .item1{
    height: auto;
    padding: 3vw;
  }
  .execution .executionModal .phase2 .top .center{
    width: 100%;
  }
  .execution .executionModal .phase2 .top .center .item2{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .top .center .item4{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .top .right .item3{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom{
    display: block;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom .left{
    width: 100%;
  }
  .execution .executionModal .phase2 .bottom .left .item5{
    padding: 3vw;
  }
  .execution .executionModal .phase2 .bottom .left .item10{
    padding: 3vw;
    background: white;
    margin-top: 3vw;
    border-radius: 1vw;
  }
  .execution .executionModal .phase2 .bottom .left .item8{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom .left .item7{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom .right{
    width: 100%;
  }
  .execution .executionModal .phase2 .bottom .right .item10{
    height: auto;
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom .right .item11{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase2 .bottom .right .item6{
    display: none;
  }
  .execution .executionModal .phase2 .bottom .right .item11 .updown{
    width: 5vw;
  }
  .execution .executionModal .phase3 .top{
    display: block;
  }
  .execution .executionModal .phase3 .top .left{
    width: 100%;
  }
  .execution .executionModal .phase3 .top .left .item1{
    height: auto;
    padding: 3vw;
  }
  .execution .executionModal .phase3 .top .center{
    width: 100%;
    display: block;
  }
  .execution .executionModal .phase3 .top .center .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase3 .top .center .item6{
    display: none;
  }
  .execution .executionModal .phase3 .bottom{
    display: block;
  }
  .execution .executionModal .phase3 .bottom .left{
    width: 100%;
  }
  .execution .executionModal .phase3 .bottom .left .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase3 .bottom .center{
    width: 100%;
  }
  .execution .executionModal .phase3 .bottom .center .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase3 .bottom .center .item11 .updown{
    width: 5vw;
    top: 20vw;
  }
  .execution .executionModal .phase3 .bottom .right{
    width: 100%;
  }
  .execution .executionModal .phase3 .bottom .right .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
    background: white;
    border-radius: 1vw;
  }
  .execution .executionModal .phase3 .item11 .updown {
    width: 5vw;
    position: absolute;
    right: 1.5vw;
    top: 20vw;
    cursor: pointer;
  }
  .execution .executionModal .phase4 .top{
    display: block;
  }
  .execution .executionModal .phase4 .top .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase4 .item4{
    padding: 3vw;
    margin: 3vw 0;
  }
  .execution .executionModal .phase4 .center{
    display: block;
  }
  .execution .executionModal .phase4 .center .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase4 .center .item6{
    display: none;
  }
  .execution .executionModal .phase4 .bottom{
    display: block;
  }
  .execution .executionModal .phase4 .bottom .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
    background: white;
    border-radius: 1vw;
  }
  .execution .executionModal .phase4 .bottom .item11 .updown{
    width: 5vw;
  }
  .execution .executionModal .phase5 .top{
    display: block;
  }
  .execution .executionModal .phase5 .top .left{
    width: 100%;
  }
  .execution .executionModal .phase5 .top .left .item1{
    height: auto;
    padding: 3vw;
  }
  .execution .executionModal .phase5 .top .right{
    display: block;
  }
  .execution .executionModal .phase5 .top .right .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase5 .top .right .item6{
    display: none;
  }
  .execution .executionModal .phase5 .bottom{
    display: block;
  }
  .execution .executionModal .phase5 .bottom .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase5 .bottom .item11 .updown{
    width: 5vw;
  }
  .execution .executionModal .phase6 .top{
    display: block;
  }
  .execution .executionModal .phase6 .top .left{
    width: 100%;
  }
  .execution .executionModal .phase6 .top .left .item1{
    height: auto;
    padding: 3vw;
  }
  .execution .executionModal .phase6 .top .center{
    width: 100%;
    display: block;
  }
  .execution .executionModal .phase6 .top .center .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
  }
  .execution .executionModal .phase6 .bottom{
    display: block;
  }
  .execution .executionModal .phase6 .bottom .left{
    width: 100%;
  }
  .execution .executionModal .phase6 .bottom .left .item7{
    padding: 3vw;
    margin-top: 3vw;
  }
  .execution .executionModal .phase6 .bottom .left .itemlogo{
    display: none;
  }
  .execution .executionModal .phase6 .bottom .right{
    width: 100%;
    display: block;
  }
  .execution .executionModal .phase6 .bottom .right .item{
    width: 100% !important;
    padding: 3vw !important;
    margin-top: 3vw !important;
    background: white;
    border-radius: 1vw;
  }
  .execution .executionModal .phase6 .bottom .right .item6{
    display: none;
  }
  .execution .executionModal .phase6 .bottom .right .item11 .updown{
    width: 5vw;
  }
  .index .f1 .img p{
    margin-top: -5.5vw;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  .newsDetail{
    padding: 10vw 5vw;
  }
  .newsDetail .tit{
    font-size: 22px;
  }
  .newsDetail .des{
    font-size: 14px;
  }
  .index .f3 .f3Box .tit{
    font-size: 22px;
  }
  .index .f3 .f3Box .swiper-button-prev{
    width: 6.5vw;
    left: 2vw;
  }
  .index .f3 .f3Box .swiper-button-next{
    width: 6.5vw;
    right: 2vw;
  }
}
