.Table_Container {
  margin-bottom: 100px;
}
.Table_Container .toggle ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.Table_Container .toggle ul li {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  min-width: 260px;
  line-height: 52px;
  border-radius: 26px;
  color: #fff;
  margin: 0 5px;
  cursor: pointer;
  background: #232930;
}
.Table_Container .toggle ul .active {
  background: -webkit-gradient(linear, left top, right top, from(#007ee5), to(#b5edff));
  background: -o-linear-gradient(left, #007ee5, #b5edff);
  background: linear-gradient(to right, #007ee5, #b5edff);
}
.Table_Container .heng {
  margin-top: 35px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#007ee5), to(#b5edff));
  background: -o-linear-gradient(left, #007ee5, #b5edff);
  background: linear-gradient(to right, #007ee5, #b5edff);
}
.Table_Container .table .list_box {
  display: none;
}
.Table_Container .table .list_box.active {
  display: block;
}
.Table_Container .table .list_box .item_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.Table_Container .table .list_box .item_box .category {
  background: #232930;
  border: 1px solid #465c79;
  border-radius: 1px;
  color: #6d9aba;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  white-space: normal;
  width: 40px;
  word-break: break-word;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.Table_Container .table .list_box .item_box .values {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 35px;
}
.Table_Container .table .list_box .item_box .values .li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  line-height: 1.5;
  font-size: 16px;
  color: #dbdbdb;
  border-bottom: 1px solid rgba(81, 81, 81, 0.8);
}
.Table_Container .table .list_box .item_box .values .li .name {
  font-weight: bold;
  width: 42%;
  padding-right: 10px;
  word-break: break-word;
}
.Table_Container .table .list_box .item_box .values .li .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Table_Container .table .list_box .desc_box {
  padding-left: 75px;
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 1200px) {
  .Table_Container .table .list_box .item_box .values .li .name {
    width: 30%;
  }
  .Table_Container .toggle ul li {
    font-size: 18px;
    min-width: 180px;
    margin: 0 5px 10px;
  }
  .Table_Container .table .list_box .item_box .values {
    padding-left: 20px;
  }
  .Table_Container .table .list_box .item_box .values .li {
    font-size: 15px;
  }
  .Table_Container .table .list_box .desc_box {
    padding-left: 60px;
  }
  .Table_Container .table .list_box .item_box .category {
    font-size: 15px;
  }
}
@media screen and (max-width: 699px) {
  .Table_Container .table .list_box .item_box .values .li {
    font-size: 13px;
  }
  .Table_Container .table .list_box .item_box .values {
    padding-left: 15px;
  }
  .Table_Container .table .list_box .desc_box {
    padding-left: 55px;
    font-size: 12px;
  }
  .Table_Container .toggle ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .Table_Container .toggle ul li {
    font-size: 15px;
    min-width: 150px;
    line-height: 44px;
    margin: auto;
    width: 100%;
  }
}
/*# sourceMappingURL=./style.css.map */