.grey-bg {
  background-color: #FFFFFF !important;
}
.Solu_top {
  height: 350px;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/Solution/top_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.Solu_top .Solu_top_1 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.Solu_top .Solu_top_1 .Solu_top-top {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  padding-top: 106px;
}
.Solu_top .Solu_top_1 .Solu_top-buttom {
  color: #fff;
  padding-top: 34px;
  font-size: 24px;
  line-height: 64px;
}
.breadcrumb {
  background-color: #f0f0f0 !important;
}

.product-container{
  display: flex;
  padding-bottom: 40px;
}

.product-container .product-list{
  flex: 1;
  margin-left: 50px;
}

.head-bg{
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/ProductCenter/head_bg.png");
}
/* 添加滚动固定 */
.product-container .product-side{
  position: sticky;
  float: left;
  top: 84px;
  
  width: 260px;
  background: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  padding: 20px 12px;
  height: -webkit-fit-content;
} 

.breadcrumb{
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid #D6D6D6;
}

.product-side .title{
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  padding: 0 23px 12px 23px;
  border-bottom: 1px solid #D8D8D8;
}

.product-side .product-side-item{
  /* padding: 0px 0px 10px 17px; */
  border-bottom: 1px solid #D8D8D8;
}

.product-side .product-side-item:last-child{
  /* padding: 0px 0px 10px 17px; */
  border-bottom: none;
}

.product-side-item .product-side-item-parent{
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #333333;
  line-height: 16px;
  justify-content: space-between;
  padding: 15px 0px 15px 23px;
  cursor: pointer;
}

.product-side-item .product-side-item-parent[aria-expanded = 'true']{
  color: #C6281D;
}


.product-side-item .product-side-item-child{
  padding: 7.5px 0px 7.5px 24px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 19px;
}

.product-side-item .product-side-item-child:hover {
  color: #C6281D;
}

.product-side-item .product-side-item-child-active {
  color: #C6281D;
}

.product-side-item .multi-collapse {
  padding-bottom: 10px;
}

.product-side-item-parent div{
  display: flex;
  align-items: center;
}

.product-side-item-parent .title-icon,
.product-side-item-parent .title-icon-active,
.product-side-item-parent .title-icon{
  margin-right: 7px;
  width: 18px;
  height: 18px;
  display: none;
}

.product-side-item-parent .icon-close, 
.product-side-item-parent .icon-open
{
  /* margin-right: 5px; */
  width: 16px;
  height: 16px;
  display: none;
}

.product-side-item-parent[aria-expanded = 'true'] .icon-open{
  display: block;
}

.product-side-item-parent[aria-expanded = 'false'] .icon-close{
  display: block;
}

.product-side-item-parent[aria-expanded = 'true'] .title-icon-active{
  display: block;
}

.product-side-item-parent[aria-expanded = 'false'] .title-icon{
  display: block;
}



.product-container .product-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 20px;
  grid-column-gap: 30px;
}

.product-list .product-list-item{
  background: #FFFFFF;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
}

.product-dl-container{
  position: relative;
  flex: 1;
}

.product-dl-container .product-detail{
  /* position: absolute; */
  width: -webkit-fill-available;
  /* height: 100%; */
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  
  z-index: 3;
  margin-left: 50px;
}

.product-detail .detail-cotnainer{
  width: 100%;
  background-color: #fff;
  padding: 37px 37px 18px 37px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 30px;
}
.solution-detail{
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.solution-detail .title{
  font-size: 30px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 500;
color: #333333;
line-height: 35px;
margin-bottom: 30px;
}

.solution-detail .des{
  font-size: 16px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #666666;
line-height: 28px;
}

.solution-detail .detail-bg-img {
  width: 100%;
  height: 321px;
  overflow: hidden;
  margin-top: 30px;
}
.solution-detail .detail-bg-img .bg{
  width: 100%;
}



.solution-detail .sub-title{
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  margin-top: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 43px;
}


.sub-title::after{
  content: '';
  position: absolute;
  width: 96px;
  height: 2px;
  background: rgba(198,40,29,0.5);
  border-radius: 27px 27px 27px 27px; 
  left: calc(50% - (96px / 2));
  bottom: -5px;
}
.sub-title-empty {
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  text-align: center;
  position: relative;
  margin-bottom: 43px;
}

.solution-detail .sub-bg{
  width: 100%;
  margin-bottom: 50px;
}
.solution-detail .sub-bg-sm{
  width: 90%;
  margin: 0 auto 50px;
}

.solution-detail .bottom-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}


.detail-cotnainer .detail-cover{
  width: 300px;
  height: 280px;
  margin-right: 50px;
}

.detail-top{
  display: flex;
  margin-bottom: 31px;
}

.detail-bottom  {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.detail-bottom .detail-bottom-title{
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}

.detail-bottom-content{
  display: flex;
    width: -webkit-fill-available;
    flex-wrap: wrap;
    background: #FFFFFF;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}


.for-system{
  display: flex;
  flex-direction: column;
}

.for-system .bar{
  width: 150px;
height: 1px;
background: #D8D8D8;
margin-bottom: 9px;
}

.first-title{
  font-size: 14px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  min-width: 70px;
}


.first-value{
  font-size: 14px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #666666;
line-height: 28px;
}

.for-system .bar-title{
  display: flex;
  align-items: flex-start;
}

.detail-bottom-content .bottom-content-item-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 50px) / 2 );

  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  padding: 21px 17px 21px 18px;
}

.bottom-content-item-left img{
  width: 34px;
  height: 34px;
}

.bottom-content-item-left .title{
  margin-top: 5px;
  font-size: 16px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin: 10px 0;
}

.bottom-content-item-left .des{
  font-size: 12px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}


.detail-bottom-content .bottom-content-item{
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 17px 21px 18px;
  width: calc((100% - 40px) / 3 );

  font-size: 13px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}

.detail-bottom-content.left-align{
  gap: 30px 50px;
  justify-content: flex-start;
}

.bottom-content-item img{
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
}

.bottom-content-item .des{
  font-size: 14px;
font-weight: 500;
color: #333333;
line-height: 28px;
text-align: center;
}


.detail-cotnainer .detail-left{

}

.detail-left .detail-title{
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  padding-bottom: 5px;
  padding-right: 4px;
  border-bottom: 3px solid #D86961;
  display: inline-block;
  margin-bottom: 24px;
  margin-top: 24px;
}

.detail-left .detail-des{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.product-detail .step-bar{
  width: 100%;
  display: flex;
  align-items: center;
}

.step-bar div{
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  padding: 6px 61px 6px 51px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.05);
  cursor: pointer;
}

.step-bar .prev-button{
  background-color: #fff;
  color: #333333;
}

.step-bar .next-button{
  background-color: #C6281D;
  color: #fff;
}


.product-list-item .item-bottom{
  padding: 13px 15px;
}

.product-list-item .item-bottom-title{
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
}


.product-list-item .item-bottom-des{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

.solution-detail{
  display: flex;
  flex-direction: column;
}

.solution-detail .title{
  font-size: 30px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 500;
color: #333333;
line-height: 35px;
margin-bottom: 30px;
}

.solution-detail .des{
  font-size: 16px;
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
font-weight: 400;
color: #666666;
line-height: 28px;
}

.solution-detail .detail-bg-img {
  width: 100%;
  height: 321px;
  overflow: hidden;
  margin-top: 30px;
}
.solution-detail .detail-bg-img .bg{
  width: 100%;
}



.solution-detail .sub-title{
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  margin-top: 50px;
  text-align: center;
  position: relative;
  margin-bottom: 43px;
}


.sub-title::after{
  content: '';
  position: absolute;
  width: 96px;
  height: 2px;
  background: rgba(198,40,29,0.5);
  border-radius: 27px 27px 27px 27px; 
  left: calc(50% - (96px / 2));
  bottom: -5px;
}

.bottom-content .bottom-title{
  font-size: 24px;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
  margin-bottom: 30px;
}

.bottom-content .bottom-container{
  display: flex;
  gap: 28px 44px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.bottom-content .bottom-container-s {
  gap: 28px 27px;
}

.bottom-content img{
  width: 100%;
}

.bottom-container .bottom-container-item{
  display: flex;
  flex-direction: column;
  padding: 12px 7px 14px 7px;
  width: calc((100% - 88px) / 3);
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
  align-items: center;
}

.bottom-container .col2{
  width: calc((100% - 44px) / 2);
}

.bottom-container .col4{
  width: calc((100% - 81px) / 4);
  padding: 12px 15px 14px 15px;
}

.bottom-container .col3{
  width: calc((100% - 81px) / 3);
  padding: 12px 5px 14px 5px;
}

.bottom-container-item img{
  width: 44px;
  height: 44px;
  margin-bottom: 21px;
}


.bottom-container-item .item-label{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  text-align: center;
}

.bottom-container .col4 .item-label{
  width: 100%;
  text-align: left;
  margin-top: 5px;
  line-height: 25px;
}

.bottom-container .col3 .item-label{
  width: 100%;
  text-align: left;
  margin-top: 5px;
  line-height: 25px;
}


.bottom-container-item .item-title{
  font-size: 16px;
  font-weight: 400;
  color: #c6281d;
  line-height: 16px;
  text-align: left;
  width: 100%;
  margin: 10px 0
}
