﻿h4,
p {
  margin: 0;
}
.side_tips {
  position: fixed;
  top: 340px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
}
.tips_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: calc(50% - 185px);
  top: 45%;
  width: 370px;
  height: 252px;
  transition: all 0.7s ease;
  transform: translate(0, calc(-50% - 40px));
  opacity: 0;
}
.tips_modal.active {
  top: 50%;
  opacity: 1;
}
.tips_modal .main {
  position: relative;
  width: 100%;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 1px solid #d0d1d2;
}
.tips_modal .top {
  position: relative;
  width: 100%;
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 50px;
  color: #222;
  font-size: 20px;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #d0d1d2;
}
.tips_modal .top button {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  outline: none;
  text-align: center;
  position: absolute;
  right: 20px;
  cursor: pointer;
  top: calc(50% - 20px);
  background: center no-repeat url("../images/closest.png");
}
.tips_modal .body {
  height: 120px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 25px 0 0 135px;
  background: url(../images/service-icon-qq.jpg) no-repeat 25px center;
}
.tips_modal .body h4 {
  line-height: 42px;
  font-size: 22px;
  color: #222;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: left;
}
.tips_modal .body p {
  line-height: 24px;
  color: #aaa;
  font-size: 14px;
  text-align: left;
}
.tips_modal .bot {
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  margin: 5px auto 20px;
}
.tips_modal .btn {
  width: 160px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  color: #8891a6;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #d0d1d2;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tips_modal .submit {
  background: #0095ff;
  color: #fff;
  border: 1px solid #0095ff;
}
.tips_modal .submit:hover {
  background: #0086e6;
}
.tips_modal .cancel:hover {
  background: #f2f2f2;
}

.pagelist {
    float: right;
    margin: 10px 0;
    width: 344px;
    display: flex;
    font-size: 16px;
    text-align: center;
}
.pagelist li {
    padding: 3px 10px;
    margin: 0 7px;
    color: #fff;
}
.pagelist li a {
    color: #fff;
}