@charset "utf-8";
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: Chin
 * @Last Modified time: 2020-07-21 17:04:37
 */
*{margin: 0;padding: 0;outline: none;}
html,body{background:#fff;color:#000;font: 14px/1.8 "微软雅黑","Microsoft Yahei",Arial,"SimHei","黑体","微软正黑体","Microsoft JhengHei";overflow-x:hidden; -webkit-tap-highlight-color:transparent;}
/* *{-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} */
/* body::-webkit-scrollbar {display: none;} */
/* body{width: 100vw;max-width: 750px;height: 100vh;margin: 0 auto;background: white;box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);overflow-y: scroll;-ms-overflow-style: none;overflow: -moz-scrollbars-none;overflow: -webkit-scrollbars-none;} */
h1,h2,h3,h4,h5,h6,small,big,input,textarea,button,select{font-size:100%}
table{border-collapse:collapse;border-spacing:0;text-align:left}
ul,ol,menu{list-style:none}
fieldset,img{border:0;display: block;}
img,object,input,textarea,button,select{vertical-align:middle}
article,aside,footer,header,section,nav,figure,figcaption,hgroup,details,menu{display:block}
audio,canvas,video{display:inline-block;zoom:1}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
textarea{overflow:auto;resize:vertical}
input,textarea,button,select,a{outline: none;border: none;}
input,textarea{display: block;-webkit-user-select:auto}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
mark{background-color:transparent}
a,ins,s,u,del{text-decoration:none}
sup,sub{vertical-align:baseline}
a {color:#333;}
::-webkit-scrollbar  {width: 6px;height: 6px;background-color: #fff;}  
::-webkit-scrollbar-thumb  {background-color: #0098e4;}
::-moz-selection { background: #0098e4; color: #fff; text-shadow: none; }
::selection { background: #0098e4; color: #fff; text-shadow: none; }
p{font-size: 14px;line-height: 1.8;}
h4,h5,h6{color:#333;font-weight: 400;}
::-webkit-input-placeholder {color:#CBCBCB;}
:-moz-placeholder {color:#CBCBCB;}
::-moz-placeholder {color:#CBCBCB;}
:-ms-input-placeholder {color:#CBCBCB;}

#pege {
	display: flex;
	justify-content: center!important;
	flex-wrap: nowrap;
}
.paging {
text-align: center;
padding-bottom: 50px;
}
#pege li {
padding: 0 18px;
width: auto;
min-width: 35px!important;
height: 50px;
line-height: 50px;
display: inline-block;
border: 1px solid #dccfcc;
margin: 0 4px;
color: #66635f;
font-size: .875rem;
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
}
#pege li:hover {
background: #0098e4;
border: 1px solid #0098e4;
color: #fff;
}
#pege li:hover a{ 
color: #fff;
}
#pege li a {
-moz-transition: all 0.36s ease-in-out;
-webkit-transition: all 0.36s ease-in-out;
-o-transition: all 0.36s ease-in-out;
-ms-transition: all 0.36s ease-in-out;
transition: all 0.36s ease-in-out;
}
#pege .pege {
display: contents;
color: #66635f;
}
#udowsPage {
vertical-align:middle;
background: none;
border: none;
}
#udowsPage option {
	color: #000;
}