/* common */
.fs-18 {
  font-size: 18px;
}
.c-1C3 {
  color: #1C3256;
}
.c-819 {
  color: #819EBC;
}
.fw-bold {
  font-weight: bold;
}
.ml-5{
  margin-left: 5px;
}
.ml-10{
  margin-left: 10px;
}
.mr-20{
  margin-right: 20px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.pointer {
  cursor: pointer;
}
.bgc-0D7 {
  background-color: #0D7BFF;
}
.c-0D7 {
   color: #0D7BFF;
}
.button {
  color: #3777FE;
  font-size: 14px;
  cursor: pointer;
}
/* common */

.detail {
  padding: 86px 0 70px;
  background: #F2F2F2;
}


.detail-content {
  background: #FFFFFF;
  padding: 40px 46px;
  margin-top: 100px;
}

/* 会议头部 */
.detail-header {

}
.detail-header .detail-header-main {
  background:  url(../../../images/conf/header-icon.png) no-repeat right,#E4F1FD;
  min-height: 245px;
  padding: 30px 25px ;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-header .detail-header-main .title {
  font-weight: bold;
  color: #1C3256;
  line-height: 39px;
  font-size: 32px;
  width: 900px;
}
.detail-header .detail-header-main .key {
  color: #999;
  min-width: 70px;
}
.detail-header .detail-header-main .value {
  color: #1C3256;
  margin-left: 5px;
  font-weight: bold;
}
.detail-header .detail-header-main .value >a {
  color: #1C3256;
}
.detail-header .detail-header-sub {
  height: 65px;
  background: #F6FAFE;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}
.detail-header .detail-header-sub .unit {
  width: 790px;
}
.detail-header .detail-header-sub .num {
  font-size: 12px;
  margin-top: 5px;
}
/* 会议头部 */

.detail-main {
  width: 825px;
  margin-top: 30px;
}

/* 富文本 */
.detail-main .detail-main-richText .label{
  font-size: 16px;
  font-weight: bold;
  color: #1C3256;
  line-height: 21px;
  margin-left: 5px;
}
.detail-main .detail-main-richText .content{
  color: #222222;
  padding: 20px 10px;
  max-width: 100% !important;
  line-height: 1.8;
  word-wrap: break-word;
}
.detail-main .detail-main-richText .content * {
  max-width: 825px;
}
/* 富文本 */

/* 嘉宾 */
.detail-main .detail-main-guest .detail-main-guest-headline {
  width: 780px;
  height: 50px;
  background: linear-gradient(95deg, rgba(129,189,255,0.33) 0%, rgba(13,123,255,0) 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.detail-main .detail-main-guest .detail-main-guest-headline >img {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
.detail-main .detail-main-guest .detail-main-guest-item {
  margin-top: 30px;
  padding: 0 20px;
  width: 780px;
}
.detail-main-guest-item img {
  width: 171px;
  height: 171px;
  border-radius: 17px;
}
.detail-main-guest-item .info {
  width: 530px;
  height: 180px;
  background: #F7FBFF;
  border-radius: 20px;
  padding: 22px 0 0 30px;
}
.detail-main-guest-item .info .key {
  min-width: 80px;
  color: #6B7490;
}
.detail-main-guest-item .info .value {
  font-size: 16px;
  font-weight: bold;
  color: #1C3256;
}
.detail-main-guest-item .intro {
  width: 734px;
  height: max-content;
  font-size: 13px;
  font-weight: 400;
  color: #6D6D6D;
  line-height: 20px;
  margin-top: 20px;
}
/* 嘉宾 */
/* 小标题 */
.detail-main-headline {
  height: 16px;
  border-left: 3px solid #0D7BFF;
  line-height: 15px;
  padding-left: 10px;
  font-weight: bold;
  color: #1C3256;
  margin-top: 50px;
  font-size: 16px;
}
/* 小标题 */

/* 标签 */
.detail-main-tags {
  flex-wrap: wrap;
}
.detail-main-tags .tags-item {
  min-width: 92px;
  height: 36px;
  background: #F5F7F9;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  padding: 0 20px;
  color: #6084A5;
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
/* 标签 */

/* 收藏 */
.detail-main-collect {
  width: 760px;
  margin: 40px 0 0 30px;
  position: relative;

}

.detail-main-collect .collect-item {
  width: 80px!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.detail-main-collect .collect-item >img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.detail-main-collect .collect-item >span {
  margin-top: 10px;
  display: block;
  width: inherit;
  text-align: center;
}
.detail-main-collect .prev-button ,
.detail-main-collect .next-button{
  width: 34px;
  height: 34px;
  background: #F3F8FE;
  border-radius: 6px 6px 6px 6px;
  position: absolute;
  top: 17px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #455772;
}
.detail-main-collect .prev-button {
  left: -60px;
}
.detail-main-collect .next-button {
  right: -40px;
}
/* 收藏 */

/* 推荐 */
.detail-mian-recomment {
  margin: 20px 0;
  position: relative;
}
.detail-mian-recomment .recomment-item {
  width: 200px;
  height: 140px;
  border-radius: 10px;
  padding: 15px 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detail-mian-recomment .recomment-item p {
  font-size: 14px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
}
.detail-mian-recomment .recomment-item p .tags {
  /* width: 40px; */
  /* height: 18px; */
  background: #228CF4;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  padding: 1px 8px;
  color: #fff;
}
.detail-mian-recomment .recomment-item  .recomment-item-tag {
  width: max-content;
  height: 16px;
  background: #CBE3FF;
  border-radius: 50px;
  line-height: 16px;
  text-align: center;
  padding: 0 10px;
  color: #6084A5;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.detail-mian-recomment .recomment-item:nth-child(1n) {
  background: url('../../../images/conf/recomment-1.png');
}
.detail-mian-recomment .recomment-item:nth-child(2n) {
  background: url('../../../images/conf/recomment-2.png');
}
.detail-mian-recomment .recomment-item:nth-child(3n) {
  background: url('../../../images/conf/recomment-4.png');
}
.detail-mian-recomment .recomment-item:nth-child(4n) {
  background: url('../../../images/conf/recomment-3.png');
}
.recomment-prev,.recomment-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  cursor: pointer;
  
}
.recomment-prev:hover {
  border-right: 17px solid #228CF4;
}
.recomment-next:hover {
  border-left: 17px solid #228CF4;
}
.recomment-prev {
  left: -30px;
  border-right: 17px solid #D8EDFF;
}
.recomment-next {
  right: -30px;
  border-left: 17px solid #D8EDFF;
}


/* 推荐 */

/* 评论 */
.comment {
  margin-top: 20px;
}
.comment .button-box {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
}
.comment .button-box >button {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background: #0D7BFF;
  border-radius: 3px 3px 3px 3px;
}
.comment .comment-list {
  margin-top: 13px;
}
/* 评论 */
/* 侧边栏 */
.detail-sub {
  width: 220px;
  /* align-self: flex-start; */
}
/* 倒计时 */
.detail-sub .sub-countdown {
  width: 220px;
  height: max-content;
  background: #EFF7FF;
  border-radius: 4px ;
  margin-top: 30px;
  align-items: center;
  padding: 10px 0;
  box-sizing: border-box;
}
.detail-sub .sub-countdown .countdown-box {
  min-width: 180px;
  /*margin-bottom: 10px;*/
  text-align: center;
}
.countdown-box .countdown-item {
  min-width: 40px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 2px 2px 2px 2px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1C3256;
}
.countdown-box .unit {
  color: #1C3256;
  font-size: 12px;
  margin-top: 5p'x;
}
.detail-sub .sub-countdown .button {
  width: 178px;
  height: 30px;
  background: linear-gradient(106deg, #43B7FF 0%, #0D7BFF 100%);
  box-shadow: 0px 2px 4px 0px #A6BDDC;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.detail-sub .sub-countdown .button:hover {
  color: #eee;
}
.detail-sub .sub-countdown .paper {
  background: linear-gradient(97deg, #FFB640 0%, #F98A3A 100%);
}
.detail-sub .sub-countdown .disabled {
  background:#ccc;
  box-shadow: 0px 2px 4px 0px #EEE;
}
.detail-sub .sub-countdown .disabled:hover {
  color: #fff;
}
/* 倒计时 */

/* 往届会议 */
.sub-history {
  width: 220px;
  background: #EFF7FF;
  border-radius: 4px;
  margin-top: 20px;
  align-items: center;
}
.sub-history .history-item {
  width: 160px;
  height: 42px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px #C3D3E4;
  border-radius: 8px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  font-weight: bold;
}
.sub-history .pointer {
  width: 10px;
  height: 10px;
  background: #CCCEDB;
  box-shadow: 0px 1px 1px 0px #9CB5CD;
  border-radius: 50%;
  left: 1px!important;
  border: 2px solid #FFFFFF;
  top: 20px;
}
.sub-history .active-pointer {
  background: #0D7BFF;
  width: 12px;
  height: 12px;
  left: 0px!important;
}
.sub-history .active-item {
  background: #0D7BFF;
  color: #FFFFFF;
}
.sub-history .layui-timeline-item:before {
  top: 20px;
}
/* 往届会议 */

/* 为您推荐 */
.sub-relevance,.sub-live {
  width: 220px;
  /* height: 340px; */
  background: #EFF7FF;
  border-radius: 4px 4px 4px 4px;
  margin-top: 20px;
}
.sub-relevance .sub-relevance-headline,
.sub-live .sub-live-headline {
  margin: 0 13px;
  height: 50px;
  border-bottom: 1px solid #CCCEDB;
}
.sub-relevance .sub-relevance-headline img 
.sub-live .sub-live-headline img {
  width: 20px;
  height: 20px;
}
.sub-relevance .sub-relevance-box .relevance-item,
.sub-live .sub-live-box .live-item{
  /* height: 100px; */
  padding: 10px 15px;
  display: block;
  cursor: pointer;
}
.sub-relevance .sub-relevance-box .relevance-item:nth-child(even),
.sub-live .sub-live-box .live-item:nth-child(even) {
  background: #DFEFFC;
}
.relevance-item .hot {
  min-width: 27px;
  padding: 0 3px;
  height: 14px;
  background: linear-gradient(121deg, #0D7BFF 0%, #0D7BFF 100%);
  border-radius: 2px;
  color: #FFFFFF;
  margin-right: 5px;
}
.relevance-item .title {
  color: #3D3D3D;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
}
.relevance-item .relevance-item-tag {
  min-width: 30px;
  height: 16px;
  background: #CBE3FF;
  border-radius: 50px;
  line-height: 16px;
  text-align: center;
  padding: 0 10px;
  color: #6084A5;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.sub-relevance-box {
  max-height: 430px;
  overflow-y: auto;
}
.sub-relevance-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  scrollbar-arrow-color:red;

}
.sub-relevance-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
  scrollbar-arrow-color:red;
}
.sub-relevance-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  border-radius: 0;
  background: rgba(0,0,0,0.1);
}
/* 为您推荐 */

/* 直播预约 */
.book {
  width: 60px;
  height: 24px;
  background: #0D7BFF;
  border-radius: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.booked {
  background: #AAAAAA;
}
/* 直播预约 */

/* 广告 */
.ad {
  max-width: 220px;
  margin-top: 20px;
  overflow: hidden;
}
.ad >img {
  max-width: 220px;
}
/* 广告 */
