.af-zb-wrapper {
    width: 100%;
    position: relative;
    font-size: 20px;
  }
  
  .af-zb-wrapper .main-inner {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  
  .af-zb-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .af-zb-wrapper .af-zb-hide {
    display: none;
  }
  
  @media only screen and (max-width: 1600px) {
    .af-zb-wrapper .main-inner {
      padding: 0 3em;
    }
  }
  
  /** ------ Header ------ **/
  body.searching {
    overflow: hidden;
  }
  
  body.searching .af-zb-wrapper:after {
    background: #000;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
    top: 125px;
    background: transparent;
  }
  
  .header {
    display: block;
    background: #fff;
    height: 60px;
    max-height: 60px;
    position: relative;
    z-index: 3;
    padding: 0;
    -webkit-transition: padding 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: padding 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: padding 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: padding 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  
  .header:after {
    content: "";
    position: absolute;
    height: 3px;
    bottom: -3px;
    width: 100%;
    z-index: -1;
    background: url("../images/top-bar-shadow.png") 0 0 repeat-x;
  }
  
  .header .mobile-menu-toggle {
    display: none;
  }
  
  .header .logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 231px;
    height: 60px;
    background: url("../images/logo-b.png") center center no-repeat;
    background-size: 100% auto;
  }
  
  .header .nav-bar {
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
  }
  
  .header .nav-bar .main-area {
    display: inline-block;
    margin: 0 auto;
  }
  
  .header .nav-bar .main-area .nav-main {
    display: inline-block;
  }
  
  .header .nav-bar .main-area .nav-main ul {
    /* display: inline-block; */
    display: flex;
    justify-content: space-around;
    width: 50vw;
    max-width: 980px;
  }
  
  .header .nav-bar .main-area .nav-main ul li {
    display: inline-block;
    line-height: 60px;
    margin: 0;
    position: relative;
  }
  
  .header .nav-bar .main-area .nav-main ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #222;
  }
  
  .header .nav-bar .main-area .nav-sub {
    display: none;
  }
  
  .header .nav-bar .sub-area {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
  }
  
  .header .nav-bar .sub-area .nav-option ul {
    display: block;
    float: right;
    position: relative;
  }
  
  .header .nav-bar .sub-area .nav-option ul li {
    display: inline-block;
    line-height: 60px;
    margin: 0 5px;
  }
  
  .header .nav-bar .submenu-area {
    position: absolute;
    top: 61px;
    max-width: 900px;
    max-height: 590px;
    background: #ccc;
  }
  
  .header .nav-bar .submenu-area .title {
    display: none;
  }
  
  .header .nav-bar .submenu-area a {
    text-decoration: none;
  }
  
  .header .nav-bar .nav-option {
    float: left;
  }
  
  .header .nav-bar .nav-option .option-item {
    float: left;
    position: relative;
    margin-right: 5px;
  }
  
  .header .nav-bar .nav-option .option-item a {
    display: block;
    line-height: 56px;
  }
  
  .header .nav-bar .nav-option .sub-block {
    display: none;
    position: absolute;
    padding: 26px 26px 10px;
    width: 300px;
    right: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFF;
    text-align: center;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-info {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding-bottom: 20px;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-info .title {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    line-height: 24px;
    margin-bottom: 5px;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-info .text {
    font-size: 14px;
    color: #828282;
    line-height: 20px;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-menu {
    display: block;
    padding: 10px 0;
    margin: 0 -26px;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-menu ul {
    width: 100%;
    float: initial;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-menu ul li {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    line-height: 40px;
    font-size: 14px;
    color: #555;
    padding: 0 26px;
    margin: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-menu ul li .icon {
    margin-right: 10px;
    color: #777;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .block-menu ul li .num-circle {
    position: relative;
    float: right;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: .8em;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .member-center-btn {
    margin: 15px 0 20px;
    background: #0094f2;
    color: #FFF;
    padding: 10px 30px;
    display: inline-block;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .member-center-btn:hover {
    background: #0074d7;
  }
  
  .header .nav-bar .nav-option .member-opt .sub-block .logout {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
  }
  
  .header .nav-bar .nav-option .num-circle {
    position: absolute;
    display: inline-block;
    background: #0094f2;
    border-radius: 50%;
    width: 1.6em;
    height: 1.6em;
    color: #fff;
    line-height: 1.6em;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    top: .7em;
    right: -0.5em;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    right: -4px;
    line-height: 16px;
  }
  
  .header .nav-bar .nav-option .option-item.open .icon {
    color: #0094f2;
  }
  
  .header .nav-bar .nav-option .option-item.open .sub-block {
    display: block;
  }
  
  .header .nav-bar .nav-option .option-item.open:before, .header .nav-bar .nav-option .option-item.open:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-left: 1px;
    z-index: 1;
  }
  
  .header .nav-bar .nav-option .option-item.open:before {
    border-bottom: 10px solid #7b7b7b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    margin-left: 1px;
    position: absolute;
    bottom: 0px;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile {
    padding: 26px 26px 10px;
    width: 290px;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile .block-menu ul li a {
    display: block;
    color: #555;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile .block-menu ul li:hover {
    background: #f2f2f2;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile .user-img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile .user-img img {
    width: 100%;
    height: auto;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile .user-name {
    margin: 12px 0;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1.2;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile.not-login {
    padding-top: 10px;
  }
  
  .header .nav-bar .nav-option .option-item .user-profile.not-login .btn-signin {
    width: 100%;
  }
  
  .header .nav-bar .nav-option .option-item.service-info .sub-block {
    width: 310px;
  }
  
  .header .nav-bar .nav-option .option-item.service-info .sub-block .block-menu ul li:hover {
    background: #f2f2f2;
  }
  
  .header .nav-bar .nav-option .option-item.search-opt.open:before, .header .nav-bar .nav-option .option-item.search-opt.open:after {
    display: none;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block {
    padding: 10px 26px 0;
    width: 360px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .block-info {
    border: 0;
    padding-bottom: 36px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .block-bottom {
    display: block;
    background: #eee;
    margin: 0 -26px;
    padding: 2px 0 12px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .block-bottom .title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #3f3f3f;
    line-height: 20px;
    margin-top: 5px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .block-bottom .link {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #00a8ff;
    height: 15px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list {
    display: block;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul {
    display: block;
    float: none;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li {
    display: block;
    border-bottom: 1px solid #dedede;
    height: 110px;
    padding: 20px 0;
    line-height: 20px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-img {
    width: auto;
    height: 100%;
    width: 20%;
    display: inline-block;
    float: left;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-img img {
    height: auto;
    width: 100%;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-info {
    display: inline-block;
    float: left;
    width: 60%;
    line-height: 20px;
    text-align: left;
    padding: 0 10px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-info .info-title {
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-info .info-color,
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-info .info-nums {
    font-size: 12px;
    color: #585858;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-info .info-nums {
    float: right;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li .cart-price {
    display: inline-block;
    float: left;
    width: 15%;
    font-size: 14px;
    color: #000;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-list ul li:last-child {
    border: 0;
    padding-bottom: 0;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count {
    display: block;
    border-top: 1px solid #848484;
    text-align: left;
    line-height: 0;
    padding: 10px 0;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .discount {
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 22px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .discount .title {
    float: left;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .discount .money {
    float: right;
    font-weight: 500;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .subtotal {
    color: #000;
    font-size: 16px;
    line-height: 24px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .subtotal .title {
    float: left;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .subtotal .money {
    float: right;
    font-weight: 500;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .btn-checkout {
    float: right;
    margin: 10px 0 15px;
    width: 140px;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .discount,
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .subtotal,
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .btn-group {
    display: block;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .discount:after,
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .subtotal:after,
  .header .nav-bar .nav-option .option-item.shop-info .sub-block .cart-count .btn-group:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .header .nav-bar .nav-option .option-item.shop-info .sub-block.is-empty {
    padding: 26px 26px 0;
  }
  
  .header .nav-bar .nav-option .option-item.no-value:before, .header .nav-bar .nav-option .option-item.no-value:after {
    content: none;
  }
  
  .header .search-bar {
    position: relative;
    display: block;
    opacity: 0;
    height: 0;
    max-height: 0;
    margin-top: 12px;
    overflow: hidden;
  }
  
  .header .search-bar:after {
    content: "";
    display: block;
    clear: both;
  }
  
  .header .search-bar:before {
    content: "\e913";
    font-family: "icomoon";
    font-size: 1.2em;
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    left: 0;
    top: 0;
  }
  
  .header .search-bar .search-input {
    width: 97%;
    height: 35px;
    display: inline-block;
    float: left;
    border: 1px solid #d5d5d5;
    outline: none;
    font-size: 1em;
    padding: 4px 8px 4px 35px;
  }
  
  .header .search-bar .search-bar-close {
    width: 3%;
    height: 35px;
    display: inline-block;
    vertical-align: top;
  }
  
  .header .search-bar .search-tags {
    display: inline-block;
    position: absolute;
    right: 3%;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
  }
  
  .header .search-bar .search-tags .searchtag {
    border-radius: 3px;
    font-size: 12px;
    color: #0094f2;
    background: #ededed;
    padding: 2px 8px;
    margin-left: 3px;
    cursor: pointer;
  }
  
  .header .search-bar .search-auto-comp {
    display: none;
    position: absolute;
    width: 97%;
    top: 48px;
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  }
  
  .header .search-bar .search-auto-comp ul li {
    height: 70px;
    cursor: pointer;
  }
  
  .header .search-bar .search-auto-comp ul li .product-img {
    width: 70px;
    height: 100%;
    padding: 10px;
    float: left;
    overflow: hidden;
  }
  
  .header .search-bar .search-auto-comp ul li .product-img img {
    width: 100%;
    height: auto;
  }
  
  .header .search-bar .search-auto-comp ul li .product-info {
    line-height: 70px;
    color: #777;
  }
  
  .header .search-bar .search-auto-comp ul li .product-info .key {
    display: inline-block;
    font-weight: 500;
    color: #000;
  }
  
  .header .search-bar .search-auto-comp ul li:hover {
    background: #f2f2f2;
  }
  
  .header.open {
    height: 125px;
    max-height: 125px;
    padding-right: 17px;
  }
  
  .header.open .search-bar {
    position: relative;
    display: block;
    height: 35px;
    max-height: 35px;
    opacity: 1;
  }
  
  .header.open .search-bar.active {
    overflow: hidden;
  }
  
  .header.open .search-bar.active .search-auto-comp {
    display: block;
  }
  
  @media only screen and (max-width: 1600px) {
    .header .logo {
      left: 20px;
      width: 210px;
    }
    .header .nav-bar .sub-area {
      right: 20px;
    }
  }
  
  @media only screen and (max-width: 1100px) {
    .header .logo {
      width: 180px;
    }
    .header .nav-bar .main-area .nav-main ul {
      width: 60vw;
    }
    .header .nav-bar .main-area .nav-main ul li {
      margin: 0 10px;
    }
  }
  
  @media only screen and (max-width: 1000px) {
    .header .logo {
      width: 150px;
    }
    .header .nav-bar .main-area .nav-main ul li {
      margin: 0 .8em;
    }
  }
  
  @media only screen and (max-width: 1000px) {
    body.searching {
      overflow: hidden;
      position: fixed;
    }
    .af-zb-wrapper .main-inner {
      padding: 0 20px;
    }
    .header .search-bar {
      width: 100%;
      margin-top: .5em;
    }
    .header .search-bar:before {
      height: 2.5em;
    }
    .header .search-bar .search-input {
      height: 2.5em;
      width: 92%;
    }
    .header .search-bar .search-bar-close {
      height: auto;
    }
    .header.open {
      padding: 0;
    }
    .header.open .search-bar {
      height: 3em;
      max-height: 3em;
    }
    .header .logo {
      right: 0;
      margin: 0 auto;
    }
    .header .mobile-menu-toggle {
      position: absolute;
      display: inline-block;
      width: 60px;
      height: 100%;
      top: 0;
      left: 0;
    }
    .header .mobile-menu-toggle .icon {
      font-size: 20px;
      vertical-align: middle;
      text-align: center;
      width: 60px;
      height: 100%;
      line-height: 60px;
    }
    .header .nav-bar {
      font-size: 14px;
    }
    .header .nav-bar .main-area {
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100vh;
      overflow: hidden;
      background: #fff;
      z-index: 4;
      transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      left: -100% \9;
      opacity: 0;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .header .nav-bar .main-area.open {
      position: fixed;
      overflow-y: scroll;
      opacity: 1;
      width: 100%;
      height: 100vh;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      left: 0;
    }
    .header .nav-bar .main-area .nav-main {
      display: block;
      padding-bottom: 4em;
    }
    .header .nav-bar .main-area .nav-main .nav-top {
      height: 3.8em;
      background: #f5f5f5;
      overflow: hidden;
      position: relative;
    }
    .header .nav-bar .main-area .nav-main .nav-top .nav-main-close {
      height: 100%;
      margin-left: 1.6em;
      position: absolute;
      left: 0;
    }

    .header .nav-bar .main-area .nav-main ul {
      display: block;
      width: 100%;
      position: relative;
    }
    .header .nav-bar .main-area .nav-main ul > li {
      display: block;
      position: relative;
      width: 100%;
      line-height: 4em;
      margin: 0;
      padding: 0 1.6em;
      max-height: 4.2em;
      overflow: hidden;
      -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    }
    .header .nav-bar .main-area .nav-main ul > li a {
      display: block;
      width: 100%;
      text-align: left;
      color: #333;
      border-bottom: 1px solid #dadada;
      font-size: 1.2em;
      line-height: 3.4em;
    }

    .header .nav-bar .main-area .nav-sub {
      display: block;
      margin-bottom: 1.6em;
    }
    .header .nav-bar .main-area .nav-sub ul li {
      display: block;
      padding: 0;
    }
    .header .nav-bar .main-area .nav-sub ul li a {
      border-bottom: 0;
      color: #6e6e6e;
    }
    .header .nav-bar .nav-option .option-item.member-opt .sub-block .block-menu ul li {
      font-size: 1.3em;
      line-height: 2em;
      padding: .25em 26px;
    }
    .header .nav-bar .nav-option .option-item.member-opt .sub-block .block-menu ul li .icon {
      width: auto;
      height: 100%;
      font-size: 1.4em;
      margin-right: .5em;
    }
    .header .nav-bar .nav-option .option-item.member-opt .sub-block .block-menu ul li .num-circle {
      top: .5em;
      right: 0;
    }
    .header .nav-bar .nav-option .option-item.member-opt.open:before {
      display: none;
    }
    .header .nav-bar .nav-option .option-item .user-profile {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      padding-top: 40px;
      padding: 4em 2.5em;
    }
    .header .nav-bar .nav-option .option-item .user-profile .member-nav-close {
      position: absolute;
      width: auto;
      height: auto;
      top: 0;
      right: 15px;
    }
    .header .nav-bar .nav-option .option-item .user-profile .member-nav-close:before {
      content: "\e91a";
      font-family: "icomoon";
      font-size: 2.4em;
      color: #777;
    }
    .header .nav-bar .nav-option .option-item .user-profile .user-img {
      width: 100px;
      height: 100px;
    }
    .header .nav-bar .nav-option .option-item .user-profile .user-name {
      font-size: 1.4em;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .header .nav-bar {
      font-size: 12px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    body.searching .af-zb-wrapper:after {
      top: 8em;
    }
    .af-zb-layout {
      font-size: 14px;
    }
    .header {
      height: 50px;
      line-height: 50px;
    }
    .header.open {
      height: 8em;
      max-height: 8em;
    }
    .header .logo {
      height: 50px;
      top: 0;
    }
    .header .mobile-menu-toggle {
      width: 60px;
      height: 50px;
    }
    .header .mobile-menu-toggle .icon {
      width: 100%;
      line-height: 50px;
    }
    .header .nav-bar {
      height: 50px;
    }
    .header .nav-bar .sub-area .nav-option ul li {
      line-height: 50px;
    }
  }
  
  @media only screen and (max-width: 320px) {
    .header .logo {
      width: 130px;
    }
    .header .mobile-menu-toggle .icon {
      font-size: 16px;
    }
    .header .nav-bar .nav-option .num-circle {
      font-size: 12px;
      width: 1.2em;
      height: 1.2em;
      top: 8px;
      right: -15%;
    }
    .header .nav-bar .sub-area .nav-option ul li {
      margin: 0 .2em;
    }
    .header .nav-bar .sub-area .nav-option ul li .icon {
      font-size: 18px;
    }
    .header .search-bar .search-input {
      width: 90%;
    }
    .header .search-bar .search-bar-close {
      width: 10%;
    }
  }
  
  /** ------ Footer ------ **/
  .footer {
    position: relative;
    display: block;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
  }
  
  .footer .footer-block {
    display: block;
    position: relative;
    padding: 1.2em 0 .4em;
  }
  
  .footer .footer-block .nav-footer {
    display: inline-block;
    position: absolute;
    padding-top: .4em;
  }
  
  .footer .footer-block .nav-footer ul li {
    display: inline-block;
    float: left;
    margin-right: 1.2em;
  }
  
  .footer .footer-block .nav-footer ul li a {
    font-size: .8em;
    line-height: 1.5em;
    color: #222;
  }
  
  .footer .footer-block .nav-footer ul li a:hover {
    color: #0094f2;
  }
  
  .footer .footer-block .nav-footer .lang {
    margin: 2em 0 .4em;
    height: 25px;
    line-height: 25px;
  }
  
  .footer .footer-block .nav-footer .lang .icon {
    height: 25px;
  }
  
  .footer .footer-block .nav-footer .lang .icon:hover {
    color: initial;
  }
  
  .footer .footer-block .nav-footer .lang a {
    font-size: .7em;
    color: #333;
    margin-right: 1em;
  }
  
  .footer .footer-block .nav-footer .lang a:hover {
    color: #0094f2;
  }
  
  .footer .footer-block .nav-footer .lang:before {
    content: "";
    display: block;
    clear: both;
  }
  
  .footer .footer-block .nav-footer a {
    position: relative;
    z-index: 1;
  }
  
  .footer .footer-block .nav-global {
    position: relative;
    text-align: right;
    top: -.5em;
    right: 15px;
  }
  
  .footer .footer-block .nav-global .social-media {
    margin: .4em 0 .6em;
  }
  
  .footer .footer-block .nav-global .social-media a {
    margin-left: .4em;
  }
  
  .footer .footer-block .nav-global .social-media a .icon {
    font-size: 2em;
    color: #888;
    width: 1em;
    height: 1em;
  }
  
  .footer .footer-block .nav-global .rel-link,
  .footer .footer-block .nav-global .copyright {
    display: inline-block;
  }
  
  .footer .footer-block .nav-global .rel-link a, .footer .footer-block .nav-global .rel-link span,
  .footer .footer-block .nav-global .copyright a,
  .footer .footer-block .nav-global .copyright span {
    font-size: .7em;
    color: #7d7d7d;
    margin-left: 1.5em;
    z-index: 1;
  }
  
  .footer .footer-block .nav-global .rel-link a.full-site, .footer .footer-block .nav-global .rel-link span.full-site,
  .footer .footer-block .nav-global .copyright a.full-site,
  .footer .footer-block .nav-global .copyright span.full-site {
    display: none;
  }
  
  .footer .footer-block .nav-global .rel-link a.link-cnnic:before, .footer .footer-block .nav-global .rel-link span.link-cnnic:before,
  .footer .footer-block .nav-global .copyright a.link-cnnic:before,
  .footer .footer-block .nav-global .copyright span.link-cnnic:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 47px;
    height: 20px;
    background: url(../images/icons/icon-cnnic.png) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    top: -3px;
  }
  
  .footer .footer-block .nav-global .rel-link a.link-beian:before, .footer .footer-block .nav-global .rel-link span.link-beian:before,
  .footer .footer-block .nav-global .copyright a.link-beian:before,
  .footer .footer-block .nav-global .copyright span.link-beian:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/icons/icon-beian.png) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 3px;
    top: -3px;
  }
  
  .footer .footer-block .nav-global .rel-link a:hover,
  .footer .footer-block .nav-global .copyright a:hover {
    color: #0094f2;
  }
  
  .footer .footer-block .nav-global .rel-link span,
  .footer .footer-block .nav-global .copyright span {
    cursor: default;
  }
  
  .footer .footer-block .nav-global .rel-link {
    margin-right: .5em;
  }
  
  .footer .footer-block .nav-global .rel-link a {
    display: inline-block;
    line-height: 1.5em;
  }
  
  .footer .footer-block .nav-global:after {
    content: "";
    clear: both;
    display: block;
  }
  
  .footer .footer-block:after {
    content: "";
    clear: both;
    display: block;
  }
  
  @media only screen and (max-width: 1600px) {
    .footer .footer-block .nav-global .copyright a:first-child {
      margin: 0;
    }
  }
  
  @media only screen and (max-width: 1200px) {
    .footer .footer-block .nav-global .rel-link,
    .footer .footer-block .nav-global .copyright {
      display: block;
      margin-bottom: .3em;
      margin-right: 0;
    }
  }
  
  @media only screen and (max-width: 800px) {
    .footer .main-inner {
      padding: 0;
    }
    .footer .footer-block .nav-footer {
      display: block;
      position: relative;
      text-align: center;
      margin: 0 auto;
      float: none;
    }
    .footer .footer-block .nav-footer ul {
      display: inline-block;
    }
    .footer .footer-block .nav-footer ul li {
      height: 26px;
      line-height: 26px;
    }
    .footer .footer-block .nav-footer .lang {
      display: inline-block;
      vertical-align: top;
      margin: 0;
    }
    .footer .footer-block .nav-global {
      position: relative;
      top: 0;
      right: 0;
      display: block;
      float: none;
      text-align: center;
    }
    .footer .footer-block .nav-global .social-media {
      margin: .5em -20px 1.4em;
      padding-bottom: 1em;
      border-bottom: 1px solid #c7c7c7;
    }
    .footer .footer-block .nav-global .social-media a {
      margin: 0 .4em;
    }
    .footer .footer-block .nav-global .social-media a .icon {
      font-size: 2.5em;
      width: 1em;
      height: 1em;
    }
    .footer .footer-block .nav-global .copyright {
      padding: 1em 0;
    }
    .footer .footer-block .nav-global .copyright a {
      margin-left: .5em;
      margin-bottom: 1em;
    }
    .footer .footer-block .nav-global .copyright a.full-site {
      display: inline-block;
    }
    .footer .footer-block .nav-global .copyright a.active {
      color: #0094f2;
    }
    .footer .footer-block .nav-global .copyright a:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 10px;
      padding-left: 1em;
      border-left: 1px solid #ccc;
    }
    .footer .footer-block .nav-global .copyright a:first-child:before {
      border: 0;
    }
    .footer .footer-block .nav-global .copyright span:before {
      content: "";
      display: block;
      clear: both;
    }
  }
  
  @media only screen and (max-width: 600px) {
    .footer .footer-block .nav-global .social-media a .icon {
      font-size: 3em;
    }
  }
  