#ri-swiper-id {
    width: 1180px;
    padding-top: 8px;
    padding-bottom: 32px;
}
#ri-swiper-id .u-list-tit {
    cursor: pointer;
}
#ri-swiper-id a.m-l-more {
    font-size: 16px;
    color: #3188ff;
    float: right;
    cursor: pointer;
}
#ri-swiper-id .swiper-out {
    position: relative;
}
#ri-swiper-id .swiper-slide {
    width: 250px;
    padding-bottom: 15px;
}
/* 游戏类型筛选 */
#ri-swiper-id .m-l-gt {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 24px;
    margin-bottom: 30px;
}
#ri-swiper-id .u-l-gt{
    color: #181818;
    font-size: 20px;
    color: #181818;
    padding-left: 16px;
    padding-right: 17px;
    cursor: pointer;
}
#ri-swiper-id .u-l-gt.select{
    color: #E01212;
}
#ri-swiper-id .p-l-gt {
    position: relative;
}
#ri-swiper-id .m-l-gt .vertical-line {
    border-left: 1px solid #D8D8D8;
    height: 16px; /* 可以根据需要调整高度 */
    display: inline-block;
}
#ri-swiper-id .m-l-return {
    width: 96px;
    height: 38px;
    position: absolute;
    top: -4px;
    right: 0;
    cursor: pointer;
}

/* #swiper-container-other {
    width: 1048px;
} */
#ri-swiper-id .swiper-container {
    border-radius: 20px 20px 20px 20px;
    overflow-y: visible;
    width: 1048px;
}
#ri-swiper-id .swiper-container .swiper-other {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
}
#ri-swiper-id .swiper-container div,#ri-swiper-id .swiper-container div::after,#ri-swiper-id .swiper-container  div::before {
    box-sizing: content-box;
}
#ri-swiper-id .swiper-button-prev,#ri-swiper-id .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    width: 50px;
    height: 225px;
    background: #f2f2f2;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    margin-top: 0px;
    top: 0;
    left: 0px;
    z-index: 2;
}
#ri-swiper-id .swiper-button-prev-mask {
    width: 139px;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5));
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1;
}
#ri-swiper-id .swiper-button-next,#ri-swiper-id .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    width: 50px;
    height: 225px;
    background: #f2f2f2;
    border-radius:  0px 20px 20px 0px;
    position: absolute;
    margin-top: 0px;
    top: 0;
    left: 1130px;
    z-index: 2;
}
#ri-swiper-id .swiper-button-next-mask {
    width: 139px;
    height: 100%;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0.5));
    position: absolute;
    top: 0;
    left: 993px;
    z-index: 1;
}
#ri-swiper-id .i-zhihui {
    display: none;
}
#ri-swiper-id .swiper-button-disabled .i-swiper-btn.i-zhihui{
    display: block;
}
#ri-swiper-id .swiper-button-disabled .i-swiper-btn{
    display: none;
}
#ri-swiper-id .swiper-button-prev:after,#ri-swiper-id .swiper-button-next:after{
    content: ' ';
}
#ri-swiper-id .swiper-slide .m-l-head {
    width: 100%;
    height: 33.51px;
    padding-left: 9px;
    background-image: url(../../images/cz/img_kapiantoubu.png);
    background-repeat: no-repeat;
    position: relative;
}
#ri-swiper-id .swiper-slide .m-l-gameName {
    width: 120px;
    height: 100%;
    font-size: 14px;
    color: #001818;
    font-weight: 600;
    line-height: 33.51px;
}
#ri-swiper-id .swiper-slide .m-l-week {
    width: 120px;
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 33.51px;
    position: absolute;
    left: 154px;
}
#ri-swiper-id .swiper-slide .m-l-cell {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.08); 
}
#ri-swiper-id .m-l-cell {
    padding: 16px;
}
#ri-swiper-id .m-l-cell .m-l-state {
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #E01212;
    font-weight: bold;
}
#ri-swiper-id .m-l-cell .listSailing {
    min-height: 72px;
}
#ri-swiper-id .m-l-cell .u-l-awards {
    height: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 6px;
    position: relative;
}
#ri-swiper-id .m-l-cell .u-l-awards:nth-child(n+4){
    display: none;
}
#ri-swiper-id .m-l-cell .listDraw .u-l-awards:nth-child(n+2){
    display: none;
}
#ri-swiper-id .p-l-overSlide .m-l-cell .u-l-awards:nth-child(n+4){
    display: flex;
}
#ri-swiper-id .p-l-overSlide .m-l-cell .listDraw .u-l-awards:nth-child(n+2){
    display: flex;
}
#ri-swiper-id .p-l-overSlide .i-zhankai {
    display: none;
}
#ri-swiper-id .p-l-overSlide,#ri-swiper-id .p-l-overSlide .listSailing,#ri-swiper-id .p-l-overSlide .m-l-cell {
    height: auto;
}

#ri-swiper-id .m-l-cell .u-l-awards .i-zhankai {
    position: absolute;
    left: 196px;
    top: 2px;
}
#ri-swiper-id .m-l-cell .u-l-award {
    color: #181818;
    font-size: 14px;
    padding-right: 4px;
    cursor: pointer;
}
#ri-swiper-id .m-l-cell .u-l-award.u-l-stop:hover {
    color: #181818;
}
#ri-swiper-id .m-l-cell .u-l-award:hover {
    color: #e01212;
}
#ri-swiper-id .m-l-cell .u-l-time {
    color: #999999;
    font-size: 12px;
}
#ri-swiper-id .u-l-line {
    width: 2px;
    height: 12px;
    background: #e01212;
    border-radius: 1px;
    margin-right: 4px;
}
#ri-swiper-id .top16 {
    margin-top: 16px;
}

#ri-swiper-id .i-jinrixiushi {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 0px 0px 20px 20px;
    min-height: 192px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}

#ri-swiper-id .i-jinrixiushi img{
    width: 127px;
    height: 86px;
    margin-top: 39px;
    margin-left: 62px;
}

/* 温馨提示 */
#ri-swiper-id .p-l-tips {
    width: 1180px;
    padding-left: 15px;
    margin-top: 17px;
    height: 40px;
    line-height: 40px;
    background: #ececec;
    font-size: 14px;
    color: #666666;
}
.cz-point {
    cursor: pointer;
}