body {
  background-color: #fafafa !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;
}
.breadcrumb-content {
  background-color: #fafafa;
}
.breadcrumb-content .w {
  background-color: #fafafa;
}
.breadcrumb-content .w .top_1 {
  background-color: #fafafa;
}
.breadcrumb-content .w .top_1 .breadcrumb {
  background-color: #fafafa !important;
  margin-bottom: 0;
}

.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 48px;
  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: 20px;
}

.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;
}

.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-col{
  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% - 50px) / 2 );

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

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

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


.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;
}
