#lang-switcher-right {
    position: absolute;
    top: 26px;
    right: 210px;
    height: 63px;
    width: 305px;
    overflow: hidden;
}

ul.language-switcher-locale-url li.rightNav {
    width: 98px;
    height: 40px;
    bottom: -9px;
}

ul.language-switcher-locale-url li.rightNav.active {
    bottom: -4px!important;
}

.rightNav01 {
    background: url("../img/clubbg.png") -17px -18px no-repeat;
}

.rightNavEn01 {
    background: url("../img/clubbg.png") -17px -88px no-repeat;
}

.rightNav02 {
    left: 87px;
    background: url("../img/clubbg.png") -17px -18px no-repeat;
    /*background:url("../img/clubbg.png") -137px  -18px no-repeat;*/
}

.rightNavEn02 {
    left: 87px;
    /* background: url("../img/clubbg.png") -137px -88px no-repeat;*/
    background: url("../img/clubbg.png") -17px -88px no-repeat;
}


}

#main-menu-right .menu-label.menu-label-club,
#main-menu-right .menu-label.menu-label-bar {
    display: none;
}
li.menu-label.menu-label-club {
    display: none;
}
li.menu-label.menu-label-club.menu-label-club-en {
    display: none;
}
@media only screen and (max-device-width: 667px) {
    #lang-switcher-right {
        display: none;
    }
    /*移动端导航*/

    #main-menu-right {
        background: url(../img/mobile_sprite.png-0417.png) no-repeat;
        background-size: 930px;
        background-position: -16px -4396px;
        top: 1910px;
        left: 50%;
        width: 900px;
        height: 810px;
        margin-left: -450px;
        overflow: visible;
        transition: none;
        z-index: 0;
    }

    #gadgets-stubs {
        top: 2726px;
    }

    #main-menu-right .menu-label.menu-label-club {
        display: block;
        top: 652px;
        left: 0px;
        width: 438px;
        height: 150px;
        background: url(../img/mobile_sprite.png-0417.png) no-repeat;
        /*  background-size: 930px;
        background-position: 2px -3989px;*/
        background-size: 930px;
        background-position: -434px -3989px;
    }

    #main-menu-right .menu-label.menu-label-club.menu-label-club-en {
     /*   background-position: 2px -4149px;*/
         background-position: -434px -4165px;
    }

    .menu-label-bar {
        position: absolute;
        display: block;
        top: 652px;
        left: 450px;
        width: 438px;
        height: 150px;
        background: url(../img/mobile_sprite.png-0417.png) no-repeat;
        background-size: 930px;
        background-position: -434px -4165px;
    }

    .menu-label-bar a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
}