.ind_gztx #gztx_con {
	/* width: 580px;
	height: 258px; */
	text-align: center;
	box-sizing: border-box;
	padding: 65px 30px 0px;
}


/* .calenderarea{
  background: url(rilibg.png) no-repeat;
  background-size: 100%;
} */

.ind_gztx #gztx_con .head {
	/* background-color: rgba(122, 173, 238, 1);
  border-bottom: 1px solid #ddd; */
	line-height: 28px;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
}

#fullDate {
	color: #FFFFFF;
	font-size: 20px;
}

.ind_gztx #gztx_con .head div {
	display: inline-block;
}

.ind_gztx .left,
.ind_gztx .right {
	cursor: pointer;
}

.ind_gztx .left img,
.ind_gztx .right img {
	width: 1.5rem;
}


/*#fullDate {
  font-size: 24px;
  color: #333;
}*/


/* .ind_gztx .left {
	float: left;
  margin-left: 127px;
}

.ind_gztx .right {
	float: left;
} */

.ind_gztx .title {
	/* font-weight: bold; */
	/* float: left; */
	width: auto;
	margin: 0px 30px;
}

.ind_gztx .weekdays {
	width: 100%;
	margin-top: 38px;
	margin-bottom: 24px;
}

.ind_gztx .weekdays ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ind_gztx .weekdays li {
	float: left;
	width: calc(100% / 7);
	font-weight: 900;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}

.ind_gztx .weekdays li div {
	width: 42px;
	line-height: 42px;
	border-radius: 8px;
	background: #028bd1;
	margin: 0px auto;
}

.ind_gztx .block {
	float: left;
	width: calc(100% / 7);
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	box-sizing: border-box;
	cursor: no-drop;
	color: #333;
	/*	background: #fff;*/
	margin-bottom: 25px;
	/*border: 1px solid #D0DDFF;*/
}

.ind_gztx .other-month {
	color: #CCCCCC;
}

.ind_gztx .dayhov {
	width: 35px;
	line-height: 35px;
	margin: 0px auto;
	border-radius: 50%;
}

.ind_gztx .block p {
	font-size: 18px;
}

.ind_gztx .now_day .active {
	color: #fff;
}

.ind_gztx .now_day span {
	background: #FFFFFF;
}

.ind_gztx .has-day .active {
	color: #fff;
	/* background: #f03f3f; */
	/* border-radius: 25px; */
}

.ind_gztx .now_day>div {
	background: #C40311;
	background-size: 100% auto;
}

.ind_gztx .has-day .dot {
	height: 4px;
	width: 4px;
	display: inline-block;
	
	position: absolute;
	border-radius: 50%;
	color: #fff;
	background: #028BD1;
	bottom: 2px;
	border-radius: 50%;
	left: 48%;
}

div#calendarList {
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.ind_gztx .has-day {
	cursor: pointer;
	font-weight: bold;
	/* background: #e6f1fe; */
}

.ind_gztx .tx_box {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	color: #333;
	display: none;
}

.ind_gztx .tx_box .bg {
	width: 440px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -220px;
	z-index: 99999;
	background: #eee;
}

.ind_gztx .tx_box .bg .close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0 !important;
	right: 0 !important;
	cursor: pointer;
	z-index: 90;
	background: url(/picture/6/2410161606231827622.gif) no-repeat center;
}

.ind_gztx .tx_box .bg .main-e {
	padding: 10px 30px;
	overflow-y: scroll;
	height: 360px;
}

.ind_gztx .data-info {
	width: 100%;
}

.ind_gztx .data-info li {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 4px;
}

.date {
	display: inline-block;
	margin: 0 20px;
	font-weight: bold;
	color: #2e6aba;
}

.rl_tit a {
	display: inline-block;
	cursor: pointer;
}

.rl_tit {
	margin-bottom: 20px;
	border-bottom: 2px solid #ccc;
	line-height: 50px;
}

.ind_gztx .active_day>div {
	background: #3366cc;
}

.ind_gztx .active_day div {
	font-weight: bold;
	color: #fff;
}

.ind_gztx .active_day .dot {
	background: #fff;
	color: #fff;
}

.ind_gztx .has-day.now_day span {
	background: #fff;
}