body {
    font-family: 'Helvetica Neue',Tahoma,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',STHeitiSC,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login-box-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}

#login-box {
    width: 380px;
    height: 360px;
    padding: 0 30px;
    margin-left: -190px;
    margin-top: -175px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    top: 45%;
    border-radius: 4px;
    background-color: #fff;
    background-color: rgba(255,255,255,.95);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.3);
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s;
}
.drag-part {
    width: 100%;
    height: 60px;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    z-index: 999;
}
.logo-part {
    width: 200px;
    height: 70px;
    //line-height: 60px;
    margin: 20px auto 0 auto;
    text-align: center;
}
.error.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.error {
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #cc2929;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    transform-origin: center;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: transform .2s ease,opacity .2s ease;
    -moz-transition: transform .2s ease,opacity .2s ease;
    -ms-transition: transform .2s ease,opacity .2s ease;
    -o-transition: transform .2s ease,opacity .2s ease;
    transition: transform .2s ease,opacity .2s ease;
}

.form-part {
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
    -webkit-transition: height .3s ease .15s;
    -moz-transition: height .3s ease .15s;
    -ms-transition: height .3s ease .15s;
    -o-transition: height .3s ease .15s;
    transition: height .3s ease .15s;
}
.login-btn {
    width: 100%;
    height: 42px;
    border-radius: 2px;
    text-align: center;
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #1687d9;
    box-shadow: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.18);
    -webkit-transition: box-shadow .2s ease-in,background-color .2s ease;
    -moz-transition: box-shadow .2s ease-in,background-color .2s ease;
    -ms-transition: box-shadow .2s ease-in,background-color .2s ease;
    -o-transition: box-shadow .2s ease-in,background-color .2s ease;
    transition: box-shadow .2s ease-in,background-color .2s ease;
}
.ripple {
    display: block;
    position: absolute;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: 50%!important;
    opacity: .3;
    pointer-events: none;
    opacity: 1;
    left: 50%;
    top: 50%;
}
.click-event-ban {
    position: absolute;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}
.login-title {
    opacity: .95;
    font-size: 20px;
    line-height: 42px;
    color: #fff;
    letter-spacing: 5px;
}
.lg-icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-left: -20px;
    color: #667580;
    font-size: 20px;
}
.botton-line {
    display: block;
    height: 2px;
    position: absolute;
    background-color: #1b87d9;
    bottom: -1px;
    width: 0;
    left: 50%;
    -webkit-transition: width .2s ease-in,left .2s ease-in;
    -moz-transition: width .2s ease-in,left .2s ease-in;
    -ms-transition: width .2s ease-in,left .2s ease-in;
    -o-transition: width .2s ease-in,left .2s ease-in;
    transition: width .2s ease-in,left .2s ease-in;
}
.input-active .botton-line {
	width: 100%;
	left: 0;
	-webkit-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left
		.3s cubic-bezier(0.66, 1.65, .23, .87);
	-moz-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s
		cubic-bezier(0.66, 1.65, .23, .87);
	-ms-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s
		cubic-bezier(0.66, 1.65, .23, .87);
	-o-transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s
		cubic-bezier(0.66, 1.65, .23, .87);
	transition: width .3s cubic-bezier(0.66, 1.65, .23, .87), left .3s
		cubic-bezier(0.66, 1.65, .23, .87)
}

.for-account .account-login, .for-mobilePhone .mobile-login, .for-QRCode .sq-code {
    -webkit-transition: left .35s cubic-bezier(.24,1.53,.55,.92) .1s;
    -moz-transition: left .35s cubic-bezier(.24,1.53,.55,.92) .1s;
    -ms-transition: left .35s cubic-bezier(.24,1.53,.55,.92) .1s;
    -o-transition: left .35s cubic-bezier(.24,1.53,.55,.92) .1s;
    transition: left .35s cubic-bezier(.24,1.53,.55,.92) .1s;
}
.input-part {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #e4ebf0;
    //line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 24px;
    margin-top: 20px;
}
.input-part input {
    text-indent: 15px;
    border: 0;
    background: transparent;
    outline: 0;
    width: 100%;
    display: none;
    height: 35px;
    font-size: 15px;
    color: #36434d;
    margin-top: -10px;
    line-height: 40px;
    font-family: 'Helvetica Neue',Tahoma,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',STHeitiSC,sans-serif;
    letter-spacing: .5px;
}
.for-account .account-login input {
    display: block;
}

.login-switch {
    height: 20px;
    width: 100%;
    line-height: 20px;
    margin-top: 25px;
    text-align: center;
}
.login-item {
    font-size: 12px;
    color: #36434d;
    cursor: pointer;
	display:inline-block;
}

.login-item .title {
    font-size: 12px;
}

.hide-img{
	display:none;	
}
.bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    filter: blur(20px) drop-shadow(0px 40px 0);
    -webkit-filter: blur(20px) drop-shadow(0px 40px 0);
    -o-filter: blur(20px) drop-shadow(0px 40px 0);
    -ms-filter: blur(20px) drop-shadow(0px 40px 0);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20') drop-shadow(0px 40px 0);
    transition: filter 1s ease-in;
    -webkit-transition: -webkit-filter 1s ease-in;
    -moz-transition: filter .5s linear;
    -ms-transition: -ms-filter 1s ease-in;
    -o-transition: -o-filter 1s ease-in;
}

.fide-in {
    filter: blur(0px) drop-shadow(0px 0 0);
    -webkit-filter: blur(0px) drop-shadow(0px 0 0);
    -ms-filter: blur(0px) drop-shadow(0px 0 0);
    -o-filter: blur(0px) drop-shadow(0px 0 0);
}

#langChange{
	position:absolute;
	right:15px;
	top:15px;
	color:#ccc;
	z-index: 20;
}
#langChange a{
	text-decoration:none;
	color:#fff;
	font: 14px "microsoft yahei","\5b8b\4f53";
	font-weight:bold;
}