/*注册*/
.register .zhuce {
    position: relative;
    font-size: 0
}

.register .zhuce div {
    font-size: 18px;
    text-align: center;
    color: #343434;
    font-weight: 600;
    height: 100px;
    line-height: 100px;
    margin-bottom: 5px;
}

.register .zhuce p {
    position: absolute;
    right: 20px;
    bottom: 0;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}

.register .zhuce p span {
    color: #013d83;
    font-size: 12px;
    display: inline-block;
    line-height: 30px;
    cursor: pointer;
}

.box_reg {
    width: 100%;
    background: #f9fafe;
    border: 1px solid #ccc;
    margin-bottom: 200px;
    position: relative;
}

.box_reg li {
    width: 190px;
    height: 40px;
    border-bottom: 1px solid #ccc;
    padding: 18px 0 0 30px;
    font-size: 16px;
    color: #343434;
    cursor: pointer;
}

.box_reg li:first-child i {
    margin-right: 23px;
    float: left;
    background: url(../images/register/phope.png) no-repeat;
    width: 20px;
    height: 20px;
}

.box_reg li:last-child i {
    margin-right: 23px;
    float: left;
    background: url(../images/register/xinf.png) no-repeat;
    width: 20px;
    height: 20px;
}

.box_reg li.cur {
    background: #f9fafe;
    color: #013d83;
}

.box_reg li:first-child.cur i {
    width: 20px;
    height: 20px;
    background: url(../images/register/ipon.png) no-repeat;
    display: inline-block;
}

.box_reg li:last-child.cur i {
    width: 20px;
    height: 20px;
    background: url(../images/register/xinf2.png) no-repeat;
    display: inline-block;
}

.box_reg .zhuceTab {
    margin-top: 20px;
}

.big_r {
    width: 720px;
    background: #f9fafe;
    padding: 40px 0 0 300px;
    /*padding: 40px 0 0 183px;*/
}

.ipt {
    position: relative;
    margin-bottom: 20px;
    font-size: 0;
}

.ipt i span {
    display: inline-block;
    font-size: 12px;
    color: #999;
    width: 150px;
    text-align: left;
    margin-left: 10px;
}

.ipt span {
    display: inline-block;
    font-size: 16px;
    color: #999;
    width: 90px;
    text-align: left;
    vertical-align: middle;
    line-height: 42px;
}

.ipt input {
    display: inline-block;
    height: 40px;
    width: 280px;
    line-height: 40px;
    padding-left: 20px;
    border: 1px solid #ccc;
}

.ipt input:focus {
    border: 1px solid #66afe9;
}

.ipt a {
    position: absolute;
    top: 0px;
    right: 328px;
    width: 100px;
    height: 42px;
    background: #2178c8;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

/*.ipt1 i{margin-left: 20px; }*/
.ipt .captchas {
    width: 180px;
}

.ipt .captcha_img {
    height: 42px;
    width: 95px;
    margin-left: 5px;
}

.ipt button {
    font-size: 12px;
    color: #013d83;
}

.ipt2 a {
    background: 0;
    width: 90px;
}

.ipt2 input {
    width: 180px;
}

.submit {
    margin-top: 40px;
}

.submit i {
    font-size: 12px;
    color: #676767;
    display: inline-block;
}

.submit a {
    font-size: 12px;
    color: #3a3d83;
    display: inline-block;
}

.submit a:hover {
    text-decoration: underline
}

.submit button {
    width: 392px;
    height: 39px;
    display: block;
    border-top: 1px solid #85a2c4;
    background: #013D83;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    margin-top: 19px;
}

.submit input {
    width: 15px;
    height: 15px;
}

.login {
    text-align: center;
    height: 100px;
    width: 100%;
    padding: 50px 0;
}

.loginTitle {
    position: relative
}

.loginTitle p span {
    display: inline-block;
    margin: 0 10px;
    height: 2px;
    width: 130px;
    background: #ccc;
}

.loginTitle p {
    text-align: center;
    color: #999;
    line-height: 30px;
    vertical-align: middle;

}

.login p {
    font-size: 12px;
    color: #013d83;
    margin-bottom: 12px;
}

.login .loginIcon {
    margin-top: 30px;
    margin-left: -15px;
}

.login .loginIcon a {
    margin: 0px 8px;
}

/*请按住滑块*/
/***校验报错tip框****/
.errorTip {
    background: #fff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    border: 1px solid #a8a6a7;
    padding: 0px 28px 0px 35px;
    line-height: 46px;
    width: auto;
    color: #f86e1b;
    font-size: 12px;
    border-radius: 4px;
    position: relative;
}

.errorTip::before {
    content: url(../images/register/error_arrow.png);
    position: absolute;
    top: 0px;
    left: -6px;
    width: 6px;
    height: 9px;
}

.errorTip em {
    position: relative;
    display: block
}

.errorTip em i {
    position: absolute;
    background: url("../images/register/error_tip.png") no-repeat;
}

.errorTip .error {
    background-position: 0px 0px;
    width: 14px;
    height: 15px;
    top: 15px;
    left: -20px;
}

.errorTipAddr {
    position: absolute;
    top: -7px;
    left: 256px
}

.ipt .errorTipAddr {
    top: -3px;
    left: 410px;
}

.searchBox .errorTip {
    padding: 5px 10px;
    line-height: 20px;
    box-shadow: 1px 1px 4px rgba(9, 59, 245, 0.2);
}

.searchBox .errorTipAddr {
    top: 24px;
    left: 40px;
}

.searchBox .errorTip::before {
    content: url(../images/register/error_arrow_up.png);
    left: 60%;
    top: -14px;
    width: 9px;
    height: 6px;
}

/***/
#slider {
    width: 302px;
    height: 40px;
    position: relative;
    border-radius: 2px;
    background-color: #e8e8e8;
    overflow: hidden;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    float: left;
}

.huakuai {
    float: left;
    line-height: 40px;
    height: 40px;
}

#slider_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #7ac23c;
    z-index: 1;
}

#label {
    width: 46px;
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    background: #fff;
    z-index: 3;
    cursor: move;
    font-weight: 700;
    font-size: 16px;
    color: #dae2d0;
    text-align: center;
}

#labelTip {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #787878;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    display: inline-block;
    text-indent: 40px;
}

#labelTip {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, #fff), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 2s infinite linear;
    -moz-animation: slidetounlock 2s infinite linear;
    -o-animation: slidetounlock 2s infinite linear;
    -ms-animation: slidetounlock 2s infinite linear;
    -webkit-text-size-adjust: none;
}

@keyframes slidetounlock {
    0% {
        background-position: -160px 0;
    }
    100% {
        background-position: 160px 0;
    }
}

.next-btn {
    height: 38px;
    background: #013D83;
    padding: 0 30px;
    color: white;
    margin-left: 90px;
    cursor: pointer;
}

.next-btn[disabled] {
    background: #e8e8e8;
    color: #787878;
}

.next-btn[disabled]:hover {
    cursor: default;
}

.open-yzm {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 300px;
    z-index: 9999;
    margin-left: -400px;
    margin-top: -150px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}

.open-yzm-bg {
    position: relative;
    z-index: 1;
    background: white;
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
}

.open-yzm-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.close-yzm {
    background: url(../images/register/close-yzm.png);
    width: 27px;
    height: 26px;
    position: absolute;
    right: -13.5px;
    top: -13px;
    z-index: 10;
    cursor: pointer;
}

.open-yzm-content h4 {
    font-size: 18px;
    padding: 40px 40px 20px;
    color: #343434;
    font-weight: 600;
}

.open-yzm-content h6 {
    font-size: 16px;
    padding: 0 0 40px 40px;
    color: #999;
}

.open-yzm-nub {
    right: 0;
    left: 212px;
}

/*请按住滑块*/
/*弱中强*/
.wrap_ps {
    margin: 10px 78px 0 10px;
    float: right;
}
.wrap_ps_01{
    margin: -28px 78px 0 10px;
    float: right;
}

.passPd li {
    float: left;
    width: 76px;
    height: 14px;
    background: #d4d4d4;
    text-align: center;
    line-height: 14px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
    padding: 0;
}

.passPd li.cur {
    background: #ffc600;
    color: #fff;
}

.p_pass {
    color: #D4D4D4;
    font-size: 12px;
}

.autoli {
    width: 540px !important;
    height: 20px !important;
}

.autoli span {
    width: auto;
}

.autoul {
    position: absolute;
    z-index: 100;
    height: 306px;
    overflow: hidden;
    left: -100px;
    padding-left: 170px;
}

/**/
.registerpwd {
    margin-left: 320px;
    padding-top: 40px;
}
.hide{
    display: none;
}
