.header {
  width: 100%;
  height: 64px;
  background-color: rgba(255, 255, 255, 0.6);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.header .inner {
  width: 1080px;
  height: 64px;
  justify-content: space-between;
}
.header .menu {
  height: 64px;
  line-height: 64px;
  width: 480px;
  margin: 0;
}
.header .menu li {
  flex: 1;
  text-align: center;
  cursor: pointer;
}

.header .menu li a {
  text-decoration: none;
  color: #000;
}

.header .menu li.active {
  position: relative;
}

.header .menu li.active a {
  font-weight: bold;
}

.header .menu li.active::after {
  width: 40px;
  left: 50% !important;
  transform: translate(-50%, 0);
}
.header.black {
  background-color: rgba(0, 0, 0, 0.4);
}

.header.black .menu li a {
  color: #fff;
}

.index img,
.box .inner img.block {
  width: 100%;
}

.box {
  width: 100vw;
  padding-top: 128px;
  clear: both;
}

.box .inner,
.box .title {
  width: 1080px;
  margin: 0 auto;
}
.box .title {
  font-size: 32px;
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 120px;
}

.box .title::after,
.header .menu li.active::after,
.cpjs .info .tab span.active::after,
.jm .tab span.active::after {
  content: " ";
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  background: var(--color);
}

.box .title::after {
  width: 80px;
}

.box .inner {
  width: 1080px;
  margin: 0 auto;
}

.cpjs img {
  width: 40%;
}
.cpjs .info {
  width: 60%;
}

.cpjs .info .tab,
.jm .tab {
  justify-content: space-between;
  width: 260px;
}

.cpjs .info .tab span,
.jm .tab span {
  flex: 1;
  cursor: pointer;
  color: #999;
  margin-bottom: 36px;
  display: block;
  height: 30px;
}

.cpjs .info .tab span.active,
.jm .tab span.active {
  color: #000;
  position: relative;
}

.cpjs .info .tab span.active::after,
.jm .tab span.active::after {
  width: 30px;
  height: 3px;
}

.desc_box table,
.yy table {
  background-color: rgba(245, 245, 245, 0.7);
  width: 100%;
  padding: 8px;
  border-radius: 12px;
  box-sizing: var(--shadow);
}

.desc_box table tr,
.yy table tr {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.desc_box table tr td:nth-child(odd),
.yy table tr td:nth-child(odd) {
  font-weight: bold;
}

.desc_box table tr td:nth-child(even),
.yy table tr td:nth-child(even) {
  background-color: rgba(206, 204, 204, 0.3);
  border-radius: 6px;
}

.sbys ul,
.jm .info span,
.jm ul {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}

.sbys ul li,
.jm ul li {
  list-style: circle;
}
.jm .info p {
  font-weight: bold;
}

.ti2 {
  text-indent: 2em;
  font-size: 16px !important;
}

.yy ul li,
.jm .info span {
  font-size: 16px !important;
}

.yy table {
  width: 260px;
}

.yy table tr td:nth-child(even) {
  text-align: center;
}

.yy .info,
.cp .info2 {
  margin-bottom: 36px;
}

.footer .block {
  width: 480px !important;
  margin: 0 auto;
  display: block;
}

.footer .bottom {
  background: #f5f5f5;
  font-size: 14px;
  padding: 12px 0;
  text-align: center;
}
