* {
	margin: 0;
	padding: 0
}

html,
body {
	background: #FFDD00 !important;
	height: 100%;
}

.mt_normal {
	margin-top: 0.36rem !important;
}

.mt_double {
	margin-top: 0.72rem !important;
	;
}

.wrap {
	background-color: #FFDD00;
}

.homeTop {
	height: 1.78rem;
	display: flex;
	align-items: center;
	width: 14rem;
	margin: 0 auto;
}

.homeTop img {
	height: 0.81rem;
	width: auto;
}

.homeFoot {
	height: 1.54rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeFoot img {
	height: 0.45rem;
	width: auto;
}

.homeConWrap {
	height: calc(100% - 3.4rem);
	min-height: 500px;
	background: url(../images/homeBg.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.homeCon {
	width: 5rem;
	background: rgba(255, 255, 255, 0.2);
	height: 100%;
	position: absolute;
	right: 2.2rem;
}

.accountPwd{
	display: none;
}

.title {
	height: 30%;
	display: flex;
	justify-content: center;
	font-size: 0.36rem;
	color: white;
	font-weight: bold;
	position: relative;
}

.title>font {
	position: absolute;
	top: 52.5%;
}

.loginBox {
	margin: 0 0.45rem;
	height: 0.45rem;
	display: flex;
	align-items: center;
}

.loginBox span {
	color: white;
	font-size: 0.16rem;
	font-weight: bold;
	margin-right: 0.1rem;
}

.homeConWrap .loginBox input {
	flex: 1;
	background: transparent;
	border: 0;
	height: 100%;
	text-indent: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	font-size: 0.16rem;
	color: white;
	box-shadow: none;
	outline: none;
}

/*input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
}*/

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	-webkit-text-fill-color: #807c7c;
	transition: background-color 5000s ease-out 0.5s;
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #333333 inset;
	-webkit-text-fill-color: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition-delay: 99999s;
	transition: color 99999s ease-out, background-color 99999s ease-out;
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
	-webkit-text-fill-color: #FFFFFF;
}


#loginCode {
    max-width: 230px;
    max-height: 287px;
    margin: 0 auto;
	text-align: center;
    background: #fff;
    position: relative;
    top: 20px;
    border-radius: 10px;
}

#loginCode iframe {
    transform: scale(0.8);
    margin-top: -30px;
    position: relative;
    left: -5px;
}

.btns_bottom {
    text-align: center;
	margin-top: 0.65rem !important;
}

.btn_normal {
    width: 1.4rem;
    height: 0.45rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    background: transparent;
    font-weight: bold;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}


#binding-login {
	background-color: #FFFFFF;
	color: #0063DF;
}

.errorTips {
	position: absolute;
	margin: 0 0.45rem;
	background: white;
	border-radius: 4px;
	height: 0.32rem;
	padding-left: 0.15rem;
	line-height: 0.32rem;
	color: #FF0000;
	width: calc(100% - 1.05rem);
	bottom: -0.3rem;
	left: 0;
	font-size: 0.14rem;
	font-weight: 400;
}

.icon-fail-tips {
	left: 0.1rem;
	line-height: 0.32rem;
}

.errorTips font {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
}


/*alert*/
.blackBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	text-align: center;
	z-index: 9999999
}

.blackBox>div {
	display: inline-block;
	vertical-align: middle
}

.blackBox .model {
	height: 100%;
	width: 0;
}

.blackBox .alertBox {
	width: 4rem;
	font-size: .2rem;
	background: #fff;
	border-radius: .1rem;
}

.blackBox .alertTxt {
	padding: .2rem;
	color: #666666;
	word-break: break-all;
}

.blackBox .alertBtn {
	padding: .12rem;
	border-top: .01rem solid #e5e5e5;
	color: #0063DF;
	font-size: .2rem;
	font-weight: bold;
	cursor: pointer;
}

.blackBg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	z-index: 9999;
	display: none;
}

.icon {
	background-position: center;
	position: absolute;
}

.icon-main-dialog-close {
	width: 30px;
	height: 30px;
	background: url(../img/main-dialog-close.png) center no-repeat;
	background-size: 0.16rem 0.16rem;
	cursor: pointer;
	right: 0.12rem;
	top: 0.1rem;
}
.WechatAliPayCon .icon-main-dialog-close{
	width: 12px;
	background: url(../img/main-dialog-close.png) center no-repeat;
	background-size: 100%;
}

.icon-success-tips {
	background: url(../img/success.png) no-repeat center;
	width: 0.14rem;
	height: 0.14rem;
	background-size: 0.14rem;
	left: 0.14rem;
	top: 50%;
	transform: translateY(-50%);
}

.icon-fail-tips {
	background: url(../img/fail.png) no-repeat center;
	width: 0.14rem;
	height: 0.14rem;
	background-size: 0.14rem;
	left: 0.14rem;
	top: 50%;
	transform: translateY(-50%);
	background-position: top;
}

.icon-close-tips {
	width: 0.3rem;
	height: 0.3rem;
	background: url(../img/main-dialog-close.png) center no-repeat;
	background-size: 0.1rem 0.1rem;
	cursor: pointer;
	right: 0.04rem;
	top: 50%;
	margin-top: -0.15rem;
}

.switch{
	margin-top: 0.65rem;
	text-align: center;
}
.line{
	position: relative;
	color: #FFFFFF;
}
.line:before,.line:after{
	content: '';
	width: 145px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.line:before{
	left: 50px;
}
.line:after{
	right: 50px;
}
.switchAccount, .switchDing{
	background: #ffffff;
	height: 35px;
	width: 142px;
	color: #004DBB;
	font-size: 14px;
	border: 0;
	border-radius: 12px;
	margin-top: 19px;
	font-weight: bold;
	cursor: pointer;
}
/*账号密码登录样式*/
.joining{
	display: none;
}
.joining .switch{
	margin-top: 0.54rem;
}
.switchDing{
	margin: 19px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
#joining-login{
	width: 2.5rem;
	height: 0.45rem;
	font-size: 0.18rem;
	color: #004DBB;
	background: #ffffff;
	font-weight: bold;
	margin: 0 10px;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}
.ding-icon{
	width: 0.25rem;
	height: 0.25rem;
	margin-right: 0.1rem;
}