@charset "utf-8";
/* CSS Document */

/*横*/
.ps-container .ps-scrollbar-x-rail { position: absolute; bottom: 0px; height: 10px; background: #333;}
.ps-container .ps-scrollbar-x { position: absolute; bottom: 0; height: 10px; background: #999;}


/*竖*/
.ps-container .ps-scrollbar-y-rail { position: absolute; right: 0px;  width: 10px; background: #fff;}
.ps-container .ps-scrollbar-y { position: absolute;  right: 0; width: 10px; background: #063764;}


/*兼容*/
.ps-container.ie6 .ps-scrollbar-x,
.ps-container.ie6 .ps-scrollbar-y { font-size: 0; }
.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y,
.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y { visibility: visible;}


@media screen and (max-width:1002px){
	.ps-container .ps-scrollbar-y-rail { background: #dbdbdb;}
	.ps-container .ps-scrollbar-y { background: #185ba9;}
}


@media screen and (max-width:758px){
	.ps-container .ps-scrollbar-y-rail { width: 5px; }
	.ps-container .ps-scrollbar-y {  width: 5px;}
}