@charset "UTF-8";
.main {
  margin-top: 120px;
  display: inline-block;
}
.main .tape {
  margin: 3px 5px;
}
.main .tape table {
  border-collapse: collapse;
}
.main .tape table tr td {
  text-align: center;
}
.main .box {
  background-color: #e2f9ff;
  border-radius: 12px;
  padding-bottom: 16px;
}
.main .box h2 {
  font-size: 16px;
  color: #646464;
  margin: 0;
  padding: 2px 10px;
  font-weight: bold;
  margin: 0 10px;
}
.main .box h2 span {
  line-height: 50px;
  margin-left: 10px;
}
.main .box h3 {
  margin: 0px;
  padding: 15px;
  font-size: 14px;
  font-weight: normal;
}
.main .box h3 span {
  font-weight: normal;
}
.main .box h3.bold {
  font-weight: bold;
}
.main .box p {
  font-size: 12px;
  margin: 5px;
  color: #abafb6;
}
.main .box .table2 {
  overflow: auto;
  border: 1px solid #fff;
  height: 500px;
  /* 设置固定高度 */
}
.main .box .table2 table {
  width: 410%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-collapse: collapse;
}
.main .box .table2 table thead tr th {
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border: 1px solid #fff;
  padding: 5px;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  /* 列首永远固定在头部  */
  z-index: 2;
}
.main .box .table2 table tr {
  border: 1px solid #fff;
}
.main .box .table2 table tr td.title {
  color: #333;
  font-weight: bold;
}
.main .box .table2 table tr td {
  text-align: center;
  font-size: 12px;
  border-spacing: 0;
  border: 1px solid #fff;
  padding: 5px;
  color: #abafb6;
}
.main .box .table2 table tr td img {
  display: block;
}
.main .box .table2 table tr td:first-child {
  text-align: left;
  width: 100px;
  background-color: #e2f9ff;
  border: 1px solid #fff;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  /* 首行永远固定在左侧 */
  z-index: 1;
}
.main .box .table2 table tr th:first-child {
  z-index: 3;
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  /* 首行永远固定在左侧 */
}
.main .box .table2 table tr th {
  background-color: lightblue;
}
.main .box .table2 table tr:first-child {
  height: 40px;
  line-height: 40px;
}
.main .title {
  padding: 10px;
}