.b2b-tech{font-size:16px;}
.b2b-tech .a{max-width:1366px;margin:0 auto;}
.b2b-tech .a img{width:100%;}

.b2b-tech .b{max-width:1366px;margin:0 auto;}
.b2b-tech .b .w-container{width:88.5%;margin:0 auto;}
.b2b-tech .b h2{font-size:1.75em;font-weight:700;margin-bottom:0.75em;}
.b2b-tech .b p{margin: 0.5em 0;font-size:1.75em;}
.b2b-tech .b .text{padding:3em 0;}
.b2b-tech .b ul{display:flex;flex-wrap:wrap;gap:2em 2%;margin-top:2em;}
.b2b-tech .b li{width:49%;}
.b2b-tech .b li>div{display:flex;}
.b2b-tech .b li .icons{width:6.25em;flex:none;margin-right:1em;}
.b2b-tech .b li .icons img{width:100%;}
.b2b-tech .b li h3{font-size:1.25em;font-weight:700;}
.b2b-tech .b li p{margin:0;font-size:1.25em;}

@media (max-width: 1024px){
  .b2b-tech{font-size:12px;}
  .b2b-tech .b h2{font-size:1.5em;}
  .b2b-tech .b p{font-size:1.25em;}
  .b2b-tech .b ul{gap:2em 0;}
  .b2b-tech .b li{width:100%;}
  .b2b-tech .b li .icons{width:4em;}
}

.b2b-tech .c {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  position: relative;
  background-size: 120em;
}

.b2b-tech .c .w-container {
  width:88.5%;
  margin:0 auto;
}

.b2b-tech .c .text {
  padding: 3em 0;
}

.b2b-tech .c .text h2 {
  font-size: 2.625em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 0px 3em 1em;
}

.b2b-tech .c .text p {
  font-size: 1.4375em;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1.5em;
  text-align: center;
}

.b2b-tech .c .form-box{
  max-width: 90%;
  margin: 0 auto;
  width: 46em;
  padding-bottom: 5em;
}

.b2b-tech .c form h3 {
  margin: 0;
  font-size: 1.4375em;
  font-weight: 400;
}

.b2b-tech .c form .form-group {
  margin-bottom: 1em;
  width: 46em;
}

.b2b-tech .c form .select {
  position: relative;
  height: 3em;
  font-size: 1.125em;
  line-height: 1;
  background-color: #fff;
  background-image: url(./img/pull-down-icon.png);
  background-position: 97% 50%;
  background-repeat: no-repeat;
  border-radius: 0.25em;
  border: 1px solid rgb(193, 203, 208);
}

.b2b-tech .c form .form-group.radio label span {
  font-size: 1.25em;
}

.b2b-tech .c form .select .value,
.b2b-tech .c form .select select {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  padding: 1em 0.75em;
  z-index: 10;

}

.b2b-tech .c .form-group select {
  box-sizing: border-box;
  width: 40%;
  height: 3em;
  margin: 0;
  font-size: 1.125em;
  line-height: 1;
  color: #000;
  border: 1px solid rgb(193, 203, 208);
  border-radius: 0.25em;
  outline: 0;
}

.b2b-tech .c form .select .value {
  color: #000;
}

.b2b-tech .c form .select select {
  height: 3em;
  z-index: 11;
  opacity: 0;
  -webkit-appearance: none;
  filter: alpha(opacity=0);
}

.b2b-tech .c form .text {
  box-sizing: border-box;
  width: 100%;
  height: 3em;
  margin: 0;
  padding: 1.5em 0.75em;
  font-size: 1.125em;
  line-height: 1;
  color: #000;
  border: 1px solid rgb(193, 203, 208);
  border-radius: 0.25em;
  outline: 0;
}

.b2b-tech .c form .half {
  float: left;
  width: 19.9em;
}

.b2b-tech .c form .half+.half {
  margin-left: 1em;
}


.b2b-tech .c form .form-group:after {
  clear: both;
  display: block;
  content: "";
}

.b2b-tech .c form .btn {
  display: inline-block;
  height: 2em;
  font-weight: 400;
  font-size: 1.4375em;
  line-height: 1.5;
  background-color: #05192c;
  border: none;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  padding: 0 1em;
  color: #fff;
}

.b2b-tech .c form .checkbox {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.2;
  color: #818181;
  width: 28em;
}

.b2b-tech .c form .checkbox .checkbox-btn {
  width: 1.5em;
  height: 1.5em;
}

.b2b-tech .c form .checkbox span {
  margin-left: 1em;
}

.b2b-tech .c form .checkbox label {
  display: flex;
  align-items: flex-start;
}

.b2b-tech .c form .big-text {
  height: 20em;
}


@media (max-width: 1680px) {
  .b2b-tech .c {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .b2b-tech .c {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .b2b-tech .c {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .b2b-tech .c {
    font-size: 10.35px;

    padding-bottom: 0vw;

  }

  .b2b-tech .c .text h2 {
    font-size: 1.5em;
  }

  .b2b-tech .c .w-container {
    width: auto;
    max-width: 100%;
  }

  .b2b-tech .c form .half {
    width: 100%;
  }

  .b2b-tech .c form .half+.half {
    margin: 1em 0 0;
  }

  .b2b-tech .c form .form-group {
    width: 100%;
  }
}

@media (max-width: 414px) {
  .b2b-tech .c {
    font-size: 2.5vw;
  }
}


.b2b-tech .e {
  font-size: 16px;
  max-width: 120em;
  margin: 0 auto;
  background: url(./img/e.jpg) 50% 100% no-repeat;
  background-size: 120em;
  height: 64em;
}

.b2b-tech .e .w-container {
  width: 75.5em;
  margin: 0 auto;
  max-width: 90%;
}

.b2b-tech .e .text {
  padding: 7em 19em 5em 0;
  color: #fff;
}

.b2b-tech .e .icon {
  width: 11.625em;
  padding-bottom: 2em;
}

.b2b-tech .e h2 {
  font-size: 2.875em;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 0.15em;
}

.b2b-tech .e h3 {
  font-size: 1.8125em;
  line-height: 1.5;
  font-weight: 400;
  padding: 0 0 1em;
}

.b2b-tech .e p {
  font-size: 1.4375em;
  font-weight: 300;
  line-height: 1.5;
}

.b2b-tech .e a {
  font-size: 1.25em;
  padding: 0.5em 1em;
  display: inline-block;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}

.b2b-tech .e p.desc1 {
  padding-bottom: 1.5em;
}

.b2b-tech .e p.desc2 {
  padding-bottom: 2em;
}

.b2b-tech .e p.desc3 {
  font-weight: 700;
  padding-bottom: 3.5em;
}

.b2b-tech .e p.note {
  font-size: 1em;
  font-weight: 400;
  padding-top: 4em;
  color: #f4fdfc;
}

@media (max-width: 1680px) {
  .b2b-tech .e {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .b2b-tech .e {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .b2b-tech .e {
    font-size: 10px;
  }
}

@media (max-width: 736px) {
  .b2b-tech .e {
    font-size: 10.35px;
    background: #000;
    height: auto;
  }

  .b2b-tech .e .w-container {
    width: auto;
    max-width: 100%;
  }

  .b2b-tech .e .text {
    padding: 5em 20px;
  }

  .b2b-tech .e h2 {
    font-size: 2.5em;
    padding: 0.5em 0 0.1em;
  }

  .b2b-tech .e h3 {
    font-size: 2em;
    padding: 0 0 0.5em;
  }

  .b2b-tech .e p {
    font-size: 1.75em;
  }

  .b2b-tech .e p.note {
    display: none;
  }
}

@media (max-width: 414px) {
  .b2b-tech .e {
    font-size: 2.5vw;
  }
}

body #tp-follow .tp-follow-left {
  display: none;
}