.nav {
    position: relative;
    top: 2px;
    float: left;
}

.nav .list {
    list-style-type: none;
    margin-left: 15px;
}

.nav .list li {
    float: left;
    position: relative;
    height: 35px;
    line-height: 26px;
}

.nav .list .game_hover {
    font-size: 16px;
    /*font-family: 宋体;*/
    font-weight: bold;
    text-decoration: none;
    margin-left: 8px;
    margin-right: 8px
}

.hover_cont {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 35px;
    border: 1px;
    background: #fff;
    z-index: 1000;
}

.nav_cont {
    padding: 15px;
}

.hover_cont .nav_li {
    display: inline-block;
    width: 100%;
    height: 100%;
    *height: auto;
    *margin-top: 7px;
    padding-bottom: 5px;
    *padding-bottom: 12px;
}

.nav_li:not(:last-child) {
    border-bottom: 1px solid #9d9d9d;
    width: 330px;
}

.hover_cont .nav_li_l {
    float: left;
    max-width: 185px;
    color: #fcfcfc;
    font-weight: bold;
    /*font-family: 宋体;*/
    font-size: 15px;
    padding-left: 10px;
    padding-top: 15px;
}
.lang_jp .hover_cont .nav_li_l{
    width: 120px;
}
.hover_cont .nav_li_r {
    float: left;
    line-height: 26px;
    margin-top: 6px
}


.hover_cont .nav_li_l a,.nav_li_l_second a{
color: #fcfcfc;
}


.hover_cont .nav_li_l a:hover{

}

.hover_cont .nav_li_r a {
    color: #fcfcfc;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    /*font-family: 宋体;*/
    margin-left: 20px;
    margin-top: 10px;
    line-height: 30px;
}

.hover_cont .nav_li_r a:hover {
}

.hover_cont .nav_li_r a.orange {
    color: #f60;
}

#mainNavMobile {
    display: none;
    background-color: #0C0E0E;
    opacity: 0.9;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.list_mobile {
    list-style: none;
    /*width: 100%;*/
    width: auto;
    height: auto;
}

.game_hover_mobile {
    color: #FFFFFF !important;
}

#mainNavMobileSecond {
    display: none;
    background-color: #0C0E0E;
    opacity: 0.9;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

.nav_li_second {
    display: flex;
    color: #FFFFFF;
    border-bottom: 2px solid #333333;
    margin: 0px 20px 0px 20px;
	clear:both;

}

.nav_li_l_second {
    float: left;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    margin: 10px 10px 10px 10px;
    min-width: 35%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
}

.nav_li_r_second {
    float: right;
    color: #FFFFFF;
    margin-left: 10px;
    width: 60%;
}

.nav-li-r-block {
    /*padding-top: 30px;
    padding-bottom: 10px;*/
    padding-left: 10px;
    width: 100%;
    display: inline-flex;
}

.nav-li-r-block:not(:last-child) {
    border-bottom: 2px solid #333333;
}

.nav_li_r_content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: bold;
}

.nav .list .wlyx {
    width: 390px;
    left: 0;
    background: url("../images/Mobile.png") no-repeat;
    background-size: 100% 100%;
    margin-left: -20px;
    margin-top: 18px;
}

.li_mobile {
    margin: 5px 20px 5px -20px;
    border-bottom: 2px solid #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    background: url("../images/right_arrow_mobile.png") no-repeat 98% center;
    background-size: 16.5px 36px;

}

.li_mobile div {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px
}

.second_menu {
    color: #FFFFFF !important;
    font-size: 15px;
    border-bottom: 2px solid #333333;
    padding-left: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 20px 0px 20px;
}

.second_bg {
    height: 30px;
    background: url("../images/left_arrow_mobile.png") no-repeat left center;
    background-size: 16.5px 36px;
    margin: 5px 20px 5px 0px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
    float:left;
}

.second_menu_title {
    height: 30px;
    margin: 5px 20px 5px 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 8px;
}

.second_menu_title a{
    color: #FFFFFF !important;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }

    .menu_mobile {
        display: none !important;
    }

    .nav_mobile {
        display: none !important;
    }

    .nav_mobile_second {
        display: none !important;
    }
}

.menu_mobile {
    width: 42px;
    height: 42px;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 7px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: url("../images/menu_mobile.png") no-repeat 100% 100%;
    background-size: 100% 100%;
}

.cmenu {
   background: url("../images/mobile-menu-close.png") no-repeat 100% 100%;
}

.menu_mobile:focus {
    outline: 0;
    outline-width: 0px;
    outline-style: none;
    outline-color: -moz-use-text-color;
}
