<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.complexFont{
  font-family: 'myFont', serif;
}
.subcat{
  font-family: å¾®è½¯é›…é»‘;
}
/* å¼•ç”¨ç¹ä½“å­— */
@font-face{
    font-family: 'myFont';
    src: url('../font/myFont.ttf') format('truetype');
}
@media screen and (min-device-width: 1279px) {
    .sticky {
        height: 80px;
        width: 100%;
        background-color: rgb(248, 245, 240);
        position: fixed;
        top: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 60px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      }
      .sticky img{
        height: 39px;
        width: 154px;
      }
      .sticky a{
        cursor: pointer;
        color: #888;
        margin-left: 20px;
        /* font-family: sans-serif; */
        font-weight: bold;
        font-size: 16px;
      }
      .sticky a:hover{
        color: orangered;
      }
      .changeL .showMenu{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        list-style: none;
        position: relative;
        height: 100%;
        font-size: 16px;
      }
      .changeL{
        height: 100%;
      }
      .arrow{
        color: #888;
        margin-left: 10px;
        transform: rotate(-270deg);
      }
      .changeL span{
        color: #888;
      }
      .nav-bar{
        display: flex;
        flex: 1;
        margin-left: 120px;
        gap: 60px;
        font-weight:bold;
      }
      .nav-bar-item{
        position: relative;
      }
      .nav-bar-item a{
        color:#000
      }
      .nav-bar-item-active::after{
        width: 18px;
        height: 2px;
        background-color: #000;
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -8px;
        left: 50%;
      }
      .select{
        height: 100%;
        display: flex;
        align-items: center;
      }
      .subcat{
        position: absolute;
        top: 80px;
        left: -35px;
        width: 150px;
        display: none;
        border: 1px solid #ebeef5;
        box-shadow: 0 2px 12px rgba(0, 0, 0, .1);
      }
      .changeL .showMenu:hover .subcat{
        display: block;
      }
      .subcat li{
        list-style: none;
        font-size: 14px;
        padding: 15px 10px;
        background-color: #fff;
        height: 100%;
      }
      .subcat li a{
        display: block;
        height: 100%;
        width: 100%;
      }


}
@keyframes show{
    0%{
        /* transform: translateY(-100%); */
        opacity: 0;
    }
    100%{
        /* transform: translateY(0); */
        opacity: 1;
    }
}
@media screen and (max-device-width: 1279px) {
    .phone .sticky {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
      }
      .header-box{
        height: 3rem;
        width: 100%;
        background-color: rgb(248, 245, 240);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1.6rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
      }
      .icon{
        width: 1.2rem;
        height: 1.2rem;
      }
      .icon-menu{
        width: 1.2rem;
        height: 1.2rem;
      }
      .mask{
        width: 100%;
        height: 100vh;
        background: #000;
        opacity: 0.5;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        display: none;
      }
      .nav-box{
        width: 100%;
        background-color: #fff;
        font-size: 0.8rem;
        padding: 0rem 1.6rem;
        animation: show 1s;
        display: none;
        border-radius:0 0 10px 10px;
        background: #f8f5f0;
      }
      .nav-item{
        line-height: 2.6rem;
      }
      .phone .sticky .logo{
        display: flex;
        align-items: center;
      }
      .phone .sticky img{
        height: 1.5rem;
        width: 6rem;
      }
      .phone .sticky a{
        cursor: pointer;
        color: #888;
        /* font-family: sans-serif; */
        font-weight: bold;
        font-size: 0.65rem;
      }
      .phone .sticky a:active{
        color: orangered;
      }
      .phone .nav-bar{
        display: none;
      }
      .phone .changeL .showMenu{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        list-style: none;
        position: relative;
        height: 100%;
      }
      .phone .changeL{
        height: 100%;
        margin-right: .5rem;
      }
      .phone .changeL p{
        color: #888;
        margin-left: 0.2rem;
        transform: rotate(-270deg);
        font-size: 0.65rem;
      }
      .phone .changeL span{
        color: #888;
        font-size: 0.65rem;
      }
      .phone .select{
        height: 100%;
        display: flex;
        align-items: center;
      }
      .phone .subcat{
        position: absolute;
        top: 3rem;
        right: -0.9rem;
        width: 5rem;
        display: none;
        border: 1px solid #ebeef5;
        box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, .1);
      }
      .phone .subcat li{
        list-style: none;
        background-color: #fff;
        height: 100%;
      }
      .phone .subcat li a{
        display: block;
        height: 100%;
        width: 100%;
        padding: 15px 10px;
        font-size: 0.65rem;
      }
}</pre></body></html>