﻿@charset "UTF-8";

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, em, button {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "微软雅黑" !important;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* min-width: 1440px;
    overflow-x: auto; */
}

ol, ul, ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    vertical-align: middle;
}

img, button {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, th, strong {
    font-weight: 700;
}

cite, em {
    font-style: normal;
}

select {
    border: 1px solid #ccc;
    background-color: #fff;
}

a {
    cursor: pointer;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

input[type="button"], button {
    cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fff inset;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0px;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.wd150{ width: 150px;}
.wd300 {
    width: 300px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.fw {
    font-weight: bold;
}

.fs30 {
    font-size: 30px;
}

.fs26 {
    font-size: 26px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.green {
    color: #C3DF26;
}
.txt-c {
    text-align: center;
}

.txt-r {
    text-align: right;
}

.ps-rl {
    position: relative;
}

.ps-ab {
    position: absolute;
}

.cl-red {
    color: red;
}
.color-666{ color: #666;}
.color-999{ color: #999;}

.color-wh{ color: #fff;}
a:hover{ text-decoration: none;}
.green {
    background: green;
}
.blue {
    color: #0096FF;
}
.wd100 {
    width: 100px;
}
.bg-ea{ background: #EAEAEA; }
/*登录页面*/
.top-wrap{ height: 82px; background: #fff; width: 100%;}
.top-wrap .logo{ width: 597px;}
.top-wrap .logo img{ width: 100%; margin-left: 42px; margin-top: 24px;}
.login-bg{ background: url('../images/bg-banner.png') no-repeat; width: 100%; height: 507px; background-size: 100% 100%;}
.mg-top{ margin-top: 15px;}
.login-content {
    margin-right: 110px;
    margin-top: 77px;
    border-top: 5px solid #006EFF;
    background: #fff;
    border-radius:2px;
    padding: 25px; padding-bottom: 22px;
}
.login-content .title{ font-size: 24px; color: #006EFF; font-weight: bold; padding-bottom: 10px;}
.login-content .item{
    width:332px;
    height:32px;
    vertical-align: middle;
    padding-left: 15px;
    padding-top: 13px;
    border:1px solid #DDDDDD;
    border-radius:2px;
    margin-top: 15px;
}
.login-content .item .icon{ font-style: normal;  padding-left: 20px; color: #666; font-size: 15px;}
.login-content .item .icon-user{background: url('../images/user.png') no-repeat; background-size: 17px 18px; }
.login-content .item .icon-psw{background: url('../images/lock.png') no-repeat; background-size: 17px 18px;}
.login-content .item .icon.icon-error{background: url('../images/icon-error.png') no-repeat; background-size: 20px 20px;
    padding-left: 25px;}
.login-content .error-tip{ background: #FEF2F2; border-color: #FFB4A8;}
.login-content .item input[type='text'],.login-content .item input[type='password']{ height: 22px; font-size: 15px; border: 0;}
input:focus {
    outline: unset;
}
input::placeholder {
    color: #CCC;
}

.login-content .item .icon-eye{ 
    background: url('../images/eye.png') no-repeat;
    width: 19px; height: 19px; display: inline-block;
    right: 20px; top: 17px; background-size: 19px 9px;
}
.login-content .item .icon-eyeopen{
	background: url('../images/eye-open.png') no-repeat;
    background-size: 19px 12px;
}
.login-content .btn-login {
    font-size: 18px;
    width: 100%;
    height: 51px;
    line-height: 51px;
    background: #3482FE;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 2px;
}
.check-box{
	appearance: none;
    -webkit-appearance: none;
    outline: none;
    opacity: 0;
    display: none;
}
.remeber{ font-size: 12px;}
  .reset-chbox input[type="checkbox"] + i {
    width: 15px;
    height: 15px;
    margin-right: 5px;
     background: url('../images/def-checkbox.png') no-repeat 0 0;
     background-size: 15px 15px; 
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 2px;
    outline: none;
    vertical-align: middle;
    display: inline-block;
  }
  
  .reset-chbox input[type="checkbox"]:checked + i {
       background: url('../images/selected-checkbox.png') no-repeat 0 0;
       background-size: 15px 15px; 
  }
.version{ color: #9C9A9A; font-size: 12px;}
.footer{ color: #5E5B50; padding: 22px 0;}
/*>=1920的设备*/
@media (min-width: 1920px){
   /*登录页面*/
.top-wrap{ height: 109px; }
.top-wrap .logo{ width: 797px;}
.top-wrap .logo img{ margin-left: 56px; margin-top: 32px;}
.login-bg{ height: 676px;}
.mg-top{ margin-top: 20px;}
.login-content {
    margin-right: 147px;
    margin-top: 103px;
    border-top: 6px solid #006EFF;
    border-radius:2px;
    padding: 35px 33px;
}
.login-content .title{ font-size: 32px; padding-bottom: 10px;}
.login-content .item{
    width:430px;
    height:43px;
    padding-left: 20px;
    padding-top: 15px;
    border:1px solid #DDDDDD;
    border-radius:2px;
    margin-top: 20px;
}
.login-content .item .icon{   padding-left: 30px;font-size: 20px;  background-size: 23px 25px;}
.login-content .item .icon.icon-error{height: 30px; padding-left: 35px; background-size: 30px 30px;}
.login-content .error-tip {
    background: #FEF2F2;
    border-color: #FFB4A8;
}
.login-content .item input[type='text'],.login-content .item input[type='password']{ height: 30px; font-size: 20px; border: 0;}
.login-content .item .icon-eye{ 
    width: 24px; height: 24px; 
    right: 20px; top: 22px;
    background-size: 25px 12px;
}
.login-content .item .icon-eyeopen{
    background-size: 25px 16px;
}
.login-content .btn-login {
    font-size: 24px;
    height: 68px;
    line-height: 68px;
    border-radius: 3px;
    margin-bottom: 10px;
    border: 0px;
    margin-top: 2px;
}
.remeber{ font-size: 16px;}

.reset-chbox input[type="checkbox"] + i {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-size: 20px 20px; 
}
  .reset-chbox input[type="checkbox"]:checked + i {
    background-size: 20px 20px;
}
.version{ font-size: 16px;}
.new-footer{  padding: 30px 0;}
} 
/* 宽度小于 1920 像素*/
@media screen and (max-width: 1920px) {
   
}