@font-face {
    font-family: "fzzys";/*方正准雅宋*/
    src: url("../../fonts/FZZhunYS-YS.ttf");
}



* {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
body {
    font-family: 'fzzys', sans-serif;
    padding-top: 46px !important;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(142, 142, 142, 0.6);
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #ededed;
}


/*加载动画所需样式*/
#jsl-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    background-image: url("../../image/wap/await4.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    overflow: hidden;
}

#jsl-overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
}

/*列表表头样式-start*/

/*列表表头样式-end*/

/*底部logo-start*/
.bottom-logo {
    height: auto;
    text-align: center;
    padding: 15px 0 30px;
}

.bottom-logo img {
    width: 40%;
    max-width: 200px;
    object-fit: contain;
}

/*底部logo-end*/

