.ProductCharact {
    margin-bottom: 50px;
}

.ProductCharact .publictitle {
    padding: 80px 0 0 0;
}

.ProductCharact .ProductBox {
    /* background: pink; */
}

.ProductBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ProductBox_li {
    width: 585px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(44, 104, 255, 0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border: 1px solid #fff;
}

.ProductBox_li img {
    width: 80px;
    height: 80px;
    margin-left: 20px;
}

.p_title {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #5A657A;
    margin-left: 20px;
}

.p_title p:first-child {
    font-size: 18px;

    font-weight: bold;
    color: #181A1E;
    margin-bottom: 8px;
}

.gameBox {
    height: 736px;
    background: #EFF8FF;
}

.gameBox .publictitle {
    padding: 78px 0 0 0;
}

.img_yasuo {
    margin-top: 80px;
}

.ProductBox_li:hover {
    background: #F4F7FF;
    border: 1px solid #2C68FF;
    box-shadow: 0px 0px 10px 0px rgba(44, 104, 255, 0.2);
    color: #2C68FF;
}