.ind_gztx #gztx_con {
	/* width: 580px;
	height: 258px; */
	text-align: center;
	box-sizing: border-box;
}
.calenderarea{
  background: url(rilibg.png) no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
}
.ind_gztx #gztx_con .head {
  /* background-color: rgba(122, 173, 238, 1);
  border-bottom: 1px solid #ddd; */
  height: 70px;
  line-height: 70px;
  color: #333;
  font-size: 24px;
}

.ind_gztx .left,
.ind_gztx .right {
	cursor: pointer;
}
#fullDate {
  font-size: 28px;
}
.ind_gztx .left {
	float: left;
  margin-left: 72px;
}
.prevY {
  margin-right: 40px;
}
.nextM {
  margin-right: 40px;
}
.ind_gztx .right {
	float: right;
  margin-right: 72px;
}

.ind_gztx .title {
	/* font-weight: bold; */
	float: left;
	width: 41%;
}
.ind_gztx .weekdays{
  background: url(weekbg.png) no-repeat;
  width: 88%;
  margin-left: 6%;
  background-size: 100% 100%;
  margin-top: 17px;
}
.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%;
	line-height: 45px;
  font-size: 24px;
  color: #617ab4;
}

.ind_gztx .block {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	/* border: 1px solid #e0e0e0; */
	box-sizing: border-box;
  cursor: no-drop;
  color: #999;
  margin-left:11px;
  margin-right: 8px;
  margin-top: 15px;
  border-radius: 25px;
  background: #fff;
}
.ind_gztx .block div{
  font-size: 24px;
}
.ind_gztx .now_day .active {
  color: #fff;
  background: #f03f3f;
  border-radius: 25px;
}
.ind_gztx .has-day .active {
  color: #fff;
  background: #f03f3f;
  border-radius: 25px;
}
.ind_gztx .has-day .dot {
  height: 20px;
    width: 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: -5px;
    background: #f03f3f;
    border-radius: 50%;
    color: #fff;
}
div#calendarList {
  width: 88%;
  margin-left: 6%;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}
.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: #2a66f1;
}
.ind_gztx .active_day div{
  font-weight: bold;
  color: #fff;
}
.ind_gztx .active_day .dot {
  background: #f03f3f;
  color: #fff;
}
.now_day span {
  background: #f03f3f;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: -10px;
  border-radius: 50%;
  left:75%;
}