* {
  font-family: 'font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun"';
  padding: 0;
  margin: 0;
}

body {
  max-width: 768px;
  display: block;
  margin: 0 auto;
  background: rgb(0, 19, 137);
  padding-bottom: 1rem;
  position: relative;
}

::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

.con {
  width: 92%;
  padding: 2%;
  background: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
  border-top: 0.14rem solid #d3ae3f;
  border-radius: 4px;
  top: 0.5rem;
}

.con .icon {
  width: 1.3rem;
  position: absolute;
  top: -0.51rem;
  left: 43%;
}

.con .title {
  font-size: 0.506667rem;
  text-align: center;
  font: bold 0.506667rem/0.62rem Microsoft;
  color: #333;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.2rem;
}

.con .digest {
  font-size: 0.35rem;
  color: #7e7a7a;
  text-shadow: 0 0 0;
  line-height: 0.5rem;
  margin: 0.3rem 0;
}

.con #dropdown .search-box {
  position: relative;
  border: 1px solid #dcdcdc;
  height: 1.1rem;
  border-radius: 0.14rem;
  overflow: hidden;
  background: #f5f5f5;
}

.con #dropdown .search-box .search-icon {
  width: 0.6rem;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}

.con #dropdown .search-box #search {
  width: 100%;
  position: absolute;
  height: 1.1rem;
  left: 1.1rem;
  border: none;
  text-indent: 9px;
  font-size: 0.4rem;
}

.con #dropdown ul {
  max-height: 4.62rem;
  overflow-y: auto;
  border: 1px solid #dcdcdc;
  border-top: 0;
  border-bottom: 0;
}

.con #dropdown ul li {
  position: relative;
  height: 1rem;
  border-top: none;
  border-bottom: 1px solid #efeeee;
  line-height: 1.1rem;
  text-indent: 1.2rem;
  font-size: 0.4rem;
}

.con #dropdown ul li span {
  position: absolute;
  left: 2.2rem;
}

.con .nominat {
  width: 62%;
  line-height: 1.1rem;
  background: #d3ae3f;
  font-size: 0.46rem;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin: 0.4rem auto 0.6rem;
}

#myTab li {
  width: 50%;
  text-align: center;
  font-size: 0.4rem;
  text-shadow: 0 0 0;
  font-weight: bold;
}

#myTab li.active a {
  color: #d3ae3f;
  background: #fafafa;
  border: 1px solid #d3ae3f;
  border-bottom-color: transparent;
}

;

.ul.nav-tabs {
  border-bottom: 1px solid #d3ae3f;
}

#myTab li a {
  color: #555;
}

.table {
  width: 100%;
}

.table thead th {
  font-size: 0.36rem;
  color: #333;
  text-shadow: 0 0 0;
  font-weight: bold;
  background: #fafafa;
}

.table>thead>tr>th {
  border-bottom: 0;
}

.table td,
th {
  text-align: center;
  font-size: 0.32rem;
}

.table tr {
  display: flex;
  width: 100%;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  margin-right: 0 !important;
  overflow: hidden;
}

.threeItem td{
  width: 33% !important;
  text-align: center;
}
.fourItem td{
  width: 24% !important;
  text-align: center;
}
.table>thead>tr>th {
  padding: 0.38rem 0.34rem;
}

.table>tbody>tr>td {
  border-top: none;
  padding: 0.32rem;
}

.table>tbody>tr:nth-child(even) {
  background: #fafafa;
}

.tableInto>tbody>tr:nth-child(odd) {
  background: #fafafa;
}

.tableInto>tbody>tr:nth-child(even) {
  background: #fff;
}

.layer {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.layer .layer-box {
  padding: 0.6rem 0 0;
  width: 90%;
  display: block;
  margin: 0 auto;
  background: #eeeeee;
  position: absolute;
  left: 5%;
  top: 15%;
  border-radius: 6px;
}

.layer img {
  width: 6rem;
  display: block;
  margin: 0 auto;
}

.layer div {
  background: #fff;
  padding: 0.6rem 0;
  border-radius: 0 0 6px 6px;
}

.layer div a {
  display: inline-block;
  font-size: 0.5rem;
  color: #333;
  font-weight: bold;
  width: 48%;
  text-align: center;
  text-decoration: none;
}

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

td {
  white-space: nowrap;
}