.conent {
    width: 14rem;
    height: 17.5rem;
    position: absolute;
    /*top: 20px;*/
    background-image: url("img/warehouse/bg.png");
    background-size: cover;
    top: 50%;
    right: 0%;
}

.conent .sition {
    width: 100%;
    position: relative;
}

.conent .sition .c_header {
    width: 100%;
    text-align: center;
    cursor: move;
}

.conent .sition .c_adver {
    width: 100%;
    padding: 1.25rem 12% 0;
    font-size: 0.7rem;
    line-height: 1rem;
    font-family: "Microsoft YaHei", "微软雅黑", serif;
}

.conent .sition .c_adver .homeImg {
    width: 2rem;
    margin-bottom: 0.25rem;
    display: block;
}

.conent .sition .c_adver .register {
    color: #f78c00;
    text-decoration: underline;
    margin-left: 2px;
}

.conent .sition .c_adver .qrImg {
    width: 4.75rem;
    display: block;
    margin: -1rem auto 0;
}