@charset "utf-8";
/* 效果CSS开始 */
.wrapper-scroll { -webkit-overflow-scrolling: touch; overflow-scrolling: touch; overflow-x: auto; top: 105px; bottom: 0; left: 0; right: 0;width: 94%;margin-left: 3%;}
.content { width: -moz-max-content; width: -webkit-max-content; width: -o-max-content; width: -ms-max-content; width: max-content; }
.section { float: left; margin: 0;width:auto;}
.article { float: left; }
.wrapper-scroll::-webkit-scrollbar
{  
    width: 16px;  
    height: 16px;  
    background-color: #F5F5F5;  
}  
/*隐藏滚动条上方的渐增按钮*/
.wrapper-scroll::-webkit-scrollbar-button:horizontal{
}
/* 垂直滚动条的第三层轨道的上段 */
.wrapper-scroll::-webkit-scrollbar-track-piece:horizontal:start {
    background-image: url(/theme/blue/images/tanggu/bottom_scroll1.png), url(/theme/blue/images/tanggu/bottom_scroll1.png);
    background-repeat: no-repeat, repeat-x;
}
/* 垂直滚动条的第三层轨道的下段 */
.wrapper-scroll::-webkit-scrollbar-track-piece:horizontal:end {
    background-image: url(/theme/blue/images/tanggu/bottom_scroll1.png), url(/theme/blue/images/tanggu/bottom_scroll1.png);
    background-repeat: no-repeat, repeat-x;
    background-position: bottom left, 0 0;
}
/*定义滑块 内阴影+圆角*/  
.wrapper-scroll::-webkit-scrollbar-thumb:horizontal {
    height: 56px;
    -webkit-border-image: url(/theme/blue/images/tanggu/horizontal_scroll.png) 8 0 8 0 stretch stretch;
    border-width: 80 0 8 0;
}
/* 效果CSS结束 */