#bottom-list {
    display: flex;
    justify-content: space-between;
    height: 35px;
    /* width: 1300px; */
    line-height: 35px;
    /* margin-left: 50px; */
    margin-top: 38px;
    /* border-bottom: 1px solid #dcdcdc; */
    padding-bottom: 40px;

}
link[rel="shortcut icon"] {
    width: 16px;
    height: 16px;
}

.bottom-list1,
.bottom-list2,
.bottom-list3 {
    display: flex;
    align-items: center;
    margin-right: 100px;
    /* 三个 div 之间相隔 50px */
}

.bottom-list1:last-child,
.bottom-list2:last-child,
.bottom-list3:last-child {
    margin-right: 0;
    /* 最后一个 div 不设置右边距 */
}

.bottom-list1 img,
.bottom-list2 img,
.bottom-list3 img {
    margin-right: 10px;
    /* 图片和文字之间的距离 */
}

.bottom-list1 span,
.bottom-list2 span,
.bottom-list3 span {
    display: inline-block;
    line-height: 60px;
    min-width: 60px;
    min-height: 60px;
    margin-right: 10px;
    /* 文字和下拉框之间的距离 */
}

.w7_openLink ,
.w8_openLink,
.w9_openLink {
    border: 1px solid;
    border-image: linear-gradient(to right, rgb(154, 245, 255), #1c97fb) 1;
    width: 100px;
    /* 确保宽度不变 */
    /* 可根据实际情况调整高度，如果原样式中有明确高度 */
    height: inherit;
}
.w7_openLink:focus,
.w8_openLink:focus,
.w9_openLink:focus {
    border: 1px solid;
    border-image: linear-gradient(to bottom right, white, #1c97fb) 1;
}
/* #bottom {
    height: 77px;
    width: 1103px;
    float: left;
    padding-top: 10px;
}

#bottom span {
    height: 18px;
    width: 100%;
    float: left;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
} */