/* Minification failed. Returning unminified contents.
(253,62): run-time error CSS1046: Expect comma, found '224'
(253,70): run-time error CSS1046: Expect comma, found '/'
 */
#banner {
    display: none;
}

#content {
    padding: 0;
    font-size: 0;
    min-height: 500px;
    overflow: hidden;
}

    #content .wrapper {
        width: 100%;
    }

#lobby {
    position: relative;
    min-height: 730px;
    padding: 0;
    font-family: 'Microsoft YaHei', '微软雅黑', '微軟雅黑';
}

    #lobby .fish {
        position: relative;
        min-height: 730px;
        padding-bottom: 223px;
        background-position: top;
        background-size: cover;
    }

        #lobby .fish .fish-content {
            position: relative;
            width: 1240px;
            padding-top: 30px;
            margin: 0 auto;
        }

            #lobby .fish .fish-content .main-fish {
                position: absolute;
                right: 0;
                top: 30px;
                width: 560px;
                height: 426px;
                -webkit-animation: leftIn .5s ease-in-out;
                animation: leftIn .5s ease-in-out;
                background: no-repeat center center;
            }

            #lobby .fish .fish-content .text {
                min-height: 262px;
                padding-left: 105px;
            }

            #lobby .fish .fish-content .title {
                margin: 20px 0 8px 0;
                color: #fff;
                text-shadow: 1px 1px 0 #000;
                font-size: 50px;
                font-weight: bold;
            }


            #lobby .fish .fish-content .text .title sapn {
                display: inline-block;
                vertical-align: top;
            }

            #lobby .fish .fish-content .text .title .logo {
                display: inline-block;
                vertical-align: top;
                width: 150px;
                height: 70px;
                background: no-repeat center center;
                background-size: contain;
            }

    #lobby .fish-list {
        display: block;
    }

        #lobby .fish-list li {
            display: inline-block;
            vertical-align: top;
            position: relative;
            top: 0;
            margin: 4px 8px;
            transition: all .3s ease-in;
        }

            #lobby .fish-list li .game-text {
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                text-shadow: 1px 1px 0 #000;
                text-align: center;
            }

            #lobby .fish-list li .entryBtn {
                background: #ffeb3b;
                border-radius: 20px;
                padding: 0 16px;
                line-height: 24px;
                height: 24px;
                text-align: center;
                color: #333;
                font-size: 14px;
                margin: 8px auto;
                display: table;
            }

                #lobby .fish-list li .entryBtn:hover {
                    background: #1f5dc2;
                    color: #fff;
                }

            #lobby .fish-list li:hover {
                top: -10px;
            }


    #lobby .fish-slide-list {
        position: absolute;
        bottom: 60px;
        width: 100%;
        padding: 5px;
        background: rgba(255, 255, 255, .5);
    }

        #lobby .fish-slide-list ul {
            display: block;
            text-align: center;
        }

            #lobby .fish-slide-list ul li {
                position: relative;
                display: inline-block;
                vertical-align: top;
                width: 110px;
                height: 108px;
                margin: 0 8px;
                overflow: hidden;
                -moz-border-radius: 10px 10px 0 0;
                -webkit-border-radius: 10px 10px 0 0;
                border-radius: 10px 10px 0 0;
            }

                #lobby .fish-slide-list ul li:before {
                    content: '';
                    background: #33778f;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    transition: all .2s ease-in;
                }

                #lobby .fish-slide-list ul li:hover:before,
                #lobby .fish-slide-list ul li.active:before {
                    background: #ffeb3b;
                }

                #lobby .fish-slide-list ul li:after {
                    content: '';
                    background: #003b5b;
                    position: absolute;
                    left: 0;
                    right: 0;
                    height: 40px;
                    bottom: 0;
                    z-index: 1;
                    transition: all .2s ease-in;
                }

                #lobby .fish-slide-list ul li:hover:after,
                #lobby .fish-slide-list ul li.active:after {
                    background: #d66d00;
                }

                #lobby .fish-slide-list ul li img.gmae-img {
                    position: relative;
                    width: 100%;
                    height: auto;
                    z-index: 2;
                }

                #lobby .fish-slide-list ul li img.game-logo {
                    position: absolute;
                    height: 45px;
                    bottom: 0px;
                    left: 22%;
                    transition: all .2s ease-in;
                    z-index: 3;
                }

                #lobby .fish-slide-list ul li:hover img.game-logo,
                #lobby .fish-slide-list ul li.active img.game-logo {
                    height: 60px;
                    left: 10%;
                    bottom: -5px;
                }
                #lobby .fish-slide-list ul li.maintain {
                    cursor: default;
                    pointer-events: none;
                }
                #lobby .fish-slide-list ul li .maintaining, #lobby .fish-list li .maintaining {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 20;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background: hsl(0deg 0% 0% / 50%);
                    color: #fff;
                }
                #lobby .fish-list li .maintaining {
                    border-radius: 10px;
                }

                    #lobby .fish-slide-list ul li .maintaining span, #lobby .fish-list li .maintaining span {
                        position: relative;
                        bottom: unset;
                        left: unset;
                        width: auto;
                        height: auto;
                        font-size: 1.4rem;
                        font-weight: bold;
                        -webkit-background-clip: text;
                        color: rgb(255, 255, 255);
                        background-image: linear-gradient(180deg, #FFF 50%, #999 90%);
                        -webkit-text-fill-color: transparent;
                    }

                        #lobby .fish-slide-list ul li .maintaining span::before, #lobby .fish-list li .maintaining span::before {
                            content: attr(data-text);
                            position: absolute;
                            z-index: -1;
                            background: linear-gradient(180deg, rgba(32, 110, 255, 1) 30%, #1555A4 50%);
                            -webkit-background-clip: text;
                            -webkit-text-stroke: 4px transparent;
                            color: rgba(21,85,164,1);
                        }

                        #lobby .fish-slide-list ul li .maintaining span::after, #lobby .fish-list li .maintaining span::after {
                            content: attr(data-text);
                            position: absolute;
                            left: 0;
                            z-index: -2;
                            color: transparent;
                            text-shadow: 2px 3px 4px rgb(224 224 224 / 75%);
                        }

        #lobby .fish-slide-list .tempWrap {
            margin: 0 auto;
        }

        #lobby .fish-slide-list .prev,
        #lobby .fish-slide-list .next {
            position: absolute;
            top: 14px;
            left: 50%;
            font-size: 60px;
            color: #5795fa;
            z-index: 5;
            cursor: pointer;
        }


        #lobby .fish-slide-list .prev {
            margin-left: -545px;
        }

        #lobby .fish-slide-list .next {
            margin-left: 520px;
        }

@-webkit-keyframes leftIn {
    0% {
        right: -100px;
        opacity: 0
    }

    to {
        opacity: 1;
        right: 0;
    }
}

@keyframes leftIn {
    0% {
        right: -100px;
        opacity: 0
    }

    to {
        opacity: 1;
        right: 0;
    }
}


@media (max-width: 1366px) {

    #lobby {
        min-height: inherit;
    }

        #lobby .fish .fish-content .main-fish {
            width: 400px;
            height: 300px;
            right: 30px;
            background-size: contain;
        }

        #lobby .fish {
            min-height: 600px;
            padding-bottom: 142px;
            min-height: inherit;
        }

            #lobby .fish .fish-content {
                position: relative;
                width: 1100px;
                padding-top: 30px;
                margin: 0 auto;
            }

        #lobby .fish-list {
            margin-top: -20px;
        }

            #lobby .fish-list li {
                max-width: 130px;
            }

                #lobby .fish-list li > img {
                    width: 100%;
                }

        #lobby .fish .fish-content .text {
            min-height: 230px;
        }

        #lobby .fish-list li .game-text {
            font-size: 16px;
        }

        #lobby .fish-slide-list {
            bottom: 16px;
        }
}

