#live.live {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: calc(100vh - 398px);
  background: #fff;
  overflow: hidden;
  padding-top: 82px;
}
#live .title {
  line-height: 22px;
  font-size: 22px;
  font-weight: bold;
  color: #282c39;
  text-align: center;
}
#live .title.future {
  padding-bottom: 20px;
}
#live .title.future.white {
  color: #fff;
}
#live .title.future .bg-left {
  background-image: url(/assets/images/medical/future-title-1.png);
}
#live .title.future .bg-right {
  background-image: url(/assets/images/medical/future-title-2.png);
}
#live .title.finish {
  line-height: 62px;
}
#live .title.finish .bg-left {
  background-image: url(/assets/images/medical/finish-title-1.png);
}
#live .title.finish .bg-right {
  background-image: url(/assets/images/medical/finish-title-2.png);
}
#live .title .bg {
  padding: 0 20px;
  background: no-repeat center center;
}
#live .tag {
  line-height: 25px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 6px 0 0;
  padding: 0 6px;
}
#live .tag .icon {
  font-size: 12px;
  margin-right: 2px;
}
#live .tag.orange {
  background: #ff8454;
}
#live .tag.green {
  background: #07aea0;
}
#live .tag.purple {
  background: #637cef;
}
#live .tag.grey {
  background: #929098;
}
#live .tag .live-icon {
  width: 74px;
  height: 25px;
  background: url(/assets/images/medical/liveing.gif) no-repeat center center;
  background-size: 74px 25px;
  transform: translateX(-6px);
}
#live .live-future {
  background: url(/assets/images/medical/live-home-bg.png) no-repeat center top;
  background-size: 2560px 250px;
  background-color: #f6f8fa;
  padding: 80px 0 1px;
}
#live .live-future .top {
  width: 1200px;
  height: 350px;
  background: no-repeat center top;
  background-size: 1200px 350px;
  margin: 0 auto 50px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}
#live .live-future-content {
  padding-bottom: 40px;
}
#live .live-future-content .live-box {
  width: 1200px;
  background: #fff;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  overflow-x: auto;
  border-radius: 20px;
  padding: 20px 10px 30px 20px;
  margin: 0 auto;
}
#live .live-future-content .live-box .box-item {
  display: inline-block;
  width: 370px;
  box-sizing: border-box;
  cursor: pointer;
}
#live .live-future-content .live-box .box-item-content {
  padding-bottom: 70px;
}
#live .live-future-content .live-box .box-item-content .img {
  width: 100%;
  height: 195px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
}
#live .live-future-content .live-box .box-item-content .img .img-bg {
  width: 100%;
  height: 195px;
  background: no-repeat center center;
  background-size: 100% 195px;
  transition: all 0.3s ease-in-out;
}
#live .live-future-content .live-box .box-item-content .img .img-bg:hover {
  transform: scale(1.2);
}
#live .live-future-content .live-box .box-item-content .text {
  padding: 10px 20px;
  background: #f5f8fa;
  border-radius: 0 0 10px 10px;
}
#live .live-future-content .live-box .box-item-content .text .name {
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #282c39;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#live .live-future-content .live-box .box-item-content .text .type {
  line-height: 24px;
  font-size: 12px;
  color: #282c39;
}
#live .live-future-content .live-box .box-item-content .text .type .icon {
  font-size: 12px;
  color: #b0b5be;
  margin-right: 2px;
}
#live .live-future-content .live-box .box-item-content .text .type .icon.type-name {
  color: #637cef;
}
#live .live-future-content .live-box .box-item-content .text .host {
  line-height: 24px;
  font-size: 12px;
  color: #282c39;
}
#live .live-future-content .live-box .box-item-content .text .host .icon {
  font-size: 12px;
  color: #b0b5be;
  margin-right: 2px;
}
#live .live-future-content .live-box .box-item-content .text .desc {
  height: 100px;
  line-height: 22px;
  font-size: 13px;
  color: #576a7d;
  white-space: initial;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#live .live-future-content .live-box .box-item-content .text .btn {
  width: 200px;
  height: 36px;
  background: #637cef;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin: 40px auto;
  cursor: pointer;
}
#live .live-future-content .live-box .box-item-content .text .btn .btn-border {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  font-size: 12px;
  vertical-align: bottom;
}
#live .live-future-content .live-box .box-item:last-child {
  padding: 0;
}
#live .live-future-content .live-box .box-item .time {
  line-height: 42px;
  font-size: 12px;
  color: #282c39;
  text-align: center;
  border-top: 1px solid #e7eaee;
  position: relative;
}
#live .live-future-content .live-box .box-item .time::after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background: #07aea0;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}
#live .live-future-content .live-box .time {
  line-height: 42px;
  font-size: 12px;
  color: #282c39;
  text-align: center;
  border-top: 1px solid #e7eaee;
  padding-right: 22px;
  position: relative;
}
#live .live-future-content .live-box .time::after {
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  background: #07aea0;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(calc(-50% - 9px));
}
#live .live-future-content .live-box .swiper-button-group {
  width: 100px;
  height: 32px;
  border: 1px solid #e7eaee;
  border-radius: 15px;
  position: relative;
  margin: 30px auto 0;
  transform: translateX(-5px);
}
#live .live-future-content .live-box .swiper-button-group::after {
  display: block;
  width: 1px;
  height: 20px;
  content: '';
  background: #e5e5e5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#live .live-future-content .live-box .swiper-button-group .btn-icon {
  width: 50px;
  height: 30px;
  background: none;
  line-height: 30px;
  font-size: 14px;
  color: #b0b3c2;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: 0;
}
#live .live-future-content .live-box .swiper-button-group .btn-icon.left {
  left: 0;
}
#live .live-future-content .live-box .swiper-button-group .btn-icon.left .icon {
  display: inline-block;
  transform: rotate(90deg);
}
#live .live-future-content .live-box .swiper-button-group .btn-icon.right {
  right: 0;
}
#live .live-future-content .live-box .swiper-button-group .btn-icon.right .icon {
  display: inline-block;
  transform: rotate(-90deg);
}
#live .live-finish-content {
  background: #fff;
  padding: 20px 0 30px;
}
#live .live-finish-content-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#live .live-finish-content-box .search {
  width: 244px;
  font-size: 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  float: right;
}
#live .live-finish-content-box .search-input {
  width: 200px;
  height: 34px;
  color: #858a93;
  outline: none;
  padding: 0 15px;
  border: 0 none;
}
#live .live-finish-content-box .search-input.hide {
  display: none;
}
#live .live-finish-content-box .search-btn {
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 34px;
  font-size: 14px;
  color: #637cef;
  text-align: center;
  border-left: 1px solid #eee;
  cursor: pointer;
}
#live .live-finish-content-box .scroll-bar {
  width: 100%;
  line-height: 0;
  padding: 10px 15px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
#live .live-finish-content-box .scroll-bar-item {
  display: inline-block;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
  color: #6f727c;
  padding: 0 12px;
  margin-right: 12px;
  cursor: pointer;
}
#live .live-finish-content-box .scroll-bar-item:last-child {
  margin: 0;
}
#live .live-finish-content-box .scroll-bar-item.active {
  color: #282c39;
  font-weight: bold;
  position: relative;
}
#live .live-finish-content-box .scroll-bar-item.active::after {
  display: block;
  content: '';
  width: 50px;
  height: 1px;
  background: #637cef;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#live .live-finish-content-box .content-box {
  padding-top: 30px;
  overflow: hidden;
}
#live .live-finish-content-box .content-box .content-item {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
#live .live-finish-content-box .content-box .content-item:nth-child(4n) {
  margin-right: 0;
}
#live .live-finish-content-box .content-box .content-item .img {
  width: 100%;
  height: 160px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}
#live .live-finish-content-box .content-box .content-item .img .img-bg {
  width: 100%;
  height: 160px;
  background: no-repeat center center;
  background-size: 100% 160px;
  transition: all 0.3s ease-in-out;
}
#live .live-finish-content-box .content-box .content-item .img .img-bg:hover {
  transform: scale(1.2);
}
#live .live-finish-content-box .content-box .content-item .text {
  padding: 6px 8px 10px 10px;
  border: 1px solid #e8ebf0;
  border-top: 0 none;
  border-radius: 0 0 6px 6px;
}
#live .live-finish-content-box .content-box .content-item .text .live-name {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #292b31;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#live .live-finish-content-box .content-box .content-item .text .live-type {
  line-height: 22px;
  font-size: 12px;
  color: #858a93;
}
#live .live-finish-content-box .content-box .content-item .text .live-type .icon {
  font-size: 12px;
  margin-right: 2px;
}
#live .live-finish-content-box .content-box .content-item .text .live-type .icon.type-name {
  color: #637cef;
}
#live .live-finish-content-box .content-box .content-item .text .live-host {
  line-height: 22px;
  font-size: 12px;
  color: #858a93;
}
#live .live-finish-content-box .content-box .content-item .text .live-host .icon {
  font-size: 12px;
  margin-right: 2px;
}
#live .live-finish-content-box .content-box .content-item .text .live-host .host {
  margin-right: 20px;
}
#live .popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#live .popup-content {
  width: 350px;
  height: 442px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#live .popup-content .top {
  height: 48px;
  border-bottom: 1px solid #eee;
  position: relative;
}
#live .popup-content .top .close {
  width: 48px;
  height: 48px;
  cursor: pointer;
  float: right;
}
#live .popup-content .top .close::before,
#live .popup-content .top .close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 14px;
  top: 56%;
  right: 20px;
  margin-top: -2px;
  background: #b0b5be;
}
#live .popup-content .top .close::after {
  transform: rotate(-45deg);
}
#live .popup-content .top .close::before {
  transform: rotate(45deg);
}
#live .popup-content .qr-code {
  width: 290px;
  height: 290px;
  background: no-repeat center center;
  background-size: 290px 290px;
  margin: 30px auto;
}
#live .popup-content .tips {
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
::-webkit-scrollbar {
  width: 8px;
  height: 0;
  background-color: #eef2f5;
}
::-webkit-scrollbar-thumb {
  background: #dee4ea;
  border-radius: 6px;
}
::-webkit-scrollbar-button {
  height: 0;
  color: #999999;
  background: #eeeeee;
}
