@media only screen and (min-width: 996px) {
    .find_top {
        display: flex;
    }
    .find_top a {
        font-size: 12px !important;
        color: #fff;
    }
    .find_top span {
        color: var(--main-color-999);
        display: block;
        margin: 0 10px;
    }
    .findpwd {
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        max-width: 1720px;
        padding: 0 60px;
    }
    .findpwdcon {
        margin: 0 auto;
        padding: 25px;
        background-color: #fff;
        border: 1px solid #e4e4e4;
    }
    .findpwdcon strong {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        display: block;
        margin-bottom: 35px;
    }
    .findpwdcon ol {
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .inputGroup {
        width: 1000px;
        margin: 0 auto;
    }
    .inputGroupItem {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }
    .inputGroupItem p {
        font-size: 14px;
        width: 50px !important;
        text-align: left;
        color: var(--main-color-666);
        margin-right: 10px;
    }
    .inputGroupItem input {
        font-size: 12px;
        border: 1px solid #bbbbbb;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        width: calc(100% - 50px);
    }
    .verifyInput input {
        width: 50%;
    }
    .verifyInput img {
        height: 40px;
        padding: 5px;
        border: 1px solid #bbbbbb;
        margin-left: 15px; box-sizing:border-box;
    }
    .nexttick {
        background-color: #008ed6;
        display: block;
        margin-left: 60px;
        width: 120px;
        height: 40px;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }
    .mb_step {
        display: none;
    }
    .verify_way {
        max-width: 1000px;
        margin: 0 auto;
    }
    .verify_way_conitem {
        display: flex;
        padding: 20px 30px;
        justify-content: space-between;
        align-items: center;
        background-color: #ececec;
        margin-bottom: 30px;
    }
    .verify_way_conitem img {
        width: 50px;
        margin-right: 20px;
    }
    .v_left {
        display: flex;
        align-items: center;
    }
    .v_center p {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .v_center span {
        color: var(--main-color-666);
        font-size: 14px;
    }
    .v_right a {
        display: block;
        width: 120px;
        height: 40px;
        background-color: #008ed6;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #fff;
    }
    .btn_disable a {
        cursor: not-allowed;
        background-color: #bbbbbb !important;
    }
    .getcode {
        width: 120px;
        display: block;
        height: 42px;
        margin-left: 20px;
        background-color: #008ed6;
        color: #fff;
        border: none;
        font-size: 14px;
        cursor: pointer;
    }
    .setpwd p {
        width: 100px;
    }
    .strength {
        margin-top: -20px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        margin-left: 100px
    }
    .strength span {
        display: block;
        width: 56px;
        height: 20px;
        line-height: 20px;
        background-color: #008ed6;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        opacity: .7;
    }
    .strength_active {
        opacity: 1 !important;
    }
    .password_aset .nexttick {
        margin-left: 100px;
    }
    .set_success {
        max-width: 1000px;
        margin: 0 auto;
    }
    .set_success img {
        display: block;
        margin: 0 auto;
        width: 60px;
    }
    .set_success p {
        margin: 20px auto;
        text-align: center;
    }
    .set_success p span {
        color: #008ed6;
    }
    .set_success a {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #008ed6;
        color: #fff;
        font-size: 14px;
    }
}

@media only screen and (max-width: 996px) {
    .set_success {
        margin: 0 auto;
    }
    .set_success img {
        display: block;
        margin: 0 auto;
        width: 60px;
    }
    .set_success p {
        margin: 20px auto;
        text-align: center;
    }
    .set_success p span {
        color: #008ed6;
    }
    .set_success a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        background-color: #008ed6;
        color: #fff;
        font-size: 14px;
    }
    .strength {
        margin-top: -10px;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .strength span {
        display: block;
        width: 56px;
        height: 20px;
        line-height: 20px;
        background-color: #008ed6;
        font-size: 12px;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        opacity: .7;
    }
    .strength_active {
        opacity: 1 !important;
    }
    .getcode {
        width: 120px;
        display: block;
        border: none;
        height: 40px;
        margin-left: 20px;
        background-color: #008ed6;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
    .verify_way {
        margin: 0 auto;
    }
    .verify_way_conitem {
        display: flex;
        padding: 15px;
        justify-content: space-between;
        align-items: center;
        background-color: #ececec;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .verify_way_conitem img {
        width: 30px;
        margin-right: 20px;
    }
    .v_left {
        display: flex;
        margin-bottom: 20px;
        align-items: center;
        width: 100%;
    }
    .v_center p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .v_center span {
        color: var(--main-color-666);
        font-size: 12px;
    }
    .v_right {
        width: 100%;
    }
    .v_right a {
        display: block;
        width: 100%;
        height: 35px;
        background-color: #008ed6;
        font-size: 12px;
        text-align: center;
        line-height: 35px;
        color: #fff;
    }
    .btn_disable a {
        cursor: not-allowed;
        background-color: #bbbbbb !important;
    }
    .mb_step {
        margin: 20px 0;
        display: flex;
        align-items: center;
    }
    .mb_step span {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background-color: #008ed6;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        margin-right: 5px;
    }
    .mb_step p {
        font-size: 12px;
        color: var(--main-color-555);
    }
    .findpwd {
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .findpwdcon {
        width: 95%;
        margin: 0 auto;
        padding: 25px;
        background-color: #fff;
        border: 1px solid #e4e4e4;
    }
    .findpwdcon strong {
        display: block;
        color: #333;
        font-weight: bold;
        font-size: 18px;
        text-align: left;
        display: block;
        margin-bottom: 25px;
    }
    .findpwdcon ol {
        margin: 0 auto;
        margin-bottom: 25px;
        display: none;
    }
    .inputGroup {
        width: 100%;
    }
    .inputGroupItem {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .inputGroupItem p {
        font-size: 14px;
        display: none;
        width: 50px;
        text-align: left;
        color: var(--main-color-666);
        margin-right: 10px;
    }
    .inputGroupItem input {
        font-size: 12px;
        border: 1px solid #bbbbbb;
        width: 100%;
        height: 40px;
        padding-left: 15px;
    }
    .verifyInput input {
        width: 50%;
    }
    .verifyInput img {
        height: 40px;
        padding: 5px;
        border: 1px solid #bbbbbb;
        margin-left: 15px;
    }
    .nexttick {
        background-color: #008ed6;
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 3px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
    }
    .find_top {
        display: flex;
    }
    .find_top a {
        font-size: 12px !important;
        color: #fff;
    }
    .find_top span {
        color: var(--main-color-999);
        display: block;
        margin: 0 10px;
    }
}


.page_main { border: #e4e4e4 solid 1px; /*margin-top: 10px;*/ padding-bottom: 10px; }
.page_main .titleH1 { font-size: 12px; height: 40px; line-height: 40px; padding-left: 15px; }
.page_main .zhmm_bz { height: 51px; width: 604px; margin: 0 auto; margin-top: 20px; padding-bottom: 20px; }
.page_main .zhmm_bz dl { width: 151px; float: left; text-align: center; overflow: hidden; }
.page_main .zhmm_bz dl dt { height: 23px; overflow: hidden; line-height: 23px; background: url(../images/zhmm_02.gif) center no-repeat; color: #fff; }
.page_main .zhmm_bz dl dd { height: 28px; line-height: 28px; }
.page_main .zhmm_bz .zhmm_bz_hover dt { background: url(../images/zhmm_01.gif) center no-repeat; }
.zhmm_con { margin: 0 auto; width: 500px; }
.zhmm_con table tr td { padding: 10px 0; }
.zhmm_input { display: block; width: 200px; height: 40px; line-height: 40px; border-radius: 3px; border: none; padding: 0; margin: 0; background: #ce1b29; text-align: center; font-family: ' '; font-size: 16px; font-weight: bold; cursor: pointer; color: #fff; }

.btnbc { height: 36px; line-height: 36px; border: none; color: #fff; background: #ce1b29; border-radius: 3px; width: 80px; text-align: center; font-size: 14px; font-weight: bold; cursor: pointer; }


