*{
    padding:0;
    margin:0;
    box-sizing: border-box;
}
html{
    background:#edf1f4;
    height:100%;
}
body{
    max-width:750px;
    margin:0 auto;
    background-color: #edf1f4;
    font-size: 0.35rem;
    color:#333;
    padding-bottom: 1.5rem;
    position: relative;
    min-height:100%;
}
/* 通用 */
.van-icon{
    vertical-align: middle;
    margin:0 0.1rem;
}
a, a:visited,a:active, a:hover{
    text-decoration:none;
    color:inherit;
    outline: none;
}
input,textarea{
    outline: 0;
    background-color:rgba(0, 0, 0, 0);
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
input:focus,textarea:focus {
    outline:none;
}
/* 分页 */
.page-container{
    position: relative;
}
.page-container .page-empty{
    padding-top:3.00rem;
}
.page-container .page-empty .empty-icon{
    height:4.6rem;
    background:url(../images/none.png) no-repeat center center;
    background-size: auto 4.60rem;
    margin-bottom: 1rem;
}
.page-container .page-empty .empty-tips{
    text-align: center;
    color:#666;
}
.van-list__finished-text{
    clear:both;
}
/* 底部 */
.footer{
    position: fixed;
    height:1.44rem;
    width: 10rem;
    bottom: 0;
    left:0;
    right:0;
    margin:0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    background:#fff;
    border-top: 1px solid #f5f5f5;
}
.footer .item{
    flex:1;
}
.footer .item a{
    display: block;
}
.footer .item a img{
    display: block;
    margin:0 auto;
    height:1rem;
}
/* 版权 */
.copyright{
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    text-align: center;
    color:#999;
    height:1rem;
    line-height:1rem;
}
/* 重写 */
.van-popup--bottom{
    width:10rem;
    left:0;
    right:0;
    margin:0 auto;
}