.pro-nban {
  aspect-ratio: 2.4;
  width: 100%;
  position: relative;
  z-index: 10;
}
.pro-nban .nban-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.pro-nban .pro-nban-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.pro-nban .pro-nban-main .pro-nban-con {
  width: 100%;
  max-width: 1440px;
  padding: 8% 120px 5%;
  display: flex;
  justify-content: space-between;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-left {
  width: calc(92% - 328px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot {
  display: flex;
  justify-content: flex-start;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot .pro-nban-dot-inner {
  display: flex;
  align-items: center;
  height: 35px;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot .pro-nban-dot-inner .dot {
  width: 12px;
  height: 12px;
  background: #2B7FFF;
  border-radius: 50%;
  margin-right: 12px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot .pro-nban-dot-inner .text {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-title {
  font-weight: 400;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 63px;
  margin: 25px 0 22px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-title .pro-nban-text1 {
  background: linear-gradient(0deg, #ffffff 0%, #dbeafe 50%, #f3e8ff 100%);
  text-transform: uppercase;
  line-height: 63px;
  webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  margin-bottom: 5px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-desc {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-right {
  width: 328px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8%;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-right .pro-nban-right-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact {
  width: 156px;
  height: 58px;
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact .right {
  margin-left: 8px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video {
  width: 156px;
  height: 58px;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1), 0px 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 58px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video .text {
  position: relative;
  height: 100%;
  z-index: 12;
  transition: 0.5s;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video .text::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  z-index: 13;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video .right {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video .right svg {
  width: 20px;
  height: 20px;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video:hover {
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  border: none;
}
.pro-nban .pro-nban-main .pro-nban-con .pro-nban-video:hover .text {
  transform: translateY(-100%);
  transition: 0.5s;
}
.esbPage {
  width: 100%;
  position: relative;
  margin-top: -35px;
}
.esbPage .esbPage-dotw {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  background: #F1F5FF;
}
.esbPage .esbPage-dotw .esbPage-dotw1 {
  background: linear-gradient(-180deg, #00ceaf 0%, #3549f9 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0.3;
  font-size: 120px;
  line-height: 90px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  transform: translateY(24px) translateX(-28px);
}
.esbPage .esbPage-dotw .esbPage-dotw2 {
  background: linear-gradient(180deg, #3549f9 0%, #00ceaf 100%);
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 120px;
  line-height: 90px;
  font-family: 'AlibabaPuHuiTi-Heavy';
  z-index: 30;
  opacity: 0.6;
}
.esbPage .esbPage-con {
  width: 100%;
  background: linear-gradient(180deg, #f1f5ff 87%, rgba(241, 245, 255, 0) 100%);
  overflow: hidden;
}
.esbPage .esbPage-inner {
  width: 100%;
  max-width: 1440px;
  padding: 98px 120px 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.esbPage .esbPage-type {
  width: 185px;
  position: relative;
  z-index: 12;
}
.esbPage .esbPage-type .esbPage-type-inner {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  overflow: hidden;
}
.esbPage .esbPage-type .esbPage-type-title {
  width: 100%;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 9px 8px;
  background: #347FFF;
  text-align: center;
}
.esbPage .esbPage-type .esbPage-type-list {
  padding: 22px 5% 32px;
}
.esbPage .esbPage-type .esbPage-type-item {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 26px;
  border-radius: 12px;
  border: 1px solid #347FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.esbPage .esbPage-type .esbPage-type-item .esbPage-type-item-icon {
  width: 35px;
  height: 50px;
  position: relative;
}
.esbPage .esbPage-type .esbPage-type-item .esbPage-type-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.esbPage .esbPage-type .esbPage-type-item .esbPage-type-item-icon .default {
  opacity: 1;
}
.esbPage .esbPage-type .esbPage-type-item .esbPage-type-item-icon .active {
  opacity: 0;
}
.esbPage .esbPage-type .esbPage-type-item .esbPage-type-item-text {
  padding-left: 10px;
  width: calc(100% - 35px);
}
.esbPage .esbPage-type .esbPage-type-item:hover {
  background: #347FFF;
  color: #fff;
}
.esbPage .esbPage-type .esbPage-type-item:hover .esbPage-type-item-icon .default {
  opacity: 0;
}
.esbPage .esbPage-type .esbPage-type-item:hover .esbPage-type-item-icon .active {
  opacity: 1;
}
.esbPage .esbPage-type .esbPage-type-item-active {
  background: #347FFF;
  color: #fff;
}
.esbPage .esbPage-type .esbPage-type-item-active .esbPage-type-item-icon .default {
  opacity: 0;
}
.esbPage .esbPage-type .esbPage-type-item-active .esbPage-type-item-icon .active {
  opacity: 1;
}
.esbPage .esbPage-main {
  width: calc(100% - 185px);
  padding-left: 45px;
  position: relative;
  z-index: 12;
}
.esbPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #347FFF;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.esbPage .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.esbPage .pro-item {
  width: calc((100% - 100px) / 3);
  margin-bottom: 30px;
  margin-right: 50px;
}
.esbPage .pro-item .pro-item-cover {
  width: 100%;
  background: linear-gradient(180deg, rgba(246, 252, 253, 0.45) 0%, rgba(246, 253, 252, 0.45) 100%);
  border-radius: 12px;
  border: 1px solid rgba(109, 109, 109, 0.18);
  border-top: 10px solid #00F1CD;
  overflow: hidden;
  padding: 25px 28px 18px;
  display: block;
}
.esbPage .pro-item .pro-item-cover .pro-tp {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.esbPage .pro-item .pro-item-cover .pro-tp img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.esbPage .pro-item .pro-item-cover .pro-tp::after {
  content: "";
  width: 134px;
  height: 12px;
  background: rgba(0, 0, 0, 0.3);
  filter: blur(5px);
  opacity: 0.6;
  border-radius: 50%;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.esbPage .pro-item .pro-item-cover .pro-item-more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.esbPage .pro-item .pro-item-cover .pro-item-more .item-more {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 23px;
  width: calc(100% - 20px);
  padding-right: 12px;
  transition: 0.5s;
}
.esbPage .pro-item .pro-item-cover .pro-item-more .item-right {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  text-align: center;
  line-height: 19px;
  color: #353535;
  font-size: 13px;
  transition: 0.5s;
}
.esbPage .pro-item .name {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}
.esbPage .pro-item .name .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #155dfc 0, #4f39f6 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 0;
}
.esbPage .pro-item:hover .pro-item-cover .pro-tp img {
  transform: scale(1.05);
}
.esbPage .pro-item:hover .pro-item-cover .pro-item-more .item-more {
  width: 90px;
}
.esbPage .pro-item:hover .pro-item-cover .pro-item-more .item-right {
  background: linear-gradient(90deg, #155dfc 0%, #4f39f6 100%);
  border: none;
  color: #fff;
}
.esbPage .pro-item:hover .name .text {
  background-size: 100% 1px;
}
.esbPage .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage {
  width: 100%;
  background: linear-gradient(180deg, #f1f5ff 85%, rgba(241, 245, 255, 0) 100%);
  position: relative;
}
.proPage .pro-dot {
  left: 0;
  bottom: 6%;
  position: absolute;
  width: 11%;
}
.proPage .proPage-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 65px 120px 24px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 12;
}
.proPage .pro-last-type {
  width: 200px;
}
.proPage .pro-last-type .pro-last-type-inner {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  overflow: hidden;
}
.proPage .pro-last-type .pro-last-type-title {
  width: 100%;
  text-align: center;
  background: #347FFF;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 28px;
}
.proPage .pro-last-type .pro-last-type-val {
  width: 100%;
}
.proPage .pro-last-type .pro-last-type-first {
  width: 100%;
  padding: 12px 12%;
  border-bottom: 1px solid #347FFF;
}
.proPage .pro-last-type .pro-last-type-first .proi-type-item {
  width: 100%;
  text-align: center;
  padding: 4px 0;
}
.proPage .pro-last-type .pro-last-type-first .proi-type-item .text {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.proPage .pro-last-type .pro-last-type-first .pro-last-type-second-outer {
  width: 100%;
  max-height: 0;
  transition: max-height 1s;
  overflow: hidden;
}
.proPage .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-inner {
  width: 100%;
  padding-top: 6px;
}
.proPage .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #347FFF;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  text-align: center;
  padding: 10px 5px;
  transition: 0.5s;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.proPage .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item:hover {
  background: #347FFF;
  color: #fff;
}
.proPage .pro-last-type .pro-last-type-first .pro-last-type-second-outer .pro-last-type-second-item-active {
  background: #347FFF;
  color: #fff;
}
.proPage .pro-last-type .pro-last-type-first-active .pro-last-type-second-outer {
  max-height: 3000px;
}
.proPage .pro-last-type .pro-last-type-first:nth-last-of-type(1) {
  border-bottom: none;
}
.proPage .pro-last-list {
  width: calc(100% - 200px);
  padding-left: 45px;
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #347FFF;
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.proPage .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .pro-item {
  width: calc((100% - 76px) / 3);
  margin-bottom: 30px;
  margin-right: 38px;
}
.proPage .pro-item .pro-item-cover {
  width: 100%;
  background: linear-gradient(180deg, rgba(246, 252, 253, 0.45) 0%, rgba(246, 253, 252, 0.45) 100%);
  border-radius: 12px;
  border: 1px solid rgba(109, 109, 109, 0.18);
  border-top: 10px solid #00F1CD;
  overflow: hidden;
  padding: 25px 28px 18px;
  display: block;
}
.proPage .pro-item .pro-item-cover .pro-tp {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  position: relative;
}
.proPage .pro-item .pro-item-cover .pro-tp img {
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proPage .pro-item .pro-item-cover .pro-item-more {
  width: 100%;
  margin-top: -20px;
  height: 20px;
  position: relative;
  display: block;
}
.proPage .pro-item .pro-item-cover .pro-item-more .item-right {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #353535;
  text-align: center;
  line-height: 19px;
  color: #353535;
  font-size: 13px;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  right: 0;
}
.proPage .pro-item .name {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #2B2B2B;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}
.proPage .pro-item .name .text {
  width: auto;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #155dfc 0, #4f39f6 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
  border-radius: 0;
}
.proPage .pro-item:hover .pro-item-cover .pro-tp img {
  transform: scale(1.05);
}
.proPage .pro-item:hover .pro-item-cover .pro-item-more .item-right {
  right: 50%;
  transform: translateX(-50%);
}
.proPage .pro-item:hover .name .text {
  background-size: 100% 1px;
}
.proPage .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1598px) {
  .proPage .pro-dot {
    width: 7%;
  }
}
@media only screen and (max-width: 1395px) {
  .proPage .proPage-inner {
    padding: 50px 90px 24px 120px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw2 {
    font-size: 100px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw1 {
    font-size: 100px;
  }
  .esbPage .esbPage-inner {
    padding: 60px 100px 20px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-desc {
    font-size: 16px;
  }
  .pro-nban .pro-nban-main .pro-nban-con {
    padding: 8% 80px 5%;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title {
    font-size: 42px;
    line-height: 55px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title .pro-nban-text1 {
    line-height: 55px;
    margin-bottom: 0;
  }
}
@media (max-width: 1365px) {
  .proPage .proPage-inner {
    padding: 50px 70px 24px 80px;
  }
  .proPage .pro-item {
    width: calc((100% - 50px) / 3);
    margin-bottom: 20px;
    margin-right: 25px;
  }
  .proPage .pro-last-type .pro-last-type-title {
    font-size: 18px;
  }
  .proPage .pro-last-type .pro-last-type-first .proi-type-item .text {
    font-size: 16px;
  }
  .proPage .pro-last-type {
    width: 186px;
  }
  .proPage .pro-last-list {
    width: calc(100% - 186px);
    padding-left: 35px;
  }
}
@media (max-width: 1250px) {
  .pro-nban .pro-nban-main .pro-nban-con {
    padding: 8% 60px 5%;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-right {
    padding-bottom: 3%;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title {
    font-size: 36px;
    line-height: 46px;
    margin: 25px 0 15px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title .pro-nban-text1 {
    line-height: 46px;
  }
  .proPage .proPage-inner {
    padding: 50px 70px 24px 40px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw1 {
    font-size: 88px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw2 {
    font-size: 88px;
  }
  .esbPage .esbPage-inner {
    padding: 52px 80px 20px 50px;
  }
  .esbPage .pro-item {
    width: calc((100% - 50px) / 3);
    margin-bottom: 22px;
    margin-right: 25px;
  }
  .esbPage .pro-item .pro-item-cover {
    padding: 18px 18px 16px;
  }
  .esbPage .esbPage-main {
    padding-left: 35px;
  }
}
@media (max-width: 1023px) {
  .pro-nban {
    aspect-ratio: auto;
  }
  .prosClassifyMMaskActive {
    display: block;
  }
  .prosClassifyMActive {
    left: 20%;
  }
  .pro-nban .pro-nban-main {
    position: relative;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot .pro-nban-dot-inner .text {
    font-size: 13px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-right {
    padding-bottom: 0;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-desc {
    font-size: 14px;
    line-height: 30px;
  }
  .pro-nban .pro-nban-main .pro-nban-con {
    padding: 100px 5% 38px;
    flex-wrap: wrap;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title {
    font-size: 26px;
    line-height: 34px;
    margin: 22px 0 14px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title .pro-nban-text1 {
    line-height: 34px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-contact {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 50px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-video {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 50px;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-title .pro-nban-text1 {
    margin-bottom: 0;
  }
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-right {
    width: 288px;
  }
  .proPage .pro-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 16px;
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(3n) {
    margin-right: 20px;
  }
  .proPage .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .esbPage .esbPage-dotw .esbPage-dotw2 {
    font-size: 65px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw1 {
    font-size: 65px;
  }
  .esbPage .esbPage-inner {
    padding: 42px 40px 20px 32px;
  }
  .esbPage .pro-item {
    width: calc((100% - 25px) / 2);
  }
  .esbPage .pro-item:nth-of-type(3n) {
    margin-right: 25px;
  }
  .esbPage .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .esbPage .esbPage-inner {
    padding: 32px 5% 25px;
    flex-wrap: wrap;
  }
  .esbPage .proType-btn {
    display: block;
    margin-bottom: 25px;
  }
  .esbPage .esbPage-type {
    display: none;
  }
  .esbPage .esbPage-main {
    width: 100%;
    padding-left: 0;
  }
  .proPage .pro-last-type {
    display: none;
  }
  .proPage .pro-last-list {
    width: 100%;
    padding-left: 0;
  }
  .proPage .proType-btn {
    display: block;
    margin-bottom: 26px;
  }
  .proPage .proPage-inner {
    padding: 30px 5% 24px;
  }
}
@media (max-width: 767px) {
  .esbPage .pro-item .pro-item-cover .pro-item-more .item-more {
    font-size: 13px;
  }
  .pro-nban .pro-nban-main .pro-nban-con {
    padding: 80px 5% 38px;
  }
  .esbPage .pro-item {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .esbPage .pro-item:nth-of-type(3n) {
    margin-right: 16px;
  }
  .esbPage .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .esbPage {
    margin-top: -24px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw1 {
    font-size: 38px;
    line-height: 55px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw2 {
    font-size: 38px;
    line-height: 55px;
  }
  .esbPage .esbPage-dotw {
    padding-right: 0;
  }
  .esbPage .pro-item .name {
    font-size: 13px;
  }
  .proPage .pro-item .name {
    font-size: 13px;
  }
}
@media (max-width: 386px) {
  .pro-nban .pro-nban-main .pro-nban-con .pro-nban-dot .pro-nban-dot-inner .text {
    font-size: 12px;
  }
  .esbPage .pro-item .pro-item-cover {
    padding: 16px 12px 10px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw2 {
    font-size: 30px;
    line-height: 48px;
  }
  .esbPage .esbPage-dotw .esbPage-dotw1 {
    font-size: 30px;
    line-height: 48px;
    transform: translateY(16px) translateX(-2px);
  }
}
