@font-face {
  font-family: "iconfont"; /* Project id 2889671 */
  src: url("../fonts/font_2889671_f7u3b3hbtsp.woff2") format("woff2"),
    url("../fonts/font_2889671_f7u3b3hbtsp.woff") format("woff"),
    url("../fonts/font_2889671_f7u3b3hbtsp.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_close:before {
  content: "\e64e";
}

.icon-weixin:before {
  content: "\e62b";
}

.icon-huo:before {
  content: "\e606";
}

.icon-yuyuexinxi:before {
  content: "\e632";
}

.icon-dianhua:before {
  content: "\e817";
}

.service-view {
  position: fixed;
  left: 15px;
  top: 300px;
  z-index: 99999;
}

.service-view .service-list {
  background: rgba(134, 190, 242, 0.2);
  padding: 6px 6px 2px;
  border-radius: 4px;
}

.service-view .service-list li {
  margin-bottom: 5px;
  border-radius: 8px;
  padding: 5px;
}

.service-view .service-list li a img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.service-view .service-list li.skype {
  background: #00adec;
}

.service-view .service-list li.whatsapp {
  background: #179d1a;
}

.service-view .service-list li.line {
  background: #00b906;
}

.service-view .service-list li.email {
  background: #f26635;
}

.service-view .service-list li.qq {
  background: #2aa8de;
}

.service-view .service-list li.weixin {
  background: #28c445;
  position: relative;
}

.service-view .service-list li.weixin .qr-code {
  position: absolute;
  z-index: -1;
  padding: 5px;
  background: #fff;
  width: 110px;
  right: calc(100% + 5px);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
  box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

.service-view .service-list li.weixin .qr-code img {
  max-width: 100%;
}

.service-view .service-list li.weixin .qr-code:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #fff;
  border-right: none;
}

.service-view .service-list li.weixin:hover .qr-code {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.service-view .service-list li.message {
  background: #ad88be;
}

.service-view .service-list li.chat {
  background: #007aff;
}

.service-view .service-list li:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.service-view .service-close {
  text-align: center;
  position: absolute;
  right: -6px;
  top: -15px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #222;
  border-radius: 10px;
  line-height: 18px;
  border: 1px solid #ddd;
  font-family: "Arial";
  z-index: 99;
  cursor: pointer;
}

.service-view .chat-box {
  width: 100%;
  max-width: 330px;
  right: 60px;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.service-view .chat-box .title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: white;
  background: #007aff;
  position: relative;
  border-radius: 6px 6px 0 0;
}

.service-view .chat-box .title img {
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 50%;
}

.service-view .chat-box .title h3 {
  margin-left: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.service-view .chat-box .title .close {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-family: Arial;
}

.service-view .chat-box .body {
  background: #fcfcfc;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 245px;
}

.service-view .chat-box .body li {
  margin-bottom: 15px;
}

.service-view .chat-box .body li h3 {
  color: #b2b2b2;
  font-size: 12px;
  margin-bottom: 4px;
}

.service-view .chat-box .body li dd {
  padding: 10px 15px;
  border-radius: 3px;
  font-size: 13px;
  word-break: break-word;
  background-color: white;
  border: 1px solid #f0f0f0;
  max-width: 240px;
}

.service-view .chat-box .content {
  border-top: 1px solid #ededed;
  background: #fff;
  padding: 6px;
}

.service-view .chat-box .content textarea {
  min-height: 60px;
  background: none;
  border: none;
  padding: 4px;
  color: #8d8d8d;
  width: 100%;
  outline: none;
}

.service-view .chat-box .content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.service-view .chat-box .content .btn .submit {
  width: 70px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  border: 0;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  color: white;
  background: #007aff;
}
.mobile-service {
  display: none;
}
.popup {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.popup .popup-main {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  align-items: center;
}
.popup .popup-main i.iconfont.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  color: #666;
}
.popup .popup-main .success-icon {
  width: 38px;
  height: 38px;
  margin: 0 auto 10px;
}
.popup .popup-main h2 {
    margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.popup .popup-main p {
    text-align: center;
    line-height: 30px;
  font-size: 14px;
  color: #666;
}
.popup .popup-main a.open-wechat {
  width: 40%;
  height: 40px;
  background-color: #1aad17;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 15px;
}
.popup-bottom {
  transform: translateY(100%);
  background-color: #fff;
  position: fixed;
  width: 100%;
  max-width: 750px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-sizing: border-box;
  z-index: 99;
  bottom: 0;
  padding: 50px 20px 20px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.06);
  transition: 0.6s;
  text-align: center;
}
.popup-bottom.show {
  transform: translateY(0);
}
.popup-bottom .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.popup-bottom .title {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.popup-bottom .note {
  background-color: rgba(230, 50, 46, 0.05);
  color: #0851b0;
  font-size: 14px;
  padding: 5px 18px;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 20px;
}
.popup-bottom .note span {
  margin: 0 6px;
  padding: 3px 6px;
  color: #fff;
  background-image: linear-gradient(45deg, #0851b0, #ff1a61);
  border-radius: 4px;
  font-weight: bold;
}
.popup-bottom .frie {
  font-size: 13px;
  color: #e5a623;
  text-align: center;
  margin-bottom: 20px;
}
.popup-bottom .frie i.iconfont {
  margin-right: 2px;
}
.popup-bottom .frie span {
  background-image: linear-gradient(45deg, #3388ff, #1ac6ff);
  padding: 2px 4px;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 2px;
  color: #fff;
}
.popup-bottom .form-container {
  text-align: left;
}
.popup-bottom .form-container label {
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}
.popup-bottom .form-container label p {
  padding-bottom: 7px;
}
.popup-bottom .form-container label p span {
  color: #0851b0;
}
.popup-bottom .form-container label input:not([type="radio"]) {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 13px;
  border-radius: 6px;
  padding-left: 10px;
}
.popup-bottom .form-container label input:not([type="radio"])::placeholder {
  color: #999;
  font-size: 13px;
}
.popup-bottom .form-container label .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.popup-bottom .form-container label .radio-wrapper .radio {
  position: relative;
  width: calc(50% - 8px);
  margin: 0 4px 8px;
}
.popup-bottom .form-container label .radio-wrapper .radio input {
  appearance: none;
  position: absolute;
  -webkit-appearance: none;
}
.popup-bottom .form-container label .radio-wrapper .radio label {
  border: 1px solid #e0e0e0;
  padding: 8px 20px;
  border-radius: 6px;
  margin-bottom: 0;
}
.popup-bottom
  .form-container
  label
  .radio-wrapper
  .radio
  input:checked
  + label {
  border: 1px solid #0851b0;
  color: #0851b0;
  font-weight: bold;
  background-color: #fff2f2;
}
.popup-bottom .form-container button {
  width: 100%;
  height: 42px;
  border-radius: 20px;
  border: none;
  background-image: linear-gradient(45deg, #0851b0, #ff1962);
  color: #fff;
  font-weight: bold;
  animation: scale_ 3s infinite;
}
.main-content {
  padding-top: 66px;
}
.main-content .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.main-content .content {
  width: 90%;
  margin: 0 auto;
  font-size: 12px;
  padding: 20px 0;
}
.main-content .content p {
  margin-bottom: 10px;
}
.main-content .content img {
  max-width: 100%;
}
@keyframes scale_ {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  14% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
  }
  42% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  66% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@media screen and (max-width: 768px) {
  .mobile-service {
    display: block;
  }
  .mobile-service .service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 500;
    position: fixed;
    background: #fcfcfcfb;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  }

  .mobile-service .service-item li {
    text-align: center;
    width: 25%;
    height: 70px;
    font-size: 14px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .mobile-service .service-item li a {
    display: block;
    color: #333;
  }

  .mobile-service .service-item li a img {
    display: block;
    width: 28px;
    object-fit: contain;
    height: 28px;
    padding: 3px;
    border-radius: 50%;
    margin: 0 auto;
  }

  .mobile-service .service-item li.skype a img {
    background: #00adec;
  }

  .mobile-service .service-item li.whatsapp a img {
    background: #179d1a;
  }

  .mobile-service .service-item li.email a img {
    background: #f26635;
  }

  .mobile-service .service-item li.message a img {
    background: #ad88be;
  }
  #service-view {
    display: none;
  }
}
