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{
	margin-top: 1rem;
	max-width: 7.5rem;
	height: 100%;
	background-color: #fff;
	padding: .24rem;
}
.infoBox .title{
    font-weight: bold;
    font-size: .44rem;
    color: #000;
}

.infoBox .itpUser {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* width: 7.5rem; */
}

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

.infoBox .itpUser .error-message, .twomessage {
    display: block;
    font-size: .26rem;
    padding-bottom: .1rem;
    color: #FA4B5D
}

.itpPassword {
    margin-top: .5rem;
}

.itpPassword img {
    width: .35rem;
    height: .42rem;
    margin-top: 0.15rem;
    vertical-align: top;
}

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

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

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

.infoBox .itpUser img {
    width: .35rem;
    height: .42rem;
}
 input {
     height: .64rem;
     line-height: 100%;
     width: 80%;
     outline: none;
     font-size: .28rem;
     border: none;
     margin-left: .24rem;
     background: none;
 }
.dlBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .24rem;
    font-size: .26rem;
}
.dlBox .d1 {
    color: #24C527;
}
.dlBox .d2 .active {
    color: #24C527;
    margin: 0 0.2rem;
}
.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;
}
.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;
 }
