 /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
	width: 6px;
	height: 6px;
	background-color: #c5f3e7;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 5px;
	background-color: white;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #c5f3e7;
}

@media (min-width:100px) and (max-width:368px) {
	header #logo-group > span{
	    margin: 7px 10px 0 10px;
	    color: white;
	    font-size: 1.2em;
	 }
	 header #logo-group > span > img{
	    margin-right:5px;
	 }
}
@media only screen and (max-width: 479px) and (min-width: 320px){
	#logo-group {
	    width: auto!important;
	}
}
#header>:first-child{
	width:auto!important;
}
aside {
    width: 170px!important;
}
#main {
    margin-left: 170px!important;
}
.fixed-ribbon #ribbon {
    left: 170px;
}
header #logo-group > span{
	margin: 7px 10px 0 10px;
    color: white;
    font-size: 1.9em;
    -moz-text-shadow: 5px 5px 5px #080808;
    -ms-text-shadow: 5px 5px 5px #080808;
    -o-text-shadow: 5px 5px 5px #080808;
    text-shadow: 5px 5px 5px #080808;
}
header #logo-group > span > img{
	margin-right:5px;
}
/**********皮肤 start***********/
.oip .checkbox input:focus+i, 
.oip .input input:focus, 
.oip .radio input:focus+i, 
.oip .select select:focus, 
.oip .textarea textarea:focus, 
.oip .toggle input:focus+i,

.oip .checkbox input:hover+i, 
.oip .input input:hover, 
.oip .radio input:hover+i, 
.oip .select select:hover, 
.oip .textarea textarea:hover, 
.oip .toggle input:hover+i
{
    border-color: #289479!important;
}
.oip .oip-group .img-thumbnail {
	background: #31daaf!important;
    border: 1px solid #31daaf!important;
}
.oip .oip-group .img-thumbnail:hover{
	border: 1px solid rgb(30, 230, 195)!important;
	background: #31daaf!important;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}
#header {
    background-image: -moz-linear-gradient(top,#433f3d,#433f3c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#433f3d),to(#433f3d));
    background-image: -webkit-linear-gradient(top,#433f3d,#433f3c);
    background-image: -o-linear-gradient(top,#433f3d,#433f3c);
    background-image: linear-gradient(to bottom,#433f3d,#433f3c);
    background-color: #433f3c;
}
.btn-header>:first-child>a {
    border: none;
    color: white;
    background-color: transparent;
    background-image: none;
    cursor: pointer!important;
}
.btn-header>:first-child>a:hover{
    border: none;
    color: #e2e3e3;
 }
.btn-header>:first-child>a:active{
    border: none;
    color: #d0d0d0;
    background-color: transparent;
    background-image: none;
 }
nav ul .active>a {
    color: #31daaf!important;
}
nav ul .active>a:hover {
    color: #09F5C0!important;
}
nav>ul>li>a>i {
    color: #31daaf;
}
nav ul ul {
    margin: 0;
    display: none;
    background: #505050;
    padding: 7px 0;
}
nav>ul>li>ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 23px;
    top: 0;
    bottom: 0;
    border-left: 1px solid #31daaf;
}
nav>ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    left: 23px;
    top: 16px;
    border-top: 1px solid #31daaf;
    z-index: 1;
}
nav>ul>li:hover>ul::before, nav>ul>li:hover>ul>li::before {
    border-color: #09F5C0!important;
}

.menu-on-top aside#left-panel nav>ul>li:hover {
    background: #fff;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#ecefee),color-stop(1,#7e8886));
    background: -ms-linear-gradient(bottom,#ecefee,#7e8886);
    background: -moz-linear-gradient(center bottom,#ecefee 0,#7e8886 100%);
    background: -o-linear-gradient(#ecefee,#31daaf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecefee', endColorstr='#7e8886', GradientType=0);
}
.menu-on-top nav ul ul, .menu-on-top nav ul ul ul {
    display: none!important;
    background: rgba(233, 236, 235, 0.95)!important;
    border: 1px solid #31daaf;
    -o-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 -4px 0 0 #bd2a2a;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 13px 35px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid #419687;
    border-top: none;
    width: 200px;
    border-radius: 0;
    padding: 3px;
    margin-left: 0;
}
.minifyme {
    border-bottom: 1px solid #21927e;
    background: #259478;
    color: #A8A8A8;
    text-align: center;
    padding: 0;
    width: 36px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    margin-top: 7px;
    font-size: 19px;
    transition: all .1s linear 0s;
}
.minifyme:hover {
    background: #31daaf;
}
nav>ul>li>a b {
    position: absolute!important;
    right: 10px;
    top: 10px;
    color: #31daaf;
}
aside {
    display: block;
    background: #3a3633;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(left,rgba(58, 54, 51, 0.95) 93%,rgba(42, 39, 37, 0.95) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(93%,rgba(58, 54, 51, 0.95)),color-stop(100%,rgba(42, 39, 37, 0.95)));
    background: -webkit-linear-gradient(left,rgba(58, 54, 51, 0.95) 93%,rgba(42, 39, 37, 0.95) 100%);
    background: -o-linear-gradient(left,rgba(58, 54, 51, 0.95) 93%,rgba(42, 39, 37, 0.95) 100%);
    background: -ms-linear-gradient(left,rgba(58, 54, 51, 0.95) 93%,rgba(42, 39, 37, 0.95) 100%);
    background: linear-gradient(to right,rgba(58, 54, 51, 0.95) 93%,rgba(42, 39, 37, 0.95) 100%);
    min-height: 100%;
}

.minified nav>ul>li>a>.menu-item-parent {
    background-color: #40e0c4;
    color: black;
    -webkit-box-shadow: 10px 0px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 0px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 10px 0px 10px 0 rgba(0,0,0,0.2);
    border-left: 1px solid #31daaf;
    border-top: 1px solid #31daaf;
    border-bottom: 1px solid #31daaf;

}
.minified nav>ul>li>ul {
    border: 1px solid #31daaf;
    -webkit-box-shadow: 10px 5px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 5px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 10px 5px 10px 0 rgba(0,0,0,0.2);
    background: #454545;
}
nav ul li.active>a:before {
    right: -20px;
}

#ribbon {
    background: rgba(71, 69, 68, 0.80);
}

#ribbon .breadcrumb, #ribbon .breadcrumb a {
    color: #BBB!important;
}
#ribbon .breadcrumb li:last-child, #ribbon .breadcrumb>.active {
    color: #31daaf!important;
}
.btn.btn-ribbon {
    background-color: #31daaf;
    background-image: -moz-linear-gradient(top,#31daaf,#31daaf);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#31daaf),to(#31daaf));
    background-image: -webkit-linear-gradient(top,#31daaf,#31daaf);
    background-image: -o-linear-gradient(top,#31daaf,#666);
    background-image: linear-gradient(to bottom,#31daaf,#31daaf);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31daaf', endColorstr='#31daaf', GradientType=0);
    color: block;

}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1dc5a8;
    border-color: #1dc5a8;
    padding: 5px;
}
.panel-primary {
    border-color: #1dc5a8;
}

.demo {
    background: rgba(24, 216, 167, 0.88);
}
.demo>span {
	background-color: #31daaf;
}
/**********皮肤 end***********/
.oip .jarviswidget{
	margin-bottom: 15px;
}
.oip .oip-group{
    position: relative;
}

.oip .oip-group input[readonly='readonly']{
	cursor: default;
}
/**上传*/
.oip .oip-group .input-group-btn{
	position: absolute;
    right: 117px;
    top: 1px;
    display: inline-table;
}
.oip .oip-group .input-group-btn .btn{
	margin-top: 2px;
    padding: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    background: #49bda9;
    color: white;
    border: 1px solid white;
}
/***上传**/

/****/
span[role="checked"]{
    padding: 0;
    margin: 0;
    border-radius: 16px;
    background: white;
    width: 20px;
    height: 20px;
    border:1px solid #31daaf;
    display: inline-block;
}
.oip .oip-group > .right-top{
    position: absolute;
    top: -10px;
    right: -9px;
}
span[role="checked"] > i{
    font-size: x-large;
    color: #31daaf;
    position: relative;
    top: -1px;
}
/****/

.oip .oip-select .form-control{
	padding-left: 37px!important;
}
.oip .btn {
    margin: 0;
    padding: 6px 12px; 
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    background-color: #289479;
    border:0;
}
.oip .btn:hover{
    background-color: #31daaf;
}

/********bootstrap-table start********/

.oip .table,
.oip .table caption,
.oip .table thead,
.oip .table colgroup,
.oip .table th,
.oip .table td {
    border-color:#32b795!important;
}

.oip .bootstrap-table button{
	background-color: #289479;
    margin-right: 5px;
    padding: 5px 8px;
    color: white;
    border-radius: 3px!important;
}
.oip .bootstrap-table button i{
	color:white;
}
.oip .bootstrap-table .fixed-table-toolbar{
    background: #32b795; 
    width: 100%; 
    display: inline-block; 
    border-radius: 3px 3px 0px 0px;
}
.oip .bootstrap-table .fixed-table-toolbar .bars, 
.oip .bootstrap-table .fixed-table-toolbar .columns, 
.oip .bootstrap-table .fixed-table-toolbar .search {
    position: relative;
    margin: 5px 0px;
    line-height: 34px;
}
.oip .bootstrap-table .fixed-table-container {
    position: relative;
    clear: both;
    border: 1px solid #32b795;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ws-border-radius: 0;
    margin-top: -4px;
}

.oip .fixed-table-container tbody input[type=radio], 
.oip .fixed-table-container tbody input[type=checkbox] {
    margin: 4px auto!important;
}


.oip .table>tfoot>tr>td, 
.oip .table>tfoot>tr>th, 
.oip .table>thead>tr>td, 
.oip .table>thead>tr>th,
.oip .table>tbody>tr>td {
    padding: 0!important;
}
.oip .table thead th .th-inner {
    padding: 9px 9px;
    line-height: 9px;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oip .fixed-table-pagination{
	display: inline-block;
	width:100%;
}
.oip .fixed-table-pagination .pagination-detail, 
.oip .fixed-table-pagination div.pagination {
    margin: 2px 5px -3px 0px;
}

.oip .fixed-table-pagination .pagination-detail .btn, 
.oip .fixed-table-pagination div.pagination .btn{
    margin: -6px 0px 0px 0px;
    padding: 0px 5px;
    box-sizing: content-box;
}
.oip .pagination>li a:hover{
    background-color: #31daaf!important;
}
.oip .pagination>.active>a, 
.oip .pagination>.active>a:focus, 
.oip .pagination>.active>a:hover, 
.oip .pagination>.active>span, 
.oip .pagination>.active>span:focus, 
.oip .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #18e0cd;
    border-color: #18e0cd;
    cursor: default;
}
.oip .dropdown-menu > li:hover{
	background-color: #31daaf;
	color:white;
}
.oip .dropdown-menu > li:active
     {
	background-color: #32b795;
	color:white;
}
.oip .dropdown-menu>.active>a, 
.oip .dropdown-menu>.active>a:focus, 
.oip .dropdown-menu>.active>a:hover {
    color: #fff!important;
    text-decoration: none;
    outline: 0;
    background-color: #289479;
}
.oip .dropdown-menu>li>a:focus,
.oip .dropdown-menu>li>a:hover{
	color: #fff!important;
    text-decoration: none;
    background-color: #32b795;
}

.oip .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow:none;
}
.oip .btn-default.active, 
.oip .btn-default.focus, 
.oip .btn-default:active, 
.oip .btn-default:focus, 
.oip .btn-default:hover, 
.oip .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #31daaf;
    border-color: #ffffff;
}

.oip .pagination>li a, 
.oip .pagination>li span {
    margin-left: 0;
    border-radius: 3px;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    margin-top: 4px;
    -webkit-box-shadow: none!important;
    margin-right: 2px;
    border-color: #289479;
    background-color: #289479;
    color: white;
}

.oip .table .btn{
	padding: 0px 2px;
    margin: 2px 3px;
    border-radius: 3px!important;
    color: white;
    background-color: #289479;
    border: none;
}
/********bootstrap-table end********/


/******jarviswidget start*******/
/******ztree start*******/
.oip .oip-row{
	border-top: 1px solid #bdbdbd;
}
.oip .jarviswidget .oip-area .smart-form section {
	padding: 5px 2px;
    margin: 0;
}
.oip .jarviswidget .oip-area .smart-form section .input-file .btn-search{
	padding:0px 5px;
	background-color: #49bda9;
}
.oip .jarviswidget .oip-area .smart-form section .input-file .input-search{
	padding: 0px 30px 0px 32px;
}
.oip .jarviswidget .oip-area fieldset{
	    padding:0px 15px;
}
.oip .jarviswidget .oip-area .oip-row .ztree,
.oip .jarviswidget .oip-area .oip-row .oip-list{
	height: 171px;
	overflow-y:auto;
	overflow-x:hidden; 
}
.oip .jarviswidget .oip-area .oip-row .oip-list > div{
	border-bottom:1px solid #bdbdbd;
	font-size: 1.4rem;
	white-space: nowrap;
	text-indent: 1em;
	padding:3px 0px; 
	cursor:pointer;
}
.oip .jarviswidget .oip-area .oip-row .oip-list > div:hover{
	background-color: #31daaf;
	color:white;
}
.oip .jarviswidget .oip-area .oip-row .oip-list div.active{
	background-color: #289479;
	color:white;
}
.oip .jarviswidget .oip-area .ztree .button{
	float:left;
	padding:0; 
}

.oip .jarviswidget .btn-page{
	padding:2px 5px;
	margin:0;
}

.oip .smart-form fieldset {
    display: block;
    padding: 14px 14px 5px;
}

/******ztree end*******/
.oip .jarviswidget header h2 {
    width: auto;
}
/******jarviswidget start*******/


/********bootstrap-table end********/


/***********  lz  ************/
div[contenteditable=true]:empty:before{
	content: attr(placeholder);
	color:#bbb;
}
div[contenteditable=true]{
	border: 1px solid #c2c2c2;
	padding: 5px;
	min-height: 200px;
}

/******************weixin********************/
.weixin .weixin_menu{
	margin-bottom: 10px;
}
.weixin .msg-btn{
/* 	border: 1px solid #289479; */
    text-align: center;
    height: 30px;
    line-height: 30px;
    float: left;
    display: inline-block;
    margin-left: 20px;
    padding: 0px 10px;
    border-radius: 3px;
}
.weixin .msg-btn:hover{
	background-color: #31daaf;
	color:white;
	cursor: pointer;
	border-color:#31daaf;
}
.weixin .msg-btn-active{
	background-color: #31daaf;
	color:white;
	cursor: pointer;
	border-color:#31daaf;
}
.weixin .weixin-border{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:5px 0px;
}
.weixin .msg-content .msg-content-text{
	border:1px solid #cccccc;
	min-height: 70px;
}
.weixin .msg-content .msg-chose{
	border:1px solid #cccccc;
	height:200px;
	text-align: center;
	line-height: 200px;
	font-size: 0px;
	color:#ccc;
	cursor: pointer;
	background: linear-gradient(45deg, #fff 25%, #f7f7f7 0, #f7f7f7 50%, #fff 0, #fff 75%, #f7f7f7 0);    
	background-size:30px 30px;   
}
 .weixin .msg-content .msg-chose span{
     font-size: 30px;
 }
.weixin .msg-content-news{
	border:none;
}
.weixin .menu-header-btn{

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.weixin .msg-link{
	border-top:1px solid #cccccc;
	margin-top:-16px;
	padding-top:18px;
}

.weixin .btn-right-edit{
		display:none;
		position: absolute;
	    top: -1px;
	    right: -1px;
	    background-color: #928d8d;
	    padding: 6px;
	    color: white;
	    border-radius: 0px 3px 3px 0px;
	    cursor: pointer;
	}
.weixin .head-right-edit{
		display:none;
		position: absolute;
	    top: -1px;
	    right: -1px;
	    background-color: #928d8d;
	    padding: 11px;
	    color: white;
	    border-radius: 0px 3px 0px 0px;
	    cursor: pointer;
	}
.weixin .btn-right-edit i,
.weixin .head-right-edit i {
		font-size: 19px;
}
.weixin .idtor-list{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor: pointer;
}
.weixin .idtor{
	border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px 0px;
    font-size: 20px;
}
.weixin .idtor:hover{
	border: 1px solid #43b548;
    margin: -1px -1px 0px -1px;
    position: relative;
    z-index: 1;
    color: #43b548;
    zoom: 1;
    cursor: pointer;
}
/* 切换微信公众号 */
.changeWeixin li{
	border:1px solid #c3baba;
	text-align: center;
}
/* 帮助提示定位 */
.helper{
	margin-right: 12px;
    cursor: pointer;
    line-height: 31px;
}


.ssd-spinner {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: relative;
}
 
.container1 > div, .container2 > div, .container3 > div {
  width: 16px;
  height: 16px;
  background-color: #67CF22;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.ssd-spinner .ssd-spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
 
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
 
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
 
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
 
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
 
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
 
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
 
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
 
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
 
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
 
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
 
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}