@charset "UTF-8";
/*** footer  ***/
.warp_block {
  max-width: 1600px;
  display: block;
  margin: 0 auto;
  padding: 0 90px; }

footer {
  width: 100%;
  float: left;
  background: #000;
  padding: 50px 0;
  color: #fff; }

footer .copyright {
  float: left;
  width: 100%;
  margin: 30px 0 0 0;
  font-size: 15px;
  text-align: justify; }

footer .contact {
  float: left;
  width: calc(100% - 370px);
  padding: 5px 0 0 85px;
  background: url(../images/icon_phone.png) no-repeat left center;
  background-size: auto 65px; }

footer .contact p {
  float: left;
  width: 100%;
  margin: 0; }

footer .btn_facebook {
  float: right;
  background: url(../images/btn_fb.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 350px;
  height: 82px;
  /*height: 120px;*/ }

@media (max-width: 1100px) {
  footer .contact {
    float: left;
    width: calc(100% - 300px);
    padding: 0px 0 0 0px;
    background: none;
    /*background-size: auto 55px;*/ }
  footer .btn_facebook {
    float: right;
    background: url(../images/btn_fb.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 280px;
    height: 65px;
    /*height: 120px;*/ } }

@media (max-width: 850px) {
  footer .contact {
    float: left;
    width: 100%;
    margin: 0 0 15px 0; }
  footer .btn_facebook {
    float: right;
    background: url(../images/btn_fb.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 250px;
    height: 58px; } }

@media (max-width: 768px) {
  .warp_block {
    padding: 0 50px; } }

@media (max-width: 480px) {
  .warp_block {
    padding: 0 30px; }
  footer .contact {
    font-size: 13px; }
  footer .copyright {
    letter-spacing: 0;
    font-size: 13px; } }

/*** FB對話機器人  ***/
.Button-chat {
  text-align: center;
  color: #aaa;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  /*width: 90px;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.Button-chat p {
  opacity: 0;
  left: 0;
  position: absolute;
  background: #2392cc;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  top: 50%;
  height: 52px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 5px 8px;
  line-height: 22px; }

.Button-chat p:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #2392cc;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -8px;
  top: 17px; }

.Button-chat span {
  font-size: 11px; }

.Button-chat:hover {
  text-decoration: none; }

.Button-chat:hover p {
  opacity: 1;
  left: -150px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.chat-button {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../images/button_chat.png) no-repeat center top;
  background-size: cover; }

.pulse,
.pulse:after {
  display: inline-block;
  padding: .5rem;
  border-radius: 50%;
  -webkit-animation: pulse 1.5s .85s infinite ease-out;
  animation: pulse 1.5s .85s infinite ease-out;
  border: thick solid rgba(35, 146, 204, 0.5);
  -webkit-transform: scale3d(0.7, 0.7, 0);
  transform: scale3d(0.7, 0.7, 0);
  -webkit-box-shadow: 0 0 30px rgba(35, 146, 204, 0.5);
          box-shadow: 0 0 30px rgba(35, 146, 204, 0.5);
  background: rgba(35, 146, 204, 0.5); }

.pulse {
  position: absolute;
  top: -44px;
  left: -44px;
  z-index: 0; }

.pulse:after {
  display: block;
  content: "";
  padding: 70px;
  opacity: 1; }

@-webkit-keyframes pulse {
  50% {
    border-color: rgba(35, 146, 204, 0.13);
    background: transparent; }
  70% {
    -webkit-box-shadow: 0 0 20px rgba(35, 146, 204, 0);
            box-shadow: 0 0 20px rgba(35, 146, 204, 0);
    background: none; }
  80% {
    border-color: transparent; }
  100% {
    border-color: transparent;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 20px rgba(35, 146, 204, 0);
            box-shadow: 0 0 20px rgba(35, 146, 204, 0);
    opacity: 0;
    background: none; } }

@keyframes pulse {
  50% {
    border-color: rgba(35, 146, 204, 0.13);
    background: transparent; }
  70% {
    -webkit-box-shadow: 0 0 20px rgba(35, 146, 204, 0);
            box-shadow: 0 0 20px rgba(35, 146, 204, 0);
    background: none; }
  80% {
    border-color: transparent; }
  100% {
    border-color: transparent;
    -webkit-transform: none;
    transform: none;
    -webkit-box-shadow: 0 0 20px rgba(35, 146, 204, 0);
            box-shadow: 0 0 20px rgba(35, 146, 204, 0);
    opacity: 0;
    background: none; } }

@media (max-width: 768px) {
  .chat-button {
    width: 70px;
    height: 70px; }
  .pulse {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 0; }
  .pulse:after {
    display: block;
    content: "";
    padding: 50px;
    opacity: 1; } }

@media (max-width: 480px) {
  .chat-button {
    width: 50px;
    height: 50px; }
  .pulse {
    position: absolute;
    top: -41px;
    left: -41px;
    z-index: 0; }
  .pulse:after {
    display: block;
    content: "";
    padding: 50px;
    opacity: 1; } }

/*# sourceMappingURL=dell_module.css.map */
