/*装饰类*/

.base-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.base-body {
    width: 100%;
}

.base-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 34.375rem;
    background: #262A36;
    color: white;
}

.footer-content {
    max-width: 113.75rem;
    height: 100%;
}

.footer-info {
    min-height: 31.6875rem;
    display: flex;
}

.footer-info-left {
    width: 40.88rem;
    text-align: left;
    padding-top: 3.125rem;
    padding-left: 6.875rem;
    padding-bottom: 2.88rem;
}

.footer-logo {
    width: 17.5625rem;
    height: 4.625rem;
    background: url(../../img/base/footer-logo.png) no-repeat;
    background-size: 100% 100%;
}

.footer-contactus-info {
    margin-top: 3.125rem;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.footer-contactus-container {
    margin-bottom: 2.5rem;
    width: 100%;
}

.footer-contractus-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 0.625rem;
    letter-spacing: 0.0625rem;
}

.qrcode-item {
    display: inline-block;
}

.qrcode-item-second {
    margin-left: 4.6875rem;
}

.qrcode-img {
    width: 5.625rem;
    height: 5.625rem;
}

.qrcode-text {
    margin-top: 0.625rem;
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    color: #FFFFFF;
}

.footer-address-container {
    width: 100%;
}

.address-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.38rem;
    color: #FFFFFF;
    line-height: 1.875rem;
    letter-spacing: 0.0625rem;
}

.address-item div {
    color: #FFFFFF;
    margin-right: 0.625rem;
    width: 1.875rem;
    text-align: center;
}

.address-item i {
    font-size: 1.375rem;
}

.footer-info-right {
    width: 72.81rem;
    padding-left: 1.875rem;
    padding-top: 3.125rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.3);
}

.footer-menu-item {
    text-align: left;
    margin: 0 1.25rem;
}

.footer-menu-item .menu-first {
    font-size: 1.75rem;
    color: #FFFFFF;
    letter-spacing: 0.125rem;
    margin-bottom: 1.875rem;
}

.footer-menu-item .menu-splitline {
    width: 3.0625rem;
    height: 0.0625rem;
    background: #FFFFFF;
    opacity: 0.3;
}

.footer-menu-item .menu-sub-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0.9375rem;
}

.footer-menu-item .menu-second {
    font-size: 1.375rem;
    color: #999999;
    margin: 0.9375rem 0;
    line-height: 1.375rem;

}

.footer-copyright {
    width: 100%;
    text-align: center;
    line-height: 2.625rem;
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
    font-size: 1.375rem;
    color: #999999;
    letter-spacing: 0.09375rem;
}

/*联系我们*/
.contactus-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 33.125rem;
    background: url(../../img/base/contactus_bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.contactus-title-en {
    font-size: 3.375rem;
    font-weight: 800;
    color: #FFFFFF;
    opacity: 0.15;
    margin-top: -1.75rem;
    line-height: 3.375rem;
    margin-bottom: 3.125rem;
    letter-spacing: 0.0625rem;
}

.contactus-title {
    width: 14.1875rem;
    height: 2.75rem;
    background: url(../../img/base/contactus-title.png) no-repeat;
    background-size: 100% 100%;
}

.contactus-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 87.5rem;
    height: 15rem;
    background: url(../../img/base/contactus-contentbg.png) no-repeat;
    background-size: 100% 100%;
}

.contactus-subtitle {
    margin-bottom: -1.125rem;
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.4375rem;
}

.contactus-fill-title {
    line-height: 1.375rem;
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.125rem;
    margin-bottom: 2.5rem;
}

.contactus-fill-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    color: white;
}

.contactus-fill-item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.125rem;
}

.contactus-blank {
    display: none;
}

.contactus-fill-item div {
    margin-right: 0.625rem;
}

.contactus-fill-item i {
    font-size: 1.375rem;
    color: #346DFF;
}

.contactus-fill-item input {
    color: white;
    text-align: center;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-bottom: 0.0625rem solid #FFFFFF;
}

.input-name {
    width: 12.5rem;
}

.input-mobile {
    width: 15rem;
}

.input-companyName {
    width: 17.5rem;
}

.contactus-btn {
    margin-top: -1.5625rem;
    width: 12.5rem;
    height: 3.125rem;
    border: 0.125rem solid #F8F8F8;
    border-radius: 1.5625rem;
    font-size: 1.875rem;
    line-height: 2.875rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    cursor: default;
}
.contactus-btn a,.contactus-btn a:hover{
    list-style: none;
    color: #FFFFFF;
}
.footer-br {
    display: none;
}

@media screen and (max-width: 62rem) {
    .footer-br {
        display: inline-block;
    }

    .base-footer {
        padding: 0 1.25rem;
    }

    .footer-logo {
        width: 9.6875rem;
        height: 2.5rem;
        font-size: 0.75rem;
    }

    .footer-contractus-title {
        font-size: 1.125rem;
    }

    .qrcode-img {
        width: 3.75rem;
        height: 3.75rem;
    }

    .qrcode-text {
        font-size: 0.75rem;
    }

    .address-item {
        font-size: 0.75rem;
        line-height: 1.375rem;
        word-break: break-all;
    }

    .address-item div {
        width: 0.75rem;
    }

    .address-item i {
        font-size: 0.75rem;
    }

    .footer-info {
        flex-direction: column;
    }

    .footer-info-left {
        width: auto;
        padding-top: 1.25rem;
        padding-left: 0;
        padding-bottom: 1.875rem;
    }

    .footer-contactus-info {
        flex-direction: row;
        margin-top: 1.25rem;
    }

    .footer-contactus-container {
        /*flex: 1;*/
        width: auto;
        margin-bottom: 0;
    }

    .footer-address-container {
        flex: 1;
        width: auto;
        margin-left: 1.7rem;
    }

    .footer-info-right {
        width: auto;
        border: none;
        border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
        flex-direction: column;
        padding-top: 1.25rem;
        padding-bottom: 0.625rem;
        padding-left: 0;
    }

    .qrcode-item-second {
        margin-left: 0.625rem;
    }

    .footer-menu-item {
        margin: 0.625rem 0;
    }

    .footer-menu-item .menu-first {
        font-size: 1rem;
        margin-bottom: 0.625rem;
        line-height: 1rem;
    }

    .footer-menu-item .menu-second {
        font-size: 0.875rem;
    }

    .footer-menu-item .menu-sub-list {
        margin-top: 0.3125rem;
        margin-left: -0.625rem;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer-menu-item .menu-second {
        margin: 0.3125rem 0.625rem;
    }

    .footer-menu-item .menu-splitline {
        width: 2.5rem;
    }

    .footer-copyright {
        font-size: 0.75rem;
    }

    .contactus-container {
        height: 21.9375rem;
        background: url(../../img/base/contactus_bg.png) no-repeat;
        background-size: auto 100%;
        background-position: center;
    }

    .contactus-fill-content {
        flex-direction: column;
    }

    .contactus-blank {
        display: inline-block;
    }

    .contactus-title-en {
        font-size: 1.25rem;
        margin-top: -0.75rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .contactus-title {
        width: 4.75rem;
        height: 0.9375rem;
        background: url(../../img/base/contactus-title.png) no-repeat;
        background-size: 100% 100%;
    }

    .contactus-subtitle {
        margin-bottom: -0.4375rem;
        font-size: 1rem;
        line-height: 1rem;
        letter-spacing: 0.3125rem;
    }

    .contactus-content {
        width: 20.9375rem;
        height: 14.375rem;
        background: url(../../img/base/contactus-contentbg-small.png) no-repeat;
        background-size: 100% 100%;
    }

    .contactus-fill-title {
        line-height: 0.75rem;
        font-size: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .contactus-fill-item {
        font-size: 0.875rem;
        margin: 0.9375rem 0;
    }

    .contactus-fill-item label {
        display: block;
        word-break: keep-all;
        min-width: 3.75rem;
    }

    .contactus-fill-item i {
        font-size: 0.875rem;
    }

    .input-name {
        width: 10rem;
    }

    .input-mobile {
        width: 10rem;
    }

    .input-companyName {
        width: 10rem;
    }

    .contactus-btn {
        margin-top: -0.9375rem;
        width: 7.5rem;
        height: 1.875rem;
        border: 0.0625rem solid #F8F8F8;
        border-radius: 0.9375rem;
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
}