#iframeMain{
	border-width: 0px;
	background-color: #f2f2f2;
}
.refresh-page{
	font-weight: bold;
	font-size:18px;
	color:#009688;
	cursor: pointer;
}
.layui-layout-admin{
	background-color:#fff;
	margin:15px;
}
.custom-page{
	text-align: center;
}
.custom-form{
	margin-top:30px;
}
.custom-form strong{
	font-size:20px;
	color:red;
	position:relative;
	top:5px;
	margin-left:2px;
}
/*.custom-form .layui-input{
	border-top-width:0px;
	border-left-width: 0px;
	border-right-width: 0px;
}*/
.layui-upload-drag{
	min-width:260px;
	border-color:#ccc;
}
.layui-input-hint{
	height:38px;
	line-height: 38px;
}
.layui-upload-text{
	margin-bottom: 10px;
	color:#333;
}
.layui-form-item .layui-input-inline{
	width:390px;
}
.layui-form-pane .layui-form-label{
	width:260px;
}
.custom-frame{
	height:100%;
	display: flex;
	flex-direction: column;
	
}
.custom-frame .layui-tab-item{
	height:100%;
}

.custom-frame .layui-tab-item iframe{
	width:100%;
	height:100%;
	border-width: 0px;
	background-color:#fff;
}
.layui-table td, .layui-table th{
	white-space:normal; 
	word-break:break-all;
}

.layui-table tr td:nth-child(1),
.layui-table tr th:nth-child(1) {
	white-space: nowrap;
	word-spacing: normal;
}

.checkbox-label{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}

.checkbox-label input{
	margin-right:3px;
	position: relative;
	top:-1px;
}

.layui-table{
	margin-top: 0px;
}

.layui-table td, .layui-table th{
	padding:5px;
}

.custom-table-title{
	background-color: #FAFAFA;
	padding:5px 15px;
}

.layui-input, .layui-select, .layui-textarea{
	font-size:12px;
}

.custom-img-list{
	background-color:#fff;
	padding-top:1px;
	margin-bottom:15px;
	overflow: hidden;
}

.cmdlist-text .info {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
    margin-top:10px;
}

.cmdlist-container img {
    width: 100%;
}

.cmdlist-text .price{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin-top:10px;
}

.cmdlist-text .flow{
	cursor: pointer;
	padding:10px 10px;
}

.custom-imglist-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.custom-imglist-title p{
	margin-bottom:5px;
}


.layui-fluid{
	clear: both;
}

.custom-inline {
   display: inline-block !important;
}

.custom-float-left{
	float:left !important;
}

.cmdlist-img{
	height:150px;
	display:block;
	position: relative;
	background-size: cover;
	background-position: center;
}

.cmdlist-img input{
	position: absolute;
	width:20px;
	height:20px;
	bottom:0px;
	right:0px;
	display: none;
}

/*ͼƬ�Ŵ�Ԥ��*/
.previewImg{
	position: fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:999;
	background-color:rgba(0,0,0,0.5);
}

.previewImg div{
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.previewImg div img{
	width:auto;
	height:90%;
}

.collect-font{
	color:#FFB800;
}

.layadmin-user-login{
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.layadmin-user-login-main{
	width:15%;
	min-width:340px;
	background-color:rgba(255,255,255,0.6);
	border-radius: 3px;
	padding-top:5px;
	padding-bottom:20px;
}

.layadmin-user-login-main .layui-form-item {
	position: relative;
}

.layadmin-user-login-main .layui-form-item  .layadmin-user-login-icon{
	position: absolute;
	top:0px;
	left:10px;
	bottom:0px;
	margin:auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.layadmin-user-login-main .layui-form-item input{
	padding-left:35px;
}

.layadmin-user-login .layadmin-user-login-box{
	padding:0px 20px;
}

.my-m-r20{
	margin-right:20px;
}

.my-color-span{
	color:#009688;
}

.icon-add{
	font-size:20px;
	cursor: pointer;
}

.clock{
	background-color: #ccc;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;	
}

.layui-form-pane .layui-card{
	border:1px solid #f6f6f6;
	width:545px;
}



.essential-colour{
	color: #FC1D34 !important;
}

.m-r-40{
	margin-right:40px !important;
}

.j-c{
	justify-content: center;
}

.m-l-15{
	margin-left:15px;
}

.m-t-20{
	margin-top:20px;
}

.m-b-10{
	margin-bottom: 10px;
}

.t-a-r{
	text-align: right;
}

.t-a-c{
	text-align: center;
}

.layui-bgx{
	background-color:#ccc !important;
}

.mobile-style{
	display: none !important;
}

.searchTimeInterval input{
	width:80px;
}
.searchTimeInterval .layui-input-inline:nth-child(2) input{
	border-left:1px #FFFFFF solid;
}



