@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;transition: all .5s;}
/*滚动条*/
::-webkit-scrollbar{width: 9px;background-color: #fff;}
::-webkit-scrollbar-thumb{border: solid 2px #fff;width: 5px;border-radius: 4px;background-color: #373c41;}
::-webkit-scrollbar-corner{background-color: #fff;}
::-webkit-scrollbar:horizontal{height: 9px;}
::-webkit-selection{background: #dcdddc;color: #000;}
/*分页样式*/
.pglist{font-family: Georgia, "Times New Roman", Times, serif;padding: 30px 0;}
.pglist ul{display: flex;justify-content: center;}
.pglist li a{display: block;color: #333;font-weight: bold;padding: 0 14px;margin: 0 3px;line-height: 34px;background: #ddd;}
.pglist li.active a,
.pglist li:hover a{color: #fff;background: #909090;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
/*返回首页*/
#tip{line-height: 1.8;padding-top: 30px;}
#tip b{color: #0a6bb2;}