@import 'styles.css';

.contact-view {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
}

.contact-view .cv-tit {
    font-size: 24px;
    color: #282828;
    text-align: center;
}

.contact-view .cv-content {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 89px;
    margin-top: 60px;
}

.contact-view .cv-content .cv-item {
    width: 238px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contact-view .cv-content .cv-item .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.contact-view .cv-content .cv-item .txt {
    font-size: 21px;
    color: #437FEC;
    text-align: center;
}

.contact-view .cv-content .cv-item .val {
    font-size: 33px;
    color: #437FEC;
    text-align: center;
}

.contact-view .cv-codebox,
.contact-view .cv-addressbox {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}

.contact-view .cv-codebox .code-box {
    width: 496px;
    height: 554px;
    background: url("../img/codebg.png") top center/ cover no-repeat;
}

.contact-view .cv-codebox .code-box img {
    width: 247px;
    height: 247px;
    display: block;
    margin: 255px auto 0;
}

.contact-view .cv-addressbox {
    padding-bottom: 80px;
}