/**!
 * 新点网上政务大厅-解锁页面
 * author: wangkai;
 */

.mt26 {
    margin-top: 26px;
}

.mt22 {
    margin-top: 22px;
}

.mt17 {
    margin-top: 17px;
}

/* main */

.main {
    min-height: 642px;
    padding-top: 20px;
    padding-bottom:20px;
}

.register-block {
    padding-top: 31px;
    height: 601px;
    background: url(../images/register-bg.png) no-repeat;
    margin-left:5%;
}

.register-hd {
    margin-left: 31px;
    width: 891px;
    height: 41px;
    line-height: 42px;
    padding-left: 45px;
    background-color: #ecedee;
}

    .register-hd span {
        font-family: "Microsoft YaHei";
        font-size: 18px;
        color: #333;
    }

.user-info {
    height: 34px;
    line-height: 34px;
}

    .user-info label {
        float: left;
        width: 147px;
        text-align: right;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        color: #333;
    }

    .user-info input {
        margin-left: 15px;
        float: left;
        padding-left: 15px;
        width: 437px;
        height: 32px;
        line-height: 32px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #999;
    }

    .user-info i {
        float: left;
        margin-left: 20px;
        margin-top: 10px;
        width:150px;
        height: 15px;
        line-height: 15px;
        color: red;
        padding-left: 20px;
        font-size:14px;
        font-style:inherit;
    }

.cur .true-icon {
    display: block;
}

.cur1 .false-icon {
    display: block;
}

.true-icon {
    display: none;
    background: url(../images/true-icon.png) no-repeat;
}

.false-icon {
    display: none;
    background: url(../images/false-icon.png) no-repeat;
}

    .true-icon.cur,
    .false-icon.cur {
        display: block;
    }

.pwd-level {
    margin-left: 163px;
    height: 42px;
    margin-top: 10px;
}

.pwd-level-hd {
    width: 177px;
    height: 16px;
}

.pwd-level-bg1 {
    background: url(../images/level.png);
}

.pwd-level-bg2 {
    background: url(../images/level1.png);
}

.pwd-level-bg3 {
    background: url(../images/level2.png);
}

.pwd-level-bg4 {
    background: url(../images/level3.png);
}

.pwe-level-bd {
    padding-left: 23px;
    height: 26px;
    line-height: 26px;
}

    .pwe-level-bd span {
        margin-right: 38px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
        color: #dfdfdf;
    }

.border1 {
    border: 1px solid #c6c6c6;
}

.border2 {
    border: 1px solid #3e96d6;
}

.phone-number input {
    width: 342px;
}

.phone-number button,#xyClose {
    margin-left: 10px;
    width: 85px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 0;
    background-color: #ff9425;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.phone-number button{
    float:left;
}

    .phone-number button:hover,#xyClose {
        background-color: #f17b00;
    }

.user-info input.cur {
    color: #ff0000;
}

.msg-code::-webkit-input-placeholder { /* WebKit browsers */
    color: #ff0000;
}

.msg-code:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ff0000;
}

.msg-code::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ff0000;
}

.msg-code:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ff0000;
}

.agreement {
    margin-top: 32px;
    margin-left: 163px;
    height: 14px;
}

    .agreement i {
        float: left;
        margin-top: 2px;
    }

.not-selected {
    width: 11px;
    height: 11px;
    border: 1px solid #8e8f8f;
}

.selected {
    width: 13px;
    height: 13px;
    background: url(../images/gouxuan.jpg);
}

.agreement p {
    margin-left: 13px;
    float: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

.agreement a {
	text-decoration:none;
    color: #0068b7;
}

    .agreement a:hover {
        color: #d50709;
    }

.submit-btn {
    display: block;
    margin-left: 163px;
    margin-top: 45px;
    width: 289px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 0;
    background-color: #0068b7;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

    .submit-btn:hover {
        background-color: #1b87d9;
    }

#bg{  
    position: absolute;  
    top: 0%;  
    left: 0%;  
    width: 100%;   
    background-color: black;  
    z-index:1001;  
    -moz-opacity: 0.7;  
    opacity:.70;  
    filter: alpha(opacity=70);
}
        
#xyDetail{ 
    position: fixed;  
    padding-left:20px;
    padding-right:20px;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;  
    width: 700px;  
    height: 500px;  
    padding: 8px;  
    border: 8px solid #E8E9F7;  
    background-color: white;  
    z-index:1002;  
    overflow: auto;
    line-height:22px;
}