body {
/*     margin: 15px 15px 15px 15px;
   	background: #E4E5F0; */
}
.bodyBg{
	background-color: #ffffff;
}

.layuimini-container {
    border-radius: 5px;
    margin: 10px 17px;
} 

/* .layuimini-main {
    margin: 10px 20px;
} */

/**必填红点 */
.layuimini-form > .layui-form-item > .required:after {
    content: '*';
    color: red;
    position: absolute;
    margin-left: 4px;
    font-weight: bold;
    line-height: 1.8em;
    top: 6px;
    right: 5px;
}

.layuimini-form > .layui-form-item > .layui-form-label {
    width: 120px !important;
}

.layuimini-form > .layui-form-item > .layui-input-block {
    margin-left: 150px !important;
}

.layuimini-form > .layui-form-item > .layui-input-block > tip {
    display: inline-block;
    margin-top: 10px;
    line-height: 10px;
    font-size: 10px;
    color: #a29c9c;
}

/**搜索框*/
.layuimini-container .table-search-fieldset {	
    margin: 0;
    padding: 10px 20px 5px 20px;
    color: #6b6b6b;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #9c9da0;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.fmImg{
	position: relative;
	width: 120px; 
	height: 120px;
	margin-top: 10px;
	border: 1px solid #ddd;
	background: #eee;
	overflow: hidden;
}
.fmImg img{
	width: 100%;
	height: auto;
}
.fmImg:hover .close{
	position: absolute;
	top: 2px;
	right:2px;
	z-index: 9;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../../images/del.png) no-repeat center;
	background-size: 100%;
	cursor: pointer;
}
.productImgs .fmImg{
	float: left; 
	margin-right: 10px;
}
.liuchengBox li{
	width: 122px;
	float: left;
	margin-right: 20px;
}

/*日历查看预约表*/
.sysapb{
	width: 100%;
	background: #fff;
}
.mt20{
	margin-top: 20px;
}
.sysapb_title{
	/*padding-top: 30px;*/
}
.sysapb_title h2{
	float: left;
}
.sysapb_title h2 i{
	display: inline-block;
	width: 6px;
	height: 16px;
	background: #447fea;
}
.sysapb_title h2 span{
	padding-left: 26px;
	font-size: 16px;
}
.sysapb_title .tjsx{
	position: relative;
	float: left;
	padding-left: 56px;
}
.radioBox{
	float: left;
	padding-top: 3px;
}
.radioBox .item{
	position: relative;
	float: left;
}
.radioBox .item label{
	display: inline-block;
	
	font-size: 14px;
	width: 80px;
	height: 16px;
}
.radioBox .item label span{
	float: left;
	display: block;
	margin-right: 8px;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 1px #b8b8b8;
}
.radioBox .item label b{
	float: left;
	font-weight: normal;
}
.radioBox .item input{
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	opacity: 0;
}
.radioBox .item input:checked + label span:after{
	position: absolute;
	top: 6px;
	left: 3px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #999;
}
.xzriqi label{
	float: left;
	padding-top: 3px;
	font-size: 14px;
	padding-right: 10px;
}
.xzriqi .cont{
	float: left;
}
.xzriqi .cont .borderTop{
	position: relative;
	width: 110px;
	height: 26px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
}
.xzriqi .cont .borderTop .xiasj{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	border: 6px solid transparent;
	border-top: 6px solid #b8b8b8;
}
.xzriqi .cont .borderTop span{
	display: block;
	padding: 3px 0 0 10px;
}
.sxBtn{
	padding-top: 2px;
}
.sxBtn button{
	width: 70px;
	height: 26px;
	margin-left: 26px;
	background-color: #5d8bec;
	border-radius: 2px;
	border: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
/*具体日期安排表*/
.sysapb_bd{
	padding: 10px 0;
	overflow: hidden;
}

.sysapb_bd .title {
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.sysapb_bd .title div {
	float: left;
	width: 33.3%;
	font-size: 16px;
	box-sizing: border-box;
}

.sysapb_bd .title div.left {
	cursor: pointer;
	padding-left: 20px;
	background: url(../images/icon_rll.png) no-repeat left center;
}

.sysapb_bd .title div.center {
	text-align: center;
}

.sysapb_bd .title div.right {
	cursor: pointer;
	width: 33.4%;
	padding-right: 20px;
	text-align: right;
	background: url(../images/icon_rlr.png) no-repeat right center;
}
/*按月查看*/
.month .hd li{
	float: left;
	width: 14.28%;
	height: 40px;
	padding-top: 10px;
	background: #ddd;
	text-align: center;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.month .hd li span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.month .bd {
	position: relative;
}
.month .bd .item li{
	float: left;
	width: 14.28%;
	height:100px;
	padding-top: 10px;
	background: #f5f5f5;
	text-align: center;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	color: #5D8BEC;
}
.month .bd .item li.zsblue{
	background: #5D8BEC;
	color: #fff;
}
.month .bd .item li.active{
	background: #ea7b7b;
	color: #fff;
}
.month .bd .item li.zsblue .xinxi p{
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.month .bd .item li.zsblue .xinxi a{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.month .bd .txtBox div ul li{
	position: absolute;
	width: 100%;
	padding: 20px 10px 0 10px;
	background: #5d8bec;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
}
.month .bd .txtBox div ul li.active{
	background: #ea7b7b;
}
/*按月查看*/
.monthTable .hd li{
	float: left;
	width: 2.93%;
	line-height: 40px;
	background: #ddd;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.monthTable .hd li:first-child{
	width: 9%;
	line-height: 40px;
	padding-top:0;
}
.monthTable .hd li span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.monthTable .bd {
	position: relative;
}
.monthTable .bd .item li{
	float: left;
	width: 2.93%;
	height:40px;
	padding-top: 10px;
	background: #f5f5f5;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.monthTable .bd .item li:first-child{
	width: 9%;
	line-height: 40px;
	padding-top:0;
	background: #ddd;
}
.monthTable .bd .txtBox{
	position: absolute;
	margin-top: 40px;
	left: 9%;
	width: 89.9%;
}
.monthTable .bd .txtBox div{
	position: absolute;
	top: 0;
	left: 0;
	width: 14.2%;
	height: 120px;
}
.monthTable .bd .txtBox div.col_two{
	left: 14.3%;
}
.monthTable .bd .txtBox div.col_three{
	left: 28.55%;
}
.monthTable .bd .txtBox div.col_four{
	left: 42.85%;
}
.weekTable .bd .txtBox div.col_five{
	left: 57.15%;
}
.monthTable .bd .txtBox div.col_sex{
	left: auto;
	right: 14.37%;
}
.monthTable .bd .txtBox div.col_seven{
	left: auto;
	right: 1px;
}
.monthTable .bd .txtBox ul li{
	position: absolute;
	/*width: 100%;*/
	text-align: center;
	line-height: 40px;
	background: #1E9FFF;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.monthTable .bd .txtBox ul li.active,.weekTable .bd .txtBox ul li:hover{
	background: #ea7b7b;
}
/*按周查看*/
.weekTable .hd li{
	float: left;
	width: 13%;
	height: 60px;
	padding-top: 10px;
	background: #ddd;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.weekTable .hd li:first-child{
	width: 9%;
	line-height: 60px;
	padding-top:0;
}
.weekTable .hd li span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.weekTable .bd {
	position: relative;
}
.weekTable .bd .item li{
	float: left;
	width: 13%;
	height:40px;
	padding-top: 10px;
	background: #f5f5f5;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.weekTable .bd .item li:first-child{
	width: 9%;
	line-height: 40px;
	padding-top:0;
	background: #ddd;
}
.weekTable .bd .txtBox{
	position: absolute;
	margin-top: 60px;
	left: 9%;
	width: 91%;
}
.weekTable .bd .txtBox div{
	position: absolute;
	top: 0;
	left: 0;
	width: 14%;
	height: 120px;
}
.weekTable .bd .txtBox div.col_two{
	left: 14.3%;
}
.weekTable .bd .txtBox div.col_three{
	left: 28.55%;
}
.weekTable .bd .txtBox div.col_four{
	left: 42.85%;
}
.weekTable .bd .txtBox div.col_five{
	left: 57.15%;
}
.weekTable .bd .txtBox div.col_sex{
	left: auto;
	right: 14.37%;
}
.weekTable .bd .txtBox div.col_seven{
	left: auto;
	right: 1px;
}
.weekTable .bd .txtBox div ul li{
	position: absolute;
	width: 100%;
	padding: 8px 8px 0 8px;
	background: #5d8bec;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
	cursor: pointer;
}
.weekTable .bd .txtBox div ul li a{
	color: #fff;
}
.weekTable .bd .txtBox div ul li a:hover{
	text-decoration: underline;
}
.weekTable .bd .txtBox div ul li.active,.weekTable .bd .txtBox div ul li:hover{
	background: #ea7b7b;
}
/*按天查看*/
.dayLi .hd li{
	float: left;
	width: 90%;
	height: 40px;
	padding-top: 10px;
	background: #ddd;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.dayLi .hd li:first-child{
	width: 10%;
	line-height: 40px;
	padding-top:0;
}
.dayLi .hd li span{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.dayLi .bd {
	position: relative;
}
.dayLi .bd .item li{
	float: left;
	width: 90%;
	height:40px;
	padding-top: 10px;
	background: #f5f5f5;
	text-align: center;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
}
.dayLi .bd .item li:first-child{
	width: 10%;
	line-height: 40px;
	padding-top:0;
	background: #ddd;
}
.dayLi .bd .txtBox{
	position: absolute;
	margin-top: 40px;
	left:10%;
	width: 90%;
	border-right: 2px solid #fff;
    box-sizing: border-box;
}
.dayLi .bd .txtBox div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
}

.dayLi .bd .txtBox div ul li{
	position: absolute;
	width: 100%;
	padding: 4px 4px 0 4px;
	background: #5d8bec;
	font-size: 12px;
	color: #fff;
	box-sizing: border-box;
}
.dayLi .bd .txtBox div ul li a{
	color: #fff;
	padding-right: 5px;
}
.dayLi .bd .txtBox div ul li a:hover{
	text-decoration: underline;
}
.dayLi .bd .txtBox div ul li.active{
	background: #ea7b7b;
}

.table_box{
	background-color:#fff;
	/* border-radius:10px; */
}
