@charset "UTF-8";
/* CSS Document */

/*公共样式*/
body, dl, dd, h1, h2, h3, h4, h5, h6, p, ol, ul, form { margin:0;padding:0;}
a { text-decoration: none; cursor: pointer;}
a:hover, a:active, a:visited, a:link{ text-decoration: none; cursor:pointer;}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
i{ font-style:normal}
ul li{ list-style:none;}
input { outline: none;}
img { border: 0 none; }

html{ 
    width:100%; 
	min-height:100%;
}
body{ 
    color: #333;
	font-size: 14px; 
	font-weight:normal;
	font-family:"Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
	width:100%;
	min-width:1200px;
	height:100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
} 
.fl{ float:left;}
.fr{ float:right;}
.clearfloat:after{ display:block; content:''; clear: both;}





/* 2020.07.20 */
.hkj-buy-banner{
	width: 100%;
	height: 200px;
	background: #fff;
	text-align: center;
	color: #666;
	padding-top: 55px;
	line-height: 24px;
}
.title-buy-banner{
	width: 100%;
	font-size: 34px;
	margin-bottom: 20px;
	color: #333;
	font-weight: bolder;
}
.title-buy-banner span{
	color: #4ebdd9;
}

.buy-list-box{
	width: 1200px;
	margin: 40px auto;
}
.buy-list-hkj{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.buy-list-group{
	width: 280px;
	height: 1050px;
	float: left;
	background: #fff;
	border-radius: 4px;
	margin-right: 26px;
	position: relative;
}
a.btn-zixun{
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #4ebdd9;
	border-radius: 50px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: 16px;
	z-index: 20;
}
.buy-list-title{
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #4EBDD9;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;	
}
.price-hkj{
	width: 260px;
	height: 110px;
	margin: 0 auto;
	padding: 20px 10px;
	border-bottom: 1px solid #ededed;
}
.price-txt{
	font-size: 26px;
	font-weight: bolder;
}
.btn-buy-hkj{
	width: 100%;
	padding: 14px 18px;
	text-align: center;
}
.btn-buy-hkj a{
	display: inline-block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #4cd845;
	border-radius: 4px;
	font-weight: bold;
	margin: 0 5px;
}

.hkj-list-cont{
	width: 100%;
	background-color: #fafafa;
	padding: 12px;
}
.hkj-list-cont li{
	width: 100%;
	margin-bottom: 6px;
}
.cont-hkj-title{
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	background-image: url(../images/list-gray.png);
	background-repeat: no-repeat;
	background-position: 244px center;
	background-size: auto 12px ;
	border-radius: 2px;
	font-weight: bold;
	padding-left: 8px;
	cursor: pointer;
}
.cont-hkj-title1{
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-color: #fff;
	padding-left: 8px;
	border-radius: 2px;
}
.hkj-list-cont li .buleDrop{
	background-image: url(../images/list-blue.png);
	background-position: 240px center;
	background-size: auto 4px ;
}
.buy-list-txt{
	width: 100%;
	color: #666;
	display: none;
}
.buy-list-txt p{
	border-bottom: 1px solid #ededed;
	padding: 3px 0 3px 16px;
	font-size: 12px;
	background: url(../images/yuan.png) no-repeat left 3px;
	background-size: 20px auto;
}