.tab{
	width: 1000px;
	margin: auto;
}
#test{
	width: 100%;
	background: gold;
}
.son .t1{
	margin-top: 3px;
	background-color: white;
	text-align: center;
 	line-height: 30px;
 	color:#c0261e;
 	border:2px solid #c0261e; 
}
.dateTimes{
	position: relative;
	border: 0px solid gold;
}
.month_box1{
	width: 618px;
	height: 145px;
	border-radius: 10px;
	border: 2px solid #c0261e;
}
.dateYear{
	position: relative;
	float: left;
}
.dateYear .bnt1{
	background-color: #c0261e;
	border:0px;
}
.dateYear .bnt2{
	background-color: #c0261e;
	border:0px;
}  
.month .month_box1{
	float: left;
	left: 105px;
	position: absolute;
}
.selected{
	background-color: darkslategray;
}
.yearTab .Dtd{
	float: left;
}
.Dtd{
	width: 93px;
	height: 59px;
	margin-left: 8px;
	margin-top: 2px;
	text-align: center;
	line-height: 45px;
	border: 2px solid #c0261e;
	background-color: white;
	border-radius: 5px;
}
.xgqMoney{
	margin-left: 100px;
	position: absolute;
	left: 628px;
	top: 0px;
	font-size: 22px;
	color: red;
	width: 464px;
	height: 144px;
	border-radius: 10px;
}
.xgqMoney .m1{
	 width:100%;
	 height:30px;
	 color:white;
	 background-color:#c0261e; 
	 border-radius: 5px 5px 0 0;
} 
.xgqMoney .m2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: -85px;
  margin-left: 135px;
}
}