body {
    color: #333;
    font-size: 14px;
    font-family: "å¾®è½¯é›…é»‘","Arial",Helvetica,"",Arial,Tahoma;
	margin:0 auto;
	position:relative;
	overflow-x: hidden;
    background: #fffefe;


}
.img-hide{ overflow:hidden; display: block; }

.img-hide img{ transition: 0.5s all; transform: scale(1,1); }
.img-hide:hover img{ transform: scale(1.05,1.05); }
.txt-elise{overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;}
li{ list-style:none;}
a{ color: #333; }
ul{ padding:0; margin:0;}
a:hover,a{ text-decoration:none !important;}
a:focus{ text-decoration:none !important; outline: none !important;}
button:focus,button:hover,input:focus{ outline: none!important; }
p{ margin:0; }
img{max-width:100%;display: inline-block;vertical-align: middle;}
.login-back{ position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: url(../loginimages/back.png) center no-repeat; background-size: cover; }
.login-img{ position: fixed; left:10.9375%; top: 17%; width: 47.5%;  }
.login-box{ position: fixed; right: 13%; top: 50%; overflow:hidden; margin-top: -255px; border-radius: 16px; background: #fff; width: 450px; }
.login-top{ height: 170px; background: url(../loginimages/login-top.png) center no-repeat; background-size: cover; line-height: 170px; }
.login-bottom{ height: 340px; padding:45px; }
.login-left{ position: absolute; left: 0; top: 0; width: 70px; border-radius: 6px 0 0 6px; height: 47px; background: #4e67ff url(../loginimages/icon01.png) center no-repeat; }
.form-input{ position: relative; padding-left: 70px; margin-bottom: 20px; }
.form-input .form-control{ height: 47px; border-radius: 0 6px 6px 0; background: #edf0fa; font-size: 16px; box-shadow: none; border:none; }
.login-left-t{ background: #8092ff url(../loginimages/icon02.png) center no-repeat; }
.form-input-sm{ padding-left: 0; padding-right: 135px; }
.form-input-sm .form-control{ border-radius: 6px; }
.yzm{ position: absolute; right: 0; top: 0; height: 47px; width: 130px; }
.btn-login{ padding:0; color: #fff!important; font-size: 23px; width: 100%; text-align: center; background: none; border:none; box-shadow: none; position: relative; z-index: 10; height: 48px; }
.btn-box{ position: relative; background: url(../loginimages/btn.png) center repeat-x; border-radius: 8px; }
.btn-box:before{ display: block; content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 13px; background: url(../loginimages/btn-l.png) center no-repeat; }
.btn-box:after{ display: block; content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 14px; background: url(../loginimages/btn-r.png) center no-repeat; }
@media( max-width: 1023px){
    .login-box{ right: auto; left: 50%; transform: translate(-50%,-50%); margin-top: 0; }
    .login-img{ display: none; }
}
@media( max-width: 768px){
    .login-box{ width: 320px; }
    .login-bottom{ height: auto; padding:20px; }
    .btn-login{ font-size: 18px; }
    }