.section{
  border-radius: 12px;
  background-color: #ffffff;
  width: 100%;
  /* width: 1320px;
  height: 256px; */
  padding: 20px;
}
.section-header{
  color: #1677ff;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.section-header img{
  margin-right: 15px;
}
.section-header .oddNo{
  font-weight: bold;
  margin-right: 20px;
}
.section-header .name, .section-header .oddText{
  margin-right: 60px;
}
.section-content{
  border-radius: 8px;
  background-image: linear-gradient(180deg, rgba(245,251,255,0.9999999999999999) 0%, rgba(244,250,255,0) 100%);
}
.section-content table{
  width: 100%;
}
.section-content table tr{
  text-align: center;
  height: 70px;
  font-weight: bold;
  font-size: 16px;
}
.section-content table tr th{
  text-align: center;
}
.section-content thead tr{
  height: 80px;
}
.section-content .tr_cfl{
  width: 10%
}
.section-content .tr_bb{
  width: 10%
}
.section-content .tr_zt{
  width: 10%
}
.section-content .tr_tjsj{
  width: 20%;
}
.section-content .tr_cz{
  width: 12.5%;
  min-width: 121px;
}
.section-content .tr_cz button{
  width: 110px;
  height: 48px;
  border-radius: 8px;
  background-color: #1677ff;
  color: #FFF;
  border: 1px solid #1677ff;
}
