/*------- black theme --------*/
/*------- white theme --------*/
/*------------ common -------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none !important;
}

ul {
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.parsing_box {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #484848;
}
.parsing_box .parsing_ob {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #2e2e2e;
  overflow: hidden;
}
.parsing_box .parsing_ob .parsing_title {
  width: 100%;
  background-color: #393939;
  text-align: left;
  overflow: hidden;
  padding: 12px 20px;
  border-bottom: 2px solid #e49c12;
}
.parsing_box .parsing_ob .parsing_title > h2 {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  line-height: 26px;
  font-weight: 400;
  float: left;
}
.parsing_box .parsing_ob .parsing_cate {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #484848;
}
.parsing_box .parsing_ob .parsing_cate > li {
  height: 100%;
  float: left;
  text-align: center;
  border-right: 1px solid #484848;
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(1) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(2) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(3) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(4) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(5) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:nth-of-type(6) {
  width: calc((100%) / 6);
}
.parsing_box .parsing_ob .parsing_cate > li:last-of-type {
  border-right: 0;
}
.parsing_box .parsing_ob .parsing_cate > li > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.6rem;
  vertical-align: middle;
  color: #fff;
  font-weight: 100;
  line-height: 40px;
}
.parsing_box .parsing_ob .parsing_cate > li > a > span {
  line-height: 40px;
  width: 21px;
  display: inline-block;
}
.parsing_box .parsing_ob .parsing_cate > li > a > span > img {
  display: inline;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.parsing_box .parsing_ob .parsing_cate > li:hover > a {
  background-color: #e49c12;
  color: #1b1b1b;
  font-weight: 600;
}
.parsing_box .parsing_ob .parsing_cate > li.parsing_artive > a {
  background-color: #e49c12;
  color: #1b1b1b;
  font-weight: 600;
}
.parsing_box .parsing_ob .parsing_sub_ob {
  width: 100%;
  height: auto;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box {
  display: none;
  border-bottom: 1px solid #484848;
  overflow: hidden;
  padding: 0 10px;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box:nth-of-type(1) {
  display: block;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li {
  width: auto;
  float: left;
  height: 27px;
  text-align: center;
  margin-right: 15px;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:last-of-type {
  margin-right: 0;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:nth-of-type(2n) {
  border-right: 0;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 27px;
  color: #fff;
  font-weight: 300;
  font-size: 0.7rem;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li:hover > a {
  color: #e49c12;
  font-weight: 300;
}
.parsing_box .parsing_ob .parsing_sub_ob > .sub_box > li.active > a {
  color: #e49c12;
  font-weight: 500;
}
.parsing_box .parsing_ob .team_rank {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.parsing_box .parsing_ob .team_rank .team_title {
  width: 100%;
  text-align: center;
}
.parsing_box .parsing_ob .team_rank .team_title > h2 {
  color: #e49c12;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 7px 0 0;
  line-height: 0.9rem;
}
.parsing_box .parsing_ob .team_rank > table {
  width: 100%;
  height: auto;
  table-layout: auto;
  border-collapse: collapse;
}
.parsing_box .parsing_ob .team_rank > table th {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem;
  padding: 7px 0;
  border-bottom: 1px solid #484848;
}
.parsing_box .parsing_ob .team_rank > table td {
  border-bottom: 1px solid #484848;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 100;
  vertical-align: middle;
  line-height: 43px;
}
.parsing_box .parsing_ob .team_rank > table td > span {
  width: 20px;
  height: 20px;
}
.parsing_box .parsing_ob .team_rank > table td img {
  display: inline;
  vertical-align: middle;
  margin-bottom: 5px;
  width: auto;
  max-width: 100%;
}

/*# sourceMappingURL=category.css.map */
