@import "//at.alicdn.com/t/c/font_4495529_fpino9p0pou.css";

* {margin: 0;padding: 0;box-sizing: border-box;}
body {width: 100%;min-width:320px;max-width:750px;margin: 0 auto;font: 14px/1.5 '微软雅黑';color: #333;overflow-x: hidden;font-family: "Open Sans","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei","SourceHanSansCN",Arial,sans-serif;line-height: 1.5715;background: #fff;
}
li {list-style: none;}
a {text-decoration: none;color: #333;}
a:hover {color: #333;}
i {font-style: normal;}
button, input, textarea, hr {border: none;outline: none;}
.clear {clear: both;}
table {border-collapse: collapse;max-width: 100%;}
table td {border-collapse: collapse;}
select{outline: unset;}
input:focus ,button{outline: none;}
iframe{width:100%;height: 100%;}
img{border:none;}

body::-webkit-scrollbar{
    display: none;
    width:5px;
    height:5px;
    background-color: rgba(0,0,0,.8);
}
body::-webkit-scrollbar-track{
    background-color: rgba(0,0,0,.8);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,.5);
    border-radius:2px;
}
body::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,.4);
}
body::-webkit-scrollbar-corner{
    background: rgba(0,0,0,.5);
}

.footer{
    width:100%;
    position: fixed;
    bottom:0;
    right:0;
    left:0;
    background: #fff;
    z-index:100;
    padding:5px 0;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.footer a{
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer a img{
    height: 20px;
    display: block;
}
.footer a p{
    width:100%;
    font-size:14px;
    line-height: 20px;
    color:#888;
    display: block;
}
.footer a.on p{
    color:#000;
}
.no_data{
    width:100%;
    display: block;
    font-size:20px;
    line-height: 40px;
    color:#888;
    text-align: center;
}
.no_data img{
    width: 60%;
    max-width: 120px;
    margin:0 auto;
    display: block;
}