/* 未能缩小。正在返回未缩小的内容。
(214,40): run-time error CSS1046: Expect comma, found '255'
(214,48): run-time error CSS1046: Expect comma, found '/'
(299,17): run-time error CSS1038: Expected hex color, found '#fff0'
(299,22): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(392,44): run-time error CSS1046: Expect comma, found '0'
(392,48): run-time error CSS1046: Expect comma, found '/'
(401,1): run-time error CSS1019: Unexpected token, found '}'
 */

    * {
        margin: 0;
        padding: 0;
    }
::-webkit-input-placeholder { /* WebKit browsers */
color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #fff;
}
.input_user{
        background: none;
        border: 1px solid #747373;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        line-height: 59px;
        padding: 0 10px;
        color: #fff;
        font-size: 16px;
        outline: none;
        padding-left: 10px;
        border-radius: 2px;
        }
.language option {color:#000;}
.forgot {color :#888;margin-top: 0px;margin-bottom:15px;display: none;margin-left:0.5rem;}
.forgot a{color:#888;}
.language {
display:none;float:right;background-image: linear-gradient(90deg, #b6932f 0%, #d3c183 100%), linear-gradient(#b6932f, #b6932f);margin-right:20px;color: #fff;margin-top:1rem;padding:.1rem .25rem .3rem;border:none;outline:none;}
.input_password{
        background: none;
        border: 1px solid #747373;
        width: 100%;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        outline: none;
        padding-left: 10px;
        border-radius: 2px;
        }
    /**input {
        background: url("/Content/img/user.jpg") 0px center no-repeat;
        border: 1px solid #ddd;
        width: 100%;
        box-sizing: border-box;
        height: 59px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        outline: none;
        padding-left: 70px;
    }*/

    input:focus {
        border-color: #e59a23;
    }
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active 
     {
       -webkit-transition-delay: 999999999s;
       -webkit-transition: color 999999999s ease-out, background-color 99999s ease-out;
    }

    body, html {
        background: #323232;
        height: 100%;
        font-size: 15px;
        -webkit-user-select: none;
    }

    .top-bg {
        position: absolute;
        top: 0;
        bottom: 50%;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .login-box {
        background: none;
        border: 0px solid #fff;
        position: absolute;
        border-radius: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
        max-width: 50%;
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1000px;
    }
.logo_pc {
display:block;
}
.logo_phone {
display:none;
}
    .logo {
        background: none;
        padding: 0px 50px  0px 0px;
        margin-bottom: 0px;
        border-radius: 10px;
        float: left;
        margin-top: 0px;
    }

        .logo img {
            height: auto;
            width: auto;
            vertical-align: middle;
        }

    .input, .btn-box {
        margin-bottom: 20px;
        padding: 0 45px;
        font-size: 15px;
    }

    .btn {
        display: inline-block;
        min-width: 160px;
        width: 160px;
        height: auto;
        text-align: center;
        padding: 15px 0;
        background-image: linear-gradient(90deg, #b6932f 0%, #d3c183 100%), linear-gradient(#b6932f, #b6932f);
        color: #fff;
        cursor: pointer;
        border: none;
        box-sizing: content-box;
        border:
        none;
        outline:
        none;
    }

        .btn:hover {
        opacity: 0.95;
        }

    .btn-green {
        background: linear-gradient(90deg, #626262 0%, #ababab 100%), linear-gradient(#999, #e1e1e1);
        float: right;
    }

    .modal {
        background: rgba(0,0,0,.75);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
        z-index: 9999999;
        padding: 0 2rem;
        box-sizing: border-box;
        display: none;
        color: #fff;
    }
.title {font-size: 18px;margin-bottom: 25px;margin-top: 55px;padding: 0 45px;color: #cfb867;}

        .modal .btn {
            min-width: 50px;
            width: 50px;
            padding: 5px 0;
            border: 0px solid #000000;
            border-radius: 4px;
        }

    .modal-open {
        overflow: hidden;
    }

    .modal .icon-close {
        cursor: pointer;
        font-size: .8rem;
    }

    .modal.show {
        display: block;
    }

    .modal-container {
        position:
        absolute;
        top:50%;
        left:50%;
        max-width: 400px;
        width: 100%;
        transform:
        translate(-50%,-50%);
        background: #fff;
        font-size: 15px;
        max-height:100%;
        overflow:
        auto;
        box-shadow: 0 4px 10px rgb(255 255 255 / 45%);
    }

    .modal-title {
        font-size: 18px;
        color: #000;
        padding: 10px;
        border-bottom: 0px solid #000;
    }

        .modal-title .name {
            color: #e59a23;
        }

    .modal-body {
        background: #e0e7f1;
        color: #000;
        padding: 10px;
        line-height: 25px;
    }

    .modal-footer {
        padding: 10px;
        text-align: right;
        border-top: 0px solid #000;
    }
    .copyright{
      position: absolute;
      bottom: -30px;
      left: 50%;
      transform: translateX(-50%);
      color: #000;
      text-shadow: 0 0 1px #888;
      font-size: 12px;
    }
     .icon-refresh {
      cursor: pointer;
      color: #888;
      vertical-align: -webkit-baseline-middle;
    }

     .icon-refresh:hover {    
      color: white;
    }
     select{
      cursor: pointer;
     }


@media screen and (min-width: 0px) and (max-width: 1200px) {
.title {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 0 0px;
}
    .btn {
    width: 100% !important;
    min-width: 49%;
    margin-bottom: 18px;
    margin-right: 1px;
}
.input, .btn-box {
    margin-bottom: 13px;
    padding: 0 0px;
    font-size: 15px;
}

    .logo{
        padding: 10px 0px;
    }
    .logo img{
        height: auto;
        width: 90%;
        padding: 0px 0px;
    }
    .logo_pc {
display:none;
}
.logo_phone {
display:block !important;
}
.login-box .content {

    background: #fff0 !important;

}
.login-box .content {
    width: 100% !important;
    box-shadow: none !important;
}

    .input{
        padding: 0 0px;
        background: none;
    }
    .login-box{
        max-width: 80%;
        display: block;
    }
.user{background: url(/Content/img/user.jpg) 0px center no-repeat;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    height: 59px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    outline: none;
    padding-left: 70px;
}}


@media screen and (min-width: 1200px) and (max-width: 1800px) {
.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 60px;
    padding: 0 40px;
}
.input, .btn-box {
    margin-bottom: 25px;
    padding: 0 40px;
    font-size: 15px;
}

    .logo{
        padding: 0px 40px  0px 0px;
        margin-top: 0px;
    }
    .logo img{
        height: auto;
        width: 100%;
        padding: 0px 0px;
    }
.login-box .content {background: #414141 !important;}
.login-box .content {
    width: 430px !important;
}

    .input{
        padding: 0 40px;
        background: #414141;
    }
    .login-box{
        max-width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.user{background: url(/Content/img/user.jpg) 0px center no-repeat;
    border: 1px solid #ddd;
    width: 100%;
    box-sizing: border-box;
    height: 59px;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    outline: none;
    padding-left: 70px;
}}


    .btn{
        width: 100%;
        min-width: 100%;
        margin-bottom: 0px;
        margin-right: 1px;
        border-radius: 2px;
    }
    .login-box .content{
        overflow:
        hidden;
        background: #414141;
        width: 430px;
        border-radius: 15px;
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
    }
    .copyright{
        left:0;
        right:0;
        text-align:center;
        transform:translate(0,0);
    }
    
}
.logo_pc {
display:block;
}
.logo_phone {
display:none;
}
.pt-3 {
    padding-bottom:30px;
}
