body,h1,p,div,ul,li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
input,button {
    outline: none;
}
input:hover,
input:active {
    border-color: #409EFF;
}
a {
    text-decoration: none;
}
.left{float: left;}
.right{float: right;}
.clear{clear:both;}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.bodyBg,
.v9black_head,
.footBg {
    background: #F4F4F4
}
.width1400{
    width:1020px;
    margin: auto;
}
.bodyBg {
    margin: auto;
}
.v9black_head {
    box-shadow: none;
    margin-bottom: 0;
}
.v9black_school_name {
    width: 700px;
    height: 115px;
    position: absolute;
    top: -25px;
}
.v9black_foot {
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: none;
}
.v9black_foot .wraper {
    margin-bottom: 42px;
}
.v9black_foot .copyright p {
    line-height: normal;
    height: auto;
    color: #999999;
    font-size: 12px;
}
.v9black_foot .copyright p a {
    color: #999999;
    text-decoration: none;
}
.security_wrapper {
    width: 996px;
    margin: 0 auto 42px;
    background: #FFFFFF;
    -webkit-box-shadow:0 0 10px #CCCCCC;
    -moz-box-shadow:0 0 10px #CCCCCC;
    box-shadow:0 0 10px #CCCCCC;
}
.security_title {
    background: #555555;
    font-size: 22px;
    font-weight: normal;
    color: #FFFFFF;
    height: 76px;
    line-height: 76px;
    letter-spacing: 2px;
    text-align: center;
}
.security_way_ul {
    margin: 102px auto 104px auto;
}
.security_way_ul li {
    width: 482px;
    height: 72px;
    line-height: 72px;
    font-size: 18px;
    color: #0059B2;
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    margin: 0 auto 46px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 154px;
    cursor: pointer;
}
.security_way_ul li:hover {
    border: 1px solid #409EFF;
}
.security_way_ul li:last-child {
    margin-bottom: 0;
}
.security_way_ul li a {
    color: #0059B2;
}
.security_way_ul li.mail {
    background: url(../img/mail.png) no-repeat 96px center;
}
.security_way_ul li.question {
    background: url(../img/question.png) no-repeat 96px center;
}
.security_way_ul li.mobile {
    background: url(../img/mobile.png) no-repeat 96px center;
}
.security_tips {
    font-size: 14px;
    color: #777777;
    text-align: center;
    padding-bottom: 102px;
}
.security_tips p {
    display: inline-block;
    background: url(../img/tips_ico.png) no-repeat left center;
    padding-left: 22px;
}
.security_step_box {
    height: 100px;
    width: 996px;
    background: #F1F8FE;
    text-align: center;
}
.security_step_box li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
}
.security_step_box li.force_item {
    height: 100px;
}
.security_step_box li.force_item p {
    line-height: 100px;
    font-size: 14px;
    color: #FF5959;
    background: url(../img/error_ico.png) no-repeat left center;
    padding-left: 22px;
}
.security_step_box li.line {
    width: 100px;
}
.security_step_box li.line:before {
    position: absolute;
    content: '';
    top: -40px;
    left: -20px;
    width: 162px;
    height: 2px;
}
.security_step_box li.line.complete_line:before {
    background: url(../img/line2.png) no-repeat;
    left: -28px;
}
.security_step_box li.line.uncomplete_line:before {
    background: url(../img/line1.png) no-repeat;
}

.security_step_box li .step_num {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 100%;
    color: #FFFFFF;
    margin: auto;
    position: relative;
}
.security_step_box li.complete,
.security_step_box li.uncomplete {
    margin-top: 20px;
}
.security_step_box li.complete .step_num {
    background: #409EFF;
}
.security_step_box li.uncomplete .step_num {
    background: #D7E0E8;
}
.step_text {
    font-size: 14px;
    margin-top: 8px;
}
.security_step_box li.complete .step_text {
    color: #007FFF;
}
.security_step_box li.uncomplete .step_text {
    color: #777777;
}
.ques_wrapper {
    margin: 58px 86px 94px;
}
.ques_user {
    margin-bottom: 16px;
}
.ques_user_input {
    width: 386px;
    height: 44px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
}
.ques_item {
    margin-bottom: 24px;
}
.ques_label {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
}
.ques_answer_box {
    margin-left: 18px;
}
.ques_answer_input {
    width: 386px;
    height: 44px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    color: #333333;
    padding: 0 10px;
    box-sizing: border-box;
}
.ques_verfiy_item {
    width: 386px;
}
.ques_verfiy_input {
    width: 254px;
    height: 44px;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    color: #333333;
    padding: 0 10px;
    outline: none;
    box-sizing: border-box;
}
.ques_answer_input:hover,
.ques_answer_input:active,
.ques_verfiy_input:hover,
.ques_verfiy_input:active {
    border-color: #409EFF;
}
.ques_verfiy_input_code {
    display: inline-block;
    width: 122px;
    height: 44px;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.ques_verfiy_input_code img {
    width: 100%;
    height: 100%;
}
.security_button_box {
    text-align: center;
}
.security_button_box button {
    border: none;
    border-radius: 6px;
    background: #409EFF;
    color: #fff;
    width: 386px;
    height: 48px;
    font-size: 16px;
    margin: 50px 0 94px 0;
    cursor: pointer;
}
.inputErrorTips {
    font-size: 12px;
    color: #FF5B5B;
    margin-top: 10px;
    background: url(../img/error_ico.png) no-repeat left center;
    padding-left: 20px;
    display: none;
}
.inputError {
    border-color: #FF5B5B!important;
}

/*×Ô¶¨ÒåselectÑ¡Ôñ¿ò*/
.v9black_setPasswordQuestion-model-box {
    position: relative;
    display: inline-block;
    width: 388px;
    height: 44px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
}
.v9black_setPasswordQuestion-model-box:hover {
    border-color: #409EFF;
}
.v9black_setPasswordQuestion-model-box .model-select-text {
    position: relative;
    text-indent: 10px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
    width: 388px;
    height: 40px;
    color: #AAAAAA;
    line-height: 40px;
    font-weight: normal;
}
.v9black_setPasswordQuestion-model-box .model-select-text:after {
    position: absolute;
    top: 18px;
    right: 12px;
    content: '';
    width: 19px;
    height: 10px;
    background: url(../img/select_down_ico.png) no-repeat scroll right center transparent;
}
.v9black_setPasswordQuestion-model-box .model-select-text_up:after {
    position: absolute;
    top: 17px;
    right: 12px;
    content: '';
    width: 19px;
    height: 10px;
    background: url(../img/select_up_ico.png) no-repeat scroll right center transparent;
}
.v9black_setPasswordQuestion-model-box .model-select-option {
    position: absolute;
    top: 64px;
    left: 0;
    width: 388px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-box-shadow:0 0 10px #CCCCCC;
    -moz-box-shadow:0 0 10px #CCCCCC;
    box-shadow:0 0 10px #CCCCCC;
    /*max-height: 300px;*/
    /*overflow-y: auto;*/
}
.v9black_setPasswordQuestion-model-box .model-select-option em,
.v9black_setPasswordQuestion-model-box .model-select-option span {
    display:block;
    width:46px;
    height:20px;
    font-size:30px;
    overflow:hidden;
    position:relative;
    margin-left:50px;
}
.v9black_setPasswordQuestion-model-box .model-select-option em{margin-top:-20px;color:blue;font-style:normal;}
.v9black_setPasswordQuestion-model-box .model-select-option span{margin-top:-20px;color:white;}
.v9black_setPasswordQuestion-model-box .model-select-option li {
    height: 46px;
    line-height: 46px;
    color: #333333;
    font-size: 14px;
    margin: 0;
    padding: 0 20px;
    cursor: pointer;
}
.v9black_setPasswordQuestion-model-box .model-select-option {

}
.v9black_setPasswordQuestion-model-box .model-select-option li:last-child {
    border-bottom: none;
}
.v9black_setPasswordQuestion-model-box .model-select-option li:hover {
    background-color: #F5F7FA;
    color: #0080FF;
}
.v9black_setPasswordQuestion-model-box .model-select-option li.seleced {
    background-color: #F5F7FA;
    color: #0080FF;
}

.account_wrapper {
    padding: 56px 0 108px;
}
.force_wrapper {
    padding: 60px 0 116px;
}
.force_tips {
    margin-top: 34px;
    font-size: 12px;
    color: #999999;
}
.account_box {
    width: 386px;
    margin: auto;
}
.account_verfiy_item {
    width: 100%;
}
.account_verfiy_input {
    width: 246px;
}
.account_box .security_button_box button {
    margin: 40px auto 0;
}
.reset_wrapper {
    padding: 80px 0 192px;
}
.passwd_tips {
    font-size: 14px;
    color: #777777;
    text-align: center;
}
.passwd_box {
    width: 386px;
    margin: 70px auto auto;
}
.passwd_input {
    width: 100%;
}
.passwd_box .security_button_box button {
    margin: 28px auto 0;
}
.done_wrapper {
    padding: 130px 0 220px;
}
.done_tips {
    font-size: 16px;
    color: #545454;
    text-align: center;
}
.done_box {
    width: 386px;
    margin: 0 auto auto;
    text-align: center;
}
.done_box img {
    margin-bottom: 36px;
}
.done_box .security_button_box button {
    margin: 90px auto 0;
}

.mail_receive_wrapper {
    padding: 138px 0 244px;
    text-align: center;
}
.mail_receive_wrapper img {
    margin-bottom: 36px;
}
.mail_receive_tips {
    font-size: 16px;
    color: #555555;
}
.verfiy_code_toggle {
    position: absolute;
    top: 24px;
    right: -62px;
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #41608D;
    cursor: pointer;
}
.verfiy_code_toggle:hover {
    color: #0080FF;
}
.message_verfiy {
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    color: #007FFF;
    cursor: pointer;
}

@media screen  and (max-width: 1366px) {
    .width1400{
        width: 844px;
    }
    .v9black_headnav_third {
        height: 88px;
    }
    .v9black_school_name {
        width: 326px;
        height: 88px!important;
    }

    .security_wrapper {
        width: 820px;
        margin: 0 auto 24px;
    }
    .security_title {
        height: 66px;
        line-height: 66px;
        font-size: 18px;
    }
    .security_way_ul {
        margin: 95px auto 88px auto;
    }
    .security_way_ul li.mail {
        background: url(../img/mail.png) no-repeat 70px center;
        background-size: 40px;
    }
    .security_way_ul li.question {
        background: url(../img/question.png) no-repeat 70px center;
        background-size: 40px;
    }
    .security_way_ul li.mobile {
        background: url(../img/mobile.png) no-repeat 70px center;
        background-size: 40px;
    }
    .security_way_ul li {
        width: 378px;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        margin: 0 auto 32px;
        padding-left: 128px;
    }
    .security_tips {
        font-size: 12px;
        padding-bottom: 100px;
    }
    .security_step_box {
        width: 820px;
        height: 94px;
    }
    .security_step_box li.force_item {
        height: 94px;
    }
    .security_step_box li.force_item p {
        line-height: 94px;
        font-size: 14px;
        color: #FF5959;
        background: url(../img/error_ico.png) no-repeat left center;
        padding-left: 22px;
    }
    .security_step_box li.line {
        width: 70px;
    }
    .security_step_box li.line.complete_line:before {
        background: url(../img/line2.png) no-repeat;
        background-size: 132px;
        left: -28px;
    }
    .security_step_box li.line.uncomplete_line:before {
        background: url(../img/line1.png) no-repeat;
        background-size: 132px;
    }
    .account_wrapper,
    .force_wrapper {
        padding: 48px 0 92px;
    }
    .account_box {
        width: 328px;
    }
    .ques_user_input {
        height: 40px;
    }
    .ques_verfiy_input {
        width: 206px;
        height: 40px;
    }
    .ques_verfiy_input_code {
        width: 110px;
        height: 40px;
    }
    .verfiy_code_toggle {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        right: -50px;
    }
    .security_button_box button {
        height: 40px;
        font-size: 14px;
        border-radius: 4px;
    }
    .message_verfiy {
        line-height: 40px;
        font-size: 12px;
    }
    .ques_input_mini {
        width: 280px;
    }
    .ques_answer_input {
        height: 40px;
    }
    .v9black_setPasswordQuestion-model-box {
        width: 282px;
        height: 40px;
    }
    .v9black_setPasswordQuestion-model-box .model-select-text {
        width: 282px;
        height: 36px;
        line-height: 36px;
    }
    .v9black_setPasswordQuestion-model-box .model-select-option {
        width: 282px;
        top: 55px;
    }
    .v9black_setPasswordQuestion-model-box .model-select-option li {
        height: 40px;
        line-height: 40px;
    }
    .v9black_setPasswordQuestion-model-box .model-select-text:after {
        top: 16px;
    }
    .v9black_setPasswordQuestion-model-box .model-select-text_up:after {
        top: 15px;
    }
    .ques_verfiy_item_mini {
        width: 280px;
    }
    .ques_verfiy_input_mini {
        width: 158px;
    }
    .ques_wrapper {
        margin: 46px 119px 24px;
    }
    .security_button_box button {
        width: 328px;
        margin: 44px 0 84px 0;
    }
    .reset_wrapper {
        padding: 56px 0 98px;
    }
    .passwd_box {
        width: 328px;
        margin: 54px auto auto;
    }
    .passwd_tips {
        font-size: 12px;
    }
    .done_wrapper {
        padding: 76px 0 138px;
    }
    .done_box img {
        margin-bottom: 20px;
    }
    .done_box .security_button_box button {
        margin: 74px auto 0;
    }
    .done_tips {
        font-size: 14px;
    }

    .v9black_foot .wraper {
        margin-bottom: 24px;
    }
}
