html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
strong,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
select {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}

input{
    background: transparent;
}
::-ms-clear, ::-ms-reveal{display: none;}
input::-webkit-autofill { 
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}

input:-internal-autofill-previewed,input:-internal-autofill-selected {
    -webkit-text-fill-color: #000;
    transition: background-color 5000s ease-out 0.5s; 
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
}

* html .clearfix {
    height: 1%;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    outline: none;
}

img {
    border: 0px none;
    vertical-align: middle;
}

input,
button,
textarea,
select {
    *font-size: 100%;
    outline: none;
    vertical-align: middle;
}

input {
    border: 0 none;
    vertical-align: middle;
    outline: none;
}

body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

body,
html {
    min-width: 1200px;
}

.qylg-ui-wrapper {
    min-width: 1120px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px 20px;
}

h1 {
    line-height: 24px;
    font-size: 16px;
    color: #000;
}


/* 登录系统-背景色 */

.qylg-ui-login {
    background: #088fff;
    position: relative;
    overflow: hidden;
}


/*登陆左侧背景 */

.qylg-ui-login-left {
    height: 100%;
    width: 100%;
}


/*登陆右侧背景 */

.qylg-ui-login-right {
    background: url(/img/login_right.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #fff;
    /*background-color: rgba(255,255,255,0.5);*/
    height: 100%;
    width: 28%;
    position: absolute;
    margin-left: 72%;
}


/* 背景轮播*/

.qylg-ui-login-left .banner-bg {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -10;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    zoom: 1;
    opacity: 1;
    transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    background-size: 100% 100%;
}


/* 登陆标题*/

.login-title {
    padding-top: 6.78%;
    width: 257px;
    height: 35px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #160019;
}


/* 登陆平台名称*/

.login-title-name {
    padding-top: 20%;
    width: 172px;
    height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #17001A;
}


/* 登陆平台账号*/

.login_user_name {
    padding-top: 15%;
    width: 75%;
    height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #17001A;
}


/* 登陆平台密码*/

.login_user_pass {
    padding-top: 15%;
    width: 75%;
    height: 40px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #17001A;
}




/*登陆按钮*/

.login_user_butten button {
    width: 80%;
    height: 48px;
    background: #82318E;
    border-radius: 8px;
    border: 0;
}

.login_user_butten {
    padding-top: 20%;
}


/*登陆按钮文字*/

.qylg-ui-login-right .login_user_butten span {
    width: 36px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}