* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	background: #FFFFFF;
}
img {
	display: inline;
}
.detailsMain_main_right_ul li.spjs,
.detailsMain_main_right_ul li.sppj
{
		display: none;
}
#header .header .head{
	display: flex;
	justify-content:space-around;
	align-items: center;
	height: 60px;
	line-height: 60px;
}
.welcomeSpeech img{
	width: 200px;
	vertical-align: middle;
}
.index_main {
	/*width: 1200px;*/
	margin: 30px auto 0;
}

.search {
	width: 540px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

.search input[type="text"] {
	width: 420px;
	height: 100%;
	/*border: 2px solid #EA3C3D;*/
	border: 2px solid #409eff;
	padding-left: 32px;
	color: #CCCFD7;
	font-size: 14px;
	float: left;
}

.search input[type="text"]::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #CCCFD7;
	font-size: 14px;
}

.search input[type="text"]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CCCFD7;
	font-size: 14px;
}

.search input[type="text"]:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #CCCFD7;
	font-size: 14px;
}

.search input[type="button"] {
	width: 120px;
	height: 100%;
	/*border: 1px solid #EA3C3D;*/
	border: 1px solid #409eff;
	/*background: #EA3C3D;*/
	background: #409eff;
	float: left;
	color: #FFFFFF;
	font-size: 20px;
}

.search img {
	position: absolute;
	top: 12px;
	left: 9px;
}

.recommend {
	overflow: hidden;
	margin-top: 10px;
}

.recommend_left {
	width: 200px;
	float: left;
}

.recommend_left .title {
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 16px;
	/*background: #EA3C3D;*/
	background: #409eff;
	color: #FFFFFF;
	font-size: 16px;
}

.recommend_ul {
	width: 100%;
	height: auto;
	border: 1px solid #CCCCCC;
	/*padding: 0 10px 10px 10px;*/
	position: absolute;
	background:#fff;
	z-index: 10;
	text-align: center;
	left: -15%;
	display: none;
}

.recommend_li {
	/*padding-top: 20px;*/
	/*padding-bottom: 10px;*/
	border-bottom: 1px solid #CCCCCC;
	line-height: 44px;
	color: #FFFFFF;
	font-size: 16px;
	/*margin-right: 30px;*/
}
.product_li:hover .recommend_ul{
	display: block;
}
.recommend_ul li a p {
	font-size: 16px;
	color: #333333;
}

.recommend_ul li a p img {
	float: left;
	margin-top: 2px;
	margin-right: 12px;
}

.recommend_ul li a p span {
	font-size: 12px;
	color: #333333;
	margin-right: 10px;
}

.recommend_right {
	/*float: left;*/
	/*margin-left: 10px;*/
	/*width: 990px;*/
	overflow: hidden;
}

.recommend_right_top {
	/*width: 100%;*/
	height: 44px;
	/*background: #EA3C3D;*/
	background:#409eff;
	padding: 0 21%;
}

.recommend_right_top .recommend_right_top_li{
	line-height: 44px;
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	margin-right: 30px;
	position: relative;
	cursor: pointer;
	width: 10%;
}

.swiper-container {
	/*width: 760px;*/
	width: 100%;
	/*height: 4.66rem;*/
	/*margin-top: 10px !important;*/
	/*float: left;*/
}

.swiper-pagination-bullet-active {
	background: #66CC66;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a, .swiper-slide img{
	display: inline-block;
	width: 100%;
}
.recommend_right_right{
	width: 218px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	height: 478px;
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
.recommend_right_right img{
	display: block;
	margin: 36px auto 0;
}
.recommend_right_right .tishi{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin-top: 14px;
}
.button_div{
	text-align: center;
	/*margin-top: 13px;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	/*padding-bottom: 33px;*/
}
.button_div input{
	width: 46px;
	height: 22px;
	border: 1px solid #666666;
	font-size: 12px;
	color: #666666;
	border-radius: 11px;
	margin: 0 5px;
}
.recommend_right_right .title{
	font-size: 16px;
	color: #000000;
	text-align: center;
	margin-top: 39px;
}
.recommend_right_right .inner{
	color: #666666;
	font-size: 12px;
	margin-top: 9px;
}
.recommend_right_right .inner span{
	color: #FF0000;
	font-size: 12px;
}
.notice{
	/*width: 1200px;*/
	margin: 0 auto;
	line-height: 30px;
	background: #f4f3f3;
	overflow: hidden;
	padding: 0 17%;
}
.notice p{
	display: inline-block;
	float: left;
	margin-left: 20px;
	font-size: 14px;
}
.secondkill{
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}
.section-title{
	text-align: center;
	line-height: 30px;
	font-size: 28px;
	color: #333;
	margin: 20px 0;
}
.section-title:after{
	display: block;
	content: '';
	width: 38px;
	height: 3px;
	margin: 15px auto 0;
	background-color: #409eff;
}
.secondkill_left{
	float:left;
	width: 200px;
	height: 284px;
	background: url(../img/secondkill.png);
	background-size:100% 100%;
}
.secondkill_right{
	float:right;
	width: 220px;
	height: 276px;
	background: url(../img/guangao.png);
	background-size:100% 100% ;
}
.secondkill_ul{
	float: left;
	overflow: hidden;

}
.secondkill_ul li{
	float: left;
	width: 184px;
	height: 276px;
	border: 1px solid #CCCCCC;
	margin-left: 9px;
}
.secondkill_ul li div.tu{
	position: relative;
	height: 190px;
}
.secondkill_ul li div.tu img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.secondkill_ul li .name{
	 overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  color: #666666;
	  font-size: 12px;
	  text-align: center;
	  margin-top: 16px;
}
.secondkill_ul li .price{
	overflow: hidden;
	width: 154px;
	height: 21px;
	line-height: 21px;
	margin: 16px auto 0;
}
.secondkill_ul li .price .xian{
	width: 50%;
	height: 100%;
	float: left;
	background: #EA3C3D;
	color: #FFFFFF;
	font-size: 17px;
	text-align: center;
}
.secondkill_ul li .price .qian{
	width: 50%;
	height: 100%;
	float: left;
	border:1px solid #EA3C3D;
	color: #999999;
	font-size: 14px;
	text-align: center;
	text-decoration:line-through;
}
.show_main{
	width: 1200px;
	height: auto;
	margin: 10px auto;
	background: url(../img/back.png);
	background-size:100% 100%;
	padding: 20px;
	padding-left: 5px;
}
.show{
	overflow: hidden;
}
.show li{
	float: left;
	width: 219px;
	height: 329px;
	background: #FFFFFF;
	margin-bottom: 20px;
	margin-left: 16px;
}
.show li div.tu{
	position: relative;
	height: 202px;
}
.show li div.tu img{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 219px;
	max-height: 186px;
}
.show li .name{
	 overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	  color: #666666;
	  font-size: 12px;
	  text-align: center;
	  margin-top: 44px;
}
.show li .price{
	overflow: hidden;
	width: 154px;
	height: 21px;
	line-height: 21px;
	margin: 22px auto 0;
}
.show li .price .xian{
	width: 50%;
	height: 100%;
	float: left;
	background: #EA3C3D;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
}
.show li .price .qian{
	width: 50%;
	height: 100%;
	float: left;
	border:1px solid #EA3C3D;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.listMain{
	width: 1200px;
	height: auto;
	background: url(../img/list_bg.png);
	background-size: 100% 100%;
	margin: 20px auto 36px;
	padding: 20px;
	padding-left: 5px;
}
.secondkill_left_sj{
	display: none;}
	.dsde{
		width: 1200px;margin: 100px auto; line-height: 1.8;
	}
	.callMeDiv{
		padding-left: 21%;
	}

@media only screen and (max-width: 790px) {
	.dsde{
		width: 90%!important;
		margin: 30px auto;
	}
	.index_main{
		width: 100%;
	}
	.listMain{
		width: 100%;
	}
	.header,.footer,.bottom{
		/* display: none; */
		width:100%
	}
	.head{
		width: 100%!important;
		}
	.search{
		width: 80%;
	}
	.search input[type="text"]{
		width: 80%;
	}
	.search input[type="button"]{
		width: 20%;
	}
	.recommend_left{
		display: none;
	}
	.recommend_right{
		width: 100%;
		margin-left:0 ;
	}
	.swiper-container {
		width: 100%;
	}
	.recommend_right_top li{
		font-size: 12px;
		margin-right: 2%;
	}
	.swiper-container{
		margin: 0 !important;
	}
	.recommend_right_right{
		display: none;
	}
	.secondkill_left{
		display: none;
	}
	.secondkill_left_sj{
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding-left: 20px;
		background: #eeeeee;
		color: #EA3C3D;
	}
	.show{
		position: static;
		padding-bottom: 40px;
	}
	.show li{
		width: 48%;
		margin-left: 5px;
		border: 1px solid #ccc;
		height: 263px;
	}
	.secondkill_ul li{
		width: 48%;
		margin-left: 5px;
	}
	.secondkill_ul{
		margin-top: 10px;
	}
	.secondkill_right{
		width: 100%;
		float: right;
		height: 134px;
		background:url(../img/qq.jpg);
		background-size: 100% 100%;
		margin: 10px 0;
	}
	.show_main{
		height: auto;
		background: none;
		padding: 0;
	}
	.show li div.tu{
		height: 139px;
	}
	.show li .price{
		width: 90%;
	}
	.show li .price .qian{
		font-size: 12px;
	}
	.show li .price .xian{
		font-size: 12px;
	}
	.index_main{
		margin: 10px auto 0;
	}
	.recommend_right_top{
		display: none;
	}
	.show li div.tu img{
		position: static;
		width: 100%;
		height: 100%;
	}

}
