@charset "UTF-8";
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/*自定义*/
body {
  background: #f5f5f5; }

.user-app {
  padding: 0.75rem 0.75rem 1rem; }
  .user-app .usertop {
    position: relative;
    border-radius: 14px;
    z-index: 99;
    margin: 0 auto;
    justify-content: space-between;
    display: flex;
    align-items: center; }
    .user-app .usertop .ava {
      border: 1px solid #fff;
      border-radius: 100%;
      overflow: hidden;
      background: #eee; }
      .user-app .usertop .ava .avacover {
        width: 3.5rem;
        height: 3.5rem;
        display: block; }
    .user-app .usertop .info {
      flex: 1;
      padding-left: 0.5rem;
      position: relative; }
      .user-app .usertop .info a {
        color: #333; }
      .user-app .usertop .info .icon-edit {
        position: absolute;
        right: 0;
        top: 0.25rem;
        width: 30px;
        height: 30px; }
        .user-app .usertop .info .icon-edit img {
          width: 30px;
          height: 30px;
          display: block; }
      .user-app .usertop .info .title {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 3px;
        font-weight: bold;
        display: flex;
        align-items: center; }
        .user-app .usertop .info .title .icon {
          width: 1rem;
          height: 1rem; }
      .user-app .usertop .info .text {
        color: #7E8187;
        font-size: 12px;
        display: flex; }
    .user-app .usertop .desc {
      display: flex;
      align-items: center;
      margin: 0.75rem 0 0; }
      .user-app .usertop .desc-item {
        width: 33.33%;
        text-align: center; }
      .user-app .usertop .desc .val {
        font-size: 16px;
        margin-bottom: 2px;
        font-weight: bold; }
      .user-app .usertop .desc .name {
        font-size: 12px;
        color: #666; }
    .user-app .usertop .line {
      width: 1px;
      height: 24px;
      background: #7E8187; }
  .user-app .titlebox {
    display: flex;
    padding: 24rpx 0;
    align-items: center; }
    .user-app .titlebox .icon {
      width: 6px;
      height: 0.85rem;
      background: linear-gradient(180deg, #6DA6FF 0%, #4C85DE 100%);
      border-radius: 2.5px;
      margin-right: 5px; }
    .user-app .titlebox .title {
      font-size: 18px;
      font-weight: bold; }
  .user-app .nav-icon {
    width: 0.9rem;
    margin-right: 5px;
    height: 0.9rem; }
  .user-app .bgcolor {
    height: 15rem;
    width: 100%;
    background: linear-gradient(180deg, #2186f6 0%, #f6f6f6 100%);
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%; }
  .user-app .uprice-wrap {
    background: linear-gradient(180deg, #FFF28E 0%, #FFB92D 100%);
    border-radius: 18px 18px 00rem 0rem;
    opacity: 1;
    border: 2px solid #FFFFFF;
    margin: 1px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    padding: 0.5rem 0.75rem;
    margin-top: 0.5rem; }
    .user-app .uprice-wrap .uprice-desc .icons {
      display: flex;
      align-items: center;
      font-size: 13px; }
    .user-app .uprice-wrap .uprice-desc .icon {
      margin-right: 6px;
      width: 16px; }
    .user-app .uprice-wrap .price {
      color: #78410A;
      font-size: 30px;
      font-weight: bold; }
    .user-app .uprice-wrap .btns .btn-get {
      display: block;
      width: 4.75rem;
      height: 2.25rem;
      line-height: 2.25rem;
      background: linear-gradient(180deg, #FAA86A 0%, #FF4E20 100%);
      box-shadow: 0 5px 6px 1px #ff9900;
      border-radius: 22px;
      font-size: 18px;
      color: #fff;
      text-align: center; }
  .user-app .main {
    position: relative;
    z-index: 9;
    background: #f5f5f5;
    margin: 0 -0.75rem;
    padding: 0.5rem 0.75rem; }
  .user-app .ibox-wrap {
    background: #fff;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.04);
    overflow: hidden; }
    .user-app .ibox-wrap .titlebox {
      color: #111; }
  .user-app .banquan {
    padding: 0;
    margin: 0.5rem 0 0 0;
    text-align: center; }
  .user-app .banquan-p {
    display: block;
    font-size: 10px; }
  .user-app .nav-list {
    padding: 0.75rem;
    display: flex; }
    .user-app .nav-list .item {
      width: 33.33%;
      color: #303030;
      text-align: center; }
    .user-app .nav-list .icons {
      overflow: hidden;
      width: 2.9rem;
      height: 2.5rem;
      overflow: hidden;
      margin: 0 auto; }
    .user-app .nav-list .icon {
      width: 2.9rem; }
    .user-app .nav-list .name {
      font-size: 13px;
      font-weight: bold; }
  .user-app .titlebox {
    padding: 1rem 0.75rem;
    display: flex; }
    .user-app .titlebox .icon-line {
      width: 4px;
      height: 16px;
      background: #2186f6;
      border-radius: 4px; }
    .user-app .titlebox .tit {
      margin-left: 5px;
      font-weight: bold; }
  .user-app .fun-list {
    display: flex;
    flex-wrap: wrap; }
    .user-app .fun-list .item {
      width: 25%;
      text-align: center;
      padding: 0.5rem 0;
      display: block;
      color: #303030; }
    .user-app .fun-list .icons {
      overflow: hidden;
      height: 1.5rem;
      margin: 0 auto; }
    .user-app .fun-list .icon {
      width: 1.25rem; }
    .user-app .fun-list .name {
      font-size: 13px;
      font-weight: bold; }
  .user-app .btn-login {
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    background: linear-gradient(89deg, #5bdaff 0%, #2186f6 100%);
    color: #fff;
    border-radius: 10px;
    margin-top: 1.5rem; }
  .user-app .secure-level {
    margin: 0.6rem 0;
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 9;
    padding: 0.5rem;
    width: 100%; }
    .user-app .secure-level .top {
      display: flex;
      align-items: center;
      color: #2789F6; }
      .user-app .secure-level .top img {
        width: 18px;
        height: 18px; }
      .user-app .secure-level .top span {
        font-size: 13px;
        font-weight: bold;
        margin-left: 5px; }
    .user-app .secure-level .level-box {
      justify-content: space-between;
      width: 100%;
      display: flex; }
      .user-app .secure-level .level-box .level-left {
        width: 70%; }
      .user-app .secure-level .level-box .texts {
        display: flex;
        justify-content: space-between;
        color: #74B6FF; }
    .user-app .secure-level .level-right {
      color: #FF6B00;
      font-size: 13px; }
  .user-app .btn-item2 {
    width: 100%; }

.headbg {
  background: #2186f6;
  width: 100%;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 0; }

.setup-app .app {
  padding: 0 0.75rem; }
.setup-app .ibox {
  width: 4.5rem;
  height: auto;
  position: relative; }
  .setup-app .ibox .icon {
    width: 1.35rem;
    height: 1.35rem;
    position: absolute;
    right: 0;
    bottom: 0; }
.setup-app .content {
  padding: 2.5rem 0.75rem;
  text-align: center; }
  .setup-app .content .logo {
    width: 5rem;
    display: block;
    margin: 0 auto 2.5rem; }
  .setup-app .content .btn-out {
    background: #fff;
    height: 2.25rem;
    line-height: 2.25rem;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0 0 10px #eee;
    display: block; }

.userinfo-app {
  padding: 0.75rem; }
  .userinfo-app .weui-cells {
    margin: 0; }
  .userinfo-app .ava {
    width: 2.5rem;
    display: block;
    border-radius: 50%;
  height: 2.5rem; }
  .userinfo-app .weui-cell {
    padding: 0.75rem;
    font-size: 14px; }
  .userinfo-app .avathor-wrap {
    position: relative; }
    .userinfo-app .avathor-wrap input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 1;
      height: 100%;
      opacity: 0; }

.nickname-app .form-wrap {
  padding-top: 0.75rem;
  margin: 0 0.75rem; }
.nickname-app .tips-cont {
  display: flex;
  justify-content: space-between;
  background: #FFFBE6;
  border-radius: 12px;
  border: 1px solid #FFE58F;
  padding: 0.5rem;
  font-size: 20px; }
  .nickname-app .tips-cont .text {
    font-size: 13px;
    padding-left: 0.25rem; }
.nickname-app .form {
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  margin-top: 0.75rem; }
.nickname-app .btnbox {
  width: 70%;
  margin: 1.25rem auto; }
.nickname-app .form {
  padding: 0.75rem 0.75rem; }
  .nickname-app .form .label {
    font-size: 15px;
    margin-bottom: 0.5rem; }
  .nickname-app .form .form-text {
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #ddd; }
    .nickname-app .form .form-text input {
      width: 100%; }
    .nickname-app .form .form-text.code-wrap {
      display: flex; }
      .nickname-app .form .form-text.code-wrap input {
        width: 65%; }
      .nickname-app .form .form-text.code-wrap .btnget {
        display: block;
        width: 35%;
        text-align: center;
        color: #2186f6; }
        .nickname-app .form .form-text.code-wrap .btnget.active {
          color: #999; }
.nickname-app .form-item {
  margin-bottom: 0.5rem; }

.authen-app {
  padding: 0.75rem; }
  .authen-app .weui-cell {
    font-size: 15px; }
  .authen-app .btnbox {
    width: 80%;
    margin: 1.5rem auto; }

.bank-app .card-list {
  padding: 0 0.75rem;
  margin-bottom: 0.75rem; }
  .bank-app .card-list .item {
    background: #fff;
    border: 1px solid #fff;
    padding: 0.75rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    align-items: center;
    border-radius: 10px;
    color: #111; }
    .bank-app .card-list .item.active {
      border-color: #2186f6; }
      .bank-app .card-list .item.active .icons {
        background-image: url(../img/checkbox_aready.png); }
  .bank-app .card-list .icon-logo {
    width: 2rem;
    height: auto; }
  .bank-app .card-list .info {
    flex: 1;
    padding-left: 0.5rem; }
  .bank-app .card-list .icons {
    width: 20px;
    height: 20px;
    background: url(../img/checkbox_none.png) no-repeat center center;
    background-size: 20px; }
  .bank-app .card-list .icon {
    width: 16px;
    height: 16px; }
  .bank-app .card-list .ppir {
    font-size: 12px;
    color: #35AA5C; }
  .bank-app .card-list .name {
    font-size: 13px;
    margin-bottom: 4px; }
  .bank-app .card-list .opt {
    display: flex;
    font-size: 13px; }
    .bank-app .card-list .opt .btn-edit {
      margin-right: 0.5rem;
      color: #2186f6; }
    .bank-app .card-list .opt .btn-del {
      color: #FF4D4F; }
  .bank-app .card-list .text {
    font-size: 13px;
    color: #666; }
.bank-app .btn-add {
  border: 2px dashed #D8D8D8;
  border-radius: 10px;
  text-align: center;
  margin: 0 0.75rem 0.75rem;
  padding: 12px 0; }
  .bank-app .btn-add text {
    margin-left: 5px;
    font-size: 16px;
    color: #A4A9B0; }
.bank-app .tab-list .tab-item {
  width: 50%; }
.bank-app .popup-del {
  padding: 0 0.75rem; }
  .bank-app .popup-del .title {
    font-size: 32rpx;
    font-weight: bold;
    margin-bottom: 0.5rem; }
  .bank-app .popup-del .input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0 0.75rem;
    margin-bottom: 0.25rem; }
  .bank-app .popup-del .forget {
    text-align: right;
    color: #35AA5C;
    margin-bottom: 0.75rem; }
    .bank-app .popup-del .forget text {
      font-size: 13px; }
.bank-app .admin-item {
  background: #fff;
  display: flex;
  padding: 0.75rem;
  border-radius: 10px;
  margin: 0 0.75rem 0.75rem;
  justify-content: space-between; }
  .bank-app .admin-item .icon {
    width: 18px;
    margin-right: 4px; }
  .bank-app .admin-item .label {
    display: flex;
    align-items: center;
    color: #999;
    flex: 1; }
    .bank-app .admin-item .label text {
      margin-left: 4px; }
  .bank-app .admin-item .value {
    color: #2186f6; }
.bank-app .wxqrcode {
  text-align: center; }
  .bank-app .wxqrcode .qrcode {
    width: 10rem;
    height: 10rem; }
  .bank-app .wxqrcode .text {
    font-size: 0.5rem;
    padding: 0.5rem 0;
    color: red;
    text-align: left; }
  .bank-app .wxqrcode .tixian-h2 {
    font-size: 16px;
    color: #333;
    padding: 0.25rem 0;
    font-weight: 700;
    margin-bottom: 0.5rem; }
  .bank-app .wxqrcode .tixian-h3 {
    font-size: 0.5rem;
    padding: 0.25rem;
    text-align: left;
    background: #2979ff1f;
    color: #2979ff;
    margin-bottom: 0.5rem; }
  .bank-app .wxqrcode .tixian-h4 {
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
.bank-app .with-annotation {
  color: #FF4D4F;
  padding: 0.5rem 0.75rem; }

.bank-info-wrap {
  margin: 0 0.5rem;
  background: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 5px; }
  .bank-info-wrap .item {
    align-items: center; }
  .bank-info-wrap .label {
    width: 3.75rem;
    line-height: 38px; }
  .bank-info-wrap .value {
    width: 11.25rem;
    display: flex;
    align-items: center; }
  .bank-info-wrap input {
    flex: 1;
    font-size: 13px;
    height: 38px; }
  .bank-info-wrap .get {
    color: #2186f6;
    font-size: 13px; }
  .bank-info-wrap .title {
    display: flex;
    justify-content: space-between;
    padding: 6px 0.75rem;
    background: #F4F4F4;
    border-radius: 5px; }
    .bank-info-wrap .title .left text {
      color: #35AA5C; }
  .bank-info-wrap .text-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
    border-bottom: 1px solid #eee; }
    .bank-info-wrap .text-item:nth-last-child(1) {
      border: 0; }

.popup-sub .item {
  display: flex;
  padding: 0.25rem 0;
  color: #111; }
  .popup-sub .item .value {
    color: #666;
    margin-left: 5px; }

.bgcolor {
  max-width: 100%; }

.weui-input {
  height: 2rem; }

.popup-wrap .title {
  font-size: 16px;
  margin-bottom: 0.5rem;
  color: #111;
  text-align: left;
  padding: 0.25rem 0; }
.popup-wrap .input {
  width: 100%; }
  .popup-wrap .input input {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 5px; }
.popup-wrap .forget {
  padding: 0.5rem 0;
  text-align: right; }
  .popup-wrap .forget a {
    color: #35AA5C; }

.btnbox.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 0.5rem 0.75rem;
  z-index: 99;
  max-width: 100%; }
  .btnbox.fixed .weui-btn {
    margin: 0;
    color: #fff;
    background: #2186f6;
    max-width: 100%; }

.weui-dialog__btn {
  color: #2186f6; }

.authen-popup {
  text-align: center; }
  .authen-popup .tixian-h3 {
    color: #2186f6;
    font-size: 12px;
    background: #2979ff1f;
    text-align: left;
    padding: 0.25rem; }
  .authen-popup .qrcode {
    width: 10rem;
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .authen-popup .text {
    font-size: 12px;
    color: #FF4D4F; }

.weui-mask {
  max-width: 100%; }

.from-app {
  padding: 0.5rem 0.75rem; }
  .from-app .title-tips {
    color: #FF4D4F; }
  .from-app .weui-cells_form {
    margin: 0.5rem 0;
    border-radius: 5px;
    font-size: 14px; }
  .from-app .weui-input {
    border: 0; }
  .from-app .weui-arrow {
    background: url(../icon/right.png) no-repeat;
    background-size: 14px;
    background-position-x: 98%;
    background-position-y: center; }
  .from-app .weui-btn {
    margin-top: 2.5rem; }

.account-app .list {
  padding: 0.5rem 0.75rem 0; }
  .account-app .list .item {
    padding: 0.5rem 0.75rem;
    background: #fff;
    margin-bottom: 0.75rem; }
    .account-app .list .item:nth-last-child(1) {
      margin: 0; }
    .account-app .list .item .date-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .account-app .list .item-top {
    display: flex;
    justify-content: space-between; }
  .account-app .list .title {
    font-size: 15px;
    font-weight: bold;
    max-width: 70%; }
  .account-app .list .des {
    font-size: 18px;
    font-weight: bold; }
    .account-app .list .des.des-add {
      color: #35AA5C; }
    .account-app .list .des.des-reduce {
      color: #FF4D4F; }
  .account-app .list .date {
    font-size: 13px;
    color: #999; }
.account-app .desc-wrap {
  padding: 0.75rem 0.75rem 0;
  margin-bottom: 0.5rem; }
  .account-app .desc-wrap .desc-pir {
    display: flex; }
    .account-app .desc-wrap .desc-pir .text {
      margin-right: 0.75rem;
      font-weight: bold;
      font-size: 16px; }
  .account-app .desc-wrap .date-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .account-app .desc-wrap .btn-time {
    background: linear-gradient(89deg, #5BDAFF 0%, #2186F6 100%);
    border-radius: 20px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px; }

.statistics-app {
  padding: 0.75rem; }
  .statistics-app .list .item {
    margin-bottom: 0.75rem;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    padding: 0.5rem; }
  .statistics-app .list .date {
    background-color: #F5F7FB;
    padding: 5px 6px;
    color: #273341;
    font-size: 14px;
    font-weight: 550;
    border-radius: 8px;
    margin-bottom: 0.25rem; }
  .statistics-app .desc-list {
    display: flex;
    justify-content: space-between; }
  .statistics-app .desc-item {
    width: 25%;
    text-align: center; }
  .statistics-app .num {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold; }
  .statistics-app .name {
    font-size: 13px; }

.journal-app .list {
  padding: 0.75rem; }
  .journal-app .list .item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 2px;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative; }
  .journal-app .list .title {
    line-height: 22px;
    padding: 5px 0.75rem;
    font-weight: 700;
    font-size: 16;
    background: #F5F7FB;
    margin: 5px;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    color: #000; }
  .journal-app .list .text-item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    margin: 0 0.75rem;
    line-height: 22px;
    border-bottom: 1px solid #eee; }
    .journal-app .list .text-item:nth-last-child(1) {
      border: 0; }

.userhelp-wrap {
  padding: 0 0.75rem; }
  .userhelp-wrap .weui-cell_access {
    font-size: 15px;
    color: #333;
    padding: 0.75rem; }

.feedback-app {
  padding: 0.75rem; }
  .feedback-app .feed-wrap {
    background: #fff;
    padding: 0.5rem;
    border-radius: 10px; }
    .feedback-app .feed-wrap textarea {
      font-size: 14px;
      width: 100%;
      height: 6rem;
      border: 0; }
    .feedback-app .feed-wrap .text {
      text-align: right;
      color: #333;
      font-size: 13px; }
  .feedback-app .form-item {
    margin: 0.75rem 0 0;
    display: block; }
    .feedback-app .form-item input {
      width: 100%;
      background: #fff;
      padding: 0 0.75rem;
      border-radius: 10px;
      height: 2.25rem;
      font-size: 14px; }
  .feedback-app .btnbox {
    padding: 1.5rem 2rem; }

.msg-app .tab-list {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #f5f5f5; }
  .msg-app .tab-list .tab-item {
    width: 50%; }
.msg-app .h100 {
  height: 2.5rem; }
.msg-app .total-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.75rem; }
  .msg-app .total-wrap .data {
    font-size: 14px;
    font-weight: bold; }
.msg-app .list {
  padding: 0 0.75rem; }
  .msg-app .list .item {
    background: #fff;
    border-radius: 8px;
    padding: 5px 0.6rem;
    margin-bottom: 0.5rem; }
  .msg-app .list .date {
    background-color: #F5F7FB;
    padding: 5px 6px;
    color: #273341;
    font-size: 28rpx;
    font-weight: 550;
    border-radius: 8px; }
  .msg-app .list .text {
    font-size: 13px;
    padding: 0.5rem 0;
    color: #273341; }
  .msg-app .list .dates {
    height: 70rpx;
    line-height: 70rpx; }

.order-app .height {
  height: 5rem; }
.order-app .headtop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  z-index: 99;
  background: #f5f5f5; }
.order-app .headtop-wrap {
  display: flex;
  background: linear-gradient(270deg, #68ADF9 0%, #73C2FE 100%);
  padding: 0.5rem 0.75rem;
  justify-content: space-between; }
.order-app .bgcolor {
  height: 200rpx;
  width: 100%;
  background: linear-gradient(270deg, #68ADF9 0%, #73C2FE 100%);
  position: absolute;
  left: 0;
  top: 0; }
.order-app .content {
  padding: 0 0.75rem;
  display: flex;
  width: 100%;
  justify-content: space-between; }
.order-app .search-wrap {
  position: relative;
  width: 80%;
  background: #fff;
  border-radius: 50px;
  height: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem; }
  .order-app .search-wrap .icon {
    width: 20px; }
  .order-app .search-wrap .form-input {
    flex: 1;
    height: 1.75rem; }
  .order-app .search-wrap .btn-search {
    background: linear-gradient(89deg, #5bdaff 0%, #2186f6 100%);
    border-radius: 20px;
    color: white;
    height: 28px;
    line-height: 28px;
    width: 50px;
    text-align: center; }
.order-app .icons-kefu {
  display: flex;
  align-items: center;
  font-size: 13px; }
  .order-app .icons-kefu img {
    width: 18px;
    height: auto; }
  .order-app .icons-kefu .text {
    color: #111;
    margin-left: 4px; }
.order-app .main {
  position: fixed;
  z-index: 99;
  background: #fff;
  left: 0;
  width: 100%; }
.order-app .tab-list {
  justify-content: space-between;
  margin-bottom: 0.5rem; }
  .order-app .tab-list .tab-item {
    width: 33%;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color: #333;
    font-weight: bold; }
    .order-app .tab-list .tab-item.active {
      color: #2186f6; }
.order-app .date-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 0.75rem;
  font-size: 13px;
  align-items: center; }
  .order-app .date-wrap .btn-search {
    display: flex;
    align-items: center;
    background-image: linear-gradient(89deg, #5bdaff 0%, #2186f6 100%);
    color: #fff;
    border-radius: 12px;
    padding: 2px 6px; }
.order-app .total-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.75rem; }
  .order-app .total-wrap .data {
    font-size: 14px;
    font-weight: bold; }
.order-app.orderinfo-app .search-wrap {
  width: 100%; }
.order-app.orderinfo-app .headtop {
  background: #fff; }
.order-app.orderinfo-app .list {
  padding: 0 0.75rem; }
  .order-app.orderinfo-app .list .list-item {
    background: #fff;
    border-radius: 5px;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    margin-bottom: 0.75rem; }
  .order-app.orderinfo-app .list .head-text {
    display: flex;
    padding: 0 0.75rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 5px 5px 0 0;
    background: #f6f7fb;
    justify-content: space-between; }
    .order-app.orderinfo-app .list .head-text .name {
      font-size: 15px;
      font-weight: bold; }
    .order-app.orderinfo-app .list .head-text .state {
      color: #6d9d75; }
  .order-app.orderinfo-app .list .it {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    min-height: 2rem;
    margin: 0 20rpx;
    border-bottom: 1px solid #eee; }
    .order-app.orderinfo-app .list .it:nth-last-child(1) {
      border: 0; }
    .order-app.orderinfo-app .list .it.bet {
      color: #d85f54;
      padding: 20rpx 0; }
  .order-app.orderinfo-app .list .left {
    font-weight: bold;
    width: 30%;
    line-height: 2rem; }
  .order-app.orderinfo-app .list .right {
    width: 70%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .order-app.orderinfo-app .list .car-num {
    font-size: 12px;
    display: block;
    max-width: 60%; }
  .order-app.orderinfo-app .list .btn-copy {
    background: #3d8ae4;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 13px; }
.order-app .tab-list {
  margin: 0; }

.order-list {
  padding: 0.5rem 0.75rem 0; }
  .order-list .item {
    margin-bottom: 0.75rem;
    background: #fff;
    padding: 0 0 0.25rem;
    border-radius: 5px;
    color: #333; }
  .order-list .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px solid #eee;
    font-size: 13px; }
    .order-list .text:nth-last-child(1) {
      border: 0; }
  .order-list .text-list {
    padding: 0 0.75rem; }
  .order-list .desc {
    display: flex;
    justify-content: space-between;
    background: #f6f7fb;
    margin: 0 0.5rem;
    height: 70rpx;
    align-items: center;
    border-radius: 0 0 5px 5px; }
    .order-list .desc .desc-text {
      font-size: 13px;
      text-align: center;
      width: 25%; }
    .order-list .desc .color {
      color: #2186f6;
      margin-right: 5px; }
  .order-list .value .number {
    border: 1px solid #2186f6;
    color: #2186f6;
    display: inline-block;
    border-radius: 4px;
    font-size: 13px;
    padding: 0 4px;
    line-height: 1.5; }
  .order-list .value .btn-copy {
    background: #2186f6;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1.5rem;
    margin-left: 5px; }
  .order-list .head-data {
    display: flex;
    justify-content: space-between;
    height: 1.75rem;
    line-height: 1.75rem; }
    .order-list .head-data .val {
      color: #000;
      font-size: 15px;
      font-weight: bold; }

.weui-toast {
  margin: 0; }

.withdrawal-record-list {
  padding: 0 0.75rem; }
  .withdrawal-record-list .item {
    padding: 0.5rem 0.75rem;
    background: #fff;
    margin-bottom: 0.75rem;
    border-radius: 5px; }
    .withdrawal-record-list .item:nth-last-child(1) {
      margin: 0; }
  .withdrawal-record-list .text {
    padding: 1px 0;
    font-size: 13px; }
  .withdrawal-record-list .remark {
    font-size: 13px;
    color: #2e7dff; }
  .withdrawal-record-list .remark1 {
    font-size: 13px;
    color: #FF4D4F; }

/*# sourceMappingURL=user.css.map */
