
html, body {
	height: 100%;
	background-color: #00436B;
}
.icon {
  width: 6em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.quc-ft {
  height: 31px;
  line-height: 20px;
  background: #ffffff26;
  padding: 0 29px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.layui-btn.larry-btn{
  width: 220px;
margin-left: -110px;
left: 50%;
position: absolute;
color: #ffffff;
background-color: rgba(66, 139, 202, 0.64);
border-color: #5e5e5e00;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
box-shadow: inset 0 0.1em 0.2em rgba(255, 255, 255, 0.2), 0 1em 2em 0.4em rgba(0, 0, 0, 0.5), 0 -1em 2em 0.1em rgba(255, 255, 255, 0.1);
}
.allin {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

form {
	margin: 0px;
}

.login-logo {
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	width: 394px;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-in-put;
	transition-timing-function: ease-in-put;
	margin-left: 50%;
}

.login-content {
	margin: auto;
	width: 394px;
	color: #fff;
}

.login-content i {
	font-size: 20px;
}

.yzmdiv {
	padding-left: 5px;
}

.widget {
	position: relative;
clear: both;
width: 394px;
overflow: hidden;
margin: 0px auto;
  margin-left: auto;
margin-left: 50%;
box-shadow: -15px 15px 15px rgb(6 17 47 / 70%);
}

.widget-content {
	padding: 20px 15px 15px;
	background-color: rgba(0, 0, 0, 0.25);
	/*border: 1px solid rgba(255, 255, 255, 0.3);*/
}

.widget-content {
	padding: 20px 20px 15px;
  padding-bottom: 15px;
background: linear-gradient( 230deg, rgba(53, 57, 74, 0) 0%, rgb(0, 0, 0) 100%);
}

.form-actions {
	/*background-color: rgba(0, 0, 0, 0.25);*/
	clear: both;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
	padding: 19px 20px 20px;
	height: 90px;
}

.code {
	width: 100%;
	height: 43px;
	border-radius: 5px;
	margin-top: 1px;
}

.form-actions .btn-primary {
	width: 220px;
	margin-left: -110px;
	left: 50%;
	position: absolute;
}

.alert-danger {
	background-color: rgba(242, 222, 222, 0.7);
	border-color: rgba(238, 211, 215, 0.7);
}

.tooltip {
	position: absolute;
	display: none;
	z-index: 9900000;
	outline: none;
	opacity: 1;
	filter: alpha(opacity = 60);
	padding: 9px 15px;
	border-width: 0;
	border-style: solid;
	border-radius: 3px;
}

.tooltip-arrow-outer, .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-style: solid;
	border-width: 6px;
	border-color: transparent;
	_border-color: tomato;
	_filter: chroma(color = tomato);
}

.tooltip-arrow {
	display: none;
}

.tooltip-right .tooltip-arrow-outer {
	left: 0;
	top: 50%;
	margin: -6px 0 0 -13px;
}

.tooltip-right .tooltip-arrow {
	left: 0;
	top: 50%;
	margin: -6px 0 0 -12px;
}

.tooltip-left .tooltip-arrow-outer {
	right: 0;
	top: 50%;
	margin: -6px -13px 0 0;
}

.tooltip-left .tooltip-arrow {
	right: 0;
	top: 50%;
	margin: -6px -12px 0 0;
}

.tooltip-top .tooltip-arrow-outer {
	bottom: 0;
	left: 50%;
	margin: 0 0 -13px -6px;
}

.tooltip-top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin: 0 0 -12px -6px;
}

.tooltip-bottom .tooltip-arrow-outer {
	top: 0;
	left: 50%;
	margin: -13px 0 0 -6px;
}

.tooltip-bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin: -12px 0 0 -6px;
}

.tooltip {
	background-color: #f8f8f8;
	border-color: #dedede;
}

.tooltip-right .tooltip-arrow-outer {
	border-right-color: #95B8E7;
}

.tooltip-right .tooltip-arrow {
	border-right-color: #fff;
}

.tooltip-left .tooltip-arrow-outer {
	border-left-color: #95B8E7;
}

.tooltip-left .tooltip-arrow {
	border-left-color: #fff;
}

.tooltip-top .tooltip-arrow-outer {
	border-top-color: #95B8E7;
}

.tooltip-top .tooltip-arrow {
	border-top-color: #fff;
}

.tooltip-bottom .tooltip-arrow-outer {
	border-bottom-color: #95B8E7;
}

.tooltip-bottom .tooltip-arrow {
	border-bottom-color: #fff;
}

.loadingCircle, .loadingText {
	opacity: 0;
}

.allin.loading .login-logo {
	-webkit-transform: translateY(260px);
	-ms-transform: translateY(260px);
	transform: translateY(260px);
}

.loadingCircle {
	text-align: center;
	width: 120px;
	position: absolute;
	top: 28%;
	left: 50%;
	margin-left: 126px;
	transition: all 0.5s linear 0.3s;
	-moz-transition: all 0.5s linear 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.5s linear 0.3s; /* Safari and Chrome */
	-o-transition: all 0.5s linear 0.3s; /* Opera */
}

.loadingText {
	color: #ffffff;
	font-size: 18px;
	font-family: '微软雅黑';
	position: absolute;
	width: 172px;
	left: 50%;
	margin-left: 96px;
	text-align: center;
	top: 56%;
	letter-spacing: 3px;
	transition: all 0.5s linear 0.3s;
	-moz-transition: all 0.5s linear 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.5s linear 0.3s; /* Safari and Chrome */
	-o-transition: all 0.5s linear 0.3s; /* Opera */
}

.allin.loading .loadingCircle, .allin.loading .loadingText {
	opacity: 1;
	visibility: visible;
}

.loadingCircle svg {
	height: 120px;
	width: 120px;
	overflow: visible;
}

.g-circles {
	-webkit-transform: scale(0.9) translate(7px, 7px);
	-ms-transform: scale(0.9) translate(7px, 7px);
	transform: scale(0.9) translate(7px, 7px);
}

circle {
	fill: rgba(255, 255, 255, 0.7);
	fill-opacity: 0;
	-webkit-animation: opacity 1.2s linear infinite;
	animation: opacity 1.2s linear infinite;
}

circle:nth-child(12n + 1) {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

circle:nth-child(12n + 2) {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

circle:nth-child(12n + 3) {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

circle:nth-child(12n + 4) {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

circle:nth-child(12n + 5) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

circle:nth-child(12n + 6) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

circle:nth-child(12n + 7) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

circle:nth-child(12n + 8) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

circle:nth-child(12n + 9) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

circle:nth-child(12n + 10) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

circle:nth-child(12n + 11) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

circle:nth-child(12n + 12) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
}

@-webkit-keyframes opacity { 
	3%{
		fill-opacity: 1;
	}
	75%{
	fill-opacity:0;
	}
}
@keyframes opacity { 
	3%{
		fill-opacity: 1;
	}
	75%{
	fill-opacity:0;
	}
}
.loadingText span {
	float: left;
	position: relative;
}

.loadingText span:nth-child(1) {
	-webkit-animation: jump 4s linear 0s infinite normal;
}

.loadingText span:nth-child(2) {
	-webkit-animation: jump 4s linear 0.4s infinite normal;
}

.loadingText span:nth-child(3) {
	-webkit-animation: jump 4s linear 0.8s infinite normal;
}

.loadingText span:nth-child(4) {
	-webkit-animation: jump 4s linear 1.2s infinite normal;
}

.loadingText span:nth-child(5) {
	-webkit-animation: jump 4s linear 1.6s infinite normal;
}

.loadingText span:nth-child(6) {
	-webkit-animation: jump 4s linear 2s infinite normal;
}

.loadingText span:nth-child(7) {
	-webkit-animation: jump 4s linear 2.4s infinite normal;
}

.loadingText span:nth-child(8) {
	-webkit-animation: jump 4s linear 2.8s infinite normal;
}

.loadingText span:nth-child(9) {
	-webkit-animation: jump 4s linear 3.2s infinite normal;
}

.loadingText span:nth-child(10) {
	-webkit-animation: jump 4s linear 3.6s infinite normal;
}

@-webkit-keyframes jump { 
	0%{
		top: 0px;
	}
	2%{
	   top: -8px;
	}
	5%{
	   top:0px;
	}
	100%{
	   top:0px;
	}
}
@media ( max-width : 768px) {
	.yzmdiv {
		padding-left: 15px;
		margin-bottom: 10px;
	}
	.code {
		height: 80px;
	}
	#yzm_img{
	    float: none !important;
	}
	.allin.loading .login-logo {
	-webkit-transform: translateY(220px);
	-ms-transform: translateY(220px);
	transform: translateY(220px);
    }
}

@media ( max-width : 640px) {
	.slide {
	     display:none;
	}
	.widget, .login-logo{
	margin-left:auto;
	}
	.loadingText{
	margin-left: -100px;
	}
	.loadingCircle {
	margin-left: -70px;
    }
}

.panel{
	background-color:transparent;
}

.panel-body {
  overflow: auto;
  border-top-width: 0;
  padding: 5px;
}
.textbox {
  position: relative;
  /* border: 1px solid #ccc; */
  border: 0px;
  /* background-color: rgba(0,0,0,.05); */
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.textbox .textbox-text {
  border: 0;
  padding: 4px 0px 4px 6px;
  color:#555;
  white-space: normal;
  vertical-align: top;
  outline-style: none;
  resize: none;
  /* box-shadow: 0px 1px 5px rgba(0,0,0,.05) inset; */
  background-color: transparent;
  text-align: center;
}
.textbox,.textbox .textbox-text{
  margin: 0;
  border-radius: 10px;
}
.textbox .textbox-text::-ms-clear,
.textbox .textbox-text::-ms-reveal {
  display: none;
}
.textbox textarea.textbox-text {
  white-space: pre-wrap;
}
.textbox .textbox-prompt {
  color: #aaa;
}
.textbox .textbox-bgicon {
  background-position: 3px center;
  padding-left: 21px;
}
.textbox .textbox-button,
.textbox .textbox-button:hover {
  background: #f8f8f8;
  position: absolute;
  top: 0;
  padding: 0;
  vertical-align: top;
  border-radius:0;
  z-index: 10;
}
.textbox .textbox-button:hover {
  background: #f1f1f1;
  color: #3c3c3c !important;
}
.textbox .textbox-button:active {
  background: #e9e9e9;
  color: #3c3c3c !important;
}
.textbox-button-right,
.textbox-button-right:hover {
  right: 0;
  border-width: 0 0 0 1px !important;
  margin: 0 -2px 0 0;
}
.textbox-button-left,
.textbox-button-left:hover {
  left: 0;
  border-width: 0 1px 0 0;
}
.textbox-button-top,
.textbox-button-top:hover {
  left: 0;
  border-width: 0 0 1px 0;
}
.textbox-button-bottom,
.textbox-button-bottom:hover {
  top: auto;
  bottom: 0;
  left: 0;
  border-width: 1px 0 0 0;
}
.textbox-button-right, 
.textbox-button-right:hover,
.textbox-button-left, 
.textbox-button-left:hover {
  border-color: #ccc !important;
}
.textbox-addon {
  position: absolute;
  top: 0;
}
.textbox .textbox-addon {
  padding: 0px 5px 0px 0px;
  /* background-color: #fff; */
  border: none;
  z-index: 1;
}
.textbox .textbox-addon .textbox-icon{ padding: 0 1px; }
.textbox .textbox-addon-right {
  /* box-shadow: -3px 1px 5px rgba(0,0,0,.05) inset; */
  margin: 0 -2px 0 0;
}
.textbox .textbox-addon-left {
  box-shadow: 1px 1px 5px rgba(0,0,0,.05) inset;
}
.textbox-disabled .textbox-addon {
  background-color: #fafafa;
}
.textbox-label {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding:0 10px;
  background: #f4f4f4;
  border:1px solid #ccc;
  border-right: none;
}

.textbox-label-after {
  border:1px solid #ccc;
  border-left: none;
}

.textbox-label-top {
  display: block;
  width: auto;
  padding: 0;
}

.textbox-disabled,
.textbox-label-disabled {
}
.textbox-disabled .textbox-text{ color:#8c8c8c;}
.textbox-readonly .textbox-text{}
.textbox-icon {
  display: inline-block;
  width: 18px;
  height: 20px;
  overflow: hidden;
  vertical-align: top;
  background-position: center center;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none;
  outline-style: none;
}
.textbox-icon-disabled,
.textbox-icon-readonly {
  cursor: default;
}
.textbox-icon:hover {
  opacity: 1.0;filter: alpha(opacity=100);
}
.textbox-icon-disabled:hover {
  opacity: 0.6;filter: alpha(opacity=60);
}



.textbox-focused {
  border-color: #66afe9;
  box-shadow: 0 0 5px 0 #93cdf9;
}
.textbox-invalid {
  border-color: #ff8400;
  background-color: #fff;
}
.textbox-disabled .textbox-text {
	user-select: none;
	cursor: url("../image/disable.png"/*tpa=http://gymangel.com.cn/rain/img/disable.png*/), default;
}
.textbox-disabled .textbox-text, .textbox-readonly .textbox-text {
	background: #fafafa;
}
.textbox-invalid.textbox-focused {
	border-color: #ff8400;
	box-shadow: 0 0 3px #ffa341;
}


.filebox .textbox-value {
  vertical-align: top;
  position: absolute;
  top: 0;
  left: -5000px;
}
.filebox-label {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 10;
  background: url("../image/blank.gif"/*tpa=http://gymangel.com.cn/rain/img/blank.gif*/) no-repeat;
}
.l-btn-disabled .filebox-label {
  cursor: default;
}
.combo-arrow {
  width: 18px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.combo-arrow-hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.combo-panel {
  overflow: auto;
}
.combo-arrow {
  background: url("../image/combo_arrow.png"/*tpa=http://gymangel.com.cn/rain/img/combo_arrow.png*/) no-repeat center center;
}
.combo-panel {
  background-color: rgba(255,255,255,.35);
  font-size:12px;
}

.combo-arrow-hover {
  background-color: #eaf2ff;
}
.combo-arrow:hover {

}
.combo .textbox-icon-disabled:hover {
  cursor: default;
}
.combobox-item,
.combobox-group,
.combobox-stick {
  font-size: 12px;
  padding: 3px 0px 3px 15px;
}
.combobox-item-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.combobox-item-display{
	display:none !important;
}
.combobox-gitem {
  padding-left: 10px;
}
.combobox-group,
.combobox-stick {
  font-weight: bold;
}
.combobox-stick {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  background: inherit;
}
.combobox-item-hover {
  background-color: #1E90FF;
  color: #FFF;
}
.combobox-item-selected {
  background-color: #1E90FF;
  color: #FFF;
}
.combobox-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}

.tree,.tree li ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tree li,.tree-node{
  white-space: nowrap;
}
.tree-node,.tree-hit{cursor: pointer;}
.tree-node {
  height: 20px;
}

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox,
.tree-indent {
  display: inline-block;
  width: 16px;
  height: 18px;
  vertical-align: top;
  overflow: hidden;
}
.tree-indent {
	width: 10px;
}
.tree-expanded,.tree-expanded-hover,.tree-collapsed,.tree-collapsed-hover,.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded,.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed,.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded,.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed,.tree-line,.tree-join,.tree-joinbottom,.tree-folder,.tree-folder-open,.tree-file,.tree-checkbox0,.tree-checkbox1,.tree-checkbox2,.tree-dnd-yes,.tree-dnd-no
{ background-image:url("../image/tree_icons1.png"/*tpa=http://gymangel.com.cn/rain/img/tree_icons.png*/); background-repeat:no-repeat;}

.tree-expanded {
  background-position:-18px 0px;
}
.tree-expanded-hover {
  background-position:-50px 0px;
}
.tree-collapsed {
  background-position:0px 0px;
}
.tree-collapsed-hover {
  background-position:-32px 0px;
}
.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background-position:-144px 0;
}
.tree-lines .tree-collapsed,
.tree-lines .tree-root-first .tree-collapsed {
  background-position:-128px 0;
}
.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
 background-position:-80px 0;
}
.tree-lines .tree-node-last .tree-collapsed,
.tree-lines .tree-root-one .tree-collapsed {
 background-position:-64px 0;
}
.tree-line {
  background-position:-176px 0;
}
.tree-join {
  background-position:-192px 0;
}
.tree-joinbottom {
  background-position:-160px 0;
}
.tree-folder {
  background-position:-208px 0;
}
.tree-folder-open {
  background-position:-224px 0;
}
.tree-file {
  background-position:-240px 0;
}
.tree-loading {
  background: url("../image/loading2.gif"/*tpa=http://gymangel.com.cn/rain/img/loading.gif*/) no-repeat center center;
}
.tree-checkbox0 {
  background-position:-208px -18px;
}
.tree-checkbox1 {
   background-position:-224px -18px;
}
.tree-checkbox2 {
  background-position:-240px -18px;
}
.tree-title {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  padding: 0 2px;
  height: 18px;
  line-height: 18px;
}
.tree-node-proxy {
  line-height: 20px;
  padding: 0 2px 0 20px;
  border-width: 1px;
  border-style: solid;
  z-index: 9900000;
}
.tree-dnd-icon {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 18px;
  left: 2px;
  top: 50%;
  margin-top: -9px;
}

.tree-dnd-yes {
   background-position:-256px 0;
}
.tree-dnd-no {
  background-position:-256px -18px;
}
.tree-node-top {
  border-top: 1px dotted red;
}
.tree-node-bottom {
  border-bottom: 1px dotted red;
}
.tree-node-append .tree-title {
  border: 1px dotted red;
}
.tree-editor {
  border: 1px solid #a6a6a6;
  line-height: 16px;
  padding: 0 4px;
  margin: 0;
  width: 80px;
  outline-style: none;
  vertical-align: top;
  position: absolute;
  top: 0;
}
.tree-node-proxy {
  background-color: #ffffff;
  border-color: #95B8E7;
}
/* background: #f5f5f5; */
.tree-node-hover,.tree-node-selected{
  background-color: #1E90FF;
  color: #FFF;
}

.tree-node-hidden {
  display: none;
}
.validatebox-invalid, .validatebox-invalid + .combo{
  border-color: #ff8400;
}
.tree-memoryCode{
	display: none;
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(0,0,0,.2);
}



.gmsbtn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-transform: uppercase;
}

.gmsbtn.left:after {
  left: 0;
}
.gmsbtn.right:after {
  right: 0;
}
.gmsbtn.wave:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  margin-left: -30%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
.gmsbtn.wave.right:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 200%;
  height: 200%;
  top: -5%;
  border-radius: 50px;
  margin-right: -30%;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
.gmsbtn.wave:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}
.gmsbtn.stroke:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
.gmsbtn.stroke:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}
.gmsbtn.half-stroke:after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.75s ease-in-out;
}
.gmsbtn.half-stroke:active:after {
  width: 0px;
  opacity: 1;
  transition: 0s;
}
.gmsbtn.bubble:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.75s ease-in-out;
}
.gmsbtn.bubble:active:after {
  transform: scale(0);
  opacity: 1;
  transition: 0s;
}