/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
}

body,button, input, select, textarea {
    font: 14px/1.5 "Microsoft Yahei",tahoma,Srial,helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

em {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover {
    text-decoration: none;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/*火狐去掉按钮、连接的虚线*/
a:focus, a:active, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}

input,button,select,textarea {
    outline: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
}

a {
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.button {
    border-radius: 0;
}

input {
    font-family: "微软雅黑";
}

textarea {
    font-family: "微软雅黑";
}

img {
    border: 0px;
    outline-width: 0px;
    vertical-align: top;
}

.clearfix:after {
    clear: both;
    content: "\200B";
    display: block;
    height: 0;
}

.clearfix {
    *zoom:1;}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1080 {
    width: 1080px;
    margin: 0 auto;
}

body {
    font-family: Arial, sans-serif;
    padding: 40px;
}

.verify-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#captchaCanvas {
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 6px;
}

#verifyInput {
    padding: 6px 10px;
    width: 140px;
}

button {
    padding: 6px 15px;
    background: #007bff;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.module {
    display: none !important;
}

.active {
    display: block !important;
}

.module.phone {
    width: 100%;
    /* 防止太大 */
    margin: 0 auto;
    padding: 43% 16px 0;
    box-sizing: border-box;
    text-align: center;
}

h2 {
    font-size: 62px;
    margin-bottom: 20px;
}

/* 验证码区域更大 */
.verify-box {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

#captchaCanvas {
    width: 60% !important;
    /* 放大 */
    height: auto !important;
    /* 放大 */
    border: 2px solid #0099ff;
    border-radius: 10px;
}

/* 输入框改大，适配手机 */
#verifyInput {
    width: 80%;
    padding: 20px;
    font-size: 53px;
    border-radius: 10px;
    border: 2px solid #ccc;
    outline: none;
    margin: 50px auto;
}

#verifyInput:focus {
    border-color: #0099ff;
}

/* 按钮要大，容易点 */
#verifyBtn {
    width: 80%;
    padding: 42px;
    border-radius: 12px;
    font-size: 20px;
    background-color: #0099ff;
    color: white;
    border: none;
    font-size: 46px;
    cursor: pointer;
}

#verifyBtn:active {
    background-color: #007ad6;
}

@media (max-width: 720px) {
    body {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 720px) {
    h2 {
        font-size: 22px;
    }

    #verifyInput, #verifyBtn {
        font-size: 18px;
    }
}

