*{font-family:Verdana, Geneva, sans-serif;padding:0px;margin:0px;-webkit-tap-highlight-color: transparent;list-style-type:none}
body{
	--main-color:#009966;
	--font-size:16px;
	--main-bgcolor:white;
	--rgb-r:0;
	--rgb-g:0;
	--rgb-b:0;
	--main-hgcolor:rgba(var(--rgb-r),var(--rgb-g),var(--rgb-b),0.15);
	--border:0.5px rgba(var(--rgb-r),var(--rgb-g),var(--rgb-b),0.1) solid;
	--input-height:36px;
	--btn-height:36px;
}
body{font-size:var(--font-size)}
table{border-spacing: 0;border-collapse: collapse; }
button,.cursor{cursor:pointer}
a:link,a:visited{color:var(--main-color);TEXT-DECORATION:none;font-size:var(--font-size)}
a:hover{TEXT-DECORATION:underline;color:red;}
input,button,textarea,select{resize:none;outline:none;font-size:var(--font-size)}

.wrap{word-wrap:break-word;word-break:break-all;white-space:normal;}

.input{line-height:var(--input-height); border:var(--border);padding:0px 5px;border-radius:5px;background:white;width:95%}
.textarea{line-height:20px; border:var(--border);padding:5px; overflow:hidden; border-radius:5px;overflow:auto}
.input:focus,.textarea:focus{border:.5px var(--main-color) solid;}
.input:disabled,.textarea:disabled{cursor:not-allowed;opacity:0.8}

.webbtn,.webbtn:link,.webbtn:visited{color:#ffffff;background-color:var(--main-color);padding:8px 10px;border:none; cursor:pointer;border-radius:5px;align-items:center;white-space:nowrap}
.webbtn:active,.webbtn:hover{box-shadow:0px 0px 5px rgba(var(--rgb-r),var(--rgb-g),var(--rgb-b),0.3);opacity:0.9;TEXT-DECORATION:none}
.webbtn:disabled{background-color:#dddddd;color:#888888;cursor:not-allowed}
.webbtn:disabled:hover{background-color:none;box-shadow:none;opacity:1}
.webbtn-default,.webbtn-default:link,.webbtn-default:visited{background-color:white;color:black;border:var(--border);}
.webbtn-main,.webbtn-main:link,.webbtn-main:visited{background-color:white;color:black;border:.5px var(--main-color) solid;}
.webbtn-danger{background-color:#d9534f}
.webbtn-mini{padding:4px 5px;font-size:12px}

.hover:hover,.active{background-color:rgba(0,0,0,0.05);cursor:pointer}
.border{border:var(--border)}
.redborder{border:0.5px solid #d9534f}
.mainbody{background:var(--main-bgcolor);border:var(--border);border-radius:5px}

.zhu{color:var(--main-color)}
.hui{color:#888888}
.box{box-shadow:0px 0px 5px rgba(var(--rgb-r),var(--rgb-g),var(--rgb-b),0.3);}

::placeholder{color:#999999;}
.flex{display:flex;align-items: center;}

.webbtn-group{
	display:flex;
}
.webbtn-group :first-child:not(:last-child){
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.webbtn-group :last-child:not(:first-child){
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
}
.webbtn-group :not(:last-child):not(:first-child){
	border-radius:0px;
}
.webbtn-group :not(:first-child){
	border-left-width:0px;
}

.rock-loading {
  display: inline-block;
  vertical-align: middle;
  height:16px;
  width:16px;
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='80px' height='80px' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eloading%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='94.0869141%25' y1='0%25' x2='94.0869141%25' y2='90.559082%25' id='linearGradient-1'%3E%3Cstop stop-color='%23606060' stop-opacity='0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23606060' stop-opacity='0.3' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='100%25' y1='8.67370605%25' x2='100%25' y2='90.6286621%25' id='linearGradient-2'%3E%3Cstop stop-color='%23606060' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23606060' stop-opacity='0.3' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.9'%3E%3Cg%3E%3Cpath d='M40,0 C62.09139,0 80,17.90861 80,40 C80,62.09139 62.09139,80 40,80 L40,73 C58.2253967,73 73,58.2253967 73,40 C73,21.7746033 58.2253967,7 40,7 L40,0 Z' fill='url(%23linearGradient-1)'%3E%3C/path%3E%3Cpath d='M40,0 L40,7 C21.7746033,7 7,21.7746033 7,40 C7,58.2253967 21.7746033,73 40,73 L40,80 C17.90861,80 0,62.09139 0,40 C0,17.90861 17.90861,0 40,0 Z' fill='url(%23linearGradient-2)'%3E%3C/path%3E%3Ccircle id='Oval' fill='%23606060' cx='40.5' cy='3.5' r='3.5'%3E%3C/circle%3E%3C/g%3E%3CanimateTransform attributeName='transform' begin='0s' dur='1s' type='rotate' values='0 40 40;360 40 40' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E%0A") 0 0 no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
  opacity:0.2;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.list-group{}
.list-group-item{padding:12px;cursor:pointer;overflow:hidden;word-wrap:break-word;}
.list-group-item:hover{
	background-color:rgba(var(--rgb-r),var(--rgb-g),var(--rgb-b),0.05);
}
.list-group .list-group-item:not(:last-child){
	border-bottom:var(--border);
}

.panel{
	background:var(--main-bgcolor);border:var(--border);border-radius:5px;
}
.panel-title{
	background-color:var(--main-hgcolor);text-align:left;padding:10px;border-radius:5px 5px 0px 0px;
}
.panel-body{
	text-align:left;
}
.panel-footer{
	background-color:rgba(0, 0, 0, 0.05);text-align:left;padding:10px;border-radius:0px 0px 5px 5px;
}

.upload_items{border:var(--border);height:60px;overflow:hidden;float:left;margin-top:5px;margin-bottom:5px;margin-right:10px;cursor:pointer;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.upload_items:active{border:1px var(--main-color) solid}
.upload_items img.imgs{width:50px;height:50px;margin:5px}
.upload_items_items{padding:5px;text-align:center}
.upload_items_meng{ background:rgba(0,0,0,0.5);position:absolute;left:0px;top:0px;height:60px;overflow:hidden;line-height:60px;text-align:center;width:100%;color:white}

.bixuform div[required] input,.bixuform div[required] select,.bixuform div[required] textarea{border:0.5px red solid}