* {
  font-size: 16px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.hideItem {
  display: none;
}
.top {
  width: 100%;
}
.layui-container .detail-tab {
  margin: 20px;
}
.layui-container .detail-tab-item {
  text-align: center;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  min-height: 80px;
}
.layui-container .detail-tab-item div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  font-size: 14px;
}
.layui-container .detail-tab-item div:hover {
  border-bottom: 3px solid #0072DD;
  color: #000;
}
.layui-container .detail-tab-item div.active {
  border-bottom: 3px solid #0072DD;
  color: #000;
}
.layui-container .detail-tab-content {
	padding: 20px;
  /* height: 400px; */
  box-shadow: 0 0 5px #ccc;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .detail-tab-content img {
    width: 100%!important;
  }
}
