body {
    background: var(--wel-background);
}

.main-container {
    margin: 0 auto;
    text-align: center;
}

.wel p {
    margin: 0;
    padding: 0;
}
.wel .xqbj-header {
    height: auto !important;
}
#xqbj-container.wel .xqbj-main {
    padding: 0;
}
.wel, .wel a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 1.4rem;
    color: var(--p-text-color);
}
.top-text {
    background: var(--wel-top--background);
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 2.4rem;
}
.logo .wel-logo {
    display: block;
    width: 22.5rem;
    width: 20.1rem;
    height: 11.4rem;
    margin: 2.4rem auto 3.15rem auto;
}
.wel-content {
    padding: 0 1.2rem;
    width: 33.0rem;
    margin: 0 auto;
}
.list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-item a {
    background: var(--wel-list-background);
    width: 100%;
    height: 5rem;
    text-align: center;
    margin-bottom: 1.4rem;
    border: 1px solid #ff8c00;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-item span {
    font-size: 1.2rem;
    color: #ff8c00;
}
.list-friend {
    display: flex;
    flex-wrap: wrap;
    padding: 0.25rem 0 ;
}
.list-friend a {
    background: var(--wel-list-background);
    width: calc(50% - 1rem);
    height: 5rem;
    margin: 0 1rem 1.65rem 0;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list-friend a:nth-child(2n) {
    margin-right: 0;
}
.address {
    background: url(../../assets/images/wel-footer-bg-v2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 5rem;
    font-size: 1.2rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.address a {
    color: #ff8c00;
    display: contents;
}
.wel-footer {
    font-size: 1rem;
    padding: 3.55rem 0 1.35rem;
}

/* desktop */
@media (min-width: 768px) {
    body {
        background: var(--base-background);
    }
    .logo .wel-logo {
        width: 26.4369rem;
        /* width: 34.7938rem; */
        height: 15.0rem;
        margin: 9.6rem auto 4rem;
    }
    .wel-content {
        width: 42.9rem;
        margin: 0 auto;
        padding: 0;
    }
    .address {
        height: 4.5rem;
    }
    .wel-footer {
        color: var(--wel-footer-text-color);
    }
}