.system-info {

  overflow: hidden;
}
.search-box .search-input {
  color: #C1C1C1!important;
}
form {
  width: 100%;
}
.system-info-container {
  text-align: left;
  font-family: MiSansVF;
  font-style: normal;
  margin: 0 auto;
  max-width: 1200px;
}
.system-info-container .system-title {
  font-family: MiSansVF_Bold;
  font-size: 36px;
  color: #333333;
  line-height: 48px;
  text-align: center;
  margin-bottom: 40px;
}
.card-body {
  font-size: 16px;
  padding: 24px 32px!important;
  background: #F8F8F8!important;
  line-height: 26px!important;
}

.system-info-container .system-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
  margin-top: 36px;
}

.system-info-container .system-box .card {
  width: 100%;
  border: 0;
}
.system-info-container .system-box .card:first-child .card-header{
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.system-info-container .system-box .card .card-header {
  border-radius: 0;
  background: #FFFFFF;
  width: 100%;
  border: 0;
  padding: 22px 16px 22px 0px;
  border-bottom: 1px solid #E8E8E8;
}

/* 自定义样式类 */
.system-info-container .system-box .card .card-header .btn-link .expanded {
  color: #21A13B; 
  font-family: MiSansVF_Bold;
}

.system-info-container .system-box .card .card-header .card-header-title {
  width: 100%;
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal;
  padding-right: 40px;
}
.system-info-container .system-box .card .btn-link {
  width: 100%;
  text-decoration: none;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.system-info-container .system-box .card .btn-link:hover .card-header-title {
  color: #21A13B;
}
.show-collapsed {
  font-family: MiSansVF_Semibold!important;
  color: #21A13B!important;
}
.system-info-container .system-box .card .btn-link .icon {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  font-weight: normal;
  display: inline-block;
}
.system-info-container .system-box .card .collapse {
  background: #F8F8F8;
  padding: 0;
}

.system-info-container .system-box .card .collapse .card-body {
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  padding: 24px 32px;
}
.btn.focus, .btn:focus {
  box-shadow: none!important;
}
/* tab */
.public-tabs {
  margin-bottom: 56px;
  border-bottom: 1px solid #E8E8E8;
}
.tabs-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.tabs-li {
  font-family: MiSansVF;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  padding: 20px 0;
  cursor: pointer;
  margin-right: 64px;
  display: inline-block;
}
.tabs-li:hover {
  color: #21A13B;
}
.search-keywords:hover {
  color: #333333;
}
.tab-active {
  color: #21A13B;
  border-bottom: 2px solid #21A13B;
}
@media screen and (max-width: 1440px) {
  .tabs-li {
    padding: 16px 0;
  }
  .system-info-container {
    width: 92%;
  }
  .system-info-container .system-title {
    font-size: 32px;
  }
  .tabs-list {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .tabs-list {
    width: 92%;
    overflow-x: scroll;
  }
  .system-info-container {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
}
@media screen and (max-width: 768px) {
  .tabs-li {
    padding: 21px 0;
    display: flex;
    align-items: center;
    margin-right: 24px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
  }
  .public-tabs {
    margin-bottom: 32px;
  }
  .system-info-container .system-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 0px;
  }
  .system-info-container .system-box {
    margin-top: 24px;
  }
  .system-info-container .system-box .card .card-header {
    padding: 16px 2px 16px 2px;
  }
  .system-info-container .system-box .card .card-header .card-header-title {
    font-size: 14px;
    line-height: 24px;
    margin-right: 9px;
    padding-right: 14px;
  }
  .system-info-container .system-box .card .btn-link .icon {
    width: 14px;
    height: 14px;
  }
  .card-body {
    padding: 16px!important;
    font-size: 14px!important;
  }
  .system-info-container .system-box .card .collapse .card-body {
    font-size: 14px;
    padding: 12px 16px;
  }
  .system-info-container .system-box {
    margin-bottom: 0px;
  }
  .tabs-li:hover {
    font-family: MiSansVF;
  }
 
  .tab-active {
    font-family: MiSansVF;
  }
  .system-info-container {
    width: 92%;
  }
}
