#live.live {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 398px);
  background: #fff;
  overflow: hidden;
  padding-top: 122px;
}
#live .breadcrumb {
  padding: 20px 0;
}
#live .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#live .breadcrumb-item:hover {
  color: #1259F0;
}
#live .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#live .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#live .breadcrumb-item:last-child {
  color: #39435A;
}
#live .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#live .category {
  padding-bottom: 36px;
  border-bottom: 1px dashed #EDEEF2;
}
#live .category .type {
  display: flex;
  margin-bottom: 23px;
}
#live .category .type:last-child {
  margin: 0;
}
#live .category .type .label {
  width: 75px;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #77798E;
}
#live .category .type .label.search {
  line-height: 31px;
}
#live .category .type .type-content {
  min-height: 31px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
  padding-right: 78px;
  position: relative;
  transition: all 0.3s ease-in-out;
  align-items: flex-start;
}
#live .category .type .type-content .type-item {
  padding: 0 16px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #EDEEF2;
  font-size: 14px;
  color: #080B31;
}
#live .category .type .type-content .type-item:hover {
  color: #4282FF;
  border-color: #4282FF;
}
#live .category .type .type-content .type-item.active {
  background: #4282FF !important;
  color: #fff !important;
  border-color: #4282FF;
}
#live .category .type .type-content .open-btn {
  display: none;
  width: 30px;
  height: 30px;
  background: url(/assets/images/meeting/icon-down-gray-3.png) no-repeat center center;
  background-size: 16px auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 1;
}
#live .category .type .type-content .open-btn:hover {
  background-image: url(/assets/images/meeting/icon-down-gray-3-act.png);
}
#live .category .type .type-container {
  flex: 1;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
  overflow: hidden;
  padding-left: 32px;
}
#live .category .type .type-container.open .open-btn {
  transform: rotate(180deg);
}
#live .category .type .type-container .input-content {
  width: 400px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EDEEF2;
  padding: 0 16px;
  display: flex;
  align-items: center;
}
#live .category .type .type-container .input-content input {
  width: 355px;
  height: 20px;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
  color: #080B31;
  border: 0 none;
  outline: none;
}
#live .category .type .type-container .input-content input::placeholder {
  color: #B4B5C1;
}
#live .category .type .type-container .input-content .search-btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 4px;
}
#live .module {
  margin-top: 50px;
}
#live .module .module-title {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px dashed #EDEEF2;
}
#live .module .module-title.border {
  border-width: 6px;
  border-image: url(/assets/images/meeting/bg-module-border.png) 0 0 6 0;
}
#live .module .module-title .title-name {
  background: url(/assets/images/meeting/icon-module-title.png) no-repeat left center;
  background-size: 26px auto;
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #15213A;
  padding-left: 34px;
}
#live .module .module-content {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 0 50px;
  gap: 31px;
}
#live .module .module-content .module-item {
  width: 318px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DBDBDB;
  overflow: hidden;
  cursor: pointer;
}
#live .module .module-content .module-item:hover {
  border-color: #C4D7F3;
  box-shadow: 2px 2px 12px 0px rgba(5, 43, 100, 0.06);
}
#live .module .module-content .module-item:hover .info .name {
  color: #1259F0;
}
#live .module .module-content .module-item .img {
  background: no-repeat center top;
  background-size: cover;
  position: relative;
  width: 318px;
  height: 180px;
}
#live .module .module-content .module-item .img .cover-img {
  opacity: 0;
  width: 318px;
  height: 180px;
}
#live .module .module-content .module-item .img .position-tips {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 37px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.8) 100%);
  backdrop-filter: blur(8px);
  font-weight: 400;
  font-size: 16px;
  color: #1259F0;
  line-height: 37px;
  text-align: center;
}
#live .module .module-content .module-item .info {
  padding: 21px 18px;
}
#live .module .module-content .module-item .info .name {
  height: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #080B31;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#live .module .module-content .module-item .info .msg {
  margin: 10px 0 16px;
}
#live .module .module-content .module-item .info .msg .time {
  background: url(/assets/images/meeting/icon-time-3.png) no-repeat left center;
  background-size: 18px;
  padding-left: 22px;
  height: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #77798E;
}
#live .module .module-content .module-item .info .play-btn {
  width: 108px;
  height: 34px;
  background: #00BDAD;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
}
#live .module .module-content .module-item .info .play-btn.end {
  background: #4282FF;
  color: #FFFFFF;
}
#live .pagination {
  margin-bottom: 80px;
  text-align: center;
}
