﻿/*验证码*/
.verificationCode{
    width: 4rem;
    height: 100%;
    position: absolute;
    right: 0;
}
canvas{
    width: 100%;
    height: 100%;
}
#code_img {
    width: 50%;
    height: 100%;
    cursor: pointer;
    vertical-align: top;
}