body {
  background-color: #f3f3f3;
}

.page {
  width: 100%;
}

.content-container {
  width: 1180px;
  margin: 16px auto 32px;
}

.detail-box {
  width: 100%;
  background: #fff;
  padding: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: 0 2px 3px 0 rgb(61 79 127 / 10%);
}

/*轮播图*/

.detail-box .layui-carousel {
  margin-right: 16px;
  width: 265px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.detail-box .layui-carousel img {
  max-width: 100%;
  max-height: 100%;
}
.right-box {
  flex: 1;
  display: block;
}

.right-box .title {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 16px;
  line-height: 24px;
}

.right-box .intro {
  margin-bottom: 16px;
  overflow: hidden;
  color: #666666;
  line-height: 24px;
}

.right-box .params {
  color: #999;
}

.description-box {
  box-shadow: 0 2px 3px 0 rgb(61 79 127 / 10%);
  background-color: #fff;
  display: block;
}

.description-box_header {
  padding: 16px;
  color: #333;
  border-bottom: 1px solid #f3f3f3;
  font-size: 16px;
}

.description-box_body {
  display: block;
  padding: 16px;
}

.tabbar-box {
  display: block;
  background-color: #fff;
  border-bottom: 1px solid #057dc1;
  margin-bottom: 16px;
}

.tabbar-ul {
  margin-top: -1px;
  display: block;
  list-style: none;
}

.tabbar-li {
  padding: 12px 32px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  cursor: pointer;
  margin-top: -1px;
}

.tabbar-li:hover {
  color: #057dc1;
}

.tabbar-li.active {
  background-color: #057dc1;
  color: #fff;
}
