.all-top {
  width: 100%;
}
.all-top .banner-box {
  position: relative;
  width: 100%;
}
.all-top .banner-box img {
  width: 100%;
}
.all-top .banner-box .menu-box {
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-content: space-around;
}
.all-top .banner-box .menu-box .itemBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.all-top .banner-box .menu-box .itemBox .item {
  width: 1rem;
  height: 1.2rem;
}
.all-top .banner-box .menu-box .itemBox .item img {
  width: 100%;
}
.all-content {
  padding: 0 0.2rem;
}
.all-content .info-detail-box {
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.all-content .info-detail-box .info-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.all-content .info-detail-box .info-label .moreBtn {
  color: #6084a5;
}
.all-content .info-detail-box .info-content-box {
  display: flex;
}
.all-content .info-detail-box .info-content-box .info-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  background-color: #009ae9;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
}
.all-content .info-detail-box .info-content-box .info-content {
  flex: 1;
}
.all-content .info-detail-box .info-content-box .info-content .title {
  color: #282828;
}
.all-content .info-detail-box .info-content-box .info-content .con {
  color: #555555;
}
.all-content .info-detail-box .info-content-box + .info-content-box {
  margin-top: 0.2rem;
}
.all-content + .all-content {
  margin-top: 0.2rem;
}
.scroll-label {
  padding: 0 0.2rem;
}
.scroll-label .info-detail-box {
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
.scroll-label .info-detail-box .info-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.scroll-label .info-detail-box .info-label .moreBtn {
  color: #6084a5;
}
.scroll-label .scroll-item {
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0.3rem 0;
  scrollbar-width: none;
}
.scroll-label .scroll-item .scroll-detail-box {
  background-color: #fff;
  border-radius: 0.1rem;
  display: block;
  overflow: hidden;
}
.scroll-label .scroll-item .scroll-detail-box .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 0.1rem;
  border-radius: 0.1rem 0.1rem 0 0;
  overflow: hidden;
}
.scroll-label .scroll-item .scroll-detail-box .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scroll-label .scroll-item .scroll-detail-box .info {
  padding: 0.1rem;
}
.scroll-label .scroll-item .scroll-detail-box .info .title {
  color: #282828;
}
.scroll-label .scroll-item .scroll-detail-box .info .label {
  display: flex;
  align-items: center;
  color: #888888;
}
.scroll-label .scroll-item .scroll-detail-box .info .label .icon {
  margin-right: 0.1rem;
}
.scroll-label .scroll-item .scroll-detail-box + .scroll-detail-box {
  margin-left: 0.2rem;
}
.label-txt-img {
  padding: 0 0.2rem;
}
.label-txt-img .info-detail-box {
  padding: 0.2rem;
  background-color: #f0f8ff;
  border-radius: 0.1rem;
}
.label-txt-img .info-detail-box .info-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.label-txt-img .info-detail-box .info-label .moreBtn {
  color: #6084a5;
}
.label-txt-img .info-detail-box .labelTxtImgBox {
  display: flex;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
}
.label-txt-img .info-detail-box .labelTxtImgBox .info-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 1rem;
  height: 1rem;
  background-color: #009ae9;
  border-radius: 0.1rem;
  margin-right: 0.2rem;
}
.label-txt-img .info-detail-box .labelTxtImgBox .info-content {
  flex: 1;
}
.label-txt-img .info-detail-box .labelTxtImgBox .info-content .title {
  color: #282828;
}
.label-txt-img .info-detail-box .labelTxtImgBox .info-content .con {
  color: #555;
}
.label-txt-img .info-detail-box .labelTxtImgBox .img {
  position: relative;
  box-sizing: border-box;
  width: 2rem;
  height: 0;
  padding-top: 1.56rem;
  border-radius: 0.1rem;
  border-radius: 0 0.1rem 0.1rem 0;
  overflow: hidden;
}
.label-txt-img .info-detail-box .labelTxtImgBox .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.label-txt-img .info-detail-box .labelTxtImgBox + .labelTxtImgBox {
  margin-top: 0.2rem;
}
.large-img-detail {
  padding: 0 0.2rem;
}
.large-img-detail .info-detail-box {
  padding: 0.2rem;
  background-color: #f0f8ff;
  border-radius: 0.1rem;
}
.large-img-detail .info-detail-box .info-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.large-img-detail .info-detail-box .info-label .moreBtn {
  color: #6084a5;
}
.large-img-detail .info-detail-box .largeImgDetail {
  display: block;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
}
.large-img-detail .info-detail-box .largeImgDetail .img {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.large-img-detail .info-detail-box .largeImgDetail .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large-img-detail .info-detail-box .largeImgDetail .detail {
  padding: 0.1rem;
}
.large-img-detail .info-detail-box .largeImgDetail .detail .title {
  color: #282828;
}
.large-img-detail .info-detail-box .largeImgDetail .detail .con {
  color: #555555;
}
.large-img-detail .info-detail-box .largeImgDetail + .largeImgDetail {
  margin-top: 0.2rem;
}
