@charset "UTF-8";
@import url("./a_finally.css");
@import url("./unit/timeline.css");
@import url("./unit/timeline.min.css");
@import url("./this_swiper.css");
@import url("./public.css");
@import url(../dist/icon/iconfont.css);
#all #this_col {
  background-color: #fff;
}
#all #this_col header {
  z-index: 9;
  background-color: #f6f2ef;
}
#all #this_col header .web_head {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2px);
  width: 100%;
  z-index: 12;
  padding: 1.0416666667vw 0;
  transition: all 500ms;
}
#all #this_col header .web_head .Warpper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.6875vw;
}
#all #this_col header .web_head .Warpper .logo {
  width: 7.03125vw;
}
#all #this_col header .web_head .Warpper .logo .img_b {
  width: 7.03125vw;
  overflow: hidden;
}
#all #this_col header .web_head .Warpper .logo .img_b img {
  width: 100%;
}
#all #this_col header .web_head .Warpper .web_nav {
  display: flex;
  align-items: center;
  gap: 4.6875vw;
}
#all #this_col header .web_head .Warpper .web_nav > ul {
  margin: 0;
  display: flex;
  gap: 1.5625vw;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li {
  white-space: nowrap;
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > a {
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 0.8333333333vw;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > a > span {
  font-size: 0.5vw;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul {
  overflow: hidden;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  top: 2vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 0 10px rgba(98, 68, 52, 0.7960784314);
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li {
  padding: 0.78125vw 1.0416666667vw;
  padding-right: 3vw;
  line-height: 2;
  visibility: hidden;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li > a {
  transition: all 1s;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 0.8vw;
  background-color: transparent;
  border-bottom: none;
  display: flex;
  align-items: center;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li > a > span {
  font-size: 0.8vw;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li > a > .iconfont {
  opacity: 0;
  color: #636465;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li:hover {
  background-color: #f6f9fe;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li:hover a {
  text-decoration: none;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li > ul > li:hover a .iconfont {
  opacity: 1;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li:hover a {
  text-decoration: none;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.5s;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li:hover ul li {
  visibility: visible;
}
#all #this_col header .web_head .Warpper .web_nav > ul > li:hover ul li a {
  border-bottom: none;
}
#all #this_col header .web_head .Warpper .web_nav > ul .current-menu-item a {
  border-bottom: 2px solid white;
}
#all #this_col header .web_head .Warpper .web_nav > ul .current-menu-parent a {
  border-bottom: 2px solid white;
}
#all #this_col header .web_head .Warpper .web_nav .button_wrapper {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
#all #this_col header .web_head .Warpper .web_nav .button_wrapper .loginButton {
  border-radius: 2px;
  border: 1px solid #054ADA;
  background-color: transparent;
  display: flex;
  padding: 0.4166666667vw 1.0416666667vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  color: #054ADA;
  font-family: Ubuntu;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
#all #this_col header .web_head .Warpper .web_nav .button_wrapper .loginButton:hover {
  transition: all 0.5s;
  background-color: #054ADA;
  color: #fff;
}
#all #this_col header .web_head .Warpper .web_nav .button_wrapper .contactButton {
  color: #FFF;
  font-family: Ubuntu;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 2px;
  border: 1px solid #054ADA;
  background: var(--1, #054ADA);
  display: flex;
  padding: 0.4166666667vw 1.0416666667vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  white-space: nowrap;
}
#all #this_col header .web_head .Warpper .web_nav .button_wrapper .contactButton:hover {
  transition: all 0.5s;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col header .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
#all #this_col header .sjheader .Wrapper .menuTop {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon {
  flex: 0 20vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper {
  width: 5vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo {
  padding: 1vw 0;
  flex: 0 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper {
  width: 40vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper p {
  font-size: 6vw;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language {
  width: 20vw;
  display: flex;
  justify-content: flex-end;
  gap: 2vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-language .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form {
  position: absolute;
  top: 12vw;
  z-index: 9;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form input {
  border: none;
  padding: 2vw 2vw;
  border-radius: 0.8vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .form input:last-of-type {
  background-color: #906e49;
  color: #fff;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .iconfont {
  color: #906e49;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .sjheader .Wrapper .one_level {
  position: absolute;
  background-color: #fff;
  transform: translateX(-100%);
  width: 100%;
  padding: 2vw 0 4vw 0;
  z-index: 8;
  transition: all 0.4s;
}
#all #this_col header .sjheader .Wrapper .one_level > li {
  margin: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1294117647);
}
#all #this_col header .sjheader .Wrapper .one_level > li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li span {
  display: block;
  width: 100px;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .one_level > li span img {
  width: 5px;
  float: right;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul {
  transform: translateX(-100%);
  position: absolute;
  background-color: #FFF;
  top: 3vw;
  width: 100%;
  min-height: 100%;
  left: 0;
  z-index: 9;
  transition: all 400ms;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button {
  padding: 0 4vw;
  width: 100%;
  border: none;
  line-height: 3;
  display: flex;
  align-items: center;
  font-size: 3.5vw;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button span {
  display: block;
  margin-right: 2vw;
  width: 5px;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button span img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button p {
  text-align: left;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li {
  margin: 0 4vw;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1294117647);
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li > .two_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .sjheader .Wrapper .one_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  top: 0;
  transition: all 1s;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
#all #this_col header .nav_top_50 .Wrapper {
  align-items: center;
}
#all #this_col .this_point {
  position: absolute;
  top: -5vw;
  right: 10vw;
}
#all #this_col .this_point .img_b {
  width: 9.375vw !important;
}
#all #this_col .this_point .img_b img {
  width: 100%;
}
#all #this_col .thisButton {
  border-radius: 2px;
  background: #054ADA;
  display: flex;
  padding: 0.7291666667vw 2.6041666667vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  color: #FFF;
  font-family: Source Han Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
  transition: all 500ms;
}
#all #this_col .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .top_title {
  margin-top: 7.8125vw;
  margin-bottom: 1.4583333333vw;
}
#all #this_col .top_title h3 {
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 78px */
  text-transform: capitalize;
}
#all #this_col .indexPage :root {
  --custom-bg-color: #ccc;
  --custom-border: 1px solid red;
  --custom-font-size: 50;
  --this-size: 50px;
}
#all #this_col .indexPage .top_title h3 {
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 78px */
  text-transform: capitalize;
}
#all #this_col .indexPage .bannerWrapper .img_b {
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .indexPage .SEOWrapper {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#all #this_col .indexPage .SEOWrapper .this_in {
  position: relative;
  z-index: 3;
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5625vw 0;
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child {
  padding: 1.5625vw;
  width: 20.3125vw;
  border-radius: 0.2083333333vw;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 24, 75, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child .img_b {
  width: 6.25vw;
  height: 6.25vw;
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text {
  margin-top: 1.0416666667vw;
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text h5 {
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: Inter;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}
#all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
#all #this_col .indexPage .SEOWrapper .this_line {
  opacity: 0.3;
  z-index: 2;
  position: absolute;
  left: 7vw;
  top: 10vw;
}
#all #this_col .indexPage .SEOWrapper .this_line .img_b {
  width: 10.4166666667vw;
}
#all #this_col .indexPage .SEOWrapper .this_line .img_b img {
  width: 100%;
}
#all #this_col .indexPage .SEOWrapper .this_line2 {
  z-index: 1;
  position: absolute;
  right: 9.375vw;
  bottom: -2.6041666667vw;
  opacity: 0.6;
}
#all #this_col .indexPage .SEOWrapper .this_line2 .img_b {
  width: 9.375vw;
}
#all #this_col .indexPage .SEOWrapper .this_line2 .img_b img {
  width: 100%;
}
#all #this_col .indexPage .SEOWrapper .this_line3 {
  z-index: 1;
  position: absolute;
  left: -10vw;
  top: -60vw;
  opacity: 0.6;
}
#all #this_col .indexPage .SEOWrapper .this_line3 .img_b {
  width: 52.0833333333vw;
}
#all #this_col .indexPage .SEOWrapper .this_line3 .img_b img {
  width: 100%;
}
#all #this_col .indexPage .SaasWrapper {
  background-color: #f7f8fc;
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
}
#all #this_col .indexPage .SaasWrapper .this_in {
  width: 66.6666666667vw;
  margin: auto;
  margin-top: 3.125;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.0833333333vw;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child {
  width: 20.8333333333vw;
  border-radius: 0.5208333333vw;
  overflow: hidden;
  background-color: #fff;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child .img_b {
  width: 100%;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text {
  padding: 1.0416666667vw;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--3, #8C92AC);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .indexPage .teamWrapper {
  background-color: #fff;
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
#all #this_col .indexPage .teamWrapper .this_other {
  position: absolute;
  right: 17.7083333333vw;
  transform: translate(45%, 50%);
}
#all #this_col .indexPage .teamWrapper .this_other .this_img {
  width: 9.375vw;
}
#all #this_col .indexPage .teamWrapper .this_other .this_img img {
  width: 100%;
}
#all #this_col .indexPage .teamWrapper .wrapper {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 8.3333333333vw;
  position: relative;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in {
  background-image: url(../img/index/team/team.png);
  background-color: #f7f8fc;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 24, 75, 0.05);
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top {
  width: 100%;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .swiper-father {
  height: 16vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
  transform: translate(0, -7.8125vw);
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child {
  width: 100%;
  display: flex;
  gap: 2.0833333333vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
  width: 21.1979166667vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
  width: 37.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg {
  position: absolute;
  right: 0;
  bottom: 9vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 54px */
  text-transform: capitalize;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  text-transform: capitalize;
  position: relative;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #054ada;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
  color: #054ADA;
  font-weight: 700;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .bottom {
  width: 100%;
  margin-top: 1.5625vw;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .bottom .img_b {
  width: 100%;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .bottom .img_b img {
  width: 100%;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_in .bottom .swiper-slide-thumb-active .img_b {
  border: 4px solid #054ADA;
  background: #FFF;
}
#all #this_col .indexPage .teamWrapper .wrapper .this_meng {
  z-index: 1;
  width: 43.75vw;
  height: 22.9166666667vw;
  border-radius: 10px;
  background: #E0E3F0;
  position: absolute;
  top: -2.0833333333vw;
  left: -2.0833333333vw;
}
#all #this_col .indexPage .customWrapper .top_title {
  text-align: center;
}
#all #this_col .indexPage .customWrapper .top_title p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  text-align: center;
  color: var(--3, #8C92AC);
  text-align: center;
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .indexPage .customWrapper .this_in {
  width: 100%;
  margin-top: 3.125vw;
}
#all #this_col .indexPage .customWrapper .this_in .this_child {
  width: 100%;
}
#all #this_col .indexPage .customWrapper .this_in .this_child .img_b {
  width: 100%;
}
#all #this_col .indexPage .customWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .serviceWrapper {
  padding: 7.8125vw 0;
}
#all #this_col .indexPage .serviceWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child {
  width: 15.1vw;
  padding: 1.5625vw;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .top {
  position: relative;
  padding-top: 0.5208333333vw;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .top h3 {
  display: inline-block;
  color: #22264B;
  font-family: Inter;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .top .this_circle {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  position: absolute;
  top: 0;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .top .this_circle svg {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom {
  margin-top: 1.0416666667vw;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom h5 {
  color: var(--1, #2A2B32);
  font-family: Inter;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom p {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--3, #8C92AC);
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
#all #this_col .foreignTradePage .thisButton {
  display: flex;
  padding: 0.5208333333vw 2.0833333333vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  transition: all 500ms;
  border-radius: 2px;
  background: #054ADA;
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
}
#all #this_col .foreignTradePage .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .foreignTradePage .bannerWrapper {
  background-color: #000;
  position: relative;
}
#all #this_col .foreignTradePage .bannerWrapper > .img_b {
  width: 100%;
}
#all #this_col .foreignTradePage .bannerWrapper > .img_b img {
  width: 100%;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text p {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text .thisButton {
  border-radius: 2px;
  background: #054ADA;
  display: flex;
  padding: 0.7291666667vw 2.6041666667vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  color: #FFF;
  font-family: Source Han Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
  transition: all 500ms;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .img_b {
  width: 28.6458333333vw;
  height: 28.6458333333vw;
}
#all #this_col .foreignTradePage .bannerWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .foreignTradePage .designWrapper .this_in {
  display: flex;
  flex-direction: column;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd {
  width: 65.625vw;
  margin: auto;
  padding-top: 3.125vw;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.6458333333vw;
  position: relative;
  /* 24px */
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li .img_b {
  position: absolute;
  bottom: 0;
  width: 4.1666666667vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li.on {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li.on .img_b {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd {
  padding-bottom: 5.2083333333vw;
  background-color: #f7f8fc;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in {
  width: 65.625vw;
  margin: auto;
  padding-top: 5.2083333333vw;
  gap: 3.125vw 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
  width: 20.8333333333vw;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child > .img_b {
  width: 100%;
  height: 31.25vw;
  overflow: hidden;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child > .img_b img {
  width: 100%;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text {
  margin-top: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text .this_left h5 {
  color: #2A2B32;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text .thisButton {
  font-size: 0.7291666667vw;
  padding: 0.4166666667vw 0.8333333333vw;
}
#all #this_col .studyPage .bannerWrapper {
  background-color: #000;
  position: relative;
}
#all #this_col .studyPage .bannerWrapper > .bg_b {
  width: 100%;
}
#all #this_col .studyPage .bannerWrapper > .bg_b img {
  width: 100%;
}
#all #this_col .studyPage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: Inter;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.3541666667vw;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text p {
  color: var(--1, #2A2B32);
  font-family: Inter;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
  border-radius: 2px;
  background: #054ADA;
  display: flex;
  padding: 0.7291666667vw 2.6041666667vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  color: #FFF;
  font-family: Source Han Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
  transition: all 500ms;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .studyPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .studyPage .bannerWrapper .this_in .img_b {
  width: 37.5vw;
}
#all #this_col .studyPage .bannerWrapper .this_in .img_b img {
  width: 100%;
}
#all #this_col .studyPage .funcWrapper .this_in {
  display: flex;
  flex-direction: column;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd {
  width: 65.625vw;
  margin: auto;
  padding-top: 3.125vw;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li {
  width: 50%;
  text-align: center;
  cursor: pointer;
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.6458333333vw;
  position: relative;
  /* 24px */
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li .img_b {
  position: absolute;
  bottom: 0;
  width: 4.1666666667vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on .img_b {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd {
  padding-bottom: 5.2083333333vw;
  background-color: #f7f8fc;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in {
  width: 65.625vw;
  margin: auto;
  padding-top: 5.2083333333vw;
  gap: 3.125vw 1.5625vw;
  display: flex;
  flex-wrap: wrap;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
  width: 20.8333333333vw;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child > .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child > .img_b img {
  width: 100%;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text {
  margin-top: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text p {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--3, #8C92AC);
  font-family: "Source Han Sans SC";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .bannerWrapper {
  background-color: #000;
  position: relative;
}
#all #this_col .systemPage .bannerWrapper > .bg_b {
  width: 100%;
}
#all #this_col .systemPage .bannerWrapper > .bg_b img {
  width: 100%;
}
#all #this_col .systemPage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: Inter;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.3541666667vw;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text p {
  color: var(--1, #2A2B32);
  font-family: Inter;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
  border-radius: 2px;
  background: #054ADA;
  display: flex;
  padding: 0.7291666667vw 2.6041666667vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  color: #FFF;
  font-family: Source Han Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
  transition: all 500ms;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .systemPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .systemPage .bannerWrapper .this_in .img_b {
  width: 37.5vw;
}
#all #this_col .systemPage .bannerWrapper .this_in .img_b img {
  width: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in {
  display: flex;
  flex-direction: column;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd {
  width: 69vw;
  margin: auto;
  padding-top: 3.125vw;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li {
  text-align: center;
  cursor: pointer;
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.6458333333vw;
  position: relative;
  /* 24px */
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li .img_b {
  position: absolute;
  bottom: 0;
  width: 4.1666666667vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on .img_b {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd {
  padding-bottom: 5.2083333333vw;
  background-color: #f7f8fc;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in {
  margin: auto;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_title {
  text-align: center;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_title h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_title p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
  padding-top: 5.2083333333vw;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .img_b {
  margin-top: 2.0833333333vw;
  width: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this1 .single {
  width: 93.75vw;
  margin: auto;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 {
  width: 79.1666666667vw;
  margin: auto;
  padding-top: 5.2083333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left {
  width: 30.2083333333vw;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left .this_text {
  margin-top: 2.0833333333vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left .this_text p {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .right {
  width: 46.875vw;
  padding-top: 2.0833333333vw;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .right .img_b {
  width: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .right .img_b img {
  width: 100%;
}
#all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this6 .this_child .this_title {
  width: 46.875vw;
  margin: auto;
}
#all #this_col .aboutPage {
  background-color: #ffffff;
}
#all #this_col .aboutPage .thisButton {
  display: flex;
  padding: 0.4166666667vw 1.0416666667vw;
  align-items: center;
  gap: 0.5208333333vw;
  transition: all 500ms;
  border-radius: 2px;
  background: #054ADA;
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
  border-radius: 4.6875vw;
}
#all #this_col .aboutPage .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .aboutPage .thisButton:hover .img_b path {
  transition: all 0.5s;
  stroke: #054ADA;
}
#all #this_col .aboutPage .bannerWrapper {
  position: relative;
}
#all #this_col .aboutPage .bannerWrapper .bg_b {
  width: 100%;
}
#all #this_col .aboutPage .bannerWrapper .bg_b img {
  width: 100%;
}
#all #this_col .aboutPage .bannerWrapper .this_in {
  position: absolute;
  top: 8.3333333333vw;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72.9166666667vw;
}
#all #this_col .aboutPage .bannerWrapper .this_in .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .aboutPage .bannerWrapper .this_in .top h3 {
  color: #054ADA;
  font-family: "Source Han Sans SC";
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .bannerWrapper .this_in .top .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .aboutPage .bannerWrapper .this_in .top p {
  display: inline-block;
  margin-top: 4.6875vw;
  color: #2A2B32;
  font-family: "Alimama ShuHeiTi";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .bannerWrapper .this_in .top p span {
  color: #054ADA;
}
#all #this_col .aboutPage .bannerWrapper .this_in .bottom {
  margin-top: 1.5625vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child {
  width: 17.1875vw;
  padding: 1.0416666667vw;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 10px 0px rgba(30, 70, 174, 0.08);
  backdrop-filter: blur(5px);
}
#all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child .this_title {
  display: flex;
  align-items: center;
}
#all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child .this_title h5 {
  margin-left: 0.5208333333vw;
  color: var(--1, #2A2B32);
  font-family: "Alimama ShuHeiTi";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--3, #8C92AC);
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .wishWrapper {
  padding-top: 7.8125vw;
}
#all #this_col .aboutPage .wishWrapper .wrapper {
  width: 72.9166666667vw;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#all #this_col .aboutPage .wishWrapper .wrapper .left h5 {
  color: #2965FF;
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .wishWrapper .wrapper .left h3 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .wishWrapper .wrapper .right p {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .aboutWrapper {
  padding-top: 7.8125vw;
}
#all #this_col .aboutPage .aboutWrapper .wrapper {
  width: 72.9166666667vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .left {
  width: 34.375vw;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .left .img_b {
  width: 100%;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right {
  width: 34.375vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right h3 span {
  color: #054ADA;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right .this_text {
  margin-top: 1.0416666667vw;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right .this_text p {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .aboutWrapper .wrapper .right .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .aboutPage .teamWrapper {
  background-color: #fff;
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
#all #this_col .aboutPage .teamWrapper .top_title h3 {
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 78px */
  text-transform: capitalize;
}
#all #this_col .aboutPage .teamWrapper .wrapper {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 8.3333333333vw;
  position: relative;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in {
  background-image: url(../img/index/team/team.png);
  background-color: #f7f8fc;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 24, 75, 0.05);
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top {
  width: 100%;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .swiper-father {
  height: 16vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
  transform: translate(0, -7.8125vw);
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child {
  width: 100%;
  display: flex;
  gap: 2.0833333333vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
  width: 21.1979166667vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
  width: 37.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg {
  position: absolute;
  right: 0;
  bottom: 9vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 54px */
  text-transform: capitalize;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  text-transform: capitalize;
  position: relative;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #054ada;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
  color: #054ADA;
  font-weight: 700;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .bottom {
  width: 100%;
  margin-top: 1.5625vw;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .bottom .img_b {
  width: 100%;
  border: 4px solid transparent;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .bottom .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_in .bottom .swiper-slide-thumb-active .img_b {
  border: 4px solid #054ADA;
  background: #FFF;
}
#all #this_col .aboutPage .teamWrapper .wrapper .this_meng {
  z-index: 1;
  width: 43.75vw;
  height: 22.9166666667vw;
  border-radius: 10px;
  background: #E0E3F0;
  position: absolute;
  top: -2.0833333333vw;
  left: -2.0833333333vw;
}
#all #this_col .togetherPage {
  background-size: 100%;
  background-position: 0 52.0833333333vw;
  background-repeat: no-repeat;
}
#all #this_col .togetherPage .thisButton {
  display: flex;
  padding: 0.5208333333vw 2.0833333333vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  transition: all 500ms;
  border-radius: 2px;
  background: #054ADA;
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  border: 1px solid #054ADA;
}
#all #this_col .togetherPage .thisButton:hover {
  transition: all 500ms;
  background-color: transparent;
  color: #054ADA;
}
#all #this_col .togetherPage .bannerWrapper {
  position: relative;
}
#all #this_col .togetherPage .bannerWrapper .bg_b {
  width: 100%;
}
#all #this_col .togetherPage .bannerWrapper .bg_b img {
  width: 100%;
}
#all #this_col .togetherPage .bannerWrapper h3 {
  display: inline-block;
  position: absolute;
  width: 72.9166666667vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 4.1666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .bannerWrapper h3 p {
  line-height: 1.5;
}
#all #this_col .togetherPage .nowWrapper {
  padding-top: 7.8125vw;
}
#all #this_col .togetherPage .nowWrapper .this_title {
  text-align: center;
}
#all #this_col .togetherPage .nowWrapper .this_title h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .nowWrapper .this_title h3 span {
  color: #1E46AE;
}
#all #this_col .togetherPage .nowWrapper .this_in {
  width: 72.9166666667vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5625vw;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child {
  width: 16.9270833333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(41, 101, 255, 0.2);
  transition: all 0.5s;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child .img_b {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 1.0416666667vw 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child .img_b svg {
  width: 6.25vw;
  height: 6.25vw;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child .this_text {
  padding: 1.0416666667vw;
  background-color: #f2f4f9;
  height: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child .this_text h5 {
  text-align: center;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0.6;
}
#all #this_col .togetherPage .nowWrapper .this_in .this_child:hover {
  transform: translate(0, -5px);
  transition: all 0.5s;
}
#all #this_col .togetherPage .aboutWrapper {
  padding-top: 7.8125vw;
}
#all #this_col .togetherPage .aboutWrapper .wrapper {
  width: 86.4583333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .left {
  width: 47.9166666667vw;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .left .img_b {
  width: 100%;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .left .img_b img {
  width: 100%;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right {
  width: 34.375vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right h3 span {
  color: #054ADA;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right .this_text {
  margin-top: 1.0416666667vw;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right .this_text p {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .aboutWrapper .wrapper .right .thisButton {
  margin-top: 2.0833333333vw;
  display: flex;
  align-items: center;
  border-radius: 4.6875vw;
  background-color: #1e46ae;
  padding: 0.4166666667vw 1.0416666667vw;
}
#all #this_col .togetherPage .oemWrapper {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
#all #this_col .togetherPage .oemWrapper .wrapper {
  width: 72.9166666667vw;
  margin: auto;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_title {
  text-align: center;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_title h3 {
  color: #2A2B32;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_title h3 span {
  color: #1E46AE;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_in {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_in .img_b {
  width: 23.1770833333vw;
}
#all #this_col .togetherPage .oemWrapper .wrapper .this_in .img_b img {
  width: 100%;
}
#all #this_col .togetherPage .advWrapper {
  background: linear-gradient(180deg, #F8F8F8 -1.8%, #FFF 100%);
  padding-top: 7.8125vw;
}
#all #this_col .togetherPage .advWrapper .wrapper {
  width: 72.9166666667vw;
  margin: auto;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_title h3 {
  color: #1E46AE;
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in {
  display: flex;
  flex-direction: column;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child {
  margin-top: 4.1666666667vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .img_b {
  width: 35.4166666667vw;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text {
  width: 34.375vw;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text h3 {
  color: #1E46AE;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text p {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  line-height: 1.5;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text ul {
  margin-top: 1.0416666667vw;
  padding-left: 1.5625vw;
  list-style-type: disc;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text ul li {
  list-style-type: disc;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}
#all #this_col .togetherPage .teamWrapper {
  background-color: #fff;
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
  position: relative;
}
#all #this_col .togetherPage .teamWrapper .this_other {
  position: absolute;
  right: 17.7083333333vw;
  transform: translate(45%, 50%);
}
#all #this_col .togetherPage .teamWrapper .this_other .this_img {
  width: 9.375vw;
}
#all #this_col .togetherPage .teamWrapper .this_other .this_img img {
  width: 100%;
}
#all #this_col .togetherPage .teamWrapper .top_title {
  text-align: center;
}
#all #this_col .togetherPage .teamWrapper .top_title h3 {
  color: var(--1, #2A2B32);
  text-align: center;
  font-family: "Source Han Sans SC";
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 78px */
  text-transform: capitalize;
}
#all #this_col .togetherPage .teamWrapper .wrapper {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 8.3333333333vw;
  position: relative;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in {
  background-image: url(../img/index/team/team.png);
  background-color: #f7f8fc;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 24, 75, 0.05);
  position: relative;
  z-index: 2;
  padding: 2.0833333333vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top {
  width: 100%;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .swiper-father {
  height: 16vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
  transform: translate(0, -7.8125vw);
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child {
  width: 100%;
  display: flex;
  gap: 2.0833333333vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
  width: 21.1979166667vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
  width: 100%;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
  width: 37.5vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg {
  position: absolute;
  right: 0;
  bottom: 9vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text .this_svg svg {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 54px */
  text-transform: capitalize;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 36px */
  text-transform: capitalize;
  position: relative;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background-color: #054ada;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--1, #2A2B32);
  font-family: "Source Han Sans SC";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  text-transform: capitalize;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
  color: #054ADA;
  font-weight: 700;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .bottom {
  width: 100%;
  margin-top: 1.5625vw;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .bottom .img_b {
  width: 100%;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .bottom .img_b img {
  width: 100%;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_in .bottom .swiper-slide-thumb-active .img_b {
  border: 4px solid #054ADA;
  background: #FFF;
}
#all #this_col .togetherPage .teamWrapper .wrapper .this_meng {
  z-index: 1;
  width: 43.75vw;
  height: 22.9166666667vw;
  border-radius: 10px;
  background: #E0E3F0;
  position: absolute;
  top: -2.0833333333vw;
  left: -2.0833333333vw;
}
#all #this_col .solutionCustomizedWebsitePage {
  background-image: url("../img/bg1.png");
  background-size: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .top_title {
  margin: auto;
  margin-top: 7.8125vw;
  margin-bottom: 1.4583333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .top_title h3 {
  margin-bottom: 1.0416666667vw;
  text-align: center;
  color: #2A2B32;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .top_title h3 span {
  font-weight: 600;
  display: inline-block;
  background-image: linear-gradient(to right, #ffd166 50%, #ffd166 50%);
  background-size: 200% 40%;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
  background-position-y: bottom;
  background-position-x: right;
}
#all #this_col .solutionCustomizedWebsitePage .top_title p {
  color: #8C92AC;
  text-align: center;
  font-family: Source Han Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .top_title2 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0416666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .top_title2 h3 span {
  font-size: 2.0833333333vw;
  display: inline-block;
  background-image: linear-gradient(to right, #ffd166 50%, #ffd166 50%);
  background-size: 200% 70%;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
  background-position-y: center;
  background-position-x: right;
  padding: 0.4166666667vw 1.0416666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper {
  background-color: #000;
  position: relative;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper > .img_b {
  width: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper > .img_b img {
  width: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text p {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .img_b {
  width: 28.6458333333vw;
  height: 28.6458333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper {
  position: relative;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .top_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .top_title h5 {
  display: inline-block;
  padding: 0.2604166667vw 1.0416666667vw;
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  background-image: linear-gradient(to right, #ffd166 50%, #ffd166 50%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
  background-position-y: bottom;
  background-position-x: right;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .this_in .img_b {
  width: 64.5833333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .this_in .img_b img {
  width: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .grayWrapper {
  background-color: #f9f9fd;
  margin-top: 7.8125vw;
}
#all #this_col .solutionCustomizedWebsitePage .grayWrapper .grayWrapper_in {
  position: relative;
  overflow: hidden;
}
#all #this_col .solutionCustomizedWebsitePage .grayWrapper .grayWrapper_in .circle1 {
  left: 13.8020833333vw;
  top: -26.0416666667vw;
  opacity: 1;
}
#all #this_col .solutionCustomizedWebsitePage .grayWrapper .grayWrapper_in .circle2 {
  left: -26.5625vw;
  top: 55.3645833333vw;
  opacity: 0.3;
}
#all #this_col .solutionCustomizedWebsitePage .grayWrapper .grayWrapper_in .circle3 {
  right: -8.5625vw;
  bottom: -20vw;
  opacity: 0.2;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper {
  position: relative;
  z-index: 2;
  padding-top: 1px;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in > a {
  display: inline-block;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child {
  width: 20.46875vw;
  display: flex;
  flex-direction: column;
  padding: 1.5625vw;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child > a > .img_b {
  width: 16.6666666667vw;
  height: 10.41666 66667vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child > a > .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text {
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #E8E8E9;
  min-height: 7vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text h5 {
  margin-top: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
  color: #2A2B32;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text p {
  color: #8C92AC;
  font-family: Source Han Sans;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  border-bottom: 1px solid #E8E8E9;
  margin-top: 1.25vw;
  padding-bottom: 1.25vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li p {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li span {
  color: #00E29E;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 20.8px */
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li > .img_b {
  width: 1.25vw;
  height: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li > .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text {
  margin-top: 1.25vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5729166667vw;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no h5 {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 18.2px */
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no .img_b {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text p {
  color: #8C92AC;
  font-family: Source Han Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper {
  position: relative;
  z-index: 2;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  width: 64.5833333333vw;
  margin: auto;
  padding-bottom: 3.125vw;
  gap: 1.5625vw;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child {
  display: flex;
  padding: 1.5625vw;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25vw;
  width: 14.9479166667vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child > a {
  display: inline-block;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .img_b {
  width: 9.375vw;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .this_text h5 {
  color: #2A2B32;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  margin-bottom: 0.5208333333vw;
  text-align: center;
}
#all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .this_text p {
  color: #545454;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 1.6px;
  text-align: center;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper {
  background-color: #054ada;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  margin-bottom: 7.8125vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper h3 {
  color: #FFF;
  text-align: center;
  font-family: Source Han Sans CN;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line {
  display: flex;
  justify-content: center;
  gap: 2.0833333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20.1041666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .img_b {
  width: 3.125vw;
  height: 3.125vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text {
  width: 15.9375vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  margin-bottom: 0.5208333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text p {
  color: #FFF;
  font-family: Source Han Sans SC;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1.4px;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .top_title h3 span {
  display: inline;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  gap: 1.0416666667vw;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul {
  width: 31.7708333333vw;
  border: 1px solid #E8E8E9;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li {
  border-bottom: 1px solid #E8E8E9;
  padding: 0.5208333333vw 1.5625vw;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li h5 {
  color: var(--1, #2A2B32);
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li .img_b {
  margin-bottom: 0.5208333333vw;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li p {
  color: #000;
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li:nth-child(1) {
  padding: 0.78125vw 1.5625vw;
  border: none;
  background: rgba(164, 189, 228, 0.2);
}
#all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li:last-child {
  border: none;
}
#all #this_col .solutionSeoOptimisePage {
  background-image: url("../img/bg1.png");
  background-size: 100%;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper {
  background-color: #2A2B32;
  position: relative;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper > .img_b {
  width: 100%;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper > .img_b img {
  width: 100%;
  mix-blend-mode: luminosity;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text > p {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul {
  display: flex;
  width: 100%;
  margin-top: 2.0833333333vw;
  gap: 1.5625vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul li {
  display: flex;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul li .img_b {
  width: 1.25vw;
  height: 1.0416666667vw;
  margin-right: 1.0416666667vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul li .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul li p {
  display: inline-block;
  color: #FFF;
  font-family: Source Han Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in > .img_b {
  width: 28.6458333333vw;
  height: 28.6458333333vw;
}
#all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in > .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper {
  position: relative;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in {
  width: 64.5833333333vw;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 3.125vw;
  gap: 7.8125vw;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text {
  width: 30.2083333333vw;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text .img_b {
  width: 13.5416666667vw;
  height: 12.5vw;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text .this_title h3 {
  text-align: start;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text p {
  display: inline-block;
  margin-top: 1.0416666667vw;
  color: var(--3, #8C92AC);
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list {
  width: 30.2083333333vw;
  padding: 1.0416666667vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li {
  display: flex;
  border-bottom: 1px solid #e8e8e9;
  padding: 1.5625vw 0;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li h5 {
  display: inline-block;
  width: 26.5625vw;
  color: #2A2B32;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li .img_b {
  width: 1.25vw;
  height: 1.0416666667vw;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li:first-child {
  padding-top: 0;
}
#all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li:last-child {
  padding-bottom: 0;
  border: none;
}
#all #this_col .solutionSeoOptimisePage .grayWrapper {
  background-color: #f9f9fd;
  margin-top: 7.8125vw;
}
#all #this_col .solutionSocialMediaPromotionsPage {
  background-image: url("../img/bg1.png");
  background-size: 100%;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper {
  background-color: #222329;
  position: relative;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper > .img_b {
  width: 100%;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper > .img_b img {
  width: 100%;
  mix-blend-mode: luminosity;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text > p {
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
  color: #FFF;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text > h6 {
  color: #FFF;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon {
  margin-top: 1.0416666667vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon ul li .img_b {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-bottom: 0.5208333333vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon ul li .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon ul li span {
  color: #FFF;
  font-family: Open Sans;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.9166666667vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in > .img_b {
  width: 28.6458333333vw;
  height: 28.6458333333vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in > .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper {
  position: relative;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child {
  padding: 1.5625vw;
  width: 14.9479166667vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text {
  margin-bottom: 1.25vw;
  min-height: 10.4166666667vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text h3 {
  color: rgba(5, 74, 218, 0.2);
  font-family: Open Sans;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  /* 52px */
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text h5 {
  margin-top: 1.0416666667vw;
  margin-bottom: 0.5208333333vw;
  color: var(--1, #2A2B32);
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text p {
  color: var(--3, #8C92AC);
  font-family: Source Han Sans;
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul {
  border-top: #e8e8e9 1px solid;
  margin-top: 1px;
  padding-top: 1.25vw;
  display: flex;
  flex-direction: column;
  gap: 0.78125vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li {
  display: flex;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li p {
  color: var(--1, #2A2B32);
  font-family: Source Han Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  width: calc(100% - 1.25vw);
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li .img_b {
  width: 1.25vw;
  height: 1.0416666667vw;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li:last-child p {
  color: #00e29e;
  font-weight: 600;
}
#all #this_col .solutionSocialMediaPromotionsPage .grayWrapper {
  background-color: #f9f9fd;
  margin-top: 7.8125vw;
}
#all #this_col .solutionGoogleAdWordsPage {
  background-image: url("../img/bg1.png");
  background-size: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper {
  background-color: #000;
  position: relative;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper > .img_b {
  width: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper > .img_b img {
  width: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64.5833333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text {
  width: 28.6458333333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text p {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text .thisButton {
  margin-top: 2.0833333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .img_b {
  width: 28.6458333333vw;
  height: 28.6458333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .progressWrapper {
  position: relative;
}
#all #this_col .solutionGoogleAdWordsPage .progressWrapper .img_b {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
}
#all #this_col .solutionGoogleAdWordsPage .progressWrapper .img_b img {
  width: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .progressWrapper .this_point {
  top: -7vw;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child {
  padding: 1.5625vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .img_b {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text {
  width: 17.7083333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text h5 {
  text-align: start;
  margin-top: 1.5625vw;
  margin-bottom: 0.5208333333vw;
  color: #2A2B32;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text p {
  text-align: start;
  color: #8C92AC;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .solutionGoogleAdWordsPage .grayWrapper {
  background-color: #f9f9fd;
  margin-top: 7.8125vw;
}
#all #this_col .solutionGoogleAdWordsPage .grayWrapper .grayWrapper_in {
  padding-top: 1px;
  position: relative;
  overflow: hidden;
}
#all #this_col .solutionGoogleAdWordsPage .grayWrapper .grayWrapper_in .circle1 {
  top: -19.875vw;
  left: -28.5416666667vw;
  opacity: 1;
}
#all #this_col .solutionGoogleAdWordsPage .grayWrapper .grayWrapper_in .circle2 {
  right: -22.0625vw;
  top: -8.958333vw;
  opacity: 0.2;
}
#all #this_col .solutionGoogleAdWordsPage .grayWrapper .grayWrapper_in .circle4 {
  right: -31.8vw;
  top: 52.041667vw;
  opacity: 0.2;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper {
  position: relative;
  z-index: 2;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  padding-top: 3.125vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text {
  width: 32.8125vw;
  display: flex;
  flex-direction: column;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_title {
  margin-bottom: 1.0416666667vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_title h3 {
  text-align: start;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text p {
  color: #8C92AC;
  font-family: Inter;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  display: inline-block;
  margin-bottom: 0.5208333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon {
  margin-top: 1.5625vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li .img_b {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  margin-bottom: 0.5208333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li span {
  color: #8C92AC;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in > .img_b {
  width: 28.6458333333vw;
  height: 26.0416666667vw;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in > .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .advFormWrapper:nth-child(2n+2) .this_in {
  flex-direction: row-reverse;
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in {
  width: 64.5833333333vw;
  margin: auto;
  margin-bottom: 7.125vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child {
  width: 15.3645833333vw;
  border-radius: 4px;
  background: #FFF;
  /* 投影10 */
  box-shadow: 0px 10px 10px 0px rgba(0, 24, 75, 0.05);
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 8.3333333333vw;
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .this_text {
  padding: 1.0416666667vw 1.5625vw;
}
#all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .this_text p {
  color: #8C92AC;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col footer .web_footer {
  position: relative;
  border-top-right-radius: 2.0833333333vw;
  border-top-left-radius: 2.0833333333vw;
  overflow: hidden;
  background-image: url(../img/star.png);
}
#all #this_col footer .web_footer .top {
  background-color: #121933;
}
#all #this_col footer .web_footer .top .this_in {
  position: relative;
  z-index: 3;
  width: 64.5833333333vw;
  margin: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 8.3333333333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .web_footer .top .this_in .left {
  width: 30.2083333333vw;
}
#all #this_col footer .web_footer .top .this_in .left .this_contact {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}
#all #this_col footer .web_footer .top .this_in .left .this_contact .img_b {
  width: 0.625vw;
  height: 0.625vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col footer .web_footer .top .this_in .left .this_contact .img_b svg {
  width: 100%;
  height: 100%;
}
#all #this_col footer .web_footer .top .this_in .left .this_contact h5 {
  color: #83F3DE;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#all #this_col footer .web_footer .top .this_in .left h3 {
  margin-top: 0.6770833333vw;
  margin-bottom: 0.6770833333vw;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col footer .web_footer .top .this_in .left p {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.7;
}
#all #this_col footer .web_footer .top .this_in .right {
  width: 30.2083333333vw;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form {
  padding: 2.0833333333vw;
  border-radius: 10px;
  background: #FFF;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .this_title h3 {
  text-align: center;
  color: var(--Black1, #121933);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .bottom_form_in {
  margin-top: 2.0833333333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.78125vw;
  justify-content: space-between;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .bottom_form_in .list input {
  width: 100%;
  display: flex;
  padding: 0.7291666667vw 1.09375vw;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 4px;
  border: 1px solid #E4E6EA;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .bottom_form_in .width50 {
  width: 48%;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .bottom_form_in .width100 {
  width: 100%;
}
#all #this_col footer .web_footer .top .this_in .right .bottom_form .bottom_form_in input[type=submit] {
  width: 100%;
  margin-top: 1.5625vw;
  border-radius: 4px;
  background: #5E44FF;
  display: flex;
  padding: 0.7291666667vw 2.0833333333vw;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#all #this_col footer .web_footer .bottom {
  background-color: #070b1c;
}
#all #this_col footer .web_footer .bottom .this_in {
  position: relative;
  z-index: 3;
  width: 64.5833333333vw;
  margin: auto;
  padding-top: 5.2083333333vw;
  padding-bottom: 2.6041666667vw;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
#all #this_col footer .web_footer .bottom .this_in .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#all #this_col footer .web_footer .bottom .this_in .this_left {
  width: 22.9166666667vw;
  position: relative;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list h5 span {
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  opacity: 0.6;
  display: inline-block;
  margin-left: 0.5208333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.0416666667vw;
  gap: 2vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul li {
  width: 5.2083333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul li a {
  display: inline-block;
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  opacity: 0.6;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul li.active a {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul li.current-menu-item a {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
#all #this_col footer .web_footer .bottom .this_in .this_left .this_list ul li:hover a {
  transition: all 500ms;
  border-bottom: 1px solid #fff;
}
#all #this_col footer .web_footer .bottom .this_in .this_center {
  width: 22.9166666667vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_tel h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_tel h5 span {
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  opacity: 0.6;
  display: inline-block;
  margin-left: 0.5208333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_tel h3 {
  margin-top: 1.0416666667vw;
  color: #FFF;
  font-family: "Alimama ShuHeiTi";
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_link {
  margin-top: 2.0833333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_link h5 {
  color: #FFF;
  font-family: Source Han Sans CN;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_link h5 span {
  color: #FFF;
  font-family: "Source Han Sans SC";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  opacity: 0.6;
  display: inline-block;
  margin-left: 0.5208333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_link .img_b {
  margin-top: 1.0416666667vw;
  width: 6.25vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_center .this_link .img_b img {
  width: 100%;
}
#all #this_col footer .web_footer .bottom .this_in .this_right {
  display: flex;
  gap: 2.0833333333vw;
}
#all #this_col footer .web_footer .bottom .this_in .this_right .img_b {
  width: 6.25vw;
  text-align: center;
}
#all #this_col footer .web_footer .bottom .this_in .this_right .img_b img {
  width: 100%;
}
#all #this_col footer .web_footer .bottom .this_in .this_right .img_b span {
  display: inline-block;
  margin-top: 0.5208333333vw;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 0.7291666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
#all #this_col footer .web_footer .bottom .copyright {
  z-index: 3;
  position: relative;
  padding-top: 1.5625vw;
  padding-bottom: 1.5625vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 64.5833333333vw;
  margin: auto;
}
#all #this_col footer .web_footer .bottom .copyright h5 {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
}
#all #this_col footer .web_footer .this_star {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 100%;
}
#all #this_col footer .web_footer .this_star .this_img {
  height: 100%;
}
#all #this_col footer .web_footer .this_star .this_img img {
  height: 100%;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 20vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  #all #this_col header {
    height: 12vw;
  }
  #all #this_col header .web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col footer {
    height: 12vw;
  }
  #all #this_col footer .web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
  #all #this_col .this_point {
    display: none;
  }
  #all #this_col .top_title h3 {
    font-size: 24px;
  }
  #all #this_col .thisButton {
    font-size: 16px;
    padding: 5px 15px;
  }
  #all #this_col .indexPage .top_title h3 {
    font-size: 22px;
  }
  #all #this_col .indexPage .SEOWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .indexPage .SEOWrapper .this_in .this_child {
    width: 44vw;
    padding: 20px;
  }
  #all #this_col .indexPage .SEOWrapper .this_in .this_child .img_b {
    width: 12vw;
    height: 12vw;
  }
  #all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text {
    margin-top: 20px;
  }
  #all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text h5 {
    font-size: 18px;
  }
  #all #this_col .indexPage .SEOWrapper .this_in .this_child .this_text p {
    margin-top: 10px;
    font-size: 14px;
  }
  #all #this_col .indexPage .SaasWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .indexPage .SaasWrapper .this_in .this_child {
    width: 43vw;
  }
  #all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text {
    padding: 20px;
  }
  #all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text h5 {
    font-size: 18px;
  }
  #all #this_col .indexPage .SaasWrapper .this_in .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .indexPage .teamWrapper .wrapper {
    width: 90vw;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .swiper-father {
    height: auto;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
    transform: translate(0);
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child {
    flex-direction: column;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
    width: 100%;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
    width: 100%;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
    font-size: 20px;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .indexPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
    font-weight: 500;
  }
  #all #this_col .indexPage .customWrapper .top_title p {
    font-size: 16px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child {
    width: 44vw;
    margin-top: 20px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child .top h3 {
    transform: translate(100%, 10%);
    font-size: 20px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child .top .this_circle {
    width: 8vw;
    height: 8vw;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom {
    margin-top: 20px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom h5 {
    font-size: 20px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .this_child .bottom p {
    margin-top: 10px;
    font-size: 16px;
  }
  #all #this_col .aboutPage .thisButton {
    font-size: 16px;
    padding: 5px 15px;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in .top p {
    font-size: 16px;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in .bottom {
    flex-wrap: wrap;
    gap: 10px 0.5vw;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child {
    width: 44vw;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child .this_title h5 {
    font-size: 16px;
  }
  #all #this_col .aboutPage .bannerWrapper .this_in .bottom .this_child p {
    font-size: 14px;
  }
  #all #this_col .aboutPage .wishWrapper {
    padding-top: 310px;
  }
  #all #this_col .aboutPage .wishWrapper .wrapper {
    width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #all #this_col .aboutPage .wishWrapper .wrapper .left h5 {
    font-size: 16px;
  }
  #all #this_col .aboutPage .wishWrapper .wrapper .left h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .wishWrapper .wrapper .right {
    margin-top: 10px;
  }
  #all #this_col .aboutPage .wishWrapper .wrapper .right p {
    font-size: 14px;
  }
  #all #this_col .aboutPage .aboutWrapper .wrapper {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .aboutPage .aboutWrapper .wrapper .left {
    width: 100%;
  }
  #all #this_col .aboutPage .aboutWrapper .wrapper .right {
    width: 100%;
    margin-top: 20px;
  }
  #all #this_col .aboutPage .aboutWrapper .wrapper .right h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .aboutWrapper .wrapper .right .this_text p {
    font-size: 14px;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper {
    width: 90vw;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .swiper-father {
    height: auto;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
    transform: translate(0);
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child {
    flex-direction: column;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
    width: 100%;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
    width: 100%;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
    font-size: 20px;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .aboutPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
    font-weight: 500;
  }
  #all #this_col .studyPage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .studyPage .bannerWrapper .this_in .this_text {
    width: 50vw;
  }
  #all #this_col .studyPage .bannerWrapper .this_in .this_text h5 {
    font-size: 22px;
  }
  #all #this_col .studyPage .bannerWrapper .this_in .this_text p {
    font-size: 18px;
  }
  #all #this_col .studyPage .bannerWrapper .this_in .this_text .thisButton {
    font-size: 16px;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li {
    font-size: 20px;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on {
    font-size: 20px;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in {
    width: 90vw;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
    width: 44vw;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text {
    padding: 10px;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text h5 {
    font-size: 20px;
  }
  #all #this_col .studyPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text p {
    margin-top: 10px;
    font-size: 14px;
  }
  #all #this_col .systemPage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .systemPage .bannerWrapper .this_in .this_text {
    width: 50vw;
  }
  #all #this_col .systemPage .bannerWrapper .this_in .this_text h5 {
    font-size: 22px;
  }
  #all #this_col .systemPage .bannerWrapper .this_in .this_text p {
    font-size: 18px;
  }
  #all #this_col .systemPage .bannerWrapper .this_in .this_text .thisButton {
    font-size: 16px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd {
    width: 90vw;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul {
    display: flex;
    flex-wrap: wrap;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li {
    width: 50%;
    font-size: 18px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .hd ul li.on {
    font-size: 18px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in {
    margin: auto;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_title h3 {
    font-size: 22px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_title p {
    font-size: 16px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
    padding-top: 60px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left {
    width: 90vw;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left h3 {
    font-size: 22px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .left .this_text p {
    font-size: 16px;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .right {
    margin-top: 30px;
    width: 100%;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this5 .this_child2 .right .img_b {
    width: 100%;
  }
  #all #this_col .systemPage .funcWrapper .this_in .slideTxtBox1 .bd .this6 .this_child .this_title {
    width: 90vw;
  }
  #all #this_col .foreignTradePage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .foreignTradePage .bannerWrapper .this_in .this_text {
    width: 36vw;
    padding: 3vw;
  }
  #all #this_col .foreignTradePage .bannerWrapper .this_in .this_text h5 {
    font-size: 4vw;
  }
  #all #this_col .foreignTradePage .bannerWrapper .this_in .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .foreignTradePage .bannerWrapper .this_in .this_text .thisButton {
    font-size: 16px;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd {
    width: 90vw;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li {
    font-size: 16px;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .hd ul li.on {
    font-size: 16px;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child {
    width: 44vw;
    margin-bottom: 30px;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child > .img_b {
    height: 50vw;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text .this_left h5 {
    font-size: 16px;
  }
  #all #this_col .foreignTradePage .designWrapper .this_in .slideTxtBox1 .bd .content_in .this_child .this_text .thisButton {
    margin-top: 10px;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    justify-content: center;
  }
  #all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text {
    width: 100%;
    align-items: center;
  }
  #all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text h5 {
    font-size: 5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in .this_text p {
    font-size: 3.5vw;
    text-align: center;
  }
  #all #this_col .solutionCustomizedWebsitePage .bannerWrapper .this_in > .img_b {
    display: none;
  }
  #all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .top_title h5 {
    font-size: 4vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .drawBackWrapper .this_in .img_b {
    width: 100%;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in {
    width: 90vw;
    margin-top: 4vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child {
    width: 100%;
    padding: 3vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child > a > .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text {
    margin-top: 3vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text h5 {
    font-size: 4.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .top_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul {
    margin-top: 3vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child ul li > .img_b {
    width: 5vw;
    height: auto;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no h5 {
    font-size: 4.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .processWrapper .this_in .this_child .bottom_text .this_no .img_b {
    width: 5vw;
    height: auto;
  }
  #all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in {
    margin-top: 3vw;
    width: 90vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child {
    width: 100%;
    padding: 3vw 4vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .img_b {
    width: 15vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .this_text h5 {
    font-size: 4.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .serviceWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper h3 {
    font-size: 5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line {
    width: 100%;
    flex-wrap: wrap;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child {
    width: 100%;
    flex-direction: column;
    margin-top: 3vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .img_b {
    width: 10vw;
    height: auto;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text {
    text-align: center;
    margin-top: 2vw;
    width: 100%;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text h5 {
    font-size: 4.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .extendWrapper .this_in .this_line .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul {
    width: 100%;
  }
  #all #this_col .solutionCustomizedWebsitePage .compareWrapper .this_in ul li p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .top_title h3 {
    font-size: 24px;
  }
  #all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text {
    width: 100%;
    align-items: center;
  }
  #all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text h5 {
    font-size: 5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .bannerWrapper .this_in > .img_b {
    display: none;
  }
  #all #this_col .solutionGoogleAdWordsPage .progressWrapper .img_b {
    width: 90vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .img_b {
    width: 8vw;
    height: auto;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text {
    width: 100%;
    text-align: center;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text h5 {
    text-align: center;
    font-size: 4.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .edgeWrapper .this_in .this_child .this_text p {
    text-align: center;
    font-size: 3.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text {
    width: 100%;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li .img_b {
    width: 8vw;
    height: auto;
  }
  #all #this_col .solutionGoogleAdWordsPage .advFormWrapper .this_in .this_text .this_icon ul li span {
    font-size: 3.5vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .solutionGoogleAdWordsPage .advertisingAdvantagesWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text {
    width: 100%;
    align-items: center;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text h5 {
    font-size: 5vw;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text p {
    font-size: 3.5vw;
    text-align: center;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in .this_text ul {
    display: none;
  }
  #all #this_col .solutionSeoOptimisePage .bannerWrapper .this_in > .img_b {
    display: none;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child {
    width: 100%;
    flex-wrap: wrap;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text {
    width: 100%;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li h5 {
    font-size: 4vw;
    width: 80vw;
  }
  #all #this_col .solutionSeoOptimisePage .seoWrapper .this_in .this_child .this_list ul li .img_b {
    width: 5vw;
    height: 4vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper {
    overflow: hidden;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text {
    width: 100%;
    align-items: center;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text h5 {
    font-size: 5vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text p {
    font-size: 3.5vw;
    text-align: center;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text h6 {
    display: none;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in .this_text .this_icon {
    display: none;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .bannerWrapper .this_in > .img_b {
    display: none;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text h3 {
    font-size: 6vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text h5 {
    font-size: 4.5vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul {
    padding-top: 3vw;
    gap: 2vw 0;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li p {
    font-size: 3.5vw;
  }
  #all #this_col .solutionSocialMediaPromotionsPage .KolProcessWrapper .this_in .this_child ul li .img_b {
    width: 5vw;
    height: 4vw;
  }
  #all #this_col .togetherPage .nowWrapper .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .togetherPage .nowWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .togetherPage .nowWrapper .this_in .this_child {
    width: 44vw;
  }
  #all #this_col .togetherPage .nowWrapper .this_in .this_child .img_b {
    width: 50px;
    height: 50px;
  }
  #all #this_col .togetherPage .nowWrapper .this_in .this_child .img_b svg {
    height: 100%;
    width: 100%;
  }
  #all #this_col .togetherPage .nowWrapper .this_in .this_child .this_text h5 {
    font-size: 18px;
  }
  #all #this_col .togetherPage .nowWrapper .this_in .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .left {
    width: 100%;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .left .img_b {
    width: 100%;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .right {
    margin: auto;
    margin-top: 3vw;
    width: 90vw;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .right h3 {
    font-size: 20px;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .right .this_text p {
    font-size: 14px;
  }
  #all #this_col .togetherPage .aboutWrapper .wrapper .right .thisButton {
    padding: 5px 10px;
  }
  #all #this_col .togetherPage .oemWrapper .wrapper {
    width: 90vw;
  }
  #all #this_col .togetherPage .oemWrapper .wrapper .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .togetherPage .oemWrapper .wrapper .this_in {
    width: 90vw;
  }
  #all #this_col .togetherPage .oemWrapper .wrapper .this_in .img_b {
    width: 100%;
  }
  #all #this_col .togetherPage .advWrapper .wrapper {
    width: 90vw;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child {
    margin-top: 20px;
    width: 100%;
    flex-direction: column !important;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .img_b {
    width: 100%;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text {
    width: 100%;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text h3 {
    font-size: 20px;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .togetherPage .advWrapper .wrapper .this_in .this_child .this_text ul li {
    font-size: 14px;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper {
    width: 90vw;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .swiper-father {
    height: auto;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .swiper-father .swiper {
    transform: translate(0);
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child {
    flex-direction: column;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .img_b {
    width: 100%;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text {
    width: 100%;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text h3 {
    font-size: 24px;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text h5 {
    font-size: 20px;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .togetherPage .teamWrapper .wrapper .this_in .top .this_child .this_text p span {
    font-weight: 500;
  }
}/*# sourceMappingURL=all.css.map */