*{
    font: 13px/1.5 '微软雅黑', Verdana, Helvetica, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding:0;
    margin:0;
    list-style:none;
    box-sizing: border-box;
}

body,html{
    height:100%;
    overflow:hidden;
}

@media (max-width: 1920px){
    body{
        background:url(../img/login/login_bg1.jpg) no-repeat center;
        background-size: cover;
    }
    .dtindex{
        background:url(../img/login/jsbg.jpg) no-repeat center;
        background-size: cover;
    }
    .container {
        display: none;
    }
}
@media (min-width: 1921px){
    body{
        background:url(../img/login/login_bg1.jpg) no-repeat center;
        background-size: cover;
    }
    .dtindex{
        background:url(../img/login/jsbg.jpg) no-repeat center;
        background-size: cover;
    }
}
a{
    color:#27A9E3;
    text-decoration:none;
    cursor:pointer;
}
.login{
    /*margin: 150px auto 0 auto;*/
    /*min-height: 420px;*/
    /*max-width: 420px;*/
    /*padding: 40px;*/
    /*!*background-color: #ffffff;*!*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*border-radius: 4px;*/
    /*!* overflow-x: hidden; *!*/
    /*box-sizing: border-box;*/
    /*赵世庚添加*/
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    /*background: #fff;*/
    width: 100%;
}
a.logo{
    display: block;
    height: 58px;
    width: 167px;
    margin: 0 auto 30px auto;
    background-size: 167px 42px;
}
.message {
    margin: 10px 0 0 -58px;
    padding: 18px 10px 18px 60px;
    background: #189F92;
    position: relative;
    color: #fff;
    font-size: 16px;
}
#darkbannerwrap {
    background: url(../img/login/aiwrap.png);
    width: 18px;
    height: 10px;
    margin: 0 0 20px -58px;
    position: relative;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email], select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    /*border-radius: 3px;*/
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    /*color: #555555;*/
    outline:none;
    /*width:100%;*/
    /*赵世庚添加*/
    background-color: transparent;
    color: #fff;
    border-radius: 5px;
    float: left;
    margin-left: 12px;
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
}
input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
}
input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
}
input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
    font-size: 16px;
    letter-spacing: 2px;
}
input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus, select:focus {
    border: 1px solid #27A9E3;
}


input[type=submit],
button{
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px 10px 0 12px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #189F92;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline:none;
    /*width:100%;*/
}
hr.hr15 {
    height: 15px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
hr.hr20 {
    height: 20px;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.copyright{
    font-size:14px;
    color:rgba(255,255,255,0.85);
    display:block;
    position:absolute;
    bottom:15px;
    right:15px;
}
.loginMain{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.loginBg{
    position: absolute;
    width: 100%;
    height: 150px;
    filter:alpha(opacity=60);
    opacity: 0.6;
    background: #333;
    z-index: 9;
}
#time{
    position: absolute;
    color: #fff;
    z-index: 10;
}
.timeHours{
    float: left;
    font-size: 100px;
    position: relative;
    top: -16px;
}
#time>label{
    float: right;
}
.timeDay,.timeYear{
    display: block;
    font-size: 31px;
    margin-left: 12px;
}
.timeDay{margin-top: 15px}
.loginHeader{
    height: 80px;
    width: 100%;
    position: relative;
}
.loginHeaderBg{
    height: 96px;
    width: 100%;
    position: absolute;
    z-index: 9;
    filter:alpha(opacity=90);
    opacity: 0.9;
    background: #333;
}
.dtloginHeaderBg{
    height: 96px;
    width: 100%;
    position: absolute;
    z-index: 9;
    filter:alpha(opacity=90);
    opacity: 0.2;
    background: #333;
}
.logo{
    width: 97px;
    position: absolute;
    z-index: 11;
    margin: 5px 41px;
    border-right: 1px solid #737373;
    padding: 12px 17px;
}
.dtlogo{
    width: 450px;
    position: absolute;
    z-index: 11;
    margin: 2px 5px;
    border-right: 0px solid #737373;
    padding: 12px 17px;
}
.loginTitle{
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 152px;
    font-size: 35px;
    letter-spacing: 4px;
    top: 19px;
}
.version{
    position: absolute;
    z-index: 10;
    color: #fff;
    left: 520px;
    font-size: 15px;
    letter-spacing: 4px;
    top: 45px;

}
.unlock{
    position: absolute;
    z-index: 10;
    color: #fff;
    right: 100px;
    font-size: 12px;
    letter-spacing: 0px;
    top: 40px;
}
.forgetPasswd{
    position: absolute;
    z-index: 10;
    color: #fff;
    right: 20px;
    font-size: 12px;
    letter-spacing: 0px;
    top: 40px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
    body {
        background: url(../img/login/jsbg.jpg) no-repeat center;
        background-size: cover;
    }
    .login {
        display: none;
    }
    .loginHeader {
        display: none;
    }
    .container {
        padding: 0 40px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .center {
        /*width: 360px;*/
        height: 320px;
        background-color: rgba(255,255,255,.6);
        border-radius: 5px;
        padding: 0 20px;
    }
    .title {
        text-align: center;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 2px;
    }
    .box {
        padding-bottom: 20px;
        position: relative;
    }
    .notice {
        position: absolute;
        top: 40px;
        left: 60px;
        color: #f5222d;
        display: none;
        transition: all .3s;
    }
    .input-box {
        display: flex;
        align-items: center;
    }
    .label {
        width: 55px;
        text-align: right;
    }
    .username-input, .password-input {
        height: 40px !important;
        flex: 1 !important;
        border: 1px solid #000000 !important;
        color: #333333 !important;
        margin-left: 0 !important;
    }
    .btn-box {
        margin-top: 20px;
        text-align: center;
    }
    .button {
        width: 40%;
        border: none;
        background-color: #1890ff;
        font-size: 14px;
        padding: 0 15px;
        color: #fff;
        letter-spacing: 2px;
        height: 32px;
        border-radius: 4px;
    }
}
@media screen and (min-width: 769px){
    .container {
        display: none;
    }
}