.header-box {
  width: 100%;
  height: 161px;
}

.cw-type {
  min-width: 1200px;
  margin: 0 auto;
}

.cw-type .cw-type-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 auto 5px;
}

.cw-type .cw-type-item .cw-type-item-l {
  font-size: 18px;
  width: 75px;
  margin-right: 65px;
  font-family: "SourceHanSansSC-Bold";
  font-weight: bold;
  text-overflow: ellipsis;
}

.cw-type .cw-type-item .cw-type-item-r {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 140px);
}

.cw-type .cw-type-item .cw-type-item-r span {
  font-size: 16px;
  margin-right: 52px;
  width: 150px;
  cursor: pointer;
  margin-bottom: 10px;
}

.cw-type .cw-type-item .cw-type-item-r span:hover {
  color: #ff7979;
}

.active {
  color: #ff7979;
}

.cw-type .cw-type-item .cw-type-sel .cw-type-sel-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ff7979;
  height: 26px;
  line-height: 26px;
  border-radius: 26px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 50px;
  margin-top: 8px;
  white-space: nowrap;
  padding: 0 6px 0 20px;
  display:none;
}

.cw-type .cw-type-item .cw-type-sel .cw-type-sel-item .close {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
}

.section-content {
  display: grid;
  position: relative;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0 20px;
}

.section-content.section-content-row .section-content-item .section-content-item-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-content.section-content-row .section-content-item .section-content-item-text .title {
  margin-bottom: 0;
}

.section-content.section-content-row .section-content-item .section-content-item-text .tips {
  display: flex;
  margin-top: 0;
}

.section-content .section-content-item {
  overflow: hidden;
  border-radius: 5px;
  height: 100%;
  position: relative;
  cursor: pointer;
}

.collectIcon {
  width: 40px !important;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.collectIcon .collect {
  display: none;
}

.section-content .big-item {
  grid-row: 1/3;
  grid-column: 1/3;
}

.section-content .big-item .section-content-item {
  display: flex;
  flex-direction: column;
}

.section-content .big-item .section-content-item .section-content-item-text {
  flex: 1;
}

.section-content .section-content-item img {
  width: 100%;
}
.section-content .section-content-item video {
  width: 100%;
}
/*.video-img {
    width: 102% !important;
    position: absolute;
}*/
.section-content .section-content-item .section-content-item-text {
  padding: 10px 20px;
  background-color: #f9f9f9;
}

.section-content .section-content-item .section-content-item-text .title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  margin-bottom: 16px;
  /* line-height: 1; */
}

.section-content .section-content-item .section-content-item-text .des {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.section-content .section-content-item .section-content-item-text .tips {
  display: grid;
  position: relative;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.section-content .section-content-item .section-content-item-text .tips-item {
  text-align: center;
  background-color: #faeaed;
  border-radius: 5px;
  padding: 0 6px;
  color: #ff7979;
  white-space: nowrap;
  font-size: .7vw;
}

.mc-footer {
  margin-top: 50px;
  background: #333333;
}

.mc-footer .mc-footer-filing {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.mc-footer .mc-footer-filing span {
  padding: 0 20px;
  position: relative;
  font-size: 14px;
  color: #ffffff;
}

.mc-footer .mc-footer-filing span:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-color: #cae8ff;
  width: 1px;
  height: 100%;
}