* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  width: 100%;
  max-width: 720px;
  min-height: 100vh;
  margin: 0 auto;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  word-break: break-all;
  word-wrap: break-word;
  border-left: solid 10px #03a9f4;
  border-right: solid 10px #03a9f4;
  background: #fff;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid black;
}

td,
th {
  border: 1px solid #42a5f5;
}

.h10 {
  height: 10px;
  font-size: 0;
  line-height: 0;
  clear: both;
  background: #bbdefb;
}

.nav2 {
  width: 100%;
  max-width: 720px;
  /* padding: 4px; */
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9;
}

.nav2 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nav2 ul li {
  width: 25%;
  padding: 2px;
  box-sizing: border-box;
}

.nav2 ul li a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #fff;
  /* border-radius: 5px; */
  background: #03a9f4;
  font-weight: bold;
}

#nav2[data-fixed="fixed"] {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: auto;
}

.footer {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #03a9f4;
  font-size: 14px;
}

.blue {
  color: #2196f3;
}

.red {
  color: #f44336;
}

mark {
  color: #f44336;
}

.common-table {
  /* font-weight: bold; */
  /* font-size: 18px; */
  text-align: center;
}

.common-table thead th {
  padding: 5px;
  color: #ffeb3b;
  /* font-size: 24px; */
  
  background: linear-gradient(to top, #03a9f4, #2196f3);
}

.common-table td {
  padding: 3px 5px;
}

.common-table td.tits {
  color: #333;
  text-align: center;
  background: #ffffff;
  /* font-size: 20px; */
  font-weight: bold;
}

.bxym table {
  font-size: 14px;
}

.bxym table thead th {
  font-size: 18px;
}

.bxym table td {
  padding: 3px 0;
}

.bxym-col1,
.bxym-col3 {
  width: 27%;
}

.bxym-col2 {
  background: #ffffff;
}

.ybbm-txt2 {
  color: #f44336;
  /* font-weight: normal; */
}

.ybbm-txt3 {
  color: #2196f3;
  /* font-weight: normal; */
}

.ybbm-txt4 {
  color: #4caf50;
  /* font-weight: normal; */
}

.yxym-tbody {
  text-align: left;
}

.yxym-tfoot {
  color: #009933;
  /* background: #1976d2; */
  /* font-size: 20px; */
}
td{
  color: #000a12;
}

/* 媒体查询适配手机屏幕 */
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    border-left: 5px;
    border-right: 5px;
    max-width: 100%;
  }

  .nav2 ul li {
    width: 50%;
    padding: 1px;
  }

  .nav2 ul li a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }

  table {
    font-size: 14px;
  }

  .common-table thead th {
    font-size: 14px;
  }

  .bxym table {
    font-size: 14px;
  }

  .bxym table thead th {
    font-size: 14px;
  }

  .h10 {
    height: 6px;
  }

  .yxym-tfoot {
    font-size: 14px;
  }
}