@charset "UTF-8";
::-moz-placeholder {
    color: #bbbbbb;
}

:-ms-input-placeholder {
    color: #bbbbbb;
}

::-webkit-input-placeholder {
    color: #bbbbbb;
}

a,
input {
    outline: none;
}

body {
    background: #f8f8f8;
}

.cl_head {
    height: 80px;
    background: #ffffff;
}

.cl_head_in {
    width: 1000px;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.cl_head_in .logo {
    display: block;
    height: 80px;
    overflow: hidden;
}

.cl_head_in .logo span {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
    *display: block;
    *font-family: arial;
    *font-size: 52px;
}

.cl_head_in .logo span img {
    width: auto !important;
    height: auto !important;
    vertical-align: middle;
}

.help_info {
    padding-top: 25px;
}

.help_info dd {
    float: left;
}

.help_info dd.c_line {
    width: 1px;
    height: 15px;
    background: #CCCCCC;
    margin: 7px 15px 0;
}

.help_info dd a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    background: url("../images_new/c_login_icon.png") no-repeat;
}

.help_info dd a.service {
    background-position: 0 -154px;
    cursor: default;
}

.help_info dd a.service b {
    font-size: 20px;
    color: #0dc2b3;
    vertical-align: -3px;
    margin-left: 5px;
}

.head_nav {
    width: 100%;
    height: 45px;
    background-color: #404145;
}

.head_nav ul {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.head_nav li {
    float: left;
}

.head_nav li>a {
    display: block;
    width: 105px;
    line-height: 45px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-right: 25px;
}

.head_nav li>a:hover,
.head_nav li>a.on {
    color: #ffffff;
    background-color: #0dc2b3;
}

.find_pwd_warp {
    width: 1000px;
    max-width: 100%;
    min-height: 400px;
    font-size: 14px;
    color: #333333;
    padding-top: 50px;
    background: #ffffff;
    margin: 20px auto;
}

.pwd_find_step {
    width: 400px;
    margin: 0 auto;
}

.steps_info li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.steps_info li:first-child {
    margin-left: 0;
}

.steps_info li a {
    display: block;
    position: relative;
    line-height: 30px;
    color: #333333;
    background: #e5e5e5;
    text-align: center;
    text-indent: 15px;
}

.steps_info li a.a1:after,
.steps_info li a.a2:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid #e5e5e5;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 9;
}

.steps_info li a.a2:before,
.steps_info li a.a3:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 15px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.steps_info li a.on {
    color: #ffffff;
    background: #0dc2b3;
}

.steps_info li a.a1.on:after,
.steps_info li a.a2.on:after {
    border-left-color: #0dc2b3;
}

.fill_info {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-sizing: border-box;
    margin-top: 25px;
}

.fill_info:focus {
    border-color: #0dc2b3;
}

.fill_code {
    position: relative;
}

.fill_code a {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 95px;
    height: 38px;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.fill_code a img {
    width: 100% !important;
    height: 100% !important;
}

.fill_num,
.fill_code {
    position: relative;
}

.finder_info {
    margin-top: 10px;
}

.finder_info.mt25 {
    margin-top: 25px;
}

.fill_num.get .fill_info {
    width: 220px;
}

.fill_num.get:after {
    right: 190px;
}

.fill_num.get a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    line-height: 40px;
    color: #ffffff;
    background: #0dc2b3;
    border-radius: 3px;
    text-align: center;
}

.fill_num.get a:hover {
    color: #ffffff;
    background: #56dcd1;
}

.fill_num.get a.dis {
    color: #ffffff;
    background: #d3d3d3;
    cursor: not-allowed;
}

.fill_num:after,
.fill_code:after {
    content: '';
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images_new/find_pwd_msg.png") no-repeat;
}

.fill_code:after {
    right: 106px;
}

.fill_num.right:after,
.fill_code.right:after {
    display: block;
    background-position: center top;
}

.fill_num.wrong:after,
.fill_code.wrong:after {
    display: block;
    background-position: center bottom;
}

.error_msg {
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #ff2f2f;
    border-radius: 3px;
    margin-top: 20px;
}

.move_next_btn {
    display: block;
    width: 100%;
    line-height: 40px;
    color: #ffffff;
    border-radius: 3px;
    background: #0dc2b3;
    box-sizing: border-box;
    text-align: center;
    margin-top: 25px;
}

.move_next_btn:hover {
    color: #ffffff;
    background: #56dcd1;
}

.note_msg {
    font-size: 12px;
    color: #ff2f2f;
    padding: 20px 30px;
    border-top: 1px dashed #e9e9e9;
    margin-top: 60px;
}

.pwd-html,
.pwd-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pwd-body {
    background: url("../images_new/pwd_fake_index.jpg") no-repeat center top;
}

.pwd_pop {
    width: 460px;
    text-align: center;
}

.dialog-close {
    float: right; 
    margin-right: 20px;
    font-size: x-large; 
    color: black;
}

.pwd_pop .pwd_tip {
    font-size: 12px;
    color: #666;
}

.pwd_pop .pwd_tip.error {
    text-align: left;
    margin-left: 40px;
    color: #ff2f2f;
    height: 16px;
}

.pwd_pop .pwd_box {
    width: 380px;
    margin: 10px auto;
}

.pwd_pop .pwd_box td {
    text-align: right;
    min-width: 150px;
}

.pwd_pop .pwd_box input {
    margin: 5px;
    width: 230px;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.pwd_pop .pwd_box i {
    position: absolute;
    margin: 18px -30px;
    width: 15px;
    height: 15px;
    background: url("../images_new/btn_reset_input.png")no-repeat;
    cursor: pointer;
}

.pwd_button {
    text-align: center;
}

.pwd_button .save {
    margin-top: 15px;
    float: right;
    margin-right: 50px;
    width: 100px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 3px;
    background: #0dc2b3;
    display: block;
}

.pwd_button .ignore {
    margin-top: 15px;
    float: left;
    margin-left: 62px;
    width: 100px;
    line-height: 35px;
    color: #ffffff;
    border-radius: 3px;
    background: #cccccc;
    display: block;
}

.pwd_button a:hover {
    background: #56dcd1;
}

.oneNum {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.QqService {
    width: 30px;
    height: 122px;
    background: url(../images_new/qq-service.png);
    background-size: cover;
    position: absolute;
    top: 300px;
    right: 0;
}

.checkResultNoMobile {
    text-align: center;
    color: red;
}

.checkResult {
    font-size: 10px;
    text-align: center;
    color: black;
}

.checkResult input {
    text-align: center;
    font-size: 1.5em;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    border-radius: 5px;
    padding: 0.6em 0.6em;
}

.checkResult span {
    font-family: LiSu, Microsoft YaHei;
    font-weight: bold;
    font-size: 2.2em;
}

.helpcenter{
    margin-top: 45px;
    float: right;
    font-size: 14px;
    color: #666666;
    display: block;
    line-height: 18px;
    padding-left: 22px;
    background: url(../images/help.png) no-repeat;
}

@media screen and (max-width: 1024px) {
    .support,
    .new_foot,
    .help_info,
    .cl_head,
    .head_nav {
        visibility: hidden;
        display: none;
    }
    .find_pwd_warp{
        max-width: 450px;
        width: 100%;
        transform: translateY(20%);
    }
    .cl_head_in,
    .head_nav ul,
    .find_pwd_warp {
        min-width: 320px;
    }
    .cl_head_in .logo {
        position: relative;
        left: 50%;
        margin-left: -147px;
    }
    .find_pwd_warp {
        margin-top: 0;
    }
    .a1 span {
        display: none;
    }
    .pwd_find_step {
        width: 90%;
    }
    .fill_num.get .fill_info {
        width: calc(100% - 170px);
    }
    .fill_num.get:after {
        right: 180px;
    }
    .checkResult input {
        text-align: center;
        font-size: 1.5em;
        border: 1px solid #c8cccf;
        color: #6a6f77;
        border-radius: 5px;
        padding: 0.4em 0.4em;
   }
}

@media screen and (max-width: 600px){
    .checkResult input {
        text-align: center;
        font-size: 1.5em;
        border: 1px solid #c8cccf;
        color: #6a6f77;
        border-radius: 5px;
        padding: 0.2em 0.2em;
   }

}