﻿﻿/*
 * @Author: MEDCON 
 * @Date: 2021-04-15 13:46:36 
 * @Last Modified by:   MEDCON美迪康会务通学术会议服务平台 
 * @Last Modified time: 2021-04-15 13:46:36 
 */
.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.fy-msg-box{
  padding:0.6rem;
  background-color:#5273c3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.fy-msg-title{ 
  margin-top:0.4rem;
  color:rgba(255,255,255,0.5);
  position: relative;
}
.live-btn{
  background:url('../image/live-icon.png') no-repeat 0.35rem center;
  -webkit-background-size:  0.6rem auto;
  background-size: 0.6rem auto;
  padding:0.2rem 0.5rem;
  padding-left:1rem;
  border:1px solid #fff;
  color:#fff;
  font-size:0.4rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;;
  position: absolute;
  right:0px;
  top:-0.5rem;
}
.back-live-btn{
  background-image: url('../image/back-live-icon2.png');
}
.fy-msg-time{
  font-size: 0.9rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.fy-english-month{
  font-size: 0.6rem;
  margin-left:0.4rem;
}
.fy-msg-content{
  color:#fff;
  font-size: 0.5rem;
  margin-top:0.6rem;
}
.date-icon{
  width:0.5rem;
}
.fy-date-time{
  font-size: 0.55rem;
}
.fy-date-time,.dress-text{
  margin-left:4px;
}
.dress-icon{
  margin-left:1.2rem;
  width:0.4rem;
}
.fy-msg-desc{
  border-top:1px solid rgba(255,255,255,0.2);
  margin-top:0.6rem;
  font-size: 0.5rem;
  font-weight: bold;
  color:#fff;
  padding:0.6rem 0 0.4rem 0;
}
.fy-person{
  border:1px solid #e5e5e5;
  border-top:none;
  border-bottom-left-radius:13px;
  border-bottom-right-radius:13px;
}
.fy-person{
  padding:0 0.6rem;
  background: #fff;
}
.fy-person-title{
  font-size: 0.6rem;
  font-weight: bold;
  color:#585d6a;
  padding-top:0.6rem;
}
.fy-person-card{
  border-bottom:1px solid #eaf0fd;
}
.fy-person-card span{
  padding:5px 12px;
  line-height: 1;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  background-color: #eaf0fd;
  display: inline-block;
}
.fy-person-item{
  border-bottom: 1px solid #e6e7e9;
}
.fy-person-item:last-child{
  border-bottom:none;
}
.fy-person-box{
  padding:0.6rem 0;
}
.fy-person-box{
  justify-content: flex-start;
}
.fy-person-img{
  /* height: 1.65rem !important;
  width:1.65rem; */
  margin-right:0.35rem;
  border-radius: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position: center top;
}
.fy-person-msg {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.fy-person-msg-name{
  font-size: 0.6rem;
  color:#585d6a;
}
.fy-person-msg-dress{
    color:#989898;
  font-size: 0.5rem;
  margin-top:0.15rem;
}
.fy-axis-box{
  margin-top:0.5rem;
  position: relative;
}
.fy-axis-item{
  position:relative;
  margin-top:0.5rem;
}
.fy-time-axis{
  margin-top:0.8rem;
}
.fy-axis-icon{
  width:0.25rem;
  height:0.25rem;
  display: inline-block;
  border:3px solid #5273c3;
  border-radius: 50%;
}
.fy-time-date{
  display: inline-block;
  margin-left:0.5rem;
  font-weight: bold;
  font-size: 0.58rem;
  color:#585d6a;
}
.fy-time-date .live-btn{
  background-color: #5181f1;
  position:static;
}
.fy-axis-content{
  display: block;
  margin-left:21px;
  margin-top:0.4rem;
  box-sizing: border-box;
  border:1px solid #e5e5e5;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  position: relative;
  padding:0.6rem;
  background-color:#fff;
  z-index:2;
}
.fy-axis-content:before{
  display: block;
  content: '';
  position: absolute;
  left:-16px;
  top:-11px;
  width:2px;
  height:calc(100% + 25px);
  background-color:#d2d4d7;
}
.fy-axis-title{
  font-size: 0.6rem;
  color:#38393a;
  font-weight: bold;
}
.temp-fjj:before {content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';display:none;width: 100%;height: 5px;}
.fy-axis-english{
  font-size: 0.6rem;
  margin-top:0.5rem;
  color:#38393a;
}
.fy-axis-star{
  cursor: pointer;
  padding:0 0.3rem;
  height:1.2rem;
  border:1px solid #e5e5e5;
  background: #fff;
  position: absolute;
  right:0.6rem;
  top:0.3rem;
  z-index: 1;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
}
.fy-axis-star.active{
  border:none;
  color:#fff;
}
.fy-star-bg {
  display: none;
  width: 5rem;
  height: 2.5rem;
  position: absolute;
  left: -0.5rem;
  top: -0.7rem;
  z-index: -1;
  max-width: none !important;
}
.fy-star-icon{
  font-size: 0.45rem;
  line-height: 0.9rem;
  color:#333;
}
.fy-axis-star.active .fy-star-bg{
  display: block;
}
.fy-axis-star.active .fy-star-icon{
  color:#fff;
}

