html {height: 100%;}
body {font-family:Microsoft YaHei, Arial; margin: 0; font-size:12px; line-height: 1.8; color: #333333; background-color: #fff; height:100%;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
svg:not(:root) { overflow: hidden; }
.hidden,.hide{display:none}
.clearfix{clear:both;}
.posre{position:relative;}
.tab:before,.tab:after{content:""; display:table; clear:both;}
.fl{float:left;}
.fr{float:right;}
a { background: transparent; text-decoration: none; -webkit-tap-highlight-color: transparent; color: #333; }
a:active { outline: 0; }
a:active { color: #0088cc; }
b, strong { font-weight: bold; }
em,s,i{font-style:normal;}
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; vertical-align: middle; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
pre { overflow: auto; white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; outline:none; border:0; font-family:Microsoft YaHei, Arial;}
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; margin:0;}

button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }

.pd-l-r-100{padding:0 100px;}
.pd-l-r-260{padding:0 260px;}
.mg-t-b-30{margin:30px 0;}
.wh_150{width:150px; margin:0;}




.pagination{margin:30px 0; text-align:center;}
.pagination.pop{margin:0;}
.pagination a {
    text-decoration: none;
	border: 1px solid #ddd;
	color: #888;
}

.pagination a, .pagination span {
    padding: 5px 15px;
    font-size: 14px;
    color: #666;
    border: 1px solid #ddd;
    margin: 0 3px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pagination.pop a, .pagination.pop span{padding: 2px 10px;font-size: 12px;}
.pagination .current {
    cursor: default;
	color: #999;
    border: 1px solid #e0e0e0;
	background:#eeeeee;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	background:#fff;
}
.pagination a:hover, .pagination a.prev:hover, .pagination a.next:hover{background: #ff7800; color: #fff; border: 1px solid #ff7800; transition: 0.3s ease; -moz- transition:0.3s ease; -webkit- transition:0.3s ease; }




::-webkit-scrollbar {
    width:3px;
	right:0;
}
            

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
            

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:rgba(9,192,156,0.7); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
              
}
::-webkit-scrollbar-thumb:window-inactive {
background:#09C; 
              
}
