*,ul,li{
    margin: 0;
    padding: 0;
}
.home {
    max-width: 458px;
    padding: 15px;
    position: relative;
    margin: auto;
}
.home .top{
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.home .top img{
    display: inline;
    float: left;
    width: 80px;
    height: auto;
    margin-right: 10px;
}
.home .top .title{
    float: left;
    margin-top: 10px;
}
.home .top .title h3{
    margin-bottom: 10px;
}
.home .top .title button{
    border-radius: 15px;
    background-color: #fff;
    border:1px solid rgb(13,133,219);
    color: rgb(13,133,219);
    font-size: 14px;
    margin-right: 15px;
    padding: 2px 10px;
}
.home .erweima{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    overflow: hidden;
}
.home .erweima img{
    display: inline;
    float: left;
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.home .erweima .txt{
    font-size: 12px;
    float: left;
    margin-top: 18px;
}
.home .erweima .txt p{
    line-height: 22px;
}
.home .info{
    padding-top: 15px;
}
.home .info  .info-cont ul li{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.home .info  .info-cont ul li span{
    font-size: 12px;
    display: inline;
    float: left;
    color: rgb(130,130,130);
}
.home .info  .info-cont ul li span:last-child{
    float: right;
    color: #333;
}
.home .sm{
    border-bottom: 1px solid #ddd;
    padding: 15px 0 30px;
}
.home .sm p{
    font-size: 12px;
}
.home footer{
    position: fixed;
    width: calc(100% - 30px);
    bottom: 10px;
    max-width: 458px;
}
.home footer button{
    background-color: rgb(13,133,219);
    color: #fff;
    padding: 10px;
    width: 80%;
    border:none;
    border-radius: 20px;
    margin:0 10%;
}