/***zsh**/
.err_tip {
  display: none;
  color: red;
}

.error {
  border: 1px solid red;
}

.detail_line_height .detail p {
  line-height: 2;
  margin-bottom: 25px;
}

.detail_line_height .detail h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.detail_line_height .detail h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

/* //从第10个开始隐藏 */
.news li:nth-of-type(n+10),
.case li:nth-of-type(n+10) {
  display: none;
}

.case_nav .active a,
.case_nav a:hover,
.case_nav li:hover a {
  color: white;
  cursor: pointer;
  padding: 5px 15px !important;
  display: block;
  width: 100%;
  height: 100%;
}

.case_nav li {
  padding: 0 !important;
  margin-right: 15px;
  margin-bottom: 15px;
}

.case_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  margin-bottom: 0 !important;
}

.product_link a {
  color: #b1b1b1;
}

.product_link a:hover {
  color: #fff;
}

.tag_ids span:last-child {
  display: none;
}

#success_modal {
  left: 50%;
  width: 50%;
  transform: translateX(-50%);
}

/***zsh**/