/*文字图标*/
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome、firefox */
    url('iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
    content: "\e615";
}
/*.btn {
    margin-left:10px;
}*/



.icon-jiantouyou:before {
    content: "\e662";
}
.icon-tianmaoyuanchengfuwu:before { content: "\f0086"; }
/*Main Styles
------------------------------------*/
/*Purchase Block*/
.purchase {
	padding:10px 0 10px;
	border-bottom: solid 1px #eee;
	background: url(../Images/show/breadcrumbs.png) repeat;
}
.purchase p {
	margin-bottom: 0;
}
.purchase span {
	/*color: #666;*/
    margin-top:5px;
	display: block;
	font-size: 22px;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 12px;
	font-family: 'Open Sans', sans-serif; 	
}
@media screen and (-webkit-min-device-pixel-ratio: 0){

.purchase span {
	
	font-family: "微软雅黑"	
}
	}

.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
		font-size: 22px;
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}
.btn-white {
    background-color:rgba(255, 255, 255, 0.8);
    border-color:white;
} 
.btn-white:hover {
    background-color: rgba(255, 255, 255, 0.5);
    border-color:white;
}
a h5 {
    color:black;
}
.thumbnail {
    padding:0px;
} 