body{
	overflow-x:hidden!important;
}
.frampage{
	padding: 15px;
	background-color: #ffffff;
	margin: 15px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
	border-radius: 2px;
}

.divtotop {
	 z-index:99891031;
	 position:fixed;
	 top:-38px; 
	 left:0px;
	 width:100%;
	 _position:absolute;
	 _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); 
	 overflow:visible;
	 height:38px;
	 text-align:center;
}

.wbtipsmsg{
	box-shadow: 1px 1px 25px rgba(164,165,167,0.3);
	background-color: #f49918;
	text-align: center;
	min-width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ffffff;
}

.buttonbox{
	width: 100%;
	height: 28px;
}

.wbpageselectbox{
	height: 28px;
	padding-right: 18px;
	float: right;
}

.buttonbox button:nth-child(n+2){
	margin-left:3px!important;
}

.layui-table thead tr, .layui-table-fixed-l tr, .layui-table-header, .layui-table-mend, .layui-table-patch, .layui-table-tool {
    color: #444444!important;
}

.layui-table-view .layui-table {
    color:#666666!important;
}

.layui-table-tool .layui-laypage button {
    color: #444444!important;
}
.layui-table-page .layui-laypage button {
    color: #444444!important;
}

.layui-table-view select[lay-ignore] {
    color: #444444!important;
}

.layui-laypage-count{
	color: #444444!important;
}

.layui-table-tool .layui-laypage input {
   color: #444444!important;
}

.admin-selectpagebox {
	z-index: 100;
	position: fixed;
	top: 20px;
	right:-270px;
	_position: absolute;
	_top: expression_r(documentElement.scrollTop + 
		documentElement.clientHeight-this.offsetHeight);
	overflow:auto;
	background-color:#F5F5F5;
	border:solid 1px #D7D7D7;
	width:260px;
	height: 100%;
	box-shadow: 0 0 10px 0 rgba(100,100,100,0.5);
	height:-moz-calc(100% - 40px)!important;
	height:-webkit-calc(100% - 40px)!important;
	height:calc(100% - 40px)!important;
	display: none;
}
.height-20{
	width: 100%;
	clear: both;
	height: 20px;
}
.height-10{
	width: 100%;
	clear: both;
	height: 10px;
}
.admin-selectpagebox-title{
	width: 220px;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	text-align: left;
}

.admin-selectpagebox-input-title{
	width:220px;
	height:25px;
    line-height:25px;
	margin-left:20px;
	color:#686868;
    font-size:12px;
}

.admin-selectpagebox-input{
	width:220px;
	margin-left:20px;
}
.admin-selectpagebox-input input{
	height: 30px!important;
}

.input-group input{
	width:102px!important;
	display:inline!important;
}

.admin-selectpagebox-button{
	width: 220px;
	margin-left: 20px;
}

.wbselectcontentbox{
	width:100%;
	height:100%;
	height:-moz-calc(100% - 140px)!important;
	height:-webkit-calc(100% - 140px)!important;
	height:calc(100% - 140px)!important;
	overflow: auto;
}

.layui-form-label{
	color: #444444!important;
}

.layui-input, .layui-textarea{
	color: #555555!important;
}

.layui-form-switch{
	box-sizing: initial!important;
	margin-top: 0px!important;
}
.layui-form-radio span{
	color: #555555!important;
}

.layui-form-selected dl{
	color:#555555!important;
}

.td_a{
	color: #056dae;
	text-decoration: none;
}
.td_a:hover {
    color: #00a4ac;
    text-decoration: none;
}




