.main1 {
  position: relative;
}
.bannerInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bannerInfo > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}
.bannerInfo > div h3 {
  font-size: 0.48rem;
  margin-bottom: 0.15rem;
  margin-top: 0;
}
.bannerInfo > div p {
  font-size: 0.18rem;
  margin: 0;
}
.main2 h1 {
  color: #ff0000;
  font-size: 0.54rem;
  margin: 0.6rem 0;
  text-align: center;
}
.main2_1 {
  display: flex;
  align-items: center;
  padding: 0.8rem 1.8rem;
  background-color: #ffffff;
  justify-content: space-between;
}
.main2_1 img {
  height: 1.28rem;
}
.main2_1 span{ font-size:0.3rem; text-align:center; color:#666666;}
.main2_2 {
  margin-top: 0.8rem;
  margin-bottom: 0.5rem;
  font-size: 0.23rem;
  color: #595959;
  line-height:0.4rem;
}
.main2_2 p {
  margin-top: 0;
  margin-bottom: 0.65rem;
  font-size: 0.3rem;
  color: #595959;
  text-align: center;
}
.main2_2 img {
  margin-bottom: 3px;
}
.main3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main3 .back a {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #595959;
  text-decoration: none;
}
.main3 .back img {
  width: 0.57rem;
  margin-right: 0.2rem;
}
.main3 .share {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #595959;
}
.main3 .share img {
  height: 0.39rem;
  margin-left: 0.25rem;
}
.main3 {
  margin-bottom: 0.35rem;
}
.main5 {
  display: flex;
  justify-content: space-between;
}
.main5 a {
  font-size: 0.28rem;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #292929;
  width: 49%;
  height: 1.1rem;
}
.main5 a span {
  font-size: 0.2rem;
  margin-right: 0.15rem;
}
.main5 a:hover {
  background-color: #ff0000;
}
.main5 {
  margin-bottom: 0.75rem;
}
.main4 {
  padding-top: 0.5rem;
  padding-bottom: 1.2rem;
  background-color: #f6f6f6;
}
.main4 .header {
  font-size: 0.55rem;
  color: #595959;
  margin-bottom: 0.45rem;
}
.items {
  display: flex;
  justify-content: space-between;
}
.items .item {
  width: 49.7%;
  display: block;
}
.items .item div {
  padding: 0.4rem 0.35rem 0.45rem;
  background-color: #ffffff;
}
.items .item div h4 {
  color: #595959;
  margin: 0;
  margin-bottom: 0.9rem;
  font-size: 0.5rem;
}
.items .item div p {
  margin: 0;
  color: #8c8c8c;
  font-size: 0.32rem;
}
.items .item:hover div p,
.items .item:hover div h4 {
  color: #ff0000;
}
@media (max-width: 767px) {
  .main4 .header {
    font-size: 16px;
  }
  .items {
    display: block;
  }
  .items .item {
    width: 100%;
  }
  .items .item div h4 {
    font-size: 16px;
  }
  .items .item div p {
    font-size: 14px;
  }
  .items .item div {
    padding: 15px;
  }
  .main2 h1 {
    font-size: 18px;
    margin: 20px 0;
  }
  .main2_1 img {
    height: 50px;
  }
  .main2_2 p {
    font-size: 14px;
  }
  .main3 .back a {
    font-size: 14px;
  }
  .main3 .share {
    font-size: 14px;
  }
  .main3 .share img {
    height: 15px;
    margin-left: 5px;
  }
  .main3 .back img {
    width: 15px;
    margin-right: 5px;
  }
  .main5 a {
    height: 30px;
  }
  .main5.visible-xs {
    display: flex !important;
  }
  .items .item {
    margin-bottom: 5px;
  }
}
