.proPage .proPage-inner {
  width: 100%;
  background: #fff;
}
.proPage .proPage-top .indexPage-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.proPage .proPage-texts {
  width: 360px;
}
.proPage .proTypeText {
  font-weight: 500;
  font-size: 48px;
  color: #333333;
  line-height: 58px;
}
.proPage .proType .proTypeXin {
  display: flex;
  flex-wrap: wrap;
  width: 1240px;
}
.proPage .proTypeXin-one {
  width: 260px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-left: 50px;
  margin-bottom: 30px;
  position: relative;
  height: 64px;
}
.proPage .proTypeXin-one .proTypeXin-a {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.proPage .proTypeXin-one .proTypeXin-a .text {
  max-width: 80%;
  padding-right: 16px;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
}
.proPage .proTypeXin-one .proTypeXin-a .text::after {
  content: "";
  position: absolute;
  z-index: 12;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0;
  transition: 0.5s;
}
.proPage .proTypeXin-one .proTypeXin-a i {
  position: absolute;
  z-index: 12;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  transition: 0.5s;
  opacity: 1;
}
.proPage .proTypeXin-one:hover .proTypeXin-a {
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
.proPage .proTypeXin-one:hover .proTypeXin-a .text {
  padding-left: 16px;
  padding-right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.proPage .proTypeXin-one:hover .proTypeXin-a .text::after {
  opacity: 1;
}
.proPage .proTypeXin-one:hover .proTypeXin-a i {
  opacity: 0;
  transform: translateY(-50%) translateX(100%);
}
.proPage .proTypeXin-one:hover::after {
  opacity: 1;
}
.proPage .proTypeXin-one::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url('https://huanqiuzhiying-beijing.oss-cn-beijing.aliyuncs.com/fileStore/website_new_v2/zhiding/zhiding/used/more-back.png') no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  transition: 0.5s;
}
.proPage .proTypeFirst-xin-active .proTypeXin-a {
  color: #FFFFFF;
  border-bottom: 1px solid transparent;
}
.proPage .proTypeFirst-xin-active .proTypeXin-a .text {
  padding-left: 16px;
  padding-right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.proPage .proTypeFirst-xin-active .proTypeXin-a .text::after {
  opacity: 1;
}
.proPage .proTypeFirst-xin-active .proTypeXin-a i {
  opacity: 0;
  transform: translateY(-50%) translateX(100%);
}
.proPage .proTypeFirst-xin-active::after {
  opacity: 1;
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: #F45118;
  margin-bottom: 20px;
  display: none;
  padding: 10px 12px;
  border-radius: 12px;
}
.proPage .indexPage-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proPage .proMain {
  width: 100%;
  padding-top: 80px;
}
.proPage .proMain .pro-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.proPage .proMain .pro-item {
  width: calc((100% - 120px) / 3);
  margin-right: 60px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  background: #F1F7FC;
  border-radius: 16px;
  padding: 34px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.proPage .proMain .pro-item .proc-type {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  width: 100%;
  line-height: 24px;
}
.proPage .proMain .pro-item .pro-tp {
  width: 100%;
  max-width: 340px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0 auto;
}
.proPage .proMain .pro-item .pro-tp img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  object-fit: scale-down;
  transition: 0.5s;
  display: block;
}
.proPage .proMain .pro-item .more-a {
  font-weight: 400;
  font-size: 14px;
  color: #147BD8;
  line-height: 24px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  width: auto;
  display: inline-block;
  margin: 30px auto 0;
}
.proPage .proMain .pro-item .name {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  line-height: 38px;
  transition: 0.5s;
  margin: 8px 0 26px;
  width: 100%;
  display: block;
}
.proPage .proMain .pro-item .name p {
  width: 100%;
  text-align: center;
}
.proPage .proMain .pro-item:hover .pro-tp img {
  transform: scale(1.05);
}
.proPage .proMain .pro-item:hover .more-a {
  border-bottom: 1px solid #147BD8;
}
.proPage .proMain .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 40px;
}
@media (max-width: 1800px) {
  .proPage .proType {
    width: 100%;
    margin-top: 30px;
  }
  .proPage .proType .proTypeXin {
    width: 100%;
  }
  .proPage .proTypeXin-one {
    width: 22%;
    margin-left: 0;
    margin-right: 4%;
  }
  .proPage .proTypeXin-one:nth-of-type(4n) {
    margin-right: 0;
  }
  .proPage .proMain {
    padding-top: 50px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 1600px) {
  .proPage .proTypeText {
    font-size: 40px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    margin-bottom: 36px;
    padding: 30px 20px;
  }
  .proPage .proMain {
    padding-top: 30px;
  }
}
@media (max-width: 1250px) {
  .proPage .proTypeXin-one .proTypeXin-a {
    font-size: 16px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 20px;
    margin: 4px 0 22px;
  }
  .proPage .proMain .pro-item .more-a {
    margin-top: 20px;
  }
}
@media (max-width: 1020px) {
  .proPage .proType-btn {
    display: block;
  }
  .proPage .proType {
    display: none;
  }
  .pro-container .prosClassifyMMaskActive {
    display: block;
  }
  .pro-container .prosClassifyMActive {
    left: 20%;
  }
  .proPage .proTypeText {
    font-size: 30px;
    line-height: 42px;
  }
  .proPage .proMain {
    padding-top: 18px;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
    margin-bottom: 32px;
    padding: 28px 16px;
  }
  .proPage .webPage {
    margin-top: 22px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 14px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .proPage {
    margin-top: -58px;
  }
  .proPage .proMain .pro-item .name {
    font-size: 16px;
    margin: 4px 0 14px;
    line-height: 24px;
  }
  .proPage .proMain .pro-item .proc-type {
    font-size: 12px;
    line-height: 22px;
  }
  .proPage .proTypeText {
    font-size: 24px;
    line-height: 34px;
  }
  .proPage .proMain .pro-item .more-a {
    font-size: 12px;
    line-height: 22px;
    margin: 15px auto 0;
  }
  .proPage .proMain .pro-item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 20px 12px;
  }
  .proPage .proMain .pro-item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .proPage .proMain .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
