ul,
li,
h2,
h1,
h3,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.img-responsive {
    max-width: 100%;
}


/*.login-footer{
    background:#f3f2f2;
    padding:25px;
}*/

.login-footer li {
    /*  text-align:center;*/
    margin: 10px 0;
    color: #b9b9b9;
}

.container {
    padding: 10px 0;
}

#logo_head {
    width: 120px;
    height: 40px;
}

.companyUser {
    padding: 10px 15px 10px 35px;
    background: url("../../../images/login/company.png") no-repeat 15px 7px;
    background-color: #3797fa;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-right: 30px;
}

.personUser {
    padding: 10px 15px 10px 35px;
    background: url("../../../images/login/person.png") no-repeat 15px 7px;
    background-color: #f37835;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
}

.login-bg {
    position: relative;
}

.btnContent {
    position: absolute;
    bottom: 34%;
    width: 100%;
    text-align: center;
}

.btnContent a:hover {
    text-decoration: none;
    color: white;
}

.btnContent a:visited {
    text-decoration: none;
    color: white;
}

.login-bg {
    background: url("../../../images/login/bg.png") no-repeat;
    background-size: cover;
    min-height: 500px;
}

form input {
    font-size: 12px !important;
}

@media (max-width: 767px) {
    .companyUser {
        display: block;
        width: 200px;
        margin: 20px auto;
    }
    .personUser {
        display: block;
        width: 200px;
        margin: 20px auto;
    }
    .login-bg {
        background: url("../../../images/login/phone-bg.png") no-repeat;
        background-size: cover;
        min-height: 500px;
    }
    /* .login-footer {
        background: #f3f2f2;
        padding:0;
    }*/
    .container {
        padding: 10px 0;
    }
}


/*loginNew*/

.loginNew-bg {
    background: url("../../../images/login/loginNew-bg.png") no-repeat;
    background-size: cover;
    min-height: 500px;
}

.person-login-new-bg .container,
.loginNew-bg .container {
    padding-top: 80px;
}

.company-login-form {
    background: #fff;
    padding: 0;
}

.company-login-infor {
    padding: 25px 10% 10px;
}

.company-login-infor input:focus {
    border-color: #3797fa;
}

.person-login-new-bg .company-login-infor input:focus {
    border-color: #f38f36;
}


/* 个人登录 */

#login_name:focus {
    background: url("../../../images/new-pic/login-person-user.png") no-repeat 15px center;
    background-size: 14px 14px;
}

#login_pwd:focus {
    background: url("../../../images/new-pic/login-person-pwd.png") no-repeat 15px center;
    background-size: 14px 14px;
}


/* 企业登录 */

#login_name_cop:focus {
    background: url("../../../images/new-pic/login-person-company.png") no-repeat 15px center;
    background-size: 14px 14px;
}

#login_pwd_cop:focus {
    background: url("../../../images/new-pic/login-company-pwd.png") no-repeat 15px center;
    background-size: 14px 14px;
}

.company-login-infor form>div,
.company-login-infor>div {
    margin-bottom: 15px;
}

.company-name-input,
.company-password-input {
    width: 100%;
    display: block;
    margin: auto;
    padding-left: 50px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: #2699fb;
}

.company-name-input {
    background: url("../../../images/login/loginNew-person.png") no-repeat 15px center;
}

.company-password-input {
    background: url("../../../images/login/loginNew-password.png") no-repeat 15px center;
}

.test-code-input {
    float: left;
    width: 50%;
    padding-left: 10px;
    border-radius: 20px;
    border: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    outline: #2699fb;
}

.test-code {
    float: left;
    width: 47%;
    padding-left: 3%;
    vertical-align: middle;
}

.company-login-btn {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 20px;
    border: 1px solid #2699fb;
    height: 35px;
    line-height: 35px;
    outline: none;
    background: #2699fb;
    color: #fff;
    text-align: center;
}

.jump-register {
    background: #f0f2f4;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #2699fb;
}

.company-login-form .jump-register>a {
    color: #2699fb;
}

.remember-pwd {
    margin-right: 2px;
    vertical-align: top;
}

.company-login-infor .clearfix {
    font-size: 12px;
}


/*个人登录*/

.person-login-new-bg {
    background: url("../../../images/login/person-login-bg.png") no-repeat;
    background-size: cover;
    min-height: 500px;
}

@media (max-width: 767px) {
    .person-login-new-bg {
        background: url("../../../images/login/phone-bg1.png") no-repeat;
        background-size: cover;
        min-height: 500px;
    }
    .loginNew-bg {
        background: url("../../../images/login/phone-bg2.png") no-repeat;
        background-size: cover;
        min-height: 500px;
    }
}

.person-login-btn {
    display: block;
    width: 100%;
    margin: 20px auto 0;
    border-radius: 20px;
    border: 1px solid #ff761b;
    height: 35px;
    line-height: 35px;
    outline: none;
    background: #ff761b;
    color: #fff;
    text-align: center;
}

.remember-pwd {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 0.01;
    margin: 0!important;
}

.checked-img {
    cursor: pointer;
    position: absolute;
}

.readMe-text {
    margin-left: 24px;
}

.person-jump-register {
    background: #f0f2f4;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.person-jump-register>a {
    color: #ff761b;
}


/* 验证码 */


/* @font-face{
    font-family: 'code';
    src : url('zt01.ttf');
} */

.img-code {
    font-family: 'code';
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 3%;
    display: inline-block;
    cursor: pointer;
    /* border: 1px solid #f1c01d; */
    color: #fff;
    /* font-weight: bold; */
    font-size: 24px;
    user-select: none;
    /* background: -webkit-linear-gradient(left, #d3caca , #fff); */
    background: url('../../../images/new-pic/code-img.png') no-repeat;
    background-size: 100% 100%;
}

.person-login-new-bg,
.loginNew-bg {
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1601px) {
    .person-login-new-bg,
    .loginNew-bg {
        min-height: 700px;
    }
}

@media screen and (max-width: 1600px) {
    .person-login-new-bg,
    .loginNew-bg {
        min-height: 500px;
    }
}


/* 百万医疗 */

.bznr-tr1 {
    background: #D6EDFF;
}