#right-box {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	display: flex;

	align-items: center;
	/*父控件设子控件垂直*/
	justify-content: flex-start;
	/*父控件设子控件垂直居中*/
	flex-direction: column;
}

#right-box .begin img {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

#right-box .del {
	width: 100%;
	/* height: 500px; */
	text-align: center;
	/* background: #f7f7f7; */
	margin-top: 100px;
	/* 	margin-left: 20px;
	margin-right: 20px; */
}

#right-box .del .title_sub {
	font-size: 20px;
	/* margin: 20px; */
	/* width: 600px; */
	text-align: center;
	margin-top: 15px;
	color: #baa1ce;
	display: flex;
	align-items: center;
	/*父控件设子控件垂直*/
	justify-content: center;
	/* background-color: #dfa6ff; */
	/* width: 20%; */
	/* width: 80px; */
	/* border-bottom: #010101 solid 1px; */
}

#right-box .del p {
	font-size: 40px;
	margin: 20px;
/* 	border-bottom: 1px solid;
	padding-bottom: 0.5em; */


}

#right-box .del .fixBox .shop {
	width: 100%;
	/* height: 400px; */
	display: flex;
	/* flex-direction: row; */
	flex-wrap: wrap;
	/* align-items: center; */
	/*父控件设子控件垂直*/
	justify-content: center;
	/* justify-content: space-around; */
	overflow: hidden;
	/* background-color: #442233; */
	height: 370px;
}

#right-box .del .fixBox .detail {
	width: 100%;
	/* height: 400px; */
	display: flex;
	flex-direction: column;
	/* flex-wrap: wrap; */
	align-items: center;
	/*父控件设子控件垂直*/
	justify-content: center;
	/* justify-content: space-around; */
	overflow: hidden;
	/* background-color: #62c525; */
	height: 370px;
}

#right-box .del .fixBox .shop .sImsg {
	/*float: left;*/
	/*margin: 20px 17px 0px 18px;*/
	/* width: 30%; */
	/* width: 100%; */
	height: 170px;
	overflow: hidden;
	margin: 5px;
}

#right-box .del .fixBox .shop .sImsg img {
	/* width: auto; */
	/* width:  50%; */
	/* height: 50%; */
	/* height:  auto; */

	/* width: 100%; */
	height: 100%;
}


#right-box .del .fixBox .detail .dImsg {
	display: flex;
	/*float: left;*/
	/*margin: 20px 17px 0px 18px;*/
	/* width: 30%; */
	align-items: center;
	/*父控件设子控件垂直*/
	justify-content: center;
	width: 90%;
	height: 90%;
	/* overflow: hidden; */
	margin: 5px;
	/* background-color: #ffe6bb; */
}

#right-box .del .fixBox .detail .dImsg img {
	/* width: auto; */
	/* width:  50%; */
	/* height: 50%; */
	/* height:  auto; */
	display: flex;
	width: 290px;
	height: 290px;
	/* 	width:  90%;
	height:  90%; */
}

#right-box .del .fixBox .detail .text {

	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	height: 90%;
	overflow: hidden;
	margin: 5px;
	/* background-color: #990099; */
	text-align: left;

	/* word-wrap: break-word; */
	word-break: break-all;
	flex-wrap: wrap;

}