body {
  width: 100%;
  height: 100%;
}

.content .wrap {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.content .wrap .title {
  height: 58px;
  font-size: 18px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #2E3745;
  line-height: 58px;
  text-align: center;
  margin: 15px 0 0;
}

.content .wrap .desc {
  display: flex;
  flex-wrap: wrap;
}

.content .wrap .desc .desc-item {
  width: 100%;
  text-align: left;
  margin-bottom: 5%;
}

.content .wrap .desc .desc-item img {
  width: 100%;
  height: auto;
}

.content .wrap .desc .desc-item .desc-title {
  margin: 2% 0;
  color: #333;
  font-size: 16px;
}

.content .wrap .desc .desc-item .desc-name {
  font-size: 10px;
  font-family: MicrosoftYaHeiLight;
  color: rgba(51, 51, 51, 0.5);
}

.drawer-style {
  color: #222;
  max-height: 210px;
}

.drawer-style .header {
  box-shadow: none;
}

.drawer-style .wrap {
  overflow: hidden;
}

.drawer-style .wrap .tab-list {
  width: 100%;
}

.drawer-style .wrap .tab-list ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 105px;
}

.drawer-style .wrap .tab-list ul li {
  width: 50%;
  text-align: center;
  height: calc(105px / 3);
  line-height: calc(105px / 2);
  font-size: 16px;
  position: relative;
}

.drawer-style .wrap .tab-list ul li span {
  content: '';
  width: 20px;
  height: 3px;
  background-color: #F05438;
  position: absolute;
  bottom: -10px;
  left: 50%;
  box-sizing: border-box;
  margin-left: -10px;
}

.drawer-style .wrap .tab-list ul li a {
  font-family: MicrosoftYaHei;
  color: #222222;
}
