/* 兼容性检测 */
.reservice_show {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  background-color: rgba(25, 28, 34, 0.88);
  text-align: center;
  color: #4c5161;
  font-size: 14px;
  overflow: auto;
  z-index: 1000;
  backdrop-filter: blur(6px);
}
.reservice_show > .reservice_show_background {
  width: auto;
  display: inline-block;
  margin-top: 22vh;
  padding-bottom: 20px;
  text-align: center;
  min-width: 788px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  outline: none;
  position: relative;
  backdrop-filter: blur(67px);
  filter: brightness(94%);
}
.reservice_show_background_text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #3e6ce7;
  letter-spacing: 2px;
  margin-top: 42px;
}
.reservice_show_background_text2 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: red;
  letter-spacing: 1px;
  margin-top: 20px;
}
.reservice_show_background_side_img {
  margin-top: 25px;
}
.reservice_show_background_side_img li {
  display: inline-block;
  margin: 0 50px;
}
.reservice_show_background_side_img img {
  width: 68px;
  height: 68px;
  margin-bottom: 13px;
}
.reservice_show_background_side_img a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
  color: #000000;
  letter-spacing: 1px;
}
.reservice_show_background p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  letter-spacing: 1px;
  margin-top: 50px;
}
.reservice_close img {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.switchover {
  width: 250px;
  height: 160px;
  margin-top: 15px;
}
