  .hot_tag {
      position: absolute;
      display: none;
      top: 4px;
      left: -22px;
      font-size: 9px;
      background: #f67524;
      color: #fff;
      height: 15px;
      line-height: 15px;
      padding: 0 3px;
      border-radius: 3px;
  }

  span.hot_tag:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 5px;
      height: 18px;
      background: #f67524;
      border-bottom-right-radius: 30px;
      left: 5px;
      z-index: -1;
      bottom: -3px;
  }

  .reg {
      background: #fff;
  }

  .ey-member {
      background-color: #8b8b8b6e;
      padding-top: 203px;
      height: 100vw;
  }

  .briefly p,
  .brieflys p {
      font-size: 12px;
  }

  #modal {
      position: fixed;
      top: 0;
      z-index: 999;
      width: 100%;
  }

  #nav ul li a:hover {
      border-bottom: 0px solid #ffffff00;
  }

  .changeImg {
      width: 35px;
  }

  .shop-ico {
      margin: 0 13px;
  }

  .log-in .drop-menu li {
      line-height: 32px;
  }

  .log-in .drop-menu {
      background-color: #fff;
  }

  .dede_pages ul li.active {
      background-color: #0a80fd;
      color: #fff;
  }