.all a{
color:#5f6bb1 !important;
  display:inline-block;
  padding:10px 0;
}
.purchaseCount{
	padding-top: 20px;
	padding-bottom: 35px;
}
.purchaseCount .count>p:first-of-type{
	font-size: 30px;
	margin-bottom: 0;
}
.purchaseCount .count>p:first-of-type span:first-of-type{
	color: #5f6bb1;
	font-size: 36px;
	margin-right: 5px;
}
.purchaseCount .count>p:first-of-type span:first-of-type b{
	font-size: 60px;
}
.purchaseCount .count>p:nth-of-type(2){
	color: #666666;
	font-size: 12px;
}
.buyImg{
	width: 100%;
	position: relative;
}
.buyNow{
	position: absolute;
	right: 0px;
	top: 45%;
	z-index: 30;
}
.buyNow span,.buyNow a{
	display: block;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #5f6bb1;
}
.buyNow a{
	color: #000;
	background-color:#5f6bb1;
}
.buyNow a:hover{
	opacity: 0.6;
	border: 1px solid #000;
}
.pHeader{
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
}
.pHeader small{
	color: #fe000b;
	font-size: 13px;
	padding-left: 5px;
}
.clearfix::after{
   display: block;
   content: "";
   height: 0;
   font-size: 0;
   overflow: hidden;
   clear: both;
}
.clearfix{
       zoom: 1;
}
.section{
	margin-bottom: 50px;
}
.section .img{
	width: 40%;
}
.section .text{
	width: 60%;
}
.section .text p:first-of-type{
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: bold;
}
/* .section .text a{
	display: inline-block;
	margin-top: 8px;
	background-color: #000;
	color: #fff;
	font-weight: 300;
	padding: 10px 5%;
	border: 1px solid #000;
}
.section .text a:hover{
	background-color: #fff;
	color: #000;
} */
.section ul li span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.section .img1 .b{
	height: 158px;
	position: relative;
	line-height: 158px;
	padding-top: 15%;
}
.section .img1 .b1{
	display: none;
}
.section .text1{
	padding-left: 30px;
	padding-top: 30px;
}
.section .media{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.section .media-body{
	padding-left: 10px;
	padding-right: 20px;
}
.section .media-body h4{
	font-weight: bold;
}
.section1{
	margin: 90px auto;
}
.section1 flow{
	margin-bottom: 30px;
}
.section1 ul{
	width: 25%;
	float: left;
}
.section1 ul li:nth-of-type(2){
	height: 140px;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #000;
	color: #fff;
}
.section1 ul:last-of-type li:nth-of-type(2){
	line-height: 140px;
	font-size: 20px;
}
.section2{
	margin-bottom: 50px;
	font-size: 13px;
}
.section2>p{
	font-size: 18px;
}
.section2>ul:first-of-type{
	border: 1px solid #9c9c9c;
	width: 60%;
	padding: 20px 20px;
	word-wrap:break-word; 
}
.section2>ul:nth-of-type(2){
	margin-left: 25px;
}
.section2>ul:nth-of-type(2) li:first-of-type{
	font-weight: bold;
}
.all a{
	text-decoration: underline;
}


@media screen and (min-width: 992px) {
	.purchaseCount{
		width: 980px;
		margin: 0 auto;
	}
	.section1{
		width: 882px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.section .img1{
		width: 70%;
	}
	.section .text1{
		width: 30%;
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.section .img1{
		width: 100%;
	}
	.section .text1{
		width: 100%;
		padding-left: 0;
	}
	.section .img1 ul li{
		width: 100%;
	}
	.section .img1 ul li img{
		margin-left: auto;
		margin-right: auto;
	}
	.section .img1 .b{
		display: none;
	}
	.section .img1 .b1{
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
	}
	.section .media{
		width: 100%;
	}
	.section .media-body{
		padding-left: 0px;
		padding-right: 0px;
	}
	.section1 ul{
		width: 100%;
	}
}