@charset "UTF-8";
.bg-gray-container {
    width: 100%;
    height: 10em;
    background-color: #E0E0E0;
    overflow-x: hidden;
}

.container-content {
    display: flex;
    margin-right: 0px;
    padding: 0;
    margin: 0;
    width: inherit;
    height: 10rem;
}
@media (min-width: 786px) {
    .container-content {
        max-width: none;
        min-width: none;
    }
}

.footer-link-l {
    margin-left: 30px;
    width: 1000px;
}

.link-wrapper.red-box {
    float: right;
}

.friendLink {
    color:#333;
    font-size: 1.17em;
    font-weight: bold;
    text-align: left;
    /*margin-left: 2rem;*/
}

.selection-frame {
    position: relative;

}

.slection-1 {
    position: absolute;
    /*left: 4rem;*/
    height: 60px;
    display: flex;
    flex-direction: column; /* 子元素垂直排列 */
    gap: 10px; /* 行间距 */
    width: 25%;
}

.row-container {
    display: flex; /* 行内元素水平排列 */
    gap: 0.5rem; /* 元素间水平间距 */
    flex-flow: wrap; /* 元素自动换行 */
}
.aTag-item {
    margin-right: 20px;
    color: #333;
    font-size: 12px;
    text-decoration: none;

}

.aTag-item:hover {
    color: inherit;
    text-decoration: none;
}

.gradient-line {
    border-left: 1px dashed #000;
    height: 7rem;
    margin-right: 0.1rem;
}
.footer-link-r {
    width: 1000px;
    margin-left: 4rem;
}

.b-nav-ul {
    display: flex;
    margin-block-start:0px;
    margin-block-end:0px;
    padding-inline-start:0px;
}

.b-nav-li {
    list-style-type: none;
}

.mapper {
    margin-right: 5px;
    color: #333;
    font-size: 12px;
    text-decoration: none;

}

.symbolSpan {
    padding-right: 10px;
}

.footer_nav {
    display: flex;
    margin-top: 10px;
}

.spanText{
    font-family: '微软雅黑';
    font-size: 12px;
    color: #333;
    padding-left: 0px;
}

.spanText-1 {
    margin-right: 30px;
}

.footer_place {
    display: flex;
    margin-top: 10px;
    margin-left: 24px;
}

.footer_place_item {
    font-size: 12px;
    font-family: '微软雅黑';
}

.footer_place_item-1 {
    margin-right: 40px;
}
.footer_place_item-2 {
    margin-right: 148px;
}
