/***zsh**/
.err_tip {
  display: none;
  color: red;
}

.error {
  border: 1px solid red;
}
.content-nav {
  background-color: #fff;
  border-bottom: 1px dashed #f5f5f5;
}
.content-nav .container {
  display: flex;
  padding: 1rem 0;
  justify-content: space-between;
}
.content-nav .container .titles {
  display: flex;
  align-items: flex-end;
}
.content-nav .container .titles span {
  color: #ddd;
  font-size: 20px;
  margin-left: 0.5em;
  text-transform: uppercase;
}
.content-nav .container .crumb {
  font-size: 16px;
}
.detail_line_height .detail p {
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666;
  text-align: justify;
}

.detail_line_height .content ul{margin-bottom:30px;}
.detail_line_height .content ul li p{margin-bottom: 0px;}
.detail_line_height .detail center{margin-bottom:30px;}

.detail_line_height .detail h2 {
  margin-bottom: 15px;
  font-size: 22px;
  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**/