* {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  font-family: Helvetica Neue, Helvetica, Roboto, Segoe UI, Arial, sans-serif !important; }

[v-cloak] {
  display: none; }

b {
  font-weight: normal; }

html,
body {
  height: 100%;
  font-size: 0.18667rem; }

body {
  background: #F5F6F8; }

.cenBtn {
  padding: 0 0.53333rem; }

.cerBtn {
  padding-right: 0.53333rem; }

#bind,
#perBindList,
#myBespeak {
  padding: 0.53333rem; }
  #bind .topBar div p.choose span:first-child,
  #perBindList .topBar div p.choose span:first-child,
  #myBespeak .topBar div p.choose div:first-child {
    display: inline-block; }
  #bind ul li.info,
  #perBindList ul li.info,
  #myBespeak ul li.info {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 0.53333rem;
    padding: 0.53333rem; }
    #bind ul li.info ul li:first-child,
    #perBindList ul li.info ul li:first-child,
    #myBespeak ul li.info ul li:first-child {
      margin-bottom: .4rem; }
      #bind ul li.info ul li:first-child p,
      #perBindList ul li.info ul li:first-child p,
      #myBespeak ul li.info ul li:first-child p {
        display: flex;
        align-items: center;
        position: relative;
        height: 0.8rem; }
        #bind ul li.info ul li:first-child p span,
        #perBindList ul li.info ul li:first-child p span,
        #myBespeak ul li.info ul li:first-child p span {
          color: #383b42;
          font-size: 0.4rem;
          width: 80%;
          flex-grow: 1; }
          #bind ul li.info ul li:first-child p span b,
          #perBindList ul li.info ul li:first-child p span b,
          #myBespeak ul li.info ul li:first-child p span b {
            font-size: 0.25rem;
            color: #cbccce; }
    #bind ul li.info ul li:nth-child(2) p,
    #perBindList ul li.info ul li:nth-child(2) p,
    #myBespeak ul li.info ul li:nth-child(2) p {
      line-height: normal;
      color: #71819c;
      }
      #bind ul li.info ul li:nth-child(2) p span,
      #perBindList ul li.info ul li:nth-child(2) p span {
        margin-left: 10px; }
    #bind ul li.info ul li:nth-child(3) p,
    #perBindList ul li.info ul li:nth-child(3) p,
    #myBespeak ul li.info ul li:nth-child(3) p {
      color: #71819c;
      font-size: 0.4rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }

#perBindList li.info i {
  position: absolute;
  top: 0.53333rem;
  right: 0.53333rem;
  font-size: 0.48rem;
  width: 1rem;
  text-align: center; }

#bind {
  background: #f0f0f0;
  margin-bottom: 1.26667rem; }
  #bind .foot_con {
    padding: 0.26667rem 0.53333rem;
    border: none; }

.radio_list {
  display: none; }

.radio_list + label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2rem;
  background: #fff;
  border: 1px solid #B8C2D4;
  padding: 0.2rem;
  border-radius: 5px; }

.radio_list:checked + label:after {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 5px;
  background-color: #7C8FB0;
  position: absolute;
  border: 1px solid #B8C2D4;
  top: 0.2rem;
  right: 0; }

ul li.info {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 0.53333rem;
  padding: 0.53333rem; }
  ul li.info ul li:first-child {
    margin-bottom: 10px; }
    ul li.info ul li:first-child p {
      display: flex;
      align-items: center;
      position: relative;
      height: 0.8rem; }
      ul li.info ul li:first-child p span {
        color: #7C8FB0;
        font-size: 0.45rem;
        width: 80%;
        flex-grow: 1; }
    ul li.info ul li:first-child span {
      color: #C7C8CA;
      font-size: 0.35rem; }
  ul li.info ul li:nth-child(2) p {
    line-height: 0.75rem; }
  ul li.info ul li:nth-child(3) p {
    color: #999CA3;
    font-size: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }

.testIn {
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  border-radius: 100%;
  border: 3px solid #ccc;
  position: relative;
  width: 0.45rem;
  height: 0.45rem;
  vertical-align: sub;
  margin-right: 5px; }

.testIn:after {
  content: " ";
  border-radius: 100%;
  top: 5px;
  left: 5px;
  position: absolute;
  width: 4px;
  height: 4px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0);
  transform: scale(0); }

.my_radio:checked + .testIn {
  border-color: #27A5F9; }

.bindAct {
  color: #27A5F9; }

.btn {
  position: relative;
  padding: 10px 20px;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  text-align: center;
  outline: none;
  margin: 0;
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11765), 0 1px 2px rgba(0, 0, 0, 0.11765);
  background: #B8BABC;
  font-size: 0.7rem; }

.btn_info {
  background: #27A5F9;
  color: #fff; }

.btn_info:active {
  opacity: .8;
  background-color: #27A5F9 !important; }

.btn_def {
  background: #F5F6F8;
  color: #383b42; }

.btn_def:active {
  opacity: .8;
  background: #F5F6F8 !important;
  color: #383b42 !important; }

.btnInclude {
  text-align: center;
  margin-top: 30px; }

.addIcon {
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  position: relative;
  margin-right: 10px; }

.addIcon:before,
.addIcon:after {
  content: '';
  height: 2px;
  width: 0.5rem;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 0.3rem;
  left: 0px; }

.addIcon:after {
  height: 0.5rem;
  width: 2px;
  top: 0.08rem;
  left: 0.225rem; }

.fixedUl {
  width: 60%;
  height: 80%;
  overflow: scroll;
  background: #fff;
  top: 2rem;
  bottom: 1.25rem; }

.fixedBar {
  width: 60%;
  top: 0;
  left: 0; }

#perBindList .perInfo {
  margin-top: 10px; }
  #perBindList .perInfo p {
    display: flex; }
    #perBindList .perInfo p span {
      width: 80%;
      flex-grow: 1;
      font-size: 0.64rem;
      font-weight: bold; }
    #perBindList .perInfo p img {
      width: 1.36rem;
      height: 1.36rem;
      border-radius: 5px; }
  #perBindList .perInfo div:last-child {
    color: #27A5F9;
    font-size: 0.48rem;
    margin: 40px 0 15px 0; }
    #perBindList .perInfo div:last-child p {
      font-size: 0.45rem;
      color: #C1C2C4;
      margin-top: 20px; }

#addNewCard ul.cardInfo {
  background: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -moz-box-shadow: 0 5px 5px -3px #f0f0f0;
  -webkit-box-shadow: 0 5px 5px -3px #f0f0f0;
  box-shadow: 0 5px 5px -3px #f0f0f0;
  padding: 0.53333rem; }
  #addNewCard ul.cardInfo li:first-child {
    margin-bottom: 10px; }
    #addNewCard ul.cardInfo li:first-child p {
      display: flex;
      align-items: center;
      position: relative;
      height: 0.8rem; }
      #addNewCard ul.cardInfo li:first-child p span {
        color: #27A5F9;
        font-size: 0.45rem;
        width: 80%;
        flex-grow: 1; }
    #addNewCard ul.cardInfo li:first-child span {
      color: #000;
      font-size: 0.4rem; }
  #addNewCard ul.cardInfo li:nth-child(2) p {
    line-height: 0.75rem;
    color: #999CA3;
    font-size: 0.4rem; }
  #addNewCard ul.cardInfo li:nth-child(2) span {
    font-size: 0.4rem; }
  #addNewCard ul.cardInfo li:nth-child(3) p {
    color: #000;
    font-size: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
#addNewCard .subItem {
  height: 60%;
  overflow-y: scroll; }
  #addNewCard .subItem li {
    align-items: center;
    background: #fff;
    padding: 15px 0; }
    #addNewCard .subItem li label {
      display: flex;
      align-items: center; }
      #addNewCard .subItem li label span:first-child {
        flex-grow: 1;
        font-size: 0.5rem;
        width: 15%;
        text-align: center; }
      #addNewCard .subItem li label div {
        flex-grow: 1;
        width: 80%;
        position: relative;
        display: flex;
        align-items: center; }
        #addNewCard .subItem li label div img {
          width: 1.5rem;
          height: 1.5rem;
          border-radius: 5px; }
        #addNewCard .subItem li label div i {
          flex-grow: 1;
          color: #80848B;
          width: 30%;
          text-align: right;
          padding-right: 5%;
          font-size: 0.35rem; }
        #addNewCard .subItem li label div span {
          flex-grow: 1;
          width: 20%;
          text-align: center;
          font-size: 0.4rem; }
#addNewCard .btnInclude {
  position: fixed;
  bottom: 0;
  padding: 20px 20px 0 20px;
  width: 100%;
  background: #fff; }
  #addNewCard .btnInclude p {
    line-height: 1rem;
    font-size: 0.4rem;
    color: #80848B; }

#bindWay,
#fouStep {
  padding: 0.8rem 0.53333rem 0 0.53333rem; }
  #bindWay .topBar,
  #fouStep .topBar {
    display: flex;
    width: 100%;
    align-items: center; }
    #bindWay .topBar div,
    #fouStep .topBar div {
      flex-grow: 1;
      text-align: center;
      height: 0.8rem;
      line-height: 0.8rem;
      color: #27A5F9;
      width: 100%;
      border: 1px solid #27A5F9; }
      #bindWay .topBar div span,
      #fouStep .topBar div span {
        display: inline-block;
        width: 100%;
        font-size: 0.34667rem; }
    #bindWay .topBar div:first-child,
    #fouStep .topBar div:first-child {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    #bindWay .topBar div:nth-of-type(2),
    #fouStep .topBar div:nth-of-type(2) {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    #bindWay .topBar div.active,
    #fouStep .topBar div.active {
      background: #27A5F9;
      color: #fff; }
  #bindWay .group,
  #fouStep .group {
    margin-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
    line-height: 1.33333rem; }
  #bindWay p,
  #fouStep p {
    margin: 0.66667rem 0 0.33333rem 0;
    color: #383b42;
    font-size: 0.4rem; }
  #bindWay ul.write,
  #fouStep ul.write {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #bindWay ul.write li,
    #fouStep ul.write li {
      flex-grow: 1;
      width: 100%;
      height: 0.53333rem;
      line-height: 0.53333rem; }
      #bindWay ul.write li label,
      #fouStep ul.write li label {
        display: block; }
        #bindWay ul.write li label span:last-child,
        #fouStep ul.write li label span:last-child {
          font-size: 0.34667rem; }
        #bindWay ul.write li label .testIn,
        #fouStep ul.write li label .testIn {
          vertical-align: text-bottom; }
  #bindWay .bindCell .group label,
  #fouStep .bindCell .group label {
    display: block;
    font-size: 0.4rem;
    margin-bottom: 10px; }
  #bindWay .bindCell .group input,
  #fouStep .bindCell .group input {
    outline: none;
    border: none;
    font-size: 0.4rem;
    margin: 0;
    vertical-align: baseline;
    width: 100%;
    padding: 5px 0; }
  #bindWay .bindCell .group .btn,
  #fouStep .bindCell .group .btn {
    padding: 5px 8px;
    font-size: 0.4rem; }
  #bindWay .bindCell .group:last-child div,
  #fouStep .bindCell .group:last-child div {
    display: flex;
    padding-bottom: 10px; }
    #bindWay .bindCell .group:last-child div input,
    #fouStep .bindCell .group:last-child div input {
      flex-grow: 1;
      width: 70%; }
    #bindWay .bindCell .group:last-child div button,
    #fouStep .bindCell .group:last-child div button {
      flex-grow: 1;
      width: 30%; }
  #bindWay .btnInclude p,
  #fouStep .btnInclude p {
    font-size: 0.4rem;
    color: #707F99;
    padding: 10px;
    display: flex;
    width: 60%;
    margin: 0 auto; }
    #bindWay .btnInclude p span,
    #fouStep .btnInclude p span {
      flex-grow: 1; }

#bindWay ul.write li {
  height: 1rem;
  line-height: 1rem; }
  #bindWay ul.write li .norP {
    background: url(../img/blueCheck1.png) left 10px center no-repeat;
    width: 100%;
    text-align: center;
    margin: 0;
    background-size: 0.5rem;
    font-size: 0.45rem; }
  #bindWay ul.write li .actOption {
    background: url(../img/blueCheck.png) left 10px center no-repeat;
    width: 100%;
    text-align: center;
    margin: 0;
    background-size: 0.45rem;
    color: #27A5F9; }

#hide {
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75); }
  #hide .hideContent {
    padding: 0.4rem 0.4rem 2.4rem 0.4rem;
    position: absolute;
    top: 2.4rem;
    width: 85%;
    z-index: 8888;
    background-color: #fff;
    border-radius: 5px;
    left: 7.5%; }
    #hide .hideContent h3 {
      color: #383b42;
      font-size: 0.46667rem;
      text-align: center;
      margin-bottom: 0.53333rem; }
    #hide .hideContent ul li {
      color: #9394A5;
      line-height: 0.73333rem;
      font-size: 0.37333rem; }
    #hide .hideContent .close {
      position: absolute;
      bottom: -2.53333rem;
      left: 0;
      width: 100%;
      text-align: center; }
      #hide .hideContent .close > span {
        display: inline-block;
        width: 1.06667rem;
        height: 1.06667rem;
        line-height: 1rem;
        border: 1px solid #fff;
        border-radius: 50%; }
        #hide .hideContent .close > span span {
          color: #fff; }



#myBespeak {
  position: relative;
  height: 100%;
  padding: 0;
  background: #F5F6F8; }
  #myBespeak .topBar {
    display: flex; }
    #myBespeak .topBar div {
      flex-grow: 1;
      width: 100%;
      background: #fff;
      height: 1.33333rem;
      line-height: 1.33333rem;
      text-align: center; }
      #myBespeak .topBar div select {
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none; }
      #myBespeak .topBar div p.choose > span {
        display: inline-block;
       }
  #myBespeak .ver_center img {
    position: fixed;
    left: 50%;
    width: 5rem;
    height: 6rem;
    top: 50%;
    margin-left: -2.5rem;
    margin-top: -3rem; }

    #myBespeak ul.main_con li.info {
      border-radius: 0;
      box-shadow: none;
      padding:0.1rem;
      border-bottom: 5px solid #cacaca;margin-bottom: 1rem;
      position: relative; }
      #myBespeak ul.main_con li.info .canBes {
        position: absolute;
        right: 0.4rem;
        font-size: 0.4rem;
        line-height: 0.8rem;
        color: #27A5F9;
        margin: 0 0.26667rem; }
      #myBespeak ul.main_con li.info .notCanBes {
        background: #F5F6F8;
        border-radius: 3px; }
      #myBespeak ul.main_con li.info ul li:first-child p {
        width: 60%; }
        #myBespeak ul.main_con li.info ul li:first-child p img {
          height: 1rem;position: relative;
          width: 1rem; }
        #myBespeak ul.main_con li.info ul li:first-child p span:last-child {
          padding-left: 0.29333rem;
          color: #383c43; }
      #myBespeak ul.main_con li.info ul li:nth-child(2) p {
        color: #B8BABC;font-size: 0.4rem;
         }
    #myBespeak ul.main_con li.info:last-child {
      margin-bottom: 0; }

.f_gay {
  color: #B2B4B9; }

.ordSym {
  margin: 0 0.13333rem 0 0.26667rem;
  font-size: 0.26667rem; }

#bespeakDet .topBar,
#bespeakCount .topBar {
  background: #fff;
  padding: 80px 40px; }
  #bespeakDet .topBar > div,
  #bespeakCount .topBar > div {
    display: flex;
    align-items: center; }
    #bespeakDet .topBar > div p,
    #bespeakCount .topBar > div p {
      flex-grow: 1;
      color: #383c43;
      display: flex; }
      #bespeakDet .topBar > div p img,
      #bespeakCount .topBar > div p img {
        width: 1.5rem;
        height: 1.5rem; }
      #bespeakDet .topBar > div p span,
      #bespeakCount .topBar > div p span {
        font-size: 0.7rem;
        flex-grow: unset;
        padding-left: 0.5rem; }
    #bespeakDet .topBar > div span,
    #bespeakCount .topBar > div span {
      flex-grow: 1;
      font-size: 0.7rem;
      text-align: right; }
  #bespeakDet .topBar > p,
  #bespeakCount .topBar > p {
    padding-left: 2rem;
    font-size: 0.7rem; }
    #bespeakDet .topBar > p span,
    #bespeakCount .topBar > p span {
      float: right;
      color: #cbccce; }
#bespeakDet .main_con,
#bespeakCount .main_con {
  padding-top: 0.7rem; }
  #bespeakDet .main_con li.info,
  #bespeakCount .main_con li.info {
    margin-bottom: 0.26667rem; }
    #bespeakDet .main_con li.info ul li p,
    #bespeakCount .main_con li.info ul li p {
      font-weight: normal;
      color: #71819c !important;
      font-size: 0.7rem !important; }
  #bespeakDet .main_con ul li:first-child p.def,
  #bespeakCount .main_con ul li:first-child p.def {
    display: inline-block;
    height: 0.6rem; }
    #bespeakDet .main_con ul li:first-child p.def span,
    #bespeakCount .main_con ul li:first-child p.def span {
      border: 1px solid #27A5F9;
      font-size: 0.35rem;
      padding: 2px 5px;
      border-radius: 5px;
      color: #27A5F9; }
  #bespeakDet .main_con ul li:first-child p span:first-child,
  #bespeakCount .main_con ul li:first-child p span:first-child {
    color: #7C8FB0;
    font-size: 0.48rem;
    width: 80%;
    flex-grow: 1; }
    #bespeakDet .main_con ul li:first-child p span:first-child b,
    #bespeakCount .main_con ul li:first-child p span:first-child b {
      font-size: 0.4rem;
      color: #cbccce; }
  #bespeakDet .main_con ul li:first-child p span:last-child,
  #bespeakCount .main_con ul li:first-child p span:last-child {
    width: 20%; }
  #bespeakDet .main_con ul li:nth-child(2) p,
  #bespeakCount .main_con ul li:nth-child(2) p {
    line-height: 0.75rem;
    color: #71819c;
    font-weight: 600;
    font-size: 0.48rem; }
    #bespeakDet .main_con ul li:nth-child(2) p span,
    #bespeakCount .main_con ul li:nth-child(2) p span {
      font-size: 0.48rem;
      line-height: 0.75rem;
      color: #71819c;
      font-weight: 600; }
    #bespeakDet .main_con ul li:nth-child(2) p b,
    #bespeakCount .main_con ul li:nth-child(2) p b {
      font-weight: 600;
      font-size: 0.48rem; }
  #bespeakDet .main_con ul li:nth-child(3) p,
  #bespeakCount .main_con ul li:nth-child(3) p {
    color: #383b42;
    font-size: 0.48rem;
    font-weight: 600; }

#bespeakDet ul li.info,
#bespeakCount ul li.info {
  border-radius: 0; }

#bespeakDet ul li:nth-child(2) p {
  display: flex; }
  #bespeakDet ul li:nth-child(2) p b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

#bespeakCount .topBar > div h3 {
  background: url(../img/key.png) left center no-repeat;
  background-size: 0.74667rem; }

.btnFixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .btnFixed button {
    border-radius: 0;
    background: #fff;
    color: #27A5F9; }

.btnInfoFixed {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0.26667rem 0.53333rem; }

.selfInput {
  display: unset !important;
  line-height: unset !important;
  height: unset !important; }
  .selfInput div:first-child {
    display: flex;
    font-size: 0.4rem;
    margin-top: 0.4rem;
    color: #383b42;
    padding-right: 0.4rem; }
    .selfInput div:first-child i {
      flex-grow: 1;
      text-align: right; }
    .selfInput div:first-child b {
      flex-grow: 1;
      font-weight: bold; }
    .selfInput div:first-child input {
      flex-grow: 1;
      border: none;
      outline: none; }
  .selfInput .btnInclude {
    padding: 0 0.53333rem 0.53333rem 0.13333rem; }

#selfReport .topBar {
  text-align: center;
  position: relative; }
  #selfReport .topBar img {
    width: 100%;
    height: 5.66667rem; }
  #selfReport .topBar p {
    position: absolute;
    left: 0.8rem;
    top: 2.48667rem;
    width: 3.2rem;
    color: #fff;
    font-size: 0.34667rem;
    letter-spacing: 0.056rem;
    height: 0.61333rem;
    line-height: 0.61333rem;
    display: flex; }
    #selfReport .topBar p i {
      flex-grow: 0.5;
      font-size: 0.16rem;
      text-align: right; }
    #selfReport .topBar p b {
      flex-grow: 2;
      padding-left: 0.05333rem; }
    #selfReport .topBar p b:nth-child(2) {
      flex-grow: 1;
      padding-left: 0;
      text-align: right; }
  #selfReport .topBar span {
    color: #fff;
    position: absolute;
    left: 5.2rem;
    top: 2.4rem;
    font-size: 0.4rem;
    letter-spacing: 0.056rem; }
  #selfReport .topBar .barDiv {
    color: #fff;
    position: absolute;
    left: 7.6rem;
    top: 2.4rem;
    font-size: 0.4rem;
    letter-spacing: 0.056rem; }
    #selfReport .topBar .barDiv i {
      margin-left: 2px; }
  #selfReport .topBar .re-num {
    position: absolute;
    right: 0;
    top: 3.4rem;
    left: 7.3rem;
    text-align: left;
    font-size: 0.37333rem; }
#selfReport .imgEx {
  background: #fff;
  line-height: 0.93333rem;
  text-align: center;
  color: #9497A8;
  padding-bottom: 0.4rem;
  font-size: 0.29333rem; }
#selfReport .foot div:first-child {
  display: flex;
  height: 1.73333rem;
  line-height: 1.73333rem;
  font-size: 0.4rem;
  color: #383b42;
  padding: 0 20px; }
  #selfReport .foot div:first-child i {
    flex-grow: 1;
    text-align: right; }
  #selfReport .foot div:first-child b {
    flex-grow: 1;
    font-weight: bold; }
  #selfReport .foot div:first-child input {
    flex-grow: 1;
    border: none;
    outline: none; }
#selfReport .foot .btnInclude {
  padding: 0 0.53333rem 0.53333rem 0.53333rem;
  margin-top: 0; }

.inner-container::-webkit-scrollbar {
  display: none; }

#besOpenCount .main_con ul {
  padding-bottom: 0.4rem; }

#besOpenCount .main_con,
#besTransfer .main_con,
#besOpenUnitCount .main_con,
#besFlux .main_con {
  background: #fff;
  padding: 0 0.53333rem; }
  #besOpenCount .main_con h3,
  #besTransfer .main_con h3,
  #besOpenUnitCount .main_con h3,
  #besFlux .main_con h3 {
    text-align: center;
    color: #27A5F9;
    font-size: 0.42667rem;
    padding: 0.53333rem 0 0.26667rem 0; }
  #besOpenCount .main_con p,
  #besTransfer .main_con p,
  #besOpenUnitCount .main_con p,
  #besFlux .main_con p {
    font-size: 0.37333rem;
    margin: 0.13333rem 0;
    line-height: 0.66667rem; }
  #besOpenCount .main_con ul li,
  #besTransfer .main_con ul li,
  #besOpenUnitCount .main_con ul li,
  #besFlux .main_con ul li {
    color: #9C9FAB;
    line-height: 0.66667rem;
    font-size: 0.34667rem; }
  #besOpenCount .main_con .btnInclude,
  #besTransfer .main_con .btnInclude,
  #besOpenUnitCount .main_con .btnInclude,
  #besFlux .main_con .btnInclude {
    margin-top: 0; }

.def_form {
  background: #fff;
  padding-left: 0.53333rem; }
  .def_form li {
    display: flex;
    height: 1rem;
    border-bottom: 1px solid #F8F8F8;
    font-size: 0.4rem;
    color: #383b42;
    align-items: center;
    position: relative; }
    .def_form li span {
      flex-grow: 0.1;
      text-align: center;
      color: #BDBDBD; }
    .def_form li p {
      flex-grow: 1;
      font-size: 0.4rem;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      position: relative;
      z-index: 10; }
    .def_form li .icon-right {
      position: absolute;
      right: 7rem;
      z-index: 5;
      top: 50%;
      transform: translateY(-50%); }
    .def_form li input {
      flex-grow: 1;
      border: none;
      outline: none;
      padding-left: 70px;
      margin: 0;
      height: unset; }
    .def_form li b {
      width: 4.4rem;
      flex-shrink: 0; }
  .def_form li:last-child p {
    color: #cbccce; }
  .def_form li:nth-child(4) p {
    color: #27A5F9; }

#besTransfer .main_con {
  margin-bottom: 2.13333rem; }
  #besTransfer .main_con .foot_con {
    padding: 0.26667rem 0.53333rem; }

#besOpenUnitCount .jm {
  background: #fff;
  margin: 0 0.4rem;
  border-radius: 5px; }
  #besOpenUnitCount .jm p {
    background: url("../img/dong.png") top no-repeat;
    background-size: contain;
    padding-top: 0.66667rem;
    line-height: 0.75rem;
    font-size: 0.4rem;
    padding-left: 0.26667rem; }
  #besOpenUnitCount .jm ul li {
    font-size: 0.37333rem;
    margin: 0 0.4rem;
    line-height: 0.75rem; }

#besOpenUnitCount h2,
#besFlux h2 {
  line-height: 1.46667rem;
  border-bottom: 0.05333rem solid #f0f0f0;
  position: relative;
  font-size: 0.37333rem; }
#besOpenUnitCount h2:after,
#besFlux h2:after {
  position: absolute;
  content: ' ';
  width: 1.33333rem;
  background: #27A5F9;
  bottom: -0.05333rem;
  height: 0.05333rem;
  left: 0; }
#besOpenUnitCount .sro_con,
#besFlux .sro_con {
  margin: 0.26667rem 0 0 0;
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden; }
  #besOpenUnitCount .sro_con .test,
  #besFlux .sro_con .test {
    display: inline-block;
    margin-bottom: 0.53333rem; }
    #besOpenUnitCount .sro_con .test .sro_text,
    #besFlux .sro_con .test .sro_text {
      border: 1px solid #f0f0f0;
      -moz-box-shadow: 0 1px 5px #f0f0f0;
      -webkit-box-shadow: 0 1px 5px #f0f0f0;
      box-shadow: 0 1px 5px #f0f0f0;
      width: 7.86667rem;
      padding: 0.26667rem 0.26667rem;
      margin-right: 0.8rem;
      height: 6.66667rem;
      border-radius: 5px; }
      #besOpenUnitCount .sro_con .test .sro_text p,
      #besFlux .sro_con .test .sro_text p {
        font-size: 0.4rem;
        line-height: 0.53333rem; }
  #besOpenUnitCount .sro_con .test:last-child .sro_text,
  #besFlux .sro_con .test:last-child .sro_text {
    margin-right: 0; }
#besOpenUnitCount .btnInclude,
#besFlux .btnInclude {
  padding-bottom: 0.26667rem; }

::-webkit-scrollbar {
  width: 0; }

#besFlux .topBar img {
  height: 6rem;
  width: 100%; }
#besFlux .warn {
  background-color: #fff;
  height: 66.2%;
  width: 100%;
  position: absolute; }
  #besFlux .warn > div {
    text-align: center;
    position: absolute;
    top: 2.73333rem;
    width: 100%; }
    #besFlux .warn > div img {
      width: 1.8rem;
      height: 1.8rem; }
    #besFlux .warn > div p {
      margin-top: 0.8rem;
      font-size: 0.53333rem;
      color: #cbccce; }
#besFlux .besDate {
  padding: 0.26667rem 0.53333rem;
  background: #fff; }
  #besFlux .besDate p {
    color: #383b42;
    line-height: 0.93333rem;
    font-size: 0.53333rem; }
  #besFlux .besDate span {
    color: #cbccce;
    font-size: 0.32rem; }
#besFlux .statement {
  padding: 0 0.53333rem 0.26667rem 0.53333rem;
  background: #fff;
  margin-top: 0.4rem;
  height: 5rem;
}
  #besFlux .statement p {
    font-size: 0.4rem;
    line-height: 1.06667rem; }
  #besFlux .statement textarea {
    resize: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.4rem;
    overflow-y: scroll;
    padding-top: 30px;
  }
#besFlux .main_con {
  margin-top: 0; }
  #besFlux .main_con ul {
    list-style: inside; }
  #besFlux .main_con ul.one {
    margin-bottom: 0.8rem; }
  #besFlux .main_con p.two {
    margin-bottom: 0.8rem; }
  #besFlux .main_con > div {
    margin-bottom: 1rem; }
    #besFlux .main_con > div span {
      color: #27A5F9; }

.magic-checkbox {
  position: absolute;
  display: none; }

.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 0.66667rem;
  cursor: pointer;
  font-size: 0.32rem; }

.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  content: '';
  border: 5px solid #c0c0c0;
  border-radius: 3px; }

.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: ''; }

.magic-checkbox:checked + label:after {
  display: block; }

.magic-checkbox + label:after {
  top: 0.06rem;
  left: 0.18rem;
  box-sizing: border-box;
  width: 0.3rem;
  height: 0.4rem;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }

#serSite .topBar {
  display: flex;
  align-items: center; }
  #serSite .topBar div {
    flex-grow: 1;
    text-align: center;
    line-height: 1.26667rem; }
    #serSite .topBar div span {
      display: inline-block;
      position: relative;
      width: 1.86667rem;
      font-size: 0.4rem; }
    #serSite .topBar div span.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0.46667rem;
      background: #27A5F9;
      width: 0.93333rem;
      height: 0.08rem; }
#serSite .main_con .one li.one_son {
  display: flex;
  align-items: center;
  padding: 0 0 0.26667rem 0;
  margin-left: 0.46667rem;
  border-bottom: 1px solid #F1F1F1; }
  #serSite .main_con .one li.one_son ul {
    flex-grow: 1;
    padding-right: 0.26667rem; }
    #serSite .main_con .one li.one_son ul li:first-child {
      font-size: 0.42667rem;
      line-height: 1.06667rem; }
    #serSite .main_con .one li.one_son ul li:nth-child(2),
    #serSite .main_con .one li.one_son ul li:nth-child(3) {
      font-size: 0.32rem;
      color: #868A8F;
      line-height: 0.6rem; }
      #serSite .main_con .one li.one_son ul li:nth-child(2) span,
      #serSite .main_con .one li.one_son ul li:nth-child(3) span {
        font-size: 0.32rem;
        margin-right: 0.4rem; }
        #serSite .main_con .one li.one_son ul li:nth-child(2) span i,
        #serSite .main_con .one li.one_son ul li:nth-child(3) span i {
          margin-left: 0.13333rem; }
    #serSite .main_con .one li.one_son ul li:last-child {
      color: #868A8F; }
      #serSite .main_con .one li.one_son ul li:last-child span {
        font-size: 0.32rem; }
  #serSite .main_con .one li.one_son p {
    flex-shrink: 0;
    width: 2.8rem;
    margin-left: 0.26667rem; }
    #serSite .main_con .one li.one_son p span {
      height: 0.8rem;
      border: 1px solid #27A5F9;
      padding: 0.13333rem 0.2rem;
      font-size: 0.29333rem;
      color: #27A5F9;
      border-radius: 2px; }
    #serSite .main_con .one li.one_son p span:active {
      background: #F0F0F0; }
#serSite .main_con #allmap {
  z-index: 0;
  background-color: #f3f1ec;
  color: black;
  height: 91.6%;
  width: 100%;
  position: absolute; }

.cut_line {
  background: #F9FAFF;
  height: 0.2rem; }

#dateView .date_main {
  background: #5687C9;
  padding: 15px 20px; }
  #dateView .date_main .topBar {
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    font-size: 0.5rem;
    display: flex;
    width: 100%;
    text-align: center; }
    #dateView .date_main .topBar span {
      flex-grow: 1; }
    #dateView .date_main .topBar b {
      flex-grow: 1;
      width: 2rem; }
  #dateView .date_main ul.week {
    display: flex;
    width: 100%; }
    #dateView .date_main ul.week li {
      text-align: center;
      color: #7AA4DE;
      flex-grow: 1;
      font-size: 0.35rem;
      height: 1rem;
      line-height: 1rem; }
  #dateView .date_main ul.day {
    width: 100%;
    overflow: hidden; }
    #dateView .date_main ul.day li {
      color: #fff;
      float: left;
      width: 14.285714%;
      text-align: center;
      height: 1.35rem;
      line-height: 1.35rem; }
      #dateView .date_main ul.day li span {
        font-size: 0.415rem;
        position: relative;
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem; }
      #dateView .date_main ul.day li span.active {
        background: #fff;
        color: #85aee6;
        border-radius: 50%; }
      #dateView .date_main ul.day li span.actives {
        background: #3DC2B1;
        color: #fff;
        border-radius: 50%; }
      #dateView .date_main ul.day li span.active:after {
        position: absolute;
        content: '';
        width: 0.15rem;
        height: 0.15rem;
        border-radius: .15rem;
        background: #85aee6;
        left: 0.325rem;
        bottom: 0.035rem; }
      #dateView .date_main ul.day li span.other-month {
        color: #85aee6; }

#mockGasPrice ul.def_form li {
  padding-right: 0.4rem; }
  #mockGasPrice ul.def_form li input {
    text-align: right;
    padding-right: 0.2rem; }
#mockGasPrice .btnInclude {
  margin: 1.33333rem 1.41333rem 0.8rem 1.41333rem; }
#mockGasPrice .topBar {
  margin: 0 0.48rem 0.53333rem 0.48rem;
  background: #F3F6FB; }
  #mockGasPrice .topBar li {
    line-height: 0.4rem;
    padding: 0.46667rem;
    color: #383b42;
    display: flex;
    width: 100%; }
    #mockGasPrice .topBar li b {
      font-size: 0.42667rem;
      flex-grow: 1; }
    #mockGasPrice .topBar li span {
      font-size: 0.37333rem;
      color: #27A5F9;
      flex-grow: 1;
      text-align: right;
      font-weight: bold; }
#mockGasPrice p.last {
  color: #cbccce;
  text-align: center;
  font-size: 0.32rem; }

.stepLine {
  display: flex;
  width: 100%;
  height: 0.06667rem;
  background: #b1dbff; }
  .stepLine span {
    flex-grow: 1;
    width: 100%;
    display: inline-block; }
  .stepLine span.active {
    background: #27A5F9; }

#fouStep {
  padding: 0; }
  #fouStep .topBar {
    margin-top: 0.4rem; }

#firstStep,
#secStep,
#thirdStep,
#fouStep,
#fifStep,
#sixStep,
#sevStep,
#eigStep {
  margin-bottom: 1.6rem; }
  #firstStep .main_con,
  #secStep .main_con,
  #thirdStep .main_con,
  #fouStep .main_con,
  #fifStep .main_con,
  #sixStep .main_con,
  #sevStep .main_con,
  #eigStep .main_con {
    padding: 0.66667rem 0.53333rem 0.46667rem 0.53333rem; }
  #firstStep .btnInclude,
  #secStep .btnInclude,
  #thirdStep .btnInclude,
  #fouStep .btnInclude,
  #fifStep .btnInclude,
  #sixStep .btnInclude,
  #sevStep .btnInclude,
  #eigStep .btnInclude {
    margin: 0;
    padding: 0; }

#firstStep {
  margin-bottom: 1.6rem; }
  #firstStep button {
    width: 100%;
    border-radius: 0; }
  #firstStep .content p {
    line-height: 0.66667rem;
    font-size: 0.34667rem;
    color: #cbccce; }
  #firstStep .content ul.one {
    margin-top: 0.4rem; }
    #firstStep .content ul.one li:nth-child(2) ul {
      margin: 0.33333rem 0 0.66667rem 0; }
      #firstStep .content ul.one li:nth-child(2) ul li {
        display: flex;
        margin-bottom: 0.13333rem; }
        #firstStep .content ul.one li:nth-child(2) ul li .iconfont {
          font-size: 0.4rem !important;
          vertical-align: middle; }
        #firstStep .content ul.one li:nth-child(2) ul li span {
          flex-grow: 0.2;
          width: 20%;
          font-size: 0.4rem;
          color: #71819c;
          text-align: center; }
        #firstStep .content ul.one li:nth-child(2) ul li div {
          flex-grow: 1;
          width: 100%; }
    #firstStep .content ul.one li {
      line-height: 0.8rem;
      font-size: 0.4rem; }
      #firstStep .content ul.one li .icon-dian {
        color: #27A5F9; }

#secStep .content ul.one > li h3 {
  font-size: 0.4rem;
  color: #383b42;
  margin-bottom: 0.50667rem;
  font-weight: bold; }
#secStep .content ul.one > li:first-child ul li {
  display: flex;
  margin-bottom: 0.53333rem; }
  #secStep .content ul.one > li:first-child ul li .iconfont {
    font-size: 0.4rem !important;
    vertical-align: middle; }
  #secStep .content ul.one > li:first-child ul li span {
    flex-grow: 0.2;
    width: 10%;
    font-size: 0.4rem;
    color: #717F9B;
    text-align: left; }
  #secStep .content ul.one > li:first-child ul li div {
    flex-grow: 1;
    width: 100%; }
    #secStep .content ul.one > li:first-child ul li div p {
      color: #9E9FAC;
      line-height: 0.66667rem;
      margin-top: 0.13333rem;
      font-size: 0.34667rem; }
#secStep .content ul.one > li:nth-child(2) div {
  color: #9E9FAC;
  line-height: 0.66667rem;
  font-size: 0.34667rem; }
#secStep .content ul.one > li:nth-child(3) {
  color: #9E9FAC;
  line-height: 0.66667rem;
  font-size: 0.34667rem; }
#secStep .btnInclude {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: flex; }
  #secStep .btnInclude button {
    border-radius: 0; }
  #secStep .btnInclude button:first-child {
    flex-grow: 0.1;
    background: #fff;
    color: #60718F;
    font-size: 0.34667rem; }
    #secStep .btnInclude button:first-child span {
      font-size: 0.16rem;
      vertical-align: middle; }
  #secStep .btnInclude button:last-child {
    flex-grow: 0.9; }

.handleBtn button {
  width: 100%; }
.handleBtn p {
  color: #71819c;
  margin-top: 0.50667rem;
  padding: 0.13333rem 0 0.26667rem 0;
  font-size: 0.34667rem;
  cursor: pointer; }
  .handleBtn p span {
    font-size: 0.16rem; }

#thirdStep .def_form, #QV .def_form {
  padding-left: 0; }
  #thirdStep .def_form li i, #QV .def_form li i {
    color: red;
    vertical-align: middle; }
  #thirdStep .def_form li b, #QV .def_form li b {
    width: 95px; }
#thirdStep .PopupBox .pop-content, #QV .PopupBox .pop-content {
  height: 13.5rem;
  background: #fff; }
  #thirdStep .PopupBox .pop-content > div, #QV .PopupBox .pop-content > div {
    border-bottom: 1px solid #F8F8F8; }
    #thirdStep .PopupBox .pop-content > div p, #QV .PopupBox .pop-content > div p {
      padding: 0.4rem 0.4rem 0.4rem 0.4rem;
      text-align: center;
      font-size: 0.56rem;
      position: relative; }
      #thirdStep .PopupBox .pop-content > div p span, #QV .PopupBox .pop-content > div p span {
        font-size: 0.53333rem;
        position: absolute;
        right: 0.4rem; }
  #thirdStep .PopupBox .pop-content ul, #QV .PopupBox .pop-content ul {
    padding-left: 0.66667rem; }
    #thirdStep .PopupBox .pop-content ul li, #QV .PopupBox .pop-content ul li {
      padding: 0.42667rem 0;
      border-bottom: 1px solid #F8F8F8;
      line-height: inherit; }
      #thirdStep .PopupBox .pop-content ul li p, #QV .PopupBox .pop-content ul li p {
        font-size: 0.4rem;
        color: #383b42;
        font-weight: bold; }
        #thirdStep .PopupBox .pop-content ul li p span, #QV .PopupBox .pop-content ul li p span {
          font-size: 0.34667rem;
          font-weight: normal; }
      #thirdStep .PopupBox .pop-content ul li div, #QV .PopupBox .pop-content ul li div {
        font-size: 0.34667rem;
        color: #A4A6AB; }
#thirdStep .PopupBox .hideContent.active, #QV .PopupBox .hideContent.active {
  transform: translateY(0); }

.selCss {
  border: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: #fff; }

#fouStep .icon-mark {
  color: #C7CACF;
  font-size: 0.4rem;
  vertical-align: baseline;
  margin-left: 0.4rem; }
#fouStep .ver_form {
  padding: 0 0 0 0.53333rem; }
  #fouStep .ver_form .group {
    border-bottom: 1px solid #F8F8F8;
    height: 1.33333rem;
    line-height: 1.33333rem; }
    #fouStep .ver_form .group input {
      line-height: 3em;
      height: 3em;
      outline: none;
      border: none;
      width: 100%; }
  #fouStep .ver_form .group.code {
    display: flex; }
    #fouStep .ver_form .group.code input {
      flex-grow: 0.8;
      width: 70%; }
    #fouStep .ver_form .group.code span {
      width: 30%;
      text-align: right;
      flex-grow: 0.2;
      padding-right: 0.46667rem;
      font-size: 0.37333rem;
      color: #27A5F9; }
  #fouStep .ver_form .handleBtn {
    padding-right: 0.46667rem; }

.plum {
  color: red !important;
  vertical-align: middle; }

#fifStep span.one {
  flex-grow: 1;
  text-align: right;
  color: #71819c;
  font-size: 0.4rem; }
#fifStep .handleBtn {
  padding: 0 0.53333rem; position: fixed;width: 100%;bottom: 1rem;}
#fifStep .def_fform p {
  font-size: 0.42667rem;
  padding-top: 0.4rem;
  text-align: center;
  color: #27A5F9;
  padding-bottom: 0.4rem; }
#fifStep .def_fform .img {
  width: 8.8rem;
  height: 5.70667rem;
  border: 1px solid #eee;
  margin: 0 auto; }
  #fifStep .def_fform .img img {
    border-radius: 0.26667rem;
    width: 100%;
    height: 100%; }

.cutLine {
  height: 0.26667rem;
  background: #F5F6F8; }

#sixStep .foot {
  padding: 0 0.53333rem; }
  #sixStep .foot div:nth-child(1) {
    height: 1.01333rem;
    line-height: 1.01333rem;
    display: flex;
    margin-top: 0.42667rem; }
    #sixStep .foot div:nth-child(1) span:nth-child(2) {
      color: #71819c;
      font-size: 0.37333rem;
      flex-grow: 1;
      padding-left: 0.4rem; }
    #sixStep .foot div:nth-child(1) span:nth-child(1) {
      border: 1px solid #ddd;
      display: inline-block;
      height: 1.06667rem;
      flex-grow: 0.2; }

#sevStep p.warn {
  color: #cbccce; }
#sevStep .Contract {
  background: #F3F6FB;
  text-align: center;
  padding: 0.4rem 0 0.4rem 0;
  margin: 0.48rem 0; }
  #sevStep .Contract p {
    line-height: 0.93333rem;
    font-size: 0.42667rem; }
    #sevStep .Contract p a {
      color: #27A5F9; }

#eigStep .topBar {
  height: 4rem;
  background: #5D71D5;
  text-align: center; }
  #eigStep .topBar p {
    color: #fff;
    font-size: 0.4rem;
    margin-top: 0.6rem; }
  #eigStep .topBar img {
    margin-top: 1rem;
    width: 1.06667rem;
    height: 1.06667rem; }
#eigStep .main_con {
  background: #fff; }
  #eigStep .main_con .proLine li {
    padding: 0.72rem 0 0.42667rem 0; }
  #eigStep .main_con div:nth-child(1) {
    display: flex;
    align-items: center;
    text-align: right; }
    #eigStep .main_con div:nth-child(1) p {
      flex-grow: 0.2;
      font-size: 0.56rem;
      color: #383b42;
      font-weight: bold;
      text-align: left; }
      #eigStep .main_con div:nth-child(1) p span {
        color: #cbccce;
        font-size: 0.32rem; }
    #eigStep .main_con div:nth-child(1) b {
      flex-grow: 0.8;
      font-size: 0.4rem;
      color: #71819c; }
    #eigStep .main_con div:nth-child(1) span {
      font-size: 0.4rem;
      color: #71819c; }
  #eigStep .main_con ol {
    margin-top: 0.34667rem; }
    #eigStep .main_con ol li {
      display: flex;
      margin-bottom: 0.26667rem;
      align-items: center; }
      #eigStep .main_con ol li span {
        width: 0.34667rem;
        font-size: 0.26667rem;
        color: #71819c; }
      #eigStep .main_con ol li p {
        flex-grow: 1;
        font-size: 0.29333rem;
        color: #93969B;
        padding-left: 0.26667rem; }
#eigStep .Contract {
  background: #F3F6FB;
  padding: 0.4rem 0 0.4rem 0;
  border-radius: 5px; }
  #eigStep .Contract p {
    line-height: 0.61333rem;
    font-size: 0.34667rem;
    color: #A2A4B3;
    padding: 0 0.34667rem; }
#eigStep .btnInfoFixed {
  padding: 0; }
  #eigStep .btnInfoFixed p {
    color: #27A5F9;
    font-size: 0.45333rem;
    text-align: center;
    line-height: 1.33333rem; }
    #eigStep .btnInfoFixed p span {
      font-size: 0.50667rem;
      margin-right: 0.29333rem; }

#contract {
  padding: 0.53333rem 0.53333rem 1.2rem 0.53333rem; }
  #contract h3 {
    font-size: 0.56rem;
    text-align: center;
    margin-bottom: 0.53333rem; }
  #contract p {
    color: #9093A4;
    font-size: 0.34667rem;
    line-height: 0.66667rem; }
  #contract ul {
    margin-top: 0.53333rem;
    margin-bottom: 1.6rem; }
    #contract ul li {
      margin-bottom: 0.48rem; }
      #contract ul li span {
        font-size: 0.34667rem; }
        #contract ul li span b {
          margin-right: 0.16rem; }
      #contract ul li p {
        margin-top: 0.13333rem; }
  #contract .foot_con span {
    line-height: 1.33333rem;
    color: #27A5F9;
    font-size: 0.42667rem; }

.foot_con {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  border-top: 1px solid #f0f0f0; }

#upImg .def_form li {
  border: none; }
  #upImg .def_form li p {
    color: #383b42; }
#upImg h3 {
  line-height: 1.6rem;
  font-size: 0.66667rem;
  text-align: center;
  border-bottom: 1px solid #F8F8F8;
  color: #546887; }
#upImg .main_con {
  padding-left: 0.53333rem; }
  #upImg .main_con ul li {
    border-bottom: 1px solid #F8F8F8;
    padding-bottom: 0.42667rem; }
    #upImg .main_con ul li div {
      display: flex;
      align-items: center;
      font-size: 0.53333rem;
      line-height: 1.33333rem;
      padding-right: 0.53333rem; }
      #upImg .main_con ul li div b {
        flex-grow: 1; }
      #upImg .main_con ul li div p {
        flex: 0.5;
        color: #27A5F9;
        font-size: 0.42667rem;
        text-align: right; }
        #upImg .main_con ul li div p span {
          font-size: 0.48rem;
          margin-right: 0.21333rem; }
    #upImg .main_con ul li img {
      width: 5.06667rem;
      height: 3.33333rem; }

#besIndex > img:first-child {
  height: 7rem;
  width: 60%; }
#besIndex ul {
  padding: 0 0.53333rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 60%;
  text-align: center;
  margin-top: 0.8rem; }
  #besIndex ul li {
    width: 33.333333%;
    margin-bottom: 1.46667rem; }
    #besIndex ul li img {
      width: 1.06667rem;
      height: 1.06667rem;
      border-radius: 5px;
      margin-bottom: 0.37333rem; }
    #besIndex ul li p {
      font-size: 0.4rem;
      color: #383b42; }

#hide .cancleWarn {
  position: absolute;
  top: 40%;
  padding: 0;
  width: 85%;
  z-index: 8888;
  background-color: #fff;
  border-radius: 5px;
  left: 7.5%; }
  #hide .cancleWarn div {
    border-radius: 5px; }
  #hide .cancleWarn h3 {
    line-height: 1.5rem;
    margin-bottom: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    font-size: 0.46667rem; }
  #hide .cancleWarn p {
    display: flex;
    line-height: 1.5rem; }
    #hide .cancleWarn p span {
      flex-grow: 1;
      text-align: center;
      font-size: 0.46667rem;
      color: #fff; }
    #hide .cancleWarn p span:last-child {
      background: #27A5F9;
      border-bottom-right-radius: 5px; }
    #hide .cancleWarn p span:first-child {
      background: #6E788C;
      border-bottom-left-radius: 5px; }

#myLayer {
  position: fixed;
  z-index: 8898;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent; }
  #myLayer .layerCon {
    position: fixed;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    border-radius: 3px; }
    #myLayer .layerCon p {
      color: #fff;
      padding: .7rem 0;
      font-size: 0.7rem;
      text-align: center;
      margin: 0; }

#ask .topHead img {
  height: 4rem;
  width: 100%; }
#ask .topHead p {
  margin: 0.29333rem 0.26667rem;
  background: #f4f4f4; }
  #ask .topHead p input {
    text-indent: 0.32rem;
    height: 0.88rem;
    border: none;
    outline: none;
    width: 100%;
    font-size: 0.4rem;
    background: url(../img/ser.png) 40% center no-repeat;
    background-size: 0.50667rem; }
  
  #ask .topHead p input:focus {
    background: unset; }
  
#ask .main_con {
  display: flex;
  position: absolute;
  top: 5.46667rem;
  bottom: 0;
  width: 100%; }
  #ask .main_con .lf_con {
    width: 2.66667rem;
    flex-shrink: 0;
    background: #f4f4f4; }
    #ask .main_con .lf_con li {
      width: 2.66667rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 0 0.10667rem;
      color: #383b42;
      height: 1.33333rem;
      line-height: 1.33333rem;
      text-align: center;
      background: #f4f4f4;
      font-size: 0.4rem; }
    #ask .main_con .lf_con li.active {
      background: #fff;
      color: #62a9f1; }
  #ask .main_con .rg_con {
    background: #fff;
    flex: 1;
    overflow-y: scroll; }
    #ask .main_con .rg_con li {
      color: #383b42;
      line-height: 2em;
      margin-left: 0.4rem;
      width: 6.5rem;
      font-size: 0.4rem;
      background: url(../img/zfx.png) left 0.3rem no-repeat;
      background-size: 0.16rem;
      padding-left: 0.4rem; }

    #ask .main_con .rg_con li + li{
      margin-top: 0.3rem;
    }

#sciMusRes {
  background: #f4f4f4; }
  #sciMusRes .timePeo {
    background: #fff;
    padding-left: 0.53333rem; }
    #sciMusRes .timePeo li {
      display: flex;
      padding: 0.26667rem 0;
      border-bottom: 1px solid #F8F8F8;
      background: url(../img/yuan.png) right 0.53333rem center no-repeat;
      background-size: 0.6rem; }
      #sciMusRes .timePeo li p {
        flex-grow: 0.4;
        display: flex;
        flex-flow: column; }
        #sciMusRes .timePeo li p span:first-child {
          font-size: 0.4rem;
          margin-bottom: 0.13333rem; }
        #sciMusRes .timePeo li p span:last-child {
          color: #cbccce;
          font-size: 0.32rem; }
      #sciMusRes .timePeo li p:first-child span:first-child {
        font-weight: bold; }
      #sciMusRes .timePeo li p:last-child {
        flex-grow: 1; }
    #sciMusRes .timePeo li.active {
      background: url(../img/Checked_on.png) right 0.53333rem center no-repeat;
      background-size: 0.6rem; }
  #sciMusRes .def_lab label {
    flex-grow: 1; }
    #sciMusRes .def_lab label span {
      color: #383b42; }
    #sciMusRes .def_lab label span.bindAct {
      color: #27A5F9; }
  #sciMusRes .btnInclude {
    width: 100%;
    padding: 0.26667rem 0.53333rem; }
  #sciMusRes .sciBes {
    padding-left: 0.53333rem;
    background: #fff;
    display: flex;
    align-items: center;
    height: 1.33333rem; }
    #sciMusRes .sciBes input {
      border: none;
      flex-grow: 1;
      height: 100%; }
    #sciMusRes .sciBes span {
      width: 100px;
      text-align: center;
      color: #27A5F9;
      display: inline-block;
      font-size: 0.4rem; }
  #sciMusRes p.sciBes {
    background: #f4f4f4;
    font-size: 0.4rem; }

#sciList {
  padding: 0 0.53333rem; }
  #sciList ul li {
    padding-top: 0.53333rem;
    border-radius: 5px; }
    #sciList ul li div:first-child {
      padding: 0.41333rem 0.53333rem;
      display: flex;
      background: #5287C6;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      #sciList ul li div:first-child p {
        flex-grow: 1;
        display: flex;
        flex-flow: column; }
        #sciList ul li div:first-child p span {
          font-size: 0.45333rem;
          color: #fff;
          margin-bottom: 0.06667rem; }
        #sciList ul li div:first-child p span:last-child {
          font-size: 0.32rem;
          color: #EEF2F8; }
      #sciList ul li div:first-child img {
        width: 0.53333rem;
        height: 0.53333rem; }
      #sciList ul li div:first-child img:last-child {
        margin-left: 0.86667rem; }
    #sciList ul li div:last-child {
      padding: 0.4rem 0.53333rem;
      background: #fff;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      #sciList ul li div:last-child i {
        display: block;
        font-size: 0.32rem;
        color: #8E9196; }
      #sciList ul li div:last-child b {
        display: block;
        margin-bottom: 0.08rem;
        font-size: 0.45333rem;
        font-weight: 500; }

#leaveMsg .one_2 {
  padding: 0 0.32rem;
  display: flex;
  flex-wrap: wrap; }
  #leaveMsg .one_2 li {
    width: 25%;
    margin-bottom: 0.4rem; }
    #leaveMsg .one_2 li img {
      height: 1.86667rem;
      border-radius: 10px; }
#leaveMsg .topBar {
  display: flex;
  align-items: center; }
  #leaveMsg .topBar div {
    flex-grow: 1;
    text-align: center;
    line-height: 1.26667rem; }
    #leaveMsg .topBar div span {
      display: inline-block;
      position: relative;
      width: 1.86667rem;
      font-size: 0.4rem; }
    #leaveMsg .topBar div span.active:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      background: #27A5F9;
      width: 1.6rem;
      height: 0.08rem; }
#leaveMsg .main_con {
  padding: 0.33333rem; }
  #leaveMsg .main_con .one .one_1 {
    padding-left: 0.4rem; }
    #leaveMsg .main_con .one .one_1 div {
      display: flex;
      align-items: center;
      margin-bottom: 0.4rem; }
      #leaveMsg .main_con .one .one_1 div img {
        width: 1.13333rem;
        height: 1.13333rem;
        margin-right: 0.4rem; }
      #leaveMsg .main_con .one .one_1 div span {
        font-size: 0.37333rem;
        color: #71819c; }
  #leaveMsg .main_con .one .addP {
    color: #383b42; }
  #leaveMsg .main_con .one .btnFoot {
    padding-top: 0.8rem; }
#leaveMsg .two {
  background: #F5F6F8; }
  #leaveMsg .two .msgRecord li.two_0 {
    padding: 0.46667rem 0.46667rem 0.2rem;
    background: #fff; }
    #leaveMsg .two .msgRecord li.two_0 .two_1 {
      font-size: 0.4rem;
      margin-bottom: 0.66667rem; }
    #leaveMsg .two .msgRecord li.two_0 .two_2 {
      display: flex;
      flex-wrap: wrap; }
      #leaveMsg .two .msgRecord li.two_0 .two_2 li {
        width: 25%;
        margin-bottom: 0.4rem; }
        #leaveMsg .two .msgRecord li.two_0 .two_2 li img {
          height: 1.86667rem;
          border-radius: 10px; }
      #leaveMsg .two .msgRecord li.two_0 .two_2 li:last-child {
        margin-right: 0; }
    #leaveMsg .two .msgRecord li.two_0 .two_3 {
      display: flex;
      align-items: center;
      margin-bottom: 0.53333rem; }
      #leaveMsg .two .msgRecord li.two_0 .two_3 p,
      #leaveMsg .two .msgRecord li.two_0 .two_3 span {
        color: #82868B;
        font-size: 0.32rem; }
      #leaveMsg .two .msgRecord li.two_0 .two_3 p {
        margin-left: 0.53333rem; }
        #leaveMsg .two .msgRecord li.two_0 .two_3 p span.icon-ditu {
          color: #7990AE; }
    #leaveMsg .two .msgRecord li.two_0 .two_4 {
      background-color: #F5F6F8;
      padding: 0.16rem;
      border-radius: 5px; }
      #leaveMsg .two .msgRecord li.two_0 .two_4 li {
        margin-bottom: 0.53333rem; }
        #leaveMsg .two .msgRecord li.two_0 .two_4 li p {
          display: flex; }
          #leaveMsg .two .msgRecord li.two_0 .two_4 li p span {
            font-size: 0.38rem; }
          #leaveMsg .two .msgRecord li.two_0 .two_4 li p span:last-child {
            flex: 1; }
      #leaveMsg .two .msgRecord li.two_0 .two_4 li:last-child {
        margin-bottom: 0; }

.btnFoot {
  padding: 0.53333rem; }

.zl_radio {
  color: #5a5e66;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 0.37333rem; }
  .zl_radio .zl_input {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    vertical-align: middle; }
    .zl_radio .zl_input .zl_inner {
      box-sizing: border-box;
      display: inline-block;
      background-color: #fff;
      border-radius: 100%;
      border: 3px solid #ccc;
      position: relative;
      width: 0.4rem;
      height: 0.4rem;
      margin-right: 5px; }
    .zl_radio .zl_input .zl_original {
      display: none; }

.zl_original:checked + .zl_inner {
  border-color: #27A5F9; }

.fades-enter-active,
.fades-leave-active {
  transition: opacity 0.5s; }

.fades-enter,
.fades-leave-active {
  opacity: 0; }

#gasPriceLadder .mockBtn {
  height: 1.6rem;
  background: #D4E3FE;
  position: fixed;
  bottom: 0;
  width: 100%; }
  #gasPriceLadder .mockBtn div {
    background: url(../img/mockBtn.png) center no-repeat;
    background-size: 92.2%;
    height: 1.6rem; }

#QV .main_con,
#QH .main_con,
#CH .main_con,
#confirm .main_con, #pay .main_con {
  background: #fff;
  padding: 0.66667rem 0.53333rem 0.46667rem 0.53333rem; }
#QV .handleBtn,
#QH .handleBtn,
#CH .handleBtn,
#confirm .handleBtn, #pay .handleBtn {
  padding: 0 0.53333rem; }
  #QV .handleBtn button,
  #QH .handleBtn button,
  #CH .handleBtn button,
  #confirm .handleBtn button, #pay .handleBtn button {
    font-size: 0.45333rem; }

#confirm #myLayer .btn {
  font-size: 0.4rem; }
#confirm #myLayer .over {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .6; }
#confirm #myLayer .owner {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: fixed;
  width: 90%;
  background: #fff;
  border-radius: 5px; }
  #confirm #myLayer .owner .def_form {
    padding: 0 0.26667rem;
    border-radius: 5px; }
    #confirm #myLayer .owner .def_form li:last-child input {
      width: 50%; }
    #confirm #myLayer .owner .def_form li:last-child .btn {
      padding: 0.05333rem 0.26667rem;
      flex-shrink: 0; }
  #confirm #myLayer .owner .m_1 {
    text-align: center;
    padding: 0.26667rem 0; }
    #confirm #myLayer .owner .m_1 .btn {
      width: 60%; }

#QV .main_con .con_1 {
  position: relative;
  background: #F7F7FF;
  padding: 0.4rem;
  border-radius: 5px; }
  #QV .main_con .con_1 p {
    background: url(../img/warn.png) left no-repeat;
    background-size: contain;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.66667rem;
    height: 0.66667rem;
    line-height: 0.66667rem;
    text-align: center; }
  #QV .main_con .con_1 ul {
    margin-top: 0.26667rem; }
    #QV .main_con .con_1 ul li {
      line-height: 0.74667rem;
      font-size: 0.34667rem;
      color: #979EB6; }
#QV .def_form {
  padding-left: 0.53333rem; }
  #QV .def_form span {
    width: 0.53333rem;
    text-align: left; }
#QV .pop-content ul li p {
  margin-bottom: 0.13333rem; }
  #QV .pop-content ul li p b {
    font-weight: 600; }
#QV .pop-content ul li div.one b {
  font-size: 0.34667rem; }
#QV .pop-content ul li div.two {
  color: #FF9667; }

#CH {
  background: #F5F6F8;
  padding-bottom: 1.33333rem; }
  #CH .con_1 {
    display: flex;
    align-items: center; }
    #CH .con_1 h3 {
      flex-grow: 1.5; }
    #CH .con_1 p {
      flex-grow: 0.5;
      color: #27A5F9;
      font-weight: bold;
      font-size: 0.4rem;
      text-align: right; }
      #CH .con_1 p span {
        margin-right: 0.26667rem; }
  #CH .villList {
    margin: 0.4rem 0.53333rem; }
    #CH .villList li {
      border-radius: 15px;
      padding: 0.46667rem 0.4rem;
      background: #fff;
      display: flex;
      align-items: center;
      margin-bottom: 0.4rem; }
      #CH .villList li .con_2 {
        height: 0.53333rem;
        width: 0.53333rem;
        background: url(../img/blueCheck1.png) left no-repeat;
        background-size: 0.53333rem;
        margin-right: 0.29333rem;
        flex-shrink: 0; }
      #CH .villList li .con_2.active {
        background: url(../img/blueCheck.png) left no-repeat;
        background-size: 0.53333rem; }
      #CH .villList li .con_3 {
        flex-grow: 1.5; }
        #CH .villList li .con_3 span,
        #CH .villList li .con_3 i {
          display: block; }
        #CH .villList li .con_3 span {
          font-size: 0.45333rem;
          font-weight: 600;
          color: #383b42;
          margin-bottom: 0.34667rem; }
        #CH .villList li .con_3 i {
          font-size: 0.34667rem;
          color: #9C9EA4;
          margin-bottom: 0.16rem; }
        #CH .villList li .con_3 p {
          font-size: 0.34667rem;
          color: #9C9EA4; }
          #CH .villList li .con_3 p b {
            margin-right: 0.26667rem; }
  #CH .foot_con {
    display: flex; }
    #CH .foot_con button {
      border-radius: 0; }
    #CH .foot_con button:first-child {
      flex-grow: 0.1;
      background: #fff;
      color: #60718F;
      font-size: 0.34667rem; }
      #CH .foot_con button:first-child span {
        font-size: 0.16rem;
        vertical-align: middle; }
    #CH .foot_con button:last-child {
      flex-grow: 0.9; }

#confirm, #placePay, #yetPay, #abnormalPay, #placeConPay {
  background: #F5F6F8;
  padding-bottom: 2.66667rem; }
  #confirm .con_1, #placePay .con_1, #yetPay .con_1, #abnormalPay .con_1, #placeConPay .con_1 {
    margin: 0.4rem 0.53333rem; }
    #confirm .con_1 > li, #placePay .con_1 > li, #yetPay .con_1 > li, #abnormalPay .con_1 > li, #placeConPay .con_1 > li {
      border-radius: 15px;
      padding: 0.46667rem 0.4rem;
      background: #fff;
      display: flex;
      align-items: center;
      margin-bottom: 0.4rem; }
      #confirm .con_1 > li ul, #placePay .con_1 > li ul, #yetPay .con_1 > li ul, #abnormalPay .con_1 > li ul, #placeConPay .con_1 > li ul {
        width: 100%; }
        #confirm .con_1 > li ul li:first-child, #placePay .con_1 > li ul li:first-child, #yetPay .con_1 > li ul li:first-child, #abnormalPay .con_1 > li ul li:first-child, #placeConPay .con_1 > li ul li:first-child {
          display: flex; }
          #confirm .con_1 > li ul li:first-child b, #placePay .con_1 > li ul li:first-child b, #yetPay .con_1 > li ul li:first-child b, #abnormalPay .con_1 > li ul li:first-child b, #placeConPay .con_1 > li ul li:first-child b {
            flex-grow: 1;
            font-size: 0.45333rem;
            color: #383b42;
            margin-bottom: 0.34667rem;
            font-weight: 600; }
          #confirm .con_1 > li ul li:first-child i, #placePay .con_1 > li ul li:first-child i, #yetPay .con_1 > li ul li:first-child i, #abnormalPay .con_1 > li ul li:first-child i, #placeConPay .con_1 > li ul li:first-child i {
            font-weight: 600;
            color: #FF722A;
            font-size: 0.42667rem;
            text-align: right; }
            #confirm .con_1 > li ul li:first-child i span, #placePay .con_1 > li ul li:first-child i span, #yetPay .con_1 > li ul li:first-child i span, #abnormalPay .con_1 > li ul li:first-child i span, #placeConPay .con_1 > li ul li:first-child i span {
              margin-right: 0.13333rem; }
        #confirm .con_1 > li ul li:nth-child(2),
        #confirm .con_1 > li ul li:nth-child(3), #placePay .con_1 > li ul li:nth-child(2),
        #placePay .con_1 > li ul li:nth-child(3), #yetPay .con_1 > li ul li:nth-child(2),
        #yetPay .con_1 > li ul li:nth-child(3), #abnormalPay .con_1 > li ul li:nth-child(2),
        #abnormalPay .con_1 > li ul li:nth-child(3), #placeConPay .con_1 > li ul li:nth-child(2),
        #placeConPay .con_1 > li ul li:nth-child(3) {
          font-size: 0.34667rem;
          color: #9C9EA4;
          margin-bottom: 0.13333rem; }
        #confirm .con_1 > li ul li:nth-child(4), #placePay .con_1 > li ul li:nth-child(4), #yetPay .con_1 > li ul li:nth-child(4), #abnormalPay .con_1 > li ul li:nth-child(4), #placeConPay .con_1 > li ul li:nth-child(4) {
          margin-top: 0.26667rem; }
          #confirm .con_1 > li ul li:nth-child(4) b, #placePay .con_1 > li ul li:nth-child(4) b, #yetPay .con_1 > li ul li:nth-child(4) b, #abnormalPay .con_1 > li ul li:nth-child(4) b, #placeConPay .con_1 > li ul li:nth-child(4) b {
            font-size: 0.42667rem; }
          #confirm .con_1 > li ul li:nth-child(4) i, #placePay .con_1 > li ul li:nth-child(4) i, #yetPay .con_1 > li ul li:nth-child(4) i, #abnormalPay .con_1 > li ul li:nth-child(4) i, #placeConPay .con_1 > li ul li:nth-child(4) i {
            font-size: 0.42667rem;
            color: #2C87EE; }
            #confirm .con_1 > li ul li:nth-child(4) i span, #placePay .con_1 > li ul li:nth-child(4) i span, #yetPay .con_1 > li ul li:nth-child(4) i span, #abnormalPay .con_1 > li ul li:nth-child(4) i span, #placeConPay .con_1 > li ul li:nth-child(4) i span {
              vertical-align: middle; }
  #confirm .foot_con .con_2, #placePay .foot_con .con_2, #yetPay .foot_con .con_2, #abnormalPay .foot_con .con_2, #placeConPay .foot_con .con_2 {
    display: flex;
    align-items: center;
    height: 1.33333rem; }
    #confirm .foot_con .con_2 p, #placePay .foot_con .con_2 p, #yetPay .foot_con .con_2 p, #abnormalPay .foot_con .con_2 p, #placeConPay .foot_con .con_2 p {
      flex-grow: 1;
      font-size: 0.4rem;
      padding-left: 0.53333rem;
      text-align: left;
      color: #55688A; }
      #confirm .foot_con .con_2 p span, #placePay .foot_con .con_2 p span, #yetPay .foot_con .con_2 p span, #abnormalPay .foot_con .con_2 p span, #placeConPay .foot_con .con_2 p span {
        font-size: 0.4rem;
        margin-left: 0.13333rem; }
    #confirm .foot_con .con_2 h4, #placePay .foot_con .con_2 h4, #yetPay .foot_con .con_2 h4, #abnormalPay .foot_con .con_2 h4, #placeConPay .foot_con .con_2 h4 {
      flex-grow: 1;
      font-size: 0.4rem; }
      #confirm .foot_con .con_2 h4 b, #placePay .foot_con .con_2 h4 b, #yetPay .foot_con .con_2 h4 b, #abnormalPay .foot_con .con_2 h4 b, #placeConPay .foot_con .con_2 h4 b {
        font-weight: 600;
        color: #FF722A;
        font-size: 0.45333rem; }
  #confirm .foot_con .btn, #placePay .foot_con .btn, #yetPay .foot_con .btn, #abnormalPay .foot_con .btn, #placeConPay .foot_con .btn {
    width: 100%;
    border-radius: 0; }

#pay .main_con {
  padding-bottom: 0; }
#pay .con {
  background: url(../img/payBg.png) left no-repeat;
  background-size: 100% 100%; }
#pay ul.con_1 {
  padding: 0.46667rem 0.46667rem 0.2rem 0.46667rem; }
  #pay ul.con_1 li:first-child {
    text-align: center;
    font-size: 0.34667rem;
    margin-bottom: 0.26667rem; }
  #pay ul.con_1 li:nth-child(2) {
    font-weight: 600;
    color: #FF722A;
    font-size: 0.72rem;
    text-align: center;
    margin-bottom: 0.8rem; }
  #pay ul.con_1 li:nth-child(3), #pay ul.con_1 li:nth-child(4) {
    margin-bottom: 0.26667rem;
    display: flex; }
    #pay ul.con_1 li:nth-child(3) b, #pay ul.con_1 li:nth-child(4) b {
      font-size: 0.34667rem;
      flex-grow: 1;
      text-align: left; }
    #pay ul.con_1 li:nth-child(3) i, #pay ul.con_1 li:nth-child(4) i {
      font-size: 0.34667rem;
      flex-grow: 1;
      color: #FF722A;
      text-align: right; }
#pay ul.def_form li:last-child input {
  width: 30%; }
#pay ul.def_form li:last-child i {
  flex-grow: 1;
  text-align: center;
  color: #27A5F9; }

#allOrder .tab_head {
  position: fixed;
  width: 100%; }
  #allOrder .tab_head ul {
    display: flex;
    background: #fff;
    text-align: center; }
    #allOrder .tab_head ul li {
      flex-grow: 1;
      position: relative;
      line-height: 1.4rem;
      font-size: 0.42667rem; }
    #allOrder .tab_head ul li.active:before {
      content: ' ';
      position: absolute;
      width: 0.53333rem;
      height: 2px;
      background: #27A5F9;
      bottom: 0;
      left: calc(50% - 10px); }
#allOrder .tab_con {
  top: 1.65rem; }

#allOrder .mui-slider-group, #placePay .mui-slider-group, #yetPay .mui-slider-group, #abnormalPay .mui-slider-group, #placeConPay .mui-slider-group {
  height: calc(100% - 45px); }
#allOrder .mui-control-content, #placePay .mui-control-content, #yetPay .mui-control-content, #abnormalPay .mui-control-content, #placeConPay .mui-control-content {
  background-color: #F5F6F8; }
#allOrder .mui-control-content .mui-loading, #placePay .mui-control-content .mui-loading, #yetPay .mui-control-content .mui-loading, #abnormalPay .mui-control-content .mui-loading, #placeConPay .mui-control-content .mui-loading {
  margin-top: 50px; }
#allOrder .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item, #placePay .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item, #yetPay .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item, #abnormalPay .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item, #placeConPay .mui-slider .mui-segmented-control.mui-segmented-control-inverted ~ .mui-slider-group .mui-slider-item {
  border-bottom: 0;
  border-top: 0; }
#allOrder #slider #sliderSegmentedControl, #placePay #slider #sliderSegmentedControl, #yetPay #slider #sliderSegmentedControl, #abnormalPay #slider #sliderSegmentedControl, #placeConPay #slider #sliderSegmentedControl {
  background: #fff; }
  #allOrder #slider #sliderSegmentedControl .mui-control-item, #placePay #slider #sliderSegmentedControl .mui-control-item, #yetPay #slider #sliderSegmentedControl .mui-control-item, #abnormalPay #slider #sliderSegmentedControl .mui-control-item, #placeConPay #slider #sliderSegmentedControl .mui-control-item {
    line-height: 1.33333rem;
    color: #383b42;
    position: relative;
    width: 100%; }
  #allOrder #slider #sliderSegmentedControl .mui-active::before, #placePay #slider #sliderSegmentedControl .mui-active::before, #yetPay #slider #sliderSegmentedControl .mui-active::before, #abnormalPay #slider #sliderSegmentedControl .mui-active::before, #placeConPay #slider #sliderSegmentedControl .mui-active::before {
    content: ' ';
    position: absolute;
    width: 0.53333rem;
    height: 2px;
    background: #27A5F9;
    bottom: 0;
    left: calc(50% - 10px); }
#allOrder .all_con > li ul, #placePay .all_con > li ul, #yetPay .all_con > li ul, #abnormalPay .all_con > li ul, #placeConPay .all_con > li ul {
  background: #fff;
  padding: 0.53333rem 0.4rem;
  margin-bottom: 0.26667rem; }
  #allOrder .all_con > li ul li:first-child, #placePay .all_con > li ul li:first-child, #yetPay .all_con > li ul li:first-child, #abnormalPay .all_con > li ul li:first-child, #placeConPay .all_con > li ul li:first-child {
    display: flex;
    margin-bottom: 0.26667rem;
    align-items: center; }
    #allOrder .all_con > li ul li:first-child span, #placePay .all_con > li ul li:first-child span, #yetPay .all_con > li ul li:first-child span, #abnormalPay .all_con > li ul li:first-child span, #placeConPay .all_con > li ul li:first-child span {
      font-weight: 600;
      font-size: 0.42667rem;
      padding-right: 0.2rem; }
    #allOrder .all_con > li ul li:first-child b, #placePay .all_con > li ul li:first-child b, #yetPay .all_con > li ul li:first-child b, #abnormalPay .all_con > li ul li:first-child b, #placeConPay .all_con > li ul li:first-child b {
      flex-grow: 1;
      font-size: 0.34667rem;
      color: #B9BABC;
      border-left: 1px solid #ddd;
      padding-left: 0.29333rem; }
    #allOrder .all_con > li ul li:first-child i, #placePay .all_con > li ul li:first-child i, #yetPay .all_con > li ul li:first-child i, #abnormalPay .all_con > li ul li:first-child i, #placeConPay .all_con > li ul li:first-child i {
      flex-grow: 1;
      font-weight: 600;
      font-size: 0.42667rem;
      text-align: right; }
    #allOrder .all_con > li ul li:first-child i.m_1, #placePay .all_con > li ul li:first-child i.m_1, #yetPay .all_con > li ul li:first-child i.m_1, #abnormalPay .all_con > li ul li:first-child i.m_1, #placeConPay .all_con > li ul li:first-child i.m_1 {
      color: #27A5F9; }
    #allOrder .all_con > li ul li:first-child i.m_2, #placePay .all_con > li ul li:first-child i.m_2, #yetPay .all_con > li ul li:first-child i.m_2, #abnormalPay .all_con > li ul li:first-child i.m_2, #placeConPay .all_con > li ul li:first-child i.m_2 {
      color: #556788; }
    #allOrder .all_con > li ul li:first-child i.m_3, #placePay .all_con > li ul li:first-child i.m_3, #yetPay .all_con > li ul li:first-child i.m_3, #abnormalPay .all_con > li ul li:first-child i.m_3, #placeConPay .all_con > li ul li:first-child i.m_3 {
      color: #FF722A; }
  #allOrder .all_con > li ul li:nth-child(2), #placePay .all_con > li ul li:nth-child(2), #yetPay .all_con > li ul li:nth-child(2), #abnormalPay .all_con > li ul li:nth-child(2), #placeConPay .all_con > li ul li:nth-child(2) {
    color: #7F8589;
    margin-bottom: 0.2rem; }
  #allOrder .all_con > li ul li:nth-child(3), #placePay .all_con > li ul li:nth-child(3), #yetPay .all_con > li ul li:nth-child(3), #abnormalPay .all_con > li ul li:nth-child(3), #placeConPay .all_con > li ul li:nth-child(3) {
    display: flex;
    font-size: 0.32rem; }
    #allOrder .all_con > li ul li:nth-child(3) span, #placePay .all_con > li ul li:nth-child(3) span, #yetPay .all_con > li ul li:nth-child(3) span, #abnormalPay .all_con > li ul li:nth-child(3) span, #placeConPay .all_con > li ul li:nth-child(3) span {
      flex-grow: 1;
      color: #CACBCE; }
      #allOrder .all_con > li ul li:nth-child(3) span b, #placePay .all_con > li ul li:nth-child(3) span b, #yetPay .all_con > li ul li:nth-child(3) span b, #abnormalPay .all_con > li ul li:nth-child(3) span b, #placeConPay .all_con > li ul li:nth-child(3) span b {
        color: #7F838B; }

#placePay .foot_btn {
  display: flex; }
  #placePay .foot_btn button {
    flex-grow: 1; }

#yetPay .foot_con .con_2 p {
  color: #DCDEDE;
  font-size: 0.34667rem; }
  #yetPay .foot_con .con_2 p b {
    color: #BEC0C4; }

#abnormalPay .con_warn {
  background: #fff;
  padding: 0 0.53333rem 0.26667rem 0.53333rem; }
  #abnormalPay .con_warn > div {
    position: relative;
    border-radius: 5px;
    padding: 0.33333rem 0.53333rem;
    background: #F7F7FF; }
    #abnormalPay .con_warn > div p {
      background: url(../img/warn.png) left no-repeat;
      background-size: contain;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.66667rem;
      height: 0.66667rem;
      line-height: 0.66667rem;
      text-align: center; }
    #abnormalPay .con_warn > div ul {
      margin-top: 0.26667rem; }
      #abnormalPay .con_warn > div ul li {
        line-height: 0.74667rem;
        font-size: 0.34667rem;
        color: #979EB6; }

#placeConPay .foot_con .con_2 h4 {
  flex-grow: 0.5;
  text-align: left;
  padding-left: 0.4rem; }
#placeConPay .foot_con .con_2 button {
  flex-grow: 1;
  width: 1rem;
  flex-shrink: 0; }

#eva {
  padding: 0.46667rem 0.53333rem; }
  #eva .m_con .m_1 {
    /*border-radius: 10px;*/
    background: #fff;
    padding: 0.64rem 0 0.4rem 0; }
    #eva .m_con .m_1 .eva_ul {
      display: flex;
      flex-flow: row wrap;
      align-content: flex-start; }
      #eva .m_con .m_1 .eva_ul li {
        border: 1px solid #ddd;
        padding: 0.2rem 0.13333rem;
        margin-top: 0.26667rem;
        background-color: white;
        flex: 0 0 35%;
        height: 50px;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center; }
      #eva .m_con .m_1 .eva_ul li:nth-child(odd) {
        margin-left: 10%;
        margin-right: 10%; }
      #eva .m_con .m_1 .eva_ul li.active {
        color: #FFBD42;
        border-color: #FFBD42; }
    #eva .m_con .m_1 .eva_star {
      display: flex;
      padding: 0 1.86667rem;
      margin-bottom: 0.8rem; }
      #eva .m_con .m_1 .eva_star li {
        flex: 1;
        background: url("../img/stars.png") no-repeat center;
        background-size: 80%;
        height: 0.8rem;
        width: 0.73333rem; }
      #eva .m_con .m_1 .eva_star li.active {
        background: url("../img/star.png") no-repeat center;
        background-size: 80%; }
    #eva .m_con .m_1 .m1_title {
      text-align: center;
      font-size: 0.45333rem;
      margin-bottom: 0.66667rem; }
      #eva .m_con .m_1 .m1_title span {
        display: inline-block; }
      #eva .m_con .m_1 .m1_title img {
        height: 0.45333rem; }
  #eva .m_con .m_2 {
    border-radius: 10px;
    background: #fff;
    padding: 0.46667rem; }
    #eva .m_con .m_2 textarea {
      width: 100%;
      border: none;
      outline: none;
      height: 1.73333rem; }
  #eva .m_con .m_3 {
    margin-top: 0.8rem; }
    #eva .m_con .m_3 .btn {
      width: 100%; }

/*# sourceMappingURL=xcz.css.map */
.fr{float: right;font-size: 0.4rem;}
.c-6599ff{color: #6599ff;}
.overflow{overflow:hidden}
.c-FB8BA8C{color:#B8BABC;}
.6599FF{color: #6599FF;}
.deraction{text-decoration: blink;}
