/* CSS Document */
body{
	overflow-x: hidden;
	background-color: #f3f3f3;

}

/*主体部分*/
.mainIndex{
	width: 7.5rem;
	margin: 0 auto;
	/*margin-top: -240px;*/
	padding-bottom: 0.4rem;
}
/*当前促销*/
	.indexSalePart{
		width: 100%;
		margin: 0.2rem auto 0 auto;
	}
		/*标题*/
		.titlePart{
			width: 7.2rem;
			margin: 0 auto;
		}
			.titleCH{
				width: 100%;
				font-size: 0.3rem;
				line-height: 0.4rem;
				color: #040404;
				text-align: center;
			}
			.titleTime{
				width: 100%;
				font-size: 0.24rem;
				line-height: 0.3rem;
				color: #777777;
				text-align: center;
			}


		/*当前促销海报*/
		.saleDMcontent{
			width: 7.2rem;
			margin: 0.2rem auto 0 auto;
		}
			.saleLink{
				width: 100%;
				margin: 0 auto;
			}
			.saleLink>img{
				width: 100%;
			}
			.saleLink:hover{
				cursor: pointer;
			}





