body {
    background: #fff;
}
/* 头部 */
header {
    width: 100%;
    padding: 0.5333rem 0.4933rem;
}
header > div {
    height:1.0667rem;
}
header > div > span {
    border: 1px solid #1282e4;
    float: left;
    width:8.0133rem;
    height:1.0667rem;
    display: block;

}
header > div > span > a {
    float: left;
    width: 1.5067rem;
    height: 0.9867rem;
    display: block;
    background: url(../images/tiquma.png) no-repeat;
    background-size: cover;

}
header > div > span > input {
    float: left;
    line-height: 1.0133rem;
    width: 6.4rem;
    color: #ADAAAA;
    padding-left: 0.6133rem;
    font-size: 0.24rem;
}
header > div > a  {
    float: left;
    width: 0.7333rem;
    height: 0.9867rem;
    display: block;
    float: right;
    background: url(../images/saoyisao.png) no-repeat;
    background-size: cover;
    margin-top: 1px;
}
/* 查询 */
.more {
    width: 94%;
    margin: 0 auto;
    height: 0.9733rem;
    line-height: 0.9733rem;
    text-align: center;
}
.more > a {
    display: block;
    width: 100%;
    background: #1282e4;
    color: #fff!important;
    border-radius: 5px;
    font-size: 0.3733rem;
}
/* 查询结果 */
main {
    padding: 0.32rem 0.2667rem 0.4rem 0.2667rem;
}
main > div > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0.1333rem;
}
.list > a > span {
    position: absolute;
    top: 0.2667rem;
    left: 0.2667rem;
    font-size: 0.3733rem;
    color: #fff;
    font-family: '苹方 中等';
}
.list > a > .tianjia {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background: #000;
    opacity: .7;
}
.list > a > div > p {
    text-align: center;
    color: #fff;
    font-size: 0.3467rem;
}
main > div > p {
    display: block;
    width: 9.36rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
}
.history {
    width: 66%;
    margin: 0 auto;
    height: 0.9733rem;
    line-height: 0.9733rem;
    text-align: center;
}
.history > a {
    display: block;
    width: 100%;
    background: #1282e4;
    color: #fff!important;
    border-radius: 5px;
    font-size: 0.3733rem;
}
/* 底部 */
footer {
    padding: 0.32rem 0.2667rem 0.4rem 0.2667rem;
}
footer > div > div > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0.1333rem;
}
footer > p {
    display: none;
    width: 9.36rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
}
.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 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}