.proPage {
  position: relative;
  width: 100%;
}
.proPage .nban-nav {
  margin-bottom: 26px;
}
.proPage .nban-nav a {
  font-weight: 400;
  font-size: 16px;
  color: #BABABA;
  line-height: 20px;
  transition: 0.5s;
}
.proPage .nban-nav a:hover {
  color: #333;
}
.proPage .proPage-type {
  width: 100%;
  padding: 100px 160px 0;
}
.proPage .proi-types-group {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.proPage .proi-type-item {
  width: calc((100% - 200px) / 6);
  background: #E4E4E4;
  border-radius: 12px;
  padding: 26px 22px;
  display: flex;
  align-items: center;
  margin-right: 40px;
  cursor: pointer;
}
.proPage .proi-type-item .cover {
  width: 75px;
  height: 50px;
  position: relative;
}
.proPage .proi-type-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.proPage .proi-type-item .cover svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.proPage .proi-type-item .cover .default {
  opacity: 1;
}
.proPage .proi-type-item .cover .active {
  opacity: 0;
}
.proPage .proi-type-item .cover1 img {
  width: 88%;
  height: 88%;
}
.proPage .proi-type-item .cover1 svg {
  width: 88%;
  height: 88%;
}
.proPage .proi-type-item .text {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
  width: calc(100% - 75px);
  padding-left: 20px;
  transition: 0.5s;
}
.proPage .proi-type-item:hover {
  background: #FFE2E2;
}
.proPage .proi-type-item:hover .cover .default {
  opacity: 0;
}
.proPage .proi-type-item:hover .cover .active {
  opacity: 1;
}
.proPage .proi-type-item:hover .text {
  color: #E7000B;
}
.proPage .proi-type-item-active {
  background: #FFE2E2;
}
.proPage .proi-type-item-active .cover .default {
  opacity: 0;
}
.proPage .proi-type-item-active .cover .active {
  opacity: 1;
}
.proPage .proi-type-item-active .text {
  color: #E7000B;
}
.proPage .proi-type-item:nth-last-of-type(1) {
  margin-right: 0;
}
.proPage .proi-types-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  height: 55px;
  position: relative;
  border-bottom: 2px solid #FFE2E2;
  padding-bottom: 5px;
}
.proPage .proi-types-bottom .proi-types-bottom-item {
  width: calc((100% - 200px) / 6);
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proPage .proi-types-bottom .proi-types-bottom-item .proi-bottom-icon {
  transition: 0.5s;
  opacity: 0;
  transform: translateY(10px);
  width: 42px;
}
.proPage .proi-types-bottom .proi-types-bottom-item .proi-bottom-icon img {
  display: block;
  width: 100%;
}
.proPage .proi-types-bottom .proi-types-bottom-item-active .proi-bottom-icon {
  opacity: 1;
  transform: translateY(0);
}
.proPage .proi-types-bottom .proi-types-bottom-item:nth-last-of-type(1) {
  margin-right: 0;
}
.proPage .pro-last {
  width: 100%;
  padding: 0 260px 100px;
}
.proPage .pro-last .pro-last-before {
  width: 100%;
  display: none;
}
.proPage .pro-last .pro-last-after {
  width: 100%;
  display: none;
  margin-top: 20px;
}
.proPage .pro-last .pro-last-after .pro-last-titles {
  width: 100%;
  display: flex;
  justify-content: center;
}
.proPage .pro-last .pro-last-after .pro-last-second-title {
  min-width: 120px;
  height: 44px;
  background: #E4E4E4;
  border-radius: 8px;
  padding: 0 36px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 44px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 20px;
  border: 1px solid #E4E4E4;
  transition: 0.5s;
}
.proPage .pro-last .pro-last-after .pro-last-second-title:hover {
  background: #FFE2E2;
  border: 1px solid #FFA2A2;
  color: #E7000B;
}
.proPage .pro-last .pro-last-after .pro-last-second-title-active {
  background: #FFE2E2;
  border: 1px solid #FFA2A2;
  color: #E7000B;
}
.proPage .pro-last .pro-last-after .pro-last-descs {
  width: 100%;
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #434343;
  letter-spacing: 2px;
  text-align: center;
}
.proPage .pro-last .pro-last-after .pro-last-descs .pro-last-second-desc {
  display: none;
}
.proPage .pro-last .pro-last-after .pro-last-descs .pro-last-second-desc-active {
  display: block;
}
.proPage .pro-last .pro-last-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
.proPage .pro-last .pro-last-title p {
  height: 33px;
  background: #FFE2E2;
  border-radius: 8px;
  border: 1px solid #FFA2A2;
  padding: 0 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #E7000B;
  line-height: 33px;
}
.proPage .pro-last .pro-last-desc {
  font-weight: 400;
  font-size: 16px;
  color: #434343;
  letter-spacing: 2px;
  line-height: 28px;
  margin: 28px auto 48px;
  width: 80%;
  text-align: center;
}
.proPage .pro-last .pro-last-list {
  width: 100%;
  margin-top: 45px;
}
.proPage .proPage-list {
  width: 100%;
}
.proPage .pro-last-adv {
  width: 100%;
  padding-top: 70px;
}
.proPage .pro-last-adv .pro-last-adv-title {
  display: flex;
  justify-content: flex-start;
}
.proPage .pro-last-adv .pro-last-adv-title .text {
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  background: #FFE2E2;
  border-radius: 8px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #E7000B;
  line-height: 24px;
}
.proPage .pro-last-adv .pro-last-adv-line {
  height: 2px;
  background: #FB2C36;
  width: 100%;
  margin: 25px 0;
}
.proPage .pro-last-adv .pro-last-adv-text {
  font-weight: 400;
  font-size: 40px;
  color: #101828;
  line-height: 60px;
}
.proPage .pro-last-adv .pro-last-adv-desc {
  font-weight: 400;
  font-size: 18px;
  color: #364153;
  line-height: 27px;
  margin: 16px 0 25px;
}
.proPage .pro-last-adv .pro-last-adv-list {
  display: flex;
  justify-content: space-between;
}
.proPage .pro-last-adv .pro-last-adv-item {
  background: #F9FAFB;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1), 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 32px 28px;
  width: calc((100% - 75px) / 4);
}
.proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(180deg, #fb2c36 0%, #e7000b 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-icon img {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title {
  margin: 24px 0 11px;
}
.proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title .text {
  font-weight: 400;
  font-size: 20px;
  color: #101828;
  line-height: 30px;
  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%, #101828 0, #101828 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
}
.proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-desc {
  font-weight: 400;
  font-size: 15px;
  color: #4A5565;
  line-height: 24px;
}
.proPage .pro-last-adv .pro-last-adv-item:hover .pro-last-adv-item-icon img {
  transform: rotateY(360deg);
}
.proPage .pro-last-adv .pro-last-adv-item:hover .pro-last-adv-item-title .text {
  background-size: 100% 1px;
}
.proPage .pro-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.proPage .proType-btn {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  background: linear-gradient(180deg, #fb2c36 0%, #e7000b 100%);
  margin-bottom: 0;
  display: none;
  padding: 10px 12px;
  border-radius: 6px;
}
.proPage .pro-item {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  background: #FFFFFF;
  background: #F2F2F2;
  border-radius: 7px;
  border: 3px solid #FFC9C9;
  overflow: hidden;
  padding: 18px 28px;
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.proPage .pro-item .pro-item-top {
  width: 100%;
}
.proPage .pro-item .pro-tp {
  aspect-ratio: 2;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proPage .pro-item .pro-tp img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: scale-down;
  transform: scale(1);
  transition: 0.5s;
}
.proPage .pro-item .name {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #2B2B2B;
  line-height: 25px;
  text-align: center;
  display: block;
}
.proPage .pro-item .pro-item-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 20px;
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid #C3C3C3;
}
.proPage .pro-item .pro-item-bottom .pro-item-tabs {
  width: calc(95% - 48px);
}
.proPage .pro-item .pro-item-bottom .pro-item-tabs .pro-item-tab-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.proPage .pro-item .pro-item-bottom .pro-item-tabs .pro-item-tab-item::after {
  content: "√";
  position: absolute;
  left: 0;
  top: 2px;
  color: #E7000B;
  font-size: 14px;
  line-height: 10px;
}
.proPage .pro-item .pro-item-bottom .pro-item-tabs .pro-item-tab-item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.proPage .pro-item .pro-item-bottom .item-right {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.proPage .pro-item .pro-item-bottom .item-right img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
}
.proPage .pro-item:hover .pro-tp img {
  transform: scale(1.05);
}
.proPage .pro-item:hover .pro-item-bottom .item-right {
  transform: translateX(10px);
}
.proPage .pro-item:nth-of-type(3n) {
  margin-right: 0;
}
.proPage .webPage {
  margin-top: 0;
}
@media only screen and (max-width: 1918px) {
  .nban .nban-outer .nban-title1 {
    font-size: 40px;
    line-height: 52px;
  }
  .proPage .proPage-type {
    padding: 80px 100px 0;
  }
  .proPage .pro-last {
    padding: 0 170px 80px;
  }
  .proPage .proi-type-item .text {
    font-size: 17px;
  }
  .proPage .pro-last .pro-last-desc {
    margin: 38px 0;
    width: 86%;
  }
}
@media only screen and (max-width: 1650px) {
  .proPage .proPage-type {
    padding: 60px 80px 0;
  }
  .proPage .pro-last {
    padding: 0 100px 60px;
  }
  .proPage .pro-last-adv .pro-last-adv-text {
    font-size: 32px;
    line-height: 45px;
  }
  .proPage .pro-last-adv .pro-last-adv-desc {
    font-size: 17px;
  }
  .proPage .pro-last-adv {
    padding-top: 50px;
  }
  .proPage .pro-last-adv .pro-last-adv-item {
    border-radius: 12px;
    padding: 29px 22px;
    width: calc((100% - 67px) / 4);
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title {
    margin: 18px 0 9px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title .text {
    font-size: 18px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-desc {
    font-size: 14px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-icon {
    width: 55px;
    height: 55px;
    border-radius: 8px;
  }
  .proPage .proi-type-item .cover {
    width: 60px;
  }
  .proPage .proi-type-item .cover1 img {
    width: 76%;
    height: 80%;
  }
  .proPage .proi-type-item .cover1 svg {
    width: 76%;
    height: 80%;
  }
  .proPage .proi-type-item .text {
    font-size: 15px;
    width: calc(100% - 60px);
    padding-left: 16px;
  }
  .proPage .proi-type-item {
    width: calc((100% - 120px) / 5);
    border-radius: 8px;
    margin-right: 30px;
  }
  .proPage .proi-types-bottom .proi-types-bottom-item {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
  }
  .proPage .pro-last {
    padding: 0 78px 60px;
  }
  .proPage .pro-last .pro-last-desc {
    margin: 30px 0;
    width: 90%;
  }
  .nban .nban-outer .nban-title1 {
    font-size: 30px;
    line-height: 45px;
  }
  .nban .nban-outer .nban-title2 {
    font-size: 32px;
    line-height: 50px;
    margin: 12px 0 25px;
  }
  .proPage .pro-item .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .proPage .pro-last .pro-last-after .pro-last-descs {
    margin-top: 15px;
  }
  .proPage .pro-last .pro-last-list {
    margin-top: 38px;
  }
  .nban .nban-outer .nban-btns .nban-btn-item {
    height: 42px;
    line-height: 42px;
  }
  .nban .nban-outer .nban-btns .nban-btn-down {
    height: 42px;
    line-height: 42px;
  }
  .nban .nban-outer .nban-title1 {
    font-size: 26px;
    line-height: 36px;
  }
  .nban .nban-outer .nban-title2 {
    font-size: 26px;
    line-height: 36px;
    margin: 12px 0 20px;
  }
  .nban .nban-outer {
    top: 60%;
  }
  .proPage .proPage-type {
    padding: 52px 60px 0;
  }
  .proPage .proi-type-item {
    width: calc((100% - 72px) / 5);
    border-radius: 7px;
    margin-right: 18px;
  }
  .proPage .proi-types-bottom .proi-types-bottom-item {
    width: calc((100% - 72px) / 5);
    margin-right: 18px;
  }
  .proPage .pro-last {
    padding: 0 60px 60px;
  }
  .proPage .pro-item .name {
    font-size: 14px;
  }
  .proPage .pro-item {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    padding: 18px 21px;
    margin-bottom: 30px;
  }
  .proPage .pro-item .pro-item-bottom .item-right {
    width: 38px;
  }
  .proPage .pro-item .pro-item-bottom .pro-item-tabs {
    width: calc(95% - 38px);
  }
}
@media (max-width: 1251px) {
  .proPage .pro-last .pro-last-after .pro-last-second-title {
    padding: 0 22px;
    font-size: 14px;
    margin: 20px 12px;
  }
  .proPage .pro-last .pro-last-after .pro-last-titles {
    flex-wrap: wrap;
  }
  .proPage .proPage-type {
    padding: 42px 68px 0 5%;
  }
  .proPage .proi-type-item {
    flex-wrap: wrap;
  }
  .proPage .proi-type-item .text {
    font-size: 14px;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .proPage .proi-type-item .cover {
    margin: 0 auto 15px;
  }
  .proPage .pro-last .pro-last-title {
    padding: 0 30px;
    font-size: 14px;
  }
  .proPage .pro-last .pro-last-desc {
    margin: 23px 0;
    width: 100%;
    font-size: 14px;
  }
  .proPage .pro-last-adv {
    padding-top: 42px;
  }
  .proPage .pro-last-adv .pro-last-adv-title .text {
    height: 35px;
    font-size: 14px;
  }
  .proPage .pro-last-adv .pro-last-adv-line {
    height: 1px;
    margin: 26px 0 20px;
  }
  .proPage .pro-last-adv .pro-last-adv-text {
    font-size: 26px;
    line-height: 36px;
  }
  .proPage .pro-last-adv .pro-last-adv-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0 25px;
  }
  .proPage .pro-last-adv .pro-last-adv-item {
    border-radius: 9px;
    padding: 27px 17px;
    width: calc((100% - 45px) / 4);
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title .text {
    font-size: 16px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-title {
    margin: 18px 0 8px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-desc {
    font-size: 13px;
  }
  .proPage .pro-last-adv .pro-last-adv-item .pro-last-adv-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 6px;
  }
  .proPage .pro-last {
    padding: 0 60px 46px;
  }
  .proPage .pro-last-adv {
    padding-top: 30px;
  }
  .proPage .proi-type-item {
    padding: 20px 16px;
  }
}
@media (max-width: 1023px) {
  .proPage .pro-last .pro-last-after .pro-last-descs {
    margin-top: 10px;
    font-size: 14px;
  }
  .proPage .pro-last-adv .pro-last-adv-list {
    flex-wrap: wrap;
  }
  .proPage .pro-last-adv .pro-last-adv-item {
    margin-top: 20px;
    width: 48%;
  }
  .proPage .pro-last-adv .pro-last-adv-desc {
    font-size: 14px;
    margin: 12px 0 9px;
  }
  .proPage .pro-last {
    padding: 0 5% 46px;
  }
  .proPage .proPage-type {
    padding: 42px 5% 0 5%;
  }
  .proPage .proi-type-item {
    padding: 18px 8px;
    width: calc((100% - 40px) / 5);
    border-radius: 6px;
    margin-right: 10px;
  }
  .proPage .proi-type-item .cover1 img {
    width: 66%;
    height: 77%;
  }
  .proPage .proi-type-item .cover1 svg {
    width: 66%;
    height: 77%;
  }
  .proPage .pro-item .pro-item-bottom .pro-item-tabs {
    width: 100%;
    margin-bottom: 20px;
  }
  .proPage .pro-item .pro-item-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .proPage .pro-item {
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
    padding: 18px 18px;
    margin-bottom: 26px;
  }
  .proPage .webPage {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .proPage .pro-last .pro-last-after .pro-last-second-title {
    padding: 0 24px;
    font-size: 13px;
    margin: 15px 6px;
    min-width: 0;
  }
  .proPage .pro-last .pro-last-after {
    margin-top: 0;
  }
  .proPage .pro-last .pro-last-list {
    margin-top: 26px;
  }
  .proPage .pro-item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    margin-bottom: 18px;
  }
  .proPage .pro-item .pro-item-bottom .pro-item-tabs {
    display: none;
  }
  .proPage .pro-item .pro-tp {
    aspect-ratio: 1.33333333;
  }
  .proPage .webPage {
    margin-top: 15px;
  }
  .proPage .pro-item:nth-of-type(3n) {
    margin-right: 12px;
  }
  .proPage .pro-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .proPage .pro-last-adv .pro-last-adv-text {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .proPage .pro-last-adv .pro-last-adv-desc {
    text-align: center;
    margin: 12px 0 0;
  }
  .proPage .pro-last-adv .pro-last-adv-line {
    margin: 26px 0 26px;
  }
  .proPage .pro-last-adv .pro-last-adv-title {
    justify-content: center;
  }
  .nban .nban-outer .nban-title1 {
    font-size: 18px;
    line-height: 26px;
  }
  .nban .nban-outer .nban-title2 {
    font-size: 18px;
    line-height: 23px;
    margin: 8px 0 14px;
  }
  .nban {
    aspect-ratio: auto;
    height: 200px;
  }
  .nban .nban-outer {
    top: 50%;
  }
  .nban .nban-outer .nban-btns .nban-btn-item {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .nban .nban-outer .nban-btns .nban-btn-down {
    height: 36px;
    line-height: 36px;
    font-size: 13px;
  }
  .proPage .proPage-type {
    padding: 32px 5% 0 5%;
  }
  .proPage .nban-nav a {
    font-size: 14px;
  }
  .proPage .proi-types-group {
    flex-wrap: wrap;
  }
  .proPage .proi-types-bottom {
    display: none;
  }
  .proPage .proi-type-item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 12px;
  }
  .proPage .proi-type-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .proPage .pro-last .pro-last-title {
    margin-top: 5px;
  }
  .proPage .pro-last .pro-last-desc {
    margin: 18px 0;
    font-size: 12px;
  }
}
@media (max-width: 641px) {
  .proPage .pro-last-adv .pro-last-adv-item {
    margin-top: 18px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .proPage .proi-type-item .text {
    font-size: 12px;
  }
  .proPage .proi-type-item {
    padding: 15px 12px;
  }
  .proPage .pro-item .name {
    font-size: 12px;
  }
}
