body{
    background: #fffffd;
}
.wapper{
    max-width: 600px;
    margin: 0 auto;
    background-image: url(../img/bg.png);
    background-size: 100% 100%;
    overflow: hidden;
    min-height: 100vh;
}
img{
    max-width: 100%;
}
.list{
    padding:0 12px;
    box-sizing: border-box;
    overflow: hidden;
}
.list .ll{
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
}

.list .ll .jinru{
    width: 28%;
    text-align: right;
}
.clear{
    clear: both;
}
img{
    display: block;
}
.jinru img{
    max-height: 38px;
    min-height: 32px;
    display: inline-block;
}
.list .ll .left{
    width: 65%;
    background-image: url(../img/bglist.png);
    background-size: 100% 100%;
    position: relative;
}
.list .ll .left .l1{
  position: absolute;
  color: #fff;
  top: 24%;
  left: 6%;
}
.list .ll .left .l2{

    top: 24%;
    left: 45%;
    color: #424242;
    font-weight: bold;
    position: absolute;
}
.two{
    display: flex;
        justify-content: space-between;
        width: 95%;
        position: fixed;
        left: 50%;
        max-width: 600px;
        bottom: 0;
        margin: 25px auto;
        transform: translateX(-50%);
}
.two a{
    width: 45%;
 
}
#kefu {
    position: fixed;
    right: 0;
    top: 17%;
    width: 13%;
    max-width: 120px;
}
#deviceInfo{
    display: none;
}