html,body{margin: 0;padding: 0;} .pagebox{ position:relative; }body{ font-family:'微软雅黑' } @font-face { font-family: 'iconfont';  src: url('../font/font_2671224_tmkzpil0f6.woff2') format('woff2'), url('../font/font_2671224_tmkzpil0f6.woff') format('woff'), url('../font/font_2671224_tmkzpil0f6.ttf') format('truetype'); } :root{ --color:#245ca0; --background:linear-gradient(30deg,#245ca0,#245ca0); --width:94%; --max:1440px; --padding:60px 0 100px; } ::-webkit-scrollbar{width:2px;height:10px;} ::-webkit-scrollbar-track{background-color:#eee;} ::-webkit-scrollbar-thumb{background-color:#333; background-clip:padding-box;min-height:20px;} ::-webkit-scrollbar-thumb:hover {background-color:#ff0000} ::-webkit-scrollbar-thumb:active {background-color:var(--color)} .p_PromptNoneData .prompt_title .first, .p_nextBox a:hover{ color:var(--color)!important } .p_pagebox .next, .p_pagebox .pre, .p_page .next:hover, .p_page .pre:hover, .p_page .pageNum:hover, .p_page .pageNum.active{ background-color:var(--color)!important; color: #fff!important; border-color:var(--color)!important; } .p_pagebox .js_pageBtnDisable, .p_pagebox .js_pageBtnDisable:hover, .p_pagebox .js_pageBtnDisable:active{ background: #f5f5f5!important; border-color: #d9d9d9!important; color: #bfbfbf!important; cursor: default; } @media(max-width:768px){ :root{ --padding:50px 0 80px; } }