@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;
}
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;
  cursor: pointer;
}
footer .footerBox .right .footerBottom .info {
  font-size: 14px;
  color: white;
  margin-left: 2vw;
}
.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 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: imgAnm 2s 1s forwards;
  opacity: 0;
}
.index .f1 .img p{
  position: absolute;
  font-size: 10px;
  right: .5vw;
  bottom: .2vw;
  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;
}
.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;
  display: flex;
  justify-content: space-between;
  padding: 0 10vw 10vw 10vw;
}
.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 25s 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 .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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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) .des {
  width: 55%;
}
.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 .marketInsightsModalBox .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%;
  height: auto;
  position: relative;
  background: #FE951D;
  overflow: hidden;
  padding: 8vw 20vw 6vw 20vw;
}
.execution .tit {
  font-size: 1.5vw;
  font-family: poppinsLight;
  color: #fff;
  text-align: center;
}
.execution .f1Box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 2vw;
}
.execution .f1Box .item {
  width: 15vw;
  height: 19vw;
  position: relative;
  background-size: cover !important;
  border: 4px solid #E6E6E6;
  border-radius: 2.1vw;
  cursor: pointer;
  transition: 0.5s all;
}
.execution .f1Box .item .text {
  position: relative;
  padding: 6.8vw 0 0 1.5vw;
}
.execution .f1Box .item .text .phase {
  color: #808080;
  font-family: poppinsLight;
  font-size: 0.85vw;
}
.execution .f1Box .item .text .name {
  font-family: poppinsMedium;
  font-size: 1.1vw;
  margin: 1vw 0;
  line-height: 1.2;
}
.execution .f1Box .item .text .des {
  font-family: poppinsLight;
  color: #808080;
  font-size: 0.75vw;
}
.execution .f1Box .item .more {
  width: 1.5vw;
  position: absolute;
  bottom: 0.7vw;
  left: 1.5vw;
}
.execution .f1Box .item:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.execution .f1Box .item:nth-child(1) .text .name {
  color: #ff8300;
}
.execution .f1Box .item:nth-child(2) .text .name {
  color: #4abed3;
}
.execution .f1Box .item:nth-child(3) .text .name {
  color: #2de89c;
}
.execution .f1Box .item:nth-child(4) .text .name {
  color: #ff8300;
}
.execution .f1Box .item:nth-child(5) .text .name {
  color: #4abed3;
}
.execution .f1Box .item:nth-child(6) .text .name {
  color: #2de89c;
}
.execution .f1Box .item:nth-child(6) .text .des {
  line-height: 1.4;
}
.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%;
  height: 95vh;
  overflow: hidden;
  transform: translateX(-50%);
  position: absolute;
  top: 5vh;
  left: 50%;
  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 .top {
  width: 100%;
  display: flex;
  gap: 1vw;
}
.execution .executionModal .executionMdaolBox .top .left {
  width: 55%;
}
.execution .executionModal .executionMdaolBox .top .left .item1 {
  border-radius: 1vw;
  background: white;
  padding: 1vw;
}
.execution .executionModal .executionMdaolBox .top .left .item7 {
  border-radius: 1vw;
  background: #FCFCF2;
  padding: 3vw 1vw;
  margin-top: 1vw;
}
.execution .executionModal .executionMdaolBox .top .right {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}
.execution .executionModal .executionMdaolBox .top .right .item2 {
  width: 30%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .executionMdaolBox .top .right .item3 {
  width: 68%;
  background: white;
  display: flex;
  border-radius: 1vw;
  padding: 1vw;
}
.execution .executionModal .executionMdaolBox .top .right .item3 .its:last-child .t2 {
  margin-top: 0;
}
.execution .executionModal .executionMdaolBox .top .right .item4 {
  width: 100%;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1vw 0;
  text-align: center;
}
.execution .executionModal .executionMdaolBox .top .right .item5 {
  width: 83%;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1vw;
}
.execution .executionModal .executionMdaolBox .top .right .item5 .selectBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.execution .executionModal .executionMdaolBox .top .right .item5 .selectBox .select {
  width: 24.5%;
  cursor: pointer;
  position: relative;
}
.execution .executionModal .executionMdaolBox .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 .executionMdaolBox .top .right .item5 .selectBox .select .t3 img {
  width: 1.5vw;
  transition: 0.5s all;
}
.execution .executionModal .executionMdaolBox .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.8vw;
  top: 0;
  padding: 3vw 0.3vw 1vw 1vw;
  opacity: 0;
  pointer-events: none;
}
.execution .executionModal .executionMdaolBox .top .right .item5 .selectBox .select:hover .t3 img {
  transform: rotate(90deg);
}
.execution .executionModal .executionMdaolBox .top .right .item5 .selectBox .select:hover .des {
  opacity: 1;
  pointer-events: all;
}
.execution .executionModal .executionMdaolBox .top .right .item6 {
  width: 15%;
  height: 7vw;
  background: #FCFCF2;
  border-radius: 1vw;
  padding: 1.5vw 0;
  position: relative;
}
.execution .executionModal .executionMdaolBox .top .right .item6 img {
  width: 50%;
  margin: 0 auto;
}
.execution .executionModal .executionMdaolBox .top .right .item8 {
  width: 68%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .executionMdaolBox .top .right .item8 .its {
  display: flex;
  flex-wrap: wrap;
}
.execution .executionModal .executionMdaolBox .top .right .item8 .its .it:nth-child(odd) {
  width: 60%;
}
.execution .executionModal .executionMdaolBox .top .right .item9 {
  width: 30%;
  border-radius: 1vw;
  padding: 1vw;
  background: #FCFCF2;
}
.execution .executionModal .executionMdaolBox .bottom {
  display: flex;
  justify-content: space-between;
}
.execution .executionModal .executionMdaolBox .bottom .item10 {
  width: 60%;
  border-radius: 1vw;
  background: white;
  padding: 2vw 1vw;
}
.execution .executionModal .executionMdaolBox .bottom .item10 .des {
  display: flex;
  justify-content: space-between;
}
.execution .executionModal .executionMdaolBox .bottom .item10 .des .it {
  width: 48%;
}
.execution .executionModal .executionMdaolBox .bottom .item11 {
  width: 38%;
  border-radius: 1vw;
  background: url('../images/img32.png') center no-repeat;
  background-size: cover !important;
  padding: 2vw;
}
.execution .executionModal .executionMdaolBox .bottom .item11 .d2 {
  color: #666666;
}
.execution .executionModal .executionMdaolBox .bottom .item11 .updown {
  width: 2vw;
  position: absolute;
  right: 1.5vw;
  bottom: 1.5vw;
}
.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;
}
.execution .executionModal .executionMdaolBox .item .d2 {
  font-family: poppinsLight;
  font-size: 1.2vw;
  margin-top: 1vw;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@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) {
  .MoreSolutions .f2 .f2Box .item:nth-child(2) .des {
    width: 70%;
  }
  .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) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  header {
    display: none;
  }
  .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: space-between;
  }
  footer .footerBox .right .footerBottom .qrBox .qr {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  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;
  }
}
