.pc {
  background: #F5F8FF;
}
.pc .vr-box {
  border: 1px solid #D8D8D8;
  background: #fff;
  border-radius: 15px;
}
.pc .vr-box .vr-info {
  padding: 30px;
  padding-bottom: 0;
  position: relative;
}
.pc .vr-box .vr-info .vr-thumb {
  width: 550px;
  height: 350px;
  position: relative;
}
.pc .vr-box .vr-info .vr-thumb img {
  border-radius: 18px;
}
.pc .vr-box .vr-info .vr-thumb .box-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.pc .vr-box .vr-info .vr-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);
  border-radius: 18px;
}
.pc .vr-box .vr-info .vr-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;
}
.pc .vr-box .vr-info .vr-thumb .box-content .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.pc .vr-box .vr-info .vr-desc .title {
  font-size: 24px;
  padding: 0 100px;
  line-height: 36px;
  text-align: left;
  padding-left: 0px;
}
.pc .vr-box .vr-content {
  padding: 30px;
  padding-top: 0px;
  margin-bottom: 10px;
}
.pc .vr-item {
  display: block;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
}
.pc .vr-item .thumb {
  border-radius: 20px;
  overflow: hidden;
  height: 260px;
  position: relative;
}
.pc .vr-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pc .vr-item .thumb .box-content {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.pc .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);
}
.pc .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;
}
.pc .vr-item .thumb .box-content .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.pc .vr-item .info {
  padding: 10px 0;
}
.pc .vr-item .info .title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pc .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;
}
.pc .vr-item .info .view {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: flex;
  align-items: center;
}
.pc .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);
}

.mobile .vr-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.mobile .vr-item .thumb {
  width: 160px;
  height: 90px;
  margin-right: 10px;
  flex: none;
}
.mobile .vr-item .thumb img {
  border-radius: 10px;
}
.mobile .vr-item .info {
  flex: auto;
  min-width: 0;
}
.mobile .vr-item .info .title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.mobile .vr-item .info .desc {
  font-size: 12px;
  line-height: 18px;
  color: #999;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
