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: 400px;
    min-height: 380px;
    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;
}
.tabbar-part {
    height: 30px;
    background-color: transparent;
}
.tabbar-part i{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
	font-size:50px;
	color:#f40;
	cursor:pointer;
}
.login-by-pwd .tabbar-part i:before{
	content:'\e606';
}
.login-by-code .tabbar-part i:before{
	content:'\e607';
}

.code-login-part,.pwd-login-part{
	display:none;
}
.login-by-pwd .pwd-login-part{
	padding-bottom:20px;
	display:block;
}
.login-by-code .code-login-part{
	padding-bottom:20px;
	display:block;
}
.login-tip {
    top: 5px;
    right: 56px;
    position: absolute;
}
.poptip {
    border: 1px solid #f3d995;
    background: #fefcee;
	font-size:smaller;
}
.poptip {
    line-height: 16px;
    position: relative;
    z-index: 9999;
    background-color: #fefcee;
    border: 1px solid #ff9000;
    padding: 3px 6px;
}
.poptip .poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1;
    top: 6px;
    right: 0;
}
.poptip .poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #ff9000;
    border-width: 6px 0 6px 6px;
}
.poptip .poptip-arrow em,.poptip .poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: hsla(0,0%,100%,0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    _-webkit-filter: chroma(color=tomato);
    _: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
    border-left-color: #ff9000;
}
.logo-part {
    width: 200px;
    height: 70px;
    //line-height: 60px;
    margin: 20px auto 0 auto;
    text-align: center;
}
.code-login-title {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 700;
}
.qrcode-img {
    box-shadow: 0 0 8px #c6c4ce;
}
.qrcode-img {
    position: relative;
    margin: 20px auto;
    font-size: 14px;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    opacity: 1;
    width: 180px;
    height: 180px;
}
.qrcode-desc {
    width: 188px;
}
.qrcode-desc {
    overflow: hidden;
    margin: 0 auto;
    width: 160px;
}
.qrcode-desc p{
	float:left;
	margin-left:5px;	
}
.qrcode-desc .iconfont {
    color: #f40;
    line-height: 36px;
}
.qrcode-desc .iconfont {
    float: left;
    font-size: 34px;
    color: #f40;
}

.qrcode-img .qrcode-error {
    background: hsla(0,0%,100%,.95);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.qrcode-img .qrcode-error p {
    color: #3c3c3c;
    font-weight: 700;
}
.qrcode-img .qrcode-error p {
    color: #222;
    margin-top: 58px;
    margin-bottom: 8px;
    text-align: center;
}
.qrcode-img .qrcode-error .refresh {
    background: #f40;
    border-color: #f40;
    font-size: 12px;
    border-radius: 0;
}
.qrcode-img .qrcode-error .refresh {
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
    background: #ff9000;
    border-color: #ff9000;
    display: block;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
}
.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: auto;
    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: auto;
    width: 100%;
    line-height: 20px;
    text-align: center;
	padding: 5px;
    left: 0;
}
.login-item {
    font-size: 12px;
    color: #1e9fff;
    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;
}
.verify-code{
	position: absolute;
    right: 5px;
    top: -2px;
    height: 100%;
	cursor:pointer;
}