@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "PingFang SC", 微软雅黑, "Helvetica Neue", Helvetica, STHeitiSC-Light, WOL_SB, "Segoe UI Semibold", "Segoe UI", Tahoma, Helvetica, sans-serif; }

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-track {
  background-color: #F5F5F5; }

::-webkit-scrollbar-thumb {
  background-color: #ddd; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.clearfix:after {
  width: 0;
  height: 0;
  content: '';
  display: block;
  clear: both; }

.handle {
  cursor: pointer;
  position: absolute; }

.content {
  width: 1200px;
  margin: 0 auto; }
  .content:after {
    width: 0;
    height: 0;
    content: '';
    display: block;
    clear: both; }

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2; }
  .modal-mask .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 10px; }
    .modal-mask .modal-content .close-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 34px;
      color: #b7b7b7;
      z-index: 1;
      cursor: pointer; }

.customer-service-content {
  width: 370px;
  padding: 40px 49px 52px;
  box-sizing: border-box; }
  .customer-service-content .modal-header {
    font-size: 22px;
    color: #f4353d;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    margin-bottom: 26px; }
  .customer-service-content .modal-body {
    text-align: center;
    font-size: 16px;
    color: #3d404d; }
    .customer-service-content .modal-body .customer-service-info1 {
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
      height: 54px;
      line-height: 54px;
      text-decoration: none;
      color: #3d404d;
      display: block; }
    .customer-service-content .modal-body .customer-service-info2 {
      height: 58px;
      line-height: 58px; }
    .customer-service-content .modal-body .qr-code {
      height: 128px;
      width: 128px;
      display: block;
      margin: 0 auto 20px; }
    .customer-service-content .modal-body .customer-service-info3 {
      border-top: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
      height: 68px;
      line-height: 68px; }
    .customer-service-content .modal-body .tel {
      font-weight: 600;
      font-size: 22px;
      color: #f4353d;
      margin-left: 20px; }
    .customer-service-content .modal-body svg {
      margin-right: 5px; }

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