@charset "UTF-8";
.plus-top-wrapper {
  font-size: 0;
  padding: 24px 20px 0 20px;
  height: 1.4rem; }
  .plus-top-wrapper .plus-head-l {
    height: 100%;
    float: left; }
    .plus-top-wrapper .plus-head-l .plus-date {
      height: 36px;
      color: #424141;
      margin-bottom: .29rem; }
      .plus-top-wrapper .plus-head-l .plus-date .plus-day {
        height: 100%;
        float: left;
        font-size: 50px;
        line-height: 38px;
        font-weight: bolder; }
      .plus-top-wrapper .plus-head-l .plus-date .plus-date-r {
        height: 100%;
        width: .95rem;
        display: inline-block;
        position: relative;
        margin-left: .25rem; }
        .plus-top-wrapper .plus-head-l .plus-date .plus-date-r .plus-week {
          line-height: 12px;
          font-size: 12px; }
        .plus-top-wrapper .plus-head-l .plus-date .plus-date-r .plus-y-m {
          line-height: 12px;
          position: absolute;
          font-size: 12px;
          bottom: 0; }
    .plus-top-wrapper .plus-head-l .plus-weather {
      font-size: 13px; }
  .plus-top-wrapper .plus-head-r {
    height: 100%;
    float: right;
    width: 4.03rem; }
    .plus-top-wrapper .plus-head-r img {
      height: 100%;
      width: 100%;
      overflow: hidden; }

.plus-mid-wrapper {
  position: absolute;
  bottom: 4.4rem;
  width: 100%; }
  .plus-mid-wrapper ul {
    margin: 0 .92rem; }
    .plus-mid-wrapper ul li {
      width: 1.26rem;
      display: inline-block; }
      .plus-mid-wrapper ul li a {
        width: 100%; }
      .plus-mid-wrapper ul li img {
        width: 100%;
        margin-bottom: .2rem;
        border-radius: 50%; }
      .plus-mid-wrapper ul li .plus-title {
        font-size: 13px;
        text-align: center; }
      .plus-mid-wrapper ul li:last-child {
        float: right; }
      .plus-mid-wrapper ul li:nth-child(2n) {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%); }

.plusbot-wrapper {
  bottom: .9rem;
  width: 100%;
  position: absolute; }

.plus-close-wrapper {
  height: .9rem;
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid whitesmoke; }
  .plus-close-wrapper img {
    height: .31rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ovfHiden {
  overflow: hidden;
  height: 100%; }

[v-cloak] {
  display: none; }

/* CSS Document */
* {
  margin: 0;
  padding: 0; }

body {
  word-wrap: break-word;
  font-family: Helvetica;
  font-size: .24rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a, u, s, del {
  color: #000;
  text-decoration: none; }

fieldset, img {
  border: 0; }

img {
  display: block; }

i, em, b {
  font-style: normal;
  font-weight: 400; }

li {
  list-style: none; }

table {
  border-collapse: collapse; }

.ind2 {
  text-indent: 2em; }

/*溢出隐藏出现省略号*/
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/*让图片垂直对齐方式*/
.valign:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.valign img {
  vertical-align: middle; }

/*清除浮动*/
.clear {
  zoom: 1; }

.clear:after {
  content: "";
  clear: both;
  display: block; }

/*标签点击清除蓝色*/
* {
  -webkit-tap-highlight-color: transparent; }

input {
  outline: medium; }

button {
  background: none;
  border: 0;
  cursor: pointer; }

::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
  opacity: 0; }

.head-wrapper {
  position: relative;
  height: .9rem;
  padding: 0 20px;
  line-height: .9rem;
  font-size: 17px;
  color: #96d2fa;
  text-align: center;
  background: -webkit-linear-gradient(left, #08121e, #1c2743);
  background: -o-linear-gradient(right, #08121e, #1c2743);
  background: -moz-linear-gradient(right, #08121e, #1c2743);
  background: linear-gradient(to right, #08121e, #1c2743); }
  .head-wrapper .back {
    background: url("../img/common/back.png") no-repeat;
    background-size: 10px 20px;
    float: left;
    height: 20px;
    width: 10px;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .head-wrapper .bigger {
    background: url("../img/common/bigger.png") no-repeat;
    background-size: 18px 18px;
    float: right;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.bottom-wrapper {
  position: fixed;
  width: 100%;
  height: .93rem;
  bottom: 0;
  z-index: 1000; }

.public-bottom-box {
  height: .93rem;
  display: flex;
  justify-content: space-around;
  background: linear-gradient(90deg, #1b2556 0%, #171e49 50%, #13183d 100%); }
  .public-bottom-box a {
    width: 1rem;
    display: block; }
    .public-bottom-box a .img-box {
      height: .6rem;
      box-sizing: border-box;
      padding-top: .1rem;
      margin-bottom: .05rem; }
      .public-bottom-box a .img-box img {
        width: .4rem;
        margin: 0 auto; }
    .public-bottom-box a p {
      font-size: .2rem;
      line-height: .2rem;
      color: #ffffff;
      text-align: center; }
  .public-bottom-box .destination img {
    width: 0.3rem !important; }
  .public-bottom-box .plus .img-box {
    height: auto;
    padding-top: .2rem; }
    .public-bottom-box .plus .img-box img {
      width: .52rem; }
  .public-bottom-box .mine .img-box img {
    width: .36rem; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.plus-wrapper {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  bottom: 100%;
  z-index: 999;
  background: #fff;
  transition: .3s; }

body > .loading {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-size: 2rem 2rem; }
  body > .loading img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.img-plus {
  width: 100%;
  height: 4rem; }

/*# sourceMappingURL=public.css.map */
