<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#support{
  background-color: #1ea0fa;
  color:#fff;
  position: relative;
  z-index:9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.contents{padding:40px 0; width:100%; margin:0 auto;}
.text-normal, .tip{text-align: left; padding: 0 5%; line-height:2em; font-size:1.4em; width: 90%;}
.text-normal{color:#313335; padding-top:13px; margin-bottom:-2px;}
.tip{color:#646668;}
.conbox{width:90%; border: 1px solid #dbdddf; border-radius:4px; background-color:#fff; text-align:center; }
.conbox{margin: 20px auto 0;}
#pmpm{background:url(../img/conimg_m.jpg) no-repeat; background-size: cover; }
.conico{margin:40px auto 0;}
.button{margin:20px auto;}
.name{text-align:center; color:#1ea0fa; font-size:2em; line-height:2em; margin-top:11px;}
.mail{font-size:1.6em; color:#313335; margin-left:18px; margin-top:19px; text-align:center;}
.notecen, .noteleft{font-size:1.4em; color:#646668; margin-bottom: 20px;}
.notecen{line-height:2em; text-align:center; }
.noteleft{line-height:2em; text-align:left; margin: 16px 5%;}

.hr{width:90%; margin: 20px auto;}

/* 客服按钮 by sure251017 */
.customer-service {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.button-group {
  display: flex;
  position: relative;
}

.main-button, .bbs-button {
  background: #1EA0FA; /* Old browsers */
  background: -moz-linear-gradient(top, #45bbf9 0%, #1EA0FA 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45bbf9), color-stop(100%,#1EA0FA)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* IE10+ */
  background: linear-gradient(to bottom, #45bbf9 0%,#1EA0FA 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bbf9', endColorstr='#1EA0FA',GradientType=0 ); /* IE6-9 */
  color: white;
  border: none;
  font-size: 1.6em;
  line-height: 42px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  width: 142px;
  height: 42px;
}

.bbs-button{
  
  border-radius: 4px;
}

.main-button{
  border-radius: 4px 0 0 4px;
}

.main-button i {
  font-size: 1.8em;
}

.fab{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.fa-weixin{
  background-image: url(../img/extra/weiXin@2x.png);
  filter: brightness(0) invert(1); /* 把图标变白色 */
}
.fa-qq{
  background-image: url(../img/extra/QQ@2x.png);
}
.fas{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.fa-ellipsis-v{
  background-image: url(../img/icon_triangle.png);
}
.icon-dialogue{
  background-image: url(../img/icon_dialogue.png);
}
.side-button {
  background: #1EA0FA; /* Old browsers */
  background: -moz-linear-gradient(top, #45bbf9 0%, #1EA0FA 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45bbf9), color-stop(100%,#1EA0FA)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45bbf9 0%,#1EA0FA 100%); /* IE10+ */
  background: linear-gradient(to bottom, #45bbf9 0%,#1EA0FA 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45bbf9', endColorstr='#1EA0FA',GradientType=0 ); /* IE6-9 */
  color: white;
  border: none;
  width: 24px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 0;
  transition: all 0.3s ease;
  margin-left: 2px;
  border-radius: 0 4px 4px 0;
  position: relative;
  z-index: 2;
}

.dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  width: 168px;
  height: 42px;
  background: white;
  border-radius: 4px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #dbdddf;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1;
  overflow: hidden;
  font-size: 1.4em;
}

.dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  padding: 12px 24px;
  display: flex;
  align-items: flex-start;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-item:last-child {
  border-bottom: none;
}

.dropdown-item:hover {
  background: #f0f8ff;
}
</pre></body></html>