
/* 页脚：上方装饰 + 下方内容区 */
.site-footer {
    width: 100%;
    /* margin-top: 40px; */
    /* background-color: #e7f3e6; */

}

.footer-top-deco {
    width: 100%;
    height: 220px;
    /* height: 270px; */
    /* background-image: url(../img/footer2.png); */
    /* background-repeat: repeat-x; */
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}

.footer-content-wrap {
    position: relative;
    width: 100%;
    /* height: 20%; */
    aspect-ratio: 3 / 0.7;
    /* 宽高比例3:1 */

    background-image: url(../img/footer.png);
    /* background-color: #e7f3e6; */
    /* background-color: #fff; */
    background-size: contain;
    /* background-repeat: repeat-x; */
    background-repeat: no-repeat;
    background-position: right bottom ;
    /* background-size:100%; */
    /* padding: 28px 6% 30px; */
    display: flex;
    /* align-items: flex-end; */
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0;
    
}

.footer-table {
    position: absolute;
    padding-left: 32%;
    top: 36%;
    width: 75%;
    height: 20vh;
    /* background-color: #ffffff6c; */
    /* height: 100%; */
    /* flex: 1; */
    /* border-collapse: collapse; */
    table-layout: fixed;
    margin-top: auto;
}

.footer-table th,
.footer-table td {
    text-align: left;
    vertical-align: middle;
    padding: 6px 14px;
}

.footer-table th {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #1c6c42;
    
}

.footer-table td a {
    display: block;
    color: #1d2321;
    /* color: #2f4542; */
    text-decoration: none;
    margin-bottom: 6px;
}

.footer-table td a:hover {
    text-decoration: underline;
}

.footer-table td p {
    margin: 0;
    /* line-height: 1.5; */
    font-size: 15px;
    margin-bottom: 6px;

}


.footer-table th:nth-child(1),
.footer-table td:nth-child(1) {
    width: 50%;
    /* background-color: #fff; */
}

.footer-table th:nth-child(2),
.footer-table td:nth-child(2) {
    width: 80%;
}



.footer-deco-head {
    padding: 0;
}

.footer-deco-cell {
    padding-top: 0;
}

.footer-deco-img {
    width: 25%; /* 固定装饰图宽度 */
    height: 200px; /* 固定装饰图高度 */
    position: absolute;
    right: -0%;
    top: -40%;
    background-image: url(../img/user-icon.png);
    background-repeat: no-repeat;
    /* background-position: center bottom; */
    background-size: contain;
    /* margin-left: 20px; */
    flex-shrink: 0;
    /* background-color: #fff; */
}

.footer-copyright {
    width: 100%;
    text-align: center;
    padding: 12px 16px 20px;
    font-size: 15px;
    color: #2f4542;
    /* background-color: #e7f3e6; */
}

.footer-beian {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 6px;
}

.footer-beian-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
}

.footer-beian-link:hover {
    text-decoration: underline;
}

.footer-beian-icon {
    height: 16px;
    width: auto;
    display: inline-block;
}

.footer-table th{
    font-size: 23px;
}
.footer-table td{
    /* font-size: 18px; */
    line-height: 1.2;
}