.wrap{
    padding: 0 .22rem;
    top: .76rem;
    bottom: .88rem;
    width: 100%;
    overflow: auto;
    background: #f4f4f4;
}

.con{
    width: 100%;
    background: #f0f0f0;
}

p.load_tips{
    bottom: 0;
}

.guide{
    padding: .2rem 0;
}
.guide h4{
    font-size: .24rem;
    color: #333;
}
.guide h4>i{
    float: left;
    width: .1rem;
    height: .18rem;
    margin-top: .08rem;
    margin-right: .1rem;
    background: url(../images/marked_icon.png) no-repeat;
    background-size: cover;
}
.guide>p{
    margin-top: .1rem;
    line-height: .4rem;
    color: #999;
    font-size: .22rem;
}
.wrap-list{
    background: #fff;
    border-radius: .1rem;
    padding: 0 .3rem;
    margin-bottom: .2rem;
}
.wrap-list ul li{
    overflow: hidden;
    padding: .3rem 0;
    border-bottom: .01rem solid #eee;
}
.wrap-list ul a:last-child li {
    border-bottom: none;
}
.wrap-list ul li .left{
    float: left;
}
.wrap-list ul li .left h6{
    color: #333;
    font-size: .26rem;
}
.wrap-list ul li .left p{
    margin-top: .2rem;
    font-size: .22rem;
    color: #999;
}
.wrap-list ul li .right{
    float: right;
    text-align: center;
}
.wrap-list ul li .right b{
    display: block;
    color: #f6594e;
    font-weight: bold;
    font-size: .33rem;
}
.wrap-list ul li .right span{
    display: block;
    color: #999;
}
.wrap #input-search {
    border: none;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.2rem;
    text-align: left;
    color: #000;
    padding-left: 8%;
    background-color: #e3e3e3;
    border-radius: 203px;
    background-image: url(../images/search_icon3.png);
    background-repeat: no-repeat; width: 100%;
    background-size: 0.25rem auto;
    background-position: 3% 50%;
    margin-bottom: 0.2rem;
}