/* ========== Header ========== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    width: 100vw;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo-icon {
  width: 113px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav a {
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    font-size: 15px;
    color: #26272D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 1.1px;
}

.nav a:hover,
.nav a.active {
    color: #FF6B7D;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-register {
    width: 84px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: SourceHanSansSC-Regular;
    font-weight: 400;
    color: #26272D;
    background-image: url('../images/btn-register.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 1.1px;
}


.btn-login {
    width: 84px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-family: SourceHanSansSC-Regular;
    font-weight: 400;
    color: #ffffff;
    background-image: url('../images/btn-login.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: 1.1px;

}

.label16{
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
}

.inp16{
    display: none;
}

.line16{
    width: inherit;
    height: 4px;
    border-radius: 2px;
    display: block;
    background-color: #8f8f8f;
    position: absolute;
    top: 0;
    transition: all 0.24s ease-in-out;
}

.line16:nth-of-type(2){
    top: 10px;
}

.line16:nth-of-type(3){
    top: 20px;
}

.inp16:checked ~ .line16:nth-of-type(1){
    transform: rotate(45deg);
    top: 12px;
}

.inp16:checked ~ .line16:nth-of-type(2){
    width: 0;
}

.inp16:checked ~ .line16:nth-of-type(3){
    transform: rotate(-45deg);
    top: 12px;
}

#catelist{-webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2);box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.2); background:#fff; position: absolute; width:100%; border-top:1px solid #e4eaec; top:61px; z-index:100;
height: 0; left:0; overflow:hidden; opacity:0;
-webkit-transition: all .5s ease-in;
-moz-transition: all .5s ease-in;
transition: all .5s ease-in;}
#catelist.shou{  height:179px; left:0; top:61px; opacity:1;transition: all .3s linear;overflow-y: auto;}
#catelist ul{ padding:15px;}
#catelist ul li{ line-height:46px; font-size:16px; padding:0 20px;}
#catelist ul li.active{background: #F8DF32;}
#catelist ul li.active a{color: #fff;}
#catelist ul li a { display:block;}
#catelist ul li a .glyphicon{ float:right; font-size:12px; line-height:36px;}
#catelist .dropdown-menu{ position:relative; float:none;box-shadow:none; background:#f5f5f5; border:none; padding:10px 0;transition: all .3s linear;}
#catelist .dropdown-menu a{ display:block; padding-left:15px; line-height:32px;}
#catelist ul li{opacity: 0;transition: all .3s linear;
-webkit-transform: scale(1.1) translateY(-24px);
-moz-transform: scale(1.1) translateY(-24px);
    -o-transform: scale(1.1) translateY(-24px);
        transform: scale(1.1) translateY(-24px);}
#catelist.shou ul li{opacity: 1;-webkit-transform: none;
-moz-transform: none;
    -o-transform: none;
        transform: none;}
#catelist ul li:nth-of-type(2){ -moz-transition-delay: 300ms,300ms; -o-transition-delay: 300ms,300ms; transition-delay: 300ms,300ms;}
#catelist ul li:nth-of-type(3){ -moz-transition-delay: 350ms,350ms; -o-transition-delay: 350ms,350ms; transition-delay: 350ms,350ms;}
#catelist ul li:nth-of-type(4){ -moz-transition-delay: 400ms,400ms; -o-transition-delay: 400ms,400ms; transition-delay: 400ms,400ms;}
#catelist ul li:nth-of-type(5){ -moz-transition-delay: 450ms,450ms; -o-transition-delay: 450ms,450ms; transition-delay: 450ms,450ms;}
#catelist ul li:nth-of-type(6){ -moz-transition-delay: 500ms,500ms; -o-transition-delay: 500ms,500ms; transition-delay: 500ms,500ms;}
#catelist ul li:nth-of-type(7){ -moz-transition-delay: 550ms,550ms; -o-transition-delay: 550ms,550ms; transition-delay: 550ms,550ms;}
#catelist ul li:nth-of-type(8){ -moz-transition-delay: boldms,boldms; -o-transition-delay: boldms,boldms; transition-delay: boldms,boldms;}
#catelist ul li:nth-of-type(9){ -moz-transition-delay: 650ms,650ms; -o-transition-delay: 650ms,650ms; transition-delay: 650ms,650ms;}
#catelist ul li:nth-of-type(10){ -moz-transition-delay: 700ms,700ms; -o-transition-delay: 700ms,700ms; transition-delay: 700ms,700ms;}
#catelist ul li:nth-of-type(11){ -moz-transition-delay: 750ms,750ms; -o-transition-delay: 750ms,750ms; transition-delay: 750ms,750ms;}

/* Responsive */
@media (max-width: 768px) {

    .shou{
        display: block !important;
    }
    
    .label16 {
        display: block !important;
    }
    .header-actions,.nav{
        display: none;
    }

    .header-inner{
        padding: 0 40px;
    }
}