.score_box {
  width: 1200px;
  margin: 0 auto;
}
.score_title_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.score_title_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.18rem;
}
.score_title_right img {
  margin-right: 10px;
}
.score_title_left {
  color: #409efe;
}
.score_choose_box {
  width: 100%;
  height: 40px;
  margin-top: 14px;
}
.score_choose_box > ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
}
.score_choose_box > ul > li {
  width: 33.33%;
  border-right: 1px solid white;
  cursor: pointer;
}
.score_choose_box > ul > li:last-child {
  border-right: 0px solid transparent !important;
}
.btn {
  width: 100%;
  height: 40px;
  background: rgba(103, 166, 230, 1) !important;
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  color: #fff !important;
  border-radius: 4px 0px 0px 0px;
  border: none !important;
  outline: none !important;
}
.select_box {
  width: 100%;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 0px 0px 0px;
  border: none;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
}
.select_box option {
  background-color: #fff;
  color: #000;
}
.tlc_title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 0.14rem;
  padding: 0rem 0.2rem;
  box-sizing: border-box;
}
.scoreForm_box {
  width: 1200px;
  margin-top: 10px;
  text-align: center;
}
.scoreForm_box thead {
  background: rgba(213, 234, 255, 1);
  color: #2a2a2a;
  font-size: 14px;
}
.scoreForm_box thead :nth-child(1) {
  width: 298px;
  height: 40px;
}
.scoreForm_box thead :nth-child(2) {
  width: 299px;
  height: 40px;
}
.scoreForm_box thead :nth-child(3) {
  width: 298px;
  height: 40px;
}
.scoreForm_box thead :nth-child(4) {
  width: 299px;
  height: 40px;
}
.scoreForm_box tbody {
  font-size: 14px;
  color: #666;
}
.scoreForm_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
.scoreForm_box tbody tr :nth-child(1) {
  width: 200px;
  height: 40px;
}
.scoreForm_box tbody tr :nth-child(2) {
  width: 200px;
  height: 40px;
}
.page_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.22rem 0rem;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info {
  color: #409efe;
  margin-left: 10px;
}
