.findPass_cont {
    margin-top: 10px;
}

.findPass-tip {
    text-align: center;
    margin-bottom: 20px;
}

.findPass-tip p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    line-height: 33px;
}

.findPass-tip p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 17px;
    margin-top: 10px;
}

.findPass-tip p span {
    color: #003399;
}

.findPass-way {
    width: 785px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.findPass-way div {
    width: 368px;
    height: 133px;
    padding: 30px 0;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
}

.findPass-way div a img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.findPass-way div a {
    text-decoration: none;
}

.findPass-way div a p:nth-of-type(1) {
    font-size: 18px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 25px;
    margin-top: 20px;
}

.findPass-call {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 17px;
    margin-top: 30px;
}


/* .findPass-call p {
    display: none;
} */

.findPass-call a {
    color: #003399;
}

.bindPhone,
.bindEmail {
    color: #9B9B9B;
    font-size: 10px;
    margin-top: 4px;
    /* display: none; */
}

.findPhone:hover,
.findEmail:hover {
    cursor: pointer;
    border: 1px solid #003399;
}

.findPhone:hover img {
    content: url("/vcommon/mypage/img/notice/findPhone_style.png");
}

.findPhone:hover .findPhone-tip {
    font-size: 18px;
    color: #003399;
    font-weight: 600;
}

.findEmail:hover img {
    content: url("/vcommon/mypage/img/notice/findEmai_style.png");
}

.findEmail:hover .findEmail-tip {
    font-size: 18px;
    color: #003399;
    font-weight: 600;
}