html, body {
  height: 100%; }

.container {
  width: 100vw;
  min-height: 100%;
  min-height: 100%;
  position: relative; }
  .container.bg-con {
    background: linear-gradient(#00a2e9, #0372be);
    color: #fff; }

.header {
  height: 50px;
  line-height: 50px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #00a2e9;
  color: #fff;
  z-index: 1000; }
  .header .header-left {
    position: absolute;
    left: 10px;
    top: 0;
    width: 100px; }
    .header .header-left .iconfont {
      font-size: 20px;
      color: #fff; }
  .header .header-title {
    font-size: 16px;
    text-align: center; }
  .header .header-right-btn {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px; }

.btm-bg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 0;
  z-index: 1; }
  .btm-bg img {
    width: 100%; }

.border-b {
  border-bottom: 1px solid #eee; }

.main-con {
  padding-top: 50px;
  position: relative;
  z-index: 99;
  padding-bottom: 1px; }
  .main-con .banner-con {
    margin: 30px;
    position: relative; }
    .main-con .banner-con img {
      width: 100%; }
  .main-con .form-con {
    margin: 30px 30px 0; }
    .main-con .form-con ::-webkit-input-placeholder {
      color: #777; }
    .main-con .form-con input:-moz-placeholder {
      color: #777; }
    .main-con .form-con .input-con {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 2px;
      display: flex;
      padding: 5px 10px;
      align-items: center;
      margin-bottom: 20px;
      min-height: 38px; }
      .main-con .form-con .input-con .form-icon {
        width: 30px;
        margin-right: 5px; }
        .main-con .form-con .input-con .form-icon .iconfont {
          color: #777;
          font-size: 24px; }
      .main-con .form-con .input-con .form-right-icon {
        width: 30px;
        margin-left: 10px; }
        .main-con .form-con .input-con .form-right-icon .icon {
          color: #777;
          font-size: 24px; }
      .main-con .form-con .input-con .form-input {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        flex: auto; }
        .main-con .form-con .input-con .form-input input {
          color: #333; }
    .main-con .form-con .form-btn {
      margin-top: 20px; }
      .main-con .form-con .form-btn .weui-btn {
        width: 100%;
        line-height: 1.8;
        font-weight: normal;
        font-size: 18px;
        border-radius: 2px;
        background: #00cbc9; }
      .main-con .form-con .form-btn a:active {
        color: #fff; }
  .main-con .history-list {
    margin: 30px 30px 0;
    padding-bottom: 30px; }
    .main-con .history-list ul {
      margin-top: 10px; }
      .main-con .history-list ul li {
        font-size: 14px;
        margin-left: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px 0; }
  .main-con .user-top-con {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
    position: relative;
    background: linear-gradient(#00a2e9, #0372be);
    color: #fff; }
    .main-con .user-top-con .user-logo {
      position: relative;
      z-index: 99;
      text-align: center; }
      .main-con .user-top-con .user-logo img {
        width: 80px; }
      .main-con .user-top-con .user-logo .p-phone {
        font-size: 14px;
        margin-top: 2px; }
    .main-con .user-top-con .change-user {
      position: absolute;
      right: 10px;
      top: 20px;
      z-index: 999;
      padding: 0 10px; }
      .main-con .user-top-con .change-user .iconfont {
        font-size: 24px; }
    .main-con .user-top-con .user-banner {
      margin: 0 10px;
      position: relative;
      z-index: 999; }
      .main-con .user-top-con .user-banner img {
        width: 100%; }
  .main-con .user-list .list-item {
    display: flex;
    align-items: center;
    padding: 18px 20px; }
    .main-con .user-list .list-item .item-icon {
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 100%;
      margin-right: 15px;
      text-align: center; }
      .main-con .user-list .list-item .item-icon .iconfont {
        font-size: 20px;
        color: #fff; }
      .main-con .user-list .list-item .item-icon.item01 {
        background: #fc4204; }
      .main-con .user-list .list-item .item-icon.item02 {
        background: #fcaf01; }
      .main-con .user-list .list-item .item-icon.item03 {
        background: #069dc3; }
      .main-con .user-list .list-item .item-icon.item04 {
        background: #8b6a9a; }
      .main-con .user-list .list-item .item-icon.item05 {
        background: #56b360; }
      .main-con .user-list .list-item .item-icon.item06 {
        background: #fcaf01; }
      .main-con .user-list .list-item .item-icon.item07 {
        background: #00a2e9; }
      .main-con .user-list .list-item .item-icon.item08 .iconfont {
        color: #333; }
    .main-con .user-list .list-item .item-title {
      flex: auto; }
    .main-con .user-list .list-item .item-arrow {
      flex: none;
      margin-left: 3px; }
      .main-con .user-list .list-item .item-arrow .iconfont {
        font-size: 20px; }
  .main-con .wrapper-con {
    margin: 20px;
    padding-bottom: 5px; }
    .main-con .wrapper-con .content-box {
      position: relative;
      margin: 50px 5px 30px 0; }
      .main-con .wrapper-con .content-box:first-child {
        margin-top: 40px; }
      .main-con .wrapper-con .content-box.no-title {
        margin-top: 30px; }
      .main-con .wrapper-con .content-box .box-title {
        font-weight: bold;
        z-index: 100;
        position: absolute;
        top: -20px;
        left: 0;
        line-height: 40px;
        min-width: 70px;
        text-align: center;
        padding: 0 20px;
        font-size: 14px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#22A88C), to(#39C13E));
        background-image: linear-gradient(#22A88C, #39C13E);
        border-radius: 0 30px 30px 0;
        -webkit-box-shadow: 2px 2px 15px #22A88C;
        box-shadow: 2px 2px 15px #22A88C; }
        .main-con .wrapper-con .content-box .box-title.title-over {
          background: #aaa;
          box-shadow: none; }
      .main-con .wrapper-con .content-box .box-details {
        position: relative;
        z-index: 99;
        padding: 10px 20px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#1b9aa5), to(#00a2e9)), -webkit-gradient(linear, left top, left bottom, from(#b4e8ff), to(#b4e8ff));
        background-image: linear-gradient(0deg, #1b9aa5 0%, #00a2e9 100%), linear-gradient(#b4e8ff, #b4e8ff);
        border: 1px solid #ffffff;
        border-radius: 5px; }
        .main-con .wrapper-con .content-box .box-details .details-info {
          margin: 10px 0; }
          .main-con .wrapper-con .content-box .box-details .details-info a {
            color: #fff; }
        .main-con .wrapper-con .content-box .box-details.padding-t {
          padding-top: 25px; }
        .main-con .wrapper-con .content-box .box-details .plan-text {
          font-size: 14px; }
        .main-con .wrapper-con .content-box .box-details .plan-list .plan-item {
          display: flex;
          font-size: 14px;
          margin-bottom: 12px; }
          .main-con .wrapper-con .content-box .box-details .plan-list .plan-item .item-time {
            width: 102px;
            flex: none; }
          .main-con .wrapper-con .content-box .box-details .plan-list .plan-item .item-info {
            flex: auto; }
      .main-con .wrapper-con .content-box .box-bg {
        content: '';
        position: absolute;
        top: 5px;
        right: -5px;
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 5px; }
    .main-con .wrapper-con .map-con {
      font-size: 0; }
      .main-con .wrapper-con .map-con .map {
        width: 100%; }
      .main-con .wrapper-con .map-con .my-map-info {
        display: flex;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
        align-items: center; }
        .main-con .wrapper-con .map-con .my-map-info .map-info-text {
          flex: auto; }
          .main-con .wrapper-con .map-con .my-map-info .map-info-text .p01 {
            color: #333;
            font-size: 16px; }
          .main-con .wrapper-con .map-con .my-map-info .map-info-text .p02 {
            color: #777;
            font-size: 12px; }
        .main-con .wrapper-con .map-con .my-map-info .map-info-link {
          width: 40px;
          height: 40px;
          margin-left: 10px; }
          .main-con .wrapper-con .map-con .my-map-info .map-info-link img {
            width: 100%;
            height: 100%; }
  .main-con .service-banner img {
    width: 100%; }
  .main-con .service-con .service-title {
    font-size: 14px;
    color: #999;
    text-align: center; }
  .main-con .service-con .service-item {
    display: flex;
    margin-top: 30px;
    align-items: center; }
    .main-con .service-con .service-item .item-pic {
      width: 55px; }
      .main-con .service-con .service-item .item-pic img {
        width: 100%;
        border-radius: 100%; }
    .main-con .service-con .service-item .item-info {
      background: #00a2e9;
      color: #fff;
      border-radius: 5px;
      padding: 10px 20px 10px 15px;
      margin-left: 20px;
      position: relative; }
      .main-con .service-con .service-item .item-info a {
        color: #fff; }

/*# sourceMappingURL=index.css.map */
