body {
  background: #e9eef3 !important;
}

.page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}

.menu-box {
  margin: 20px 0;
  background: #fff;
  border-radius: 10px;
}

.menu-box .swiper-slide {
  width: auto;
  display: block;
  color: #474747;
  padding: 15px 30px;
  font-size: 16px;
}

.list-box {
  min-height: 850px;
}

.menu-centent-active {
  color: #fff !important;
  background-color: #4173D8 !important;
  position: relative;
}

.menu-item-header {
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  font-size: 16px;
  color: #474747;
}

.expo-info {
  background: #fff;
  color: #333;
}

.expo-info .title {
  margin-bottom: 5px;
  line-height: 27px;
}

.desc {
  word-break: break-all;
  height: 36px;
}

.keywords {
  height: 30px;
  margin: 20px 0  0;
  overflow: hidden;
}

.keywords .tags {
  padding: 5px 10px;
  margin-right: 4px;
  border: 1px solid #FBEFE7;
  border-radius: 333px;
  background-color: #FFF6F0;
  font-size: 12px;
  color: #F17612;
}

.vr-item {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.vr-item .thumb {
  border-radius: 20px;
  overflow: hidden;
  height: 260px;
  position: relative;
}
.vr-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vr-item .thumb .box-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.vr-item .thumb .box-content .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.vr-item .thumb .box-content .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.vr-item .thumb .box-content .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.vr-item .info {
  padding: 10px 0;
}
.vr-item .info .title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr-item .info .desc {
  word-break: break-all;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 36px;
}
.vr-item .info .view {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: flex;
  align-items: center;
}
.vr-item:hover .thumb .tips-icon {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(1.2);
}

.top-category {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-category .item {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 0 20px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 40px;
}
.top-category .item:last-child {
  margin-right: 0;
}
.top-category .item.active {
  font-weight: 600;
}
.top-category .item.active:before {
  content: '';
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #df0023 0%, #fd0b55 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.m-page .vr-item {
  display: block;
  padding: 0;
  border-radius: 10px;
}
.m-page .vr-item .thumb {
  border-radius: 5px 5px 0 0;
}
.m-page .vr-item .thumb .tips-icon .icon {
  width: 50px;
  height: 30px;
}
.m-page .vr-item .thumb .tips-icon .text {
  font-size: 14px;
  color: #fff;
  padding-top: 5px;
}
.m-page .vr-item .info {
  padding: 10px;
}
.m-page .vr-item .info .title {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .vr-item .info .desc {
  word-break: break-all;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  height: 36px;
}
.m-page .top-category {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .top-category .item {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 0 10px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.m-page .top-category .item.active {
  font-weight: 600;
}
.m-page .top-category .item.active:before {
  content: '';
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background-image: linear-gradient(to right, #df0023 0%, #fd0b55 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.m-page .category-list-bar {
  margin: 10px auto;
}
