/**index.wxss**/
.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
html{
  background-color: #f9f9f9;
}
.relative{
  position: relative;
}
.picker{
  height:1.8rem;
  width:100%;
  line-height: 1.8rem;
  background-color:#fff;
  border-radius: 5px;
  text-align: center;
  color:#595757;
  font-size:0.6rem;
  padding:0 0.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
.fy-down{
  width:12px;
  margin-left:2.5px;
}
.fy-container{
  padding:10px;
}
.fy-date-container{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling: touch;
}
.fy-date-box{
  margin-top:0.8rem;
  white-space: nowrap;
}
.fy-date-item{
	
  width:100%;
  height:2.8rem;
  display: inline-block;
  border-radius: 0.4rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
  color:#585d6a;
	line-height: 1.8
}
.fy-date-mouth{
  font-size: 0.5rem;
  color:#8f939c;
  margin-top:0.4rem;
}
.fy-date-times{
	margin-top: 6px;
  font-size: 0.7rem;
  font-weight: bold;
}
.fy-date-item.active{
  background-color:#5273c3;
  color:#fff;
}
.fy-date-item.active .fy-date-mouth{
  color:rgba(255,255,255,0.7);
}
.fy-axis-item{
  position:relative;
  margin-top:0.7rem;
}
.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;
}
.temp-fjj:before {content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';display:none;width: 100%;height: 5px;}
.fy-axis-star{
  cursor: pointer;
  width:auto;
  padding:0 10px;
  height:22px;
  border:1px solid #e5e5e5;
  border-bottom:0;
  background: #fff;
  position: absolute;
  right:15px;
  top:-22px;
  z-index: 1;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-align: center;
  overflow: hidden;
}
.fy-axis-star.active{
  border:none;
  color:#fff;
}
.fy-star-bg{
  width: 100px;
  height: 47px;
  position: absolute;
  max-width: none!important;
  left: -10px;
  top: -10px;
  z-index:-1;
  display: none;
}
.fy-axis-star.active .fy-star-bg{
  display: block;
}
.fy-star-icon{
  font-size: 11px;
  line-height: 22.5px;
}
.fy-axis-content{
  display: block;
  margin-left:20px;
  margin-top:0.8rem;
  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-weight: 400;
  font-size: 17px;
  color:#1f62e4;
  text-decoration:none;
  position: relative;
}
.live-btn{
  background:url('../image/live-icon2.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 #5273c3;
  color:#5273c3;
  font-size:0.4rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;;
}
.back-live-btn{
  background-image: url('../image/back-live-icon.png');
  border:1px solid #e5a44e;
  color:#e5a44e;
}
.fy-axis-english{
  font-size: 0.6rem;
  margin-top:0.5rem;
  color:#38393a;
}
.fy-dress-icon{
  width:0.35rem;
}
.fy-axis-dress{
    color:#8f939c;
  font-size: 0.45rem;
  margin-top:0.6rem;
}
.items-session{
  margin-top:22.5px;
}
.text-col{
  color:#899bd1;
}