.container .nav {
  margin: 0 auto;
  margin-top: 0.32rem;
  width: 6.9rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 0.01rem solid #3f71ee;
  border-radius: 0.1rem 0.1rem;
}

.container .nav li {
  float: left;
  width: 33.3%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  color: #3f71ee;
  font-size: 0.3rem;
  box-sizing: border-box;
}

.container .nav li.cur {
  color: #fff;
  background-color: #3f71ee;
}

.container .nav li.b-r {
  border-right: 0.01rem solid #3f71ee;
}

.container table {
  margin-top: 0.48rem;
  margin-bottom: 0.2rem;
  width: 100%;
}

.container table tr td {
  border: 1px solid #eaf0f7;
  width: 2.5rem;
  height: 1.71rem;
}

.container table tr td img {
  margin: auto;
}

.container table tr td .top {
  width: 2.5rem;
  height: 0.72rem;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.container table tr td .bottom {
  text-align: center;
  color: #8e9398;
  line-height: 1.4;
  font-size: 0.22rem;
}

.container table tr td.no-border-top {
  border-top: none;
}

.container table tr td.no-border-bottom {
  border-bottom: none;
}

.container table tr td.no-border-left {
  border-left: none;
}

.container table tr td.no-border-right {
  border-right: none;
}

.container .rel .actbtn {
  display: block;
  height: 0.8rem;
  width: 2.75rem;
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
}

.container .rel .linkbtn {
  display: block;
  height: 0.7rem;
  width: 3.4rem;
  position: absolute;
  left: 2.05rem;
  bottom: 1.05rem;
}

.goTop {
  position: fixed;
  display: block;
  width: 1.07rem;
  height: 1.07rem;
  bottom: 2rem;
  right: 0.3rem;
  background-image: url("../../xz/img/top.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}