body {
	background: #fff;
	font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

div,
p,
span,
i,
em,
header,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerBox {
    max-width: 7.5rem;
    background-color: #FFFFFF;
}

.headerBox i {
    font-size: .28rem;
    color: #333333;
}

.headerBox .headerTop {
    display: flex;
    align-items: center;
    padding: .24rem;
}

.headerBox .headerTop a {
    display: inline-block;
    padding: .24rem .3rem;
    position: absolute;
    left: 0;
}

.headerBox .headerTop span {
    margin: 0 auto;
    font-size: .3rem;
}

.infoBox{
	max-width: 7.5rem;
	height: 100%;
	background-color: #fff;
	padding: .24rem;
}
.infoBox .title{
	font-weight: bold;
    font-size: .44rem;
    color: #000;
}

.itpPassword {
    margin-top: .5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.infoBox i {
    /*padding: .2rem;*/
    font-size: .26rem;
}

.error-message, .fourmessage, .threemessage {
    width: 100%;
    font-size: .26rem;
    padding-bottom: .1rem;
    color: #24C527;
}

.itpPassword img {
    width: .35rem;
    height: .42rem;
}

.getYZM {
    position: absolute;
    right: 0;
    width: 1.8rem;
    height: .65rem;
    line-height: .65rem;
    font-size: .26rem;
    background: #24C527;
    color: #fff;
    border: none;
    outline: none;
    top: 0;
    text-align: center;
    border-radius: 3px;
}

.getYZM.disabled {
    background: #eee;
    color: #666;
}

.line {
    width: 100%;
    height: .01rem;
    background: #EEEEEE;
}

input {
    height: .64rem;
    line-height: 100%;
    width: 80%;
	outline: none;
	font-size: .28rem;
	border: none;
	margin-left: .24rem;
}

.dlBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .24rem;
    font-size: .24rem;
    color: #666;
}

.dlBox .d1 a {
    color: #24C527;
    margin-left: .1rem;
}

.dlBox .d2 .active {
    color: #24C527;
}
.login {
    background-color: #24C527;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: .9rem;
    border-radius: .12rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .28rem;
}
.haveId {
    width: 100%;
    text-align: center;
    margin-top: .24rem;
    font-size: .24rem;
    color: #666;
}
.haveId a {
    color: #24C527;
    padding: .1rem;
}
.tx {
    width: auto;
    max-width: 7.02rem;
    padding: .2rem .3rem;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: .04rem;
    font-size: .31rem;
    line-height: .26rem;
    position: fixed;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9999;
    display: none;
}
