html,body{
    background-color: #fff;
}
.zlmhd-page{
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.jump-btn{
    width: 92%;
    height: 4.2rem;
    background-color: #eee;
    border-radius: 0.2rem;
    position: absolute;
    z-index: 999;
    bottom: 1.5rem;
    left: 4%;
    cursor: pointer;
}
.jump-btn-in{
    width: 100%;
    height: 100%;
    position: relative;
}
.jump-btn-pic{
    float: left;
    width: 5rem;
    height: 3rem;
    background-color: #fff;
    margin-top: 0.6rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    overflow: hidden;
}
.jump-btn-pic img{
    width: 100%;
    height: 100%;
}
.jump-btn-info{
    padding-top: 0.5rem;
}
.jump-btn-title{
    line-height: 2rem;
    font-size: 1.2rem;
}
.jump-btn-desc{
    line-height: 1.2rem;
    font-size: 0.9rem;
    color: #6e0303;
}
.jump-btn-rg{
    width: 6rem;
    height: 3.2rem;
    line-height:3.2rem;
    background-color: #1e9fff;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0.6rem;
    top: 0.5rem;
    cursor: pointer;
}
.jump-ys-btn{
    margin: 0.8rem auto;
    border-radius: 1rem;
    height:2.3rem;
    line-height: 2.3rem;
    width:80%;
    color:#fff;
    text-align: center;
    background: #1e9fff;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.zlmhd-content{
    height: 100%;
    overflow-y: auto;
}
.zlmhd-content .line-show{
    height: 6.2rem;
}
.zlmhd-content img{
    max-width: 100%;
}
.anim-slide-big{
    animation-name: slide-big;
}

.bd-content{
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #eee;
}
.bd-content-top{
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 1px 0 1px #ddd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.bd-content-chat{
    padding-top: 3.2rem;
    padding-bottom: 2rem;
}
.bd-content-chat-lf{
    width: 90%;
    min-height: 3rem;
    padding: 0.6rem 0.6rem;
}
.bd-content-avatar{
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    float: left;
    overflow: hidden;
}
.bd-content-avatar img{
    width: 100%;
    height: 100%;
}
.bd-content-chat-info{
    padding-left: 3.2rem;
    padding-top: 0.2rem;
}
.bd-content-chat-in{
    display: inline-block;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.5rem 0.5rem;
}
.bd-content-chat-title{
    line-height: 2rem;
    font-size: 1.2rem;
    overflow-wrap: break-word;
}
.bd-content-chat-item{
    margin-top: 0.6rem;
}
.bd-content-chat-item li{
    width: 46%;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
    margin-right: 2%;
    background-color: #1e9fff;
    border-radius: 0.5rem;
    color: #fff;
    margin-bottom: 0.6rem;
    cursor: pointer;
    text-align: center;
}
.bd-content-chat-rg{
    width: 100%;
    text-align: right;
    margin-top: 1rem;
}
.bd-content-chat-rg-in{
    display: inline-block;
    width: 90%;
}
.bd-content-chat-me{
    display: inline-block;
    padding: 0.6rem 1rem;
    line-height: 2rem;
    background-color: #00B83F;
    color: #fff;
    border-radius: 0.5rem;
    margin-right: 0.6rem;
}
.bd-content-chat-center{
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}
.add-btn{
    display: inline-block;
    background-color: #1e9fff;
    color: #fff;
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
}

@keyframes slide-big {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.03);
    }
}