.header-app {
    background: #e6223e;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 500;
    -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  
  .header.open-PCmenu,
  .header-app.open-menu {
    height: 100%;
    background: #fff;
    -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  
  .header-app .logo {
    float: left;
    vertical-align: middle;
    padding: 17px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header-app .logo img {
    width: 200px;
  }
  
  .header-app .right-box {
    padding-left: 10px;
  }
  
  .header-app .red-txt {
    font-size: 14px;
  }
  
  .header-app .black-txt {
    font-size: 12px;
  }
  
  .navbar-app {
    position: relative;
    -webkit-box-shadow: 3px 0 15px 0 rgba(0, 0, 0, .2);
    box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
    height: 60px;
    text-align: center;
    background: #fff;
  }
  
  .navbar-togger {
    float: right;
    background: transparent;
    border: none;
    padding: 22px 15px;
    display: inline-block;
    visibility: visible;
    transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }
  
  .navbar-togger .icon_bar {
    width: 24px;
    height: 2px;
    background-color: #e6223e;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .navbar-togger .icon_bar:nth-of-type(2) {
    margin: 5px 0;
  }
  
  .open-PCmenu .navbar-togger .icon_bar:nth-of-type(2),
  .open-menu .navbar-togger .icon_bar:nth-of-type(2) {
    opacity: 0;
  }
  
  .open-menu .navbar-togger .icon_bar:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
  }
  
  .open-menu .navbar-togger .icon_bar:last-child {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    -ms-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg);
  }
  
  .nav-menu {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 620;
    padding: 20px 15px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  
  .header.open-PCmenu .nav-PCmenu,
  .header-app.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  
  .nav-list li {
    border-bottom: 1px solid #cfcfcf;
    opacity: 0;
    pointer-events: none;
  }
  
  .nav-list li.open {
    border-bottom: none;
  }
  
  .header.open-PCmenu .nav-list li,
  .header-app.open-menu .nav-list li {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  
  .nav-list li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
    transform: translateY(-44px);
    transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(1),
  .header-app.open-menu .nav-list li:nth-child(1) {
    transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
  }
  
  .nav-list li:nth-child(2) {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(2),
  .header-app.open-menu .nav-list li:nth-child(2) {
    transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
  }
  
  .nav-list li:nth-child(3) {
    -webkit-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
    transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(3),
  .header-app.open-menu .nav-list li:nth-child(3) {
    transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
  }
  
  .nav-list li:nth-child(4) {
    -webkit-transform: translateY(-32px);
    -ms-transform: translateY(-32px);
    transform: translateY(-32px);
    transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(4),
  .header-app.open-menu .nav-list li:nth-child(4) {
    transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
  }
  
  .nav-list li:nth-child(5) {
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(5),
  .header-app.open-menu .nav-list li:nth-child(5) {
    transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
  }
  
  .nav-list li:nth-child(6) {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(6),
  .header-app.open-menu .nav-list li:nth-child(6) {
    transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
  }
  
  .nav-list li:nth-child(7) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(7),
  .header-app.open-menu .nav-list li:nth-child(7) {
    transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
  }
  
  .nav-list li:nth-child(8) {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
    transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
  }
  
  .header.open-PCmenu .nav-list li:nth-child(8),
  .header-app.open-menu .nav-list li:nth-child(8) {
    transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
  }
  
  .cate-item {
    position: relative;
  }
  
  .cate-item a {
    font-size: 16px;
    line-height: 48px;
    margin-right: 60px;
    display: block;
    color: #444;
  }
  
  .nav-list li.active .cate-item a,
  .nav-list li.open .cate-item a {
    color: #e6223e;
  }
  
  .category-cont a:last-child {
    border: none;
  }
  
  .category-cont a.active {
    color: #e6223e;
  }
  
  .category-tig {
    font-size: 14px;
    color: #888;
    text-align: right;
    line-height: 48px;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
  }
  
  .category-tig::before,
  .category-tig::after {
    content: '';
    background: #888;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  
  .category-tig::before {
    width: 16px;
    height: 2px;
    right: 0;
    margin-top: -1px;
  }
  
  .category-tig::after {
    width: 2px;
    height: 16px;
    margin-top: -8px;
    right: 7px;
  }
  
  .nav-list li.open .category-tig::after {
    opacity: 0;
  }
  
  .nav-list li.open .category-tig::before {
    background: #e6223e;
  }
  
  .category-cont {
    display: none;
  }
  
  .nav-list li.open .category-cont {
    display: block;
    border-top: solid 1px #cfcfcf;
    border-bottom: solid 1px #cfcfcf;
  }
  
  .category-pad {
    padding: 0 15px;
  }
  
  .category-cont a {
    line-height: 40px;
    border-bottom: 1px solid #cfcfcf;
    display: block;
    color: #666;
  }
  
  .category-pad a.active {
    color: #e6223e;
  }
  
  .app-sousuo {
    line-height: 22px;
    border-right: solid 1px #e6223e;
    padding-right: 15px;
    color: #e6223e;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
  }
  
  .alert-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .alert-top {
    height: 60px;
    background: #fff;
    padding: 10px 15px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }
  
  .alert-top .text {
    border-radius: 0px;
    height: 40px;
    background: none;
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 80%;
    float: left;
    color: #666;
    padding: 0 10px;
  }
  
  .alert-top .search {
    background: url(../images/icon-search.png) no-repeat center;
    width: 10%;
    height: 26px;
    float: left;
    margin-top: 7px;
  }
  
  .alert-top span {
    color: #666;
    float: right;
    font-size: 20px !important;
    margin-top: 8px;
    width: 10%;
    text-align: center;
  }
  
  .app-lanu {
    text-align: center;
    margin-top: 20px;
  }
  
  .app-lanu a {
    display: inline-block;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    color: #333;
  }
  
  .app-lanu a.on {
    background: #e6223e;
    color: white;
    border-radius: 30px;
  }
  
  .app-search {
    margin-bottom: 15px;
    border: 1px solid #e6223e;
  }
  
  .app-search input {
    width: 86%;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
    color: #afafaf;
    padding: 0 12px;
  }
  
  .app-search button {
    width: 38px;
    float: right;
    height: 38px;
    text-align: center;
    line-height: 38px;
  }
  
  .app-search i {
    font-size: 20px !important;
    color: #888;
    cursor: pointer;
  }
  
  .app-sousuo {
    line-height: 22px;
    color: #e6223e;
    float: right;
    font-size: 22px !important;
    margin-top: 19px;
  }