@charset "UTF-8";
.modal-layer {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  .modal-layer .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2.99rem;
    text-align: center;
    color: #333333;
    background: #FFFFFF;
    border-radius: 0.04rem;
    box-shadow: 0.02rem 0.02rem 0.03rem #909090; }
    .modal-layer .modal-content .modal-body {
      padding: .18rem .13rem;
      border-bottom: 1px solid #E5E5E5; }
      .modal-layer .modal-content .modal-body .modal-icon {
        width: .51rem;
        height: .51rem;
        margin: auto; }
        .modal-layer .modal-content .modal-body .modal-icon.modal-icon-success {
          background: url("../../images/event/tip-success.png") no-repeat center;
          background-size: .48rem .48rem; }
      .modal-layer .modal-content .modal-body .modal-msg {
        margin-top: .13rem;
        text-align: center;
        font-size: 0.16rem; }
    .modal-layer .modal-content .modal-footer {
      padding: .12rem .13rem; }
      .modal-layer .modal-content .modal-footer .btn-ok {
        width: 100%;
        text-align: center;
        color: #2D59B1;
        font-size: .19rem;
        line-height: .27rem; }

html {
  -ms-touch-action: none;
  height: 100%; }

.ys_container {
  display: none;
  height: 100%;
  max-width: 800px !important;
  min-width: 320px !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*
        如果使用iscroll插件请用overflow属性
    */
  overflow: hidden;
  background: #f2f2f2 !important;
  /*this is important to prevent the whole page to bounce */ }

#wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*background: #fff;*/
  overflow: hidden; }

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  /*background: #fff;*/ }

.mian_3g .notice {
  border-top: #dfd4d3 solid 1px;
  border-bottom: #dfd4d3 solid 1px;
  width: 100%;
  padding: 7px 0;
  background: white;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }

.mian_3g .notice .btn-close {
  float: left;
  width: 45px;
  height: 34px; }

.mian_3g .notice .btn-close a {
  display: block;
  height: 100%;
  background: url(../../images/btn_close.png) no-repeat center center;
  text-indent: -10000px;
  background-size: auto 50%; }

.mian_3g .notice .app-box {
  overflow: hidden;
  float: left;
  width: 62%;
  height: 34px; }

.mian_3g .notice .app-box a {
  display: block;
  height: 100%;
  letter-spacing: -3px;
  font-size: 0; }

.mian_3g .notice .app-box .icon-app {
  display: inline-block;
  margin-right: 10px;
  height: 100%;
  letter-spacing: normal;
  vertical-align: middle; }

.mian_3g .notice .app-box .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal; }

.mian_3g .notice .app-box .icon-app img {
  height: 100%; }

.mian_3g .notice .app-box .txt h3 {
  margin-bottom: 5px;
  line-height: 1;
  color: #000;
  font-size: 16px;
  font-weight: bold; }

.mian_3g .notice .app-box .txt p {
  line-height: 1;
  color: #909090;
  font-size: 12px; }

.mian_3g .notice .btn-download {
  float: right;
  margin-right: 10px; }

.mian_3g .notice .btn-download a {
  display: block;
  width: 60px;
  height: 100%;
  line-height: 34px;
  background-color: #5a99e0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.z-top {
  position: fixed;
  right: 5px;
  bottom: 50px;
  border-radius: 3px;
  text-align: center;
  z-index: 150;
  display: none;
  width: 40px;
  height: 40px; }

.z-top img {
  max-width: 100%; }

.top-header {
  height: 0.5rem;
  padding: 0 0.16rem;
  line-height: 0.5rem;
  border-bottom: 0.03rem solid #d6010e; }

.top-header .top-logo {
  margin-top: 0.15rem;
  height: 0.2rem;
  width: 1.4rem;
  background: url("../../images/top-logo.png") no-repeat center;
  background-size: 100% 100%; }

.top-header .top-lists {
  height: 0.5rem;
  width: 0.5rem;
  background: url("../../images/top-lists.png") no-repeat 0.26rem center;
  background-size: 0.24rem 0.24rem; }

.footer {
  height: 0.75rem;
  background: #f2f2f2;
  text-align: center;
  line-height: 0.75rem;
  color: #999999; }
  .footer a {
    color: #5a99e0; }

.nav-page-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #f2f2f2; }

.error-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000; }
  .error-layer p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.4rem;
    padding: 0.2rem 0.1rem;
    line-height: 0.24rem;
    font-size: 0.16rem;
    text-align: center;
    color: #969696;
    background: #f2f2f2;
    border-radius: 0.08rem;
    box-shadow: 0.02rem 0.02rem 0.03rem #909090;
    transform: translateX(-50%) translateY(-50%); }

.user-info-welcome {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: right;
  color: #fff;
  background: #061d3e; }
