@charset "utf-8";
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;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{width: 100%;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;margin-bottom: 1rem;}
.pglist a{font-size: calc(12px + 0.04rem);color: #221815;text-align: center;width: 0.46rem;height: 0.46rem;border-radius: 0.46rem;margin: 0 0.15rem;display: flex;justify-content: center;align-items: center;}
.pglist a:first-child,.pglist a.count{display: none;}
.pglist .pre,.pglist .next{width: 1rem;background: #f4f4f4;}
.pglist a:hover,.pglist .hover{color: #fff;background: #db0f31;}
/*返回首页*/
#tip{width: 100%;padding-top: 30px;min-height: 640px;}
#tip b{color: #db0f31;}
/*网站地图*/
.sitemap{overflow:hidden;line-height:30px;padding: 10px;border-bottom:1px solid #ddd;}
.sitemap dt{float: left;margin-right: 2%;width: 14.66666667%;}
.sitemap dt a{display:block;text-align:center;background: #ececec;font-size:14px;padding:8px 0;font-weight:normal;}
.sitemap dt a:hover{background: #ccc;color:#fff;}
.sitemap dd{float: left;width: 83.333333%;}
.sitemap dd a{float:left;color:#666;padding-right:35px;line-height:39px;transition:none;}
.sitemap dd a:hover{color:#333;}
/*视频样式*/
video {background-color: #000;}