/*tab框切换*/
.nav_tab{
width:100%;
height:100rpx;
display:flex;
flex-direction:row;
}
.show{
line-height:100rpx;
text-align:center;
width: 150rpx;
color:#BDBDBD;
font-size:28rpx;
opacity: 0.5;
font-weight: 500;
}
.hidden{
line-height:100rpx;
text-align:center;
color:#FF8EA9;
width: 150rpx;
font-size:28rpx;
font-weight: 500;
}
.nav_underline{
background:#FF8EA9;
width:54rpx;
height:6rpx;
margin-top:-10rpx;
margin-left:70rpx;
border-radius:8rpx;
}
.item_bg{
width: 670rpx;
height: 200rpx;
background: #FFFFFF;
box-shadow: 0px 2rpx 8rpx 2rpx rgba(245,33,84,0.1);
border-radius: 20rpx 20rpx 20rpx 20rpx;
opacity: 1;
margin: 40rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
}
.title{
height: 39rpx;
font-size: 28rpx;
font-family: PingFang SC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 33rpx;
margin-left: 20rpx;
margin-top: 24rpx;
}
.content{
margin-left: 20rpx;
margin-top: 24rpx;
width: 436rpx;
height: 104rpx;
font-size: 24rpx;
font-family: PingFang SC-Regular, PingFang SC;
font-weight: 400;
color: #828282;
line-height: 28rpx;
}
.picture{
width: 160rpx;
height: 160rpx;
border-radius: 10rpx;
margin: 20rpx;
}