.footer {
    height: 5rem;
    background: #F8F8F8;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.style {
    width: 2.70rem;
    height: .31rem;
    margin-bottom: .12rem;
    display: block;
    text-align: center;
}

.style1 {
    margin: 0px auto;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-bottom: .48rem;
}

.footer_top_right {
    display: flex;
    justify-content: space-evenly;
}

.footer_title {
    display: flex;
    margin-left: 1.4rem;
    justify-content: flex-start;
    flex-direction: column;
}

.footer_title a {
    font-size: .16rem;
    /* font-family: Source Han Sans CN; */
    /* font-weight: 500; */
    line-height: .27rem;
    color: #909090;
    opacity: 1;
    margin-bottom: .2rem;
    text-decoration: none;
}

.footer_title a:hover {
    color: #4E89E9;
}

.footer_title a:nth-of-type(1) {
    font-size: .20rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: .34rem;
    color: #909090;
    opacity: 1;
    margin-bottom: .32rem;
}

.footer_buttom {
    margin-top: -.5rem;
    display: flex;
    font-size: .16rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #909090;
    opacity: 1;
    margin-left: 2.6rem;
    justify-content: space-between;
}

.footer_top {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 1.2rem;
    margin-top: 0rem;
}

.footer_top_left {
    text-align: center;
    margin-left: 4.3rem;
    /* margin-left: 3.8rem; */
    margin-top: 1rem;
}

.bold {
    font-weight: bold;
}

.bold i {
    font-weight: bold;
    /* font-style: normal; */
    /* font-size: .24rem !important; */
}

.footer_right {
    margin-right: 2.15rem;
    /* margin-right: 2.6rem; */
    margin-top: .6rem;
}

.beian a:hover {
    color: #4E89E9;
    cursor: pointer;
}