body {
    background-color: #F2F2F2 !important;
}

@media(min-width:768px) {
    .zp_box {
        background-color: #FFF;
        width: 1200px;
        margin: 24px auto;
    }
    .telme {
        width: 130px;
        height: 160px;
        display: block;
        position: fixed;
        top: 560px;
        right: 30px;
        background-color: #FFF;
        box-shadow: 0 0 5px #DDD;
        border-radius: 8px;
        color: #000;
    }
    .telicon {
        margin: 16px 32px 0px 32px;
        height: 70px;
        line-height: 50px;
        text-align: center;
        font-size: 48px;
        border-radius: 15px;
        color: #990000;
    }
}