﻿*{
	padding: 0;
	margin: 0;
	list-style: none;
	outline: none;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

a{
	text-decoration: none;
}


.month-select-box{
	margin: 0 20px;
	height: 128px;
	border-bottom: #eee solid 1px;
}

.month-select-box .num-box{
	width: 180px;
	height: 108px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-indent: -10px;
	line-height: 108px;
	position: relative;
	float: left;
}

.month-select-box .num-box span{
	font-size: 68px;
	margin-right: 6px;
	color: #E54601;
}


.month-list{
	float: right;
	position: relative;
	z-index: 2;
}

.month-list li{
	float: left;
	width: 60px;
	cursor: pointer;
	margin: 0 2px;
	position: relative;
}

.month-list li .box{
	width: 60px;
	height: 72px;
	padding-top: 40px;
	font-size: 18px;
	color: #555;
	text-align: center;
	line-height: 32px;
	text-indent: -3px;
	border-radius: 0 0 8px 8px;
	transition:0.3s;
	position: relative;
	z-index: 1;
}

.month-list li .dot{
	width: 6px;
	height: 6px;
	margin: 10px auto;
}

.month-list li .bg{
	width: 60px;
	height: 32px;
	padding-top: 40px;
	border-radius: 0 0 8px 8px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	filter:alpha(opacity=0);  
	transition: 0.3s;
}

.month-list li:hover .box{
	background: #EFF1F2;
	line-height: 26px;
	transition:0.3s;
}

.form-top tr th{
	height: 60px;
}

.form-top tr th p{
	font-size: 15px;
	color: #333333;
	text-align: left;
	text-indent: 20px;
}

.form-top tr th p span{
	display: block;
	font-size: 9px;
	color: #DCE2E8;
	text-align: left;
}

.form-body tr.even{
	background: #FFEFEF;
}


.form-body tr td{
	height: 60px;
	font-size: 15px;
	padding-left: 10px;

}

.form-body tr td a{
	font-size: 15px;
	color: #333333;
	text-decoration:none;
}

.form-body tr td.red a{
	color: #C12717;
}

.form-body tr td.btn-list a{
	width: 67px;
	height: 28px;
	border: #eee solid 1px;
	border-radius: 14px;
	display: block;
	display: inline-block;
	font-size: 13px;
	color: #697684;
	text-align: center;
	line-height: 28px;
	background: white;
	text-indent: 0;
	margin-right: 4px;
	position: relative;
}


.form-body tr td.btn-list a.course{
	color: #E13B29;
	border-color: #FFD2D2;
	text-align: center;
}


.btn-list .xcx_box{display: none;position: absolute;bottom:38px;left: 50%;width: 110px;height: 110px;padding:10px;margin-left: -55px; background-color: #fff;box-shadow: 0 6px 12px rgba(0,0,0,.1);}
.btn-list .xcx_box img{width: 90px;height: 90px;}
.btn-list .xcx_box:before{content:"";position: absolute;bottom:-12px;left: 50%;width: 0;height: 0;border-width: 6px;border-style: solid;border-color:#fff transparent transparent transparent;margin-left: -6px;}
.btn-list .xcx-btn:hover .xcx_box{display: block;}
.btn-list>a{transition: .4s;}
.btn-list>a:hover{transform: translateY(-5px); text-decoration:none;}



.form-body tr {
    background: #fff3f1;
}

.form-body tr:nth-child(2n) {
    background:white;
}

.form-body tr td:nth-child(-n+2) {
    color: #E13B29;
}

