* {
    margin: 0;
    padding: 0;
}
 ::-webkit-scrollbar {
 	width: 0;
 	height: 1px;
 }
 ::-webkit-scrollbar-thumb {
 	border-radius: 5px;
 	background: rgba(0, 0, 0, 0.2);
 }
html, body {
    background: #fff;
    font-weight: 400;
}
 [v-cloak] {
 	display: none;
 }
 body{
 	margin:0 auto;		
 }
 #app {
 	height: 100%;
 	width:100%;
 }
 .clear{clear: both;}
 .clear-fix:before,
 .clear-fix:after {
 	content: "";
 	display: table;
 }
 .clear-fix:after {
 	clear: both;
 }
 .clear-fix {
 	*zoom: 1;
 }
a {
    display: block;
}
    a:link {
        text-decoration: none;
        color: #000000;
    }
 a {
    color:#000000;
}
.nav-href {
    color:#000000;
}
dd a {
    color: #000;
}
    dd a:visited {
        color: #000;
    }
    dd a:hover {
        color: #000000 !important;
    }
    dd a:active {
        color: #000;
    }
img {
    display: block;
}

input, select {
    outline: none;
}
li {
    list-style-type: none;
}
.top {
    width: 11.05rem;
    height: .8rem;
    padding:0 0.3rem;
    border-radius: .4rem;
    overflow: hidden;
    -webkit-box-align: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #ffffff;
    border: solid 0.01rem #fe0e2c;
}
.logo{
    display: block;
}
.logo-mob{
    display: none;
}
.logo img {
    height: .41rem;
}
.top-content {
    margin: 0 auto;
    width: 100%;
    height: .8rem;
    display: flex;
    align-items: center;
    background-size: 100%;
}
.mobile-drawer{
    display: none;
}
.nav {
    margin-left: 1.65rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    .pc-drawer {
        display: flex;
        height: .5rem;
        line-height: .5rem;
        font-family: NotoSansJP-Light;
    }
        .pc-drawer li {
            font-size: .14rem;
            color: #000000;
            text-align: left;
            cursor: pointer;
            position: relative;
            margin-right: .5rem;
        }
        .top-content .langue{
            display: none;
        }
        .nav .langue{
            width: 1.5rem;
            display: flex;
            height: .5rem;
            line-height: .5rem;
            align-items: center;
            justify-content: center;
            background-color: #fe0e2c;
            border-radius: .3rem;
        }
        .nav .langue li{
            width: 0.35rem;
            height: 0.35rem;
            line-height: .35rem;
            text-align: center;
            background-color: #ea5668;
            color: #fff;
            font-size: .14rem;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            margin: 0 .05rem;
        }
        .lanActive{
            background-color: #ffffff !important;
            color: #fe0e2c !important;
        }
        .btlangue{
            width: 1.5rem;
            display: flex;
            height: .5rem;
            line-height: .5rem;
            align-items: center;
            justify-content: center;
            background-color: #fe0e2c;
            border-radius: .3rem;
            position: absolute;
            right: 0;
        }
        .btlangue li{
            width: 0.35rem;
            height: 0.35rem;
            line-height: .35rem;
            text-align: center;
            background-color: #ea5668;
            color: #fff;
            font-size: .14rem;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            margin: 0 .05rem;
        }
        .btlangue .lanActive{
            background-color: #ffffff !important;
            color: #fe0e2c !important;
        }
        .arrow {
            border-left: 0.05rem solid transparent;
            border-right: 0.05rem solid transparent;
            border-top: 0.05rem solid #fff;
            height: 0;
            margin-left: 0.08rem;
            transition: all .3s;
            width: 0;
        }
.nav-href {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: .16rem;
}
.nav-href :hover{
    color: #fe0e2c;
}
.pc-drawer li:hover::before {
    width: 100%;
}
.pc-drawer li:before {
    background-color: #fe0e2c;
    border-radius: 0.08rem;
    bottom: 0;
    content: "";
    height: 0.03rem;
    left: 0;
    position: absolute;
    transition: width .2s ease;
    width: 0;
}
.nav-dl {
    width:1.6rem;
    padding:0.15rem 0;
    overflow: hidden;
    background-color: #000000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
    margin: .1rem 0;
    font-size: .14rem;
    display: none;
    position: absolute;
}
.longnav{
    width: 2.8rem;
}
.autoW{
    width: auto;
}
.nav-dl dd {
    height: .36rem;
    line-height: .36rem;
    font-size: .14rem;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.nav-dl dd .href {
    width: 80%;
    height: .36rem;
    line-height: .36rem;
    display: block;
    text-align: left;
    padding:0 .15rem;
    color: #fff;
}
.nav-dl dd .href:hover{
    background-color: #83c119;
    border-radius: .1rem;
    font-weight: bold;
    color: #fff;
}
.none {
    display: none;
    transition: all 1s;
}
.show{
    display: block;
}
.mobile-menu-toggle{
    display: none;
}
.new-dropdown-menu {
    align-items: stretch;
    display: flex;
}

.footer {
    width: 14.40rem;
    background: url(../images/footer-bg.png) no-repeat top/cover;
    padding-bottom: 0.7rem;
    margin:0 auto;
}
.main-right {
    width: 15.72rem;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 1.5rem;
}
.main-right .menu-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.main-right .media-list {
    display: flex;
    gap: 0.2rem;
    justify-content: flex-end;
    margin-top: 0.9rem;
    width: 100%;
}
.main-right .menu-list .menu-item{
    width: 3.93rem;
}
.main-right .menu-list .menu-item h3{
    color: #000000;
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
	font-family: NotoSansJP-Regular;
}
.main-right .menu-list .menu-item h3 a {
    color: #ffffff;
}
.main-right .menu-list .menu-item .menu-item-list{
    display: flex;
    flex-wrap: wrap;
}
.main-right .menu-list .menu-item .menu-item-list a {
    color: #9e9e9e;
    font-size: 0.18rem;
    margin-bottom: 0.15rem;
    text-decoration: none;
    width: 100%;
}
.main-right .menu-list .menu-item .menu-item-list.list3 a {
    width: 100%;
}
.main-right .menu-list .menu-item .menu-item-list.list2 a {
    width: 100%;
}
@keyframes width {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}
@media screen and (max-device-width:960px) {
    #top{
        top: 0;
    }
    .top-content, .top{
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
    .top{
        width: auto;
        padding: 0 0.4rem;
        background: #ffffff;
        height: 2.0rem;
        left: 0;
        padding: 0 0.4rem;
        position: fixed;
        border-radius: 0;
        border: none;
        right: 0;
        top: 0;
    }
    .logo{
        display: none;
    }
    .logo-mob{
        display: block;
    }
    .drawer-header .logo-mob{
        margin-left: 2.18rem;
    }
    .logo-mob img {
        height: 0.8rem;
    }
    .mobile-menu-toggle{
        margin-right: .55rem;
        cursor: pointer;
        display: block;
        padding: 0.16rem;
    }
    .nav{
        margin-left: 0;
        align-items: center;
    }
    .btlangue{
        right: 3rem;
        top: 2.2rem;
    }
    .top-content .langue{
        display: flex;
        height: .6rem;
        line-height: .6rem;
        width: 1.6rem;
    }
    .langue{
        display: flex;
        height: .6rem;
        line-height: .6rem;
        margin-left: .096rem;
        align-items: center;
    }
    .langue li{
        width: 0.45rem !important;
        height: 0.45rem !important;
        line-height: .45rem !important;
        text-align: center;
        background-color: #2C2C2C;
        color: #fff;
        font-size: .22rem !important;
        cursor: pointer;
        position: relative;
        margin: 0 .05rem;
    }
    .lanActive{
        background-color: #ffffff !important;
        color: #fe0e2c !important;
    }
    .hamburger{
        cursor: pointer;
        height: 0.36rem;
        position: relative;
        width: 0.48rem;
    }
    .hamburger span:first-child {
        top: 0;
    }
    .hamburger span:nth-child(2) {
        top: 0.16rem;
    }
    .hamburger span:nth-child(3) {
        top: 0.32rem;
    }
    .hamburger span{
        background: #000;
        border-radius: 0.02rem;
        display: block;
        height: 0.04rem;
        left: 0;
        opacity: 1;
        position: absolute;
        transform: rotate(0);
        transition: .25s ease-in-out;
        width: 100%;
    }
    .footer{
        width: 7.5rem;
    }
    .footer-content{
        width: 7.5rem;
    }
    .footer .contact-us{
        flex-direction: column;
        gap: 30px;
        padding: 30px 15px;
        text-align: center;
    }
    .footer .des{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .footer .des .cttitle {
        font-size: 0.56rem;
    }
    .footer .des .cttitle span {
        font-size: 0.26rem;
        margin-top: 0.3rem;
        display: block;
        font-size: 0.26rem;
        font-weight: 400;
        line-height: 0.48rem;
        margin-top: 0.4rem;
    }
    .footer .des .btn {
        width: 1.8rem;
    }
    .des .btn {
        background: #78be2d;
        font-size: 0.25rem;
        padding: 0.11rem 0.2rem;
    }
    .footer .code-item{
        gap: 40px;
        justify-content: center;
    }
    .footer .code-item img {
        height: 2.4rem;
        margin-bottom: 0.3rem;
        width: 2.4rem;
    }
    .footer .code-item p {
        font-size: 0.26rem;
        line-height: 0.4rem;
    }
    .footer-main{
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        padding: 0.6rem 0.3rem;
    }
    .footer-main .info{
        width: 100%;
    }
    .footer-main .info .slogon{
        margin-bottom: 0.4rem;
    }
    .footer-main .info .slogon img {
        margin-bottom: 0.3rem;
        width: 2.4rem;
    }
    .footer-main .info .slogon p {
        color: #bebebe;
        font-size: 0.28rem;
        line-height: 0.56rem;
    }
    .footer-main .info .contact-way p {
        font-size: 0.32rem;
        margin-top: 0.28rem;
    }
    .footer-main .info .contact-way p.time{
        color: #fffc;
        font-size: 0.28rem;
        margin-top: 0.5rem;
    }
    .main-right{
        align-items: center;
        width: 100%;
        padding-bottom: 0;
        background-color: #da0721;
        margin-bottom: 1.0rem;
        border-top-left-radius: .2rem;
        border-top-right-radius: .2rem;
    }
    .main-right .menu-list{
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding:0.6rem 0;
    }
    .main-right .media-list {
        margin-top: 0.6rem;
        display: flex;
        gap: 0.4rem;
        justify-content: flex-end;
        margin-top: 0.6rem;
        width: 100%;
    }
    .main-right .menu-list .menu-item{
        width: 100%;
        background-color: #da0721;
    }
    .main-right .menu-list .menu-item h3 {
        color: #ffffff;
        font-size: 0.24rem;
        background-color: #da0721;
        width: 6.35rem;
        height: 1.10rem;
        line-height: 1.10rem;
        border-top: solid 0.015rem #fff;
        margin:0 auto;
    }
    .main-right .menu-list .menu-item .menu-item-list{
        width: 6.35rem;
        margin:0 auto;
        padding-bottom: 0.4rem;
        display: none;
    }
    .main-right .menu-list .menu-item .menu-item-list a{
        color: #ffffff;
        font-size: 0.24rem;
        margin-bottom: 0.42rem;
        text-decoration: none;
        width: 6.35rem;
        margin:0 auto;
    }
    .main-right .media-list .media-item {
        align-items: center;
        border: 0.5px solid #fff;
        border-radius: 50%;
        display: flex;
        height: 0.52rem;
        justify-content: center;
        width: 0.52rem;
    }
    .report-main {
        flex-direction: column;
        gap: 0.2rem;
    }
    .report-main p {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .report-main p span {
        display: inline-block;
    }
    .copyright {
        flex-direction: column;
        gap: 0.2rem;
        padding: 0.3rem;
    }
    .copyright p {
        color: #fffc;
        font-size: 0.24rem;
        line-height: 0.4rem;
    }
    .copyright p a:first-child {
        margin-left: 0;
    }
    .pc-drawer{
        display: none;
    }
    .mobile-drawer{
        width: 7.5rem;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        z-index: 1;
    }
    .drawer-content{
        width: 7.5rem;
        height: 10rem;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        overflow-y: scroll;
    }
    .emptyClick{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    .mobile-drawer .drawer-content ul li{
        position: relative;
        border-bottom: solid 0.01rem #ebebeb;
    }
    /* .mobile-drawer .drawer-content ul li:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    } */
    .liactive{
        background-color: #14485c;
    }
    
    .nav-dl1 {
        width:6.4rem;
        padding:0;
        overflow: hidden;
        background-color: #000000;
        -webkit-box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
        box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
        margin: 0;
        font-size: .14rem;
        display: none;
    }
    .nav-dl dd .href:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    }
    .nav-dl dd .childhref:hover {
        background-color: #14485c;
        color: #fff !important;
        border-radius: 0;
    }
    .nav-dl dd .href {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 0.8rem;
        color: #fff;
    }
    .nav-dl dd .childhref {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 0 0 0.8rem;
        color: #fff;
    }
    .nav-dl1 dd .href {
        width: 100%;
        height: 1rem;
        line-height: 1rem;
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 0 1.2rem;
        color: #fff;
    }
    .mobile-drawer .drawer-content .drawer-header {
        align-items: center;
        border-bottom: 0.01rem solid #ebebeb;
        display: flex;
        justify-content: space-between;
        padding: 0.6rem 0;
    }
    .mobile-drawer .drawer-content .drawer-header h3 {
        color: #fff;
        font-size: 0.36rem;
        margin: 0;
    }
    .mobile-drawer .drawer-content .drawer-header .close-btn{
        align-items: center;
        background: none;
        border: none;
        color: #000;
        cursor: pointer;
        display: flex;
        font-size: 0.5rem;
        height: 0.6rem;
        justify-content: center;
        padding: 0;
        width: 0.6rem;
        margin-right: 0.2rem;
    }
    .nav-href{
        width: 6.4rem;
        height: 1rem;
        line-height: 1rem;
        font-size: .28rem;
        justify-content: space-between;
        padding-left: 0.4rem;
    }
    .nav-dl{
        width: 6.4rem;
        position: relative;
        margin:0 auto;
        border-radius: 0;
        padding:0;
    }
    .nav-dl dd{
        font-size: 0.28rem;
        height: auto;
        line-height: 1rem;
    }
    .arrowmobile{
        width: 0.25rem;
        margin:0 0.5rem;
    }
}