html{    /* 新增 */
  font-size: 16px !important;  /* 浏览器默认字体大小（通常为 16px） */
}
* {
  margin: 0;
  padding: 0;
}
.page-content {
  padding-top: 30px;
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
li {
  list-style: none;
}
body {
  font-family: "Hiragino Sans GB", "\51AC\9752\9ED1";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.appear {
  display: block !important;
}
.disappear {
  display: none !important;
}
input::-webkit-input-placeholder {
  color: #B0B0B0;
}
input:-moz-placeholder {
  color: #B0B0B0;
}
input::-moz-placeholder {
  color: #B0B0B0;
}
input:-ms-input-placeholder {
  color: #B0B0B0;
}
a {
  text-decoration: none;
}
.imgcover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.imgcover img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  width: auto;
  height: auto;
}
/* height width line-height */
/* left right top bottom */
/* padding margin */
/* font-size */
/* border */
.page-content {
  padding-top: 0;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download {
  position: relative;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .banner {
  padding-top: 174px;
  height: 501px;
  background: url("../../../../images/web/banner-hd.png") no-repeat center center;
  background-size: cover;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce {
  margin: 0 auto;
  max-width: 543px;
  color: #fff;
  text-align: center;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce h2 {
  margin-bottom: 40px;
  font-size: 48px;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce p {
  font-size: 18px;
  line-height: 25px;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads {
  margin-top: 20px;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons {
  text-align: center;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: 140px;
  height: 40px;
  background-color: #fff;
  color: #56C5B6;
  vertical-align: middle;
  font-size: 20px;
  line-height: 40px;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode {
  position: absolute;
  bottom: 50px;
  z-index: 100;
  visibility: hidden;
  overflow: hidden;
  padding: 15px 15px 10px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode .qrcode {
  display: inline-block;
  margin-bottom: 8px;
  background-color: #ffffff;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode span {
  display: inline-block;
  color: #3E4348;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a:hover .weixin-qrcode {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a:last-child {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-right: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.page-content .com-homes-detail .homes-detail-hd .introduce-download .banner-pc {
  display: block;
  margin: 110px auto 0;
  width: 496px;
  height: 423px;
}
.page-content .com-homes-detail .homes-detail-bd {
  margin-top: 270px;
}
.page-content .com-homes-detail .homes-detail-bd .company-brief {
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 780px;
  color: #404040;
  text-align: center;
}
.page-content .com-homes-detail .homes-detail-bd .company-brief h3 {
  font-weight: normal;
  font-size: 34px;
}
.page-content .com-homes-detail .homes-detail-bd .company-brief h3:after {
  display: block;
  margin: 30px auto;
  width: 62px;
  height: 2px;
  background-color: #64CABC;
  content: '';
}
.page-content .com-homes-detail .homes-detail-bd .company-brief p {
  color: #9D9D9D;
  font-size: 18px;
  line-height: 30px;
}
.page-content .com-homes-detail .homes-detail-bd .serves {
  padding: 100px 0px;
  background-color: #F8FBFD;
  text-align: center;
}
.page-content .com-homes-detail .homes-detail-bd .serves li {
  display: inline-block;
  /* padding: 30px 28px; */
  background-color: #fff;
  box-shadow: 0 0px 14px 2px rgba(0, 0, 0, 0.08);
  color: #404040;
  margin-right: 30px;  /* 新增 */
  padding: 32px 23px;  /* 新增 */
  height: 158px;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .serves li .icon {
  width: 50px;
  height: 50px;
}
.page-content .com-homes-detail .homes-detail-bd .serves li h5 {
  margin: 20px 0;
  font-weight: normal;
  font-size: 20px;
}
.page-content .com-homes-detail .homes-detail-bd .serves li p {
  max-width: 234px;
  color: #7B7B7B;
  font-size: 16px;
  line-height: 22px;
}
.page-content .com-homes-detail .homes-detail-bd .serves li:last-child {
  margin-right: 0;
}
.page-content .com-homes-detail .homes-detail-bd .serves .collect img {
  width: 52px;
}
.page-content .com-homes-detail .homes-detail-bd .serves .chart img {
  height: 51px;
}
.page-content .com-homes-detail .homes-detail-bd .serves .identify img {
  width: 52px;
  height: 52px;
}
.page-content .com-homes-detail .homes-detail-bd .serves .pick img {
  width: 55px;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain {
  margin: 0 auto;
  text-align: justify;
  max-height: 341px;
  max-width: 1208px;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .pic{
  display: inline-block;
  vertical-align: middle;
  width: 595px;
  height: 340px;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .words {
  display: inline-block;
  vertical-align: middle;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .words h3 {
  color: #404040;
  font-weight: normal;
  font-size: 34px;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .words h3:after {
  display: block;
  margin: 30px 0;
  width: 62px;
  height: 2px;
  background-color: #64CABC;
  content: '';
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .words p {
  color: #7B7B7B;
  font-size: 18px;
  line-height: 30px;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain .pic img {
  /* display: inline-block; */
  /* vertical-align: middle; */
  width:100%;
  height:100%;
}
.page-content .com-homes-detail .homes-detail-bd .block .contain:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}
.page-content .com-homes-detail .homes-detail-bd .media-introduce {
  /* padding: 100px 0 20px 0; */
  padding: 100px 0 60px 0;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .media-introduce .contain .words {
  /* max-width: 527px; */
  max-width: 480px;   /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .media-introduce .contain .pic { /* 新增 */
  display: inline-block;
  vertical-align: middle;
  width: 595px;
  height: 340px;
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce {
  padding: 122px 0 88px 0;
  background: url("../../../../../images/web/banner-bd.png") no-repeat center center;
  /* background-size: cover; */
  background-size: 100% 100%;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words {
  /* max-width: 386px; */
  max-width: 480px;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words h3 {
  color: #fff;
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words h3:after {
  background-color: #fff;
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words p {
  margin-bottom: 30px;
  color: #fff;
}
.page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words p:last-child {
  margin-bottom: 0px;
}
.page-content .com-homes-detail .homes-detail-bd .topic-introduce {
  /* padding: 100px 0 20px 0; */
  padding: 100px 0 60px 0;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .topic-introduce .contain .pic {
  /* width: 620px;
  height: 328px; */
  max-width: 595px;   /* 新增 */ 
  max-height: 340px;  /* 新增 */
  vertical-align: middle;
}
.page-content .com-homes-detail .homes-detail-bd .topic-introduce .contain .words {
  /* max-width: 390px; */
  max-width: 480px;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-bd .hot-introduce .contain {
  max-width: 910px;
}
.page-content .com-homes-detail .homes-detail-bd .hot-introduce .contain .hot {
  width: 291px;
  height: 405px;
}
.page-content .com-homes-detail .homes-detail-bd .hot-introduce .contain .words {
  max-width: 490px;
}
.page-content .com-homes-detail .homes-detail-ft {
  margin-top: 20px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft {
  /* padding: 120px 0 40px 0; */
  padding: 120px 0 70px 0;  /* 新增 */
  background: url("../../../../images/web/banner-ft.png") no-repeat center center;
  background-size: cover;
  height: 300px;  /* 新增 */
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul {
  margin: 0 auto;
  /* max-width: 920px; */
  max-width: 985px;     /* 新增 */
  text-align: justify;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li {
  display: inline-block;
  margin-bottom: 90px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words {
  display: inline-block;
  max-width: 290px;
  color: #fff;
  vertical-align: top;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words h3 {
  margin-bottom: 6px;
  font-size: 22px;
  line-height: 30px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words p {
  font-size: 16px;
  line-height: 30px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li img {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .product {
  width: 39px;
  height: 40px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .technology {
  width: 40px;
  height: 41px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .confirm {
  width: 35px;
  height: 41px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .diamond {
  width: 43px;
  height: 38px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li:last-child {
  margin-bottom: 0px;
}
.page-content .com-homes-detail .homes-detail-ft .banner-ft ul li:nth-child(3) {
  margin-bottom: 0px;
}
.page-content .com-homes-detail .homes-detail-ft .police {
  padding: 20px 0;
  width: 100%;
  background-color: #2F3939;
}
.page-content .com-homes-detail .homes-detail-ft .police p {
  margin-bottom: 5px;
  color: #9EA1A4;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.page-content .com-homes-detail .homes-detail-ft .police p:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 500px) {
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner {
    padding-top: 82px;
    padding-top: 3.49866667rem;
    height: 302px;
    /* height: 12.88533333rem; */
    height: 14rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce {
    max-width: 271.5px;
    /* max-width: 11.584rem; */
    max-width: 17rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce p {     /* 新增 */
    font-size: 16px;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce h2 {
    margin-bottom: 20px;
    margin-bottom: 0.85333333rem;
    font-size: 24px;
    /* font-size: 1.024rem; */
    font-size: 1.2rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner .introduce span {
    font-size: 9px;
    font-size: 0.384rem;
    line-height: 12.5px;
    line-height: 0.53333333rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads {
    margin-top: 20px;
    margin-top: 0.85333333rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a {
    margin-right: 15px;
    margin-right: 0.64rem;
    width: 70px;
    width: 2.98666667rem;
    height: 20px;
    height: 0.85333333rem;
    font-size: 10px;
    font-size: 0.42666667rem;
    line-height: 20px;
    line-height: 0.85333333rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode {
    bottom: 25px;
    bottom: 1.06666667rem;
    left: -28px;
    left: -1.19466667rem;
    padding: 7.5px 7.5px 5px;
    padding: 0.32rem 0.32rem 0.21333333rem;
    font-size: 6px;
    font-size: 0.256rem;
    line-height: 6px;
    line-height: 0.256rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode .qrcode {
    margin-bottom: 4px;
    margin-bottom: 0.17066667rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .weixin-qrcode span {
    font-size: 8px;
    font-size: 0.34133333rem;
    line-height: 11px;
    line-height: 0.46933333rem;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a .show {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100) !important;
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .downloads .buttons a:hover .weixin-qrcode {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .page-content .com-homes-detail .homes-detail-hd .introduce-download .banner-pc {
    margin-top: 65px;
    /* margin-top: 2.77333333rem; */
    margin-top: 2rem; /* 新增 */
    width: 248px;
    /* width: 10.58133333rem; */
    width: 15rem; /* 新增 */
    height: 211.5px;
    /* height: 9.024rem; */
    height: 12.5rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd {
    margin-top: 143.5px;
    /* margin-top: 6.12266667rem; */
    margin-top: 10rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .company-brief {
    margin-bottom: 50px;
    margin-bottom: 2.13333333rem;
    max-width: 300px;
    /* max-width: 12.8rem; */
    max-width: 18rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .company-brief p {   /* 新增 */
    font-size: 16px;
  }
  .page-content .com-homes-detail .homes-detail-bd .company-brief h3 {
    font-size: 17px;
    /* font-size: 0.72533333rem; */
    font-size: 1.2rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .company-brief h3:after {
    margin-top: 15px;
    /* margin-top: 0.64rem; */
    margin-top: 1rem; /* 新增 */
    width: 31px;
    /* width: 1.32266667rem; */
    width: 2rem;  /* 新增 */
    height: 1px;
    /* height: 0.04266667rem; */
    height: 0.1rem;   /* 新增 */
    margin: 1rem auto;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .company-brief span {
    font-size: 9px;
    font-size: 0.384rem;
    line-height: 15px;
    line-height: 0.64rem;
  }
  .page-content .com-homes-detail .homes-detail-bd .serves {
    padding: 50px 0px;
    padding: 2.13333333rem 0rem;
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li {
    margin-right: 10px;
    /* margin-right: 0.42666667rem; */
    margin-right: 1rem; /* 新增 */
    margin-bottom: 20px;
    /* margin-bottom: 0.85333333rem; */
    margin-bottom: 1rem;  /* 新增 */
    padding: 15px 14px 0px;
    /* padding: 0.64rem 0.59733333rem 0rem; */
    padding: 1.8rem 1rem; /* 新增 */
    /* height: 120px;
    height: 5.12rem; */
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.08);
    vertical-align: middle;
    height: 5.6rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li .icon {
    /* width: 25px;
    width: 1.06666667rem;
    height: 25px;
    height: 1.06666667rem; */
    width: 1.6rem;  /* 新增 */
    height: 1.6rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li h5 {
    margin-top: 10px;
    /* margin-top: 0.42666667rem; */
    margin: 0.8rem 0;
    font-size: 10px;
    /* font-size: 0.42666667rem; */
    font-size: 0.8rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li p {
    max-width: 117px;
    /* max-width: 4.992rem; */
    max-width: 7.5rem;  /* 新增 */
    font-size: 8px;
    /* font-size: 0.34133333rem; */
    font-size: 0.6rem;  /* 新增 */
    line-height: 11px;
    /* line-height: 0.46933333rem; */
    line-height: 0.8rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li:nth-child(2) {
    margin-right: 0;
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li:nth-child(3) {
    margin-bottom: 0;
  }
  .page-content .com-homes-detail .homes-detail-bd .serves li:last-child {
    margin-bottom: 0;
  }
  .page-content .com-homes-detail .homes-detail-bd .block .contain {
    max-width: 320px;
    /* max-width: 13.65333333rem; */
    max-width: 20rem;
    
    display: flex;  /* 新增 */
    align-items: center;  /* 新增 */
    justify-content: space-between; /* 新增 */
    flex-wrap: wrap; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .block .contain .words {
    max-width: 150px;
    /* max-width: 6.4rem; */
    max-width: 10rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .block .contain .words h3 {
    font-size: 17px;
    /* font-size: 0.72533333rem; */
    font-size: 0.9rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .block .contain .words h3:after {
    margin-top: 15px;
    margin-top: 0.64rem;
    width: 31px;
    /* width: 1.32266667rem; */
    width: 1.7rem;  /* 新增 */
    height: 1px;
    height: 0.04266667rem;
    margin: 0.7rem 0; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .block .contain .words p {
    font-size: 9px;
    /* font-size: 0.384rem; */
    font-size: 0.58rem;  /* 新增 */
    line-height: 15px;
    /* line-height: 0.64rem; */
    line-height: 0.9rem;
  }
  .page-content .com-homes-detail .homes-detail-bd .media-introduce {
    padding: 50px 0px 10px 0px;
    /* padding: 2.13333333rem 0rem 0.42666667rem 0rem; */
    padding: 2.2rem 0rem 2.2rem 0rem;
  }
  .page-content .com-homes-detail .homes-detail-bd .media-introduce .contain .pic {
    width: 150px;
    /* width: 6.4rem; */
    height: 150px;
    /* height: 6.4rem; */
    width: 8rem;  /* 新增 */  
    height: 4.4rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .emotion-introduce {
    padding: 61px 0px 54px 0px;
    /* padding: 2.60266667rem 0rem 2.304rem 0rem; */
    padding: 2.2rem 0rem 2.2rem 0rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .pic {
    width: 150px;
    /* width: 6.4rem; */
    height: 82.5px;
    /* height: 3.52rem; */
    width: 8rem;  /* 新增 */  
    height: 4.4rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .emotion-introduce .contain .words p {
    margin-bottom: 15px;
    margin-bottom: 0.64rem;
  }
  .page-content .com-homes-detail .homes-detail-bd .topic-introduce {
    padding: 50px 0px 10px 0px;
    /* padding: 2.13333333rem 0rem 0.42666667rem 0rem; */
    padding: 2.2rem 0rem 2.2rem 0rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .topic-introduce .contain .pic {
    width: 150px;
    /* width: 6.4rem; */
    height: 82.5px;
    /* height: 3.52rem; */
    width: 8rem;  /* 新增 */  
    height: 4.4rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-bd .hot-introduce .contain .hot {
    width: 145px;
    width: 6.18666667rem;
    height: 202px;
    height: 8.61866667rem;
  }
  .page-content .com-homes-detail .homes-detail-ft {
    margin-top: 10px;
    margin-top: 0.42666667rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft {
    padding: 50px 0px 20px 0px;
    padding: 2.13333333rem 0rem 0.85333333rem 0rem;
    height: 9.6rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul {
    max-width: 320px;
    /* max-width: 13.65333333rem; */
    max-width: 19rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li {
    margin-bottom: 45px;
    margin-bottom: 1.92rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words {
    max-width: 100px;
    /* max-width: 4.26666667rem; */
    max-width: 6.5rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words h3 {
    margin-bottom: 3px;
    /* margin-bottom: 0.128rem; */
    margin-bottom: 0.6rem;  /* 新增 */
    font-size: 11px;
    /* font-size: 0.46933333rem; */
    font-size: 0.7rem;  /* 新增 */
    line-height: 15px;
    line-height: 0.64rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .words p {
    font-size: 8px;
    /* font-size: 0.34133333rem; */
    font-size: 0.5rem;  /* 新增 */
    line-height: 15px;
    /* line-height: 0.64rem; */
    line-height: 0.85rem;  /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li img {
    margin-right: 10px;
    margin-right: 0.42666667rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .product {
    /* width: 18px;
    width: 0.768rem;
    height: 22.5px;
    height: 0.96rem; */
    width: 1rem;  /* 新增 */
    height: 1rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .technology {
    /* width: 20px;
    width: 0.85333333rem;
    height: 20px;
    height: 0.85333333rem; */
    width: 1rem;  /* 新增 */
    height: 1rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .confirm {
    /* width: 17.5px;
    width: 0.74666667rem;
    height: 20px;
    height: 0.85333333rem; */
    width: 1rem;  /* 新增 */
    height: 1rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .banner-ft ul li .diamond {
    /* width: 21px;
    width: 0.896rem;
    height: 19px;
    height: 0.81066667rem; */
    width: 1rem;  /* 新增 */
    height: 1rem; /* 新增 */
  }
  .page-content .com-homes-detail .homes-detail-ft .police {
    padding: 10px 0px;
    padding: 0.42666667rem 0rem;
  }
  .page-content .com-homes-detail .homes-detail-ft .police p {
    margin-bottom: 5px;
    /* margin-bottom: 0.21333333rem; */
    margin-bottom: 0.5rem;  /* 新增 */
    font-size: 7px;
    /* font-size: 0.29866667rem; */
    font-size: 0.5rem;  /* 新增 */
    line-height: 10px;
    line-height: 0.42666667rem;
  }
}
body {
  min-width: 1270px;
}
@media screen and (max-width: 500px) {
  body {
    min-width: 100%;
  }
}
