@charset "UTF-8";
/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
.cookieCont {
  width: 100%;
  display: none;
}

.cook_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

.cook_box h3 {
  color: #2b5a6b;
  font-size: 14px;
}

.cook_left a {
  text-decoration: underline;
}

.cook_right a {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  width: 80px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  background: rgb(43, 90, 107);
  margin-top: 30px;
}

.cook_right a:first-child {
  background: none;
  color: #000000;
  border: 1.2px solid #9e9e9e;
}

.title {
  font-size: 30px;
  color: var(--theme-color);
  font-weight: bold;
}
.title a {
  color: #999999;
  font-size: 20px;
  font-weight: normal;
}
.title a:hover {
  color: var(--theme-color);
  transition: all 0.3s ease-out 0s;
}
.title a .iconfont {
  margin-left: 15px;
  font-size: 20px;
}

.title-en {
  font-size: 20px;
  color: #999999;
}

.banner {
  height: 500px;
  --swiper-pagination-bullet-inactive-color: #fff;
  position: relative;
}
.banner img {
  height: 100%;
  border-radius: 10px;
}
.banner .info {
  position: absolute;
  top: 22.4%;
  left: 4.3%;
}
.banner .info .t {
  font-weight: bold;
  font-size: 48px;
  color: #ffffff;
}
.banner .info .itr {
  color: #ebf6ff;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
  display: none;
}

.PopularImages .cont {
  height: 516px;
  --swiper-pagination-bullet-inactive-color: #ececec;
}
.PopularImages .cont .swiper .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 7px;
}
.PopularImages .cont .swiper-slide {
  align-content: flex-start;
}
.PopularImages .cont .item {
  width: 335px;
  height: 223px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.PopularImages .cont .item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.PopularImages .cont .item:hover .info {
  bottom: 0;
}
.PopularImages .cont .item:hover .imgScale img {
  transform: scale(1.2);
}
.PopularImages .cont .item.video .time {
  display: block;
}
.PopularImages .cont .item.video .icon-bofang {
  display: block;
}
.PopularImages .cont .item .info {
  position: absolute;
  padding: 0 10px;
  bottom: -70px;
  width: 335px;
  height: 70px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 10px 10px;
}
.PopularImages .cont .item .info .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.PopularImages .cont .item .info .user .name {
  width: 100px;
}
.PopularImages .cont .item .info .data {
  font-size: 18px;
}
.PopularImages .cont .item .info .data .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.PopularImages .cont .item .time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
}
.PopularImages .cont .item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
}
.PopularImages .cont .item .imgScale {
  width: 335px;
  height: 223px;
}
.PopularImages .cont .item .imgScale img {
  object-fit: cover;
}

.PopularEvents {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.PopularEvents .list .item {
  width: 450px;
  height: 524px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.PopularEvents .list .item .state {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 112px;
  height: 44px;
  border-radius: 5px 5px 5px 5px;
  z-index: 1;
  line-height: 44px;
  text-align: center;
}
.PopularEvents .list .item .state .iconfont {
  margin-right: 4px;
  font-size: 15px;
}
.PopularEvents .list .item .state.inprogress {
  background-color: #3fc506; /* 进行中 */
}
.PopularEvents .list .item .state.upcoming {
  background-color: #d63031; /* 即将开始的颜色 */
}
.PopularEvents .list .item .state.enrolling {
  background-color: #ea7400; /* 报名中的颜色 */
}
.PopularEvents .list .item .state.ended {
  background-color: #e6e6e6; /* 已结束的颜色 */
  color: #787878;
}
.PopularEvents .list .item:not(:first-child) {
  margin-left: 25px;
}
.PopularEvents .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.5);
}
.PopularEvents .list .item:hover .imgScale img {
  transform: scale(1.2);
}
.PopularEvents .list .item .imgScale {
  height: 300px;
  border-radius: 10px 10px 0 0;
}
.PopularEvents .list .item .imgScale img {
  border-radius: 10px 10px 0 0;
}
.PopularEvents .list .item .info {
  padding: 20px;
}
.PopularEvents .list .item .info .t {
  width: 100%;
  font-weight: 500;
}
.PopularEvents .list .item .info .date {
  color: var(--theme-color);
}
.PopularEvents .list .item .info .itr {
  color: #999999;
}
.PopularEvents .list .item .info .btn {
  width: 161px;
  height: 37px;
  border-radius: 5px;
  border: 1px solid #000000;
  text-align: center;
  line-height: 35px;
}
.PopularEvents .list .item .info .btn:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.Photographer .list .item {
  width: 690px;
  height: 258px;
  background: #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}
.Photographer .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.Photographer .list .item .user .avatar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.Photographer .list .item .user .follow {
  margin-left: auto;
  width: 96px;
  height: 37px;
  background: var(--theme-color);
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
}
.Photographer .list .item .user .following {
  margin-left: auto;
  width: 96px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 37px;
  background-color: #eaebed;
  color: #161617;
}
.Photographer .list .item .gallery .imgScale {
  position: relative;
  border-radius: 5px;
}
.Photographer .list .item .gallery .imgScale.video .time {
  display: block;
}
.Photographer .list .item .gallery .imgScale.video .icon-bofang {
  display: block;
}
.Photographer .list .item .gallery .imgScale .time {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 10px;
  height: 26px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
  z-index: 9;
}
.Photographer .list .item .gallery .imgScale .icon-bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 22px;
  display: none;
  z-index: 9;
}
.Photographer .list .item .gallery .imgScale:hover img {
  transform: scale(1.2);
}
.Photographer .list .item .gallery .imgScale:not(:first-child) {
  margin-left: 20px;
}
.Photographer .list .item .gallery .imgScale:last-child .more {
  display: block;
}
.Photographer .list .item .gallery .imgScale .more {
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px 5px 5px 5px;
  position: absolute;
  text-align: center;
  line-height: 135px;
  display: none;
  z-index: 99;
}
.Photographer .list .item .gallery .imgScale img {
  width: 202px;
  height: 135px;
  border-radius: 5px;
}

.PhotographyStory {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.PhotographyStory .cont {
  height: 652px;
  border-radius: 10px;
}
.PhotographyStory .cont .swiper {
  --swiper-pagination-bullet-inactive-color: #ececec;
}
.PhotographyStory .cont .swiper .swiper-pagination-bullets {
  left: 484px;
  bottom: 20px;
  right: auto;
  top: auto;
  transform: translate(0, 0);
}
.PhotographyStory .cont .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 6px;
  height: 30px;
  border-radius: 7px;
}
.PhotographyStory .cont .swiper .swiper-slide {
  padding: 20px;
}
.PhotographyStory .cont .swiper .swiper-slide .imgs {
  height: 612px;
  justify-content: space-between;
}
.PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale {
  width: 450px;
  height: 300px;
  border-radius: 5px;
}
.PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale:hover img {
  transform: scale(1.2);
}
.PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale:first-child {
  width: 408px;
  height: 612px;
  margin-right: 10px;
}
.PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale:first-child img {
  object-fit: cover;
}
.PhotographyStory .cont .swiper .swiper-slide .info {
  padding-top: 130px;
  width: 462px;
  margin-right: 30px;
}
.PhotographyStory .cont .swiper .swiper-slide .info .btn {
  width: 99px;
  height: 37px;
  border: 1px solid #999999;
  border-radius: 5px;
  line-height: 35px;
  text-align: center;
}
.PhotographyStory .cont .swiper .swiper-slide .info .user .avatar {
  width: 63px;
  height: 63px;
  border-radius: 50%;
}
.PhotographyStory .cont .swiper .swiper-slide .info .user .name {
  max-width: 250px;
}
.PhotographyStory .cont .swiper .swiper-slide .info .t {
  display: block;
  max-width: 100%;
}
.PhotographyStory .cont .swiper .swiper-slide .info .itr {
  color: #666666;
}

.PhotographerInterview {
  padding: 50px 0;
}
.PhotographerInterview .cont {
  height: 750px;
}
.PhotographerInterview .cont .swiper {
  --swiper-pagination-bullet-inactive-color: #ececec;
}
.PhotographerInterview .cont .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 7px;
}
.PhotographerInterview .cont .swiper .item {
  width: 690px;
  height: 704px;
  border-radius: 10px;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  position: relative;
}
.PhotographerInterview .cont .swiper .item.video .icon-bofang {
  display: block;
}
.PhotographerInterview .cont .swiper .item .icon-bofang {
  position: absolute;
  left: 50%;
  top: 234px;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  display: none;
  z-index: 9;
}
.PhotographerInterview .cont .swiper .item:hover {
  background-color: var(--theme-color);
}
.PhotographerInterview .cont .swiper .item:hover .info .t {
  color: #fff;
}
.PhotographerInterview .cont .swiper .item:hover .info .itr {
  color: #fff;
}
.PhotographerInterview .cont .swiper .item:hover .info .data {
  color: #fff;
}
.PhotographerInterview .cont .swiper .item:hover .imgScale img {
  transform: scale(1.2);
}
.PhotographerInterview .cont .swiper .item .imgScale {
  width: 100%;
  height: 518px;
  border-radius: 10px 10px 0 0;
}
.PhotographerInterview .cont .swiper .item .imgScale img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.PhotographerInterview .cont .swiper .item .info {
  padding: 20px;
}
.PhotographerInterview .cont .swiper .item .info .t {
  width: 100%;
}
.PhotographerInterview .cont .swiper .item .info .itr {
  color: #999999;
}
.PhotographerInterview .cont .swiper .item .info .data {
  color: var(--theme-color);
}

.PopularTags {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.PopularTags .list .item {
  width: 331px;
  height: 279px;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 14px;
}
.PopularTags .list .item .fz18 {
  letter-spacing: 8px;
}
.PopularTags .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.PopularTags .list .item:not(:first-child) {
  margin-left: 25px;
}
.PopularTags .list .item .imgs {
  height: 205px;
  justify-content: space-between;
  align-items: start;
}
.PopularTags .list .item .imgs img {
  width: 150px;
  height: 100px;
  border-radius: 0 5px 5px 0;
  object-fit: cover;
  object-position: center;
}
.PopularTags .list .item .imgs img:first-child {
  width: 145px;
  height: 205px;
  border-radius: 5px 0 0 5px;
  margin-right: 5px;
}

.CooperativeBrand {
  padding: 50px 0;
}
.CooperativeBrand .item {
  width: 200px;
  height: 62px;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  margin-bottom: 25px;
}
.CooperativeBrand .item:not(:nth-child(6n)) {
  margin-right: 40px;
}
.CooperativeBrand .item:hover {
  border-color: var(--theme-color);
}
.CooperativeBrand .item:hover img {
  transform: scale(1.2);
}
.CooperativeBrand .item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1415px) {
  .banner {
    height: 429px;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .banner .info .t {
    font-size: 40px;
  }
  .banner .info .itr {
    font-size: 17px;
    margin-top: 13px;
  }
  .PopularImages .cont {
    height: 480px;
  }
  .PopularImages .cont .item {
    width: 285px;
    height: 190px;
  }
  .PopularEvents .list .item {
    width: 384px;
    height: 480px;
  }
  .PopularEvents .list .item:not(:first-child) {
    margin-left: 24px;
  }
  .PopularEvents .list .item .state {
    width: 100px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .PopularEvents .list .item .info .btn {
    width: 110px;
    height: 37px;
    line-height: 37px;
  }
  .PopularEvents .list .item .imgScale {
    height: 256px;
  }
  .PopularEvents .list .item .imgScale img {
    width: 384px;
    height: 256px;
  }
  .Photographer .list .item {
    width: 590px;
    height: 236px;
  }
  .Photographer .list .item .gallery .imgScale img {
    width: 170px;
    height: 113px;
  }
  .PhotographyStory .cont {
    height: 508px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs {
    height: 464px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale {
    width: 340px;
    height: 227px;
    border-radius: 5px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale:first-child {
    width: 309px;
    height: 464px;
    margin-right: 10px;
  }
  .PhotographerInterview .cont {
    height: 700px;
  }
  .PhotographerInterview .cont .swiper .item {
    width: 590px;
    height: 629px;
  }
  .PhotographerInterview .cont .swiper .item .imgScale {
    height: 443px;
  }
  .PopularTags .list .item {
    width: 285px;
    height: 246px;
  }
  .PopularTags .list .item:not(:first-child) {
    margin-left: 20px;
  }
  .PopularTags .list .item .imgs {
    height: 174px;
  }
  .PopularTags .list .item .imgs img {
    width: 127px;
    height: 85px;
  }
  .PopularTags .list .item .imgs img:first-child {
    width: 122px;
    height: 174px;
  }
  .CooperativeBrand .item {
    width: 208px;
    height: 64px;
  }
  .CooperativeBrand .item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .CooperativeBrand .item:not(:nth-child(5n)) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 462px) {
  .title {
    font-size: 16px;
  }
  .title a {
    font-size: 14px;
  }
  .title a .iconfont {
    font-size: 16px;
    margin-left: 4px;
  }
  .title-en {
    font-size: 12px;
  }
  .banner {
    margin-top: 15px;
    height: 123px;
  }
  .banner .swiper-pagination {
    bottom: 5px;
  }
  .banner .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
  .banner img {
    width: 100%;
    height: 100%;
  }
  .banner .info .t {
    font-size: 18px;
  }
  .banner .info .itr {
    font-size: 12px;
    margin-top: 5px;
  }
  .PopularImages {
    margin-top: 20px;
  }
  .PopularImages .cont {
    height: 515px;
  }
  .PopularImages .cont .swiper .swiper-pagination {
    bottom: 0;
  }
  .PopularImages .cont .swiper .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
    border-radius: 7px;
  }
  .PopularImages .cont .swiper-slide {
    justify-content: space-between;
  }
  .PopularImages .cont .item {
    width: 165px;
    height: 110px;
    margin-bottom: 15px;
  }
  .PopularImages .cont .item .info {
    bottom: 0;
    width: 160px;
    height: 31px;
  }
  .PopularImages .cont .item .info .data {
    font-size: 10px;
  }
  .PopularImages .cont .item .info .data .iconfont {
    font-size: 10px;
    margin-right: 5px;
  }
  .PopularImages .cont .item .info .data .ml10 {
    margin-left: 5px;
  }
  .PopularImages .cont .item .info .user .avatar {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
  .PopularImages .cont .item .info .user .name {
    width: 60px;
    margin-left: 4px;
    font-size: 10px;
  }
  .PopularImages .cont .item .time {
    right: 10px;
    top: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .PopularImages .cont .item .icon-bofang {
    width: 18px;
    height: 18px;
    font-size: 6px;
    line-height: 18px;
  }
  .PopularImages .cont .item:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .PopularImages .cont .item .imgScale {
    width: 165px;
    height: 110px;
  }
  .PopularEvents {
    margin-top: 20px;
    padding: 20px 0;
  }
  .PopularEvents .list {
    margin-top: 20px;
  }
  .PopularEvents .list .item {
    width: 345px;
    height: 384px;
  }
  .PopularEvents .list .item .state {
    width: 100px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .PopularEvents .list .item:hover .imgScale img {
    transform: scale(1);
  }
  .PopularEvents .list .item:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
  .PopularEvents .list .item .info {
    padding: 10px;
  }
  .PopularEvents .list .item .info .t {
    font-size: 13px;
  }
  .PopularEvents .list .item .info .date {
    font-size: 12px;
    margin-top: 5px;
  }
  .PopularEvents .list .item .info .itr {
    font-size: 12px;
    margin-top: 5px;
  }
  .PopularEvents .list .item .info .btn {
    width: 98px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .PopularEvents .list .item .imgScale {
    height: 230px;
  }
  .PopularEvents .list .item .imgScale img {
    width: 345px;
    height: 230px;
  }
  .Photographer {
    margin-top: 20px;
  }
  .Photographer .list {
    margin-top: 20px;
  }
  .Photographer .list .item {
    margin-bottom: 20px;
    width: 345px;
    height: 155px;
    padding: 10px;
    transition: none;
    box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
  }
  .Photographer .list .item .user .avatar {
    width: 28px;
    height: 28px;
  }
  .Photographer .list .item .user .info .name {
    font-size: 13px;
  }
  .Photographer .list .item .user .info .data {
    margin-top: 0;
    font-size: 12px;
  }
  .Photographer .list .item .user .info .data .ml20 {
    margin-left: 10px;
  }
  .Photographer .list .item .user .info .data .iconfont {
    font-size: 12px;
  }
  .Photographer .list .item .user .follow {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .Photographer .list .item .user .following {
    width: 66px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
  .Photographer .list .item .gallery .imgScale .time {
    top: 4px;
    right: 4px;
    padding: 0 4px;
    height: 14px;
    border-radius: 2px;
    line-height: 14px;
    font-size: 10px;
  }
  .Photographer .list .item .gallery .imgScale .icon-bofang {
    width: 12px;
    height: 12px;
    font-size: 4px;
    line-height: 12px;
  }
  .Photographer .list .item .gallery .imgScale .more {
    line-height: 67px;
  }
  .Photographer .list .item .gallery .imgScale:not(:first-child) {
    margin-left: 12px;
  }
  .Photographer .list .item .gallery .imgScale img {
    width: 100px;
    height: 67px;
  }
  .PhotographyStory {
    margin-top: 0;
    padding: 20px 0;
  }
  .PhotographyStory .cont {
    height: 439px;
  }
  .PhotographyStory .cont .swiper .swiper-pagination {
    left: 0;
    bottom: 15px;
  }
  .PhotographyStory .cont .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
  .PhotographyStory .cont .swiper .swiper-slide {
    padding: 10px;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info {
    padding-top: 15px;
    width: auto;
    margin-right: 0;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info .user .avatar {
    width: 28px;
    height: 28px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info .user .name {
    font-size: 13px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info .t {
    margin-top: 10px;
    font-size: 13px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info .itr {
    margin-top: 5px;
    font-size: 12px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .info .btn {
    margin-top: 10px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs {
    height: 225px;
    flex: 0;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale {
    width: 165px;
    height: 110px;
    border-radius: 5px;
  }
  .PhotographyStory .cont .swiper .swiper-slide .imgs .imgScale:first-child {
    width: 150px;
    height: 225px;
    margin-right: 5px;
  }
  .PhotographerInterview {
    margin-top: 0;
    padding: 20px 0;
  }
  .PhotographerInterview .cont {
    margin-top: 20px;
    height: 820px;
  }
  .PhotographerInterview .cont .swiper .swiper-pagination-bullets {
    bottom: 0;
  }
  .PhotographerInterview .cont .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 15px;
    height: 2px;
  }
  .PhotographerInterview .cont .swiper .item {
    width: 345px;
    height: 373px;
  }
  .PhotographerInterview .cont .swiper .item .info {
    padding: 10px;
  }
  .PhotographerInterview .cont .swiper .item .info .t {
    font-size: 13px;
  }
  .PhotographerInterview .cont .swiper .item .info .itr {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
  .PhotographerInterview .cont .swiper .item .info .data {
    font-size: 12px;
  }
  .PhotographerInterview .cont .swiper .item .info .data .iconfont {
    font-size: 14px;
  }
  .PhotographerInterview .cont .swiper .item .imgScale {
    height: 259px;
  }
  .PopularTags {
    padding: 20px 0;
  }
  .PopularTags .list {
    margin-top: 0;
  }
  .PopularTags .list .item {
    margin-top: 20px;
    width: 345px;
    height: 275px;
    padding: 10px;
  }
  .PopularTags .list .item .imgs {
    height: 224px;
  }
  .PopularTags .list .item .imgs img {
    width: 165px;
    height: 110px;
  }
  .PopularTags .list .item .imgs img:first-child {
    width: 156px;
    height: 224px;
  }
  .PopularTags .list .item .mt15 {
    font-size: 14px;
    margin-top: 10px;
  }
  .PopularTags .list .item:not(:first-child) {
    margin-left: 0;
  }
  .CooperativeBrand {
    padding: 20px 0 5px;
  }
  .CooperativeBrand .cont {
    margin-top: 20px;
  }
  .CooperativeBrand .list {
    justify-content: space-between;
  }
  .CooperativeBrand .item {
    width: 166px;
    height: 50px;
    margin-bottom: 15px;
  }
  .CooperativeBrand .item:not(:nth-child(6n)) {
    margin-right: 0;
  }
  .CooperativeBrand .item:not(:nth-child(5n)) {
    margin-right: 0;
  }
}
