@charset "UTF-8";
#heh {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;

  z-index: 100;
  top: 320%;
  left: 0;
}
.serviceBg {
  background-image: url(https://cdn.efunad.com/efunad/img/servicebg.jpg);
}
.serviceBggoogle {
  background-image: url(https://cdn.efunad.com/efunad/img/google/servicebggoogle.jpg);
}
.serviceBgtiktok {
  background-image: url(https://cdn.efunad.com/efunad/img/tiktok/tiktokhead.jpg);
}
.serviceBgline {
  background-image: url(https://cdn.efunad.com/efunad/img/line/linehead.jpg);
}
.serviceBgyahoo {
  background-image: url(https://cdn.efunad.com/efunad/img/yahoo/yahoohead.jpg);
}
.serviceBgmeta {
  background-image: url(https://cdn.efunad.com/efunad/img/meta/metahead.jpg);
}
.serviceBgapple {
  background-image: url(https://cdn.efunad.com/efunad/img/apple/applehead.jpg);
}
.serviceBgefunac1 {
  background-image: url(https://cdn.efunad.com/efunad/img/efunac1/efunac1head.jpg);
}
.serviceBgefunac2 {
  background-image: url(https://cdn.efunad.com/efunad/img/efunac2/efunac2head.jpg);
}
.serviceBg5g {
  background-image: url(https://cdn.efunad.com/efunad/img/5g/5ghead.jpg);
}
.serviceBgmks {
  background-image: url(https://cdn.efunad.com/efunad/img/mks/mkshead.jpg);
}
.serviceBglinestickers {
  background-image: url(https://cdn.efunad.com/efunad/img/linestickers/linestickershead.png);
}
.serviceBgthetradedesk {
  background-image: url(https://cdn.efunad.com/efunad/img/thetradedesk/thetradedeskhead.png);
}
.slogan {
  width: 60%;
  max-width: 900px;
}
.content1 {
  padding-bottom: 3%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.serviceBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.serviceBox div {
  width: 50%;
  padding: 5%;
  opacity: 0;
  margin-left: -3%;
  margin-bottom: -2%;
  transform: skewX(-10deg);
  /* position: absolute; */
}
.serviceBox div::before {
  color: #fff;
  font-weight: 200;
  position: absolute;
  display: block;
}
.serviceBox div::before {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 4rem;
  position: absolute;
  display: block;
}
.serviceBox div:nth-child(1)::before {
  content: "01";
  top: 0%;
  left: 0;
  line-height: 1.2em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(2)::before {
  content: "02";
  top: 0%;
  right: 0;
  line-height: 1.2em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(3)::before {
  content: "03";
  bottom: 0.2em;
  left: 0;
  line-height: 1em;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(4)::before {
  content: "04";
  bottom: 0.2em;
  right: 0;
  line-height: 1em;
  border-top: 3px solid rgba(255, 255, 255, 0.7);
}
.serviceBox div:nth-child(1) {
  background-color: rgb(231, 230, 230, 37%);
}
.serviceBox div:nth-child(2) {
  background-color: rgb(179, 198, 231, 37%);
  margin-bottom: -4%;
}
.serviceBox div:nth-child(3) {
  background-color: rgb(179, 198, 231, 37%);
}
.serviceBox div:nth-child(4) {
  background-color: rgb(231, 230, 230, 37%);
  margin-bottom: -4%;
}
.content2 {
  margin: auto;
  position: relative;
  padding-bottom: 0;
}
.content2 .service-swiper {
  overflow: hidden;
  align-items: stretch;
  flex-direction: column;
  padding: 0 0 2%;
  margin: auto;
  width: 90%;
}
.service-swiper .swiper-slide {
  width: 30%;
  background-color: white;
  padding: 0 0 3%;
  border-radius: 1rem;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  align-items: stretch;
  flex-direction: column;
  transition: all 0.8s;
  height: auto;
  justify-content: space-between;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 3%;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 25px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next::after {
  background-image: url(https://cdn.efunad.com/efunad/img/icon/arrow_swiper.svg);
}
.swiper-button-prev::after {
  background-image: url(https://cdn.efunad.com/efunad/img/icon/arrow_swiper.svg);
  transform: scaleX(-1);
}
.service-swiper .swiper-slide p {
  width: 100%;
  padding: 0 3% 12%;
}

.content2 .service-swiper .swiper-slide-active {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.8s;
}
.content2 .swiper-pagination {
  position: relative;
  margin-top: 3%;
}
.content2 .service_logo {
  max-width: 90% !important;
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: 35px;
  display: block;
  margin: 6% auto;
}
.content22 .service_logo {
  max-width: 90% !important;
  object-fit: unset;
  width: auto;
  height: auto;
  max-height: 35px;
  display: block;
  margin: 6% auto;
}
.content2 .swiper-pagination {
  margin-top: 3%;
}
.content2 .imgLeft {
  width: 17%;
  max-width: 100px;
  margin-right: 2%;
}
.content2 div:first-child {
  border: none;
}
.content2 h3 {
  line-height: clamp(1.5rem, 2.5vw, 5rem);
}
.content2 div.img--wrapper {
  border: none;
  width: 45%;
  display: inline-block;
  padding: 0;
}
.content2 div.img--wrapper img {
  height: auto;
  margin: 0 0.2rem;
}
.content2 div.img--wrapper img:nth-child(1) {
  width: 50%;
}
.content2 div.img--wrapper img:nth-child(2) {
  width: 13%;
}
.content2 div.img--wrapper img:nth-child(3) {
  width: 13%;
}
.content2 p img {
  width: auto;
  height: 2rem;
  margin: 0 0.5rem;
}
.content22 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.content22 > .brandBox,
.content3 > .brandBox,
.content4 > .brandBox,
.content5 > .brandBox {
  margin: 2% auto;
}
.content3 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.content4,
.content5 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.brandBox {
  border-radius: 10px;
  overflow: hidden;
  width: 28%;
  padding: 0 0 8%;
  min-width: 280px;
}
.brandBox:hover {
  box-shadow: rgb(0 0 0 / 20%) 0px 12px 28px 0px,
    rgb(0 0 0 / 10%) 0px 2px 4px 0px,
    rgb(255 255 255 / 5%) 0px 0px 0px 1px inset;
  transform: unset;
}
.brandBox h4 {
  text-align: center;
  margin: 10% auto 6%;
}
.brand img:first-child {
  width: 100%;
  display: block;
  margin: 0 auto 2%;
}
.brand {
  border-bottom: unset;
  margin: 0;
}
.brandBox p {
  color: rgb(119, 119, 119);
  width: 90%;
  margin: auto;
}

.content4 .contentBox--wrapper {
  justify-content: center;
  padding: 0;
}
.content3 h2 {
  text-align: center;
}
.content4 h2 {
  text-align: center;
  margin: 12% auto 2%;
}

.content5 .brandBox div:nth-child(2) img {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 75%;
}
.content5 .brandBox div:nth-child(2) {
  height: 5rem;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.content5 .contentBox--wrapper {
  justify-content: center;
  padding: 0% 0 9%;
}
.content5 .brandBox,
.content4 .brandBox,
.content3 .brandBox,
.content22 .brandBox {
  padding: 0 0 3%;
  text-align: center;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  align-content: stretch;
  justify-content: space-between;
}
.content5 .brand div {
  height: 5rem;
}
.content5 .brandBox a {
  margin: 3% auto 0;
}
/* ................. */
.contentBox {
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 5%;
}
.contentBox2 {
  width: 90%;
  margin: 0 auto;
  padding: 1.3% 0 5%;
}
.imgc img,
.imgmc img,
.admb img,
.linead img,
.lobx img,
.lobx7 img,
.lobx14 img,
.lo33 img,
.lo16 img,
.mintb img {
  width: 100%;
  display: block;
}
.mintbx {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.minta {
  width: 58%;
  padding: 0 8%;
  padding-top: 5%;
}
.mintattd {
  width: 61%;
  padding: 0 8%;
  padding-top: 5%;
}
.mintb {
  width: 40%;
  margin-top: 3%;
  margin-right: 8%;
}
.mixt {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #fbbc05;
}
.mixt2 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #0668e1;
}
.mixt3 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #00b900;
}
.mixt4 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #5f01d1;
}
.mixt5 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #00f2ea;
}
.mixt6 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #bfbfbf;
}
.mixt7 {
  display: inline-block;
  position: relative;
  margin-top: -25px;
  margin: 0 1%;
  padding-bottom: 7px;
  border-bottom: 7px solid #0099FA;
}
.wh {
  height: 3em;
}
.mtxx {
  font-size: 2em;
  font-weight: 600;
  margin-top: -25px;
  padding-bottom: 5px;
  line-height: 1em;
}
.ttdm {
  margin-bottom: 13.9%;
}
.ttdmx {
  margin: 28.2% 0;
}
.mixtd {
  width: 95%;
  font-size: 1.2em;
  margin: 1em auto 3em auto;
  line-height: 1.5em;
}
.imgc {
  width: 35%;
  margin: 0 auto 1.5em auto;
}
.headtltx {
  width: 35%;
  margin: 1em auto;
  font-weight: 900;
  font-size: 5em;
  text-align: center;
}
.imgmc {
  width: 30%;
  margin: 5% auto 4%;
}
.txbdc {
  text-align: center;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5em;
}
.txbdcttd {
  text-align: center;
  font-weight: 500;
  font-size: 1.4em;
  line-height: 1.5em;
  margin: 4% 6% 0 6%;
}
.txbtc {
  width: 64%;
  margin: 0 auto;
  text-align: center;
  font-weight: 100;
  font-size: 1.2em;
  line-height: 1.5em;
}
.txtbx {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #fbbc05;
}
.txbx2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0668e1;
}
.txbx3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0099FA;
}
.txtbx2 {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx2 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0668e1;
}
.txbx3 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #00b900;
}
.txtbx4 {
  width: 90%;
  margin: 5% auto 4%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.txbx4 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #5f01d1;
}
.txbx5 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #00f2ea;
}
.txbx6 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #bfbfbf;
}
.txbx7 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #1e9cbf;
}
.txbx8 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #bfbfbf;
}
.txbx9 {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  padding-bottom: 5px;
  border-bottom: 10px solid #0099FA;
}
.txbxr {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  width: 25%;
  margin: 0 1%;
  margin-top: 1%;
  padding-bottom: 1%;
  border-bottom: 10px solid #00b900;
}
.txl {
  font-size: 2.3em;
  font-weight: 600;
  line-height: 1.4em;
}
.txr {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 3.4%;
  margin-left: 2%;
}
.secline {
  width: 80%;
  margin: 0 auto;
  font-size: 1.8em;
  text-align: center;
  display: block;
  position: relative;
}
.secline:before,
.secline:after {
  content: "●";
  position: absolute;
  color: rgb(119, 119, 119);
  width: -1%;
  font-size: 0.5em;
}
.secline:before {
  left: 0%;
}
.secline:after {
  right: 0%;
}
.sctx {
  position: absolute;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  font-size: 1.5em;
  background-color: rgb(255, 255, 255);
}
.linec {
  position: absolute;
  width: 98%;
  height: 1px;
  background-color: rgb(119, 119, 119);

  left: 50%;

  margin: 0.9% 0 0 -49%;
}
.adbnbx {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.adbnbx2 {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.adbmx {
  width: 20%;
  margin: 5% 6.6% 2% 6.6%;
}
.adbmxxx {
  width: 25%;
  margin: 0 5%;
}
.adbmxx {
  width: 40%;
  margin: 2em 5% 1em 5%;
}
.adbmx2 {
  width: 31.5%;
  margin: 5% 8.5% 2% 8.5%;
}
.adbmx2 {
  width: 31.5%;
  margin: 5% 8.5% 2% 8.5%;
}
.admb {
  width: 100%;
}
.adpw1 {
  width: 46%;
  margin-right: 5%;
}
.adpw2 {
  width: 43%;
  margin-left: 5%;
}
.adpw3, .adpw4, .adpw5 {
  margin-top: 5%;
}
.adpw3, .adpw5 {
  width: 20%;
}
.adpw4 {
  width: 40%;
  margin-right: 10%;
  margin-left: 10%;
}
.adpw4_m {
  display: none;
}
.mobx {
  width: 100%;
  padding: 6px;
  height: auto;
  background: url(https://cdn.efunad.com/efunad/img/mob.png) no-repeat;
  background-size: 100% auto;
}
.adtx {
  width: 100%;
  text-align: center;
  margin: 1em auto;
  font-size: 1.5em;
  line-height: 1em;
}
.mdtx {
  position: relative;
  width: 120%;
  text-align: center;
  margin-left: -10%;
}
.linehbx {
  width: 70%;
  margin: 5em auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.linead {
  width: 48%;
  margin: 0 3%;
}
.mobg1, .mobg2 {
  position: relative;
  width: 100%;
  height: 0;
  background-size: 100%;
}
.mobg1 {
  padding-bottom: 50%;
  background-image: url("https://cdn.efunad.com/efunad/img/thetradedesk/mob1.png");
}
.mobg2 {
  padding-bottom: 202%;
  background-image: url("https://cdn.efunad.com/efunad/img/thetradedesk/mob2.png");
}
.cover1, .cover2 {
  position: absolute;
  height: 0;
  border-radius: 2em;
  overflow: hidden;
}
.cover1 {
  width: 99%;
  padding-bottom: 46%;
  top: 4%;
  left: 0.5%;
}
.cover2 {
  width: 90%;
  padding-bottom: 194%;
  top: 2.5%;
  left: 4.5%;
}
#mbvideo1 {
  margin-top: -5%;
}
#mbvideo2 {
  width: 125%;
  margin-top: -5%;
  margin-left: -12%;
}
.headlobx {
  width: 50%;
  margin: 1em auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.headlobx2 {
  width: 70%;
  margin: 1em auto 3% auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.lobx {
  width: 20%;
}
.lobx7 {
  width: 6.6%;
  margin: 0.2%;
}
.lobx14 {
  width: 11.1%;
  margin: 0.2%;
}
.lo33 {
  width: 30%;
  margin: 0 1%;
}
.lo16 {
  width: 15%;
  margin: 0 0.5%;
}
.imgttd img {
  width: 100%;
  display: block;
}
.imgttd {
  width: 47%;
  margin: 2em auto 4em auto;
}
.mb {
  margin-bottom: 14.5%;
}
/* ................. */
@media screen and (max-width: 1500px) {
  .headtltx {
    width: 100%;
    margin: 1em auto;
    font-weight: 900;
    font-size: 5em;
    text-align: center;
  }
  .txl {
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.3em;
  }
  .txr {
    font-size: 1.5em;
    margin-top: 4.5%;
  }
  .txbx4 {
    width: 30%;
  }
  .ttdm {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 1400px) {
  .mintbx {
    width: 100%;
  }
  .mintb {
    margin-top: 0%;
  }
  .ttdm {
    margin-bottom: 17.8%;
  }
}
@media screen and (max-width: 1366px) {
  .secline {
    width: 80%;

    font-size: 1.8em;
  }
  .txl {
    font-size: 2em;
    font-weight: 600;
  }
  .txr {
    font-size: 1.2em;
  }
  .txtbx {
    width: 100%;
    flex-wrap: wrap
  }
  .txbx9 {
    width: 20%;
  }
  .content2 {
    width: 76%;
  }
  .cover2 {
    border-radius: 1.5em;
  }
  .ttdm {
    margin-bottom: 15.4%;
  }
}
@media screen and (max-width: 1100px) {
  .minta {
    padding: 5% 5% 0 5%;
  }
  .mintbx {
    width: 100%;
  }
  .mtxx {
    margin-top: 0;
    font-size: 1.5em;
  }
  .adtx {
    font-size: 1.5em;
  }
  .secline {
    font-size: 1.2em;
  }
  .linec {
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: rgb(119, 119, 119);

    left: 50%;
    margin-top: 1.2%;
  }
  .txbx9 {
    width: 23%;
  }
  .cover2 {
  border-radius: 1em;
  }
}
@media screen and (max-width: 960px) {
  .wh {
    height: 0;
  }
  .headlobx {
    width: 95%;
  }
  .headlobx2 {
    width: 95%;
  }
  .txbx {
    width: 33%;
  }
  .serviceBg {
    padding-bottom: 80%;
  }
  .slogan {
    width: 95%;
  }
  .content1 {
    width: 90%;
    padding-right: unset;
  }
  .serviceBox {
    /* width: 90%; */
    width: 100%;
  }
  .content2 {
    width: 100%;
    padding: 10% 3% 5% 3%;
    min-width: unset;
  }
  .content2 div.img--wrapper {
    width: 55%;
    /* display: block; */
    margin: 2% 0;
  }

  .brand img:first-child {
    max-width: unset;
    max-height: unset;
  }
  .content4 h2 {
    width: 90%;
  }
  .content2 .service-swiper {
    width: 70%;
  }
  .brandBox {
    width: 30%;
    min-width: unset;
  }
  .txbx9 {
    width: 46%;
    margin: 8% 2% 0 2%;
  }
  .mintattd {
    padding: 0 8% 0 0;
  }
  .mintb {
    margin-right: 0;
  }
  .sctx {
    width: 25%;
  }
}

@media screen and (max-width: 750px) {
  .secline {
    width: 100%;
  }
  .sctx {
    width: 36%;
    margin-left: -18%;
  }
}
@media screen and (max-width: 700px) {
  .txl {
    font-size: 1.5em;
    font-weight: 600;
  }
  .txr {
    font-size: 1em;
  }
}
@media screen and (max-width: 560px) {
  .mintbx {
    flex-wrap: wrap;
  }
  .minta {
    width: 100%;
  }
  .mintb {
    width: 80%;
  }
  .adbnbx2 {
    width: 100%;
    margin: 15% auto 5% auto;
  }
  .lo16 {
    width: 30%;
    margin: 0.5%;
  }
  .imgmc {
    width: 40%;
  }
  .headtltx {
    font-size: 3em;
  }
  .adbmxxx {
    width: 40%;
  }
  .imgc {
    width: 70%;
    margin: 1.5em auto;
  }
  .linehbx {
    width: 100%;
    margin: 2em auto;
  }
  .txbx4 {
    width: 33%;
  }
  .txtbx2 {
    width: 98%;
  }
  .adbmx2 {
    width: 40%;
    margin: 5% 5% 2% 5%;
  }
  .adbmxx {
    width: 70%;
    margin: 1em 5%;
  }
  .adbmx {
    width: 40%;
    margin: 1em 1.5%;
  }
  .adbnbx {
    width: 100%;
    margin: 15% auto 5% auto;
  }
  .adtx {
    font-size: 1em;
  }
  .linec {
    position: absolute;
    width: 98%;
    height: 1px;
    background-color: rgb(119, 119, 119);
    margin-top: 2%;
    left: 50%;
    margin-left: -49%;
  }
  .contentBox2 {
    width: 98%;
  }
  .txl {
    font-size: 1em;
    font-weight: 600;
  }
  .txr {
    font-size: 0.8em;
  }
  .txbdcttd {
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 1.5em auto;
  }
  .txbtc {
    width: 95%;
    margin: 1.5em auto;
    font-size: 1em;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #heh {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 100;
    top: -500px;
    left: 0;
  }
  .mintb {
    margin-right: 0;
  }
  a.more {
    padding: 0.4rem 2.5rem;
    text-align: center;
  }
  a.more::before {
    display: none;
  }
  .linec {
    margin-top: 3%;
  }
  .txbx3 {
    border-bottom: 4px solid #00b900;
  }

  .txbx4 {
    border-bottom: 4px solid #5f01d1;
  }
  .txbx5 {
    border-bottom: 4px solid #00e1ff;
  }
  .txbx6 {
    border-bottom: 4px solid #c4c4c4;
  }
  .txbxr {
    border-bottom: 4px solid #00b900;
  }
  .txbx {
    border-bottom: 4px solid #fbbc05;
  }
  .txbx2 {
    border-bottom: 4px solid #0668e1;
  }
  .serviceBg,
  .serviceBggoogle,
  .serviceBgmeta,
  .serviceBgline,
  .serviceBgyahoo,
  .serviceBgefunac1,
  .serviceBgefunac2,
  .serviceBg5g,
  .serviceBgmks,
  .serviceBgapple,
  .serviceBglinestickers {
    padding-bottom: 135%;
    background-size: cover;
    background-position: 50% center;
  }
  .serviceBgthetradedesk {
    width: 100%;
    padding-bottom: 134.8718%;
    background-image: url(https://cdn.efunad.com/efunad/img/thetradedesk/thetradedeskhead_m.png);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .headlobx2 {
    width: 98%;
  }
  .lobx7 {
    width: 10%;
  }
  .lobx14 {
    width: 20%;
  }
  .serviceBgtiktok {
    padding-bottom: 135%;
    background-size: cover;
    background-position: 50% center;
    background: url("https://cdn.efunad.com/efunad/img/tiktok/tiktokheadmb.jpg");
    background-size: 100% auto;
  }
  .page .slogan h2 {
    font-size: min(max(11.7vw, 45px), 72px);
    line-height: min(max(4.7vw, 40px), 86px);
  }
  .page .slogan2 h2 {
    font-size: min(max(4.7vw, 27px), 72px);
    line-height: min(max(4.7vw, 34px), 86px);
  }
  .content1 div {
    transform: skewX(0deg) translate(0%) !important;
    margin-bottom: 5%;
    position: relative;
    width: 100%;
  }

  .service_title {
    text-align: center;
  }
  .service_title::before {
    width: 16vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .serviceBox div {
    width: 100%;
    margin-left: 0%;
  }
  .serviceBox div:nth-child(2),
  .serviceBox div:nth-child(4) {
    margin-bottom: inherit;
  }
  .serviceBox div::before {
    left: unset !important;
    right: 0;
    top: 10%;
    bottom: unset !important;
  }
  .content3 {
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .content22 .brandBox,
  .content4 .brandBox,
  .content3 .brandBox,
  .content5 .brandBox {
    width: 75%;
    margin-bottom: 10%;
    padding-bottom: 7%;
  }
  .content5 .contentBox--wrapper {
    align-items: center;
  }
  .content5 .serviceBox {
    padding-bottom: 115%;
    background-size: 190% auto;
  }
  .content5 .serviceBox.s4 {
    padding-bottom: 142%;
  }
  .content6 {
    padding: 40% 0 15%;
    background-size: 170% auto;
    background-position-y: 90%;
  }
  .content2 div h3,
  .content2 div ul,
  .content2 div p {
    width: 100%;
  }
  .content2 div.img--wrapper {
    width: 43%;
  }
  .content2 div h4 {
    margin-top: 4%;
  }
  .contentBox--wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
  }
  .content2 .list--dice li {
    list-style: disc inside;
    margin-left: 0.5rem;
  }
  .clientBox div input {
    font-size: clamp(2rem, 3.5vw, 4rem);
    line-height: clamp(2.2rem, 3.7vw, 4.2rem);
  }
  .brandBox {
    width: 70%;
  }
  .content2 .service-swiper {
    width: 70%;
    padding: 0 5% 9%;
  }

  .swiper-button-next,
  .swiper-button-prev {
    margin-top: -4%;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 30px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 30px;
  }
  .content2 .swiper-pagination {
    margin-top: 2%;
  }
  .ttdh2 {
    font-size: min(max(4.7vw, 27px), 72px);
  }
  .imgttd {
    width: 90%;
    margin: 2em auto;
  }
  .mintattd {
    width: 100%;
    padding: 0 5%;
  }
  .txbdcttd {
    margin: 4%;
  }
  .txbx9 {
    width: 42%;
    margin: 4%;
    border-bottom: 4px solid #0099FA;
  }
  .txl {
    font-size: 1.5em;
  }
  .txr {
    font-size: 1em;
  }
  .fw {
    flex-wrap: wrap;
  }
  .adpw1, .adpw2 {
    width: 70%;
    margin-right: 0;
    margin-left: 0;
  }
  .adpw3, .adpw5 {
    width: 41%;
  }
  .adpw3 {
    margin-right: 4%;
    margin-left: 4%;

  }
  .adpw5 {
    margin-right: 4%;
    margin-left: 4%;
  }
  .ws {
    width: 90%;
  }
  .adpw4 {
    display: none;
  }
  .adpw4_m {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .ttdm {
    margin: 0;
  }
  .admb {
    margin: 5% auto 0 auto;
  }
  .sctx {
    width: 45%;
    margin-left: -22%;
  }
  .secline {
    width: 98%;
  }
}