@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;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.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; }

body {
  color: #424141; }
  body input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.info-box {
  height: 4.6rem;
  position: relative; }
  .info-box .bg-img {
    width: 100%;
    height: 100%; }
  .info-box .logout-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 1.1rem; }
    .info-box .logout-box .img-box {
      width: 1.32rem;
      height: 1.32rem;
      margin: 0 auto .3rem;
      border-radius: 50%;
      overflow: hidden; }
      .info-box .logout-box .img-box .head-img {
        width: 100%;
        height: 100%; }
    .info-box .logout-box h4 {
      font-size: .49rem;
      line-height: .49rem;
      color: #ffffff;
      text-align: center;
      margin-bottom: .2rem; }
    .info-box .logout-box h5 {
      font-size: .26rem;
      line-height: .26rem;
      color: #ffffff;
      text-align: center;
      margin-bottom: .48rem; }
    .info-box .logout-box .operate-box {
      width: 5.2rem;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .info-box .logout-box .operate-box .login-btn {
        width: 2.2rem;
        height: .64rem;
        background-color: #ffcc00;
        box-shadow: 0px 2px 0px 0px #ed8b00;
        border-radius: 4px;
        font-size: .28rem;
        letter-spacing: 2px; }
      .info-box .logout-box .operate-box .register-btn {
        width: 2.2rem;
        height: .64rem;
        background-color: #ffcc00;
        box-shadow: 0px 2px 0px 0px #ed8b00;
        border-radius: 4px;
        font-size: .28rem;
        letter-spacing: 1px; }
  .info-box .login-box {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 1.58rem .4rem 0; }
    .info-box .login-box .img-box {
      width: 1.32rem;
      height: 1.32rem;
      margin-bottom: .3rem;
      border-radius: 50%;
      overflow: hidden; }
      .info-box .login-box .img-box .head-img {
        width: 100%;
        height: 100%; }
    .info-box .login-box h4 {
      font-size: .49rem;
      line-height: .49rem;
      color: #ffffff;
      margin-bottom: .2rem;
      width: 4rem; }
    .info-box .login-box h5 {
      width: 4rem;
      font-size: .26rem;
      line-height: .26rem;
      color: #ffffff; }
    .info-box .login-box .setup-btn {
      position: absolute;
      right: .4rem;
      bottom: .4rem;
      width: 2.2rem;
      height: .64rem;
      border-radius: 4px;
      border: solid 1px #ffffff;
      font-size: .28rem;
      letter-spacing: 2px; }
      .info-box .login-box .setup-btn a {
        color: #fff; }

.three-box {
  box-sizing: border-box;
  height: 1.6rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.19);
  display: flex;
  justify-content: space-between;
  padding: .36rem .25rem 0; }
  .three-box a {
    flex: 1;
    height: .99rem;
    box-sizing: border-box; }
    .three-box a .img-box {
      height: .64rem; }
      .three-box a .img-box img {
        margin: 0 auto; }
    .three-box a p {
      font-size: .3rem;
      line-height: .3rem;
      text-align: center; }
  .three-box .qa-box img {
    width: .44rem; }
  .three-box .comment-box {
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5; }
    .three-box .comment-box img {
      width: .44rem; }
  .three-box .order-box img {
    width: .4rem; }

/*# sourceMappingURL=personal.css.map */
