
@font-face {
  font-family: en-logo;
  src: url('../font/logo.ttf');
  font-weight: normal;
}



.details-head{
	width:75%;
	min-width:970px;
	/* border: 1px solid #f00; */
	margin:auto;
	display: flex;
	padding-top:80px;
}
.details-head img{
	width:100%;
}
.picCon{
	width:45%;
	min-width: 550px;
	/* border:1px solid #0f0; */
}

.features{
	/* border:1px solid #00f; */
	flex: 1;
}
.picCon>div{
	width:70%;
	margin:auto;
}
.picList{
	/* background-color: #ff0; */
	padding:0 17%;
	display: flex;
	justify-content: space-between;
}
.picList li{
	width:5em;
	height: 5em;
	max-height:5em;
	border-radius: 2.5em;
	border:2px solid #ddd;
	overflow: hidden;
}

.features{
	
}

.logoWords{
	font-family: 'bruno';
	font-size: 22px;
	font-style: italic;
	padding-top:4em;
}
.proTitle{
	line-height: 2;
	font-size: 36px;
	font-weight: normal;
}
.proIntro{
	background-color: #004ea2;
	padding:0 1em;
	line-height: 2;
	border-radius: 1em;
	color:#fff;
	display: inline-block;
	font-weight: normal;
}
.stars{
	margin:0.5em 0 4em 0;
}
.stars i{
	font-size: 20px;
	
}
.stars i::before{
	color:#ccc;
}
i.yellowStar::before{
	color:#faf078;
}
.sellPoint{
	width:80%;
	/* border:1px solid #f00; */
	margin-top:3em;
	overflow: hidden;
}

.sellPoint i{
	font-size: 20px;
}
.sellPoint li{
	float:left;
	background-color: #f1f1f1;
	line-height: 36px;
	padding:0 1em;
	margin-right:1em;
	margin-bottom:0.5em;
	border-radius: 18px;
}

.generalIntroduction{
	width:75%;
	min-width:970px;
	margin:2em auto;
	height: 180px;
	background-color: #004ea2;
	border-radius: 1em;
	overflow: hidden;
	position: relative;
}
.generalIntroduction img{
	height:100%;
	width:100%;
}
.generalIntroduction div{
	position: absolute;
	left: 0;
	top:0.5em;
	padding-left:2em;
}
.generalIntroduction *{
	
	color:#fff;
}
.generalIntroduction div h2{
	padding-bottom:0.5em;
	padding-top: 0.6em;
	font-weight: normal;
}
.generalIntroduction div p{
	width:55%;
	min-width: 500px;
	font-size: 14px;
	line-height: 1.5;
	border-bottom:1px solid #666;
	padding-bottom: 0.25em;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	
}
.generalIntroduction div h3{
	color:#ffe100;
	font-size: 16px;
	display: inline-block;
	line-height: 1.8;
	margin-top:0.5em;
	    
}

.tireFeatures{
	width:75%;
	min-width: 970px;
	margin:auto;
}
.tireFeatures h2{
	font-size: 36px;
	line-height: 2;
	font-family: melete;
	font-weight: lighter;
	letter-spacing: -10px;
	word-spacing: 1em;
}
.tireFeatures ul{
	overflow: hidden;
}
.tireFeatures ul li{
	width:47%;
	margin-right:1%;
	float: left;
	height:8em;
	margin-top:1em;
	overflow: hidden;
	display: flex;
}
.tireFeatures ul li .featurePic{
	width:80px;
	height:80px;
	margin:0 1em 0 0;
	border-radius: 5px;
	overflow: hidden;
}
.tireFeatures ul li .featureWords{
	flex: 1;
}

.tireFeatures ul li img{
	width:100%;
}

.tireFeatures p{
	line-height: 1.6;
}

.specification{
	width:75%;
	min-width:970px;
	/* border: 1px solid #f00; */
	margin:auto;
	padding-top:2em;
}

.specification h3{
	font-family: "bruno";
	font-style: italic;
}
.specification h1{
	font-size: 36px;
	line-height: 2;
	font-family: melete;
	font-weight: lighter;
	letter-spacing: -10px;
	word-spacing: 1em;
	
	border-bottom:1px solid #ccc;
	margin-bottom: 0.5em;

}
.specification h2{
	font-family: "bruno";
	font-size: 16px;
	font-style: italic;
	line-height: 2;
}

.specification ul{
	overflow: hidden;
	margin-bottom: 1em;
}
.specification li{
	float:left;
	border:2px solid #ccc;
	border-radius: 0.5em;
	line-height: 1.8;
	padding:0 1em;
	margin-right:1em;
	margin-bottom: 1em;
}
.bestSelling{
	width:75%;
	min-width:970px;
	margin:8em auto 0 auto;
	border-top:1px solid #ccc;
	padding-top:2em;
}
.bestSelling h3{
	font-family: "bruno";
	font-style: italic;
}
.bestSelling h1{
	font-family: "bruno";
	font-style: italic;
	font-size: 36px;
	line-height: 2;
	font-family: melete;
	font-weight: lighter;
	letter-spacing: -10px;
	word-spacing: 1em;
}
.bestSelling>ul{
	/* border:1px solid #f00; */
	display: flex;
	justify-content:space-between;
	margin:2em 0;
	
}
.bestSelling>ul>li{
	width:19%;
	padding:1em;
	/* border:1px solid #00f; */
	background-color: #fff;
	border-radius: 1em;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	overflow: hidden;
}
.bestSelling li h2{
	text-align: center;
}
.bestSelling li h3{
	text-align: center;
	font-style: normal;
	margin-top:0.25em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}

.sellPointer2{
	display:block !important ;
	margin-top:2em;
}
.stars2{
	margin:1.5em 0 0.5em 0;
	text-align: center;
}
.bestSelling a{
	display: block;
	margin:1em auto;
	background-color: #004ea2;
	color:#fff;
	line-height: 2;
	border-radius: 1em;
	text-align: center;
}
.bestSelling a:hover{
	color:#ffe100 ;
}
.bestSelling ol li{
	background-color: #f1f1f1;
	line-height: 1.6;
	border-radius: 0.8em;
	margin-bottom: 0.5em;
	padding:0 1em;
}