.container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding-bottom: 80px;
}
.container .header {
  position: absolute;
  left: 0;
  top: 0;
  width: 95%;
  padding: 10px 2.5%;
  display: flex;
  flex-direction: row;
  z-index: 100;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
}
.container .header a img {
  width: 140px;
}
.container .header .r {
  text-align: right;
}
.container .header .r p {
  font-size: 14px;
}
.container .header .r a {
  color: #ED1A24;
  font-size: 20px;
  font-weight: bolder;
  margin-top: 5px;
  display: inline-block;
}
.container .kf {
  position: fixed;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #FDC06D;
  display: flex;
  background-color: #ffffff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  border-radius: 50%;
}
.container .kf img {
  width: 24px;
}
.container .kf p {
  color: #3E3F43;
  font-size: 14px;
  margin-top: 5px;
}
.container .banner {
  width: 100%;
  position: relative;
}
.container .banner .swiper-container {
  width: 100%;
}
.container .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.container .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.container .banner .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 100;
}
.container .banner .swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
  transition: all 600ms;
}
.container .banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
}
.container .main {
  width: 95%;
  margin: 30px auto;
}
.container .main .types {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.container .main .types a {
  display: block;
  width: 49%;
  padding: 30px 0;
  text-align: center;
  background: #FFFFFF;
  border-radius: 29px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}
.container .main .types a .pic img {
  width: 78px;
}
.container .main .types a p {
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bolder;
}
.container .main .allItems {
  width: 100%;
}
.container .main .allItems .t1 {
  color: #323232;
  font-size: 18px;
  font-weight: bolder;
  margin: 40px 0 30px 0;
}
.container .main .allItems .type2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .main .allItems .type2 span,.container .main .allItems .type2 a {
  display: inline-block;
  border: 1px solid #CFCFCF;
  padding: 5px 10px;
  color: #666666;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.container .main .allItems .type2 .active {
  background-color: #ECF6F9;
  color: #4DBBFC;
}
.container .main .allItems .list {
  width: 100%;
  margin: 30px auto;
}
.container .main .allItems .list .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #F1F1F1;
  padding: 15px 0;
}
.container .main .allItems .list .item .pic img {
  width: 37px;
  height: 37px;
}
.container .main .allItems .list .item .nr {
  width: calc(98% - 37px);
}
.container .main .allItems .list .item .nr .p1 {
  color: #333333;
  font-size: 15px;
  font-weight: bolder;
}
.container .main .allItems .list .item .nr .stars img {
  margin-right: 3px;
  width: 10px;
}
.container .main .allItems .list .item .nr .des {
  margin-top: 5px;
}
.container .main .allItems .list .item .nr .des p {
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
}
.container .main .allItems .list .item .nr .des img {
  max-width: 100%;
  object-fit: contain;
}
.container .main .allItems .list .item .time {
  color: #B3B3B3;
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 12px;
}
.container .main .allItems .list1 a {
  border: 1px solid #F1F1F1;
  width: 80px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #B3B3B3;
  font-size: 13px;
  display: block;
  margin: 30px auto;
  border-radius: 30px;
}
.container .foot {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #F1F1F1;
  background-color: #ffffff;
  z-index: 100;
}
.container .foot a {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0;
}
.container .foot a .pic img {
  max-width: 30px;
  max-height: 30px;
  object-fit: contain;
}
.container .foot a p {
  color: #BFBFBF;
  font-size: 14px;
  margin-top: 3px;
}
.container .foot .active p {
  color: #4587F9;
}

/*# sourceMappingURL=index.css.map */
