.bottom_info{
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 999999;
}
.info_box{
    width: 100%;
    height: 150px;
    background-color: rgba(9, 44, 142, 1);
    position: relative;
    bottom: 0;
    z-index: 99999;
    color: #7DBBFA;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 104px 90px;
}
.info_right{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'CTCuHeiSJ';
}
.info_right img{
    width: 57px;
    height: 57px;
    cursor: pointer;
    margin: 24px 0 7px 0;
}
.info_left{
    padding-left: 80px;
    display: flex;
    font-family: 'MicrosoftYaHei';
    font-size: 12px;
    align-items: center;
}
.info_left .logo{
    width: 186px;
    height: 75px;
    margin-right: 64px;
}
.info_left .logo img{
    width: 100%;
    height: 100%;
}
.list_info{
    width: 1208px;
    position: relative;
    z-index: 9999;
    margin: 70px auto;
    padding-bottom: 50px;
}
.list_info::-webkit-scrollbar { width: 0 !important }
.box{
    width: 260px;
    height: 216px;
    border-radius: 12px;
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.box img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 555;
}
.box span {
    position: absolute;
    bottom: 25px;
    z-index: 9999;
    left: 80px;
    font-size: 20px;
    color: #000000;
    display: inline-block;
    background-color: #fff;
}
.box .wx_img{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 10px;
    transform: translate(-50%, 0);
    left: 50%;
    z-index: 999999;
}