#retelpthone .header a {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #3980ff;
    display: flex;
    align-items: center;
}

#retelpthone .header a svg {
    width: 32px;
    height: 32px;
    fill: #3980ff;
}

#retelpthone .content{
    top: 44px;
    padding-top: 30px;
}
.content input::placeholder{
    font-weight: 400;
}
.content .box-button{
    width: 78%;
    margin: 30px auto 0;
}


.item{
    border-bottom: 1px solid #f8f8f8;
    width: 87%;
    height: 54px;
    margin: 0 auto;
    margin-right: 30px;
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
}



.item input{
    padding: 10px 8px;
    flex: 1;
}
.item .pwd2{
    display: none;
}
.item.active .pwd1{
    display: none;
}
.item.active .pwd2{
    display: block;
}
.item  svg{
    width: 17px;
    height: 17px;

}
.item p{
    color: #106fff;
    font-size: 13px;
}