﻿html, body {
  margin:0;padding:0;font-family:PingFangSC-Regular, STHeiti,Microsoft YaHei,Helvetica,Arial,sans-serif;color:#353535;background: #ffffff;-webkit-text-size-adjust:none;
}
ul{display:block;margin:0;padding:0;}
li{list-style-type:none;}
a{text-decoration:none;}
p, dl, dd, dt, input{margin:0;}
input{padding:0;}
a,
a:active,
a:hover,
a:focus,
input:focus{outline:0;outline-style:none;color:#666666;}
:focus{outline-style:none;-webkit-outline-style:none;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0)}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbbbbb;padding-left:.3125rem;
}


a:hover {
   text-decoration:none;
}
div[v-cloak]{display:none;}
h2{margin:0;padding:0;}
.clearall{width:0px;height:0px;display:block;float:left; content: ' ';overflow:hidden;clear:both;}

html, body{height:100%; position: relative;}

* {touch-action: pan-y;}

.clearfix:after{
  content:"";
  display:block;
  visibility:hidden;
  clear:both;
  }





  .page_div{margin:20px 10px 20px 0;color:#666;text-align: center;}
  /* 页数按钮样式 */
  .page_div button{display:inline-block;min-width:30px;height:28px;cursor:pointer;color:#666;font-size:13px;line-height:28px;background-color:#f9f9f9;border:1px solid #dce0e0;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
  #firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#0073A9;border:1px solid #0073A9}
  #nextPage,#prePage{width:70px}
  .page_div .current{background-color:#0073A9;border-color:#0073A9;color:#FFF}
  /* 页面数量 */
  .totalPages{margin:0 10px}
  .totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
  /*button禁用*/
  .page_div button:disabled{opacity:.5;cursor:no-drop}


  .page_top_box{position: fixed;top: 0;left: 0;z-index: 999;background: #ffffff;}

  .postiondiv{
    width: 100%;
    height:80px;
  }


  .page_top_cont .li:hover{
    background-color: rgba(71, 116, 182, 1);
    color: #fff;
  }