@charset "UTF-8";
.section .container{
  padding: 1rem 9rem;
}
.img{
  width: 100%;
  height: 100%;
}
.section-margin-bottom{
  margin-bottom:3rem;
}
.section-margin-top{
  margin-top:3rem;
}
.cover-container{
  width:100vw;
  height:95vh;
  overflow: hidden;
  /* position:relative; */
}
.cover-text{
  width:100%;
  height: 1.8rem;
  text-align: center;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  color: #ea5504;
  font-size: 2rem;
  font-weight: 600;
}
.cover-text span{
  font-size:1rem;
  color:#fff;
  font-weight: 100;
}
.mat{
  display: flex;
  justify-content: space-around;
}
.mat .mat-items{
  margin-right:0.5rem;
  padding:2rem;
  font-size:0.8rem;
}
.reform-title{
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.reform-title p{
  position: relative;
  display: inline-block;
}
.multi-mode-intell-control .section-content .sub-title{
  margin-top:3rem;
  color: #ea5504;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.multi-mode-intell-control .section-content .sub-body{
  padding: 3rem 0;
}
.body-padding{
  padding:0 !important;
}
.multi-mode-intell-control .section-content .sub-body .product-show {
  margin: auto;
  text-align: center;
  transition: all .4s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show .product-air {
  display: inline-block;
  vertical-align: bottom;
  width: 20%;
  font-size: 0.8rem;
  transition: all .2s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show .product-10 {
    display: inline-block;
    vertical-align: bottom;
    width: 40%;
    font-size: 0.8rem;
    transition: all .2s ease-out;
}
.multi-mode-intell-control .section-content .sub-body .product-show span {
  display: inline-block;
  margin: 1rem 0;
  color:#373737;
}
.multi-mode-intell-control .section-content .sub-body .product-items-show {
  margin-top: 3rem;
}
.productSku{
  display:flex;
  align-items: center;
}
.productSku .left{
  width: 54.6%;
  overflow: hidden;
  border-radius: 0 0 0.4rem 0.4rem;
}
.productSku .right{
  position: relative;
  padding-top: 1rem;
  width: 41.2%;
  margin-left: 4.2%;
  font-size: 0.9rem;
  line-height: 1.8;
}
.productSku .right .product-title{
  color:#666;
}
.productSku .right .product-name{
  margin: 0.7em 0;
  font-size: 2rem;
}
.productSku .right dt{
  margin-top:1rem;
}
.productSku .right .product-configs{
  padding: 0.5rem 0 0 0;
}
.productSku .right .product-configs li{
  margin-top: 0;
  line-height: 2.2;
}  
.productSku .right .product-configs .config-name{
  display: inline-block;
  width: 8.4em;
  color: #999;
}
.productSku .right .btn-group-box{
  margin-top: 2rem;
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 1rem;
  border: 1px solid #ea5504;
  border-radius: 1.5rem;
  background: #ea5504;
}
.productSku .right .btn-group-box:hover{
  cursor: pointer;
  font-weight: 700;
}
.productSku .right .qrcodes{
  position: absolute;
  right: 8%;
  bottom: -6%;
}
.platform{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.platform li{
  width:32%;
  height: 100%;
  overflow: hidden;
  margin-right:1rem;
}
.platform li img{
  transition: all .4s ease-out;
}
.platform li:hover img{
  transform:scale(1.3);
}
