@charset "utf-8";
@media screen and (min-width: 320px) {
    html {
        font-size: 100px;
    }
}
 
@media screen and (min-width: 360px) {
    html {
        font-size: 112.5px;
    }
}
 
@media screen and (min-width: 400px) {
    html {
        font-size: 125px;
    }
}
 
@media screen and (min-width: 440px) {
    html {
        font-size: 137.5px;
    }
}
 
@media screen and (min-width: 480px) {
    html {
        font-size: 150px;
    }
}
body {
    font-size: 12px;
    line-height: 20px;
}
html{font-family:'Microsoft YaHei',SimSun,sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}
html,body{background:#f5f5f5;color:#505050;-webkit-user-select:none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-touch-callout:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {margin:0;padding:0;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {-webkit-text-size-adjust:none;}/*阻止旋转屏幕时自动调整字体大小*/
textarea{resize:none;}
button {border:none;margin: 0;padding: 0;font-family: "Microsoft YaHei";}

/*取消内边距和边框对盒子宽度的影响*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/*取消按钮在inphone上的默认样式*/
input[type=button]{-webkit-appearance:none;outline:none}
input::-webkit-input-placeholder{color:#a4a4a4;}
textarea::-webkit-input-placeholder{color:#F0F0F0;}
input::-webkit-input-speech-button {display:none}
table {border-collapse:collapse;border-spacing:0;}
th {text-align:inherit;}
img {border:none;vertical-align: middle;}
abbr,acronym {border:none;font-variant:normal;}
del {text-decoration:line-through;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
sub,sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup {top:-0.5em;}
sub {bottom:-0.25em;}
a {color: #323232;outline-style: none;text-decoration: none;display:block;}
a:focus,*:focus {outline:none;}


/*.holde{
  width: 100%;
  margin-top: 20px;
  margin-bottom:30px;
}
.holder {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 70%;
    margin-left: 15%;
  }
  .holder a {
      font-size: 16px;
      color: #000;
      margin: 0 3px;
      padding:2px 5px;
    }
  [data-dpr="2"] .holder a {
    font-size: 32px;
  }
  [data-dpr="3"] .holder a {
    font-size: 48px;
  }
  .holder a:hover {
    background-color: #eee;
    color: #FF4242;
  }
  .holder a.jp-current, a.jp-current:hover {
    color: #FF4242;
    font-weight: bold;
  }
  .holder a.jp-disabled, a.jp-disabled:hover {
    color: #FF4242;
  }
  .holder a.jp-current, a.jp-current:hover,
  .holder a.jp-disabled, a.jp-disabled:hover {
    cursor: default;
    background: none;
  }
  .holder span { margin: 0 5px; }*/


  [data-dpr="2"] .pagingUl li a {
    font-size: 32px;
  }
  [data-dpr="3"] .pagingUl li a {
    font-size: 48px;
  }
#page {
    height: 50px;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 20px;
}

.pagingUl li {
    float: left;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 15px;
    border-radius: 5px;

}

.pagingUl li a {
    /*display: inline-block;*/
    width: 30px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    /*color: #666;*/
    font-size: 18px;
    border-radius: 5px;

}

.prv,
.next {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    padding: 0 5px;
    border-radius: 5px;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 20px;
    height: 20px;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    /*border: 1px solid #ddd;*/
    cursor: pointer;
    padding: 0 5px;
    border-radius: 5px;
    margin-right: 10px;
}

.pagingUl li a:hover,
.activP {
    background-color: #FF4242!important;
    color: #fff!important;
}