.text_overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text_overflow_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cursor {
  cursor: pointer;
}

html {
  background: #F0EEFB;
}

.white_space {
  white-space: pre-wrap; 
}

.home {
  text-align: center;
}

.logo {
  width: 66px;
  height: 66px;
  margin: 40px auto;
}

.home_box {
  width: 930px;
  min-height: 200px;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 35px;
}

.home_title {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #000000;
  margin: 0 auto 20px auto;
}

.home_info {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  text-align: justify;
}

.share {
  width: 930px;
  height: 280px;
  margin: 25px auto;
  border-radius: 12px;
  overflow: hidden;
}

.erweima_box {
  width: 300px;
  height: 350px;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto 50px auto;
  text-align: center;
  padding: 36px 45px;
}

.erweima_img {
  width: 210px;
  height: 210px;
}

.erweima_txt {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold;
  font-weight: 600;
  color: #000000;
  margin-top: 40px;
}

.bot {
  width: 100%;
  height: 143px;
  background: #434049;
  text-align: center;
  padding: 14px 0;
  /* position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1001; */
}

.bot_item {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}

.bot_item span {
  margin: 0 5px;
  cursor: pointer;
}

.bot_item_sec {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
  margin-top: 5px;
}

.bot_item_thi {
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: rgba(255, 255, 255, .6);
  line-height: 28px;
}




