.header {
  width: 100%;
  height: 40px;
  padding: 0 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.header .header_l {
  width: 36px;
  height: 40px;
}

.header .header_l a {
  display: inline-block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_l a img {
  width: 28px;
  height: 28px;
}

.header .header_r {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .header_r a {
  margin-left: 12px;
  width: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.header .header_r a img {
  width: 28px;
  height: auto;
}

.min_content {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0 4%;
}

.min_content p {
  line-height: 1.8;
  word-wrap: break-word;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
}

.min_footer {
  border-top: 3px solid #e30680;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  background-color: #fff;
  padding-bottom: 100px;
}

.share_popup {
  display: none;
  width: 750px;
  height: 100vh;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
}

.share_popup .share_box {
  position: absolute;
  bottom: 2.4%;
  left: 50%;
  border-radius: 8px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 95.2%;
  animation: 0.3s moveIn_slow ease-in-out;
}

.share_popup .share_box .share_b_list {
  background: #FFF;
  padding: 3%;
  box-sizing: border-box;
  height: 100%;
  border-radius: 12px;
}

.share_popup .share_box .share_b_list ul {
  padding: 0 8px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -3%;
}

.share_popup .share_box .share_b_list ul li {
  width: 25%;
  margin: 8px 0 8px;
}

.share_popup .share_box .share_b_list ul li a {
  text-decoration: none;
  color: #000;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share_popup .share_box .share_b_list ul li a img {
  width: 60px;
  height: 60px;
}

.share_popup .share_box .share_b_list ul li a span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 12px 0;
}

.share_popup .share_box .tip-screen-footer {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-radius: 12px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .header {
    width: 100%;
    height: 10.66667vw;
    padding: 0 1.06667vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
  }
  .header .header_l {
    width: 9.6vw;
    height: 10.66667vw;
  }
  .header .header_l a {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_l a img {
    width: 7.46667vw;
    height: 7.46667vw;
  }
  .header .header_r {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .header .header_r a {
    margin-left: 3.2vw;
    width: 9.6vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .header .header_r a img {
    width: 7.46667vw;
    height: auto;
  }
  .min_content {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 4%;
  }
  .min_content p {
    line-height: 1.8;
    word-wrap: break-word;
    font-size: 3.73333vw;
    color: rgba(0, 0, 0, 0.87);
  }
  .share_popup {
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
  }
  .share_popup .share_box {
    position: absolute;
    bottom: 2.4%;
    left: 50%;
    border-radius: 1.06667vw;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 95.2%;
    animation: 0.3s moveIn_slow ease-in-out;
  }
  .share_popup .share_box .share_b_list {
    background: #FFF;
    padding: 3%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 1.6vw;
  }
  .share_popup .share_box .share_b_list ul {
    padding: 0 1.06667vw;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: -3%;
  }
  .share_popup .share_box .share_b_list ul li {
    width: 25%;
    margin: 1.06667vw 0 1.06667vw;
  }
  .share_popup .share_box .share_b_list ul li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .share_popup .share_box .share_b_list ul li a img {
    width: 12vw;
    height: 12vw;
  }
  .share_popup .share_box .share_b_list ul li a span {
    display: block;
    font-size: 3.2vw;
    line-height: 1.6vw;
    padding: 1.6vw 0;
  }
  .share_popup .share_box .tip-screen-footer {
    height: 13.33333vw;
    line-height: 13.33333vw;
    background: #fff;
    border-radius: 1.6vw;
    margin-top: 2.66667vw;
    font-size: 4.26667vw;
    text-align: center;
  }
}
