﻿
* {
	padding: 0;
	margin: 0;
}

#containerBody {
	min-width: 1200px;	
	width: 100%;
	height: 100%;
	background-color: #EFEFEF;
}

.indexBannerD9 {
	min-width: 1200px;
	padding: 0;
	margin: 0;
}

.centerBlock{
	display: block;
	max-width: 100%;
	height: auto;
}

/*-----最新上架----------*/
.mainContainer {
	overflow: hidden;
	width: 1200px;
	height: auto;
	margin: 61px auto 0;
}

.newProduce {
	width: 1200px;
	height: 52px;
	background-color: #fff;
	line-height: 52px;
	margin: 0 auto;
	overflow: hidden;
}

.newProduce a {
	display: block;
	float: right;
	font-size: 20px;
	color: #373737;
	text-decoration: none;
}
.newProduce a:hover {font-size: 21px; }

.horizonLine {
	margin: 25px auto 0;
	width: 436px;
	height: 2px;
	background: #C3C3C3;
}

.newProduce p {
	width: 130px;
	margin: -14px auto 0;
	text-align: center;
	font-size: 24px;
	background: #fff;
	line-height: 23px;
	color: #222;
}

/*.newProduceBox {
	overflow: hidden;
	width: 1200px;
	height: auto;
	margin: 0 auto 69px;
}*/

/*ul.ulCommen { list-style-type: none; }
ul.ulCommen li { 
	position: relative;
	display: inline-block; 
	float: left; 
	margin-bottom: 16px;
}*/

/*ul.newProduceList, ul.packageList {
	width: 1200px;
	height: auto;
	margin: 16px auto 0;
	padding: 0 2px;
}*/

/*ul.newProduceList li {
    margin-right:16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 287px;
	height: 385px;
	padding: 6px;
	background: #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
}
ul.newProduceList li:nth-child(4n) { margin-right: 0px; }*/

/*.imgBox { width: 275px; height: 275px;overflow: hidden; margin-bottom: 20px;}
.imgBox img { width: 100%;	height: 100%; object-fit: cover; transition: all .2s;}
.imgBox img:hover {
	transform: scale(1.2);
}*/

/*.newProduceList p { font-size: 16px; color: #222; }
.produceDatail {
	width: 93%;
	height: 40px;
	margin: 15px auto 10px;
	line-height: 20px;
	text-align: justify;
	text-overflow: ellipsis;
	overflow: hidden;
}
.producePrice {
	display: inline-block;
	width: 35%;
	padding-left: 11px;
}*/

/*.producePrice span { font-size: 13px; }*/
/*a.shopCar {
	display: inline-block;
	float: right;
	width: 27%;
	padding-right: 11px;
	font-family: "iconfont" !important;
	text-align: right;
	font-size: 15px;
	color: #727272;
}*/
.carImg {
	display: inline-block;
	height: 18px;
  width: 18px;
  margin-right: 2px;
	background: url(/themes/dsdx/images/shop.png) no-repeat;
	background-position: 0px -55px;
}

.shopCar:hover .carImg { background-position: -38px 0px; }
.shopCar:hover { font-size: 18px; color: #cf000e !important; transition: all .1s;}

/*-----套餐搭配-----*/
ul.packageList li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 590px;
	height: 440px;
	padding: 11px;
	background: #fff;
    text-align: center;
    cursor: pointer;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
}
ul.packageList li:not(:last-child) { margin-right: 16px; }

.packageList .imgBox { width: 568px; height: 339px;overflow: hidden; margin-bottom: 20px;}
.packageList .imgBox img { width: 100%;	height: 100%; object-fit: cover; }

.pano-item h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    line-height: 34px;
}

.pano-item .oldprice {
    font-size: 14px;
    line-height: 24px;
    text-decoration: line-through;
}

.pano-item .newprice {
    font-size: 14px;
    line-height: 24px;
    color: #cf000e !important;
    margin-left: 10px;
}



.packageDetail {
	width: 90%;
	height: 20px;
	margin: 0 auto;
	font-size: 20px;
	color: #222;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.packagePrice {
	width: 90%;
	height: auto;
	margin: 10px auto 0;
	font-size: 16px;
	color: #6B6B6B;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.packagePrice span {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 3px;
    color: #fff;
    background: #999;
}




/*----the end-------*/