@charset "UTF-8";


/*浮動諮詢 */
.float-left-phone {
  display: none;
}
.float-right, .float-left {
  display: none;
}

.float-left-fixd {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 30;
}

.float-left-refer, .float-left-discount {
  width: 45px;
  text-align: center;
  padding: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.float-left-refer {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.float-left-discount {
  background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
  margin-top: 10px;
}

.float-left-open, .float-right-open {
  display: block;
}

.float-left-refer a, .float-left-discount a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}


@media screen and (max-width: 667px) {
 
  .float-left {
    position: fixed;
    bottom: 0;
    z-index: 22;
    width: 100%;
    background: #ffffff;
    border-top: solid 3px #b8bbfb;
    display: none;
  }
  .float-left-phone a {
    color: #a7bcff;
    font-size: 12px;
    font-weight: 400;
  }
  .float-left-refer a i, .float-left-phone a i, .float-left-discount a i {
    display: block;
    font-size: 30px;
    padding: 5px;
  }
  .float-left-phone {
    display: block;
    text-align: center;
    width: calc(27% - 10px);
    padding: 0 10px 10px 0px;
  }
  .float-left-open {
    display: flex;
  }
  .float-left-fixd {
    position: initial;
    width: calc(48% + 10px);
    top: 0;
    transform: translateY(0);
    background-image: none;
    display: flex;
    justify-content: center;
    padding-left: 20px;
  }
  .float-left-fixd a {
    color: #a7bcff;
    font-size: 12px;
    font-weight: 400;
  }
  .float-left-fixd .float-left-refer, .float-left-fixd .float-left-discount {
    background: #fff;
    width: 50%;
    margin-top: 0;
    padding: 0 10px 10px 0px;
  }
  
    border-radius: 100px;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
    padding: 22px;
  }
  