.contact {
    position: relative;
    background-image: url("../../image/index/m/background5.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 36rem;
    overflow: hidden;
}

.contact > .title {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 2.8rem 3rem 0 3rem;
    height: 3.9rem;
    background-image: url("../../image/index/m/title-en-6.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    font-size: 1.8rem;
    color: #00a2ea;
    font-weight: 600;
}

.contact .text {
    margin: 2.6rem 2rem 1rem 2rem;
    padding: 0 0 2rem 0;
    font-size: 1rem;
    line-height: 2em;
    color: #f5f5f5;
    border-bottom: 2px #a0a0a0 solid;
}

.contact nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 2.5rem;
}

.contact nav a {
    display: block;
    margin: .2rem 0;
    width: calc(100% / 3);
    font-size: 15px;
    font-weight: 600;
    color: #636363;
}

.contact nav a:nth-of-type(2),
.contact nav a:nth-of-type(5) {
    text-align: center;
}

.contact nav a:nth-of-type(3),
.contact nav a:nth-of-type(6) {
    text-align: right;
}

.contact .other {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .other .qrcode {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 1rem;
    font-size: .9rem;
    color: #ffffff;
    font-weight: 600;
}

.contact .other .qrcode img {
    display: block;
    margin-bottom: .9rem;
    width: 6rem;
}