#line-rmyx
{
    padding-bottom: 50px;
}

.line-title
{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
}

#game-list
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#game-list .middle
{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: flex-end;
}

.line-bar
{
    background-image: url('/static/apps/front/site/images/line-bar.png');
    background-size: 100vw auto;
    height: 2.7vw;
    background-color: rgb(9,5,4);
}

#line-service
{
    margin-top: -1.3vw;
    padding-bottom: 70px;
}

#line-about
{
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#line-about .title
{
    font-size: 32.1px;
    margin-bottom: 15px;
}

#line-about .line
{
    display: flex;
}

#line-about .left
{
    width: 60%;
    padding-right: 15px;
}

#line-about .right
{
    width: 40%;
    padding-left: 15px;
}

#line-about .right img
{
    width: 100%;
}

#join-context
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#join-context .left
{
    width: 30%;
    text-align: center;
}

#join-context .right
{
    width: 60%;
    color: rgb(236,236,236);
    padding-bottom: 25px;
}

/*区分电脑端和移动端的样式*/

/* 移动端 */
@media screen and (max-width: 768px) {
    .line-title img
    {
        height: 50px;
    }

    #game-list .left
    {
        display: none;
    }

    #game-list .right
    {
        display: none;
    }

    #game-list .middle
    {
        width: auto !important;
    }

    #game-list .middle > div
    {
        text-align: center;
    }

    #game-list .middle img
    {
        width: 65%;
    }

    .line-container
    {
        width: auto !important;
    }

    #service-list
    {
        justify-content: space-evenly;
    }

    #service-list img
    {
        width: 20vw;
    }
    
    #service-list
    {
        display: flex;
        justify-content: space-evenly;
    }

    #line-join .left
    {
        display: none;
    }

    #join-context .right
    {
        width: 80%;
        text-align: justify;
    }

    #line-join .right button
    {
        float: right;
        margin-bottom: 15px;
    }

    #left_float_advs
    {
        position: fixed;
        bottom: 50px;
        left: 15px;
        display: flex;
        z-index: 2;
    }

    #left_float_advs img
    {
        width: 20vw;
    }

    #left_float_advs .close-btn
    {
        margin-left: -20px;
    }

    #left_float_advs .close-btn
    {
        margin-left: -20px;
    }

    #right_float_advs
    {
        position: fixed;
        bottom: 15px;
        right: 15px;
        display: flex;
        z-index: 2;
    }

    #right_float_advs img
    {
        width: 15vw;
    }

    #run_adv
    {
        text-align: center;
        background-color: rgb(194,164,82);
        font-size: 21px;
        padding-top: 2px;
        padding-bottom: 12px;
    }
    
    #run_adv > div
    {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #run_adv #left-icon
    {
        padding-left: 10px;
    }

    #run_adv .str_wrap
    {
        font-size: 16px;
    }

    #run_adv .str_wrap.str_active
    {
        background-color: rgb(194,164,82);        
    }

    #run_adv #run_warp
    {
        margin-top: -24px;
        height: 16px;
        margin-left: 45px;
    }

    #center_dialog
    {
        position: fixed;
        top: 15%;
        left: 15%;
        width: 70%;
        background-color: black;
        color: white;
        border-radius: 20px;
        border: 2px solid rgb(194,164,82);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    #center_dialog .dialog_header
    {
        text-align: center;
        font-size: 15px;
        padding: 5px;
        border-bottom: 1px solid rgb(194,164,82);
        background-color: rgb(194,164,82);
    }

    #center_dialog .dialog_body
    {
        padding: 15px;
        font-size: 12px;
    }

    #center_dialog .lose-btn
    {
        text-align: right;
        padding-right: 15px;
        margin-top: -30px;
        height: 30px;
        font-size: 15px;
    }
}

/* 电脑端 */
@media screen and (min-width: 768px) {
    #service-list
    {
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        height: 250px;
    }

    #service-list > div
    {
        width: 330px;
        text-align: center;
        float: left;
        flex: 1 0 auto; /* flex-grow: 1, flex-shrink: 0, flex-basis: auto */
        box-sizing: border-box; /* 包括padding和border在内计算宽度 */
    }

    #left_float_advs
    {
        position: fixed;
        bottom: 50px;
        left: 15px;
        display: flex;
        z-index: 2;
    }

    #left_float_advs img
    {
        width: 150px;
    }

    #left_float_advs .close-btn
    {
        margin-left: -20px;
    }

    #right_float_advs
    {
        position: fixed;
        bottom: 15px;
        right: 15px;
        display: flex;
        z-index: 2;
    }

    #right_float_advs img
    {
        width: 80px;
    }

    #center_dialog
    {
        position: fixed;
        top: 30%;
        left: 30%;
        width: 40%;
        background-color: black;
        color: white;
        border-radius: 20px;
        border: 2px solid rgb(194,164,82);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        overflow: hidden;
    }

    #center_dialog .dialog_header
    {
        text-align: center;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid rgb(194,164,82);
        background-color: rgb(194,164,82);
    }

    #center_dialog .dialog_body
    {
        padding: 15px;
    }

    #center_dialog .lose-btn
    {
        text-align: right;
        padding-right: 15px;
        margin-top: -45px;
        height: 50px;
        font-size: 25px;
    }

    #run_adv
    {
        text-align: center;
        background-color: rgb(194,164,82);
        font-size: 21px;
        padding-top: 2px;
        padding-bottom: 12px;
    }
    
    #run_adv > div
    {
        width: 1320px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #run_adv .str_wrap
    {
        font-size: 16px;
    }

    #run_adv .str_wrap.str_active
    {
        background-color: rgb(194,164,82);        
    }

    #run_adv #run_warp
    {
        margin-top: -24px;
        height: 16px;
        margin-left: 30px;
    }

    #new-list .middle
    {
        display: flex;
        justify-content: space-between;
    }

    #new-list .middle > div
    {
        width: 25vw;
        text-align: center;
    }

    #new-list .middle a
    {
        text-decoration: none;
        color: #005C97;
    }

    #new-list .middle img
    {
        width: 300px;
        height: 300px;
        border-radius: 30px;
    }

    .cs-title
    {
        color: #005c97;
        font-size: 32.1px;
        border-bottom: 1px solid #005c97;
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }

    .en-title
    {
        margin-top: 15px;
        color: #999999;
        font-size: 17.74px;
    }

    .fit-image-box
    {
        width: 216px;
        height: 216px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }
}