.gsygame_body{background-position: center 40px;background-color: #e9e9e9;}
.gsygame{margin-top:32px;}
.gsygame .tempWrap{overflow:hidden; position:relative; width:600px;}
.gsygame .tempWrap ul{width: 3600px; position: relative; overflow: hidden; padding: 0px; margin: 0px; left: -3000px;}
.gsygame .tempWrap li{float: left; width: 600px;}
.gsygame_ss_btn{position: absolute;z-index: 999;right: 18px;width: 20px;margin-top:10px;}
.wd197{width:197px;}
.wd131{width:131px;}
.wd30b{width:30%;}
.wd100b{width:100%;}
.gsygame_list{width:382px!important;}
.gsygame .sweep_code{display:none;background: #fff;width: 120px;border: 1px solid #e0e0e0;position: absolute;z-index: 99;text-align: center;left: 66px;top: 33px;padding-bottom: 5px;}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 60px;
    height: 60px;
    background-color: #ff0000;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    border-top-left-radius: 20px;
    display: flex;
    line-height: 45px;
    text-indent: 10px;
    z-index: 9;
}
.discount-text {
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    transform: rotate(-45deg);
    transform-origin: center;
}