<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
/* sidebar 侧边栏  start*/
#sidebar_wrap {
  position: fixed;
  right: 0.5%!important;
  top: 45%!important;
  top: 45% !important;
  z-index: 9 !important;
  right: 0.5% !important;
}
.sidebar_kuang {
  padding-left: 20px;
}
.kuang_last {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#sidebar_wrap span {
  color: #737373;
  font-size: 13px;
  padding: 7px;
}
#sidebar_wrap .sidebar_qq {
  width: 68px;
  height: 68px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: -1px;
  position: relative;
  background-color: white;
  cursor: pointer;
}
.sidebar_qq div {
  text-align: center;
  margin-top: 6px;
}
.sidebar_qq_customer {
  width: 100px;
  height: 68px;
  border: 1px solid #ccc;
  margin-left: -112px;
  border-radius: 5px;
  background-color: white;
  margin-top: -64px;
  list-style: none;
  display: none;
}
.sidebar_qq_customer::before {
  content: '';
  position: absolute;
  right: 73px;
  top: 29px;
  width: 6px;
  height: 9px;
  background: url(../imgs/sidebar/sidebar_arrow.png) no-repeat center;
}
.sidebar_qq_customer li a {
  font-size: 12px;
  color: #737373;
  text-decoration: none;
}
.sidebar_qq_customer li {
  color: #686767;
  text-align: center;
  line-height: 68px;
}
.customer:hover {
  color: #ff8107;
}
#sidebar_wrap .sidebar_tel {
  width: 68px;
  height: 68px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: -1px;
  position: relative;
  background-color: white;
  cursor: pointer;
}
.sidebar_tel div {
  text-align: center;
  margin-top: 6px;
}
.sidebar_tel_customer {
    /* width: 200px; */
    /* height: 90px; */
    border: 1px solid #ccc;
    /* margin-left: -212px; */
    border-radius: 5px;
    background-color: white;
    /* margin-top: -64px; */
    list-style: none;
    display: none;
    position: absolute;
    right: 81px;
    top: 0px;
}
.sidebar_tel_customer::before {
  content: '';
  position: absolute;
  right: -6px;
  top: 29px;
  width: 6px;
  height: 9px;
  background: url(../imgs/sidebar/sidebar_arrow.png) no-repeat center;
}
.sidebar_tel_customer li a {
  font-size: 12px;
  color: #737373;
  text-decoration: none;
}
.sidebar_tel_customer li {
  color: #686767;
  text-align: center;
  line-height: 40px;
  display: flex;
}
.sidebar_tel_customer li a:hover {
  color: #0e3f8e;
}
.sidebar_tel_customer_tels {
  color: #ff8107 !important;
  font-size: 24px !important;
  font-family: 'Impact';
}
.sidebar_tel_customer li span img{
  vertical-align: middle;
}
#sidebar_wrap .sidebar_wechat {
  width: 68px;
  height: 68px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-top: -1px;
  position: relative;
  background-color: white;
  cursor: pointer;
}
.sidebar_wechat div {
  text-align: center;
  margin-top: 6px;
}
.sidebar_wechat_customer {
  width: 112px;
  height: 107px;
  border: 1px solid #ccc;
  margin-left: -124px;
  border-radius: 5px;
  background-color: white;
  margin-top: -62px;
  list-style: none;
  display: none;
}
.sidebar_wechat_customer::before {
  content: '';
  position: absolute;
  right: 73px;
  top: 29px;
  width: 6px;
  height: 9px;
  background: url(../imgs/sidebar/sidebar_arrow.png) no-repeat center;
}
.sidebar_wechat_customer img {
  width: 100px;
  margin-top: 4px;
}
/* #sidebar_wrap .sidebar_top{
  width: 68px;
  height: 68px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-top: -1px;
  position: relative;
  background-color: white;
  cursor: pointer;
} */
.sidebar_top div {
  text-align: center;
  margin-top: 6px;
}
#idtop {
  text-decoration: none;
  color: #737373;
}
/* sidebar 侧边栏 end */
</pre></body></html>