.wuser {
    text-align: center;
    color: white;
    padding-top: 5px;
}

.gundongtiao .bd ul li {
    padding-right: 10px;
    width: 210px;
    display: inline-block;
}

.gundongtiao .bd ul li .titlel {
    line-height: 40px;
    text-align: center;
}

.gundongtiao .bd ul li:last-child {
    padding-right: 0px;
}

.gundongtiao .bd ul li .fl {
    clear: both;
}

.gundongtiao .bd ul {
    display: flex;
    justify-content: center;
}

.gundongtiao {
    padding-top: 30px;
}

#weibu {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

#weibu .left {
    position: relative;
    width: 332px;
    height: 120px;
    border-right: 1px solid antiquewhite;
}

#weibu .left img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#weibu .right {
    position: relative;
    width: 332px;
    height: 120px;
    border-left: 1px solid white;
}

#weibu .right img {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#weibu .right .beizhu,
#weibu.cf .left .beizhu {
    color: white;
    font-size: 12px;
    text-align: center;
}

#weibu.cf .right .beizhu {
    position: absolute;
    right: 41px;
    top: 32%;
    transform: translateY(-50%);
}

.box-link {

    display: flex;
}


/* 手机端样式 */
@media screen and (max-width: 480px) {}