﻿/****************************************************************
 -- 【全局样式配置】 --
****************************************************************/
 * { margin:0px; padding:0px; border:0px; box-sizing:border-box; background-clip:padding-box; }
 *,::after,::before { tap-highlight-color:transparent; }
 html { height:100vh; }
 body { height:100%; background-color:#FFFFFF; }
 body::-webkit-scrollbar-track { background-color:#EEEEEE; }
 body::-webkit-scrollbar { width:8px; height:8px; background-color:#E4E4E4; }
 body::-webkit-scrollbar-thumb { background-color:#AAAAAA; border-radius:5px; }
 img { border:0px; }
 table { width:100%; border-collapse:collapse; border-spacing:0px; border:0px; }
 td,th { padding:0px; border:0px; }
 ul, ol, li, dl { list-style:none; }
 i, u, em { font-style:normal; }
 iframe  { background-color:transparent; }
 a       { text-decoration:none; outline:none!important; }
 a:hover { text-decoration:none; text-underline-offset:5px; }

/****************************************************************
 -- 【常用类】 --
****************************************************************/
 /*常用类--元素设置*/
 .body_FF { background-color:#FFFFFF; }
 .body_F5 { background-color:#F5F5F5; }
 .body_F2 { background-color:#F2F2F2; }

 .max_w1760 { max-width:1760px; }
 .max_w1600 { max-width:1600px; }
 .max_w1280 { max-width:1280px; }

 /*常用类--滚动条*/
 .div_auto { overflow:auto; }
 .div_auto::-webkit-scrollbar-track { background-color:#EEEEEE; }
 .div_auto::-webkit-scrollbar { width:8px; height:8px; background-color:#E4E4E4; }
 .div_auto::-webkit-scrollbar-thumb { background-color:#AAAAAA; border-radius:5px; }

 /*常用类--布局*/
 .boxclear { clear:both; overflow:hidden; float:none; height:0; font-size:0; }

 /*常用类--动画时间*/
 .Time00 { animation-duration:0ms;   -webkit-animation-duration:0ms;   }
 .Time02 { animation-duration:200ms; -webkit-animation-duration:200ms; }
 .Time04 { animation-duration:400ms; -webkit-animation-duration:400ms; }
 .Time06 { animation-duration:600ms; -webkit-animation-duration:600ms; }
 .Time08 { animation-duration:800ms; -webkit-animation-duration:800ms; }
 .Time09 { animation-duration:999ms; -webkit-animation-duration:999ms; }

 /*常用类--分页*/
 .PageA { text-align:center; }
 .PageA span { display:inline-block; vertical-align:middle; width:50px; height:50px; line-height:52px; overflow:hidden; border-radius:50%; font-size:19px; color:#666666; margin-left:2px; margin-right:2px; background-color:#FFFFFF; font-family:Arial; }
 .PageA span:hover { background-color:#183EA0; color:#FFFFFF; }
 .PageA span.curr  { background-color:#183EA0; color:#FFFFFF; }
 .PageA span.move  { border:1px solid rgba(100,100,100,0.2); font-size:17px; line-height:48px; margin-left:25px; margin-right:25px; }
 .PageA span.nock  { color:#999999; cursor:default; }
 .PageA span.nock:hover { background-color:#FFFFFF; }
 .PageA span.elip  { color:#888888; cursor:default; font-weight:bold; width:25px; height:50px; line-height:45px; margin-left:0px; margin-right:0px; }
 .PageA span.elip:hover { background-color:#FFFFFF; }

/****************************************************************
 -- 【公用类】 --
****************************************************************/
 /*公用--页面页眉*/
 .conA_box { width:100%; }
 .conA_box img { width:100%; }
 .conB_box { margin:0px auto; overflow:hidden; border-bottom:1px solid #E2E2E2; }
 .conB_box .P1 { float:left;  font-size:18px; color:#394482; padding-top:30px; padding-left:5px; padding-bottom:15px; border-bottom:3px solid #394482; letter-spacing:3px; }
 .conB_box .P2 { float:right; font-size:14px; color:#BBBBBB; padding-top:30px; padding-right:5px; }
 .conB_box span { margin-right:8px; margin-left:8px; }
 .conB_box i    { margin-right:16px; position:relative; top:1px; font-size:15px; }
 .conB_box a    { font-size:14px; color:#BBBBBB; }
 .conB_box a:hover { color:#58B4E5; text-decoration:underline; }
 .conC_box { margin:0px auto; overflow:hidden; min-height:500px; }

/****************************************************************
****************************************************************/