
/*------------------------------------------------
--css   SCRM官网-下载中心
--by    市场部 Web Designer&Front end Engineer Sivan
--date  2022.12.11
--less  文件已编译  

--需要提前载入24栅格系统 grid.min.css
--主流分辨率：1920px、1440px、1366px（优先考虑PC端）
--PC端内容宽度：1424px，前端JS转换100px=rem、
-------------------------------------------------*/
body {
  background-color: var(--color_body);
}
.hlep_tips {
  font-size: 16px;
  text-align: center;
  padding-top: 0.64rem;
  padding-bottom: 0.8rem;
}
.hlep_tips .icon_tips {
  color: var(--color_primary);
}
.hlep_tips .num {
  color: var(--color_primary);
}
.hlep_tips .btn {
  color: var(--color_primary);
}
.hlep_tips .btn:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.ani_svg_line {
  stroke-dasharray: 88;
  stroke-dashoffset: 88;
  animation: dash 0.6s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
#mac_tips {
  padding: 0.64rem;
  border-radius: 0.08rem;
  backdrop-filter: blur(0.32rem);
  --webkit-backdrop-filter: blur(0.32rem);
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
}
#mac_tips .dialog_tt {
  text-align: center;
  padding-top: 0.16rem;
  padding-bottom: 0.24rem;
}
#mac_tips .dialog_tt .tt {
  font-weight: normal;
}
#mac_tips .btn_w {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -0.08rem 0 -0.08rem;
  padding-top: 0.16rem;
  padding-bottom: 0.56rem;
  text-align: center;
}
#mac_tips .btn_w .btn {
  font-size: 14px;
  min-width: 2rem;
  padding: 0 0.24rem 0 0.24rem;
  margin: 0 0.08rem 0 0.08rem;
}
#mac_tips h6 {
  font-weight: normal;
  padding-bottom: 0.16rem;
}
#mac_tips .text_w {
  color: var(--color_muted);
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}
#mac_tips kbd {
  font-family: "num", Helvetica, arial, sans-serif;
  font-weight: 700;
  font-weight: blod;
  padding: 2px 4px;
  color: var(--color_primary);
  padding: 0.02rem 0.08rem;
  border-radius: 0.24rem;
}
.download_w {
  font-family: "num", Helvetica, arial, sans-serif;
  padding-top: 0.64rem;
  padding-bottom: 0.8rem;
}
.download_w .client_w .title_box {
  text-align: center;
  padding: 0.4rem 0 0.4rem 0;
}
.download_w .client_w .title_box .tt {
  font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
  vertical-align: middle;
  font-size: 0.36rem;
  margin-bottom: 0.08rem;
  font-weight: bold;
}
.download_w .client_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.download_w .client_w .title_box .tips {
  font-size: 18px;
  padding-top: 0.08rem;
  padding-bottom: 0.24rem;
  color: var(--color_muted);
}
.download_w .client_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.download_w .client_ul li {
  position: relative;
  z-index: 2;
  flex: 1 1 25%;
}
@media screen and (max-width: 992px) {
  .download_w .client_ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 750px) {
  .download_w .client_ul li {
    flex: 0 0 100%;
  }
}
.download_w .client_ul li:hover .down_w {
  display: block !important;
}
.download_w .client_ul li:hover .box_w h3,
.download_w .client_ul li:hover .box_w .icon_w img,
.download_w .client_ul li:hover .box_w .info_w,
.download_w .client_ul li:hover .icon_qrcode {
  opacity: 0.4;
}
.download_w .client_ul .icon_qrcode {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.16rem;
  right: 0.16rem;
  width: 0.64rem;
  height: 0.64rem;
  cursor: pointer;
}
.download_w .client_ul .icon_qrcode img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.download_w .client_ul .down_w {
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0.16rem;
  max-height: 3.2rem;
  cursor: pointer;
  color: var(--color_dark);
  backdrop-filter: blur(0.32rem);
  --webkit-backdrop-filter: blur(0.32rem);
  border-radius: 0.16rem;
  transition: all 0.3s;
}
.download_w .client_ul .down_w .img_w {
  padding-top: 0.64rem;
  max-width: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
.download_w .client_ul .down_w .qrcode_img {
  display: block;
  text-align: center;
  padding-top: 0.64rem;
  max-width: 1.6rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.download_w .client_ul .down_w b {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  padding-top: 0.16rem;
}
.download_w .client_ul .box_w {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 4.4rem;
  margin: 0.16rem;
  text-align: center;
  padding: 0.64rem 0.08rem 0.32rem 0.08rem;
  color: var(--color_dark);
  background-color: #FFFFFF;
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  border-radius: 0.16rem;
}
.download_w .client_ul .box_w .icon_w {
  max-width: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}
.download_w .client_ul .box_w .icon_w img {
  display: block;
  max-width: 100%;
  height: auto;
  color: transparent;
  margin-left: auto;
  margin-right: auto;
}
.download_w .client_ul .box_w .text_w h3 {
  font-weight: normal;
  padding-top: 0.24rem;
  padding-bottom: 0.16rem;
}
.download_w .client_ul .box_w .text_w .info_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: var(--color_muted);
  padding-bottom: 0.64rem;
}
.download_w .client_ul .box_w .text_w .info_w span {
  padding: 0 0.08rem;
}
.download_w .client_ul .box_w .text_w .stress {
  font-size: 12px;
  font-weight: normal;
  color: var(--color_primary);
  background-color: #E9F2EF;
  padding: 0.02rem 0.08rem;
  border-radius: 0.24rem;
}
.download_w .client_ul .box_w .text_w .tips {
  color: var(--color_muted);
  padding-bottom: 0.08rem;
}
.download_w .client_ul .box_w .text_w .tips_w {
  position: relative;
  color: var(--color_muted);
}
.download_w .client_ul .box_w .text_w .compatible {
  width: 100%;
  min-height: 120px;
  font-size: 14px;
  line-height: 1.6;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 88px;
  bottom: 0;
  border: 1px solid #ECF0F3;
  text-align: left;
  padding: 0.16rem;
  color: var(--color_muted);
  background-color: #FFF;
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  border-radius: 0.08rem;
  backdrop-filter: blur(0.16rem);
  --webkit-backdrop-filter: blur(0.16rem);
}
.download_w .client_ul .box_w .text_w .compatible:after {
  content: '';
  width: 15px;
  position: absolute;
  transform: rotate(-45deg);
  top: -7px;
  left: 45%;
  height: 15px;
  background-color: #FFF;
  border-top: 1px solid #ECF0F3;
  border-right: 1px solid #ECF0F3;
}
.download_w .client_ul .box_w .text_w .tips_w:hover .tips {
  color: var(--color_primary);
}
.download_w .client_ul .box_w .text_w .tips_w:hover .compatible {
  display: block !important;
}
.download_w .hardware_w {
  padding-top: 0.64rem;
  padding-bottom: 0.8rem;
}
.download_w .hardware_w .title_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.16rem;
  padding: 0.32rem 0 0.16rem 0;
}
.download_w .hardware_w .title_box .des {
  font-size: 14px;
  color: var(--color_muted);
}
.download_w .hardware_w .title_box .tt {
  font-size: 18px;
  border-left: 4px solid #52C018;
  padding-left: 0.1rem;
  vertical-align: middle;
  padding: 0rem 0.1rem;
}
.download_w .hardware_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.download_w .hardware_ul li {
  position: relative;
  z-index: 2;
  flex: 0 0 50%;
}
@media screen and (max-width: 992px) {
  .download_w .hardware_ul li {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 750px) {
  .download_w .hardware_ul li {
    flex: 0 0 100%;
  }
}
.download_w .hardware_ul .item_box {
  display: block;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 3.2rem;
  margin: 0.16rem;
  padding: 0.4rem 0.4rem 0.4rem 0.4rem;
  color: var(--color_dark);
  background-color: #FFFFFF;
  box-shadow: 0rem 0.16rem 0.32rem rgba(0, 0, 0, 0.04);
  border-radius: 0.16rem;
}
@media screen and (max-width: 992px) {
  .download_w .hardware_ul .item_box {
    padding: 0.4rem 0.4rem 0.88rem 0.4rem;
  }
}
.download_w .hardware_ul .icon_w {
  flex: 0 0 20%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.download_w .hardware_ul .icon_w img {
  display: block;
  max-width: 100%;
  height: auto;
  color: transparent;
}
@media screen and (max-width: 992px) {
  .download_w .hardware_ul .icon_w {
    flex: 0 0 100%;
    margin-top: 0.24rem;
    margin-bottom: 0.64rem;
  }
}
.download_w .hardware_ul .text_w {
  flex: 0 0 80%;
  padding-left: 0.32rem;
  line-height: 1.8;
}
@media screen and (max-width: 992px) {
  .download_w .hardware_ul .text_w {
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.download_w .hardware_ul .text_w .title_w {
  font-size: 24px;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0.16rem;
}
.download_w .hardware_ul .text_w .info_w {
  color: var(--color_muted);
  padding-bottom: 0.32rem;
}
.download_w .hardware_ul .text_w .info_w em {
  color: var(--color_muted);
  font-weight: normal;
}
.download_w .hardware_ul .text_w .info_w p {
  font-size: 12px;
}
.download_w .hardware_ul .text_w .tips_w {
  color: var(--color_muted);
}
.download_w .hardware_ul .text_w .tips_w b {
  font-weight: normal;
}
.download_w .hardware_ul .text_w .tips_w em {
  color: var(--color_muted);
  font-weight: normal;
}
.download_w .hardware_ul .text_w .tips_w p {
  font-size: 12px;
}
.download_w .hardware_ul .text_w .btn_w {
  position: absolute;
  z-index: 1;
  top: 0.4rem;
  right: 0.24rem;
  font-size: 12px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .download_w .hardware_ul .text_w .btn_w {
    position: relative;
    z-index: 1;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0 0.24rem;
    cursor: pointer;
  }
}
