/*pc端=日期控制插件*/
.jedate .jedate-wrap {
    min-width: 338px;
    background: #fff;
    overflow: hidden;
}
.jedate .jedate-pane {
    width: 338px;
    float: left;
    overflow: hidden;
}
.jedate .jedate-content .daystable th {
    width: 48px;
    height: 27px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
}
.jefixeitem {
    position: relative;
    float: left;
    text-align: center;
    margin-top: 5px;
}
.jedate .jedate-header {
    width: 100%;
    height: 40px;
    line-height: 36px;
    float: left;
    background-color: #E8EEF6;
    text-align: center;
    font-size: 16px;
    padding: 0 50px;
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}
.jedate .jedate-header .ymbtn {
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.jedate .jedate-content .daystable td.action,
.jedate .jedate-content .daystable td.action:hover,
.jedate .jedate-content .daystable td.action .lunar {
	/*background-color: #1A56A8;*/
	background: url(/version/2019/sswj/pc_img/background-round.png) no-repeat;
	background-size:30px  30px;/*背景图片显示的宽为100像素，高为600像素*/
	background-position: center;
	color: #fff;
	/*border-radius: 50%;*/
}
.jedate .jedate-header em {
    margin-left: 20px;
    margin-right: 20px;
    width: 25px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    color: #666;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.jedate .jedate-content{
	margin-top: 5px;
    margin-bottom: 5px;
}
