
	body {
		background-image: none !important;
		background-color: #F8F6F5 !important;
	}
	.main{
		display: none;
	}
	.ydd_main{
		display: inline-block;
		width: 100%;
	}
	.ydd_header{
		width: 100%;
		height: 80px;
		background: #B82F27;
		font-size: 36px;
		color: #FFFFFF;
		font-weight: 500;
		text-align: center;
		line-height: 80px;
		margin-top: 10px;
  }
  .ydd_center{
	width: 100%;
	padding: 60px;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 70px;
	overflow: hidden;
  }
  .ydd_center>div{
	width: 630px;
	height: 340px;
	box-shadow: 0px 8px 12px 0px rgba(202,174,174,0.62);
	border-radius: 16px;
  }
  .ydd_img{
	width: 100%;
	height: auto;
  }
  .ydd_img img{
	width: 100%;
	height: 100%;
  }
  .ydd_text{
	width: 100%;
	height: 129px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .ydd_text img{
	width: 340px;
	height: 76px;
  }


