


.content {
    width: 100%;
}
.hide{display:none !important}
.ucSimpleHeader {
    height: auto;
    padding-top: 28px;
    padding-bottom: 40px;
}

.banner-box {
    position: relative;
    /*overflow: hidden;*/
    min-height: 750px;
    max-height: 1080px;
    /*background: #18181A;  for IE9 */
    /*background: linear-gradient(to bottom, #101012, #1A1A1C, #151517);*/
    background: #f8fcff;
    background: linear-gradient(180deg, #edfcfd 0%, #faffff 100%);
}

.banner-box .bg-box {
	position: relative;
	width: 1240px;
	height: 750px;
	margin: 0 auto;
}

a.linkABlue:link,
a.linkABlue:visited {
    color: #387aff;
}

a.linkABlue:hover {
    color: #3058df;
}

a.fullBtnBlue {
    /*height: 2.5rem;
    line-height: 2.5rem;
    padding: 0.3125rem;*/
    background-color: #387aff;
}
a.fullBtnBlue:hover {
    /*height: 2.5rem;
    line-height: 2.5rem;
    padding: 0.3125rem;*/
    background-color: #3058df;
}

/*.banner-box:before {*/
/*    position: absolute;*/
/*    content: ' ';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url(//uc-res.mzres.com/resources/uc/wlogin/member/images/banner.png) no-repeat center;*/
/*    background-color: #EDF9FB;*/
/*}*/
.banner-box:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    min-width: 1240px;
    max-width: 1920px;
	background-image: url(//uc-res.mzres.com/resources/uc/wlogin/member/images/pic-flyme.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position: 50% 50%;

}

.main-form {
    width: 298px;
    position: absolute;
    top: 10%;
    right: 85px;
    background-color: #FFF;
    padding: 35px 35px 10px;
    border-radius: 2px;
    box-shadow: 0 6px 12px 0 rgba(138,153,150,0.15);
}

/*@media (max-width: 1440px) {
	.main-form {
		right: 220px;
		top: 10%;
	}
}*/

.main-form .normalInput {
    margin-bottom: 20px;
    width: 278px;
}

.main-form .pswd-box {
    margin-bottom: 20px !important;
}

.tab-title {
    font-size: 18px;
    /*margin-bottom: 30px;*/
    margin-top: 10px;
    width: 298px;
    text-align: center;
}

.main-form a.login-btn {
    width: 100%;
    margin-top: 20px;
}

.qr-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: url(//uc-res.mzres.com/resources/uc/wlogin/member/images/qr.png) no-repeat center;
    cursor: pointer;
}

.qr-btn.pc-btn {
    background: url(//uc-res.mzres.com/resources/uc/wlogin/member/images/pc.png) no-repeat center;
}

.qr-panel {
    position: absolute;
    width: 100%;
    height: 450px;
    top: 40px;
    left: 0;
    background-color: #FFF;
    z-index: 500;
}

.qr-panel h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.qr-panel .qr-img-box {
    width: 300px;
    height: 300px;
    margin: 20px auto;
}

.qr-panel img {
    max-width: 100%;
    /*display: block;
    margin: 20px auto;
    width: 512px;
    height: 512px;*/
}

.qr-panel .tips {
    text-align: center;
    font-size: 16px;
    color: #999;
    padding: 0 10px;
}

.qr-panel .qr-success-tips {
    width: 260px;
    height: 18px;
    margin: 0 auto;
    line-height: 18px;
    text-indent: 20px;
    font-size: 14px;
    color: #333;
    background: url(../images/qrBg.png) no-repeat -36px 0;
}

#toLogin {
    color: #2b2b2b;
}

.rememberField {
    margin-bottom: 30px;
    height: 10px;
    line-height: 20px;
}

.rememberField label {
    margin-right: 7px;
    cursor: pointer;
}

.checkboxPic {
    width: 20px;
}

.transferField:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
}

.go2forgetpwd {
    float: right;
}

.checkUnchk {
    background-position: -1px -73px;
}

#forgetpwd {
    margin-left: 15px;
}

input.error {
    margin-bottom: 0px;
}

#kapkey {
    font-size: 16px;
    width: 220px;
    border: none;
    outline: none;
    /*height: 50px;*/
    line-height: 22px;
    overflow: hidden;
    /*	*height: 49px;
	*line-height: 50px;*/
}

#imgKey {
    width: 88px;
    height: 36px;
    float: right;
    top: 14px;
    overflow: hidden;
    position: absolute;
    margin-left: 13px;
}

#password {
    width: 100%;
    display: inline-block;
    /*height: 50px;*/
    line-height: 22px;
    font-size: 14px;
    outline: none;
    color: #474747;
    /*	*height: 49px;
	*line-height: 50px;*/
}

/*#password,#account,*/
#kapkey {
    line-height: 22px;
    padding: 14px 0;
    height: 22px;
    *height: 21px;
}


/*reset*/

span.error,
span.otherError {
    display: block;
    margin-left: 0px;
    margin-bottom: 20px;
}

span.geetest_error {
    margin-bottom: 25px;
}

#qrCode_login {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    *margin-top: -20px;
    background: url("/resources/uc/wlogin/member/images/qrBg.png") no-repeat 0 0;
}

#qrCode_login:hover {
    background-position: -18px 0;
}

#qrCodePanel {
    display: none;
    width: 342px;
    height: 255px;
    background: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 350px;
    left: 779px;
    box-shadow: 0px 0px 19px 0px #666;
    z-index: 9;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/resources/uc/wlogin/member/images/qrDiaBg.png');
}

#qrCodePanel .qrCodePanel_arrow {
    display: block;
    *display: none;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-left-width: 7px;
    border-right-width: 7px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -20px;
    right: 1px;
}

#qrCodePanel h3 {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: lighter;
    margin: 20px auto 0;
}

#qrCodePanel img {
    display: block;
    width: 163px;
    height: 163px;
    margin: auto;
}

#qrCodePanel .tips {
    text-align: center;
    font-size: 12px;
    color: #333;
    height: 18px;
    line-height: 18px;
}

#qrCodePanel .qrCodePanel_tips {
    display: none;
    width: 260px;
    height: 18px;
    margin: 0 auto;
    line-height: 18px;
    text-indent: 20px;
    font-size: 14px;
    color: #333;
    background: url("/resources/uc/wlogin/member/images/qrBg.png") no-repeat -36px 0;
}

.form-line {
    color: #d9d9d9;
    height: 40px;
    display: inline-block;
    border-left: 1px solid #dadada;
    position: absolute;
    right: 145px;
    top: 5px;
    _top: 0;
}
.abnormal-tips{color:#32A5E7;font-size:12px;padding:5px 0;cursor: pointer;margin:-10px 0 10px;}
.get_kapkey,.kapkey_requested {
    cursor: pointer;
    width: 130px;
    border: none;
    outline: none;
    height: 50px;
    line-height: 50px;
    *height: 49px;
    *line-height: 50px;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 0px;
    white-space: nowrap;
    color: #00a7ea !important;
    text-align: center;
}

.kapkey_requested {
    color: #7f7f7f !important;
    cursor: default !important;
}

/* geetest box */
.box-geetest{
   /* margin-top: 20px;*/
    margin-bottom: 20px;
}

.mz_footerWrap {
    position: static;
    border-color: transparent !important;
}

.transferField {
    margin-bottom: 5px;
}

.check_chk i {
	background-position: -31px -160px;
}

.normalInput{border-radius: 2px;}
.tip-box{position: relative;height: 33px;display: table;width: 100%;margin-bottom: 4px;margin-top: 4px;border: solid 1px #ffc2b3;background: #ffd1ca;border-radius: 2px;}
.tip-font{color: #666;font-size: 12px;padding-right: 25px;padding-left: 35px;display: table-cell;vertical-align: middle;}
.err-ico{background:url('/resources/uc/wlogin/member/images/error-ico.png');width: 16px;height: 16px;display: inline-block;position: absolute;top: 10px;left: 10px;}
.close-ico{background:url('/resources/uc/wlogin/member/images/close-ico.png');background-repeat: no-repeat;cursor: pointer;width: 16px;height: 16px;display: inline-block;position: absolute;top: 12px;right: 10px;}
.btn-error{border: 1px solid red;}
.btn-focus{border:1px solid #387aff;}
.visiblility-hidden{visibility: hidden;}

.footerWrap a:visited {
    color: black;
}

.btn-wrap .btn-blue{border: solid 1px #387aff;}
.btn-wrap{display: flex;justify-content: space-between;width: 100%;}
.btn{width: 85px;height: 36px;text-align: center;line-height: 36px;border: solid 1px #ccc;border-radius: 4px;cursor: pointer;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}