.showPop{
    box-sizing: border-box;
}
.regpBox{
    padding: 20px;
}
.fp_steps {
    margin: 10px 0 20px 20px;
    font-size: 12px;
}
.fp_steps li {
    float: left;
    width: 105px;
    padding-top: 10px;
    background: url('../images/forgetpwd.png') no-repeat -105px -150px;
    text-align: center;
    color: #b1b1b1;
}
.fp_steps li.cur {
    background-position: 0 -150px;
    color: green;
}
.dclear {
    /*border-top: 1px solid transparent;*/
    margin-top: -1px;
    border-top: 0;
    /*margin: 0;*/
    padding: 0;
    clear: both;
    visibility: hidden;
}


.regpBox .box {
    position: relative;
    float: left;
    width: 250px;
    padding: 10px 0 10px 130px;
    border: 1px solid #e5e5e5;
}
.regpBox .box input {
    border: 0;
}
.regpBox .box .tt {
    position: absolute;
    /*width: 90px;*/
    padding-right: 10px;
    border-right: 1px solid #e5e5e5;
    left: 20px;
    top: 10px;
}
.regpBox .tt .logo_country {
    padding-right: 25px;
}
.regpBox .item {
    margin: 20px 0;
}
.regpBox .box {
    position: relative;
    float: left;
    width: 318px;
    padding: 10px 0 10px 130px;
    border: 1px solid #e5e5e5;
}
/*.regpBox .box {*/
/*width: 100%;*/
/*float: none;*/
/*}*/
.regpBox .box.reg-checkcode {
    width: 450px;
    padding: 0;
    border: 0;
}
.regpBox .box.reg-checkcode .ipt {
    float: left;
    width: 280px;
    padding: 10px 0 10px 20px;
    border: 1px solid #e5e5e5;
}
.regpBox .box.reg-checkcode .send-msg {
    float: right;
    width: 131px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.regpBox .box.reg-checkcode .send-msg a {
    display: block;
}
.regpBox .godown{

}
.regpBox .btnAmend {
    /*display: inline-block;*/
    width: 100px;
    line-height: 30px;
    text-align: center;
    background-color: #FF9900;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin: 30px auto;
}
.regpBox .reg-msg .send-msg a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    /*background: #f0f0f0;*/
}
.regpBox .reglab{
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
}
.regpBox .password .tt .show {
    position: relative;
    margin-left: 8px;
    left: 0;
    top: 1px;
    display: inline!important;
}
.regpBox .password.set .reg_strong {
    margin-top: 5px;
    width: 450px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}
.regpBox .password.set .reg_strong span {
    float: left;
    width: 32%;
    background-color: #f0f0f0;
    text-align: center;
}
.regpBox .password.set .reg_strong span.on {
    background-color: #C01733;
    color: #fff;
}
.regpBox .password.set .reg_strong .medium {
    margin: 0 2%;
}
.regpBox .password.set .reg_strong .strong {
    float: right;
}
.regpBox .reset {
    font-size: 16px;
    /*color: #99CC00;*/
    color: #C01733;
    padding: 20px 0;
    background-color: #F5F5F5;
    text-align: center;
    margin: 20px 0 40px;
}
 a:hover {
    color: #333;
}
