html,body {
  height: 100%;
}
body {
  text-align: center;
  /* text-shadow: 0 1px 3px rgba(0,0,0,.5); */
	
}
ul{
	list-style:none;
}
/*
.btn-default,.btn-default:hover,.btn-default:focus {
  color: #333;
  text-shadow: none; 
  background-color: #fff;
  border: 1px solid #fff;
}
*/
a,a:focus,a:hover {
  color: #000;
}
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
	/*
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
	*/
}
.site-wrapper-inner {
  	margin-top: 5%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  background: rgba(255,255,255,0.50);
  
  border-radius: 1.3rem;
}
.inner {
  padding: 30px 0px;
}
#logo img{
	WIDTH: 400px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cover {
  
}
.none-covered{
	color: unset;
    text-shadow: unset;
    background-color: unset;
    border: unset;
}
.cover .btn-lg {
  font-weight: bold;
}
.mastfoot {
  color: rgba(77, 77, 77, 0.5);
  width: 100%!important;
}
.mastfoot a{
	color: rgb(77, 77, 77)!important;
}
.lead a{
	margin-left: 5px;
}
.none-background{
	background: unset!important;
}
#search-key{
	font-size: 15px!important
}
.nav-box{
	width: 100%;
	border-radius: 0px!important;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
#nav-logo img{
	max-width: 100px;
	max-height: 64px;
}
#nav-search-box{
	margin-left: 50px;
}
#nav-right{
	float: right!important;
	margin-right: 15px;
}
#nav-fluid{
	padding-left: 5%;: 5%;
}
#search-box{
	width: 100%
}
#search_main, #function-box{
	width: 70%;
	margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
}
#search-result-list{
	width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.nofloat{
	float: unset!important;
}
.tag{
	border-radius: 5px;
    padding: 2px;
	letter-spacing: 0.5px;
	text-decoration: none!important;
	cursor: default;
}
.tag-nofreight, .tag-deliverypay{
	border: 1px solid #1398a6;
    color: #368af2;
	margin-left: 5px;
	font-size: 11px;
}
.tag-coupon, .tag-tm{
	border: 1px solid #f21b1b;
    color: #ec2424;
}
.tag-reward, .tag-tmgj{
	border: 1px solid #8d09ae;
    color: #b419e6;
}
.tag-jdself, .tag-jdontime{
	border: 1px solid #08930c;
    color: #09bc0e;
}
.tag-coupon span, .tag-reward span{
	padding: 0px 3px 0px 0px;
	border-right: 1px solid;
    margin: 2px;
}
.tag-secondhand{
	border: 1px solid #a6840b;
    color: #c9a213;
}
.result-goods-img,.result-item{
	width:220px;
	display: table;
}
.result-item{
	width: 220px;
	height: 420px;
	float: left;
	text-align: left;
	margin: 10px 10px;
	display: table;
	padding: 10px 0px;
}
.result-item:hover{
	box-shadow: 0 1px 10px 0px rgba(0,0,0,.2);
}
.result-item p{
	    padding: 0px 5px;
	
}
.result-goods-price-original, .result-goods-price-original span{
	float: right;
	text-decoration: line-through!important;
	font-size: 15px!important;
	color: #b6b6b6!important;
	display: none;
}
.result-goods-i a, .result-goods-i span{
	color: #ec2424;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
.result-goods-ii{
	cursor: pointer;
}
.result-goods-ii a{
	text-overflow: ellipsis;
}
.result-goods-ii a:hover{
	color: #ec2424;
}
.result-goods-iii span{
	padding-right: 5px;
	
}
.result-goods-iii a{
	color: #b6b6b6;
	cursor: pointer;
	
}
.result-goods-iii{

}
.result-goods-iv{
	word-break: keep-all;
	line-height: 30px;
	display: table-footer-group;
	
}
.result-goods-iv a{
	margin-right: 10px;
}
.result-goods-iv a:first-child{
	margin-left: 5px;
}
@media (min-width: 768px) {
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .masthead,.mastfoot,.container {
    width: 100%; 
  }
}
@media (min-width: 992px) {
  .masthead,.mastfoot,.container {
	  width: 100%;
  }
}

@media (max-width : 768px){
	/* 移动端适配 */
	
	#search_main{
		width: 100%;
	}
	
	#search-key, #search_main button{
		width: 100%;
		margin-top: 15px;
	}
	
	#search_main span{
		width: 100%;
		display: unset;
	}
	
	.mobile-full-weight{
		width: 100%!important;
	}
	
	.inner{
		padding: unset;
	}
	
	#nav-top{
		display: none;
	}
	
	#logo{
		padding: 10px;
	}
	
	#logo img{
		WIDTH: 100%;
	}
	
	.result-goods-img{
		width: 100px;
		    float: left;
	}
	
	#search-result-list,.result-item {
		width: 100%;
		padding-inline-start: unset;
	}
	
	.result-item{
		height: unset;
		margin: 0;
	}
	
	.result-goods-ii{
		font-size: 20px;
	}
}
