﻿/*
 * CSS Expandable Menu
 * 左侧菜单
 */
	/*! Freebie Skelet */
	ul.expmenu { width: 100%; }
	ul.expmenu * { list-style: none; }
	ul.expmenu > li{
		margin-bottom: 10px;
	}
	ul.expmenu > li > div.header { 
		cursor: pointer;
		height: 42px;
		line-height: 42px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
	}
	ul.expmenu > li:last-child > div.header { border-bottom: none; }

	ul.expmenu > li ul li {
		/* color: #707274 !important;  */
		color: #333 !important; 
		font-size: 14px !important;
		/* padding: 15px 0 !important; */
		/* max-height: 49px; */
	}
ul.expmenu > li ul li a{padding:14px 0 14px 60px;}

ul.expmenu > li > div.header>a{
	padding:0 34px 0 34px;
    display: block;
    width: 100%;
}

	ul.expmenu > li ul li:last-child { border-bottom: none; }
	ul.expmenu > li > div.header>a>.label {  padding-left: 26px;font-size: 14px;color: #2A2A2A;}
	ul.expmenu > li > div.header .arrow { display: block; width: 10px; height: 10px; background: no-repeat center; float: right;margin-right: 18%; }
	ul.expmenu > li > div.header .arrow.up { background-image: url(https://www.china-mcc.com/static/member/images/arrow_u.png);background-size: 12px 7px; }
	ul.expmenu > li > div.header .arrow.down { background-image: url(https://www.china-mcc.com/static/member/images/arrow_d.png);background-size: 12px 7px; }

ul.expmenu > li > div.header>.label {
	padding: 15px 0 15px 60px;
	background-position: left 34px center;
}

ul.expmenu > li > div.header .label{
	background-repeat: no-repeat;
    
}


		/* Mouse Events */
		ul.expmenu li.on div.header>a
		{
			/* background: #D8E0EC; */
			/* border-left: 4px solid #1969F2; */
			cursor: pointer;
    		/* padding-left: 30px !important; */
			margin-top: 0;
		}

		ul.expmenu div.header>a:hover
		{
			background: #D8E0EC;
			cursor: pointer;
			border-left: 4px solid #1969F2;
    		padding-left: 30px !important;
			text-decoration: none;
		}
		/* ul.expmenu div.header>a:hover
		{
			background: #D8E0EC;
			cursor: pointer;
			border-left: 4px solid #1969F2;
		} */

		ul.expmenu > li ul li:not(.selected):hover
		{
			background: #D8E0EC;
			cursor: pointer;
			color: #1969F2 !important;
			/* border-left: 4px solid #1969F2;
    		padding-left: 56px !important; */
		}
		ul.expmenu > li ul li:not(.selected):active
		{
			background: #f1f1f1; /* Old browsers */
			cursor: pointer;
		}
		ul.expmenu > li ul li:not(.selected):hover a{color: #1969F2;text-decoration: none;}

		.wanshan{
			width: 142px;
			height: 24px;
			position: absolute;
			z-index: 2;
			right: -32px;
			top: -10px;
			img{
				width: 100%;
				height: 100%;
			}
		}


	/* 日期 */


.calendar-container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 400px;
}
#currentMonth {
  text-align: center;
  margin-bottom: 15px;
}
.calendar {
  margin-bottom: 20px;
}
.calendar-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.calendar-header div {
  width: 14.28%;
  text-align: center;
  font-weight: bold;
}
.calendar-days {
  display: flex;
  flex-wrap: wrap;
}
.day {
  width: 14.28%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}
.day:not(.empty):hover {
  background-color: #e0e0e0;
  border-radius: 4px;
}
.day.event {
  color: #007bff;
  font-weight: bold;
}
.event-content {
  border-top: 1px solid #eee;
  padding-top: 15px;
}




.list_lh{ height:170px; overflow:hidden;}
