<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w{
  width: 1200px;
  margin: auto;
  border: 1px solid #c0c0c0;
}

body{
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: black;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
img {
  border: none;
  vertical-align: top;
}
html,
body,
ul,
li,
img,
a,
p,
div,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  font-weight: normal;
}
a{
  padding: 0;
}
.clearfix::before,
.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
button{
  outline: none!important;
}
input,
textarea {
  padding: 0;
  margin: 0;
  outline: none!important;
}
a {
  outline: 0;
  cursor: pointer;
  /*color: #00b8a4;*/
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:active {
  text-decoration: none;
}
a:visited {
  text-decoration: none!important;
}
a:hover {
  color: #00b8a4;
  text-decoration: none!important;
}

em,
i {
  font-style: normal;
}
ul,
li {
  padding: 0;
  margin: 0;
}
li,
ol {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::before,
.clearfix::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.ml5{
  margin-left: 5px;
}
.ml10{
  margin-left: 10px;
}
.ml15{
  margin-left: 15px;
}
.ml20{
  margin-left: 20px;
}
.ml25{
  margin-left: 25px;
}
.ml30{
  margin-left: 30px;
}




.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}



.imgCenter{
  text-align: center;
  display: block;
  margin: auto;

}

input,
textarea {
  -webkit-user-select: auto;
  margin: 0px;
  padding: 0px;
  outline: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
button {
  outline: none;
  background-color: transparent;
  border: 0;
}


.dn{
  display: none;
}

.db{
  display: block!important;
}
.floatbar {
    position: fixed;
    right: 8px;
    top: 100%;
    margin-top: -275px;
    z-index: 100;
}
.floatbar-item {
    position: relative;
}
.floatbar-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    margin-bottom: 6px;
    position: relative;
    background-color: #fff;
    color: #848484;
}
.floatbar-btn i {
    font-size: 24px;
    line-height: 48px;
    display: block;
}
.pix-blue {
    color: #59a3fc;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.floatbar-box {
    position: absolute;
    top: 0px;
    right: 48px;
    padding-right: 25px;
    display: none;
}
.floatbar-box .floatbar-container {
    border-top: 4px solid #ff6800;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
}
.floatbar-item:hover .floatbar-btn p {
    display: block;
}
.floatbar-btn p {
    color: #ff6800;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    display: none;
}


</pre></body></html>