.ol {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.c {
  clear: both;
  float: left;
}
.ib {
  display: inline-block;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.halign {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bb {
  box-sizing: border-box;
}
.hl {
  background-color: #6d279d;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.desktop .m-hide,
body.desktop .t-hide {
  display: block !important;
}
body.desktop .m-show,
body.desktop .t-show,
body.desktop .d-hide {
  display: none !important;
}
body.desktop .d-show {
  display: block !important;
}
body.tablet .m-hide,
body.tablet .d-hide {
  display: block !important;
}
body.tablet .m-show,
body.tablet .d-show,
body.tablet .t-hide {
  display: none !important;
}
body.tablet .t-show {
  display: block !important;
}
body.mobile .t-hide,
body.mobile .d-hide {
  display: block !important;
}
body.mobile .t-show,
body.mobile .d-show,
body.mobile .m-hide {
  display: none !important;
}
body.mobile .m-show {
  display: block !important;
}
.table-box {
  overflow: auto;
  position: relative;
  padding: 0 1px;
}
.table-box table {
  width: 100%;
  min-width: 980px;
}
.table-box table th,
.table-box table td {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.table-box table thead th,
.table-box table tfoot th {
  padding: 10px 0;
  border-bottom: 1px solid #6d279d;
}
.table-box table thead th img,
.table-box table tfoot th img {
  margin-left: 8px;
}
.table-box table tbody tr:first-child th,
.table-box table tbody tr:first-child td {
  border-top: 0 none;
}
.table-box table tbody tr:nth-child(odd) th,
.table-box table tbody tr:nth-child(odd) td {
  background-color: #efeff1;
}
.table-box table tbody th,
.table-box table tbody td {
  border: 1px solid #ffca05;
  padding: 8px;
}
.table-box table tbody th a,
.table-box table tbody td a {
  color: #6d279d;
}
.table-box table tbody th a:hover,
.table-box table tbody td a:hover {
  text-decoration: underline;
}
html,
body {
  overflow: auto;
}
.info-box {
  background-color: #fff;
}
.info-box .top-box {
  background: url(/Image/BG_purple.jpg);
  border-bottom: 1px solid #000;
}
.info-box .top-box * {
  display: inline-block;
  vertical-align: middle;
}
.info-box .top-box h1 {
  color: #fff;
  font-size: 24px;
  margin-left: 45px;
}
.info-box .bottom-box .table-box {
  padding: 0;
}
.info-box .bottom-box .table-box table thead th:first-child {
  width: 120px;
}
.info-box .bottom-box .table-box table thead th:nth-child(2) {
  width: 330px;
}
.info-box .bottom-box .table-box table thead th:nth-child(3) {
  width: 250px;
}
.info-box .bottom-box .table-box table thead th:nth-child(4) {
  width: 200px;
}
.info-box .bottom-box .table-box table thead th:nth-child(5),
.info-box .bottom-box .table-box table thead th:nth-child(6),
.info-box .bottom-box .table-box table thead th:nth-child(7),
.info-box .bottom-box .table-box table thead th:nth-child(8) {
  width: 100px;
}
.info-box .bottom-box .table-box table tbody tr:nth-child(odd) td:first-child {
  background-color: #efeff1;
}
.info-box .bottom-box .table-box table tbody tr:last-child td {
  border-bottom-color: #6d279d;
}
.info-box .bottom-box .table-box table tbody tr td {
  border-left: 0 none;
  border-right: 0 none;
}
.info-box .bottom-box .table-box table tbody tr td:first-child {
  background-color: #fff;
}
.info-box .bottom-box .table-box table tfoot th {
  border-bottom: 0 none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.info-box .bottom-box .table-box table tfoot th:first-child {
  text-align: right;
}
