.around-center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.un-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.center-all-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.UD-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
/*文字超出成点*/
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
/*去除padding*/
.noScroll {
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}
/*
.asset::-webkit-scrollbar { display:none }*/
.row-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.row-end-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row-all-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.row-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.col-all-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-start-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-around-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
     -moz-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*加号*/
/*减号*/
a {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.w {
  border-radius: 0.1rem;
  margin-top: 0.25rem;
}
.wrapper .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper .nav a {
  padding: 0.1rem 0.25rem;
  border-radius: 0.28rem;
  border: solid 1px #25c011;
  display: block;
  text-align: center;
  font-size: 0.26rem;
  margin-right: 0.2rem;
  white-space: nowrap;
  color: #555555;
  background-color: #eeeeee;
}
.wrapper .nav .active {
  letter-spacing: 0px;
  color: #26af14;
  border: solid 1px #25c011;
}
.wrapper .cut-line {
  width: 100%;
  height: 0.2rem;
  background-color: #f4f4f8;
  margin-top: 0.22rem;
}
.wrapper .eval-list {
  margin-top: 0.2rem;
}
.wrapper .eval-list__item {
  border-bottom: 1px solid #dddddd;
  padding: 0.39rem 0;
}
.wrapper .eval-list__item .detail__top {
  padding-right: 0.43rem;
  width: 100%;
  height: 0.8rem;
}
.wrapper .eval-list__item .detail__top div .head {
  width: 0.76rem;
  height: 0.76rem;
  border-radius: 50%;
  margin-right: 0.19rem;
}
.wrapper .eval-list__item .detail__top div .nickname {
  font-size: 0.24rem;
  color: #222222;
}
.wrapper .eval-list__item .detail__top div .time {
  color: #999999;
  font-size: 0.22rem;
  margin-top: 0.1rem;
}
.wrapper .eval-list__item .detail__top .star {
  margin-left: 0.49rem;
}
.wrapper .eval-list__item .detail__bottom {
  margin-top: 0.21rem;
}
.wrapper .eval-list__item .detail__bottom .con {
  font-size: 0.26rem;
  color: #222222;
}
.wrapper .eval-list__item .detail__bottom .class {
  margin-top: 0.17rem;
}
.wrapper .eval-list__item .detail__bottom .class span {
  font-size: 0.21rem;
  color: #999999;
  font-weight: normal;
  font-stretch: normal;
}
.wrapper .eval-list__item .detail__bottom .class span:nth-child(2) {
  margin-left: 0.3rem;
}
.xx-star {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEUAAADztwn//vv2ykj2zE7zuhH99Nj1xDP0vyX//PX+/PT++u/+9+L98c/75KL64Jb30F73z1r3zVT2yEL1xTn0vBr+9+X99Nr989b76LD7563524X52Xz2x0H1wSv0viKTcuEeAAAAAXRSTlMAQObYZgAAAIJJREFUGNOd0UcOhTAMBFCcTu+/UO9/S4iF4sjZMZuR38KKlexlKnuYVIUFsCLhBu40CU+eJ641YGqSvFUOQpxqC2QJLCPyzHlGXjlvyIJtkc/rCxWrysOFA+kQXdoRdxnFEZ+kJUQpA/9w1hrLBP74cTff0XdFW3otF99/qfsXP3gBQGMDrnllryQAAAAASUVORK5CYII=") no-repeat;
  width: 0.37rem;
  height: 0.37rem;
  display: inline-block;
  cursor: pointer;
}
.xx-star2 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWBAMAAAA2mnEIAAAAJFBMVEUAAADd3d3+/v7l5eX5+fnh4eHn5+fz8/Pv7+/j4+P7+/vp6emME1nwAAAAAXRSTlMAQObYZgAAAHhJREFUGNNjwAe4Qh3gbE3BSXB2oaA4nD1RUBLGZBEUFIRo0EgVBIGwJiDbUBAChIHsQEEoALIboUwJIFsZyjYCspkMIcoVQAapgdlJYEO5wewNYDYrmB0AZiuC2UJgtiOYLQJmLxQUdjEUlAKz2YQLGNgNE3B7FQCiXQ9rqSILZwAAAABJRU5ErkJggg==") no-repeat;
  width: 0.37rem;
  height: 0.37rem;
  cursor: pointer;
  display: inline-block;
}

