@charset "utf-8";
.login_header_wrap {
    width: 100%;
    min-width: 1182px;
}

.login_header_wrap .login_header {
    width: 1182px;
    height: 100px;
}

.login_header_wrap .login_header .ls_vip_logo {
    height: 100px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-top: 0;
    line-height: 100px;
}

.login_header_wrap .login_header .mem_link {
    height: 100px;
    font-size: 24px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-top: 0;
}

.login_header_wrap .login_header .mem_link a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333333;
}

.login_header_wrap .login_header .mem_link a img {
    position: relative;
    top: 1px;
    right: 5px;
}

html .login_banner {
    z-index: -1;
    min-width: 1182px;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.login_banner .lb_img li {
    text-align: center;
}

.login_banner .lb_img li img {
    position: relative;
    width: 1920px;
    height: 700px;
    vertical-align: top;
}

.main_wrap {
    top: 210px;
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
}

.ls_login_wrap {
    width: 1200px;
    height: 380px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.ls_login_wrap .ls_login_con {
    padding: 0 30px;
    width: 350px;
    height: 380px;
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.ls_login_wrap .ls_login_con .login_title {
    min-height: 80px;
    text-align: center;
    line-height: 80px;
}

.ls_login_wrap .ls_login_con .ls_input {
    height: 46px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.ls_login_wrap .ls_login_con .ls_input .ls_icon {
    width: 39px;
    height: 44px;
    background: url(../images/icon/user_icon1.png) center center no-repeat;
}

.ls_login_wrap .ls_login_con .ls_input input {
    border: none;
    width: 246px;
    height: 42px;
    line-height: 24px;
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    outline: none;
}

.ls_login_wrap .ls_login_con .ls_input2 .ls_icon {
    background: url(../images/icon/user_icon2.png) center center no-repeat;
}

.ls_login_wrap .ls_login_con .ls_input2 {
    margin-top: 10px;
    margin-bottom: 14px;
}

.ls_login_wrap .ls_login_con .auto_login {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #666666;
}

.ls_login_wrap .ls_login_con .auto_login input {
    position: relative;
    top: -2.5px;
    width: 14px;
    height: 14px;
}

.ls_login_wrap .ls_login_con .auto_login label {
    margin-left: 3px;
}

.ls_login_wrap .ls_login_con .auto_login .no_remeber {
    color: #666666;
}

.ls_login_wrap .ls_login_con .waring {
    margin-top: 24px;
    height: 14px;
    line-height: 14px;
    color: #fc4340;
    font-size: 14px;
}

.ls_login_wrap .ls_login_con .login_btn {
    margin-top: 10px;
    height: 46px;
    line-height: 46px;
    opacity: .85;
    filter: alpha(opacity=85);
    transition: .5s;
    background-color: #006352;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.ls_login_wrap .ls_login_con .login_btn:hover {
    background-color: #024f42;
    opacity: 1;
    filter: alpha(opacity=100);
}

.ls_login_wrap .ls_login_con .register {
    margin-top: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
}

.ls_login_wrap .ls_login_con .register a {
    padding: 0 10px;
    color: #666666;
}

.ls_login_wrap .ls_login_con .register .speed_jh {
    border-right: 1px solid #cccccc;
}

.footer_text {
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    width: 100%;
    -ms-box-sizing: border-box;
}

.footer_text p {
    height: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.login_titleText {
    font-size: 22px;
    vertical-align: middle;
    display: inline-block;
}















