<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*font*/
@font-face{font-family:"commonfont";src:url('../font/common.woff') format('woff'),url('../font/common.ttf') format('truetype');}
.navb_footNav .commonfont{font-family:"commonfont" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;}
/* footer */
.navb_footNav{width:100%;height:1rem;position: fixed;bottom: 0;right: 0;z-index: 10; -webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
.navb_footNav .foot{width:100%;position: fixed;height:1rem;bottom:0;left:0;z-index:10;-webkit-transition:all 0.3s ease-in-out 0s;-moz-transition:all 0.3s ease-in-out 0s;-ms-transition:all 0.3s ease-in-out 0s;transition:all 0.3s ease-in-out 0s;}
/*.foot-relative{position:relative;width:100%;height:1rem;}*/
.navb_footNav .foot a{display:block;float:left;width:24.3%;color:#fff; padding-top:0.2rem;height: 1rem; border-right:1px solid #acd6ff}
.navb_footNav .foot a:nth-child(4){border-right:0}
.navb_footNav .foot a span{display:block;width:100%;text-align:center;font-size:0.4rem;line-height:0.5rem;}
.navb_footNav .foot a h3{width:100%;text-align:center;font:0.18rem/0.2rem "microsoft yahei";}

.navb-webchat-popup .ch-popup-trigger {}
.navb-webchat-popup .ch-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index:1001
}
.navb-webchat-popup .ch-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.navb-webchat-popup .mip-fill-content{ width:100%; height:100%;-moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.navb-webchat-popup .ch-popup-container {
  position: relative;
  /*width: 90%;*/ padding:0.45rem;
  max-width: 90%;
  background: #FFF;
  border-radius: .25rem;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.navb-webchat-popup .ch-popup-container .ch-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.navb-webchat-popup .ch-popup-container .ch-popup-close::before,.navb-webchat-popup .ch-popup-container .ch-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.navb-webchat-popup .ch-popup-container .ch-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.navb-webchat-popup .ch-popup-container .ch-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.navb-webchat-popup .is-visible .ch-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.navb-webchat-popup .wechat-model-success {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.navb-webchat-popup .wechat-model-success .wechat_success_logo {
    height: .85rem;
    width: .85rem;
}
.navb-webchat-popup .img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.navb-webchat-popup .wechat-model-success .success-icon {
    color: #f33531;
    font-size: 2.88723rem;
}
.navb-webchat-popup .wechat-model-success .title {
    color: #333;
    font-size: .3rem;
    font-weight: 700;
    margin: 0.4rem 0;
}
.navb-webchat-popup .wechat-model-success .desc, .wechat-model-success .wechat-number {
    color: #333;
    font-size: .3rem;
}
.navb-webchat-popup .wechat-model-success .button {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background-color: #1aad19;
    border-radius: 0.1rem;
    display: flex;
    height: .65rem;
    justify-content: center;
    margin-top: 0.6rem;
    width: 2.25rem;cursor:pointer
}
.navb-webchat-popup .wechat-model-success .button span {
    color: #fff;
    font-size: 0.3rem;
}</pre></body></html>