.dropload-up,.dropload-down{position:relative;height:0;overflow:hidden;font-size:12px;-webkit-transform:translateZ(0);transform:translateZ(0)}.dropload-down{height:50px}.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{height:50px;line-height:50px;text-align:center}.dropload-load .loading{display:inline-block;height:15px;width:15px;border-radius:100%;margin:6px;border:2px solid #666;border-bottom-color:transparent;vertical-align:middle;-webkit-animation:rotate .75s linear infinite;animation:rotate .75s linear infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}100%{transform:rotate(360deg)}}

/*分页样式*/
.pagination ul{display: flex;justify-content:center;margin: 20px 0;}
.pagination a,.pagination span{
    width: auto;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    border: 1px solid #e5e5e5;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}
.pagination .cur,.pagination a:hover{background: #4194e2;color:#fff}
.pagination .page-prev,.pagination .page-next{width: .96rem;}

/*底部*/
.footer{padding: 0 .24rem 80px;text-align: center;white-space: wrap;}
.footer a{color:#000;}
.bottom-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .1rem .1rem;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 3
}

.bottom-btn a {
    /*width: 210px;*/
    height: 43px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.bottom-btn>a:first-of-type,.bottom-btn>div:first-of-type a {
    border-radius: 20px;
    background-color: #1E6FFF;
}

.bottom-btn>a:first-of-type:before,.bottom-btn>div:first-of-type a::before {
    display: inline-block;
    content: '';
    background: url(../picture/ask.png) no-repeat;
    background-position: 20% center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.bottom-btn>a:last-of-type:before,.bottom-btn>div:last-of-type a::before {
    display: inline-block;
    content: '';
    background: url(../picture/register.png) no-repeat;
    background-position: 20% center;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.bottom-btn>a:last-of-type,.bottom-btn>div:last-of-type a {
    border-radius: 20px;
    background-color: #FF9023
}