/*                pageTop
======================================================= */


.page_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 450;
    display: none;
  }
  
  @media only screen and (max-width: 900px) {
    .page_top {
      bottom: 100px;
    }
    .page_top {
      bottom: 100px;
    }
  }
  
  .page_top a {
    display: block;
  }
  
  .page_top a img {
    width: 74px;
    height: 74px;
  }
  
  @media only screen and (max-width: 900px) {
    .page_top a img {
      width: 50px;
      height: 50px;
    }
  }
  
  @media only screen and (max-width: 900px) {
    .page_top {
      right: 10px;
    }
    .page_top img {
      width: 50px;
      height: 50px;
    }
  }
  
  /*                floating
  ======================================================= */
  
  .floating-banner {
    display: none;
  }
  @media only screen and (max-width: 900px) {
    .floating-banner {
      text-align: center;
      width: 100%;
      padding: 0 10px;
      position: fixed;
      z-index: 450;
      left: 0;
      bottom: 0px;
      background-color: #000;
      height: 92px;
    }
    
    .floating-banner h3 {
      font-weight: 700;
      display: inline-block;
      letter-spacing: 0.48px;
      color: white;
      font-size: 16px;
      padding: 5px 10px;
      border-radius: 30px;
    }
    
    .floating-link {
      margin: 0 auto 10px;
      position: relative;
    }
    .floating-link::before {
      content: "";
      display: inline-block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
    }
    .floating-link a {
      position: relative;
      color: #fff;
      background: transparent linear-gradient(98deg, #F34B4B 0%, #F65878 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 4px 0px #596A7D;
      border-radius: 50px;
      font-size: 100%;
      padding: 10px;
      display: block;
      font-size: 18px;
    }
    .floating-link a::before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -8px;
      right: 25px;
      width: 12px;
      height: 12px;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #header #hd_contact_btn {
        display: none;
      }
  }