body {
  font-size: 18px;
  line-height: 2;
  background: #fefefe;
  min-width: 1200px;
  text-align: justify;
}
a[title="站长统计"] {
  display: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.pc-show {
  display: block;
}
.pc-hide {
  display: none;
}
.list-unstyled {
  list-style: none;
}
.d-flex {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.m-r-3 {
  margin-right: 1.5em;
}
.m-b-4 {
  margin-bottom: 0.4rem;
}
.position-absolute {
  position: absolute;
  z-index: 9;
}
.gutter-space-m-r {
  margin-right: 30px;
}
.background-size {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.background-size-cover {
  background-size: cover;
}
#sidebar {
  position: fixed;
  right: 40px;
  top: 45%;
  z-index: 999;
  background-color: #ffffff;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}
#sidebar li {
  width: 68px;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#sidebar li .hover-box {
  display: none;
}
#sidebar li.active,
#sidebar li:hover {
  background-image: linear-gradient(90deg, #0658ab 0%, #711aa3 100%), linear-gradient(127deg, #1e5abc 0%, #5db6ba 100%);
  transition: all 0.5s;
}
#sidebar li.active .img,
#sidebar li:hover .img {
  filter: brightness(0) invert(1);
}
#sidebar li.active .hover-box,
#sidebar li:hover .hover-box {
  position: absolute;
  display: block;
  right: 75px;
  top: -40px;
}
#sidebar li.active .tel-box,
#sidebar li:hover .tel-box {
  -webkit-clip-path: polygon(0% 0%, 95% 0, 95% 45%, 100% 50%, 95% 55%, 95% 100%, 0 100%);
  clip-path: polygon(0% 0%, 95% 0, 95% 45%, 100% 50%, 95% 55%, 95% 100%, 0 100%);
  background-image: linear-gradient(90deg, #0658ab 0%, #711aa3 100%), linear-gradient(127deg, #1e5abc 0%, #5db6ba 100%);
  color: #fff;
  white-space: nowrap;
  padding: 20px;
  border-radius: 5px;
  padding-right: 35px;
}
#sidebar li + li {
  border-top: 2px solid #d2d2d2;
}
.text-indent-2 {
  text-indent: 2em;
}
@media (max-width: 1400px) {
  .cont {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
}
