/* 以下为登录 */
.login_box {
    width: 800px;
    height: 560px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 #E5E5E5;
    margin: 30px auto;
    position: relative;
}
.login_left {
    float: left;
    width: 400px;
    height: 420px;
    overflow: hidden;
}
.login_left img {
    width: 100%;
    height: auto;
}
.login_right {
    float: right;
    width: 300px;
    padding: 0 50px;
    height: 100%;
    background: #f5f5f5;
}
.loginTitle {
    line-height: 55px;
    font-size: 24px;
    font-weight: 500;
}
.margin_b {
    margin-bottom: 40px;
}
.loginTitle a{
    color: #006EFF;
    float: right;
    font-size: 14px;
}
.input_box {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    background: url(../common/images/login_icon.png) no-repeat;
    background-size: 20px 160px;
    position:relative;
}
.input_box input[type=text],.input_box input[type=password] {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 40px;
    box-sizing: border-box;
    background: none;
}
.checkBox *{
    color: #777;
    font-size: 12px;
    vertical-align: middle;
    line-height: 40px;
}
.input_box input[type=button] {
    width: 100%;
    height: 100%;
    background: #0055C6;
    color: #fff;
    outline: none;
    border:1px solid #0055C6;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.loginIcon {
    position: absolute;
    bottom: -30px;
    left: -75px;
}
.checkBox .blue {
    color: #0084ff;
}
/* 图标 */
.person {
    background-position: 10px 0;
}
.password_icon {
    background-position: 10px -40px;
}
.phone {
    background-position: 10px -80px;
}
.name_icon {
    background-position: 10px -120px;
}
.ver_code {
	position: absolute;
    right: 0;
    top: 0;
    width: 86px;
	background:#c0c4ce;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    cursor:pointer;
}
.eff_code {
    background: #0055C6;
}
