#purchase {
	width: 100%;
	margin-top: 10px;
	border-bottom: 2px solid #015EAC;
	display: flex;
	justify-content: space-between;
}

.pur-tabs {
	height: 27px;
	/*width: 50px;*/
	text-align: center;
	box-sizing: border-box;
	cursor:pointer;
}

.pur-tab-select {
	background-color: #005FAC;
}

.pur-tab-unselect {
	background-color: #FFF;
}

.pur-tab-bottom {
	border-bottom: 1px solid #B3B3B3;
}

.pur-tab {
	margin-left: 5px;
}

.pur-tablabel {
	border-top: 1px solid #B3B3B3;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
}

#purtabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	border-bottom: 2px solid #005FAC;
}

#type0,#type1 {
	display: flex;
	align-items: center;
}

#pur_review {
	width:30%;
	float: right;
	position: fixed;
	right: 0;
	top: 85px;
	box-sizing: border-box;
	box-shadow: 0 0 20px #ddd;
	border:1px solid #ddd;
}

.purreview-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	font-size: 16px;
}

.settleaccounts {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	cursor:pointer;
	color: white;
}

.enablesettle {
	background-color: #FEBB24;
}

.disablesettle {
	background-color: #999;
}

.pk_select_year{
	background-color: #015eac
}
.pk_unselect_year{
	background-color: #E6F7FF
}
.div_year{
	border:1px solid #ddd;
	height:30px;
	margin-left:5px;
	line-height: 30px;
	margin-top: 2px;
	width: 50px;
	cursor:pointer;
}

.div_count{
	font-size:30px;
	width:30px;
	height:30px;
	color: white;
	line-height:30px;
	cursor: pointer;
}

.table_title{
	height: 35px;
	background-color: #015eac;
	text-align: center;
	color: white;
}

.table_content{
	height: 30px;
	text-align: center;
}
.table_content td{
	border-top: 1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.td_border_left{
	border-left: 1px solid #ddd;
}
.clearfloatstyle:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}