.pbTopBar{
    /*top: 0 !important;*/
    background: none !important;
    border-bottom: none !important;
    box-shadow: none!important;
}
.pbToolBar{
    bottom: 0 !important;
    /*background: #c9b78b !important;*/
    border-top: none !important;

    background: -webkit-linear-gradient(left top, #1557a7 , #13307f)!important;; /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(bottom right,  #1557a7 , #13307f)!important;; /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right,  #1557a7 , #13307f)!important;; /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #1557a7 , #13307f)!important;; /* 标准的语法 */
}
.tmpContainer{
    transform: none !important;
    background: url("../images/bg.jpg") no-repeat top left/100% 100%;
}
#btnMore{
    display: none !important;
}
#btnSearch{
    display: none !important;
}
#pbTopBar{
    z-index: 999;
}
#btnThumb > div{
    margin: 0 !important;
}
#btnThumb{
    position: fixed !important;
    bottom: 0 !important;
    left: 30px !important;
    right: auto !important;
    top: auto !important;
    z-index: 9999 !important;
    height: 40px !important;
    width: 40px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#btnAutoPlay{
    position: fixed !important;
    right: 30px !important;
    bottom: 0 !important;
    top: auto !important;
    left: auto !important;
}
