.common-header .line {
  height: 27px;
  width: 1px;
  background-color: #9c2828;
}
.common-header .title {
  color: #9c2828;
}

.common-main .common-sidebar-title {
  color: #9c2828;
}
.common-main .common-sidebar ul li a.active {
  background-color: #9c2828;
}
.common-main .intro .common-list li .num {
  color: #9c2828;
}
.common-main .intro .right-pic {
  width: 100%;
  height: auto;
  max-height: 457px;
  -o-object-fit: cover;
     object-fit: cover;
}
.common-main .report-instructions .item .item-title {
  padding: 10px 20px;
  background-color: #9c2828;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.common-main .report-instructions .item1 .report-scope {
  padding: 20px 15px;
  background-color: #f5f5f5;
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-main .report-instructions .item1 .report-scope {
    flex-direction: column;
    gap: 20px;
  }
}
.common-main .report-instructions .item1 .scope {
  flex: 1;
}
.common-main .report-instructions .item1 .scope:first-child {
  padding-right: 20px;
  border-right: 1px solid #c2c2c2;
}
.common-main .report-instructions .item1 .scope:last-child {
  padding-left: 20px;
}
.common-main .report-instructions .item1 .scope .title {
  font-size: 18px;
  font-weight: 500;
  color: #9c2828;
}
.common-main .report-instructions .item1 .scope .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-main .report-instructions .item1 .scope .list li {
  display: flex;
  gap: 8px;
  font-size: 14px;
}
.common-main .report-instructions .item1 .scope .list li .num {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  background-color: #9c2828;
  color: #fff;
  border-radius: 50%;
}
.common-main .report-instructions .item1 .scope .tips {
  font-size: 14px;
  color: #9c2828;
  background-color: #e6e6e6;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .common-main .report-instructions .item1 .scope:first-child {
    padding-right: 0;
    border-right: none;
  }
  .common-main .report-instructions .item1 .scope:last-child {
    padding-left: 0;
  }
  .common-main .report-instructions .item1 .scope .tips {
    padding: 5px 10px;
  }
}
.common-main .report-requirements {
  font-size: 14px;
  padding: 20px 15px;
  background-color: #f5f5f5;
}
.common-main .report-requirements .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-main .report-requirements .list li {
  display: flex;
  gap: 8px;
  font-size: 14px;
}
.common-main .report-requirements .list li .num {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-weight: 500;
  background-color: #9c2828;
  color: #fff;
  border-radius: 50%;
}
.common-main .report-ways .list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.common-main .report-ways .list li {
  display: flex;
  align-items: stretch;
  font-size: 14px;
  color: #fff;
}
.common-main .report-ways .list li .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px;
  border-radius: 22px 0 0 22px;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 20px;
}
.common-main .report-ways .list li .tag .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.common-main .report-ways .list li .triangle {
  height: 100%;
}
.common-main .common-person-table thead tr {
  background-color: #faefef;
}
.common-main .common-pagination .active {
  color: #fff;
  background-color: #9c2828;
}
/*# sourceMappingURL=jwbgs.css.map */
