/*.login{
	width:810px;
	height: 210px;
	border: 1px solid red;
	position: absolute;
	top: 50%;left: 50%;
	margin-top: -105px;margin-left: -405px;
}*/
body {
    /*background-image: url('../img/IC_login_bk.jpg');*/
}

.left {
    float: left;
}

.login_public_top {
    position: relative;
    width: 100%;
    height: 119px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 119px;
}

    .login_public_top img {
        width: 230px;
        height: 70px;
        margin-left: 470px;
        margin-top: 18px;
        margin-right: 20px;
    }

    .login_public_top div {
        font-family: FZJLJW--GB1-0;
        font-size: 20px;
        color: #ffffff;
        height: 30px;
        line-height: 30px;
        margin-top: 38px;
        border-left: 1px solid #E6E6E6;
        padding-left: 20px;
    }

.home {
    width: 100%;
    height: 100%;
}

.login {
    width: 840px;
    height: 210px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.login_top {
    font-size: 36px;
    color: #FFFFFF;
}

    .login_top span {
        display: inline-block;
        text-align: center;
        padding-right: 10px;
        box-sizing: border-box;
        width: 99px;
        border-right: 1px solid #e6e6e6;
    }

        .login_top span:last-child {
            border-right: 0
        }

.login_English {
    width: 240px;
    font-size: 12px;
    height: 30px;
    line-height: 18px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 36px;
}

.login_start input {
    width: 310px;
    height: 42px;
    border-radius: 2px;
    outline: none;
    border: 0;
    padding-left: 15px;
    box-sizing: border-box;
    margin-right: 10px;
}

.login_start img {
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: -40px;
    margin-top: 14px;
}

.login_start span {
    font-size: 16px;
    color: #FFFFFF;
    width: 170px;
    height: 42px;
    display: inline-block;
    background: #01a7ff;
    border-radius: 2px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.login_infor {
    margin-left: 458px;
    margin-top: 20px;
}

    .login_infor span {
        display: inline-block;
        color: #FFFFFF;
        width: 100px;
        border-right: 1px solid #E6E6E6;
        text-align: center;
    }

        .login_infor span:last-child {
            border-right: 0;
        }

.home_foot {
    height: 40px;
    line-height: 18px;
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #ffffff;
}



/*  register  */

.register_li img {
    width: 100px;
    height: 42px;
}

.register {
    width: 400px;
    height: 640px;
    margin: auto;
    position: absolute;
    color: #FFFFFF;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.width {
    width: 100%;
}

.register_li {
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
}

    .register_li input {
        height: 42px;
        width: 310px;
        padding-left: 15px;
        box-sizing: border-box;
    }

    .register_li span {
        display: inline-block;
        width: 60px;
        margin-right: 10px;
        text-align: right;
    }

.span_register {
    text-align: center;
}

    .span_register span {
        display: inline-block;
        width: 170px;
        height: 42px;
        line-height: 42px;
        background: #01a7ff;
        border-radius: 2px;
        cursor: pointer;
    }

.agree {
    padding-left: 80px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

    .agree span {
        display: inline-block;
        width: 19px;
        height: 19px;
        border: 1px solid #E6E6E6;
        position: relative;
        top: 4px;
    }
