#article {
    margin: 0 auto;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tab li {
    float: left;
}

.tab li:first-child {
    margin-right: -1px;
}

.tab a {
    display: block;
    width: 301px;
    height: 45px;
    background: url(./img/user/forgot_menu.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.certify_list {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.certify_list .bx {
    border-top: 1px solid #ededed;
    cursor: pointer;
    padding: 28px 0 28px 30px;
    position: relative;
}

.certify_list .bx:hover {
    background-color: #eee;
}

img, fieldset {
    border: 0;
}

fieldset {
    clear: both;
}

legend {
    display: none;
}

.certify_list .tip {
    clear: both;
    color: #737373;
    font-size: 12px;
    line-height: 17px;
}

.certify_list .ic {
    position: absolute;
    top: 31px;
    right: 31px;
    width: 31px;
    height: 31px;
    background: url(./img/user/forgot_menu.png) no-repeat -210px -210px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

.certify_list .tx {
    float: left;
    margin-bottom: 5px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: -1px;
}

.certify_list .radio_btn input {
    position: absolute;
    left: -9999px;
}

.pwd_input {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.pwd_input {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.pwd_input .tip {
    color: #737373;
    font-size: 12px;
    height: 71px;
    line-height: 71px;
    padding-left: 30px;
}
/*
.pwd_input .mb_id {
    position: relative;
    height: 97px;
    border-top: 1px solid #ededed;
    background-color: #fffefc;
}

.pwd_input label {
    position: absolute;
    top: 41px;
    left: 188px;
    height: 15px;
    line-height: 15px;
    color: #a3a3a3;
}

.pwd_input input {
    margin: 30px 0 0 177px;
    font-size: 12px;
    padding: 0 10px;
    width: 223px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    text-align: left;
}
*/