﻿#smartPark .indexDivTitle,
#smartProperty .indexDivTitle {
  margin-top: 65px;
  margin-bottom: 34px !important;
}
#smartPark .topBg,
#smartProperty .topBg {
  width: 100%;
  height: auto !important;
  padding: 0 !important;
  background: none !important;
}
#smartPark .content,
#smartProperty .content {
  width: 1440px;
  margin: 0 auto;
  margin-bottom: 50px;
}
#smartPark .content .park-title,
#smartProperty .content .park-title {
  margin: 30px auto 0 auto;
  width: fit-content;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  padding-bottom: 10px;
  border-bottom: 2px solid #B73D1E;
}
#smartPark .content .introduce,
#smartProperty .content .introduce {
  padding: 20px 9vw 20px 9vw;
  font-weight: 400;
  font-size: 18px !important;
  color: #333333;
  line-height: 30px;
  text-align: justify;
  font-style: normal;
  background: #EFF6FC;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#smartPark .content .introduce .icon,
#smartProperty .content .introduce .icon {
  margin-left: 3.8vw;
  display: block;
  width: 100px;
  height: 100px;
}
@media (max-width: 1440px) {
  #smartProperty .topBg {
    margin-bottom: 32px;
  }
  #smartProperty .content {
    width: 100% !important;
    margin-bottom: 32px;
  }
}
.product-application {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
.product-application .product-item {
  width: 320px !important;
  height: 280px !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-bottom: 20px !important;
  margin-right: 20px !important;
  padding-top: 24px !important;
  cursor: pointer;
  transition: all 0.3s;
  border: 2px solid #FFFFFF;
}
.product-application .product-item:nth-child(3n+3) {
  margin-right: 0;
}
.product-application .product-item:hover {
  box-shadow: 0px 0px 20px 0px rgba(47, 127, 255, 0.18);
  border-radius: 10px;
  border: 2px solid #E1EAFF;
}
.product-application .product-item .icon {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  margin-bottom: 26px;
}
.product-application .product-item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  margin-bottom: 40px;
}
.product-application .product-item .desc-info {
  margin-bottom: 16px;
  justify-content: space-evenly;
}
.product-application .product-item .desc-info .df-c {
  margin-bottom: 16px;
}
.product-application .product-item .desc-info .arrow {
  width: 11px;
  height: 16px;
  display: block;
  margin-right: 6px;
}
.product-application .product-item .desc-info .text {
  height: 18px;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 14px;
  text-align: left;
  font-style: normal;
}
@media (max-width: 800px) {
  #smartProperty .content .park-title {
    margin: 16px auto 0 auto;
    width: fit-content;
    font-weight: bold;
    font-size: 14px !important;
    color: #333333;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    padding-bottom: 4px;
    border-bottom: 2px solid #B73D1E;
  }
  #smartProperty .content .screen-img {
    margin: 12px auto 30px !important;
  }
  #smartProperty .content .introduce {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #smartProperty .indexDivTitle {
    margin-top: 30px !important;
  }
  .introduce-img {
    width: 96% !important;
  }
  .product-application {
    width: 84%;
  }
  .product-application .product-item {
    width: 100%;
    margin-right: 0;
  }
}
