.content {
	/* background: #fff; */
  background: url(./../../../images/mobile/bg_img.png) no-repeat;
  background-size: contain;
}
/* tab切换栏 */
.rec-tab {
  padding: 0.18rem 0.2rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rec-tab span{
  line-height: 0.54rem;
  font-size: 0.26rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  text-align: center;
  border: 1px solid #AEAEAE;
  border-radius: 6px;
  padding: 0rem 0.1rem;
}
.rec-tab span:last-of-type{
	margin-right: 0;
}
/* tab切换栏按钮选中样式 */
.rec-tab span.tab-active{
  color: #0166FF;
  border: 1px solid #BED8FF;

}

/* 内容区域 */
.dic_main {
  width: 6.6rem;
  padding: 0.16rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #353434;
  border-bottom: 0.01rem solid #b8b8b9;
}
.dic_main:last-child {
  border-bottom: none;
}

.dic_main>div{
  line-height: 0.6rem;
  font-size: 0.28rem;
  font-weight: 400;
}
.dic_date {
	font-size: 0.28rem;
	font-family:PingFangSC-Medium;
	font-weight: 400;
  float: left;
}

/* 开始 */
.dic_content {
	width: 100%;
}

/* 标题栏 */
.dic-title {
	width: 100%;
	height: 1rem;
	line-height: 1rem;
	box-sizing: border-box;
	/* background: url(../../images/mobile/record_bg.png); */
	background-size: 7.5rem 0.8rem;
	color: #333333;
	font-size: 0.30rem;
	font-family: PingFangSC-Medium;
	font-weight: bold;
  border-bottom: 0.01rem solid #b8b8b9;
}

.recode {
	/* width: 7.5rem; */
	height: 0.96rem;
	line-height: 0.96rem;
	padding: 0 0.24rem;
	color: #333333;
	font-size: 0.30rem;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	box-sizing: border-box;
}
.dic_main .athleteList_item{
	/* line-height: 0.56rem; */
}
.dic_main .athleteList_box{
  width: 3.3rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium;
  float: left;
}
.dic_main .resultBox{
  float: right;
}
.dic_main .recordName_event{
  font-size: 0.2rem;
  font-family: PingFangSC-Medium;
}

.dic_main .recordName{
  float: right;
  color: #0166FF;
}
.sportImgbox{
  float: left;
  margin-left: 0.2rem;
}

.sportImgbox img{
  width: 0.48rem;
  height: 0.48rem;
}
.sportImgbox span{
  font-family: 'PingFang SC';
  font-weight: 400;
  font-size: 0.28rem;
  color: #1159A4;
}
.dic_content .icon_btn_down{
  float: right;
  margin-right: 0.2rem;
  font-size: 0.2rem;
  transition: all 0.2s linear 0s;
  transform: rotate(270deg);
}
.dic_content .active .icon_btn_down {
  transform: rotate(360deg);
}
