﻿@charset "UTF-8";
.transition, .contract-layer {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.flex, .login .check, .member-head .list ul, .member-msg li dl.msg, .member-nav li a, .p-nav ul, .contract li dl.msg, .contract-head dl.msg, .verification .list ul, .member-1 li, .member-2 li .name, .sign .btn, .sign .btn div, .contract-layer .title, .contract-layer .check, .contract-layer2 {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex; }

.flexColumn, .member-head .list li a, .verification, .verification .list li, .rzcg {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column; }

.itemsCenter, .login .check, .member-head .list li a, .member-nav li a, .verification, .verification .list li, .member-1 li, .member-2 li .name, .rzcg, .sign .btn div, .contract-layer .title, .contract-layer .check, .contract-layer2 {
  align-items: center;
  -webkit-align-items: center; }

.justifyCenter, .member-head .list li a, .rzcg, .sign .btn, .sign .btn div, .contract-layer .check {
  justify-content: center;
  -webkit-justify-content: center; }

.flexAround {
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.flexBetween, .member-1 li, .contract-layer .title {
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.flexWrap {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 50px; }

body {
  font-size: .24rem;
  font-family: Arial, "微软雅黑";
  color: #333;
  -webkit-text-size-adjust: none; }

a {
  color: #333;
  text-decoration: none;
  outline: none; }
  a:active {
    star: expression(this.onFocus=this.blur()); }
  a:link {
    text-decoration: none;
    outline: none; }
  a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    text-decoration: none;
    color: #214b77;
    outline: none; }

li {
  list-style: outside none; }

h1 {
  font-size: 16px; }

h2, h3, h4, h5 {
  font-size: 14px; }

h5 {
  font-size: 12px; }

textarea, input {
  background: transparent;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  outline: none;
  border: 0; }

em {
  font-style: normal; }

img {
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both;
  height: 0;
  display: block;
  _display: inherit; }

.before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0; }

.h10 {
  height: 0.1rem;
  overflow: hidden;
  clear: both; }

.h50 {
  height: 0.5rem;
  overflow: hidden;
  clear: both; }

.wal {
  max-width: 750px;
  margin: 0 auto; }

.g-headD {
  height: 0.88rem; }

.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  background: #214b77;
  height: 0.88rem;
  padding: 0 .3rem; }
  .g-head h2 {
    color: #fff;
    line-height: 0.88rem;
    font-size: .3rem;
    font-weight: 400;
    letter-spacing: .02rem; }
  .g-head a.back {
    color: #fff;
    line-height: 0.88rem;
    font-size: .3rem;
    font-weight: 400;
    letter-spacing: .02rem;
    display: inline-block;
    padding-left: .48rem;
    background: url("../image/img23.png") left center no-repeat;
    background-size: .23rem; }

#app {
  min-height: 100vh;
  position: relative; }

.login {
  padding: .9rem .7rem 2rem .7rem; }
  .login .form li {
    padding-bottom: .5rem;
    position: relative; }
    .login .form li:last-child {
      padding-bottom: 0; }
    .login .form li .ico {
      position: absolute;
      z-index: 10;
      left: 0.15rem;
      right: auto;
      top: 0.22rem;
      bottom: auto;
      width: .5rem; }
    .login .form li .name {
      position: absolute;
      z-index: 10;
      left: 0.8rem;
      right: auto;
      top: 0;
      bottom: auto;
      line-height: .95rem;
      font-size: .3rem;
      color: #999; }
    .login .form li .input {
      border: #c9c9c9 solid 1px;
      height: .95rem;
      -moz-border-radius: 0.12rem;
      -webkit-border-radius: 0.12rem;
      border-radius: 0.12rem;
      position: relative;
      z-index: 11; }
      .login .form li .input input {
        width: 100%;
        height: .93rem;
        line-height: .93rem;
        padding-left: .8rem;
        font-size: .3rem; }
  .login .form li.on .name {
    opacity: 0;
    visibility: hidden; }
  .login .check {
    height: 1.2rem;
    margin-bottom: .12rem;
    font-size: .24rem;
    color: #999;
    padding-left: .05rem; }
    .login .check em {
      background: url("../image/img28.png") left center no-repeat;
      background-size: .28rem;
      padding-left: .38rem;
      line-height: 1rem; }
    .login .check a {
      color: #214b77; }
    .login .check.on em {
      background-image: url("../image/img28on.png"); }
  .login .submit div {
    background: #214b77;
    -moz-border-radius: 0.12rem;
    -webkit-border-radius: 0.12rem;
    border-radius: 0.12rem; }
  .login .submit input {
    font-size: .36rem;
    height: .95rem;
    color: #fff;
    width: 100%;
    letter-spacing: .02rem; }

.g-footD {
  height: .7rem; }

.g-foot {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  text-align: center; }
  .g-foot .msg {
    font-size: .24rem;
    line-height: .36rem;
    color: #999; }
    .g-foot .msg a {
      color: #999; }
  .g-foot p {
    padding: .3rem 0;
    font-size: .18rem;
    color: #ccc; }

.member-head {
  min-height: 4.5rem;
  background: #214b77;
  text-align: center;
  position: relative;
  padding-top: .5rem;
  margin-bottom: 1.12rem; }
  .member-head .touxiang {
    width: 1.7rem;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5f7d9d;
    padding: .06rem; }
    .member-head .touxiang img {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .member-head .name {
    color: #fff;
    font-size: .42rem;
    padding: .15rem 0 .1rem 0; }
  .member-head .msg {
    color: #fff;
    font-size: .3rem;
    opacity: .47; }
  .member-head .list {
    position: absolute;
    z-index: 10;
    left: 0.2rem;
    right: 0.2rem;
    top: auto;
    bottom: -0.88rem;
    background: #fff;
    height: 1.76rem;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem; }
    .member-head .list li {
      width: 33.333%;
      position: relative; }
      .member-head .list li:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 1rem;
        background: #ccc;
        margin-top: -.5rem; }
      .member-head .list li:last-child:after {
        display: none; }
      .member-head .list li a {
        height: 1.76rem; }
        .member-head .list li a h3 {
          font-size: .48rem;
          color: #666;
          line-height: 1em;
          padding-bottom: .15rem; }
          .member-head .list li a h3.red {
            color: #ff0000; }
        .member-head .list li a div {
          font-size: .26rem;
          color: #999; }

.member-msg, .member-nav {
  background: #fff;
  -moz-border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  border-radius: 0.1rem;
  min-height: 1rem;
  margin-bottom: .23rem;
  margin-left: .2rem;
  margin-right: .2rem; }

.member-msg .title {
  line-height: .8rem;
  color: #666;
  font-size: .3rem;
  padding-left: .3rem; }
.member-msg li {
  border-top: #eee solid 1px;
  position: relative;
  min-height: 1.4rem;
  padding: .3rem 1rem .3rem .3rem; }
  .member-msg li .name {
    font-size: .3rem;
    color: #666; }
  .member-msg li dl.msg {
    font-size: .18rem;
    color: #999;
    line-height: .3rem;
    padding-top: .1rem; }
    .member-msg li dl.msg dd {
      padding-right: .2rem; }
  .member-msg li a.btn {
    display: block;
    background: #52a0f1;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.2rem;
    top: 0.3rem;
    bottom: auto;
    width: .66rem;
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    font-size: .22rem; }

.member-nav {
  padding: 0 .3rem; }
  .member-nav li {
    border-bottom: #e8e8e8 solid 1px; }
    .member-nav li:last-child {
      border: 0; }
    .member-nav li a {
      height: 1.08rem;
      background: url("../image/img15.png") right center no-repeat;
      background-size: .15rem;
      position: relative; }
      .member-nav li a .ico {
        width: .36rem; }
      .member-nav li a .name {
        padding: 0 .22rem 0 .1rem;
        position: relative;
        font-size: .3rem;
        color: #666; }
        .member-nav li a .name i {
          position: absolute;
          z-index: 10;
          left: auto;
          right: 0;
          top: 0;
          bottom: auto;
          background: #ff0000;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          width: .17rem;
          height: .17rem; }
      .member-nav li a p {
        font-size: .26rem;
        color: #999;
        position: absolute;
        z-index: 10;
        left: auto;
        right: 0.3rem;
        top: 0;
        bottom: auto;
        line-height: 1.08rem; }

.p-nav {
  background: #fff; }
  .p-nav li {
    width: 50%;
    position: relative; }
    .p-nav li:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      height: .36rem;
      width: 1px;
      margin-top: -.18rem;
      background: #ccc; }
    .p-nav li:last-child:after {
      display: none; }
  .p-nav a {
    display: block;
    line-height: .88rem;
    text-align: center;
    font-size: .3rem;
    letter-spacing: .02rem;
    color: #999; }
  .p-nav li.on a, .p-nav a.on {
    color: #214b77; }
    .p-nav li.on a em, .p-nav a.on em {
      color: #ff0000; }

.contract {
  padding: .25rem .2rem 0 .2rem; }
  .contract li {
    margin-bottom: .2rem;
    background: #fff;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    padding: .3rem 1rem .1rem .3rem; }
    .contract li .img {
      width: 1.53rem;
      position: absolute;
      bottom: 0;
      right: .9rem; }
    .contract li .name {
      font-size: .3rem;
      color: #666;
      position: relative;
      z-index: 2; }
    .contract li dl.msg {
      font-size: .18rem;
      color: #999;
      line-height: .5rem;
      position: relative;
      z-index: 2; }
      .contract li dl.msg dd {
        padding-right: .2rem; }
    .contract li dl.msg2 {
      border-top: #eeeeee solid 1px;
      margin-right: -.7rem; }
    .contract li a.btn {
      display: block;
      background: #52a0f1;
      color: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 0.3rem;
      bottom: auto;
      width: .66rem;
      height: .66rem;
      line-height: .66rem;
      text-align: center;
      font-size: .22rem; }
      .contract li a.btn.btn-1 {
        background: #ff9900; }
      .contract li a.btn.btn-2 {
        background: #cacaca; }

.contract-head {
  background: #fff;
  position: relative;
  margin-bottom: .2rem;
  padding: .2rem .2rem .3rem .2rem; }
  .contract-head h2 {
    color: #214b77;
    font-size: .3rem;
    font-weight: 400;
    letter-spacing: .01rem; }
  .contract-head dl.msg {
    font-size: .18rem;
    color: #999;
    line-height: .5rem;
    position: relative;
    z-index: 2; }
    .contract-head dl.msg dd {
      padding-right: .2rem; }
  .contract-head dl.msg2 {
    border-top: #eeeeee solid 1px;
    font-size: .18rem;
    line-height: 2em;
    color: #999;
    padding-top: .1rem; }
  .contract-head .img {
    width: 1.53rem;
    position: absolute;
    bottom: 0;
    right: 1.55rem; }
  .contract-head .ico {
    background: #52a0f1;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.2rem;
    top: auto;
    bottom: 0.33rem;
    width: .86rem;
    height: .86rem;
    line-height: .86rem;
    text-align: center;
    font-size: .22rem; }

.contract-show .img {
  padding-bottom: .2rem;
  position: relative; }
  .contract-show .img .name {
    width: 1.4rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: 0.98rem;
    top: auto;
    bottom: 1.7rem; }
.contract-show .btn {
  padding: .45rem .7rem;
  margin-top: -.2rem; }
  .contract-show .btn a {
    display: block;
    text-align: center;
    background: #214b77;
    color: #fff;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    line-height: .95rem;
    letter-spacing: .02rem;
    font-size: .36rem; }

.verification {
  padding-top: 1rem;
  text-align: center; }
  .verification .img {
    position: relative;
    width: 6.04rem;
    border: #ccc solid 1px; }
    .verification .img:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      bottom: -.23rem;
      margin-left: -.22rem;
      width: .44rem;
      height: .44rem;
      background: url("../image/img44.png") center no-repeat;
      background-size: 100%; }
  .verification .msg {
    padding: .5rem 0 1rem 0;
    font-size: .36rem;
    line-height: .63rem;
    color: #666;
    width: 100%; }
  .verification .list {
    width: 100%; }
    .verification .list li {
      width: 33.333%; }
      .verification .list li .img {
        width: 1.82rem;
        border: 0; }
        .verification .list li .img:after {
          background-image: url("../image/img44_2.png"); }
      .verification .list li .name {
        padding-top: .4rem;
        width: 1.95rem; }
        .verification .list li .name div {
          height: .5rem;
          line-height: .48rem;
          border: #ccc solid 1px;
          background: #fff;
          font-size: .32rem;
          color: #999; }
  .verification .btn {
    padding: .75rem 0 .2rem 0;
    width: 6.13rem; }
    .verification .btn a {
      display: block;
      background: #214b77;
      color: #fff;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      line-height: .95rem;
      letter-spacing: .02rem;
      font-size: .36rem; }

.member-1 {
  padding-top: .2rem; }
  .member-1 ul {
    background: #fff;
    margin-bottom: .2rem;
    padding: 0 .2rem; }
  .member-1 li {
    border-bottom: #dadada solid 1px;
    height: .85rem;
    font-size: .28rem; }
    .member-1 li:last-child {
      border: 0; }
    .member-1 li .name {
      color: #999; }
      .member-1 li .name em {
        color: #ff0000; }
    .member-1 li .input {
      width: 4.5rem;
      padding-right: .42rem;
      background: url("../image/img15.png") right center no-repeat;
      background-size: .15rem; }
      .member-1 li .input input {
        width: 100%;
        height: .8rem;
        line-height: .8rem;
        font-size: .28rem;
        color: #666;
        text-align: right; }
      .member-1 li .input input::-webkit-input-placeholder {
        color: #ccc; }
      .member-1 li .input input::-moz-input-placeholder {
        color: #ccc; }
      .member-1 li .input input::-ms-input-placeholder {
        color: #ccc; }
    .member-1 li .select {
      position: relative;
      text-align: right;
      font-size: .28rem;
      color: #666; }
      .member-1 li .select select {
        position: absolute;
        z-index: 10;
        left: 0;
        right: auto;
        top: 0;
        bottom: auto;
        width: 100%;
        height: 100%;
        opacity: 0; }

    .member-1 li p {
      color: #999;
      padding-right: .42rem; }
      .member-1 li p.blue {
        color: #52a0f1; }

.no-data {
  padding: .6rem 0; }
  .no-data div {
    width: 1.74rem;
    margin: 0 auto; }
  .no-data p {
    text-align: center;
    padding-top: .12rem;
    font-size: .36rem;
    color: #999; }

.member-2 {
  padding: .25rem .2rem 0 .2rem; }
  .member-2 li {
    margin-bottom: .2rem;
    background: #fff;
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    position: relative;
    min-height: 1.67rem;
    padding: .25rem .25rem .15rem .25rem; }
    .member-2 li .name {
      font-size: .3rem;
      color: #666;
      line-height: .3rem; }
      .member-2 li .name em {
        margin-left: .12rem;
        padding-left: .12rem;
        border-left: #cdcdcd solid 1px;
        height: .3rem; }
    .member-2 li .number {
      line-height: .52rem;
      font-size: .18rem;
      color: #999; }
    .member-2 li .tel {
      line-height: .42rem;
      border-top: #eee solid 1px;
      margin-left: -.25rem;
      margin-right: -.25rem;
      padding: 0 .25rem;
      font-size: .18rem;
      color: #999; }
    .member-2 li a.btn {
      display: block;
      background: #52a0f1;
      color: #fff;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 10;
      left: auto;
      right: 0.2rem;
      top: 0.26rem;
      bottom: auto;
      width: .66rem;
      height: .66rem;
      line-height: .66rem;
      text-align: center;
      font-size: .18rem; }
  .member-2 div.btn,.member-1 div.btn {
    padding: .2rem .7rem; }
    .member-2 div.btn a, .member-1 div.btn a {
      display: block;
      background: #214b77;
      color: #fff;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem;
      line-height: .95rem;
      letter-spacing: .02rem;
      font-size: .36rem;
      text-align: center; }

.sign {
  padding: .2rem .2rem; }
  .sign .box {
    border: #999 solid 1px;
    height: 5.8rem;
 }
    .sign .box canvas {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%); }
  .sign .btn {
    padding-top: .25rem;
    margin-right: -.3rem;
    margin-left: -.3rem; }
    .sign .btn div {
      -moz-border-radius: 0.08rem;
      -webkit-border-radius: 0.08rem;
      border-radius: 0.08rem;
      color: #fff;
      margin: 0 .15rem;
      width: 2rem;
      height: .94rem;
      font-size: .36rem;
      background: #ff0000; }
      .sign .btn div img {
        width: .41rem;
        margin-right: .1rem; }
    .sign .btn div.btn-2 {
      background: #214b77; }
    .sign .btn div.btn-3 {
      background: #999; }
  .sign.on .box {
    background: #fff; }

@media all and (orientation: landscape) {
  .g-headD {
    height: 0.6rem; }

  .g-head {
    height: 0.6rem;
    padding: 0 .2rem; }
    .g-head h2 {
      line-height: 0.6rem;
      font-size: .24rem; }
    .g-head a.back {
      line-height: 0.6rem;
      font-size: .24rem;
      padding-left: .36rem;
      background-size: .16rem; }

  .sign {
    padding: .25rem .3rem; }
    .sign .box {
      height: 3.72rem; }
    .sign .btn div {
      margin: 0 .46rem;
      width: 1.8rem;
      height: .7rem;
      font-size: .28rem; }
      .sign .btn div img {
        width: .32rem;
        margin-right: .06rem; } }
.contract-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.69);
  color: #666;
  opacity: 0;
  visibility: hidden; }
  .contract-layer.show {
    opacity: 1;
    visibility: visible; }
  .contract-layer .container {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #fff;
    min-height: 5rem; }
  .contract-layer .title {
    height: .86rem;
    padding: 0 .3rem;
    border-bottom: #ccc solid 1px; }
    .contract-layer .title h2 {
      font-weight: 400;
      font-size: .32rem; }
    .contract-layer .title i {
      background: url("../image/close2.png") center no-repeat;
      width: .4rem;
      height: .4rem;
      background-size: 100%; }
  .contract-layer .content {
    font-size: .28rem;
    line-height: .48rem;
    text-align: justify;
    padding: .3rem;
    height: 3.9rem;
    overflow-y: auto; }
  .contract-layer .check {
    padding: .2rem 0 .28rem 0;
    font-size: .22rem;
    color: #999; }
    .contract-layer .check i {
      background: url("../image/img28.png") center no-repeat;
      background-size: 100%;
      width: .28rem;
      height: .28rem;
      margin-right: .12rem; }
    .contract-layer .check a {
      color: #214b77; }
    .contract-layer .check.on i {
      background-image: url("../image/img28on.png"); }
  .contract-layer .msg {
    text-align: center;
    padding: 1rem 0 1.4rem 0; }
    .contract-layer .msg .ico img {
      width: 1.42rem; }
    .contract-layer .msg p {
      font-size: .26rem;
      line-height: .48rem;
      padding-top: .16rem; }
  .contract-layer .submit {
    padding: 0 .7rem .6rem .7rem; }
    .contract-layer .submit div {
      height: .95rem;
      line-height: .95rem;
      text-align: center;
      background: #214b77;
      color: #fff;
      font-size: .36rem;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem; }
    .contract-layer .submit .wait {
        background:#999;
    }

.contract-layer2 .container {
  position: relative;
  width: 100%; }
.contract-layer2 .title {
  border: 0; }
.contract-layer2 .msg {
  padding-top: .5rem; }

/*# sourceMappingURL=index.css.map */



.weui-picker-calendar {
    height:7rem;
}
.toolbar {
    font-size:.15rem;
}
.i.icon.icon-next, i.icon.icon-prev,i.icon.icon-next, i.icon.icon-prev {
    width:0.28rem; height:0.28rem;
}
.toolbar .toolbar-inner {
    height:0.8rem;
}
.picker-calendar-month-picker, .picker-calendar-year-picker {
    line-height:0.8rem;
}
    .picker-calendar-month-picker a.icon-only, .picker-calendar-year-picker a.icon-only {
        line-height:0.8rem;height:0.8rem;
    }
.picker-calendar-week-days {
    height:0.4rem;
}
.picker-calendar-row {
    height:calc(100% / 12);
}

.rzcg {
  min-height: 100vh;
  position: relative;
  padding: 1.2rem 0 3rem 0;
  text-align: center; }
  .rzcg .ico {
    width: 2rem; }
  .rzcg .msg {
    padding-top: .45rem;
    font-size: .36rem;
    line-height: .6rem; }
  .rzcg .btn {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    background: #fff;
    padding: 0 .7rem; }
    .rzcg .btn a {
      display: block;
      line-height: .95rem;
      font-size: .36rem;
      color: #fff;
      background: #214b77;
      -moz-border-radius: 0.1rem;
      -webkit-border-radius: 0.1rem;
      border-radius: 0.1rem; }
    .rzcg .btn p {
      font-size: .18rem;
      padding: .5rem 0 .25rem 0;
      color: #ccc; }


.member-1 li .input2 input,.member-1 li .input2 select,.member-1 li .input2 span{
    color:#999;
}

.help ul li {
    height:1.08rem;  line-height:1.08rem; font-size:0.3rem; color:#666; padding:0 .2rem; border-bottom:#e8e8e8 solid 1px;
}
    .help ul li a {
        background: url("../image/img15.png") right center no-repeat; display:block; background-size:.15rem
    }
.helpcontent {
    font-size:.28rem; line-height:.4rem; padding:.3rem;
}