* {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "SimSun";
    box-sizing: border-box;
    outline: none;
}

body,
html {
    width: 100%;
    min-height: 100%;
    

}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border-style: none;
}

input,
textarea,
select {
    outline: none;
}

.container {
    width: 100%;
    height: 100%;
}

.small-box {
    width: 1200px;
    margin: 0px auto;
}

.clearfix:after {
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
    ;
}
/*---滚动条默认显示样式--*/

::-webkit-scrollbar-thumb {
	background-color: #CCCCCC;
	height: 50px;
	outline-offset: 0;
	/* outline: 2px solid #fff; */
	-webkit-border-radius: 3px;
	/* border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC; */
}


/*---鼠标点击滚动条显示样式--*/


/*::-webkit-scrollbar-thumb:hover{ 
   background-color:#F01360; 
   height:50px; 
   -webkit-border-radius:4px; 
} */


/*---滚动条大小--*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	display: none;
}


/*---滚动框背景样式--*/

::-webkit-scrollbar-track-piece {
	background-color: #f5f5f5;
	/* border: 2px solid #EDEDED; */
	-webkit-border-radius: 3px;
}

/*overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
-moz-binding: url("ellipsis.xml#ellipsis")


  -webkit-opacity: 0.4;  
   
    -moz-opacity: 0.4;  
   
    -khtml-opacity: 0.4;  

    opacity: .4;  

    filter:alpha(opacity=40);  

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);


 */