.banner {
  background: url(../images/product/auxiliary_banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 1.1rem 0;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, .2);
}
.banner .banner-text {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  position: relative;
}
.banner .banner-subtext {
  font-family: Arial;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0 0.3rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.75);
  position: relative;
}

.page-location {
  color: #9a9a9a;
  font-size: 0.28rem;
  margin: 0.11rem auto 0;
  padding: 0 0.3rem;
  font-family: Arial;
}
.page-location a {
  color: #9a9a9a;
}
.page-location a:last-child {
  pointer-events: none;
}
.page-location span {
  font-size: 0.24rem;
}

section .section-title {
  color: #333;
  font-family: Arial;
  text-align: center;
  font-weight: 700;
  font-size: 0.36rem;
  line-height: 0.42rem;
}

.auxiliary-section {
  padding: 0.4rem 0.3rem 0;
  font-family: Arial;
}

.auxiliary-section .auxiliary-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.auxiliary-section .auxiliary-list .auxiliary-item {
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  width: 48%;
}
.auxiliary-section .auxiliary-list .auxiliary-item:hover p {
  color: #fff;
  background: #e94609;
}
.auxiliary-section .auxiliary-list .auxiliary-item img {
  width: 100%;
  height: auto;
  display: block;
}
.auxiliary-section .auxiliary-list .auxiliary-item p {
  font-family: Arial;
  font-size: 0.28rem;
  line-height: 0.42rem;
  color: #333;
  border-top: 1px solid #f0f0f0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 0.1rem 0.15rem;
}
.auxiliary-section .pagelist {
  text-align: center;
  margin-top: 0.4rem;
}
.auxiliary-section .pagelist .pagination {
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
}
.auxiliary-section .pagelist .pagination a {
  color: #838383;
  font-family: Arial;
  border-radius: 0.1rem;
  border: solid 0.01rem #c7c7c7;
  padding: 0 0.15rem;
  margin: 0 0.1rem;
}
.auxiliary-section .pagelist .pagination span {
  color: #838383;
  font-size: 0.26rem;
  line-height: 0.42rem;
  padding: 0 0.1rem;
}
.auxiliary-section .pagelist .pagination .page-num-current {
  color: #fff;
  background: #f94f12;
  border: solid 0.01rem #f94f12;
}
