.main .pos {
  font-size: 0.3rem;
  width: 94%;
  margin: 0.3rem auto;
  line-height: 0.5rem;
  background: url("../images/pos_m.png") no-repeat center left;
  background-size: auto 70%;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.main .viewList {
    width: 94%;
    margin: .3rem auto;
}

.main .viewList h4 {
    font-size: .4rem;
    background: #3e99f3;
    color: #FFFFFF;
    font-weight: bold;
    padding: .2rem 0;
    text-align: center;
    line-height: .6rem;
}

.main .viewList .list li {
    padding: .2rem 0;
    text-align: center;
    line-height: .5rem;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

