@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;  font-family:"PingFang SC",'微软雅黑', Arial, Helvetica; font-size: 13px;}
ul{ list-style:none;}
img{ border:none;}
a{ text-decoration:none;}
input,textarea{ outline:none;
    -webkit-appearance: none;}
.hide{display:none;}
html,body{height: 100%; background-color: #fff;
    margin: 0 auto;}
.clearfix{clear:both;}
.clearfix:after{display:table;content:" "; clear:both;}
.weui-input.input-select:disabled {
    color: #333;
}
.nearby-nav{max-width:770px;}
.weui-tabbar{ background:#fff;position:fixed;}
.weui-tabbar__icon{ width:20px; height:20px;}
.weui-tabbar__label{ color:#515151; }
.weui-tabbar .weui-bar__item_on .weui-tabbar__label{ color:#000;}
.weui-cells:after{z-index:0}

iframe{    width: 100%;
    border: none;
    height: 100%;}
.weui-tabbar .iconfont{    font-size: 20px;
    font-weight: bold;}
.weui-tabbar .weui-bar__item_on .iconfont{color:#eb0505; }

.weui-tabbar__label{margin-top:-5px; }
.weui-tabbar__item{padding-top:0;}
.weui-cells_radio .weui-check:checked + .weui-icon-checked:before{color:#e60012;}
.weui-btn_primary:not(.weui-btn_disabled):active{background-color:#c50001;}

.weui-dialog__btn_primary { color: #e60001;}
.weui-footer__text{padding-bottom:0.6em;}

.blank-line{height:8px;}
.article_title a:-webkit-any-link, .share_title a:-webkit-any-link{color:#363636;}
.weui-cells__title{margin-top:0;}
.weui-cells:before{z-index:0;}
.weui-dialog input[type="submit"]{height: 43px;display:inline-block;font-size: 18px;
    border-radius: 0;}

/*toast*/
.weui-toast{min-height:1em;width: 12em;margin-left:-6em;}
.weui-toast__content {
    margin: 0;
    padding: 5px 8px;
}

.dropload-down{    text-align: center; color: #999; font-size: 13px; padding-bottom: 10px;/*padding-top: 38px;*/}

.nearby-nav+.mj-myPost-list .mj-myPost-item:first-child{padding-top: 50px;}
input[type=submit]{border:none;}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

input[type='number']{
    -moz-appearance: textfield;
}

@media screen and (min-width: 64em){
    .mj-info-detail .weui-textarea{height:550px;}
}

/*顶部提示条*/
  .toptips {
      display: none;
      position: fixed;
      -webkit-transform: translateZ(0);
      transform: translateZ(0) translate(-50%);
      top: 8px;
      left: 50%;
      padding: 10px;
      border-radius: 8px;
      font-size: 14px;
      text-align: center;
      color: #fff;
      z-index: 500000;
      word-wrap: break-word;
      word-break: break-all;
      background-color: #fa5151;
      min-width: 200px;
  }
.success-toptips {
    background-color: #66c935;
}