.tabbtn{
	width: 100%;	margin-top: 30px;
}
.tabbtn>div{
	display: inline-block;
	width: 39%;
	text-align: center;
	line-height: 45px;
	margin-left: 40px;
	margin-bottom:30px;
	font-size: 18px;
	font-weight: bold;
}
.card{
    cursor: pointer;
}
.cardtype{
	border: 1px solid #eeeeee;
	border-radius: 3px;
}
.card_active{
	border: 1px solid #a40709;
	border-radius: 3px;
}
.cardsub{
	width: 545px;
	height: 60px;
	margin-left: 40px;
	border-radius: 3px;
	text-align: center;
	line-height: 60px;
	border: 1px solid #eeeeee;
    cursor: pointer;
}
.bl{
	display: inline-block;
    background: #a40709;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 18px;
    font-weight: bold;
}
.cardsub:hover{
	border: 1px solid transparent;
	background: url(../img/bll_bg.png) no-repeat;
}
.cardsub:hover span{
	color: white;
}
.cardmsg {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    display: none;
}
.item_t{
	font-size: 18px;
	margin-bottom: 30px;
}
.item_t~p{
	margin-bottom: 10px;
}
.cur{  
    display: block;
} 