/* 首页样式 */
/* 重置或特殊样式 */
body {
	background-color: #F5F5F5;
}

/* 轮播大图及主要信息（图文） */
.main-info{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	background-color: #fff;
	border: #e9e9e9 solid 1px;
}
.slider-container{
	width: 45%;
}
.am-slider-default{
	box-shadow: none;
}
.am-slider-default .am-control-thumbs{
	margin-top: 12px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.am-slider-default .am-control-thumbs li{
	width: 24%;
	margin-right: 10px;
}
.am-slider-default .am-control-thumbs li:last-child{
	margin-right: 0;
}
.am-slider-default .am-control-thumbs img{
	opacity: 0.5;
}
.am-slider-default .am-direction-nav a::before{
	color: #fff;
}
.main-params{
	width: 53%;
}
.mp-title{
	height: 72px;
	line-height: 36px;
	font-size: 24px;
	color: #333333;
	padding-bottom: 1rem;
}
.mp-ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	margin: 0.5rem 0;
}
.mp-ul-list{
	width: 55%;
}
.mp-ul-meta{
	margin-bottom: 0;
	line-height: 3.6rem;
	font-size: 1.6rem;
	color: #999;
}
.mp-ul-meta .am-icon-yen::before{
	font-size: 1.6rem;
	padding-right: 4px;
}
.mp-ul-meta span,
.mp-views span{
	margin-left: 4px;
}
.mp-price{
	border-bottom: #e9e9e9 solid 1px;
	padding-bottom: 0.5rem;
}
.mp-ul-price{
	color: #abce03;
	font-size: 2.8rem;
}
.mp-ul-val{
	color: #333;
}
.mp-views{
	color: #999;
	margin: 0;
}
.drawing-gallery-show img{
	width: 15%;
	margin: 0.5%;
	/*float: left;*/
	cursor: pointer;
}

@media only screen and (max-width:1200px) {
	.slider-container,
	.main-params{
		width: 100%;
	}
	.mp-title{
		height: 60px;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.mp-ul-price{
		font-size: 2rem;
	}
	.mp-ul-meta,
	.mp-views{
		line-height: 2.4rem;
		font-size: 1.2rem;
	}    
	/*.drawing-gallery-show{
		display: flex;
		flex-direction: row;
		flex-flow: wrap;
	}*/
	
	.drawing-gallery-show img{
		width: 46%;        height: 110px;
		margin: 1%;
	}
	
	.am-slider-default .am-direction-nav a {
	    display: block;
	    width: 24px;
	    height: 24px;
	    margin: -12px 0 0;
	    position: absolute;
	    top: 40%;
	    z-index: 10;
	    overflow: hidden;
	    opacity: .45;
	    cursor: pointer;
	    color: rgba(0,0,0,.8);
	    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	    -webkit-transition: all .3s ease;
	    transition: all .3s ease;
	}
}
