
/*
 *  http://qietu.com
Copyright 2007~2018 Qietu, Inc.*/

/*reset*/
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1; box-sizing: border-box;} html button::-moz-focus-inner{border-color:transparent!important;}
body{overflow-x: hidden; font-size:12px;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} table{/*border-collapse:collapse;border-spacing:0;*/} fieldset,a img{border:0;} address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} em,i{ font-style:normal;}



/*common*/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }.clearfix {display:block;}.clear{ clear:both;}
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.show{ display:block; visibility:visible;}.hide{ display: none; visibility:hidden;}
.block{ display:block;} .inline{ display:inline;}
.break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}

.tal{ text-align:left} .tar{ text-align:right;}

/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}

.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}

 a{ color:#5d5d5e; }
  a:hover{ color:#3e6ed4;}

body{font-family: "Microsoft YaHei",sans-serif;}

.css3{
	/*transition: all 0.3s ease-in-out 0s;*/

	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);

	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);

	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {

  }

  @media screen and (max-width: 480px) {

  }
@font-face{
     font-family: '字体名称随便起';
     src: url('../font/字体名称.eot');
     src:url('../font/字体名称.woff') format('woff'),
         url('../font/字体名称.ttf') format('truetype'),
         url('../font/字体名称.svg') format('svg');
}
*{
	box-sizing: border-box;
}
img{
	max-width: 100%;
}
body,input,textarea,select,button{
	 font-family: 'PingFang SC', 'microsoft yahei', arial, 'helvetica neue', 'hiragino sans gb', sans-serif;
}

/*手机下汉堡菜单*/
.gh {

	height:30px;
	width:25px;
	margin-right:3%;
	margin-top:20px;
	position:absolute;
	right: 0; top: 0;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor:pointer;
	display: none;
}
.gh span {
	background-color: #fff;
	display: block;
	height: 2px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}

.gh span:after, .gh span:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width:100%;
}
.gh span:after {
	top:8px;
}
.gh span:before {
	top:-8px;
}
#mobile-menu-toggle{
	display: none;
}
#mobile-menu-toggle:checked + .gh span:after,
#mobile-menu-toggle:checked + .gh span:before {
	top: 0;
}
#mobile-menu-toggle:checked + .gh span:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
#mobile-menu-toggle:checked + .gh span:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
#mobile-menu-toggle:checked + .gh span {
	background-color: transparent !important;
}
#mobile-menu-toggle:checked + .gh + .nav{
	max-height: 100vh;
}


body,select,input,view,text,button,textarea{
    font-family:'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}


/*日历*/
#calendar{
	width: 100%;
	border: #bbdcd1 solid 1px;
	border-radius: 8px;
	font-family: 'PingFang SC','microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
	overflow: hidden;
}
#calendar *{
	box-sizing: border-box;
}
#calendar a:hover{
	text-decoration: none;
}
.fc-header-toolbar{
	background: #e2f0eb;
	height: 40px;
	padding: 0 18px;
	line-height: 40px;
	font-size: 18px;
	color: #399777;
	margin-bottom: 0 !important;
	padding-right: 10px;
}
.fc-toolbar h2{
	font-size: 15px;
	font-weight: normal;
}
.fc-today-button{
	height: 24px !important; color: #468c74; background: #fff !important;
	font-size: 14px !important;
	border: none !important;
	margin-top: 7px !important;
	font-weight: bold;
}
.fc-button-group .fc-button{
	width: 16px; height: 16px; border-radius: 100px;
	background: #fff;
	border: none;
	padding: 0;
	margin-top: 12px;
	margin-left: 16px;
	line-height: 0;
}
.fc-button-group .fc-icon{
	font-size: 8px;
	color: #3f9276;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
	border-color: transparent;

}
.fc-unthemed td.fc-today{
	opacity: 1;
}
.fc-unthemed td.fc-today .fc-day-number{
	background: #399777;
	    font-size: 13px;

    display: inline-block;
    height: 20px;

    border-radius: 20px;
    width: 20px;
    text-align: center;
    color: #fff !important;
    opacity: 1;
}
.fc-day-header{
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #399777;
	font-size: 13px;
	font-weight: normal;
}
.fc-sat span,
.fc-sun span{

}
.fc-day-top{
    text-align: center;

}
.fc-day-number{
	font-size: 13px;
	color: #399777;
}
.fc-other-month .fc-day-number{
	color: #565555 !important;
}
.fc-content-skeleton td:first-child .fc-day-number,
.fc-content-skeleton td:last-child .fc-day-number{

}
.fc-bgevent{
	background: #b3dcff;

}
.fc-unthemed td.fc-today{
	background: none;
}

.fc-basic-view .fc-body .fc-row{
	min-height: inherit;
	height: 40px !important;
}
.fc-day-grid-container{
	height: auto !important;
}

.fc-day-number{
	float: none !important;
}
/*农历*/
.fc-day-cnDate{
	display: inline-block; clear: both; text-align: right; color: #399777; font-size: 14px;
	margin-left: 5px;
}
/*节假日*/
.fc-day-cnTerm{
	color: #fff; background: #FFA332;
	display: inline-block; clear: both; text-align: right;
  height: 20px;
	padding: 2px 5px; border-radius: 20px; font-size: 12px;
	margin-left: 5px;


}
.fc-day-top.fc-other-month{
	opacity: 1;
	color: #999999 !important;
}
.fc-day-top.fc-other-month .fc-day-number,
.fc-day-top.fc-other-month .fc-day-cnDate{
	color: inherit !important;
}
.fc-week-number{
	background: #d7eae4;
	color: #399777; font-size: 13px; width: 40px !important;
}
.fc-week-number.fc-widget-header{
	padding-top: 10px !important;
}
.fc td, .fc th{
	border-width: 0;
}
