﻿.tabHSa li,
.boxPCBAService .li,
.boxPCBAService .li img,
.boxPCBAService .li>div,
.boxPCBAService .cnt,
.boxPCBAService .cnt ul,
.boxHNew>div,
.boxPcbPM,
.boxPcbPM img,
.play,
.boxIAM li .bk,
.boxIAM li:after,
.boxIAM li:before,
.boxCustomerReview .swiper-slide,
.boxCustomerReview img,
.boxCRMore a,
.listBlog .item {
  transition: all 0.1s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  position: relative;

}

.ul-disc li {
  list-style: disc !important;
}

.ul-disc {
  padding-left: 1.5em;
}

.boxHNew .newsList li a {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.boxHNew .newsList li a:hover {
  color: #0060ff;
}

.font2h,
.font3h,
.boxCustomerReview .cr p,
.listBlog .item a.tit,
.listBlog .item p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.font3h,
.boxCustomerReview .cr p {
  -webkit-line-clamp: 3;
}

/*banner*/

.banner {
  height: 180px;
  z-index: 3;
  margin: 50px auto;
  background-color: #131d27;
  border-radius: 10px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container230 {
  border-radius: 10px;
}

.swiper-container230 .swiper-slide {
  background: no-repeat center center / cover;
  height: 180px;
}

.swiper-container230 .swiper-slide,
.swiper-container230 .swiper-wrapper {
  margin: auto;
  cursor: pointer;
  border-radius: 10px;
}

.swiper-container230.isWap {
  display: none;
}

.banner .swiper-button-prev {
  position: absolute;
  top: 22px;
  left: 0px !important;
  display: inline-block;
  width: 32px !important;
  height: 180px;
  z-index: 999;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("/aivon/static/img/newindex/banner-left.png") no-repeat center transparent !important;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}

/* .banner:hover .swiper-button-prev{left:0 !important} */

/* .banner:hover .swiper-button-next{right:0 !important} */

.banner .swiper-button-next {
  position: absolute;
  top: 22px;
  right: 0px !important;
  display: inline-block;
  width: 32px !important;
  height: 180px;
  z-index: 999;
  font-size: 36px;
  color: #ffffff;
  text-align: center;
  background: url("/aivon/static/img/newindex/banner-right.png") no-repeat center transparent !important;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  background: #fff;
  border-radius: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
}

.boxH {
  padding: 1.2em 0;
  font-size: 20px;
}

.boxH.bkECF {
  overflow: hidden;
}

.boxH * {
  box-sizing: border-box;
}

.iTags,
.iHot:after {
  font-size: 0.7em;
  background-color: #e30000;
  color: #fff;
  border-radius: 0.2em;
  position: absolute;
  line-height: 1em;
  padding: 0.1em 0.3em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
}

.iHot:after {
  content: "HOT";
  top: -0.2em;
  right: 0;
}

.titSh {
  text-align: center;
  padding: 2em 0 2.5em;
}

.titSh b {
  position: relative;
}

.titSh b i {
  position: absolute;
  top: 55%;
  right: calc(100% + 1em);
  transform: translateY(-50%);
  height: 2px;
  width: 190px;

  background: -moz-linear-gradient(left,
      rgba(238, 247, 244, 0) 0%,
      rgba(236, 245, 244, 0) 1%,
      rgba(0, 96, 255, 1) 100%);

  background: -webkit-linear-gradient(left,
      rgba(238, 247, 244, 0) 0%,
      rgba(236, 245, 244, 0) 1%,
      rgba(0, 96, 255, 1) 100%);

  background: linear-gradient(to right,
      rgba(238, 247, 244, 0) 0%,
      rgba(236, 245, 244, 0) 1%,
      rgba(0, 96, 255, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eef7f4', endColorstr='#0060ff', GradientType=1);
}

.titSh b i:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 4px;
  height: 4px;
  border: 2px solid #0060ff;
  border-radius: 50%;
}

.titSh b i:last-of-type {
  left: calc(100% + 1em);
  transform: translateY(-50%) rotate(180deg);
}

.titSh>b,
.titSh>h2,
.titSh>h3 {
  font-size: 1.6em;
  color: #002940;
}

.titSh>p {
  font-size: 0.7em;
  color: #666;
}

.titSh.w,
.titSh.w>h2 {
  color: #fff;
}

.titSh.w b i:before {
  border-color: #fff;
}

.titSh.w b i {
  background: -moz-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 1%,
      rgba(255, 255, 255, 1) 100%);

  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 1%,
      rgba(255, 255, 255, 1) 100%);

  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 1%,
      rgba(255, 255, 255, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00eef7f4', endColorstr='#0060ff', GradientType=1);
}

.swiper-containerWap {
  display: none;
}

.boxHNew,
.boxHNew .img,
.boxHNew .img a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1em;
}

.boxHNew>* {
  flex: auto;
}

.boxHNew>div:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 1em;
}

.boxHNew .img {
  gap: 0.5em;
}

.boxHNew .img a {
  align-items: center;
  gap: 3%;
  justify-content: center;
  position: relative;
  flex: auto;
}

.boxHNew .img a .iTags {
  top: 0;
  left: 0;
  padding: 0.2em 0.5em;
}

.boxHNew .img a b {
  color: #333;
  text-align: center;
  line-height: 1em;
  font-size: 0.9em;
}

.boxHNew .img a p {
  font-size: 0.8em;
  color: #666;
}

.boxHNew .img a p em {
  color: #f30;
}

.boxHNew .img a img {
  max-height: 60px;
}

.boxHNew .img a:nth-child(1) {
  background-color: #dff8f6;
}

.boxHNew .img a:nth-child(2) {
  background-color: #e6eef9;
}

.boxHNew .newsList {
  max-width: 20em;
  padding-left: 3em;
  position: relative;
}

.boxHNew .newsList:before {
  content: "\e614";
  font-family: iconfont_dg;
  font-size: 1.4em;
  color: #0060ff;
  position: absolute;
  top: 50%;
  left: 0.6em;
  transform: translateY(-50%);
}

.boxHNew .newsList li {
  font-size: 0.7em;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
  padding: 0.2em 0;
}

.boxHNew .newsList li span {
  color: #999;
}

.boxPCBAService {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 2em;
}

.boxPCBAService .li {
  width: 32%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1em;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.boxPCBAService .li>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.boxPCBAService .li>i {
  display: block;
  width: 100%;
  height: 100%;
}

.boxPCBAService .li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxPCBAService .li:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0.5em 1.5em;
}

/*.boxPCBAService .li:hover img{transform:scale(1.05)}*/

.boxPCBAService h3 {
  display: block;
  font-size: 1.5em;
  color: #fff;
  word-break: break-all;
}

.boxPCBAService ul,
.boxPcbPM ul {
  padding: 0.6em 0 1.5em 1.4em;
}

.boxPCBAService ul li,
.boxPcbPM li {
  list-style: disc;
  color: #666;
  font-size: 0.7em;
  padding-bottom: 0.2em;
}

.boxPCBAService .cnt {
  position: absolute;
  top: 220px;
  left: 1.5em;
  right: 1.5em;
}

.boxPCBAService .li:hover .cnt {
  top: 80px;
}

.boxPCBAService .li:hover ul {
  opacity: 1;
  visibility: visible;
}

.boxPCBAService .li ul li {
  color: #fff;
}

.boxPCBAService .li:hover>div {
  background-color: #0060ff;
}

.boxPCBAService .li:hover .bnsa {
  background-color: #00ff96 !important;
  color: #333;
}

.boxPCBAService .li:hover .bnsa:before {
  opacity: 0;
}

.boxPCBAService .cnt ul {
  opacity: 0;
  visibility: hidden;
}

.boxPCBAService .bnsa,
.boxPcbPM .bnsa {
  font-size: 0.8em;
  padding: 0.7em 1.5em;
}

.boxPCBAService .bnsa {
  position: absolute;
  left: 1.5em;
  bottom: 2em;
}

.tabHSa {
  text-align: center;
  display: flex;
  justify-content: center;
  user-select: none;
  margin-bottom: 3em;
}

.tabHSa li {
  background-color: #fff;
  color: #0060ff;
  padding: 0.5em 2em;
  cursor: pointer;
}

.tabHSa li:first-of-type {
  border-radius: 8px 0 0 8px;
}

.tabHSa li:last-of-type {
  border-radius: 0 8px 8px 0;
}

.tabHSa li.on {
  background-color: #0060ff;
  color: #fff;
  border-radius: 8px;
}

.boxPcbPMSwiper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxPcbPM.w2 {
  width: 49%;
}

.boxPcbPM.w3 {
  width: 32%;
}

.boxPcbPM {
  background-color: #fff;
  position: relative;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.2em;
}

.boxPcbPM ul {
  padding-top: 0;
}

.boxPcbPM ul li {
  padding-bottom: 0;
}

.boxPcbPM>div {
  padding: 1em 1.5em 3em;
  height: 100%;
  position: relative;
  z-index: 1;
}

.boxPcbPM h3 {
  display: block;
  color: #333;
  font-size: 1.2em;
  margin-left: 0.5em;
}

.boxPcbPM img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}

.boxPcbPM:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.5em 1em;
}

.boxPcbPM .bnsa {
  position: absolute;
  left: 2.5em;
  bottom: 2em;
  font-size: 0.75em;
  background-color: #2174ff;
}

.boxPcbPM:hover img {
  transform: scale(1.05);
}

.bg-info {
  background-color: #f7f7f7 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bkOA {
  background: url("/aivon/static/img/home/bk_oaTR_right.png") no-repeat right top;
  margin-top: 2em;
  padding-bottom: 0em;
}

.bkOA2 {
  background: url("/aivon/static/img/home/bk_oaTR_left.png") no-repeat left bottom;
}

.boxOurAdvantages {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 3em;
}

.boxOurAdvantages dl {
  width: 38%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.5em;
}

.boxOurAdvantages dl dd {
  width: 40%;
  border: 1px solid #f4f4f4;
  padding: 1em;
}

.boxOurAdvantages dl dd img {
  display: block;
  margin-bottom: 0.5em;
}

.boxOurAdvantages dl dd b {
  display: block;
  color: #0060ff;
  font-size: 1.5em;
  line-height: 1em;
}

.boxOurAdvantages dl dd span {
  font-size: 0.7em;
  color: #666;
}

.boxOurAdvantages div h2 {
  font-size: 1em;
}

.boxOurAdvantages div b {
  font-size: 1em;
}

.boxOurAdvantages div ul {
  padding: 1em;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 1em;
}

.boxOurAdvantages div ul li {
  list-style: disc;
}

.boxOurAdvantages div p {
  font-size: 0.7em;
  color: #999;
}

.bkHTU {
  background: url("/aivon/static/img/home/bk_htu.png") no-repeat center center / cover;
}

.listHTU {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.7em;
  padding-bottom: 2em;
}

.listHTU li {
  background-color: #e8f5f4;
  border-radius: 0.4em;
  padding: 0.5em;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.listHTU li:first-of-type {
  max-width: 7em;
}

.listHTU li:after {
  content: "→";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.3em);
  transform: translateY(-50%);
  color: #999;
}

.listHTU li:last-of-type:after {
  display: none;
}

.listHTU li>* {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.listHTU li img {
  margin-bottom: 0.3em;
}

.listHTU li>span {
  font-size: 0.7em;
  color: #666;
}

.listHTU li .bnsa {
  font-size: 0.7em;
  width: 100%;
}

.bkWCU {
  background: url("/aivon/static/img/home/bk_wcu.png") no-repeat center center / cover;
  color: #fff;
}

/*.bkWCU .boxW{display:flex; justify-content:space-between; align-items:center; gap:10%; padding-left:5%;}*/

.bkWCU .play {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #0060ff;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  line-height: 5em;
  text-align: center;
  cursor: pointer;
}

.bkWCU .play i {
  display: block;
}

.bkWCU .play:after,
.bkWCU .play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  box-sizing: border-box;
  height: 5em;
  border-radius: 50%;
  border: 1px solid #fff;
}

.bkWCU .play:after {
  animation: admPlayY 2s linear infinite;
}

.bkWCU .play:before {
  animation: admPlayY 5s linear infinite;
}

.bkWCU .play i:after {
  content: "\e709";
  font-family: iconfont_dg;
  font-size: 2.6em;
  font-weight: bold;
  padding: 0.3em 0 0 0.1em;
}

.bkWCU .play:hover {
  background-color: #ff9900;
}

.bkWCU .content {
  padding: 2em 0 2em 30%;
}

.bkWCU .content b {
  font-size: 1.5em;
  display: block;
}

.bkWCU .content ul {
  padding: 1em 0 0.5em 1.5em;
}

.bkWCU .content ul li {
  list-style: disc;
  font-size: 0.9em;
  font-weight: bold;
}

.bkWCU .content>i {
  height: 4px;
  width: 8em;
  background-color: #fff;
  display: block;
  margin: 0.5em 0;
}

.bkWCU .content p {
  font-size: 0.7em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

.bkWCU .content dl {
  display: flex;
  justify-content: space-between;
  padding-top: 1em;
  margin-bottom: 1.5em;
  max-width: 80%;
}

.bkWCU .content dl b {
  line-height: 1em;
}

.bkWCU .content dl span {
  font-size: 0.7em;
}

.bkWCU .content .bnsa {
  font-size: 0.8em;
  padding: 1em 4em;
}

.boxIAM {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding-bottom: 2em;
}

.boxIAM li {
  border-radius: 0.4em;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.boxIAM li>* {
  position: absolute;
  z-index: 3;
}

.boxIAM li:before,
.boxIAM li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.boxIAM li:before {
  background: -moz-linear-gradient(-45deg,
      rgba(19, 153, 147, 0) 0%,
      rgba(19, 153, 147, 1) 100%);

  background: -webkit-linear-gradient(-45deg,
      rgba(19, 153, 147, 0) 0%,
      rgba(19, 153, 147, 1) 100%);

  background: linear-gradient(135deg,
      rgba(19, 153, 147, 0) 0%,
      rgba(19, 153, 147, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00139993', endColorstr='#139993', GradientType=1);
}

.boxIAM li:after {
  opacity: 0;

  background: -moz-linear-gradient(-45deg,
      rgba(248, 142, 15, 0) 0%,
      rgba(248, 142, 15, 1) 100%);

  background: -webkit-linear-gradient(-45deg,
      rgba(248, 142, 15, 0) 0%,
      rgba(248, 142, 15, 1) 100%);

  background: linear-gradient(135deg,
      rgba(248, 142, 15, 0) 0%,
      rgba(248, 142, 15, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F88E0F', endColorstr='#F88E0F', GradientType=1);
}

.boxIAM li i {
  font-size: 3em;
  opacity: 0.5;
  top: 0.3em;
  right: 0.3em;
  line-height: 1em;
  font-weight: bold;
}

.boxIAM li .icon {
  width: 7%;
  top: 2em;
  left: 1em;
}

.boxIAM li a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.boxIAM li .bk {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}

.boxIAM li div {
  bottom: 1.5em;
  left: 1em;
  line-height: 1em;
}

.boxIAM li div b {
  display: block;
  font-size: 1.5em;
  padding-bottom: 0.3em;
}

.boxIAM li div span {
  font-size: 0.7em;
}

/*.boxIAM li:hover{box-shadow:rgba(19,153,147,.5) 0 0 1em}*/

.boxIAM li:hover .bk {
  transform: scale(1.05);
}

.boxIAM li:hover:before {
  opacity: 0;
}

.boxIAM li:hover:after {
  opacity: 1;
}

.boxCustomerReview {
  position: relative;
}

.boxCustomerReview .swiper {
  overflow: hidden;
  padding: 1em;
}

.boxCustomerReview .swiper-slide {
  background-color: #fff;
  border-radius: 0.4em;
  height: auto;
  padding: 1.5em;
}

.boxCustomerReview .swiper-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0.5em 1em;
}

.boxCustomerReview .swiper-slide>a {
  min-width: 5em;
  max-width: 5em;
  height: 5em;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  display: block;
  float: left;
}

.boxCustomerReview .swiper-slide>a img,
.boxCRMore a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boxCustomerReview .swiper-slide>a:hover img {
  transform: scale(1.05);
}

.boxCustomerReview .cr {
  margin-left: 7em;
}

.boxCustomerReview .cr p {
  font-size: 0.7em;
  color: #666;
  height: 4.6em;
}

.boxCustomerReview .info {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1em;
  font-size: 0.7em;
  margin: 1em 0;
}

.boxCRMore {
  display: flex;
  justify-content: center;
  padding: 1.5em 0 2em;
}

.boxCRMore a {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 50% !important;
  display: inline-block;
  margin-left: -0.5em;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.5em;
}

.boxCRMore a:hover {
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 1em;
}

.boxCRMore a.bnsa {
  padding: 0;
}

.boxCRMore a.bnsa span {
  font-size: 0.7em;
  display: block;
}

.listBlog {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 15px;
  flex-wrap: wrap;
}

.listBlog .item {
  height: 450px;
  width: 408px;
  background-color: #fff;
  border-radius: 0.4em;
  overflow: hidden;
  border: 1px solid var(--aiv-color-border);
}

.listBlog .item:hover {
  box-shadow: var(--primary-shadow);
}

.listBlog .item .pic {
  position: relative;
  height: 250px;
}

.listBlog .item .cnt {
  text-align: start;
  padding: .5em 1em;
}

.listBlog .item a.tit {
  font-weight: bold;
  display: block;
  margin-bottom: 0;
  color: #333;
}

.listBlog .item a.tit:hover {
  color: #0060ff;
}

.listBlog .item .desc {
  margin-top: 6px;

  /* or 21px */
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  color: #37393f;


  font-family: 'HarmonyOS Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  /* or 18px */

  color: #191919;


}

.listBlog .blog-tag {
  font-family: 'HarmonyOS Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  background: rgba(0, 24, 65, 0.42);
  border: 1px solid #0072C4;
  border-radius: 4px;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 4px 10px;
}

.listBlog .item em {
  display: block;
  font-size: 0.7em;
  color: #999;
  margin-bottom: 1em;
}

.blogMore {
  text-align: center;
  padding: 1.5em 0 2em;
}

.blogMore .bnsa {
  font-size: 0.8em;
  padding: 0.6em 4em;
}

.bkGIT {
  background-color: #f5f9ff;
}

.bg-touch {
  position: relative;
  overflow: hidden;
}

.bkGIT_bg {
  background: url("/aivon/static/img/index/touch.png") no-repeat right bottom;
  /* padding-bottom: 1em; */
  /* padding-top: 2em; */
  width: 100%;
  height: 100%;
  /* background-size: 166px 180px ; */
}

.bkGIT {
  /* background: url("/aivon/static/img/index/touch.png") no-repeat right bottom; */
  /* padding-bottom: 1em; */
  padding-top: 2em;
  /* background-size: 166px 180px ; */
}

.bkGIT_new {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1em;
}

.bkWhy {
  background: url("/aivon/static/img/index/bg_why.png") no-repeat center center / cover;
  padding: 50px 0;
}

.boxGetInTouch {
  max-width: 100%;
  padding: 0em 0 0em;
  margin-bottom: 40px;
}

.boxGetInTouch>b {
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.5em;
}

.boxGetInTouch .input {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding-bottom: 1em;
  flex-direction: column;
}

.boxGetInTouch .ipt {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 1em 1.5em;
  box-sizing: border-box;
  width: 100%;
  font-weight: normal;
  border-bottom: 1px solid #e8e8e8;
}

.boxGetInTouch textarea.ipt {
  display: block;
  margin-bottom: 2em;
  width: 100% !important;
}

.boxGetInTouch .bnsa {
  font-size: 16px;
  font-weight: 500;
  padding: 0.6em 2em;
  display: block;
}

.boxGetInTouch .bnsa2 {
  font-size: 16px;
  font-weight: 500;
  padding: 0.6em 3em;
  margin: 0em 30px 0em 0px;
  color: #0060ff;
  border: 2px solid #0060ff;
  border-radius: 8px;
  display: block;
  cursor: pointer;
}

.bnsa2 span::before {
  content: "";
  background: url("/aivon/static/img/index/download.png") no-repeat center center / contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transform: translateY(-2px);
}

.boxHORE {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
  padding: 1.5em 0 1em;
  gap: 28px;
  width: 100%;
}

.boxHORE dl {
  display: flex;
  gap: 5%;
  flex: auto;
  max-width: 95%;
  text-align: left;
}

.boxHORE dt {
  font-family: iconfont_dg;
  font-size: 1.5em;
  color: #fff;
}

.boxHORE b {
  color: #fff;
  display: block;
  margin-bottom: 0.3em;
  font-weight: bold;
  font-size: 16px;
}

.boxHORE p {
  font-size: 14px;
}

/*弹窗优惠券领取*/

.qiyeBottomBanYuan {
  width: 12px;
  height: 8px;
  background: #ffffff;
  border-radius: 6px 6px 0 0;
  border: 1px solid #c8e4ff;
  position: relative;
  bottom: -9px;
  left: -23px;
  z-index: 1;
}

.topBanYuan {
  width: 12px;
  height: 8px;
  background: rgb(255, 255, 255);
  border-radius: 0 0 6px 6px;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  top: -106px;
  left: 111px;
  z-index: 1;
}

.bottomBanYuan {
  width: 12px;
  height: 8px;
  background: rgb(255, 255, 255);
  border-radius: 6px 6px 0 0;
  border: 1px solid rgb(255, 255, 255);
  position: relative;
  bottom: -9px;
  left: -23px;
  z-index: 1;
}

#vapp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.el-button {
  padding: 0;
}

.NHYQY_NewCoupon_Left .NHYQY_XuXian {
  border-right: 1px dashed #0060ff;
  height: 88px;
  float: right;
  margin-top: 7px;
}

.NHYQY_NewCoupon_Right {
  background: #e3f3ff;
  border-radius: 4px;
  border-radius: 0;
  width: 127px;
  float: right;
  margin-right: 33px;
}

.NewHuiYuanQuanYi {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 672px;
  min-height: 300px;
  background: #ffffff;
  border-radius: 9px 9px 9px 9px;
}

.NHYQY_Paner {
  margin: 0 32px 0 32px;
}

.NHYQY_Top {
  width: 608px;
  height: 40px;
  border-radius: 0;
  margin: 20px 0 32px 0;
}

.NHYQY_Top span:first-child {
  width: 535px;
  height: 40px;
  border-radius: 0;
  font-family: HarmonyOS Sans, HarmonyOS Sans;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.NHYQY_YHQ {
  width: 608px;
  min-height: 159px;
  border-radius: 0;
}

.NHYQY_NewCouponInfo {
  width: 608px;
  min-height: 143px;
  border-radius: 0;
  display: inline-block;
  margin-bottom: 16px;
}

.NHYQY_NewCouponInfo_Title {
  height: 22px;
  font-family: HarmonyOS Sans, HarmonyOS Sans;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 8px;
  display: inline-block;
}

.NHYQY_NewCouponInfo_List {
  width: 296px;
  height: 105px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #0060ff;
  float: left;
  margin-bottom: 8px;
  background: #e3f3ff;
}

.NHYQY_NewCouponInfo_List:nth-child(2n) {
  margin-right: 12px;
}

.NHYQY_NewCoupon_Left {
  width: 118px;
  height: 104px;
  display: block;
  float: left;
}

.NewCouponInfo .NHYQY_NewCoupon_Left_Title {
  width: 110px;
  height: 20px;
  background: #0060ff;
  border-radius: 0 0 8px 0;
  display: block;
  text-align: center;
  /*border-top:1px solid #FFC16B; */
}

.NewCouponInfo .NHYQY_NewCoupon_Left_Title span {
  width: 90px;
  height: 20px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 12px;
  color: #e3f3ff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: block;
  margin-left: 10px;
}

.EntrepreneurCounponInfo .NHYQY_NewCoupon_Left_Title {
  width: 115px;
  height: 20px;
  background: #0060ff;
  border-radius: 0 0 8px 0;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}

.EntrepreneurCounponInfo .NHYQY_NewCoupon_Left_Title span {
  height: 14px;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 12px;
  color: #e3f3ff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: block;
}

.NHYQY_NewCoupon_Left_FuHao {
  font-family: HarmonyOS Sans, HarmonyOS Sans;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  position: relative;
  bottom: 2px;
}

.NHYQY_NewCoupon_Left_Number {
  height: 64px;
  font-family: HarmonyOS Sans, HarmonyOS Sans;
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
}

@keyframes admPlayY {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  30% {
    opacity: 1;
    transform: scale(1.3);
  }

  60% {
    opacity: 0.5;
    transform: scale(1.6);
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.more-info-date {

  box-sizing: border-box;
  background: rgba(0, 24, 65, 0.42);
  border: 1px solid #0072C4;
  border-radius: 4px;
}