.app .swiper-pagination-bullet-active {
  background-color: white!important;
}
.app .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.03rem;
  border-radius: 0;
  background-color: white;
}
.app .head_box {
  height: 0.81rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../images/top_bg.jpg") no-repeat;
  background-size: cover;
}
.app .head_box .logo {
  width: 0.97rem;
  margin-left: 0.3rem;
}
.app .head_box .head_nav {
  display: flex;
  width: 5.39rem;
}
.app .head_box .head_nav .box {
  color: #ffffff;
  position: relative;
  font-size: 0.3rem;
  line-height: 0.53rem;
  height: 0.53rem;
  width: 1.3rem;
  text-align: center;
}
.app .head_box .head_nav .box .line {
  width: 0.2rem;
  height: 0.29rem;
  border: 1px solid white;
  position: absolute;
  top: 0.06rem;
  left: -0.06rem;
}
.app .head_box .head_nav .active {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.36rem;
}
.app .nav {
  display: flex;
  align-items: center;
  margin: 0 0.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app .nav .box {
  font-size: 0.22rem;
  color: #999999;
  padding: 0.1rem 0.15rem;
}
.app .search {
  width: 6.9rem;
  margin: 0.34rem auto;
  height: 0.66rem;
  border-radius: 0.66rem;
  background-color: #F5F5F5;
  position: relative;
  display: flex;
  border: 1px solid #1e49e2;
}
.app .search input {
  width: 80%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0.34rem;
}
.app .search img {
  position: absolute;
  right: 0.34rem;
  top: 0;
  bottom: 0;
  width: 0.37rem;
  height: 0.37rem;
  margin: auto;
}
.app .nav2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.2rem;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
.app .nav2 .box {
  width: 1.68rem;
  font-size: 0.22rem;
  text-align: center;
  margin-bottom: 0.2rem;
}
.app .nav2 .box img {
  width: 1.19rem;
  margin: 0 auto;
}
.app .title_box {
  font-size: 0.36rem;
  font-weight: bold;
}
.app .title_box .max_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.96rem;
}
.app .title_box .more {
  font-size: 0.24rem;
  color: #a6a6a6;
  display: flex;
  align-items: center;
}
.app .title_box .more img {
  width: 0.12rem;
  height: 0.22rem;
  margin-left: 0.16rem;
}
.app .content {
  padding-bottom: 1rem;
}
.app .content .max_width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.app .content .max_width .box {
  width: 3.38rem;
  height: 3.54rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.app .content .max_width .box .poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.app .content .max_width .box .info {
  position: absolute;
  width: 2.75rem;
  height: 1.72rem;
  background-color: #ffffff;
  bottom: 0.18rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0.2rem;
}
.app .content .max_width .box .info .title {
  font-size: 0.26rem;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 0.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.app .content .max_width .box .info .text {
  font-size: 0.2rem;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  margin-top: 0.05rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 0.6rem;
}
.app .content .max_width .box .info .look {
  color: #0c54b5;
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 0.24rem;
  transform: scale(0.7);
  transform-origin: left;
  line-height: 0.24rem;
  margin-right: 0.1rem;
}
.app .content .max_width .box .info .look img {
  width: 0.27rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.app .footer {
  height: 0.98rem;
  display: flex;
  align-items: center;
  box-shadow: 0 -0.05rem 0.05rem #f7f7f7;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #1e49e2;
}
.app .footer .box {
  flex: 1;
  text-align: center;
  font-size: 0.2rem;
  color: white;
}
.app .footer .box img {
  margin: 0 auto;
  margin-bottom: 0.05rem;
}
.app .footer .box .img_nav1 {
  width: 0.46rem;
}
.app .footer .box .img_nav2 {
  width: 0.47rem;
}
.app .footer .box .img_nav3 {
  width: 0.44rem;
}
.app .footer .box .img_nav4 {
  width: 0.35rem;
}
.app .footer .active {
  color: #e294ff;
}
/*# sourceMappingURL=index.css.map */