#login_notice input,
#login_notice textarea {
    outline: none;
    -webkit-appearance: none;
}

#login_notice {
    display: none;
    position: fixed;
    width: 390px;
    left: 50%;
    margin-left: -185px;
    margin-top: -154px;
    top: 50%;
    height: auto;
    background: #fff;
    z-index: 1001;
}

#login_notice :-moz-placeholder {
    color: #999;
}

#login_notice ::-moz-placeholder {
    color: #999;
}

#login_notice input:-ms-input-placeholder {
    color: #999;
}

#login_notice input::-webkit-input-placeholder {
    color: #999;
}

.close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    background: url(/img/login/close.jpg) scroll no-repeat 0 0;
    text-indent: -9999px;
}

#login_notice .head {
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    font-weight: bold;
    background: url(/img/logo_03.jpg) scroll no-repeat 10px 10px #f2f0f1;
    border-bottom: 2px solid #018fd9;
    color: #063b7a;
}

#login_notice .login_form {
    margin: 0 auto 40px;
    width: 350px;
}

#login_notice .login_form .login_type {
    font-weight: bold;
    color: #666;
    text-align: right;
    margin: 20px 0 20px;
}

#login_notice .login_type span {
    cursor: pointer;
}

#login_notice .login_type span:first-child{
    float: left;
}

#login_notice .login_type span:nth-child(2) {
    margin-right: 15px;
    cursor: pointer;
    margin-left: 130px;
}

#login_notice .login_type span:last-child {
    margin-right: 0;
}

#login_notice .login_type span:hover {
    border-bottom: 1px solid #666;
}

#login_notice .login_form .active {
    color: #018fd9;
}

#login_notice .login_form .active:hover {
    border-bottom: 1px solid #018fd9;
}

#login_notice .login_form .login_form_group {
    margin-bottom: 15px;
    position: relative;
}

#login_notice .login_form .login_form_group #selectLoginP {
    width: 100%;
    text-align: center;
    height: 35px;
}

#login_notice .login_form .login_form_group input {
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    width: 318px;
    padding-left: 30px;
    color: #333;
}

/* 二维码登录 */
.qRcodeCon .notScave {
    margin: 0 auto;
    width: 202px;
    position: relative;
}

.qRcodeCon .notScave>p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.qRcodeCon .notScave .qRcode {
    width: 146px;
    height: 146px;
    border: solid 1px #e5e5e5;
    margin: 0 auto;
    margin-top: 14px;
}

.qRcodeCon .notScave .qRcode>img {
    width: 146px;
    height: 146px;
    display: block;
    background: #999;
    margin: 0 auto;
}

.qRcodeCon .failureLayer {
    width: 146px;
    height: 104px;
    position: absolute;
    top: 34px;
    left: 28px;
    background: rgba(255, 255, 255, .5);
    padding-top: 42px;
}

.qRcodeCon .failureLayer>p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.qRcodeCon .failureLayer .clickRe {
    width: 80px;
    height: 24px;
    background: #168bbb;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}

.qRcodeCon .scanSuccess {
    overflow: hidden;
    width: 235px;
    margin: 0 auto;
    margin-top: 15px;
}

.qRcodeCon .scanSuccess>img {
    width: 90px;
    display: block;
    float: left;
}

.qRcodeCon .sayRight {
    float: right;
    margin-top: 50px;
}

.qRcodeCon .scanSuccess .sayRight>p:nth-child(1) {
    color: #666;
    margin-top: 15px;
}

.qRcodeCon .scanSuccess .sayRight>p:nth-child(2) {
    margin-top: 5px;
    font-weight: 600;
}

/* 二维码登录 */

#login_notice .login_form .login_form_group #mobile {
    background: url(/img/login/mobile.jpg) no-repeat scroll 10px 10px;
}

#login_notice .login_form .login_form_group .mobDelete {
    position: absolute;
    top: 15px;
    right: 10px;
    color: #999;
}

#login_notice .login_form .login_form_group #mobileCode {
    padding-left: 10px;
    width: 338px;
}

#login_notice .login_form .setPassword p {
    color: #666;
    margin-bottom: 10px;
}

#login_notice .login_form .tip input {
    float: left;
    width: auto;
    height: auto;
}

#login_notice .login_form .tip a {
    color: #018fd9;
}

#login_notice .login_form .login_form_group #username {
    background: url(/img/login/userName_logo.jpg) no-repeat 10px center;
}

#login_notice .login_form .login_form_group #password {
    background: url(/img/login/password_logo.jpg) no-repeat 10px center;
}

#login_notice .login_form .login_form_group .hide {
    display: block;
    width: 50px;
    height: 22px;
    position: absolute;
    top: 13px;
    right: 1px;
    background: #fff url(/img/login/password_bg.jpg) no-repeat;
}

#login_notice .login_form .setPassword .setpass_show {
    top: 40px;
}

#login_notice .login_form .login_form_group .show {
    background-position: 0 -41px;
}

#login_notice .login_form_group #getCode {
    display: block;
    position: absolute;
    top: 4px;
    right: 3px;
    width: 110px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #666;
    background: #f2f2f2;
}

#login_notice .login_form_group #getCode:hover {
    background: #e5e5e5;
}

#login_notice .login_form input.loginError {
    border-color: #ff0000;
}

#login_notice .login_form .remove {
    position: relative;
}

#login_notice .login_form .remove_tip {
    position: absolute;
    top: 13px;
    left: 42px;
    color: #d1d1d1;
}

#login_notice .code_group {
    display: none;
}

#login_notice .code_group>div {
    float: left;
    margin-right: 5px;
}

#login_notice .code_group #verifyCode {
    width: 125px;
    text-indent: 10px;
}

#login_notice .code_group #codeImg {
    margin-top: 5px;
    color: #3a7cb0;
}

#login_notice .code_group .change_code {
    float: left;
    margin-top: 12px;
}

#login_notice .code_group a:hover {
    color: #000 !important;
    text-decoration: none;
}

#login_notice .code_group .verifyCode_group {
    position: relative;
}

#login_notice .code_group .verifyCode_group .remove_tip {
    position: absolute;
    top: 13px;
    left: 10px;
}

.login_form_group .login_btn {
    background: none repeat scroll 0 0 #007ecb;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 25px;
}

.login_form_group .login_btn:hover {
    background: #018fd9;
}

.b_group a {
    color: #3a7cb0;
    font-size: 16px;
}

.b_group .free_regi {
    margin-left: 215px;
}

.msg_error {
    display: none;
    background: rgba(0, 0, 0, 0) url("/img/login/notice_error.jpg") no-repeat scroll 0 2px;
    color: #fa6501;
    left: 0;
    top: 55px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    word-break: break-all;
}