/* main */
/*step*/
.step {
    width: 90%;
    max-width: 560px;
    margin: 50px auto 0 auto;
}
.step li {
    text-align: center;
}
.step .num {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 28px;
    height: 24px;
    display: inline-block;
}
.step .num em {
    background: #ddd;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 24px;
    display: block;
    margin: auto;
}
.step .line_bg {
    height: 3px;
    background: #ddd;
    width: 50%;
    top: 13px;
    position: absolute;
    z-index: 1;
}
.step .line_l {
    left: 0;
}
.step .line_r {
    right: 0;
}
.step .lbg-txt {
    color: #bbb;
    line-height: 14px;
}
.step .on .lbg-txt {
    color: #4d4d4d;
}
.step .on .line_bg, .step .on .num em {
     background: #4d4d4d;
}
/* 用戶 */
.part2,.part3,.part4 {
    display: none;
}

.reg-box {
    width: 100%;
    max-width: 850px;
    margin: 75px auto 0 auto;
}
.reg-box .control-label {
    width: 275px;
    text-align: right;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    float: left;
    line-height: 34px;
    font-weight: normal;
    margin-bottom: 0;
}
.reg-box .control-label b {
    margin-right: 5px;
    font-weight: normal;
    color: red;
}
.reg-box .form-group .item_info {
    position: relative;
    width: 340px;
    float: left;
}
.reg-box .item_info .form-control {
    height: 36px;
    line-height: 36px;
}
.reg-box .close {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 24px;
}
.reg-box .blank {
    width: 18px;
    height: 18px;
    font-size: 16px;
    position: absolute;
    left: 347px;
    top: 11px;
    float: none;
    color: #7abd54;
    background: url("/images/img_login/sucessfill.png") no-repeat;
}
.reg-box .focus,.reg-box .error {
    line-height: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 347px;
    width: 165px;
    padding: 0 2px;
    z-index: 3;
    font-weight: normal;
    font-size: 12px;
    color: #999
}
.reg-box .focusa{
    line-height: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 220px;
    width: 130px;
    padding: 0 5px;
    z-index: 3;
    font-weight: normal;
    font-size: 12px;
    color: #999
}
.reg-box .focus span, .reg-box .error span {
    line-height: 16px;
    display: block;
    padding: 3px 0;
}
.reg-box .valid {
    color: #f00;
}

/*密碼強度*/
.reg-box .strength {
    color: #999;
    padding-right: 10px;
    position: absolute;
    top: 36px;
    right: -9px;
    display: none
}
.reg-box .strength span {
    line-height: 20px;
}
.reg-box .strength b i {
    font-style: normal;
    width: 34px;
    height: 16px;
    line-height: 16px;
    float: left;
    background: #dbdbdb;
    text-align: center;
    margin-left: 1px;
    color: #fff;
}
.reg-box .strength b i.on {
    background: #ff6160
}
/*input*/
.reg-box .required.v_error {
    border-color: #FF0000;
}
.reg-box .required:focus {
    border-color: #1a97d7;
}
/*密碼可見*/
.showpwd {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/images/img_login/showPwd.png) no-repeat center center;
    background-size: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.showpwd.hidepwd {
    background-image: url(/images/img_login/hidePwd.png);
}
.successfulTitle {
    margin-top: 60px;
    color: #0ea21a;
}
.successfulInfo {
    color: #666;
    margin-top: 10px;
}
.VerifyInput {
    width: 153px;
    display: inline-block;
}
#time_box {
    display: none;
}
/*下一步按鈕*/
.reg-box .btn_next {
    background-color: #4d4d4d;
    border: 0;
    color: #fff;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 340px;
    margin-top: 20px;
    border-radius: 5px;
}
.c-blue{color: #59849a;}

/*發送密碼*/
#time_box, #verifyYz {
    background-color: #f3f5f7;
    border-color: #e3e3e3;
    color: #5f5f5f;
    font-size: 13px;
    height: 36px;
}

/*2020-9-11 add 找回密碼方式*/
.reg-box .part1 {
    position: relative;
}
.reg-box .part1 .login_way {
    position: absolute;
    top: -20px;
    right: calc(100% - 616px);
    z-index: 9;
    color: #59849a;
    font-size: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (max-width: 767px) {
    .reg-box .part1 .login_way {
        top: 7px;
        right: 0;
    }
}
.reg-box .part1 .telStyle > div:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 124px;
    width: 10px;
    height: 1px;
    background-color: #ddd;
}
.reg-box .part1 .telStyle > div select {
    display: inline-block;
    width: 120px;
}
.reg-box .part1 .telStyle > div input {
    float: right;
    display: inline-block;
    width: calc(100% - 138px);
}

.wayBtn02
{
   display:none;
}

.login_way02{
   display:none;
}


@media(max-width:767px) {
    .step {
        width: 100%;
        margin: 0 auto;
    }
    .reg-box {
        margin: 20px auto 0 auto;
        min-height: 319px;
    }
    .reg-box .form-group .item_info {
        width: 100%;
    }
    .reg-box .control-label {
        width: auto;
        text-align: left;
        padding-right: 0;
    }
    .reg-box .form-group {
        margin-bottom: 10px;
    }
    .reg-box .focus, .reg-box .error {
        left: 0;
        top: 26px;
    }
    .reg-box .form-group .btn_next {
        margin-top: 20px;
    }
    .reg-box .focusa {
        left: 284px;
    }
    .reg-box .Verifyfail {
        left: 97px;
    }
    .reg-box .btn_next {
        width: 100%;
        margin-top: 0;
    }
    .VerifyInput {
        width: 210px;
    }
    .successfulTitle {
        margin-top: 40px;
    }
    .step .num em, .num i {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
    .step .num i {
        top: 1px;
    }
    .step ul li {
        padding: 0;
    }
    .reg-box .control-label b {
        display: none;
    }

}
