﻿html,
body{
font-size:12px; 
/*font-size: calc(12px + 0.25vw);*/
color:#555;
margin:0;
/*font-family:"微软雅黑",Helvetica Neue, Tahoma, Arial;*/
font-family:"Arial","Microsoft Yahei","Helvetica", "Georgia","AvenirLTStd-Heavy","STHeiti";/*'Microsoft Yahei', '微软雅黑', */

/*text-decoration:none;*/
/*position: relative;*/
background:none;
background-attachment:fixed;
/*background-image:url(about:blank);*/ /*必要，防抖动*/

list-style:none;
overflow:hidden;
/*禁止选取网页内容*/
/*-moz-user-select:none;
-webkit-user-select:none;
-o-user-select:none;
-ms-user-select:none;*/
}
 
body{
/*display:none;*/
background-color:#f2f2f2;
} 
 


@font-face {
　font-family:'Helvetica Neue';
　unicode-range:U+FF0C,U+3001,U+3002;
　src:local('Heiti SC'),local(PMingLiU);
}
@font-face {
　font-family:sans-serif;
　unicode-range:U+FF0C,U+3001,U+3002;
　src:local('Heiti SC'),local(PMingLiU);
}


 
 
.userselect{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



/*选中字体的背景色*/
::selection { background:#2e6da4; color:#fff;}
::-moz-selection { background:#2e6da4; color:#fff;}
::-webkit-selection { background:#2e6da4; color:#fff;}
::-o-selection { background:#2e6da4; color:#fff;}
::-ms-selection { background:#2e6da4; color:#fff;}
::-khtml-selection { background:#2e6da4; color:#fff;}

::-ms-clear{display:none;}
::-moz-clear{display:none;}
::-webkit-clear{display:none;}
::-o-clear{display:none;}
::-khtml-clear{display:none;}
:focus { outline:0; }
textarea{resize:none;}







/*
多行文本溢出显示省略号(…)
3 times the line-height to show 3 lines 
p {
    position:relative;
    line-height:1.4em;
     			3 times the line-height to show 3 lines 
    height:4.2em;
    overflow:hidden;
}
p::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(ellipsis_bg.png) repeat-y;
}
*/





/*address,
cite,
code,
em,
th,
i{
font-weight:normal; 
font-style:normal;
}
*/

/*a:visited {
	color: #bbb;
	text-decoration: none;
}

a:link {
	color: #bbb;
	text-decoration: none;
}
a:active { 
	text-decoration: none;
}


*/
a:hover {
text-decoration: none;
}




input,
button,
select {
outline:0 none !important;
blr:expression(this.onFocus=this.blur());
} 




a{
cursor:pointer;
color:#bbb;
outline:none !important;;
blr:expression(this.onFocus=this.blur());
text-decoration: none;
}



.clear{
font:0px;
height:0px;
}

/*clear:both*/
/*body{line-height:150%; text-decoration:none;
font-family:Helvetica Neue, Tahoma, Arial, "宋体"; font-size:12px;  color:#444;
background-attachment:fixed;background-image:url(about:blank);}*/
/*必要，防抖动*/




/*各页面使用*/
.panelx{
/*float: left;
background:#fff;
margin:0px 10px 10px 0px;
BORDER:#111 6px solid;*/
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);*/
position:relative;
margin:0 0 10px 10px;
float: left;
border-top: 1px solid #bbb;
padding:20px;
}
/*position: relative;*/


.panelx .classify{
/*border-left: 1px solid #cacaca;
border-right: 1px solid #cacaca;*/
font-size:14px;
text-align:center;
padding:0 5px;
position:absolute;
background:#fff;
top:-10px;
left:15px;
}




.iframe{
float:left;
}








/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }整站变灰*/
/*固定定位*/
/*.up{
position:fixed;
z-index:1;
}
*html .up{
position:absolute; 
top:expression(documentElement.scrollTop+250);
overflow:visible;
}*/



.shield{
TOP:0;
LEFT:0;
z-index:4;
POSITION:absolute; 
FILTER: Alpha(opacity=0);
-moz-opacity: 0; 
-webkit-opacity: 0; 
-o-opacity: 0; 
-ms-opacity: 0; 
opacity:0;
background-color: #000;
}


/*.shield_{
background-color: #fff;
TOP:0;
LEFT:0;
z-index:4;
POSITION:absolute; 
FILTER: alpha(opacity=0);
-moz-opacity: 0; 
opacity:0;
}
*/


.bar{
height:4px;
background:#f4f4f4;
BORDER: #e0e0e0 1px solid;
POSITION:absolute;
z-index:5;

/*box-shadow: 0 0 0px 0px #244a79;*/
/*box-shadow: 0px 0px 180px 20px #000;*/
_padding:1px;
} 


.bar a,
.bar i{
color:#fff;
POSITION:absolute;
font-size:12px;
line-height:0px;
height:2px;
}


.bar i{margin-left:22px;color:#555;}
.bar a{
display:block;
background:#337AB7 repeat-x;/*3271c0*/
/*box-shadow: 0 0 8px 3px #244a79;*//*box-shadow: 0 0 8px 3px #244a79;*/
}



.loadingLay{
top:0;
left:0;
z-index:4;
position:absolute;
background-color: #fff;

filter: Alpha(opacity=0);
-moz-opacity: 0; 
-webkit-opacity: 0; 
-o-opacity: 0; 
-ms-opacity: 0; 
opacity:0;

/*background:url(login.gif) no-repeat center;*/
}

.ajaxloading{
top:50%;
left:50%;
margin-left:-25px;
z-index:10;
width:auto;
height:auto;
position:absolute;
}




/*==========================================================================================*/



.scroll{
	scrollbar-3dlight-color:#a0a0a0;
	scrollbar-arrow-color:#a0a0a0; 
	scrollbar-base-color:#000; 
	scrollbar-darkshadow-color:#a0a0a0; 
	scrollbar-face-color:#e0e0e0; 
	scrollbar-highlight-color:#fff; 
	scrollbar-shadow-color:#fff;
    scrollbar-track-color: a0a0a0; 
}

.xxxxxxxxxxx{
    scrollbar-arrow-color: color; /*三角箭头的颜色*/
    scrollbar-face-color: color; /*立体滚动条的颜色（包括箭头部分的背景色）*/
    scrollbar-3dlight-color: color; /*立体滚动条亮边的颜色*/
    scrollbar-highlight-color: color; /*滚动条的高亮颜色（左阴影？）*/
    scrollbar-shadow-color: color; /*立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: color; /*立体滚动条外阴影的颜色*/
    scrollbar-track-color: color; /*立体滚动条背景颜色*/
    scrollbar-base-color:color; /*滚动条的基色*/
}


