.project-new-banner {
  height: calc(100vh + 276px - 0.6rem);
  position: relative;
}
.project-new-banner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 1;
}
.project-new-banner .m_bg {
  display: none;
}
.project-new-banner .title {
  width: 100%;
  position: absolute;
  z-index: 3;
  text-align: center;
  color: #fff;
  left: 0;
  top: calc(50%);
  margin-top: calc(-128px - 179px + 0.3rem);
}
.project-new-banner .title h1 {
  text-shadow: 0px 2px 4px rgba(17, 42, 67, 0.52);
  font-size: 42px;
  line-height: 72px;
  letter-spacing: 3px;
  font-family: 'roboto';
  font-weight: 400;
  text-transform: uppercase;
}
.project-new-banner .title .subtitle {
  margin: 0.2rem auto 76px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
.project-new-banner .title .btns a {
  display: inline-block;
  vertical-align: top;
  width: 265px;
}
.project-new-banner .title .btns a:last-child {
  margin-left: 30px;
}
.project-new-banner .textbox {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 276px;
  background: linear-gradient(180deg, rgba(17, 42, 67, 0) 0%, #112A43 100%);
  z-index: 2;
  padding-top: 82px;
}
.project-new-banner .textbox .con {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
.project-new-banner .textbox .con .item {
  flex: 1;
  text-align: center;
  color: #fff;
}
.project-new-banner .textbox .con .item-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}
.project-new-banner .textbox .con .item-title span {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
}
.project-new-banner .textbox .con .item-text {
  font-size: 20px;
  text-transform: capitalize;
}
.project-new-projects {
  z-index: 15;
}
.project-new-projects .op-subtitle {
  max-width: 1200px;
}
.project-new-projects .list {
  width: 100%;
  overflow: hidden;
}
.project-new-projects .list .list-container {
  overflow: visible;
  margin: 0 auto;
}
.project-new-projects .list .item {
  width: 1050px;
}
.project-new-projects .list .item-img {
  position: relative;
  display: block;
  aspect-ratio: 1.5;
  width: 100%;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.5s all;
  opacity: 0.5;
}
.project-new-projects .list .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-new-projects .list .item-font {
  opacity: 0;
  transform: scale(0.8);
}
.project-new-projects .list .text-box {
  position: relative;
  padding: 40px;
  background: #fff;
  width: fit-content;
  margin-left: 50px;
  margin-top: -80px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.8);
}
.project-new-projects .list .item-title {
  display: block;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
}
.project-new-projects .list .item-text {
  display: block;
  color: #858585;
  font-size: 18px;
  line-height: 27px;
}
.project-new-projects .list .item-text * {
  line-height: 27px;
}
.project-new-projects .list .num {
  position: absolute;
  right: 0;
  top: 700px;
  color: #1D1D1B;
  line-height: 1.8;
  font-size: 16px;
  text-align: right;
  padding-top: 10px;
}
.project-new-projects .list .swiper-slide-active .item-img {
  transform: scale(1);
  opacity: 1;
}
.project-new-projects .list .swiper-slide-active .item-font {
  opacity: 1;
  transform: scale(1);
  transition: 1s all;
}
.project-new-projects .list .swiper-slide-active .text-box {
  transform: scale(1);
  opacity: 1;
  transition: 1s all;
}
.project-new-projects .prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 700px;
  width: calc(50vw - 530px);
  z-index: 2;
  cursor: pointer;
}
.project-new-projects .next {
  position: absolute;
  right: 0;
  top: 0;
  height: 700px;
  width: calc(50vw - 530px);
  z-index: 2;
  cursor: pointer;
}
.project-new-projects .more {
  display: block;
  text-align: center;
  width: 325px;
  margin: 90px auto 0;
}
.project-new-products {
  z-index: 14;
}
.project-new-products .op-title {
  max-width: 1200px;
}
.project-new-products .op-subtitle {
  max-width: 1150px;
}
.project-new-products .list {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 1.4rem;
}
.project-new-products .list .list-container {
  overflow: hidden;
  margin: 0 auto;
}
.project-new-products .list .item {
  width: calc((100% - 1.8rem) / 3);
  margin: 0 0.45rem;
}
.project-new-products .list .item-img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.project-new-products .list .item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-new-products .list .item-title {
  display: block;
  margin-top: 40px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.project-new-products .prev {
  position: absolute;
  left: 45px;
  width: 50px;
  top: 50%;
  height: 30px;
  background: url('../images/project-left.png') no-repeat center / contain;
  cursor: pointer;
  margin-top: -15px;
}
.project-new-products .next {
  position: absolute;
  right: 45px;
  width: 50px;
  top: 50%;
  height: 30px;
  background: url('../images/project-right.png') no-repeat center / contain;
  cursor: pointer;
  margin-top: -15px;
}
.project-new-products .more {
  display: block;
  text-align: center;
  width: 325px;
  margin: 90px auto 0;
}
.project-new-download {
  display: flex;
  padding: 0;
  z-index: 13;
}
.project-new-download .img {
  width: 50%;
  aspect-ratio: 1.2;
}
.project-new-download .msg {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-new-download .op-title {
  max-width: 480px;
}
.project-new-download .more {
  display: block;
  text-align: center;
  width: 280px;
  margin: 60px auto 0;
}
.project-new-whyoppein {
  padding: 130px 0;
}
.project-new-whyoppein .line {
  max-width: 1400px;
  margin: 0 auto;
  height: 1px;
  background: rgba(45, 45, 45, 0.62);
}
.project-new-whyoppein .con {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: row-reverse;
}
.project-new-whyoppein .img {
  width: 50%;
  aspect-ratio: 1.08;
  overflow: hidden;
  position: relative;
}
.project-new-whyoppein .img img {
  object-fit: cover;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  z-index: 2;
  position: relative;
}
.project-new-whyoppein .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: #000;
}
.project-new-whyoppein .img .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}
.project-new-whyoppein .img .video video {
  position: relative;
  object-fit: contain;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.project-new-whyoppein .img .video .btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 10px;
  display: inline-block;
  font-size: 15px;
  padding: 0 12px;
  background: var(--color1);
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.project-new-whyoppein .msg {
  width: 50%;
  padding-right: 84px;
  padding-left: 40px;
  align-self: center;
}
.project-new-whyoppein .title {
  line-height: 38px;
  margin-bottom: 57px;
  font-weight: 600;
  font-size: 24px;
  color: var(--text1);
}
.project-new-whyoppein .text {
  font-size: 18px;
  color: #858585;
}
.project-new-whyoppein .text * {
  line-height: 27px;
}
.project-new-whyoppein .text p {
  margin-bottom: 10px;
  text-wrap: pretty;
}
.project-new-whyoppein .getbtn {
  display: block;
  text-align: center;
  width: 280px;
  margin: 130px auto 0;
}
.project-new-whyoppein.bg2 .msg {
  padding-right: 40px;
  padding-left: 84px;
}
.project-new-whyoppein.bg2 .con {
  flex-direction: row;
}
.project-new-whyoppein.wobox-1 {
  padding-top: var(--conpadding);
  z-index: 12;
}
.project-new-whyoppein.wobox-1 .img {
  height: auto;
}
.project-new-whyoppein.wobox-1 .img img {
  width: 100%;
  height: auto;
}
.project-new-whyoppein.wobox-2 {
  z-index: 11;
}
.project-new-whyoppein.wobox-2 .img {
  height: auto;
}
.project-new-whyoppein.wobox-2 .img img {
  width: 100%;
  height: auto;
}
.project-new-whyoppein.wobox-3 {
  z-index: 10;
}
.project-new-whyoppein.wobox-4 {
  z-index: 9;
}
.project-new-whyoppein.wobox-5 {
  padding-bottom: var(--conpadding);
  z-index: 8;
}
.project-new-whyoppein.wobox-5 .title {
  max-width: 500px;
}
.project-new-whyoppein .salesvolume {
  margin-top: 50px;
}
.project-new-whyoppein .salesvolume .title {
  margin-bottom: 27px;
}
.project-new-whyoppein .salesvolume .list {
  overflow: hidden;
}
.project-new-whyoppein .salesvolume .list .item {
  float: left;
  min-width: 110px;
}
.project-new-whyoppein .salesvolume .list .item .svtitle {
  position: relative;
  background: var(--color1);
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  width: fit-content;
  padding-left: 3px;
  color: #fff;
}
.project-new-whyoppein .salesvolume .list .item .svtitle:after {
  content: '';
  position: absolute;
  width: 0;
  right: -14px;
  bottom: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 27px solid var(--color1);
  border-left: 7px solid var(--color1);
}
.project-new-whyoppein .salesvolume .list .item .svnumver {
  border-left: 2px solid var(--color1);
  padding-left: 3px;
  line-height: 32px;
}
.project-new-whyoppein .salesvolume .list .item .svnumver b {
  display: inline-block;
  vertical-align: middle;
  color: var(--color1);
  font-size: 24px;
  font-weight: 700;
}
.project-new-whyoppein .salesvolume .list .item .svnumver span {
  display: inline-block;
  vertical-align: middle;
  color: var(--text2);
  font-weight: 500;
  font-size: 18px;
}
.project-new-whyoppein .salesvolume .list .item:first-child {
  margin-right: 85px;
}
.project-new-whyoppein .salesvolume .list:last-child {
  margin-top: 30px;
}
.project-new-whyoppein .play-btn {
  opacity: 1;
}
.project-new-franchise {
  text-align: center;
  z-index: 7;
}
.project-new-franchise .op-subtitle {
  max-width: 1250px;
}
.project-new-franchise .datalist {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  gap: 20px;
}
.project-new-franchise .item {
  position: relative;
  aspect-ratio: 335 / 200;
  text-align: center;
  flex: 1;
}
.project-new-franchise .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.project-new-franchise .item .tit {
  color: var(--color1);
  font-weight: 700;
  font-size: 64px;
  line-height: 96px;
  margin-top: 21px;
  position: relative;
  z-index: 2;
}
.project-new-franchise .item .tit span {
  font-size: 36px;
}
.project-new-franchise .item .subt {
  font-size: 18px;
  line-height: 27px;
  color: var(--text3);
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.project-new-form {
  padding: var(--conpadding) calc(100% / (1920 / 120)) 160px;
  display: flex;
  gap: 60px;
  align-items: stretch;
}
.project-new-form img {
  width: 48%;
}
.project-new-form .b2b-form {
  padding-top: 70px;
}
.project-new-form .b2b-form .op-title {
  text-align: left;
}
.project-new-form .b2b-form .op-subtitle {
  text-align: left;
}
.project-new-form .b2b-form .main-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--color1);
  margin-bottom: 20px;
}
.project-new-form .b2b-form .item {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}
.project-new-form .b2b-form .item input,
.project-new-form .b2b-form .item select {
  width: calc(50% - 10px);
  border: 1px solid var(--text2);
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: var(--text2);
}
.project-new-form .b2b-form .item input::placeholder,
.project-new-form .b2b-form .item select::placeholder {
  color: #999;
}
.project-new-form .b2b-form .item textarea {
  width: 100%;
  border: 1px solid var(--text2);
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
}
.project-new-form .b2b-form .item .select-mania {
  width: calc(50% - 10px) !important;
}
.project-new-form .b2b-form .item .select-mania input {
  width: 100%;
}
.project-new-form .b2b-form .item.full {
  justify-content: center;
}
.project-new-form .b2b-form .item.full input,
.project-new-form .b2b-form .item.full select {
  width: 100%;
}
.project-new-form .b2b-form .intl-tel-input.allow-dropdown .flag-container .selected-flag {
  background: #F2F2F2;
}
.project-new-form .b2b-form .trip {
  font-size: 13px;
  line-height: 24px;
  color: var(--text2);
  margin-top: 12px;
}
.project-new-howwork {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.88;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.project-new-howwork .img {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.project-new-howwork .img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.26);
  z-index: 2;
}
.project-new-howwork img {
  position: relative;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-new-howwork .text {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.project-new-howwork .subT {
  font-size: 24px;
}
.project-new-howwork .title {
  font-size: 64px;
  line-height: 85px;
  margin: 27px 0;
  font-weight: 600;
  letter-spacing: 3px;
}
.project-new-howwork .btn {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}
.project-new-howwork .iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-bottom: 70px;
  background: #000;
}
.project-new-howwork-list {
  position: relative;
  padding: 120px 0 var(--conpadding);
  z-index: 6;
}
.project-new-howwork-list .list {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.project-new-howwork-list .list .line {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 86%;
  top: 35px;
  transform: translateX(-50%);
  transition: clip-path 0.5s;
}
.project-new-howwork-list .list .line-light {
  clip-path: inset(0 0 0 0%);
}
.project-new-howwork-list .list .line-hover {
  clip-path: inset(0 100% 0 0);
}
.project-new-howwork-list .list .img {
  margin: 0 auto;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.5s;
}
.project-new-howwork-list .list .img img {
  width: 100%;
  height: 100%;
}
.project-new-howwork-list .list .name {
  width: 165px;
  color: var(--text1);
  text-align: center;
  margin-top: 35px;
  margin-bottom: 270px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
.project-new-howwork-list .list .name::after {
  content: '';
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  width: 0;
  height: 0;
  border-bottom: 0.6rem solid #fff;
  left: 50%;
  margin-left: -30px;
  top: 70px;
  display: none;
}
.project-new-howwork-list .list .name * {
  line-height: 32px;
}
.project-new-howwork-list .list .text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 210px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 20px;
  color: var(--text2);
  font-size: 18px;
  line-height: 36px;
}
.project-new-howwork-list .list .text * {
  line-height: 36px;
}
.project-new-howwork-list .list .item .item-title {
  line-height: 35px;
  color: var(--text1);
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
}
.project-new-howwork-list .list .item .item-title span {
  color: var(--color1);
}
.project-new-howwork-list .list .item.on .img {
  transform: scale(1.1);
}
.project-new-howwork-list .list .item.on .text {
  display: block;
}
.project-new-howwork-list .list .item.on .name::after {
  display: block;
}
.project-new-howwork-list .more {
  display: none;
}
.project-new-certifications {
  z-index: 5;
}
.project-new-certifications .img {
  margin: 0 auto;
  max-width: 1400px;
}
.project-new-certifications img {
  width: 100%;
  object-fit: contain;
}
.project-new-certifications img:first-child {
  margin-bottom: 40px;
}
.project-new-honors {
  z-index: 4;
}
.project-new-honors .imgs {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.project-new-honors .imgs img {
  height: 65px;
  width: auto;
  box-shadow: 6px 6px 20px 0px #c3c3c3;
}
.project-new-clients {
  z-index: 3;
}
.project-new-clients .op-title {
  max-width: 850px;
}
.project-new-clients .op-subtitle {
  max-width: 1200px;
}
.project-new-clients .imgs {
  max-width: 1400px;
  margin: 0 auto;
}
.project-new-clients .imgs img {
  display: block;
  width: 100%;
}
.xf-a {
  z-index: 2;
}
#RTA_Contact_Us {
  display: none;
}
#products .select-mania-inner {
  max-height: unset;
  height: 61px;
}
#products .select-mania-large .select-mania-value-text {
  line-height: 34px;
}
@media screen and (max-width: 1450px) {
  .project-new-projects .list .item {
    width: 800px;
  }
  .project-new-projects .list .next {
    height: 480px;
    width: calc(50vw - 485px);
  }
  .project-new-projects .list .prev {
    height: 480px;
    width: calc(50vw - 485px);
  }
  .project-new-projects .list .num {
    top: 535px;
  }
}
@media screen and (max-width: 1024px) {
  .project-new-banner {
    width: 100%;
    height: calc(100vw * 26 / 15);
  }
  .project-new-banner .m_bg {
    display: block;
  }
  .project-new-banner .pc_bg {
    display: none;
  }
  .project-new-banner .title {
    width: 100%;
    left: 0;
    padding: 0 0.7rem;
  }
  .project-new-banner .title h1 {
    font-size: 45px;
    line-height: 68px;
    max-width: 700px;
    margin: 0 auto;
  }
  .project-new-banner .title .subtitle {
    font-size: 24px;
  }
  .project-new-banner .title .subtitle * {
    line-height: 36px;
  }
  .project-new-banner .title .btns a {
    display: block;
    margin: 0 auto 30px;
    width: 50%;
  }
  .project-new-banner .title .btns a:last-child {
    margin-left: auto;
  }
  .project-new-banner .textbox {
    height: 500px;
    padding-top: 200px;
  }
  .project-new-banner .textbox .con {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .project-new-banner .textbox .con .item {
    flex: none;
    width: 50%;
    margin-bottom: 70px;
  }
  .project-new-banner .textbox .con .item-title {
    font-size: 38px;
    line-height: 60px;
  }
  .project-new-banner .textbox .con .item-text {
    font-size: 20px;
    line-height: 28px;
  }
  .project-new-projects .list .item {
    width: 60%;
  }
  .project-new-projects .list .item-title {
    font-size: 22px;
    line-height: 28px;
    width: 85%;
  }
  .project-new-projects .list .item-text {
    line-height: 1.5;
  }
  .project-new-projects .list .prev {
    height: 40vw;
    width: 20%;
  }
  .project-new-projects .list .next {
    height: 40vw;
    width: 20%;
  }
  .project-new-projects .list .num {
    top: 40vw;
  }
  .project-new-products .list .item {
    width: calc((100% - 0.9rem) / 2);
    margin: 0 0.9rem 0 0;
  }
  .project-new-products .list .item-title {
    font-size: 20px;
    line-height: 1.8;
  }
  .project-new-products .list .prev {
    left: calc(0.7rem - 25px);
    width: 50px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
  }
  .project-new-products .list .next {
    right: calc(0.7rem - 25px);
    width: 50px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }
  .project-new-franchise .datalist {
    padding: 0 20px;
  }
  .project-new-franchise .item .tit {
    font-size: 40px;
    line-height: 60px;
    margin-top: 10px;
  }
  .project-new-franchise .item .tit span {
    font-size: 26px;
  }
  .project-new-franchise .item .subt {
    font-size: 16px;
  }
  .project-new-whyoppein .con {
    max-width: 100%;
  }
  .project-new-whyoppein .title {
    font-size: 22px;
    max-width: 100%;
    line-height: 1.6;
  }
  .project-new-whyoppein .text {
    font-size: 16px;
    max-width: 100%;
  }
  .project-new-whyoppein .text * {
    line-height: 1.8;
  }
  .project-new-howwork .subT {
    font-size: 20px;
  }
  .project-new-howwork .title {
    font-size: 40px;
  }
  .project-new-howwork-list .list {
    max-width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0 50px;
    padding-top: 80px;
  }
  .project-new-howwork-list .list .line-light {
    display: none;
  }
  .project-new-howwork-list .list .line-hover {
    clip-path: inset(0 0 0 0);
    left: 0;
    width: 100%;
    top: 0;
    transform: none;
  }
  .project-new-howwork-list .list .item {
    width: 100%;
    position: relative;
    margin-bottom: 80px;
  }
  .project-new-howwork-list .list .item .img {
    margin: 0;
    width: 135px;
    height: 135px;
  }
  .project-new-howwork-list .list .item .name {
    display: none;
  }
  .project-new-howwork-list .list .item .text {
    display: block;
    position: relative;
    height: auto;
    background: transparent;
    padding: 0;
    border-radius: 0;
    line-height: 43px;
    font-size: 20px;
    margin-top: 10px;
  }
  .project-new-howwork-list .list .item .item-title {
    font-size: 20px;
    position: absolute;
    left: 170px;
    top: -100px;
    line-height: 2;
  }
  .project-new-howwork-list .list .item.on .img {
    transform: scale(1);
  }
  .project-new-howwork-list .list .item.on .item-title span {
    display: block;
  }
  .project-new-howwork-list .more {
    display: block;
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    background-image: url('../images/project-up-more.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    text-align: center;
    color: #B3864B;
    font-size: 0;
    height: 50px;
    background-position: center;
  }
  .project-new-howwork-list.close .list {
    height: 300px;
  }
  .project-new-howwork-list.close .more {
    background-image: url('../images/project-down-more.svg');
    height: 70px;
    font-size: 26px;
    background-position: center top 30px;
  }
  .project-new-certifications .img {
    width: 100%;
    padding: 0 25px;
  }
  .project-new-honors .imgs {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 40px;
  }
  .project-new-honors .imgs img {
    height: 70px;
    margin-right: 50px;
    margin-bottom: 40px;
  }
  .project-new-clients {
    padding-left: 25px;
    padding-right: 25px;
  }
  .project-new-form {
    gap: 40px;
    padding: 80px 40px;
  }
}
@media screen and (max-width: 768px) {
  .project-new-banner .title {
    margin: 0;
    padding: 0;
    top: 24%;
  }
  .project-new-banner .title h1 {
    font-size: 44rem;
    line-height: 68rem;
    max-width: 700rem;
    font-weight: 600;
    text-shadow: 0px 2px 3px rgba(17, 42, 67, 0.35);
  }
  .project-new-banner .title .subtitle {
    font-size: 32rem;
    margin: 30rem auto 70rem;
    max-width: 590rem;
    line-height: 48rem;
    font-weight: 500;
    text-shadow: 0px 2px 4px #071523;
  }
  .project-new-banner .title .btns a {
    width: 390rem;
    margin: 0 auto 30rem;
    font-weight: 500;
  }
  .project-new-banner .textbox {
    height: auto;
    padding-top: 204rem;
  }
  .project-new-banner .textbox .con .item {
    margin-bottom: 40rem;
  }
  .project-new-banner .textbox .con .item .item-title {
    font-size: 40rem;
    line-height: 1.55;
    margin-bottom: 0;
    font-weight: 600;
  }
  .project-new-banner .textbox .con .item .item-title span {
    font-size: 22rem;
  }
  .project-new-banner .textbox .con .item .item-text {
    font-size: 26rem;
    line-height: 1.4;
    width: 250rem;
    margin: 0 auto;
    font-weight: 500;
  }
  .project-new-banner .textbox .con .item:first-child .item-text {
    width: 115rem;
  }
  .project-new-projects .op-titlebox {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .project-new-projects .op-title {
    max-width: 520rem;
  }
  .project-new-projects .list .item {
    width: 76vw;
  }
  .project-new-projects .list .text-box {
    margin: 0;
    padding: 0 0 0 20rem;
    margin-top: 25rem;
    background: transparent;
  }
  .project-new-projects .list .item-title {
    font-size: 32rem;
    line-height: 48rem;
    padding-left: 0;
    margin-bottom: 15rem;
    letter-spacing: 1px;
  }
  .project-new-projects .list .item-text {
    font-size: 26rem;
    line-height: 2;
    padding-left: 0;
    font-weight: 500;
  }
  .project-new-projects .list .num {
    font-size: 20rem;
    top: 51vw;
  }
  .project-new-projects .list .prev {
    width: 12vw;
    height: 51vw;
  }
  .project-new-projects .list .next {
    width: 12vw;
    height: 51vw;
  }
  .project-new-projects .more {
    margin-top: 80rem;
    width: 390rem;
  }
  .project-new-products {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  .project-new-products .list {
    padding: 0 10vw;
  }
  .project-new-products .list .item {
    width: 100%;
    margin: 0 10vw 0 0;
  }
  .project-new-products .list .item-title {
    font-size: 32rem;
    line-height: 48rem;
    margin-top: 30rem;
    letter-spacing: 1px;
  }
  .project-new-products .list .prev {
    left: calc(5vw - 15px);
    width: 30px;
    top: 32vw;
    height: 30px;
    margin-left: 0;
  }
  .project-new-products .list .next {
    right: calc(5vw - 15px);
    width: 30px;
    top: 32vw;
    height: 30px;
    margin-left: 0;
  }
  .project-new-products .more {
    width: 390rem;
    margin-top: 113rem;
  }
  .project-new-download {
    flex-wrap: wrap;
  }
  .project-new-download .op-title {
    max-width: 520rem;
  }
  .project-new-download .img {
    width: 100%;
  }
  .project-new-download .msg {
    width: 100%;
    padding: 80rem 0 130rem;
  }
  .project-new-download .more {
    width: 390rem;
    margin-top: 70rem;
  }
  .project-new-whyoppein {
    padding: 80rem 30rem;
  }
  .project-new-whyoppein .op-subtitle {
    max-width: 560rem;
  }
  .project-new-whyoppein .con {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .project-new-whyoppein .img {
    width: 100%;
  }
  .project-new-whyoppein .img .video .btn {
    line-height: 34px;
  }
  .project-new-whyoppein .msg {
    width: 100%;
    padding: 40rem 0 0;
  }
  .project-new-whyoppein .title {
    font-size: 36rem;
    line-height: 48rem;
    margin-bottom: 20rem;
    letter-spacing: 1px;
  }
  .project-new-whyoppein .text {
    font-size: 26rem;
    font-weight: 500;
  }
  .project-new-whyoppein .getbtn {
    width: 390rem;
    margin-top: 60rem;
  }
  .project-new-whyoppein.wobox-1 {
    padding-top: var(--conpadding-m);
  }
  .project-new-whyoppein.wobox-5 {
    padding-bottom: var(--conpadding-m);
  }
  .project-new-whyoppein .salesvolume {
    margin-top: 40rem;
  }
  .project-new-whyoppein .salesvolume .title {
    margin-bottom: 40rem;
  }
  .project-new-whyoppein .salesvolume .list .item {
    min-width: 100px;
  }
  .project-new-whyoppein .salesvolume .list .item .svtitle {
    font-size: 26rem;
    padding-left: 4rem;
  }
  .project-new-whyoppein .salesvolume .list .item .svnumver {
    line-height: 64rem;
  }
  .project-new-whyoppein .salesvolume .list .item .svnumver b {
    font-size: 28rem;
  }
  .project-new-whyoppein .salesvolume .list .item .svnumver span {
    font-size: 24rem;
  }
  .project-new-whyoppein .salesvolume .list .item:first-child {
    margin-right: 66rem;
  }
  .project-new-whyoppein .salesvolume .list:last-child {
    margin-top: 40rem;
  }
  .project-new-whyoppein.bg2 .msg {
    padding: 40rem 0 0;
  }
  .project-new-franchise .datalist {
    flex-wrap: wrap;
  }
  .project-new-franchise .item {
    aspect-ratio: 335 / 220;
    flex: none;
    width: calc(50% - 10px);
  }
  .project-new-franchise .item .tit {
    font-size: 64rem;
    line-height: 96rem;
    margin-top: 20rem;
  }
  .project-new-franchise .item .tit span {
    font-size: 36rem;
  }
  .project-new-franchise .item .subt {
    font-size: 24rem;
    line-height: 30rem;
  }
  .project-new-form {
    display: block;
    padding-left: 30rem;
    padding-right: 30rem;
    padding-top: 0;
  }
  .project-new-form img {
    display: none;
  }
  .project-new-form .b2b-form {
    padding: var(--conpadding-m) 0 0;
  }
  .project-new-form .b2b-form .op-title {
    text-align: center;
    max-width: 430rem;
  }
  .project-new-form .b2b-form .op-subtitle {
    text-align: center;
  }
  .project-new-form .b2b-form .main-txt {
    font-size: 26rem;
    line-height: 1.2;
    padding-left: 0;
    margin-top: 22rem;
  }
  .project-new-form .b2b-form .item {
    display: block;
    margin-top: 0;
  }
  .project-new-form .b2b-form .item input,
  .project-new-form .b2b-form .item select {
    width: 100%;
    line-height: 68rem;
    height: 68rem;
    padding: 0 16rem;
    font-size: 32rem;
    margin-top: 30rem;
  }
  .project-new-form .b2b-form .item .intl-tel-input {
    width: 100% !important;
    margin-top: 30rem;
  }
  .project-new-form .b2b-form .item .select-mania {
    margin-top: 30rem;
    width: 100% !important;
  }
  .project-new-form .b2b-form .item textarea {
    padding: 16rem;
    line-height: 1.4;
    font-size: 32rem;
    margin-top: 30rem;
  }
  .project-new-form .b2b-form .trip {
    font-size: 24rem;
    line-height: 32rem;
    margin-top: 20rem;
    width: 532rem;
    margin-left: 58rem;
  }
  .project-new-form .b2b-form .slide-left-btn {
    cursor: pointer !important;
    font-size: 28rem;
    width: 390rem;
    margin-top: 60rem;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .project-new-howwork .subT {
    font-size: 32rem;
    line-height: 48rem;
  }
  .project-new-howwork .title {
    font-size: 38rem;
    line-height: 60rem;
    margin: 0 0 32rem;
  }
  .project-new-howwork .iframe {
    padding-bottom: 70rem;
  }
  .project-new-howwork-list {
    padding: var(--conpadding-m) 0;
  }
  .project-new-howwork-list .list {
    flex-wrap: wrap;
    padding-top: 60rem;
    overflow: hidden;
    background-size: contain;
    background-position: center top;
    margin: 0 30rem;
  }
  .project-new-howwork-list .list .item {
    margin-bottom: 75rem;
  }
  .project-new-howwork-list .list .item .img {
    width: 135rem;
    height: 135rem;
  }
  .project-new-howwork-list .list .item .img .static {
    display: block !important;
  }
  .project-new-howwork-list .list .item .text {
    line-height: 40rem;
    font-size: 26rem;
    margin-top: 25rem;
    font-weight: 500;
  }
  .project-new-howwork-list .list .item .text * {
    line-height: 40rem;
  }
  .project-new-howwork-list .list .item .text .item-title {
    font-size: 26rem;
    left: 160rem;
    top: -130rem;
    line-height: 1.45;
  }
  .project-new-howwork-list .list .item .text .item-title span {
    color: #B3864B;
    font-size: 32rem;
    line-height: 1.45;
    font-weight: 700;
    display: block;
  }
  .project-new-howwork-list .list .item.on .img {
    transform: scale(1);
  }
  .project-new-howwork-list .list .more {
    height: 60rem;
    font-weight: 500;
  }
  .project-new-howwork-list.close {
    padding: var(--conpadding-m) 0 140rem 0;
  }
  .project-new-howwork-list.close .list {
    height: 300rem;
  }
  .project-new-howwork-list.close .more {
    font-size: 28rem;
    background-position: center top 20rem;
    height: 100rem;
    font-weight: 500;
  }
  .project-new-certifications .img {
    padding: 0 25rem;
  }
  .project-new-honors .imgs {
    padding: 0 40rem;
  }
  .project-new-honors .imgs img {
    height: auto;
    width: calc(25% - 30rem);
    margin-right: 40rem;
    margin-bottom: 40rem;
  }
  .project-new-honors .imgs img:nth-child(4n) {
    margin-right: 0;
  }
}
.zf-submitColor {
  background: var(--text1);
  transition: 0.5s ease-in-out;
  border: none;
  color: #fff;
}
.zf-submitColor:hover {
  background: var(--color1);
}
