
/*底部*/
/*.foot-container{*/
/*    width: 100%;*/
/*    height: 940px;*/
/*}*/

/* 底部容器样式 */
.foot-container {
    width: 100%;
    height: 650px;
    /*background-color: #1a1a1a;*/
    /*color: #ffffff;*/
    /*padding: 60px 0 30px;*/
}
.footer-contact0 {
    width: 100%;
    height: 650px;
    background-color: #333333;
}
/* 联系信息区域 */

.footer-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
    /*padding: 0 20px;*/
    background-color: #333333;
}

.contact-left {
    width: 678px;
    height: 548px;
    /*flex: 1;*/
    /*padding-right: 40px;*/
    border:  5px solid rgb(255, 255, 255);
    padding: 50px;
    margin: 70px 200px;
    z-index: 2;

}

.contact-title {
    font-size: 24px;
    font-weight: bold;

    color: #ffffff;
}

.contact-info p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 2;
    color: #adadad;
}

.contact-info strong {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
}

.text-underline {
    display: inline-block;
    border-bottom: 4px solid #adadad;
    padding-bottom: 5px;
}

.contact-right {
    background-image:  url("/public/image/foot_right_b.jpg");
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #558393;
    margin-top: -130px;
    margin-left: -250px;
    z-index: 1;
    height: 600px;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.logo-text {
    font-size: 36px;
    font-weight: bold;
    color: white;
    /*margin-bottom: 10px;*/
    display: inline-block;
    padding-right: 20px;
    /* 添加竖线 */
    border-right: 2px solid white;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}
/*.logo-section img {*/
/*    width: 120px;*/
/*    height: auto;*/
/*}*/
.logo-divider {
    color: #ccc;
    font-size: 18px;
}

.brand-info {
    display: flex;
    flex-direction: column;
}


.brand-name {
    font-size: 14px;
    color: #cccccc;
    /*margin-bottom: 30px;*/
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

.slogan {
    font-size: 18px;
    color: #cccccc;
    margin-top: 10px;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

.qrcode-section {
    display: flex;
    gap: 50px;
    justify-content: center;
}

.qrcode-item {
    text-align: center;
}

.qrcode-item img {
    width: 150px;
    height: 150px;
    /*border-radius: 8px;*/
}

.qrcode-item p {
    margin-top: 30px;
    font-size: 16px;
    color: #cccccc;
}

/* 导航区域 */

.footer-navigation0 {
    width: 100%;
    background-color: #252525;
}

.footer-navigation {
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    background-color: #252525;
}

.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    gap: 50px;
}

.nav-link {
    color: #666 !important;
    text-decoration: none;
    font-size: 16px!important;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #e67e22 !important;
}

.divider {
    color: #666 !important;
    font-size: 14px;
}

.footer-copyright0 {
    width: 100%;
    background-color: #191919;
}

/* 版权信息 */
.footer-copyright {
    max-width: 1600px;
    margin: 0 auto;
    /*padding: 20px 20px 0;*/
    text-align: center;
    font-size: 14px;
    color: #999;
    /*border-top: 1px solid #333;*/
    background-color: #191919;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
}

.foot-title1 {
    font-size: 28px;
    font-weight: bold;
    color: white;
    display: block;
    position: relative;
    z-index: 2;
    letter-spacing: 7px; /* 增加字符间距 */
}

.foot-title2 {
    font-size: 56px;
    font-weight: bold;
    color: #595959;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    letter-spacing: 10px; /* 增加字符间距 */
}

.foot-text-wrapper {
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
}

.foot-left-section {
    /*flex: 0 0 200px;*/
    width: 62px;
    padding: 10px;
}

.foot-vertical-text-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

