/* 媒体查询样式 */
@media screen and (max-width: 64rem) {
    #CheckCode1 {
        width: 62% !important;
    }
}