<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
textarea,
footer {
  margin: 0;
  padding: 0;
}
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 16px;
  color: #000;
  /*background-color: #000;*/
  line-height: 1;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
form {
  display: inline;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #1a1a1a;
}
a:hover,
a:active,
a:focus {
  color: #1c5aa2;
  text-decoration: none;
}
a:active {
  color: #aaa;
}
a,
img {
  -webkit-touch-callout: none;
}
img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  vertical-align: middle;
  outline: none;
}
textarea {
  resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
}
input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
  color: transparent;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfloat:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfloat {
  *zoom: 1;
}
.none {
  display: none;
}
.block {
  display: block;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}

/* 瀹㈡湇鏍峰紡寮€濮� */
.customer-box {
  width: 100px;
  height: 100px;
  position: fixed; /* 瀵逛簬IE10+锛宖ixed瀹氫綅鍙互姝ｅ父宸ヤ綔 */
  background-image: url("../img/customer.png");
  background-size: 100%;
  top: 590px;
  right: 0;
  z-index: 1000;
  cursor: move;
  touch-action: none; /* IE11鏀寔touch-action锛孖E10鍒欎笉闇€瑕佹媴蹇冭Е鎽稿睆鐨勫吋瀹归棶棰� */
}

.show-phone {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.customer-phone {
  font-size: 34px;
  position: absolute;
  z-index: 10;
  padding: 5px;
  margin-top: 5px;
  right: 100px;
  width: 200px;
  top: 2px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
  font-family: monospace;
}
.customer-phone p {
  font-size: 34px;
  line-height: 1.2;
  font-weight: bold;
  text-align: right;
  font-family: monospace;
}
/* 瀹㈡湇鏍峰紡缁撴潫 */
</pre></body></html>