.dropdown-menu {
    text-align: center;
}
.nav-link:hover{
    color:#b59c5c;
}
 

@font-face {
    font-family: "OPPOSans";
    src: url('../font/OPPOSans-M.ttf') format('truetype');
}

body {
    font-family: "OPPOSans", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

div, a, span, li, video, img, header, button, input {
    font-size: 1rem;
    /* color: black; */
    color: black;
}
a{
    cursor: pointer;
}
.navbar-expand-lg .navbar-nav .nav-link {
    /* padding: 0.5rem 1rem; */
}

.floor
{
    padding: 2rem 0;
}

.floor h2
{
    padding: 0 0 2rem 0;
}

#floor2
{
    text-align: center; 
    background-color: #f8f8f8; 
}

#floor2 .container .row .floorbox
{
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin: 0.5rem;
    font-size: 1rem;
}

#floor3 .container .row .floorbox
{
    margin: 0.5rem;
}

#floor3 .container .row .floorbox img
{
    width: 100%;
    height: 100%;
}

#floor4 .container .row .floorbox
{
    margin: 0.5rem;
}

#floor4 .container .row .floorbox img
{
    width: 100%;
    height: 100%;
}

#floor5
{
    text-align: center; 
    background-color: #f8f8f8; 
}

#floor5 input
{
    width: 100%;
    border: solid 1px black;
    background-color: #ffffff;
    margin: 1rem 0;
    padding: 0.5rem;
    text-align: left;
    color: black;
}

#floor5 button
{
    width: 100%;
    color: #ffffff;
    /* background-color: black; */
    background-color:black;
    margin: 1rem 0;
    padding: 0.5rem;
}

footer {
    /* background-color: black; */
    background-color: white;
}

footer div, footer span, footer li, footer button, footer input
{
    /* color: #ffffff;  */
    color: black; 
}

.goTop
{   
    background-color: black;
    border: solid 1px #ffffff;
}


/*分页*/
.page-item > a.active {
    color: #FFF;
    background-color: #b59c5c !important;
}
.page-link {
    color: black;
    /*font-size: 1rem;*/
}
.menu-btn:focus{
    outline: none;
   
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d!important;
    pointer-events: none;
    background-color: transparent;
}
.color-background-blue{
    background-color: black!important;
}
.index-logo-wrap{
    text-align: center;
}
.header_bar .dropdown-menu {
    left: -35px;
    top: 33px;
    /*overflow: hidden;*/
    width: auto;
}
#navMainPage .dropdown-menu{
    left: -85px;
}

.index-logo-wrap{
    position: absolute;
   
    left: 0;
    right: 0;
}
.navbar-toggler{
    z-index: 999;
}


.header-nav-index{
    z-index: 999;
    background-color: rgba(255, 255, 255, .5);;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.ja-hide:lang(ja){
    display: none!important;
}
.en-hide:lang(en){
    display: none!important;
}
.header-nav-index span,.header-nav-index a{
    font-size: 1rem;
    text-align: center;
}
@media  (max-width: 1370px){
    .header-nav-index span,.header-nav-index a{
        font-size: 0.8rem;
        text-align: center;
    }
}
.sticky{
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 8px 0 #dee2e6;
}   

.index-logo-wrap .nav-link img{
   
    height: 42px;
    /* height: auto; */
    z-index: 100;
}
.header-tip{
    background-color: black;
}
.header-tip span{
    color: white;
    font-size: .8rem;
}

.goTop{
    background-color: black;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 100;
}

.bg-custom-gree{
    padding: .9rem!important;
}

.protective{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    background-color: black;
    z-index: 70;
    transition: all ease .5s;
    cursor: pointer;
}
.protective:hover{
    position: absolute;
    opacity: .25;
    z-index: 99;
}
.header_wrap{
    width: 100%;
    box-shadow: 0 2px 8px 0 #dee2e6;
}
.index-logo-wrap{
    width: 100%;
}
.index-logo-wrap>a{
    text-align: center;
}
.lang-item{
    position:absolute;
    left: 1.5rem;
    top: 5px;
    width: 22px;
    height: auto;
}
a.nav-link-notice{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff!important;
    width: 20px;
    font-size: 12px!important;
    height: 20px;
    background: rgb(255 47 0 / 84%);
    line-height: 20px;
    border-radius: 50%;
}
#style_0>div,#style_1>div,#style_2>div{
    margin-bottom: .1rem;
}
@media   (max-width: 1024px){
    /* .index-logo-wrap .nav-link img{
        height: 40px;
    } */
    
    .index-logo-wrap .nav-link img{
        height: 50px;
     
        /* height: auto; */
    }
    .navbar-expand-lg{
        /*height: 4rem;*/
    }
    .navbar-toggler{
        position: relative;
        left: -6px;
     }
    .flickerplate{
        height: 600px;
    }
    .flick-content  h3 {
        font-size: 1.5rem;
    }
    .header_bar .dropdown-menu{
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

}