﻿@CHARSET "UTF-8";
body{margin:0 auto; font-size:12px; font-family:"Microsoft YaHei",Arial, Verdana, Helvetica, sans-serif; background-color:#fbfbfb;}
input,textarea{font-family:"Microsoft YaHei",Arial, Verdana, Helvetica, sans-serif;}
ul,ol,dl,dd,h1,h2,h3,h4,p{padding:0px; margin:0px;}
ul,li,ol{list-style:none outside none;}
ul, ol, li, dl {list-style-type: none;}

img{border:0px;}
a{
	color:#000; text-decoration:none;-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;
}
a:hover{text-decoration:none;}

html,body{-webkit-text-size-adjust: none;}
.clear{clear:both;  height:0px; font-size:1px; overflow:hidden; line-height:0px;}

/*++++++++++++++++++++++++++通用顶部样式++++++++++++++++++++++++++*/


.page-wrap{
	position: relative;
	
}
/*响应式宽度设置*/
.page-wrap .wallet-homepage {
    max-width: 1680px;
    min-width: 1280px;
    margin: 0px auto;
    overflow: hidden;
    box-shadow: -3px 0 10px darkgrey, 3px 0 10px darkgrey;
	-webkit-box-shadow: -3px 0 10px darkgrey, 3px 0 10px darkgrey;
	-moz-box-shadow: -3px 0 10px darkgrey, 3px 0 10px darkgrey;
}

/*============头部===============*/

.page-wrap .wallet-homepage .home-header{
 	background:url(../Images/head_bg01.png) no-repeat;
 	background-size: cover;
    
	/*height: 880px;*/
	position: relative;
}
.page-wrap .wallet-homepage .home-header .header-logo{
 	padding-top: 30px;
 	height: 122px;
}
/*导航栏*/
.page-wrap .wallet-homepage .home-header .header-nav{
	width: 100%;
	padding-top: 40px;
}
.page-wrap .wallet-homepage .home-header .header-nav ul{

}
.page-wrap .wallet-homepage .home-header .header-nav li{
	float: right;
	width: 15%;
	margin-left: 8%;
	text-align: center;
}
.page-wrap .wallet-homepage .home-header .header-nav li a{
	display: block;
	color: #fff;
	font-size: 18px;
}

.page-wrap .wallet-homepage .sub-header{
 	background:url(../Images/head_bg01.png) no-repeat;
 	background-size: cover;
	/*height: 800px;*/
    height: 940px;
	position: relative;
}
.page-wrap .wallet-homepage .sub-header .header-logo{
 	padding-top: 30px;
 	height: 122px;
}
/*导航栏*/
.page-wrap .wallet-homepage .sub-header .header-nav{
	width: 100%;
	padding-top: 40px;
}
.page-wrap .wallet-homepage .sub-header .header-nav ul{

}
.page-wrap .wallet-homepage .sub-header .header-nav li{
	float: right;
	width: 15%;
	margin-left: 8%;
	text-align: center;
}
.page-wrap .wallet-homepage .sub-header .header-nav li a{
	display: block;
	color: #fff;
	font-size: 18px;
}

.block {
	width: 100%;
  	height: 4px;
  	background: #38b1f6;
  	position: absolute;
  	bottom: -5px;
  	left: 0;
  	z-index: 99;
}

/*====================底部版权====================*/
.page-wrap .wallet-homepage .footer{
 	float: left;
	width: 100%;
	height: 120px;
	margin: 0 auto;
	background: url(../Images/foot_bg.png);
}
.footer #p1{
	text-align: center;
	padding-top: 30px;
	font-size: 12px;
	font-family: "微软雅黑";
}
.footer #p1 a:hover{
	color:#132D51;
}
.footer #p2{
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	font-family: "微软雅黑";
}

/*++++++++++++++++++++++++++通用顶部样式++++++++++++++++++++++++++*/

/*--------------------主页部分 home.html---start-----------------*/

/*=========ifocus=焦点轮播图======*/
.page-wrap .wallet-homepage .home-header .ifocus{
	width: 100%;
	/*height: 730px;
    overflow-y:scroll;*/
    height:980px;
    /*height: 117%;*/
	background-color: #FFFFFF;
	margin-top:25px;
	margin-bottom: 10px;
	border-radius:4px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
}
.ifocus .f-left{ 
	float: left;
	width: 12%;
	/*height: 730px;*/ 
    height: 100%;
	padding-top: 10px;
	background-color: #f2f2f2;
	margin-right: 1%;
	border-radius:4px 0 0 4px;
}
.ifocus .f-left li{
	width:105px;
	height: 72px; 
	line-height: 72px;
	
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.ifocus .f-left li:hover,.ifocus .f-left li.active{
	z-index: 3000;
}
.ifocus .f-left li i{
	/*width: 105px;
	height: 72px;
	position: absolute;
	margin-bottom: 10px;
	top: 0;
	left: 0;
	background: url(../Images/hover.png);
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	line-height: 72px;
	opacity: 0;
	-webkit-transition: .3s cubic-bezier(.3,0,0,1.37);
     transition: .3s cubic-bezier(.3,0,0,1.37);*/

    width: 105px;
    height: 26px;
    position: absolute;
    margin-bottom: 10px;
    top: 23px;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    font-family: DFKai-SB;
    opacity: 0.7;
    -webkit-transition: .3s cubic-bezier(.3,0,0,1.37);
    transition: .3s cubic-bezier(.3,0,0,1.37);
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;


}
.ifocus .f-left li i:hover,.ifocus .f-left li i.active{
	opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.ifocus .f-left li:hover i.i1,.ifocus .f-left li.active i.i1{
    opacity: 0.8;
     height: 72px;
    line-height: 22px;
    top: 0px;
    padding-top: 20px;
}


.ifocus .f-text{
	/*float: left;
	width: 86%;
	min-height: 30px;
	max-height: 90px;
	margin-left: 1%;
	padding-top: 10px;
	font-size: 14px;
	text-indent: 30px;*/

    float: left;
    width: 86%;
    min-height: 30px;
    max-height: 90px;
    padding-top: 15px;
    font-size: 14px;


}

.ifocus .f-text .publish-time,.ifocus .f-text .start-time,.ifocus .f-text .end-time{
	float: left;
	width: 26%;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
.ifocus .f-text span{
	font-size: 14px;
	color: #3474ad;
}

.ifocus .f-right{
    float: left; 
    width: 86%; 
    /*height: 640px;*/ 
    height:780px;
    margin-left: 1%; 
    position: relative; 
    /*overflow: inherit;*/
}
.ifocus .f-right ul li{position: absolute; width: 100%; height: 100%; z-index: 1; opacity:0; filter:alpha(opacity=0);}
.ifocus .f-right ul li img{width: 92%; height: 98%; display:block; margin:0 auto;  vertical-align:middle;}
.ifocus .f-right ul li.active{z-index: 2;}
.ifocus .f-right ul li p{display: none;}
/*焦点图按钮*/
.ifocus-btn-l{
	float: right;
	margin-top: 350px;
	width: 70px;
	height: 70px;
	opacity: 0.3;
}
.ifocus-btn-l:hover{
	opacity: 1;
}
.ifocus-btn-r{
	float: left;
	margin-top: 350px;
	width: 70px;
	height: 70px;
	opacity: 0.3;
}
.ifocus-btn-r:hover{
	opacity: 1;
}

/**/
.page-wrap .wallet-homepage .home-content{
	width: 100%;
	background: url(../Images/below_bg.png) no-repeat;
	background-size: cover;
}


/*预警等级*/
.page-wrap .wallet-homepage .home-content .yj-grade{
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.yj-grade .g-text1{
	width: 100%;
	min-height: 30px;
	max-height: 90px;
	font-size: 14px;
}
.yj-grade .g-line{
	width: 100%;
	height: 2px;
	background:url(../Images/tible_bottom.png) no-repeat;
	background-size: cover;
	margin-top: 15px;
	margin-bottom:15px;
}
.yj-grade .g-text2{	
	text-align: center;
	margin:0px auto;
	font-size:20px;
}
.time.2{
	font-size:16px;
}

/*预警弹出*/
.g-img{
	width: 100%;
	height: 150px;
	margin: 10px auto;	
}
.g-img li{
     position: relative;
     float: left;
     border-radius: 4px;
	 border:none;
	 color: #fff;
     cursor: default;
     width:25%;
     text-align:center;
}
.g-img li:hover{
     z-index: 3000;
}
.g_pop{
	 font-size:10px;
     color: #0b285e;
     height: 150px;
     width: 200px;
     opacity: 0;
	 line-height:14px;
	 padding:5px;
	 border:1px rgba(255,255,255,0.3) solid;
	 background:url(../Images/Eject_bg.png) #fff;
	 position: absolute;
     top: 0;
	 left: 50px;
	 margin:0px;
     border-radius: 4px;
     text-indent: 15px;
     -webkit-transition: .3s cubic-bezier(.3,0,0,1.2);
     transition: .3s cubic-bezier(.3,0,0,1.2);
     text-align: justify;
}
.g-img li:hover .g_pop{
     opacity: 1;
     -webkit-transform: scale(1.4);
     -ms-transform: scale(1.4);
     transform: scale(1.4);
     box-shadow: 0 0 10px 2px rgba(0,0,0,0.3);
}
#round1{background:url(../Images/first.png) no-repeat;}
#round2{background:url(../Images/second.png) no-repeat;}
#round3{background:url(../Images/third.png) no-repeat;}
#round4{background:url(../Images/fourth.png) no-repeat;}

/*预警等级end*/
.home-content .division{
	width: 100%;
	height:20px;
	background-size:100%;
	position: relative;
	bottom:230px;
}

/*预警表格*/
.home-content .tables{
	width: 100%;
		
}
.home-content .tables .t-text{
	width: 100%;
	height: 22px;
}
.home-content .tables .t-text .t-text-left{
	width: 20%;
	height: 22px;
	float: left;
	font-size: 15px;
	color: #07386d;
}
.home-content .tables .t-text .t-text-right{
	width: 15%;
	height: 22px;
	float: right;
	font-size: 15px;
	text-align: right;
}
.home-content .tables .t-text .t-text-right a{
	color: #07386d;
}
.home-content .tables .t-text .t-text-right a:hover{
	color:#078CCD;
}
.home-content .tables table{
	margin: 0 auto;
	width: 100%;
	height: 90px;
	float: left;
	margin-top: 10px;
	border-collapse: collapse;
	background:#FFFFFF;
}

.home-content .tables table th{
	/*font-size: 15px;
	font-weight: normal;
	width: 16%;
	border: 1px solid #374d6f;
	text-indent: 10px;*/
}
.home-content .tables table td{
	/*text-indent: 20px;
	border: 1px solid #374d6f;*/
}
/*预警表格end*/

/*--------------------主页部分 home.html---end-------------------*/

/*~~~~~~~~~~~~~~~~~~~预警信息部分 alarmInfo.html~~~start~~~~~~~~~~*/
.page-wrap .wallet-homepage .sub-header .info-bg{
	margin-top:30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius:4px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
	
}

.info-bg .info-top{
	/*width: 100%;
	height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 50px;*/
}
.info-bg .info-top .it-caption{
	float: left;
	width: 19%;
	padding-left: 3%;
	color: #777;
	font-size: 16px;
  	text-align: left;
}
.info-bg .info-top .it-type{
	float: right;
	width: 35%;
	font-size: 12px;
}
.info-bg .info-top .it-type select{
	float: right;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background: linear-gradient(#fff,#E6E6FA); /* 标准的语法（必须放在最后） */
	border-radius: 5px;
	outline: none;
}
.info-bg .info-top .it-city{
	float: right;
	width: 39%;
	padding-right: 4%;
	font-size: 12px;
}
.info-bg .info-top .it-city select{
	float: right;
	height: 20px;
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	color: #076999;
	background: linear-gradient(#fff,#E6E6FA); /* 标准的语法（必须放在最后） */
	border-radius: 5px;
	outline: none;
}

/*=======信息表内容=======*/
.info-bg .info-main{
	width: 98%;
	margin: 0 1% 1% 1%;
	background-color: #38b1f6;
	border-radius: 10px 10px 0 0;
}

.info-bg .info-main ol{
	width: 98%;
	margin: 0 1% 0 1%;
	overflow:auto;
}
.info-bg .info-main ol li{
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.info-bg .info-main .imenu{
	width: 98%;
	margin: 0 1% 1% 1%;
	background-color: #fff;
}
.info-bg .info-main .imenu ol{
	width: 100%;
	margin: 0 0;
	overflow:hidden;
}
.info-bg .info-main .imenu ol li{
	float: left;
	display: table-cell;
	height: 50px;
	line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border: 1px solid #38b1f6;
}
.info-bg .info-main .imenu ol li p{
	cursor:pointer;
}
.info-bg .info-main .imenu ul{
	width: 100%;
	margin: 0 0;
	overflow:hidden;
	display: none;
}
.info-bg .info-main .imenu ul li{
	float: left;
	display: table-cell;
	height: 40px;
	line-height: 40px;
    text-align: center;
    color: #235069;
    font-size: 14px;
    border: 1px solid #38b1f6;  
}

.info-bg .info-bottom{
	width: 98%;
	margin: 0 1% 1% 1%;
}
.info-bottom .info-bottom-left{
	width:100%;
	height: 30px;
	line-height: 30px;
	color: #38b1f6;
	font-size: 16px;
}
.info-bottom .info-bottom-right{
	width:100%;
	height: 30px;
	font-size: 16px;
}
.info-bottom .info-bottom-right input{
	border: 0;
	outline: none;
	cursor: pointer;
	margin-left: 5px;
	float: right;
} 
.info-bottom .info-bottom-right input.home-page{
	width: 65px;
	height: 28px;
	background: url(../Images/home-page-icon.png);

} 
.info-bottom .info-bottom-right input.home-page:hover{
	background: url(../Images/home-page-icon-hover.png);
} 
.info-bottom .info-bottom-right input.info-lief-icon{
	width: 28px;
	height: 28px;
	background: url(../Images/info-left-icon.png);
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); /* Internet Explorer */
	-moz-transform:rotate(-180deg); /* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg); /* Opera */
}
.info-bottom .info-bottom-right input.info-lief-icon:hover{
	width: 28px;
	height: 28px;
	background: url(../Images/info-left-hover-icon.png);
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */
}
.info-bottom .info-bottom-right input.info-right-icon{
	width: 28px;
	height: 28px;
	background: url(../Images/info-left-icon.png);
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */
}
.info-bottom .info-bottom-right input.info-right-icon:hover{
	width: 28px;
	height: 28px;
	background: url(../Images/info-left-hover-icon.png);
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); /* Internet Explorer */
	-moz-transform:rotate(-180deg); /* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg); /* Opera */
}
.info-bottom .info-bottom-right input.trailer-page{
	width: 65px;
	height: 28px;
	background: url(../Images/trailer-page-icon.png);

}
.info-bottom .info-bottom-right input.trailer-page:hover{

	background: url(../Images/trailer-page-icon-hover.png);

}
.info-bottom .info-bottom-right span.input-bg{
	float: right;
	width: 40px;
	height: 29px;
	background: url(../Images/page-input-icon.png) no-repeat;

}
.info-bottom .info-bottom-right span.input-txt1{
	float: right;
	width: 40px;
	height: 28px;
	text-align: center;
	margin-top: 1px;
}
.info-bottom .info-bottom-right span.input-txt2{
	float: right;
	width: 20px;
	height: 28px;
	text-align: center;
	margin-top: 1px;
}
.info-bottom .info-bottom-right input.page-input{
	width: 28px;
	height: 18px;
	margin-top: 6px;
	margin-right:5px;
}
.info-bottom .info-bottom-right input.go-icon{
	width: 41px;
	height: 28px;
	background: url(../Images/go-icon.png);
}
.info-bottom .info-bottom-right input.go-icon:hover{
	background: url(../Images/go-icon-hover.png);
}
/*~~~~~~~~~~~~~~~~~~~预警信息部分 alarmInfo.html~~~end~~~~~~~~~~*/

/*===================历史数据部分 calendar.html===start===========*/
.page-wrap .wallet-homepage .sub-header .calendar-bg{
	height: 740px;
	margin-top:30px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	border-radius:4px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
}

/*日历顶部信息*/
.calendar-bg .calendar-top{
	/*padding-top: 15px;
	padding-bottom: 15px;
	height: 50px;*/

    padding-top: 13px;
	padding-bottom: 13px;
	height: 50px;
}
.calendar-bg .calendar-top .ct-caption{
	padding-left: 5%;
	color: #777;
	font-size: 16px;
  	text-align: left;
}
.calendar-bg .calendar-top .ct-date{
	/*float: right;*/
	font-size: 14px;
}
/*select下拉框*/
.calendar-bg .calendar-top .ct-date select{
	/*width: 65px;
	height: 20px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background: linear-gradient(#fff,#E6E6FA); 
	border-radius: 5px;
	outline: none;*/

    width: 70px;
	height: 22px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	background: linear-gradient(#fff,#E6E6FA); /* 标准的语法（必须放在最后） */
	border-radius: 5px;
	outline: none;
}
/*搜索框*/
.calendar-bg .calendar-top .ct-search{
	font-size: 14px;
}
.calendar-bg .calendar-top .ct-search .search{
	float: right;
	width: 143px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-right: 5%;
}
.calendar-bg .calendar-top .ct-search input{
	float: left;
	outline: none;
}
.search-text{
	width: 110px;
	height: 18px;
	margin-left: 10px;
	border: 0;
	outline: none;
}

/*====================日历内容==========================*/
.calendar-bg .calendar-main{
	width: 100%;
	height: 670px;
	margin: 0 auto;
	margin-left: 15px;
	background-color: #38b1f6;
	border-radius: 10px 10px 0 0;	
}
/*.calendar-bg .calendar-main .calendar-main-top{
	width: 100%;
	height: 30px;
	margin-top: 10px;
}*/
.calendar-bg .calendar-main .calendar-main-top{
	width: 98%;
	height: 40px;
	padding-top: 10px;
	margin: 0 auto;
}
.cmt-left{
	float: left;
	width: 16px;
	height: 28px;
	margin-top: 1px;
	background-image: url(../Images/b-icon-left.png);
	cursor: pointer;
	opacity: 0.8;
}
.cmt-right{
	float: right;
	width: 16px;
	height: 28px;
	margin-top: 1px;
	background-image: url(../Images/b-icon-right.png);
	cursor: pointer;
	opacity: 0.8;
}
.cmt-left a,.cmt-right a{
	display: block;
	outline: none;
	width: 16px;
	height: 28px;
}
.cmt-left:hover,
.cmt-right:hover{
	opacity: 1;
}
.cmt-middle{
	float: left;
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
}
.cmt-middle a{
	color: #FFFFFF;
}
.calendar-line{
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
	background: url(../Images/b-calendar-line.png) no-repeat;
	background-size: cover;
}
.calendar-bg .calendar-main .calendar-main-table{
	width: 100%;
}
.calendar-main-table ol.cmt-ol{
	width: 100%;
	overflow:auto;
}
.calendar-main-table ol.cmt-ol li{
	float: left;
	width: 14.28%;
	height: 40px;
	line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.calendar-main-table ul{
	display: block;
	width: 100%;
	overflow:auto;
}
.calendar-main-table ul li{
	display: block;
	float: left;
	width: 14.28%;
	height: 95px;
	background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    border: 1px solid #38b1f6;
}
.calendar-main-table ul li:hover{
	border-bottom: 5px solid #38B1F6;
}
.calendar-main-table ul li .cmt-day{
	float: left;
	display: block;
	padding-top: 20px;
	width: 100%;
	height: 40px;
}
.calendar-main-table ul li .cmt-grade{
	float: left;
	display: block;
	width: 100%;
	height: 40px;
}
.calendar-main-table ul li .cmt-grade a{
	color: #b3b3b3;
	font-size: 12px;
}
.overdue{
	background-color: #cccccc;
	opacity: 0.3;
}



/**/
.calendar-bg .calendar-main table.calendar-main-table{
	width: 98%;
	margin:  0 auto;
}
.calendar-bg .calendar-main table.calendar-main-table th{
	height: 40px;
	line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.calendar-bg .calendar-main table.calendar-main-table td{
	width: 14.28%;
	height: 95px;
	background-color: #fff;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid #38b1f6;
}
.calendar-bg .calendar-main table.calendar-main-table td:hover{
	background-image: url(../Images/calendar-hover.png) ;
	background-repeat: no-repeat;
	background-position: bottom;
}
.calendar-bg .calendar-main table.calendar-main-table td .Grade_old{
	width: 40px;
	height: 20px;
	color: #b3b3b3;
	font-size: 12px;
	margin: 10px auto;
    text-align: center;
}
.Today {
	background-image: url(../Images/calendar-hover.png) ;
	background-repeat: no-repeat;
	background-position: bottom;
}
.calendar-bg .calendar-main table.calendar-main-table td.Grade0 {
	color: Gray;
	font-size: 14px;
}
.calendar-bg .calendar-main table.calendar-main-table td.Grade1 {
	background-color: #fff5f5;
	font-size: 14px;
}
.calendar-bg .calendar-main table.calendar-main-table td.Grade2 {
	background-color:#f7efb0;
	font-size: 14px;
}
.calendar-bg .calendar-main table.calendar-main-table td.Grade3 {
	background-color: #ffffe6;
	font-size: 14px;
}
.calendar-bg .calendar-main table.calendar-main-table td.Grade4 {
	background-color: #effaff;
	font-size: 14px;
}


/*===================历史数据部分 calendar.html==end===========*/
    
