*{
    font-family:'microsoft yahei';
    margin: 0;
    padding: 0;
}
input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
input[type=button], input[type=submit], input[type=file], button { -webkit-appearance: none; }
li{
    list-style: none;
}
.inpBox{
    margin: 0.2rem auto 0;
    width: 6.8rem;
    height: 0.64rem;
    background: #f6f6f6;
    border-radius: 0.08rem;
    overflow: hidden;
}
.inpBox img{
    float: left;
    margin: 0.14rem;
    width: 0.36rem;
}
.inpBox input{
    float: left;
    width: 5rem;
    height: 0.64rem;
    font-size: 0.28rem;
    border: none;
    outline: none;
    background: none;
}
.historyBox{
    padding: 0.56rem 0.36rem 0 0.36rem;
    overflow: hidden;
}
.historyTop{
    overflow: hidden;
    height: 0.32rem;
}
.historyTop i{
    float: left;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.28rem;
    font-style: normal;
}
.historyTop img{
    float: right;
    width: 0.28rem;
}
.historyRecord{
    margin-top: 0.1rem;
    overflow: hidden;
}
.historyRecord li{
    float: left;
    margin-top: 0.32rem;
    margin-right: 0.32rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
    text-align: center;
    background: #f6f6f6;
    border-radius: 0.04rem;
}
.noHisTory{
    margin-top: 0.1rem;
    font-size: 0.28rem;
    color: #666;
}
.tipsBg{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;

}
.tips{
    width: 6.7rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 0.08rem;
}
.cancleTips{
    position: absolute;
    right: 0.26rem;
    top: 0.26rem;
    width: 0.32rem;
    height: 0.32rem;
}
.tips b{
    display: block;
    margin-top: 0.28rem;
    font-size: 0.32rem;
    line-height: 0.44rem;
    text-align: center;
    color: #222;
}
.tips p{
    display: block;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #222;
    text-align: center;
}
.deleteList{
    display: block;
    margin: 0.48rem auto 0.4rem;
    width: 6rem;
    height: 0.8rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    background: #ff9900;
    color: #fff;
    border-radius: 0.4rem;
    text-decoration: none;
}