.assistance_box{
  max-width: 64px;
  position: fixed;
  top: 40%;
  right: 20px;
  z-index: 99;
  display: none;
}
.assistance_box .assistance_btn{
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #0373C3;
  padding-top: 11px   ;
  padding-bottom:   9px ;
  /* padding-left: 6px; */
  /* padding-right: 6px; */

  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;transition: all 0.3s;
}

.assistance_box .assistance_btn a{
  /* padding-left: 6px; */
  /* padding-right: 6px; */

  display: flex;
  flex-direction: column;
  align-items: center;
}

.assistance_box .assistance_btn.service_btn {
  background: linear-gradient( 180deg, #289DF1 0%, #0070C0 100%);
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  margin-bottom: 15px;

}
.assistance_box .assistance_btn .service_tit{
  margin-top: 5px;
  font-size: 13px;
}
.assistance_box .assistance_btn.service_btn .service_tit{
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.3;

  width: fit-content;
}
.assistance_box .assistance_btn svg{
  margin-right: 0;
}

.service_bg{
  background-color: #fff;
  border-radius: 50%;

  padding: 8px;
}


.shop_cart svg{
  width: 26px;
  height: 24px;
}
.assistance_box .assistance_btn.vs .compare_customize{
  display: none;
}
.vs svg{
  width: 24px;
  height: 24px;
}
.Member_center svg{
  width: 23px;
  height: 23px;
}
.assistance_box .assistance_btn.back_top{
  border: 0;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);
}
.assistance_box .assistance_btn:hover{
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);

}

.assistance_box .assistance_btn.back_top {
  padding-top: 8px;
  padding-bottom: 5px;
}
.assistance_box .assistance_btn.back_top svg{
  width: 20px;
  height: 18px;
}


.vs,.shop_cart{
  position: relative;
}
/* 角标 */
.subscript{
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #FF4600;
  border-radius: 50%;
  color: #ffffff;
font-size: 12px;
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 3;

  display: none;
}
.subscript_cart {
  display: block;
}
.compare_customize{
  max-width: 448px;
  width: 448px;
  max-height: 473px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E6E6E6;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 20px);
  z-index: 99;

  padding-top: 16px;
  

}


.compare_btnB{
  display: flex;
  padding-top: 22px;
  padding-bottom: 22px;
  justify-content: center;
}
.tit_txt{
  margin-left: 22px;
}
.compare_btnB >div{
  width: 130px;
  line-height: 40px;
  border-radius: 28px 28px 28px 28px;

  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.Alldel_btn{
  background-color:#E5E5E5 ;
  color: #545454;
}
.Allcompare_btn{
 background-color: #0070C0;
 color: #ffffff;

 margin-left: 44px;
}
.pro_title{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  font-style: normal;
  text-transform: none;
  /* 1. 隐藏超出容器的内容 */
  overflow: hidden;
  /* 2. 显示省略号 */
  text-overflow: ellipsis;
  /* 3. 设置弹性盒模型 */
  display: -webkit-box;
  /* 4. 指定显示的行数 */
  -webkit-line-clamp: 2; /* 显示3行 */
  /* 5. 垂直方向排列 */
  -webkit-box-orient: vertical;
  /* 6. 容器高度可选（根据行高计算） */
  width: 327px;
}
.pro_type{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: normal;
  text-transform: none;

  margin-top: 13px;
}
/* 对比列表  */
.proLists{
    padding-left: 12px;
  padding-right: 12px;
    max-height: calc(473px - 84px - 16px);
  overflow-y: auto;
  padding-bottom: 20px;
}
.proLists_items{
  display: flex;
  border-bottom: 1px solid #EEEFF2;

  padding-bottom: 12px;
}
.proLists_items .proImg{
  width: 100px;
  height: 100px;
}

.proLists_items .proImg img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}




.proLists_items + .proLists_items{
  margin-top: 9px;
}

.duibi_checkbox{
  cursor: pointer;
}
@media screen and (max-width: 768px){
  .assistance_box{
    max-width: 58px;
  }
  .compare_btnB{
    padding:  22px 10px;
  }
}
@media screen and (max-width: 425px){
  .compare_customize{
    width: 265px;
  }
}