.content {
    background-color: #f5f5f5;
    width: 94%;
    padding: 0.2rem;
}

.entrust {
    background-color: #ffffff;
    padding: 1.35rem .72rem 1.15rem .72rem;
    box-shadow: 0.01rem 0.01rem 0.15rem #E5E5E5;
}

.content-p {
    font-size: .28rem;
    color: #333333;
    line-height: .45rem;
}

.content-btn {
    font-size: .34rem;
    color: #ffffff;
    border: none;
    background: url(/static/images/wap/button.png) no-repeat;
    background-size: 100% 100%;
    width: 2.4rem;
    height: 1rem;
    line-height: 0.9rem;
    text-align: center;
    margin-top: .38rem;
    display: block;
}
.content-btn a{
    display: block;
    color: #fff;
}
.content-p-first {
    margin-top: 0.38rem;
}

.entrust img {
    width: 2.35rem;
    float: right;
    margin-top: -2.35rem;
}

.own {
    background-color: #ffffff;
    padding: 1.35rem .72rem 1.15rem .72rem;
    box-shadow: 0.01rem 0.01rem 0.15rem #E5E5E5;
    margin-top: 0.2rem;
}

.own .own-right {
    float: right;
    margin-top: -2.55rem;
}

.own img {
    width: 2.35rem;
}
.alertmsg .alertmsg_con{
    height: 3.2rem;
    line-height: 1.7;
}