.baner img{
	width: 100%;
}
.kind-all{
	margin-top: -50px;
	/* overflow: hidden; */
}
.kind-item{
	text-align: center;
	background-color: #FFFFFF;
	border-radius:10px;
	box-shadow:0px 0px 12px 2px rgba(239,239,239,1);
	padding: 40px;
	border-top:5px solid #8fc9f6;
	height: 660px;
	margin-bottom: 90px;
	position: relative;
}
.kind-all .k1{
	border-top:5px solid #74b7eb;
}
.kind-all .k2{
	border-top:5px solid #519bd5;
}
.kind-all .kind-item-title{
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-bottom: 10px;
}
.kind-all .kind-item-price{
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;
}
.kind-all .kind_buy{
	text-align: center;
}
.kind-all .kind-item-buy{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding: 5px 12px;
	margin-bottom: 40px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	display:inline-block ;
	transition: all 0.3s; 
	cursor: pointer;
	
}
.kind-all .kind-item-buy:hover{
	background-color: #105cfb;
	color: #FFFFFF;
	border: 1px solid #105cfb;
	cursor: pointer;
}
.kind-all .kind-item hr{
	width: 80%;
	margin-top: 0;
	margin-bottom: 40px;
}
.kind-all .kind-item .type{
	text-align: left;
	font-size: 16px;
	color: #333333;
}

.kind-all .kind-item p{
	text-align: center;
	font-size: 16px;
	color: #333333;
}
.kind-all .kind-item .name{
	text-align: left;
}
.kind-all .kind-item .kind_type_item{
	margin-bottom: 15px;
}
.kind-all .kind-item .kind_type_item p{
	font-size: 16px;
	color: #333333;
	text-align: left;
}
.kind-all .kind-item span{
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.f {
	border-radius: 10px;
	border-top: 5px solid #77b4e3;
	box-shadow:0px 0px 12px 2px rgba(239,239,239,1);
	overflow: hidden;
}
.f .f-title{
	margin-top: 30px;
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.f .f-box td,.f .f-box th{
	padding: 20px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #e6e6e6;
}
.f .f-box th{
	color: #777777;
	font-size: 16px;
}
.f .f-box p{
	margin: 0;
}
.f .f-box .event{
	text-align: left;
	width: 38%;
}
.noew{
	position: absolute;
	top: -80px;
	left: 120px;
}
.kind-item .kind-item-cons{
	width: 240px;
	padding: 10px 0;
	/* top:-264px; */
	border-radius: 5px;
	box-shadow:0px 0px 12px 2px rgba(239,239,239,0.8);
	margin: 0;
	list-style: none;
	background-color: #FFFFFF;
	display: none;
}
.kind-item .kind-item-cons li{
	
	padding: 5px ;
}
.kind-item .kind-item-cons li:hover{
	background-color: #f8f8f8;
}
.kind-item .ask-left{
	width: 20%;
	/* background-color: #F1F1F1; */
	text-align: center;
	float: left;
}
.kind-item .ask-left i{
	color: #70AFDF;
	/* font-weight: 600; */
	font-size: 18px;
}
.kind-item .ask-right{
	width: 75%;
	display: inline-block;
}
.kind-item .ask-right h5{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.kind-item .ask-right .qq{
	font-size: 16px;
	color: #105cfb;
}
.kind-item .kind-item-cons p{
	color: #777777;
	font-size: 14px;
	margin: 0;
	line-height: 20px;
	text-align: left;
}
.kind-item .ask-right p>span{
	color: #70AFDF;
	padding-right: 2px;
}
.kind-item .bottom-s {
	width: 0;
	height: 0;
	border: 14px solid red;
	border-top-color: #FFFFFF;
	border-bottom: none;
    border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	left: 50px;
	bottom: -13px;
	z-index: 20;
}
.kind-item .bottom-d{
    width:0;
    height:0;
    border-width:17px 17px 0;
    border-style:solid;
    border-color:rgba(236,236,236,0.3) transparent transparent;/*黄 透明 透明 */
    position:absolute;
	left: 47px;
	bottom: -16px;
}