@charset "UTF-8";
/*
	[@yuerpf pixels 2025]
	[@Author By DobbySoftware Dev 202505]
*/
.exhibit-index {
  background-color: #f4f4f4;
}
.exhibit-index .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;
}
.exhibit-index .state .iconfont {
  margin-right: 4px;
  font-size: 15px;
}
.exhibit-index .state.inprogress {
  background-color: #3fc506; /* 进行中 */
}
.exhibit-index .state.upcoming {
  background-color: #d63031; /* 即将开始的颜色 */
}
.exhibit-index .state.enrolling {
  background-color: #ea7400; /* 报名中的颜色 */
}
.exhibit-index .state.ended {
  background-color: #e6e6e6; /* 已结束的颜色 */
  color: #787878;
}
.exhibit-index .imgScale:hover img {
  transform: scale(1.2);
}
.exhibit-index .banner {
  width: 100%;
  height: 320px;
  --swiper-pagination-bullet-inactive-color: #fff;
  position: relative;
}
.exhibit-index .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.exhibit-index .banner .t {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.exhibit-index .wrap1 .list {
  height: 670px;
  align-content: space-between;
  justify-content: flex-start;
}
.exhibit-index .wrap1 .list .item {
  flex: 1;
  width: 685px;
  height: 210px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  position: relative;
}
.exhibit-index .wrap1 .list .item .state {
  left: 10px;
}
.exhibit-index .wrap1 .list .item:not(:last-child) {
  margin-bottom: 20px;
}
.exhibit-index .wrap1 .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.exhibit-index .wrap1 .list .item.vertical {
  height: 670px;
  flex-direction: column;
  margin-bottom: 0;
}
.exhibit-index .wrap1 .list .item.vertical .state {
  left: auto;
}
.exhibit-index .wrap1 .list .item.vertical .info .itr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 10px;
}
.exhibit-index .wrap1 .list .item.vertical .info .btn {
  display: block;
}
.exhibit-index .wrap1 .list .item.vertical .imgScale {
  border-radius: 10px 10px 0 0;
  width: 685px;
  height: 457px;
}
.exhibit-index .wrap1 .list .item.vertical .imgScale img {
  border-radius: 10px 10px 0 0;
}
.exhibit-index .wrap1 .list .item .info {
  padding: 30px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.exhibit-index .wrap1 .list .item .info .t {
  font-size: 20px;
  width: 320px;
}
.exhibit-index .wrap1 .list .item .info .btn {
  width: 109px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999999;
  line-height: 35px;
  color: #000;
  margin-top: 18px;
  display: none;
}
.exhibit-index .wrap1 .list .item .info .btn:hover {
  color: #fff;
  border-color: var(--theme-color);
}
.exhibit-index .wrap1 .list .item .info .date {
  font-size: 16px;
}
.exhibit-index .wrap1 .list .item .info .date .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.exhibit-index .wrap1 .list .item .info .itr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  margin-top: auto;
}
.exhibit-index .wrap1 .list .item .imgScale {
  border-radius: 10px 0 0 10px;
  width: 315px;
  height: 100%;
}
.exhibit-index .wrap1 .list .item .imgScale img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  object-fit: cover;
}
.exhibit-index .wrap2 .list .item {
  width: 450px;
  height: 524px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
}
.exhibit-index .wrap2 .list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.exhibit-index .wrap2 .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.exhibit-index .wrap2 .list .item .info {
  padding: 20px;
  flex: 1;
}
.exhibit-index .wrap2 .list .item .info .t {
  font-size: 20px;
  width: 320px;
}
.exhibit-index .wrap2 .list .item .info .btn {
  width: 110px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #999999;
}
.exhibit-index .wrap2 .list .item .info .btn:hover {
  border-color: var(--theme-color);
}
.exhibit-index .wrap2 .list .item .info .date {
  font-size: 16px;
}
.exhibit-index .wrap2 .list .item .info .date .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.exhibit-index .wrap2 .list .item .info .itr {
  font-size: 16px;
}
.exhibit-index .wrap2 .list .item .imgScale {
  border-radius: 10px 10px 0 0;
}
.exhibit-index .wrap2 .list .item img {
  width: 450px;
  height: 300px;
  border-radius: 10px 10px 0 0;
}

.exhibit-show .banner {
  width: 100%;
  height: 320px;
  position: relative;
}
.exhibit-show .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.exhibit-show .banner .info {
  position: absolute;
  z-index: 1;
  top: 86px;
  left: 260px;
}
.exhibit-show .banner .info .state {
  width: 112px;
  height: 44px;
  border-radius: 5px;
  margin-top: 25px;
  text-align: center;
  line-height: 44px;
}
.exhibit-show .banner .info .state .iconfont {
  margin-right: 4px;
  font-size: 15px;
}
.exhibit-show .banner .info .state.inprogress {
  background-color: #3fc506; /* 进行中 */
}
.exhibit-show .banner .info .state.upcoming {
  background-color: #d63031; /* 即将开始的颜色 */
}
.exhibit-show .banner .info .state.enrolling {
  background-color: #ea7400; /* 报名中的颜色 */
}
.exhibit-show .banner .info .state.ended {
  background-color: #e6e6e6; /* 已结束的颜色 */
  color: #787878;
}
.exhibit-show .content {
  font-size: 20px;
}
.exhibit-show .upload {
  margin: 50px auto;
  width: 263px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 25px;
  font-size: 20px;
}
.exhibit-show .upload .iconfont {
  margin-left: 10px;
}
.exhibit-show .end {
  width: 263px;
  height: 50px;
  background: #d9d9d9;
  border-radius: 25px;
  line-height: 50px;
  margin: 50px auto;
}
.exhibit-show .recommend .list .item {
  width: 335px;
  height: 223px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.exhibit-show .recommend .list .item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.exhibit-show .recommend .list .item:hover .info {
  bottom: 0;
}
.exhibit-show .recommend .list .item:hover .imgScale img {
  transform: scale(1.2);
}
.exhibit-show .recommend .list .item.video .time {
  display: block;
}
.exhibit-show .recommend .list .item.video .icon-bofang {
  display: block;
}
.exhibit-show .recommend .list .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;
}
.exhibit-show .recommend .list .item .info .user .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.exhibit-show .recommend .list .item .info .user .name {
  width: 100px;
}
.exhibit-show .recommend .list .item .info .data {
  font-size: 18px;
}
.exhibit-show .recommend .list .item .info .data .iconfont {
  font-size: 20px;
  margin-right: 10px;
}
.exhibit-show .recommend .list .item .time {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 10px;
  height: 26px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 26px;
  display: none;
}
.exhibit-show .recommend .list .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;
}
.exhibit-show .recommend .list .item .imgScale {
  width: 335px;
  height: 223px;
}
.exhibit-show .recommend .list .item .imgScale img {
  object-fit: cover;
}

.article-search {
  padding: 50px 0;
}
.article-search .state {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 112px;
  height: 44px;
  border-radius: 5px 5px 5px 5px;
  z-index: 1;
}
.article-search .state .iconfont {
  margin-right: 4px;
  font-size: 15px;
}
.article-search .state.inprogress {
  background-color: #3fc506; /* 进行中 */
}
.article-search .state.upcoming {
  background-color: #d63031; /* 即将开始的颜色 */
}
.article-search .state.enrolling {
  background-color: #ea7400; /* 报名中的颜色 */
}
.article-search .state.ended {
  background-color: #e6e6e6; /* 已结束的颜色 */
  color: #787878;
}
.article-search .tabs {
  height: 42px;
  background: #f4f9ff;
  padding: 0 50px;
}
.article-search .tabs .tab {
  line-height: 42px;
  margin-right: 85px;
}
.article-search .tabs .tab.active {
  color: var(--theme-color);
  position: relative;
}
.article-search .tabs .tab.active::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 2px;
  background: var(--theme-color);
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.article-search .list .item {
  width: 450px;
  height: 524px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.1);
}
.article-search .list .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
.article-search .list .item:hover {
  box-shadow: 0px 4px 9px 3px rgba(173, 173, 173, 0.25);
}
.article-search .list .item .info {
  padding: 20px;
  flex: 1;
}
.article-search .list .item .info .t {
  font-size: 20px;
  width: 320px;
}
.article-search .list .item .info .btn {
  width: 110px;
  height: 37px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #999999;
}
.article-search .list .item .info .btn:hover {
  border-color: var(--theme-color);
}
.article-search .list .item .info .date {
  font-size: 16px;
}
.article-search .list .item .info .date .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.article-search .list .item .info .itr {
  font-size: 16px;
}
.article-search .list .item .imgScale {
  border-radius: 10px 10px 0 0;
}
.article-search .list .item img {
  width: 450px;
  height: 300px;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 1415px) {
  .exhibit-index .wrap1 .list {
    height: 585px;
  }
  .exhibit-index .wrap1 .list .item {
    width: 585px;
    height: 178px;
  }
  .exhibit-index .wrap1 .list .item .info {
    padding: 20px;
  }
  .exhibit-index .wrap1 .list .item:not(:last-child) {
    margin-bottom: 25px;
  }
  .exhibit-index .wrap1 .list .item .imgScale {
    height: 178px;
  }
  .exhibit-index .wrap1 .list .item.vertical {
    width: 585px;
    margin-bottom: 0;
  }
  .exhibit-index .wrap1 .list .item.vertical .imgScale {
    width: 585px;
    height: 390px;
  }
  .exhibit-index .wrap2 .list .item {
    width: 384px;
    height: 480px;
  }
  .exhibit-index .wrap2 .list .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .exhibit-index .wrap2 .list .item img {
    width: 384px;
    height: 256px;
  }
  .exhibit-show .recommend .list .item {
    width: 285px;
    height: 190px;
  }
  .exhibit-show .recommend .list .item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .exhibit-show .recommend .list .item .imgScale {
    width: 285px;
    height: 190px;
  }
  .article-search .list .item {
    width: 384px;
    height: 480px;
  }
  .article-search .list .item:not(:nth-child(3n)) {
    margin-right: 24px;
  }
  .article-search .list .item img {
    width: 384px;
    height: 256px;
  }
}
@media screen and (max-width: 462px) {
  .exhibit-index .banner {
    height: 62px;
  }
  .exhibit-index .banner .t {
    font-size: 14px;
  }
  .exhibit-index .banner .swiper-pagination {
    bottom: 0;
  }
  .exhibit-index .banner .swiper-pagination-bullet {
    width: 2px;
    height: 2px;
  }
  .exhibit-index .state {
    width: 100px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .exhibit-index .wrap1 {
    margin-top: 15px;
  }
  .exhibit-index .wrap1 .list {
    height: auto;
  }
  .exhibit-index .wrap1 .list .item {
    width: 345px;
    margin-bottom: 15px;
  }
  .exhibit-index .wrap1 .list .item .state {
    width: 72px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .exhibit-index .wrap1 .list .item .info {
    padding: 10px;
  }
  .exhibit-index .wrap1 .list .item .info .btn {
    width: 98px;
    height: 30px;
    line-height: 28px;
    margin-top: 10px;
  }
  .exhibit-index .wrap1 .list .item .info .t {
    font-size: 13px;
    width: 175px;
  }
  .exhibit-index .wrap1 .list .item .info .date {
    font-size: 12px;
    margin-top: 5px;
  }
  .exhibit-index .wrap1 .list .item .info .date .iconfont {
    font-size: 14px;
  }
  .exhibit-index .wrap1 .list .item .info .itr {
    font-size: 12px;
    margin-top: 5px;
  }
  .exhibit-index .wrap1 .list .item.vertical {
    height: 384px;
    margin-bottom: 15px;
  }
  .exhibit-index .wrap1 .list .item.vertical .state {
    width: 100px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .exhibit-index .wrap1 .list .item.vertical .info .itr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: wrap;
  }
  .exhibit-index .wrap1 .list .item.vertical .imgScale {
    width: 345px;
    height: 230px;
  }
  .exhibit-index .wrap1 .list .item .imgScale {
    width: 150px;
    height: 100px;
  }
  .exhibit-index .wrap2 {
    margin-top: 15px;
  }
  .exhibit-index .wrap2 .title {
    font-size: 14px;
  }
  .exhibit-index .wrap2 .list .item {
    width: 345px;
    height: 384px;
  }
  .exhibit-index .wrap2 .list .item .info {
    padding: 10px;
  }
  .exhibit-index .wrap2 .list .item .info .t {
    font-size: 13px;
  }
  .exhibit-index .wrap2 .list .item .info .date {
    font-size: 12px;
    margin-top: 5px;
  }
  .exhibit-index .wrap2 .list .item .info .itr {
    font-size: 12px;
    margin-top: 5px;
  }
  .exhibit-index .wrap2 .list .item .info .btn {
    width: 98px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .exhibit-index .wrap2 .list .item .imgScale img {
    width: 345px;
    height: 230px;
  }
  .exhibit-show .banner {
    height: 200px;
  }
  .exhibit-show .banner .info {
    left: 15px;
    top: 55px;
  }
  .exhibit-show .banner .info .fz40 {
    font-size: 14px;
  }
  .exhibit-show .banner .info .date {
    font-size: 12px;
    margin-top: 15px;
  }
  .exhibit-show .banner .info .date .iconfont {
    font-size: 13px;
  }
  .exhibit-show .banner .info .state {
    margin-top: 15px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .exhibit-show .content {
    margin-top: 15px;
  }
  .exhibit-show .content img {
    width: 100%;
    height: 100%;
  }
  .exhibit-show .upload {
    width: 218px;
    height: 30px;
    line-height: 30px;
    margin: 30px auto;
  }
  .exhibit-show .upload .el-dropdown-link {
    font-size: 16px;
  }
  .exhibit-show .end {
    width: 218px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin: 30px auto;
  }
  .exhibit-show .recommend .fz30 {
    font-size: 16px;
  }
  .exhibit-show .recommend .list {
    justify-content: space-between;
  }
  .exhibit-show .recommend .list .item {
    width: 165px;
    height: 110px;
    margin-right: 0 !important;
  }
  .exhibit-show .recommend .list .item .info {
    bottom: 0;
    width: 160px;
    height: 31px;
  }
  .exhibit-show .recommend .list .item .info .data {
    font-size: 10px;
  }
  .exhibit-show .recommend .list .item .info .data .iconfont {
    font-size: 10px;
    margin-right: 5px;
  }
  .exhibit-show .recommend .list .item .info .data .ml10 {
    margin-left: 5px;
  }
  .exhibit-show .recommend .list .item .info .user .avatar {
    width: 12px;
    height: 12px;
    margin-top: 2px;
  }
  .exhibit-show .recommend .list .item .info .user .name {
    width: 60px;
    margin-left: 4px;
    font-size: 10px;
  }
  .exhibit-show .recommend .list .item .imgScale {
    width: 165px;
    height: 110px;
  }
  .article-search {
    padding: 15px 0;
  }
  .article-search .state {
    width: 100px;
    height: 41px;
    line-height: 41px;
    font-size: 14px;
  }
  .article-search .fz30 {
    font-size: 16px;
  }
  .article-search .fz20 {
    font-size: 14px;
  }
  .article-search .mt30 {
    margin-top: 15px;
  }
  .article-search .tabs {
    height: 30px;
    font-size: 14px;
    padding: 0 20px;
    justify-content: space-between;
    display: flex;
  }
  .article-search .tabs .tab {
    margin-right: 0;
    line-height: 30px;
  }
  .article-search .tabs .tab.active::after {
    bottom: 0;
  }
  .article-search .list .item {
    width: 345px;
    height: 384px;
    margin-bottom: 20px;
  }
  .article-search .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .article-search .list .item .info {
    padding: 10px;
  }
  .article-search .list .item .info .t {
    font-size: 13px;
  }
  .article-search .list .item .info .date {
    font-size: 12px;
    margin-top: 5px;
  }
  .article-search .list .item .info .itr {
    font-size: 12px;
    margin-top: 5px;
  }
  .article-search .list .item .info .btn {
    width: 98px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
  }
  .article-search .list .item .imgScale img {
    width: 345px;
    height: 230px;
  }
  .article-search .nodata img {
    width: 100px;
  }
}
