body {
  margin: 0;
  padding: 0;
}
.container {
  padding: 0.25rem 0.15rem 0.4rem;
  box-sizing: border-box;
}
.title {
  width: 100%;
  height: 0.25rem;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.25rem;
}
.txt {
  padding-bottom: 0.07rem;
  box-sizing: border-box;
}
.strip {
  width: 100%;
  height: 0.02rem;
  background: #e5f0f8;
  margin-bottom: 0.23rem;
}
.strip_blue {
  background: #006fb8;
  height: 100%;
  width: 0.78rem;
}
.contentTitle {
  text-align: center;
  margin-top: 0.25rem;
}
.contentTitle .contentTxt {
  font-size: 0.16rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 0.23rem;
}
.content {
  text-align: left;
  margin-top: 0.15rem;
}
.content .section {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
}
.container .img {
  margin-top: 0.15rem;
  text-align: center;
  width: 100%;
}
.img img {
  width: 3.45rem;
  height: 1.66rem;
}
.table {
  text-align: center;
  /* margin-top: 0.15rem; */
}
.table .tableTxt {
  font-size: 0.16rem;
  font-weight: bold;
  color: #333333;
  font-family: PingFangSC-Medium, PingFang SC;
}

.table .tableContainer {
  width: calc(100% - 120px);
  overflow: hidden;
  overflow-x: scroll;
  -webkit-flex: none;
}
.table .tableContainer::-webkit-scrollbar {
  display: none;
}
.tableThead {
  height: 0.37rem;
  line-height: 0.37rem;
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.17rem;
  background-color: #006fb8;
  display: flex;
}

.theadTitle {
  height: 100%;
  line-height: 0.37rem;
  background-color: #006fb8;
  -webkit-flex: none;
}
.tableTbody {
  display: flex;
}
.tbodyTitle {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 0.17rem;
  -webkit-flex: none;
  height: 0.47rem;
  line-height: 0.47rem;
}
.w_120 {
  width: 1.2rem;
}
.w_180 {
  width: 1.8rem;
}
.w_235 {
  width: 2.35rem;
}
.backStyle {
  background-color: #f6f6f7;
}
.lineHeight {
  line-height: 0.17rem;
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  box-sizing: border-box;
}
.allTable {
  display: flex;
  margin-top: 0.15rem;
}
.fixedDiv {
  width: 120px;
  -webkit-flex: none;
}
.fixedTitle {
  font-size: 0.12rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.fixDivHead {
  background-color: #006fb8;
  height: 0.37rem;
  line-height: 0.37rem;
  color: #ffffff;
}
.fixBody {
  height: 0.47rem;
  line-height: 0.47rem;
  background-color: #f6f6f7;
  color: #333333;
}
.fixBodyEven {
  background-color: #fff;
}
