header {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #f7f7f7; }
  header .back {
    width: 50px;
    height: 50px;
    font-size: 28px;
    color: #888; }

.message {
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 36px;
  z-index: 9999;
  transform: translateY(-100%); }
  .message .message-content {
    color: #FFF;
    width: 100%;
    height: 100%;
    line-height: 36px;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 15px; }
  .message .success {
    background-color: #13ce66 !important; }
  .message .warning {
    background-color: #f7ba2a !important; }
  .message .info {
    background-color: #50bfff !important; }
  .message .error {
    background-color: #ff4949 !important; }

.message-show .message-content {
  animation: messageShow 0.3s both; }

.message-hide .message-content {
  animation: messageHide 0.3s both; }

@keyframes messageShow {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(100%); } }
@-moz-keyframes messageShow {
  from {
    transform: translateY(0%); }
  to {
    transform: translateY(100%); } }
@keyframes messageHide {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0%); } }
@-moz-keyframes messageHide {
  from {
    transform: translateY(100%); }
  to {
    transform: translateY(0%); } }
.weui-tabbar {
  background-color: #f3f3f3; }

.scroller {
  overflow: hidden; }

.weui-bar__item--on * {
  color: #f9557e !important; }

.no-scroll {
  touch-action: none; }

.selector {
  position: relative;
  background-color: #FFF;
  z-index: 650;
  touch-action: none; }
  .selector .selector-item {
    width: 25%;
    min-width: 80px;
    height: 40px; }
    .selector .selector-item .selector-item-content {
      position: relative;
      width: 100%;
      height: 40px;
      color: #666;
      z-index: 100; }
      .selector .selector-item .selector-item-content i {
        color: #888;
        transition: all 0.3s ease; }
    .selector .selector-item .selector-item-options-box {
      display: none;
      position: absolute;
      left: 0%;
      top: 100%;
      width: 100%;
      background-color: #FFF;
      z-index: 50;
      overflow: hidden; }
      .selector .selector-item .selector-item-options-box .scroll {
        max-height: 330px;
        overflow-y: auto; }
      .selector .selector-item .selector-item-options-box .selector-options li {
        position: relative;
        display: block;
        height: 40px;
        padding: 0px 24px;
        font-size: 14px;
        line-height: 38px;
        color: #666;
        white-space: nowrap;
        border-bottom: 1px solid #ededed;
        text-overflow: ellipsis;
        overflow: hidden; }
      .selector .selector-item .selector-item-options-box .selector-options .list-active {
        position: relative;
        color: #f9557e; }
      .selector .selector-item .selector-item-options-box .selector-options-item .title {
        display: block;
        height: 45px;
        font-size: 14px;
        line-height: 44px;
        text-align: center;
        color: #999; }
      .selector .selector-item .selector-item-options-box .selector-options-item ul {
        overflow: hidden; }
        .selector .selector-item .selector-item-options-box .selector-options-item ul li {
          display: block;
          min-width: 74px;
          height: 34px;
          margin: 0 8px 15px;
          padding: 0 4px;
          font-size: 14px;
          line-height: 34px;
          text-align: center;
          color: #666;
          border: 1px solid #e7e7e7;
          border-radius: 4px; }
        .selector .selector-item .selector-item-options-box .selector-options-item ul .menus-active {
          border-color: #f9557e;
          color: #f9557e; }
      .selector .selector-item .selector-item-options-box .selector-options-item .tabs-list {
        display: none; }
      .selector .selector-item .selector-item-options-box .selector-options-handle {
        width: 100%; }
        .selector .selector-item .selector-item-options-box .selector-options-handle a {
          display: block;
          width: 128px;
          height: 40px;
          margin: 10px 15px;
          font-size: 16px;
          line-height: 40px;
          text-align: center;
          border: 1px solid #f9557e;
          border-radius: 5px;
          overflow: hidden;
          color: #f9557e; }
        .selector .selector-item .selector-item-options-box .selector-options-handle a[data-type='confirm'] {
          background-color: #f9557e;
          color: #FFF; }
  .selector .selector-item-active .selector-item-content {
    color: #f9557e; }
    .selector .selector-item-active .selector-item-content i {
      color: #f9557e;
      transform: rotate(180deg); }

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f9557e; }

.Breadcrumb {
  padding: 5px 15px;
  background-color: #FFF; }
  .Breadcrumb a {
    font-size: 15px;
    color: #333; }
    .Breadcrumb a::after {
      content: '>';
      font-family: 'simsun';
      margin: 0px 5px; }
    .Breadcrumb a:last-child {
      color: #999; }
      .Breadcrumb a:last-child::after {
        display: none; }

.tabs {
  padding: 15px;
  overflow: hidden;
  background-color: #FFF; }
  .tabs .tabs-button {
    font-size: 17px; }
    .tabs .tabs-button li {
      position: relative;
      font-size: 15px; }
    .tabs .tabs-button .tabs-active {
      color: #f9557e; }
      .tabs .tabs-button .tabs-active::after {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0%;
        bottom: 0%;
        background-color: #f9557e;
        transform: translateY(5px); }
  .tabs .tabs-item-box {
    position: relative;
    width: 100%;
    padding-top: 50%;
    margin-top: 15px;
    overflow: hidden; }
    .tabs .tabs-item-box .tabs-item-ul {
      position: absolute;
      left: 0%;
      top: 0%;
      height: 100%;
      transition: all 0.5s ease; }
      .tabs .tabs-item-box .tabs-item-ul li {
        height: 100%;
        flex: 1; }

.other-footer {
  position: fixed;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 53px;
  background-color: #FFF;
  border-top: 1px solid #f9557e;
  z-index: 200; }
  .other-footer .other-qrcode {
    width: 80px;
    height: 53px;
    background-color: #feeef2;
    color: #f9557e; }
  .other-footer .other-footer-button {
    flex: 1;
    height: 100%;
    font-size: 17px;
    background-color: #f9557e;
    color: #FFF; }
  .other-footer .plain {
    background-color: #FFF;
    color: #f9557e; }

.programme {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 888;
  visibility: hidden; }
  .programme .programme-mask, .programme .programme-box {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    transition: all 0.3s ease; }
  .programme .programme-mask {
    background-color: #000;
    opacity: 0;
    z-index: 400; }
  .programme .programme-box {
    z-index: 600;
    background-color: #FFF;
    transform: translateX(100%);
    padding: 15px;
    box-sizing: border-box; }
    .programme .programme-box .programme-header {
      position: relative;
      width: 100%;
      height: 40px;
      line-height: 40px;
      text-align: center;
      box-sizing: border-box; }
      .programme .programme-box .programme-header a {
        position: absolute;
        left: 0%;
        top: 0%;
        width: 40px;
        height: 40px; }
        .programme .programme-box .programme-header a i {
          font-size: 28px; }
      .programme .programme-box .programme-header h1 {
        font-size: 17px; }
    .programme .programme-box .programme-options ul li {
      width: 100%;
      height: 40px;
      line-height: 40px;
      border: 1px solid #999;
      border-radius: 5px;
      padding: 0px 10px;
      box-sizing: border-box;
      margin-top: 15px;
      background-color: #FFF; }
      .programme .programme-box .programme-options ul li i {
        font-size: 20px;
        margin-right: 10px; }
      .programme .programme-box .programme-options ul li input {
        font-size: 15px;
        flex: 1;
        height: 100%; }
    .programme .programme-box .programme-options .programme-submit {
      width: 100%;
      height: 40px;
      line-height: 40px;
      border: 1px solid #f9557e;
      box-sizing: border-box;
      color: #f9557e;
      font-size: 15px;
      border-radius: 5px;
      background-color: #FFF;
      margin-top: 15px; }
    .programme .programme-box .programme-info-content {
      width: 100%;
      margin-top: 30px; }
      .programme .programme-box .programme-info-content .programme-info {
        font-size: 16px;
        color: #999; }
      .programme .programme-box .programme-info-content ul li {
        font-size: 15px;
        margin-top: 15px; }
        .programme .programme-box .programme-info-content ul li::before {
          content: ' ';
          width: 5px;
          height: 5px;
          background-color: #f4a401;
          margin-right: 5px; }
        .programme .programme-box .programme-info-content ul li .name {
          color: #999; }
      .programme .programme-box .programme-info-content ul #programme-type {
        display: none; }

.programme-show {
  visibility: visible; }
  .programme-show .programme-mask {
    opacity: 0.7; }
  .programme-show .programme-box {
    transform: translateX(0%); }
