﻿





.wrap>div {
    max-width:500px;
}
.wrap *{
    line-height: 130%;
}



.partner_txt {
    text-align: center;
    margin-bottom: 30px;
}

.partner_txt .tit {
    /*color: var(--main-color);*/
    color: #0B75F8;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 1.03rem;
}

.partner_txt .desc {
    color: #777;
}

.partner_box {
    background: #f5f6f8;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
}
.partner_guide{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    grid-gap: 10px;
}
.partner_guide img {
    width: 3.7rem;
    height: 3.7rem;
    background: #e9edf3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_guide p {
    color: #555;
    line-height: 145%;
    font-size: .93rem;
    text-align: left;
}

.email_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 1rem;
    gap: 1.5rem;
}

.email_box em {
    width: 1px;
    height: 14px;
    background: #ddd;
}

.partner_notice {
    color: #888;
    font-size: .8rem;
    text-align: center;
    line-height: 160%;
}