/* hj20180410 新增微信格式*/
.wechatlogin {
    float:right;background: url("../images/wechatlogin.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-right: -32px;
}

.pclogin {
    float:right;background: url("../images/pclogin.png") no-repeat;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-right: -32px;
}

.qrcode-login .qrcode-register{
    height: 340px;
}

.qrcode-img {
    height: 360px;
    overflow-x: hidden;
    overflow-y: hidden;
}


