@charset "utf-8";
body {
  margin: 0;
  background-color: #f8f9f9;
  font: 12px/18px "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  color: #333333;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
ul,
li,
ol {
  list-style: none;
  padding-left: 0;
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
form {
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  border: 0;
}
input,
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: none;
}
button {
  border: 0 none;
  cursor: pointer;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  resize: none;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}

.special_relation_section {
  margin: 30px 0 !important;
  padding: 0 !important;
  font-weight: bold;
}
.special_relation_section .icon_relate_txt:after {
  background-color: #000 !important;
  height: 2px !important;
}
.special_relation_section_living {
  font-weight: bold;
  margin-top: 30px;
}
.special_relation_section_living .icon_relate_txt:after {
  background-color: #000 !important;
  height: 2px !important;
}

.jinyan-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
.jinyan {
  width: 320px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000000;
  background: #fff;
  border-radius: 4px;
}
.jinyan-cont {
  padding: 30px 15px 15px 15px;
  position: relative;
}
.jinyan-cont h2 {
  font-size: 18px;
  text-align: center;
}
.jinyan-cont p {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
  line-height: 20px;
  padding: 0 15px;
}
.jingyan-bottom {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}
.jinyan-cancel {
  border-radius: 24px;
  padding: 13px 45px;
  background: none;
  border-image: linear-gradient(
      135deg,
      rgba(0, 217, 255, 1),
      rgba(0, 165, 235, 1)
    )
    1 1;
  border: 1px solid rgba(0, 165, 235, 1);
  color: #00a5eb;
  font-size: 18px;
}
.jinyan-openapp {
  background: linear-gradient(135deg, #00d9ff 0%, #00a5eb 100%);
  border-radius: 24px;
  padding: 13px 28px;
  font-size: 18px;
  color: #fff;
}
.jingyan-bottom img {
  width: 66px;
  height: 66px;
  margin-right: 10px;
}
.jingyan-bottom p {
  font-size: 12px;
  color: #666;
  margin-top: 0;
}
.jinyan-close {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.jinyan-close::before,
.jinyan-close::after {
  position: absolute;
  content: " ";
  background-color: #000;
  left: 5px;
  width: 1px;
  height: 18px;
}

.jinyan-close::before {
  transform: rotate(45deg);
}

.jinyan-close::after {
  transform: rotate(-45deg);
}

.footer_banner_panel {
  height: 100%;
  display: flex;
}
.footer_banner .title {
  width: auto !important;
  margin-right: 0 !important;
  flex: 1;
  font-size: 14px !important;
}
.footer_banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px !important;
}
