 .pd {
     padding: 10px;
 }
.title {
    text-align: center;padding-bottom: 10px;border-bottom: 1px solid #eee;margin-bottom: 10px;margin-top: 10px;
}
.title h1 {
    font-size: 18px;font-weight: bold;
}
.context p {
    margin-bottom: 10px;
}
.back_btn {
    text-align: center;
}
 .back-index {
     position: fixed;left: 0;bottom: 0px;line-height: 40px;background-color: #ff0000;color: #fff;text-align: center;width: 100%;display: block;
 }
 .context img {
     width: 100%;
 }
 .pc .app {
     margin-top: 10px;
 }
 .mobile .app {
     margin-top: 70px;
 }
 .app .item-box {
     background-color: #fff;border-radius: 6px;
 }
 .app .item-box .pd {
     padding-bottom: 50px;
 }
 footer {
     border-top: 5px solid #eee;padding-top: 10px;
 }
