#games .goodgames-item .gametop{
    background: linear-gradient(60deg, #4568dc  0, #b06ab3 50% ) !important;
    /*color: linear-gradient(60deg, #e1eec3 0, #f05053 50%);*/
    border-radius: 5px;
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#games .goodgames-item .gametop .goodgames-title ,.goodgames-item .gametop .goodgames-item-description{
    background: linear-gradient(90deg, #ffffff 0, #ffffff 50%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* 备用方案 */
}
#games .goodgames-item .gametop .goodgames-title{
    margin: 0 0;
}