.ind_gztx #gztx_con {
	/* width: 580px;
	height: 258px; */
	text-align: center;
	box-sizing: border-box;
  padding: 30px;
}
/* .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: #333;
  font-size: 24px;
  text-align: center;
}
.ind_gztx #gztx_con .head div {
  display: inline-block;
}
.ind_gztx .left,
.ind_gztx .right {
	cursor: pointer;
}
#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{
  background: #4A62E7;
  width: 100%;
  margin-top: 28px;
}
.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: 14%;
	font-weight: 900;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 60px;
}

.ind_gztx .block {
	float: left;
	width: 14.28%;
	height: 80px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	/* border: 1px solid #e0e0e0; */
	box-sizing: border-box;
  cursor: no-drop;
  color: #ccc;
  background: #fff;
  border: 1px solid #D0DDFF;
}
.ind_gztx .block div{
  font-size: 20px;
}
.ind_gztx .now_day .active {
  color: #fff;
}
.ind_gztx .has-day .active {
  color: #fff;
  /* background: #f03f3f; */
  /* border-radius: 25px; */
}
.ind_gztx .now_day{
  background: #3366cc url(todaybg.png) no-repeat;
  background-size: 100% auto;
}
.ind_gztx .has-day .dot {
  height: 8px;
  width: 8px;
  display: inline-block;
  line-height: 20px;
  font-size: 13px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  background: #999;
  bottom: 20px;
  border-radius: 50%;
  left: 44%;
}
div#calendarList {
  width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.ind_gztx .has-day {
	cursor: pointer;
	font-weight: bold;
  color: #333;
  /* 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 {
  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;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 20px;
  border-radius: 50%;
  left: 44%;
}