* {
    margin: 0px;
    padding: 0px;
}

body,
html {
    font-family: "microsoft yahei";
}


/*布局开始*/
body{
    height: 100%;
}
.header {
    height: 15%;
    background-color: white;
    margin-left: 10%;
}
.header img{
    width: 5%;position: relative;top: 15%;
}
.header span{
    color: #46617f;
    font-size: 32px;
    position: relative;
    top:-10px;
    font-weight: bold;
}
.icon {
    width: 70px;
    height: 70px;
    border: 1px solid red;
    display: inline-block;
}

.header-size {
    font-size: 32px;
    color: #4c617c;
    display: inline-block;
    width: 600px;
    height: 70px;
    line-height: 70px;
}

.cont {
    background: #86b4c5;
    background: url(../img/login/carExam.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 78%;
    position: relative;
}

.lrform {
    max-width: 450px;
    background: #fafafa;
    padding: 15px 15px;
    border: 1px solid #eee;
    position: absolute;
    top:50%;
    right: 10%;
    margin-top: -213px;

}




.login-top {
    height: 74px;
    line-height: 74px;
    background-color: white;
    color: #3b526c;
    font-size: 32px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.form {
    width: 400px;
    /*height: 260px;*/
    margin: 10px;
}

ul li {
    list-style: none;
}

.item-fore {
    position: relative;
    height: 40px;
    /*margin-bottom: 5px;*/
}

.login-label {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 33px;
    height: 30px;
}

/*.label-name {
	background: url(../img/login-labelName.png) no-repeat;
}

.label-pwd {
	background: url(../img/login-labelPwd.png) no-repeat;
}
*/
.sub {
    text-align: center;
}

.sub input {
    width: 80px;
    background-color: #28ae60;
    color: #FFFFFF;
    font-size: 13px;
    height: 33px;
    line-height: 25px;
    font-family: "microsoft yahei";
    outline: none;
    border: none;
    border-radius: 5px;
}

input[type="submit"]:hover {
    cursor: pointer;
}


/*布局结束*/

.reg-box li {
    /*line-height: 40px;*/
    width: 350px;
    overflow: hidden;
    height: 45px;
}

.itxt {
    padding: 0 0 0 0px;
    font-size: 10px;
    width: 200px;
    height: 25px;
    /*line-height: 20px;*/
    border: 1px solid #dddddd;
    border-radius: 5px;
    text-indent: 0.5em;
    float: right;
    margin-right: 30px;
}

.reg-box li select option {
    font-size: 16px;
}

.registered .btn a {
    background: #ff7200;
    margin-left: 110px;
}


/*验证码*/

.add {
    width: 70px;
    float: left;
    display: inline-block;
    cursor: pointer;
    margin-left: 0px;
}

.reg-box li .input-code {
    width: 106px;
    padding: 10px;
    font-family: Arial;
    font-style: italic;
    color: red;
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
    text-indent: 0;
}

.yzm,
.phoKey {
    background: #f0f6fd;
    text-align: center;
    line-height: 32px;
    color: green;
    height: 35px;
    border-radius: 5px;
    margin-left: 17px;
}

.phoKey {
    letter-spacing: 3px;
    font-size: 18px;
}

.yzmc {
    background: #dddddd;
    text-align: center;
    line-height: 44px;
    color: #999;
}

.error {
    clear: both;
    /*display: inline;*/
    color: red;
    padding-left: 130px;
    /*padding-bottom: 3px;*/
    height: 20px;
    /*float: left;*/
    font-size: 8px;
    line-height: 20px;
    width: 400px;
    display: block
}

input {
    background-color: #fff;
    outline: none;
}

.reg-box li input.errorC,
.errorC {
    border: 1px solid red;
}

.reg-box li input.checkedN,
.checkedN {
    border: 1px solid #1ece6d;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.register {
    display: inline-block;
    color: white;
    text-indent: 7rem;
    margin-top: 10px;
}

.safe {
    margin-top: -20px;
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
}

.safe>a {
    color: #2e94f2;
    margin-left: 80px;
    text-decoration: none;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    margin-top: 15px;
    height: 128px;
    line-height: 128px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.left-field {
    margin-left: 30px;
}

.form-group {
    text-align: center;
}
footer{
    height: 5%;
}
footer p{
    text-align: center;
    color: #333;
    font-size: 12px;
    position: relative;
    top: 50%;
    margin-top: -5px;
}
footer p a{
    color: #333;
    text-decoration: none;
    margin-right: 1%;
}