.c-page{
	width: 100%;
	height: 100vh;
	min-height: 1811rpx;
	background: #F7FAFF;
	.c-header{
		padding-top: 8rpx;
		image{
			margin:23rpx 20rpx 14rpx;
			width: 710rpx;
			height: 339rpx;
			background-size: 710rpx 339rpx;
		}
	}
	.c-line{
		margin:0 30rpx;
		width: 690rpx;
		height: 110rpx;
		background: #FFFFFF;
		box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49);
		border-radius: 10rpx;
		display: flex;
		align-items: center;
		justify-content: space-between;
		.line-l{
			margin-left:30rpx;
			font-family: PingFangSC, PingFang SC;
			font-weight: 500;
			font-size: 32rpx;
			line-height: 110rpx;
			text-align: right;
			font-style: normal;
			.l-icon{
				color:#FC4D3E;
			}
			.l-text{
				color:#333333;
			}
		}
		.line-r{
			margin-right: 24rpx;
			display: flex;
			.r-val{
				padding-right: 17rpx;
				font-family: PingFangSC, PingFang SC;
				font-weight: 400;
				font-size: 32rpx;
				color: #333333;
				line-height: 45rpx;
				text-align: right;
				font-style: normal;
			}
			.r-icon{
				display: inline-block;
				margin-top:10rpx;
				width: 30rpx;
				height: 30rpx;
				background: url('https://ddh.yyhock.com/ddhMall/cate-back.png') 0 0 no-repeat;
				background-size: 100%;
			}
		}
	}
	.c-lines{
		margin-top:24rpx;
	}
	.cate-des{
		margin: 24rpx 30rpx;
		width: 690rpx;
		height: 352rpx;
		background: #FFFFFF;
		box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49);
		border-radius: 10rpx;
		.des-name{
			padding-top:32rpx;
			padding-left: 19rpx;
			height: 45rpx;
			font-family: PingFangSC, PingFang SC;
			font-weight: 500;
			font-size: 32rpx;
			color: #333333;
			line-height: 45rpx;
			text-align: left;
			font-style: normal;
		}
		.des-contain{
			margin:24rpx 35rpx; 0
			width: 620rpx;
			height: 310rpx;
			font-family: PingFangSC, PingFang SC;
			font-weight: 400;
			font-size: 28rpx;
			color: #333333;
			line-height: 40rpx;
			text-align: left;
			font-style: normal;
		}
	}
	.cate-upload{
		margin:0 30rpx;
		width: 690rpx;
		height: 402rpx;
		background: #FFFFFF;
		box-shadow: 0rpx 0rpx 10rpx 0rpx rgba(232,232,232,0.49);
		border-radius: 10rpx;
		.upload-title{
			padding-top:32rpx;
			margin-left: 19rpx;
			font-family: PingFangSC, PingFang SC;
			font-weight: 500;
			font-size: 32rpx;
			color: #333333;
			line-height: 45rpx;
			text-align: left;
			font-style: normal;
		}
		.upload-box{
			// display: flex;
			margin-top:24rpx;
			.box-tips{
				margin: 24rpx 0 38rpx 35rpx;
				font-family: PingFangSC, PingFang SC;
				font-weight: 400;
				font-size: 28rpx;
				color: #999999;
				line-height: 40rpx;
				text-align: left;
				font-style: normal;
			}
			.main-imgs{
				display: flex;
				.imgs-f{
					margin-right: 30rpx;
					width: 159rpx;
					height: 159rpx;
					border-radius: 12rpx;
					.f-image{
						margin:0rpx 32rpx 21rpx;
						width: 159rpx;
						height: 159rpx;
						background-size: 100%;
					}
				}
				.imgs-list{
					
					display: flex;
					position: relative;
					.list-img{
											
						width: 159rpx;
						height: 159rpx;
						border-radius: 12rpx;
											
					}
					.img-del-icon{
						position: absolute;
						right: 0;
						display: inline-block;
						width: 40rpx;
						height: 40rpx;
						background: url('https://ddh.yyhock.com/appStatic/feed-del.png') 0 0 no-repeat;
						background-size: 100%;
					}
				}
				.imgs-list:nth-of-type(2n){
					margin:0 10rpx;
				}
			}	
		}
	}
	.cate-footer{
		margin:24rpx 40rpx 0;
		width: 670rpx;
		height: 88rpx;
		background: linear-gradient( 137deg, #3877F5 0%, #5690FA 100%);
		border-radius: 44rpx;
		font-family: PingFangSC, PingFang SC;
		font-weight: 400;
		font-size: 32rpx;
		color: #FFFFFF;
		line-height: 88rpx;
		text-align: center;
		font-style: normal;
	}
	/* 期数 */
	.periods-card{
		.periods-card-line{
			height: 110rpx;
			font-size: 32rpx;
			font-family: PingFangSC-Regular, PingFang SC;
			font-weight: 400;
			color: #212121;
			line-height: 110rpx;
			text-align: center;
			border-bottom: 1rpx solid #F0F0F0;
		}
	}
}