﻿body{
    /*background: url("img/bg3.jpg") no-repeat center top;*/
    /*background-size: cover;*/
}
@media (max-width: 992px) {
    .header_all{
        display: none;
    }
}
.login{
    width: 100%;
    background: url("img/bg3.jpg") no-repeat center top;
    background-size: cover;
    padding-bottom: 340px;
}
.login h2{
    width: 100%;
    display: inline-block;
    color: #f95e01;
    text-align: center;
    font: bold 55px/91px "微软雅黑";
    margin-top: 110px;
}
.login_text{
    width: 485px;
    margin: 0px auto;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 50px;
    padding-bottom: 40px;
}
.login_text label{
    display: inline-block;
    width: 100%;
}
.login_text h4{
    font-size: 16px;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    color: #f95e01;
}
.login_text .login_l{
    display: block;
    width: 156px;
    text-align: right;
    line-height: 46px;
}
.login_text .warning{
    color: rgb(255, 0, 0);
}
.login_text .tit{
    color: #333;
    font-size: 14px;
}
.login_text input{
    width: 200px;
    height: 32px;
    border: 1px #c8c3c3 solid;
    padding-left: 6px;
    margin-bottom: 15px;
}
.login_text select{
    width: 208px;
    height: 36px;
    border: 1px #c8c3c3 solid;
    padding-left: 6px;
    margin-bottom: 15px;
}
.login_text .btn{
    display: block;
    width: 239px;
    height: 50px;
    background: #f95e01;
    margin: 10px 0 0 127px;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    border: none;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
}
.login_text .btn:hover,.login_text .btn:focus{
    background: #f95e01;
    color: #fff;
}
@media (max-width: 992px) {
    .login h2 {
        width: 100%;
        display: inline-block;
        color: #f95e01;
        text-align: center;
        font: bold 0.5rem "微软雅黑";
        margin-top: 2rem;
    }

    .login_text {
        margin-top: 0.5rem;
        padding-bottom: 0.4rem;
    }
    .login {
        width: 100%;
        /* background: url(img/bg3.jpg) no-repeat center top; */
        /* background-size: cover; */
        padding-bottom: 2rem;
    }
}
@media (max-width: 500px) {
    .login_text{
        width: 100%;
    }
    .login_text .login_l {
        display: block;
        width: 28%;
        text-align: right;
        line-height: 46px;
    }
    .login_text h4 {
        font-size: 0.3rem;
        padding-bottom: 0.2rem;
        padding-top: 0.1rem;
        text-align: center;
        color: #f95e01;
    }
    .login_text input {
        width: 58%;
        height: 32px;
        border: 1px #c8c3c3 solid;
        padding-left: 1%;
        margin-bottom: 15px;
    }
    .login_text .btn {
        display: block;
        width: 70%;
        height: 0.8rem;
        background: #f95e01;
        margin: 10px auto 0;
        cursor: pointer;
        color: #fff;
        border-radius: 6px;
        border: none;
        font-size: 0.4rem;
        line-height: 0.8rem;
        text-align: center;
    }
}