@charset "utf-8";

.customer_serviceW { position: fixed; bottom: 2rem; right: 0.3rem; z-index: 9997;  }
.customer_service li { width: 1.4rem; height: 1.4rem; background:#2884db; margin: 0.2rem 0; border-radius: 50%; font-size: 0.35rem; text-align: center;  color: #fff;   }
.customer_service li span { padding-top: 0.2rem; display: inline-block; }

/* 弹出 */
.popup_servieInfoW { display: none }
.popup_servieInfo { position: fixed;  width: 7rem; padding: 0.8rem; height: 7rem; margin: 0 auto; background: #fff; border-radius: 0.3rem; z-index: 9996; right: 0; left: 0; top: 20%; opacity: 0}
.popup_servieInfo h1 { font-size: 0.6rem; text-align: center; width: 100%; padding-bottom: 0.25rem; }
.popup_servieInfo h2 { font-size: 0.5rem; text-align: center; width: 100%; padding-bottom: 0.25rem; }
.popup_servieInfo h3 { font-size: 0.45rem; text-align: center; width: 100%; padding-bottom: 0.25rem; color: #1AAD19; }
.popup_servieInfo h4 { font-size: 0.45rem; text-align: center; width: 100%; padding-bottom: 0.25rem; color: #2884db; }
.popup_servieInfo p { text-align: center;}
.popup_servieInfo p img { width: 4rem; height: 4rem; text-align: center;}
.gf_overlay {  position: fixed;  z-index: 9996;  top: 0;  right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, .5); opacity: 0;-webkit-transition: opacity 0.3s ease;  -moz-transition: opacity 0.3s ease; transition: opacity 0.3s ease;}
.gf_overlay.gf_overlay_block { opacity: 1; display: block; z-index: 9998 }

.popup_closeBtn { width: 100%; padding-top: 0.9rem; text-align: center; }
.popup_closeBtn span { width: 1rem; height: 1rem; margin: 0 auto; display: block; line-height: 1rem; padding: 0.15rem; color: #fff; font-size: 0.35rem; border-radius: 50%; background: #999  }