/* 验证码样式 */
.yzmcont {
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    float: right;
    margin-top: -38px;
}

.yzmcont:hover {
    background-color: #e0e0e0;
}

/* 验证码输入框样式 */
.inptset {
    width: calc(100% - 110px);
    float: left;
}
