@charset "UTF-8";
@import '../../stylesheets/themes/themes';
@import '../../stylesheets/helps/mixin';
// 首页
html, body {
	background-color:$bgPrimaryColor;
}
.g-wrapper {
	width: 750px;
}
.idx {
	&-banner {
		width: 750px;
		height: 350px;
		img {
			width:100%;
			height:100%;
		}
	}
	&-list {
		margin-top: 20px;
		padding-bottom: 20px;
		background-color: $bgSecColor;
		&-title {
			position:relative;
			padding: 22px 30px 12px 30px;
			font-size: 32px;
			line-height:1.5;
			border-bottom: 1px solid $linePrimaryColor;
			color:#333;
			a {
				position:absolute;
				top:22px;
				right: 30px;
				color: $fontSecColor;
			}
		}
		&-item {
			&-outer {
				width: 370px;
				padding-top: 30px;
				margin-right: 10px;
				float: left;
				&:nth-child(2n) {
					margin-right: 0;
				}
			}
			&-inner {
				img {
					width: 370px;
					height: 370px;
				}
				p {
					padding: 14px 16px 22px 19px;
					font-size: 24px;
					line-height: 1.5;
					color:$fontPrimaryColor;
					&.price {
						padding:0 16px 0 19px;
						font-size: 32px;
						line-height: 1.0;
						color:$fontThreeColor;
					}
				}
			}
		}
	}
}