* {
  padding: 0;
  margin: 0;
}
.top-img {
  width: 10rem;
  height: 4.93333333rem;
}
.top-img img {
  width: 100%;
  height: 100%;
}
.top-1 {
  width: 10rem;
  height: 4.8rem;
  background-color: #ececec;
}
.top-1 img {
  width: 2.13333333rem;
  height: 2.13333333rem;
  display: block;
  margin: auto;
  padding-top: 0.4rem;
}
.top-1 .top2 {
  text-align: center;
  font-size: 16px;
  color: #313233;
  margin-top: 0.26666667rem;
}
.top-1 .top3 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin-top: 0.26666667rem;
}
.cont {
  width: 10rem;
}
.cont .cont1 {
  font-size: 16px;
  font-weight: bold;
  color: #1c1d1d;
  margin-top: 0.4rem;
  margin-left: 0.53333333rem;
}
.cy1 {
  width: 8.8rem;
  margin: auto;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0.53333333rem;
}
.cy1 .peoplef {
  width: 1.33333333rem;
  height: 2.10666667rem;
  margin-left: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cy1 .peoplef img {
  width: 1.33333333rem;
  height: 1.33333333rem;
  border-radius: 8px;
}
.cy1 .peoplef p {
  font-size: 14px;
  font-weight: bold;
  color: #181818;
}
.peoplez {
  display: flex;
  flex-wrap: wrap;
}
.jianj {
  width: 8.8rem;
  padding: 0.53333333rem;
}
.jianj p {
  font-size: 16px;
  color: #535353;
}
.jianj span {
  font-size: 16px;
  color: #3b3b3b;
}
.jianj img {
  width: 100%;
  height: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.modal-content p {
  font-size: 16px;
  font-weight: bold;
  color: #535353;
}
.modal-content img {
  width: 100%;
  height: 100%;
}
.close {
  color: #aaa;
  float: right;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#myBtn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #4CAF50;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
#myBtn:hover {
  background-color: #45a049;
}
video {
  width: 100%;
  height: 100%;
}
.jianj {
  padding-bottom: 2.13333333rem;
}
#erphpdown {
  border: none;
  background-color: #45a049;
  padding: 0.4rem 0;
  border-radius: 8px;
}
#erphpdown a {
  text-decoration: none;
  color: #ffffff;
}
.popup h2 {
  font-size: 16px;
  font-weight: bold;
  color: red;
}
.popup p {
  font-size: 14px;
  font-weight: bold;
  color: #3b3b3b;
  padding: 0.26666667rem 0;
}
