﻿.detail {
  display: flex;
  justify-content: space-between;
}
.detail .detail-left {
  width: 900px;
  margin-right: 15px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.detail .detail-left .detail-title {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.detail .detail-left .detail-target {
  display: flex;
  justify-content: space-between;
}
.detail .detail-left .detail-target .target-info .layui-icon {
  font-size: 12px;
  margin: 0 8px;
}
.detail .detail-left .detail-target .target-control {
  cursor: pointer;
}
.detail .detail-left .detail-info {
  margin-top: 20px;
}
.detail .detail-left .detail-tail {
  margin-top: 20px;
}
.detail .detail-left .detail-tail .detailTail-list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.detail .detail-left .detail-tail .detailTail-list .detailTail-list-item {
  width: 50%;
  height: 30px;
  line-height: 30px;
}
.detail .detail-left .detail-tail .detailTail-list .detailTail-list-item .layui-badge-dot {
  margin-right: 7px;
}
.detail .detail-left .detail-tail .detailTail-list .detailTail-list-item a:hover {
  color: #01aaed;
}
.detail .detail-right {
  width: 300px;
  background-color: #fff;
}
.detail .detail-right .synopsis {
  box-sizing: border-box;
  padding: 10px;
}
.detail .detail-right .synopsis .qrCode {
  text-align: center;
  height: 260px;
  line-height: 260px;
}
.detail .detail-right .synopsis .qrCode img {
  max-width: 90%;
}
.detail .detail-right .boom {
  box-sizing: border-box;
}
.detail .detail-right .boom .boom-title {
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.detail .detail-right .boom .boom-title .boom-title-left {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.detail .detail-right .boom .boom-title .boom-title-right {
  font-size: 12px;
  color: #999;
}
.detail .detail-right .boom .boomList {
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 10px;
}
.detail .detail-right .boom .boomList .boomList-item {
  height: 30px;
  line-height: 30px;
}
