﻿.navbar{
    padding: 0 !important;
}
header{
    background-color: #fff;
       
        height: auto !important;
}
.containers {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 19px 0;
    height: auto ;
}
#menu-btn {
    position: relative;
}
#menu-btn i {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#menu-btn.menu-btn-close i:first-child {
    left: 4px;
    top: 1px;
    transform-origin: top left;
    transform: rotate(48deg);
    position: relative;
}

#menu-btn.menu-btn-close i:nth-child(2) {
    display: none;
}
#menu-btn.menu-btn-close i:last-child {
    left: -3px;
    top: -6px;
    transform-origin: bottom right;
    transform: rotate(-45deg);
    position: relative;
}
.headerlogo{
    width: 100px;
    /* margin-right: 25px; */
}
.navbar-toggler{
    border: none !important;
}
.navbar-expand-lg .navbar-collapse{
        flex-grow: 0 !important;
}
.navbar-expand-lg .navbar-nav{
    width: 100% !important;
}
.navbar-expand-lg .navbar-nav  .nav-item {
padding:0px 24px 0px 24px !important;
position: relative;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #181818 !important;
    display: flex;
    padding: 0 !important;
    justify-content: space-between;
}
.navbar-brand{
    padding: 0 !important;
    margin-right: 25px !important;
    display: flex;

    align-items: center;
}
.nav-link img{
    width: 16px;
    height: 16px;
    display: none;
}
  .pcbox{
    display: block!important;
  }
  .mbox{
    display: none!important;
  }
  .menu_box .navbar-toggler{
    padding-top: 0.8rem;
  }
 /* @media only screen and (max-width: 768px) {
    html {
        font-size: 120% !important;
    }
} */
 body .select_classify{
    width: 2rem;
    display: inline;
    height: 1rem;
    border-bottom: 0.2rem solid;
    border-image: linear-gradient(to right, blue, cyan) 4;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -1rem;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
    /* html {
         font-size: 200% !important;
    } */
     .containers{
        padding: 0;
     }
    .headerlogo{
        width: 140px !important;
    }
} 
@media screen and (max-width: 992px) {
    body .select_classify{
        border: none;
    }
    .pcbox{
        display: none!important;
    }
    .mbox{
        display: block!important;
        padding-top: 0.48rem;
    }
    header{
         position: fixed;
        top: 0;
        z-index: 98;
    }
    .menu_box{
        width: 12rem;
        display: flex;
        /* vertical-align: middle; */
        line-height: -1rem;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .navbar-my img{
        width: 2.63rem;
        height: 2.63rem;
        display: inline-block;
    }
    .headerlogo{
        width: 110px;
    }
    .containers {
       display: flex;
       flex-wrap: inherit;
       align-items: center;
       padding: 0;
       justify-content: space-between;
       height: 6.88rem;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        padding: 10px 15px !important;
        border-top: 1px solid #e1e5ebba;
    }
    .navbar-collapse{
        height: calc(100vh - 60px);
        overflow-y: auto;
        width: 100%;
        background-color: white;
    }
    .headerlogo{
        /* width: 5rem; */
        margin-left: 15px;
    }
    .navbar-brand{
        margin:12px 0;
    }
    .nav-link img{
        display: block;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    padding: 9px 0 !important;
    }
    
    .navbar-light .navbar-toggler{
        /* padding: 0 15px !important; */
    }
    .nav-link img{
        /* width: 0.7rem; */
        /* height: 0.7rem; */
    }
    #menu-btn i{
        /* width: 1rem; */
        /* height: 0.1rem; */
    }
    .reg_box{
        display: none;
    }
}
.reg_box{
    background-color: #0955ff;
    line-height: 66px;
    color: white;
    font-size: 14px;
    padding: 0rem 1rem 0rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
body .bigboxItem{
    width: 100%;

}
.reg_box a{
    color: #ffffff;
}
.reg_box a:hover{
   color: #ffffff; 
}
