.japanese-neon{width:540px;height:75px;background-color:#01d0fa;float: left; border-radius: 5px;margin-left: 30px; }
.japanese-neon .neon-brief{width: 142px;float:left; height: 100%;color:#fff;text-align: center;display: flex; align-items: center; justify-content:center;}
.japanese-neon a{color:#fff; text-decoration: none; }
.japanese-neon .neon-brief p{font-size: 12px;line-height: 18px;}
.japanese-neon .neon-brief h3{font-size: 16px;line-height: 18px; font-weight: normal;}
.japanese-neon p:hover{animation: jump .4s;}
.japanese-neon h3:hover{animation: jump .4s;}
.japanese-neon .neon-logo {width: 125px;height: 100%;  float: left;  }
.japanese-neon .neon-logo a {display: flex; align-items: center; justify-content:center; height: 100%;}
.japanese-neon .neon-logo img{width: 100%;height: auto;}
.japanese-neon .neon-logo a img:hover{animation: jump .4s;}
.japanese-neon .neon-list{float: right;height: 100%; width:246px;display: flex; align-items: center; justify-content:center; padding-right:10px;}
.japanese-neon .neon-list ul li{float: left; border-radius: 5px; width:120px; height: 18px; font-size: 12px; line-height: 18px; text-align: center; margin:2px 0; margin-right:6px; background-color: #0e5fee;}
.japanese-neon .neon-list ul li:nth-child(2n){ margin-right: 0; }
.japanese-neon .neon-list ul li a{width: 100%;height: 100%; display: block; font-weight: 600;}
.japanese-neon .neon-list ul li:hover{animation: jump .4s;}
@keyframes jump {
	0% {transform:translateY(0)}
	50% {transform:translateY(-3px)}
	to {transform:translateY(0)}
}
.PCnotshow {display: none;}

@media screen and (max-width:1024px){
	.japanese-neon{display: none;}
	.japenese_header .dz-nav .dz-nav-top .dz-top-left { width: 32%;}
	.japenese_header .PCnotshow{width: 67%; float: right; display: block; margin-right: .15rem; margin-top: .15rem;}
	.japenese_header .PCnotshow img{width: 100%; height: auto;}
}