*{
    margin: 0;
    padding: 0;
}
body,html{
    margin: 0;
    padding: 0;
}
.page-box{
    width: 100%;
    max-width: 550px;
    height: 100%;
    margin:  0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.page-top{
    width: 100%;
    height: 40px;
    padding: 10px 0;
}
.page-top strong{
    width: 40%;
    height: 100%;
    line-height: 40px;
    float: left;
    font-size: 22px;
    color: #6e706f;
}
.page-top a{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    float: right;
    font-size: 14px;
    color: #fff;
    background: #ed5c61;
    margin: 5px 0;
    text-decoration: none;
}
.page-link{
    width: 96%;
    margin: 0 auto;
}
.link-li{
    width: 100%;
    height: 36px;
    display: block;
    border-radius: 18px;
    border: 1px solid #e0e0e0;
    margin: 20px 0;
    overflow: hidden;
    text-decoration: none;
    background: #fff5f4;
}
.link-li span:nth-of-type(1){
    width: 20%;
    height: 100%;
    float: left;
    background: #f5f5f5;
    text-align: center;
    line-height: 36px;
    color: #000;
    font-size: 14px;
}
.link-li p{
    width: 54%;
    height: 100%;
    float: left;
    line-height: 36px;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: #fff;
}
.link-li span:nth-of-type(2){
    width: 25%;
    height: 100%;
    float: right;
    background: #fff5f4;
    text-align: center;
    line-height: 36px;
    color: #f0807f;
    font-size: 14px;
}
.text-box{
    width: 96%;
    height: 36px;
    background: #ed5c61;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    border-radius: 18px;
}
.page-bottom{
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 100%;
    max-width: 550px;
    height: 50px;
    background-size: 100%;
    transform: translate(-50%, 0%);
}
.page-bottom img{
    width: 120px;
    float: right;
    margin: 12px 8px 0 0px;
}
