<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.menu {
width:100%;
  background: #fff;
  height:80px;
  z-index:100000000000000000000000000000000;
  font-family:"敺株��迤暺煾��", "�鰵蝝唳�𡡞��";
  

  

}
.menu ol {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}
.menu &gt; ol {
  max-width: 100%;
  padding: 0 ;
  display: flex;
}
.menu &gt; ol &gt; .menu-item {
  flex: 1;
  padding: 15px 0;
}

.menu &gt; ol &gt; .menu-item img{
  flex: 1;
  padding-right:0px;
  padding-left:10px;
}
/*.menu &gt; ol &gt; .menu-item:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  bottom: 5px;
  left: calc(50% - 2px);
  background: #FECEAB;
  will-change: transform;
  transform: scale(0);
  transition: transform 0.2s ease;
}*/
.menu &gt; ol &gt; .menu-item:hover:after {
  transform: scale(1);
}
.menu-item {
  position: relative;
  line-height: 2.5rem;
  text-align: center;
}
.menu-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: #000;
}
.sub-menu .menu-item {
  padding: 0.75rem 0;
  background: #F67280;
  opacity: 0;
  transform-origin: bottom;
  animation: enter 0.2s ease forwards;
}
.sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.sub-menu .menu-item:hover {
  background: #F8B195;
}
.sub-menu .menu-item a {
  padding: 0 0;
}
@media screen and (max-width: 1365px) {
  .sub-menu .menu-item {
    background: #C06C84;
	
	
  }
}
@media screen and (max-width: 1365px) {
.menu {
width:100%;
  background: #f0aeab;
  height:80px;
  z-index:100000000000000000000000000000000;
  font-family:"敺株��迤暺煾��", "�鰵蝝唳�𡡞��";
  position: relative;

}
  .menu:after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 1rem;
    width: 30px;
    height: 4px;
    background: #FFF;
    box-shadow: 0 10px #FFF, 0 -10px #FFF;
  }
  .menu &gt; ol {
    display: none;
    background: #f0aeab;
    flex-direction: column;
    justify-content: center;
    height:auto;
    animation: fade 0.2s ease-out;
	

  }
  .menu &gt; ol &gt; .menu-item {
	background-color:;
    flex: 0;
    opacity: 0;
    animation: enter 0.3s ease-out forwards;
		line-height:-50px;
		
	

  }
  .menu &gt; ol &gt; .menu-item:nth-child(1) {
    animation-delay: 0s;
  }
  .menu &gt; ol &gt; .menu-item:nth-child(2) {
    animation-delay: 0.1s;
  }
  .menu &gt; ol &gt; .menu-item:nth-child(3) {
    animation-delay: 0.2s;
  }
  .menu &gt; ol &gt; .menu-item:nth-child(4) {
    animation-delay: 0.3s;
  }
  .menu &gt; ol &gt; .menu-item:nth-child(5) {
    animation-delay: 0.4s;
  }
  .menu &gt; ol &gt; .menu-item + .menu-item {
    margin-top: 0.75rem;
  }
  .menu &gt; ol &gt; .menu-item:after {
    left: auto;
    right: 1rem;
    bottom: calc(50% - 2px);
  }
  .menu &gt; ol &gt; .menu-item:hover {
    z-index: 1;
  }
  .menu:hover &gt; ol {
    display: flex;
  }
  .menu:hover:after {
    box-shadow: none;
  }
}

.sub-menu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 1;
}
.menu-item:hover &gt; .sub-menu {
  display: block;
}
@media screen and (max-width: 1365px) {
  .sub-menu {
    width: 100vw;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}

html, body {
  font-size: 16px;
  font-family: "敺株��迤暺煾��", "�鰵蝝唳�𡡞��";
  margin: 0;
  
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
</pre></body></html>