.progress{
    margin-bottom: 0px;
}
.container{
    width:100%;
    max-width: 1260px;
}
.list-group-item img{
    border: 0px;
    width: 100%;
    max-width: 500px;
    clear: both;
    margin: auto;
}
.label {line-height:2.2;}
.hh,.hh a{ word-wrap:break-word; }
pre{ 
white-space:pre-wrap; /* css3.0 */ 
white-space:-moz-pre-wrap; /* Firefox */ 
white-space:-pre-wrap; /* Opera 4-6 */ 
white-space:-o-pre-wrap; /* Opera 7 */ 
word-wrap:break-word; /* Internet Explorer 5.5+ */ 
margin: 0 0 0px;
}
.btn{
    margin: 10px 0px 0px 0px;
}
.bottom_tools{position:fixed;z-index:1070;right:16px;bottom:10px;}
.bottom_tools>*{font:0/0 a;display:block;margin-top:5px;color:transparent;border:0;background-color:transparent;text-shadow:none}
.qr_img{position:absolute;top:-300px;left:-300px;display:none;}
#scrollUp{width:45px;height:45px;background-image:url('/img/backgrounds.32.png');background-position:-54px -53px;display:none;}
#scrollUp:hover{background-image:url('/img/backgrounds.32.png');background-position:-100px -53px}
#feedback{width:45px;height:45px;background-image:url('/img/backgrounds.32.png');background-position:-102px 0}
#feedback:hover{background-image:url('/img/backgrounds.32.png');background-position:-146px -46px}
.qr_tool{width:45px;height:45px;background-image:url('/img/backgrounds.32.png');background-position:-148px 0;cursor:pointer;}
.qr_tool:hover {width: 45px;height: 45px;background-image: url('/img/backgrounds.32.png');background-position: -192px -46px;}
a,a:hover{text-decoration: none;}
a:hover{color:red;}
#divMa {
  display: block !important;
  position: absolute;
  z-index: 999;
  width: 32px;
  height: 32px;
  right: 0px;
  top: -24px;
  background-image: url("https://image.wjx.cn/images/commonImgPC/qrIcon.png");
  background-size: cover;
}
    #divMa .qrwrap {
        display: none;
        width: 190px;
        height: 224px;
        background: #F7F7F7;
        position: absolute;
        top: 32px;
        right: 0;
        z-index: 999;
        text-align: center;
    }

        #divMa .qrwrap img {
            width: 170px;
            margin: 10px 0 14px;
        }
    #divMobileCodeText {
    font-size: 14px;
    font-weight: 400;
    color: #4E4E4E;
    line-height: 16px;
}

#divMa:hover .qrwrap {
    display: block;
}
.scroll-container {
    overflow-x: auto;
    white-space: nowrap; /* 保持内容不换行 */
}
/* 横向滚动条整体样式 */
::-webkit-scrollbar:horizontal {
    height: 10px;  /* 控制滚动条厚度 */
    background: #F5F5F5; 
}
::-webkit-scrollbar:horizontal {
    height: 6px;
}
::-webkit-scrollbar-track:horizontal {
    background: transparent;
}
::-webkit-scrollbar-thumb:horizontal {
    background: rgba(144,147,153,.3);
    border-radius: 3px;
}