html {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
* {
    text-decoration: none;
    list-style: none;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1)
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2)
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4)
}
html,body,.main,.main-header,.heightauto{height:100%;}
.minheightauto,.main-box{min-height:100%;}
body{
	background: #f2f2f2;
	font-family: "Microsoft YaHei UI";
}
body.skin-black {
	background-color:#fff;
	font-size: 15px;
}
a:hover, a:link, a:visited {
    text-decoration: none;
}
a:hover {color:#15a589;}
a,a:focus {
	color:inherit;
	text-decoration:none
}
li {
	list-style:none;
	padding-left:0
}
ul {
	padding-left:0
}
em {color:#18bc9c}
red {color:red}
.r {
	float: right;
}
.l {
    float: left;
}
.t-r{
	text-align: right;
}
.t-l{
	text-align: left;
}
.t-c{
	text-align: center;
}
.syscolor {color:#18bc9c;}
.bai{
	color:#fff;
}
.huang, .huang a {
    color: #ff4e22;
}
.green, .green a {
    color: #00CC00;
}
.color, .color a {
    color: #18bc9c;
}
.red, .red a {
    color: red;
}
.bold {font-weight:bold}
/*颜色集*/
.color0 ,.color0 i{
	color:#FF3300
}
.color1 ,.color1 i {
	color:#FFCC00
}
.color2 ,.color2 i {
	color:#FF3333
}
.color3 ,.color3 i {
	color:#FFCC33
}
.color4 ,.color4 i {
	color:#FF3366
}
.color5 ,.color5 i {
	color:#FFCC66
}
.color6 ,.color6 i {
	color:#FF3399
}
.color7 ,.color7 i {
	color:#FFCCCC
}
.color8 ,.color8 i {
	color:#FF6600
}
.color9 ,.color9 i {
	color:#00CC00
}
.color10 ,.color10 i {
	color:#FF9933
}
.color11 ,.color11 i {color:#996600}.color12 ,.color12 i {color:red}.color13 ,.color13 i {color:#FF0066}.color14 ,.color14 i {color:#CCCC00}.color15 ,.color15 i {color:#66CC00}.color16 ,.color16 i {color:#FF3300}.color17 ,.color17 i {color:#996600} .color18 ,.color18 i {color:#0099FF}.color19 ,.color19 i {color:#0099CC}.color20 ,.color20 i {color:#00CCFF}.color21 ,.color21 i {color:#CC0066}.color22 ,.color22 i {color:#FF3300}.color23 ,.color23 i {color:#FF6633}.color24 ,.color24 i {color:#FF3300}.color25 ,.color25 i {color:#FF99CC}.color26 ,.color26 i {color:#FF3300}

.bgcolor0 {
	background:#FF3300
}
.bgcolor1 {
	background:#FFCC00
}
.bgcolor2 {
	background:#FF3333
}
.bgcolor3 {
	background:#FFCC33
}
.bgcolor4 {
	background:#FF3366
}
.bgcolor5 {
	background:#FFCC66
}
.bgcolor6 {
	background:#FF3399
}
.bgcolor7 {
	background:#FFCCCC
}
.bgcolor8 {
	background:#FF6600
}
.bgcolor9 {
	background:#00CC00
}
.bgcolor10 {
	background:#FF9933
}
.bgcolor11 {background:#996600}.bgcolor12 {background:red}.bgcolor13 {background:#FF0066}.bgcolor14 {background:#CCCC00}.bgcolor15 {background:#66CC00}.bgcolor16  {background:#FF3300}.bgcolor17 {background:#996600} .bgcolor18{background:#0099FF}.bgcolor19 {background:#0099CC}.bgcolor20  {background:#00CCFF}.bgcolor21 {background:#CC0066}.bgcolor22  {background:#FF3300}.bgcolor23 {background:#FF6633}.bgcolor24 {background:#FF3300}.bgcolor25 {background:#FF99CC}.bgcolor26 {background:#FF3300}

.block-gray{background:#555555}
.block-red{background:#ef4437}
.block-primary{background:#5bc0de}
.block-success{background:#5cb85c;}
.block-orange{background:orange;}
.block-green{background:#18bc9c;}
.block-f60{background:#f60;}
.size-1of1 {
	width:100%
}
.size-1of2 {
	width:50%
}
.size-1of3 {
	width:33.33%
}
.size-1of4 {
	width:25%
}
.size-1of5 {
	width:20%
}
.size-1of6 {
	width:16.66%
}
.size-1of7 {
	width:14.28%
}
.size-1of8 {
	width:12.5%
}
.is_close {
	
}
.noborder{
	border: 0
}
.nopadding{
	padding:0
}
.nomargin{
	margin:0
}
.delete{color: #bebebe;text-decoration:line-through;font-size:0.55rem}
.disabled {
	color:#999;
	cursor:default;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
	height:0
}
.clear {clear:both;}
.clearfix {
	zoom:1
}
.ishuan {white-space: normal;}
.overflow-h {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.overflow-h2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.container{
	position:relative;
	width:100%;
	height:100%;
}
.i-margin {
	margin-right:7px;
}
.new {position:absolute;right: 9px;top: -7px;background:url(../images/new.png) #fff no-repeat right!important;}
.badge {
	position:absolute;
	color:#fff;
	background-color:#ff0030;
	right:-8px;
	top:5px
}
.flex-jy {
	-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;
}
.flex-jy, .col-jy,.col-jy-1,.col-jy-10,.col-jy-11,.col-jy-12,.col-jy-2,.col-jy-3,.col-jy-4,.col-jy-5,.col-jy-6,.col-jy-7,.col-jy-8,.col-jy-9{
	position:relative;
	min-height:1px;
	padding-right:4px;
	padding-left:4px
}

.flex-jy, .col-jy,.col-jy-1,.col-jy-10,.col-jy-11,.col-jy-12,.col-jy-2,.col-jy-3,.col-jy-4,.col-jy-5,.col-jy-6,.col-jy-7,.col-jy-8,.col-jy-9 {
	float:left
}
.col-jy-12 {
	width:100%
}
.col-jy-11 {
	width:91.66666667%
}
.col-jy-10 {
	width:83.33333333%
}
.col-jy-9 {
	width:75%
}
.col-jy-8 {
	width:66.66666667%
}
.col-jy-7 {
	width:58.33333333%
}
.col-jy-6 {
	width:50%
}
.col-jy-5 {
	width:41.66666667%
}
.col-jy-4 {
	width:33.33333333%
}
.col-jy-3 {
	width:25%
}
.col-jy-2 {
	width:16.66666667%
}
.col-jy-1 {
	width:8.33333333%
}
.col-jy-pull-12 {
	right:100%
}
.col-jy-pull-11 {
	right:91.66666667%
}
.col-jy-pull-10 {
	right:83.33333333%
}
.col-jy-pull-9 {
	right:75%
}
.col-jy-pull-8 {
	right:66.66666667%
}
.col-jy-pull-7 {
	right:58.33333333%
}
.col-jy-pull-6 {
	right:50%
}
.col-jy-pull-5 {
	right:41.66666667%
}
.col-jy-pull-4 {
	right:33.33333333%
}
.col-jy-pull-3 {
	right:25%
}
.col-jy-pull-2 {
	right:16.66666667%
}
.col-jy-pull-1 {
	right:8.33333333%
}
.col-jy-pull-0 {
	right:auto
}
.col-jy-push-12 {
	left:100%
}
.col-jy-push-11 {
	left:91.66666667%
}
.col-jy-push-10 {
	left:83.33333333%
}
.col-jy-push-9 {
	left:75%
}
.col-jy-push-8 {
	left:66.66666667%
}
.col-jy-push-7 {
	left:58.33333333%
}
.col-jy-push-6 {
	left:50%
}
.col-jy-push-5 {
	left:41.66666667%
}
.col-jy-push-4 {
	left:33.33333333%
}
.col-jy-push-3 {
	left:25%
}
.col-jy-push-2 {
	left:16.66666667%
}
.col-jy-push-1 {
	left:8.33333333%
}
.col-jy-push-0 {
	left:auto
}
.col-jy-offset-12 {
	margin-left:100%
}
.col-jy-offset-11 {
	margin-left:91.66666667%
}
.col-jy-offset-10 {
	margin-left:83.33333333%
}
.col-jy-offset-9 {
	margin-left:75%
}
.col-jy-offset-8 {
	margin-left:66.66666667%
}
.col-jy-offset-7 {
	margin-left:58.33333333%
}
.col-jy-offset-6 {
	margin-left:50%
}
.col-jy-offset-5 {
	margin-left:41.66666667%
}
.col-jy-offset-4 {
	margin-left:33.33333333%
}
.col-jy-offset-3 {
	margin-left:25%
}
.col-jy-offset-2 {
	margin-left:16.66666667%
}
.col-jy-offset-1 {
	margin-left:8.33333333%
}
.col-jy-offset-0 {
	margin-left:0
}
.pc-sm-2, .pc-sm-3, .pc-sm-4, .pc-sm-5, .pc-sm-6, .pc-sm-7, .pc-sm-8, .pc-sm-9, .pc-sm-10 {
	float:left;
	height:100%;
	position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
.pc-sm-2 {
	width: 50%;
}
.pc-sm-3 {
	width: 33.333%;
}
.pc-sm-4 {
	width: 25%;
}
.pc-sm-5 {
	width: 20%;
}
.pc-sm-6 {
	width: 16.66%;
}
.pc-sm-7 {
	width: 14.28%;
}
.pc-sm-8 {
	width: 12.5%;
}
.pc-sm-9 {
	width: 11.11%;
}
.pc-sm-10 {
	width: 10%;
}
.margin10 {
	margin:10px
}
.margin15 {
	margin:15px
}
.margin-top {
	margin-top:10px
}
.margin-top-1 {
	margin-top:1px
}
.margin-top-2 {
	margin-top:2px
}
.margin-top-3 {
	margin-top:3px
}
.margin-top-4 {
	margin-top:4px
}
.margin-top-5 {
	margin-top:4px
}
.content-empty {
	font-size:15px;
	text-align:center;
	padding:20px
}
@keyframes wave-animation-1{0%{background-position:0 bottom}
to{background-position:600px bottom}
}
@keyframes wave-animation-2{0%{background-position:0 bottom}
to{background-position:600px bottom;}
}
.water{position:absolute;left:0;bottom:-10px;height:30px;width:100%;z-index:1}
.water-c{position:relative}
.water-1,.water-2{position:absolute;width:100%;height:30px}
.water-1{background:url(../images/diy/gif/water-1.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-1 3.5s infinite linear;animation:wave-animation-1 3.5s infinite linear}
.water-2{top:5px;background:url(../images/diy/gif/water-2.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-2 6s infinite linear;animation:wave-animation-2 6s infinite linear}
.water-bg0,.water-bg1,.water-bg2,.water-bg3,.water-bg4,.water-bg5,.water-bg6,.water-bg7,.water-bg8,.water-bg9{position:absolute;width:80px;height:80px}
.water-bg0{background:url(../images/diy/gif/water-bg0.svg) repeat-x;}
.water-bg1{background:url(../images/diy/gif/water-bg1.svg) repeat-x;}
.water-bg2{background:url(../images/diy/gif/water-bg2.svg) repeat-x;}
.water-bg3{background:url(../images/diy/gif/water-bg3.svg) repeat-x;}
.water-bg4{background:url(../images/diy/gif/water-bg4.svg) repeat-x;}
.water-bg5{background:url(../images/diy/gif/water-bg5.svg) repeat-x;}
.water-bg6{background:url(../images/diy/gif/water-bg6.svg) repeat-x;}
.water-bg7{background:url(../images/diy/gif/water-bg7.svg) repeat-x;}
.water-bg8{background:url(../images/diy/gif/water-bg8.svg) repeat-x;}
.water-bg9{background:url(../images/diy/gif/water-bg9.svg) repeat-x;}
.head_box {
	position:relative;
	height:50px;
	background-color:#18bc9c;
}
.head_box a {
	color:#fff;
	cursor:pointer
}
.head_box a:hover {
	text-decoration:none
}
.head_box .header_main {
	display:inline-block
}
.head_box .header_sub_title,.head_box .header_title {
	display:inline-block;
	color:#fff;
	font-size:18px;
	font-weight:400;
	height:50px;
	line-height:50px
}
.head_box .header_title:after {
	content:"";
	display:inline-block;
	width:20px;
	height:14px;
	border-right:1px solid #353535
}
.head_box .header_sub_title {
	padding:0 20px
}
.head_box .header_ctrls, .head-c .header_ctrls{
	display:inline-block;
	position:absolute;
	right:0px;
	font-size: 13px;
}
.head_box .header_left {
	display:inline-block;
	position:absolute;
	left:218px;
	font-size: 13px;
}
.head_box .top_nav , .head-c .top_nav{
	display:inline-block;
	margin:0
}
.top_nav_right {
	border-left: 1px solid rgba(0,0,0,0.1);
}
.head_box .top_nav .top_nav_item {
	display:inline-block;
	box-sizing:border-box;
	min-width:62px;
	height:50px;
}
.head_box .top_nav .top_nav_item.active {
	border-bottom:3px solid #15a589
}
.head_box .top_nav .top_nav_item.active:hover {
	border-bottom:3px solid #15a589
}
.head_box .top_nav .top_nav_item:hover {
	border-bottom:3px solid #15a589;
}
.head_box .top_nav a {
	height:50px;
	padding:0 18px;
	line-height:50px;
}
.head_box .top_notice_box {
	display:inline-block;
	padding:0 30px
}
.head_box .top_user_box {
	display:inline-block
}
.head_box .top_nav .dropdown-menu{
	right:0;
	left:auto
}
.head_box .top_nav .dropdown-menu li{
	padding-left:20px;padding-right:20px;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color:#262626;
	text-decoration:none;
	background-color:#fff
}
.head {
	position:relative;
	z-index:10
}
.panel-content{
	margin-bottom:0px
}
.footer {
	padding:24px 0;
	background-color:#fff;
}
.footer .friend-link a {
	display:inline-block;
	padding:0 15px
}
.head_box h1 {
	margin:0
}
.ng-logo {
	float:left;
	padding-top:6px;
	padding-left:10px;
}
.ng-logo img {
	max-height:40px;
	max-width:180px;
}
.main-box .left-box {
	position: fixed;
    width: 120px;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f2f2f2;
    text-align: left;
    border-right: 1px solid #e8e9eb;
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1003;
}
.main-box .left-box.issamll {
	 width: 42px;
}
.main-box .right-box {
	margin-left:120px;
	position: relative;
    padding-top: 50px;
}
.main-box .right-box.isplugin {
	margin-left:120px;
}
.main-box .right-box.issamll {
	margin-left:42px;
}
.right-content>.user-head-info {
	margin-top:30px
}
.main-box .right-box .nav.nav-tabs {
	margin-bottom:13px;
	/*margin-left:-12px;*/
}
.main-box .right-box>.jinyun-page-title {
	display:none
}
.main-box .right-box .jinyun-page-tab:empty {
	display:none
}
.main-box .right-box .sub-nav-box{
	background: #f1f4f6;
	margin-left:-16px;
	margin-right:-16px;
}
.main-box .right-box .sub-nav-box>.panel-heading {
	line-height:25px;
	padding:10px 10px;
	/*margin-left:-15px;*/
	border-radius:0
}
#mainbody-z {
	display:none;
	position:relative;
	margin:12px;
	height:auto;
}
#loading-z {
	width:100%;
	height:1000px;
	padding:12px 15px;
	background:#fff;
	border-radius:10px;
	z-index:9989;
	position:absolute;
}
#mainbody {
	position:relative;
	height:auto;
}
#use_template {
	float:left;
	width:100%;
	min-height:580px;
	padding:12px 15px;
	background:#fff;
	border-radius:10px;
}
.pull-right {color:#999}
.panel-heading img.avatar {
	width:26px;
	height:26px;
	margin-right:3px;
	margin-top:-7px;
	filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.4;
}
.panel-heading span {
	margin-right:10px
}
.panel-heading span:nth-last-of-type(2) {
	margin-right:0
}
.panel-heading .label-primary {
	border-radius:4px
}
.jinyun-label{
	display: inline;
    padding: .1em .3em .2em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.jy-btn {
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:12px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:2px
}
.jy-btn-default{
	border: 1px solid #18bc9c;
}
.label-primary {
	background-color:#18bc9c
}
.label-black {
	background-color:#2c3e50
}
.jinyun-text-top {
	text-align:left;
}
.jinyun-text-top span {
	margin-right:0px;
}
.jinyun-primary {
	border-radius: 18px;
    border: 1px solid #18bc9c;
    background-color: #18bc9c;
    color: #666;
    line-height: 20px;
    height: 32px;
	margin-right:-8px;
}
.jinyun-primary a{
	padding: 6px 6px;
	color:#fff
}
.jinyun-primary a:hover{
	color:#fff;
}
.jinyun-primary.active{
	border-radius: 18px;
    border: 1px solid red;
    background-color: red;
}
.search-input {
	width: 100%;
}
.search-input input {
	box-sizing: border-box;
	width: 198px;
	height: 35px;
	margin:10px;
	display: block;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	font-family: inherit;
	color: #fff;
	font-weight: normal;
	padding: 0 0.5rem;
	background-color: #4A5064;
}
.search-input input {
	border: 0;
}
.search-input input:focus {
	outline: none;
	box-shadow: none
}
.search-input i {
	position: absolute;
	color: #b4b4b4;
	left: 15px;
	line-height: 35px;
}
.search-input i + input {
	padding-left: 29px;
}
.panel-exchange {
	padding:10px 15px;
	border-bottom:1px solid transparent;
	border-top-left-radius:3px;
	border-top-right-radius:3px
}
/*right-select*/
.keywords-list li {
	position:relative;
	line-height:39px;
	border-bottom:1px solid rgb(231, 231, 235)
}
.keywords-list .desc {
	padding:15px 0;
	line-height:normal
}
.keywords-list .opr {
	position:absolute;
	top:15px;
	right:14px;
	line-height:normal
}
.keywords-list .appmsgSendedItem {
	position:relative;
	padding-left:90px;
	min-height:80px
}
.keywords-list .appmsgSendedItem .title-wrp {
	*display:inline;
	*zoom:1
}
.keywords-list .appmsgSendedItem .title-wrp .icon {
	position:absolute;
	left:0;
	background:transparent url() no-repeat 0 0;
	width:80px;
	height:80px;
	vertical-align:middle;
	display:inline-block;
	background-color:#d7d8da!important;
	*zoom:expression(this.runtimeStyle['zoom'] = '1',this.innerHTML = '<i></i>')
}
.keywords-list .appmsgSendedItem .title-wrp .cover {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.keywords-list .title {
	display:block;
	font-weight:400;
	font-style:normal;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal
}
select.jy-select,select {
	height:34px!important;
	padding:0 10px;
	color:#252424;
	border-color:#e7e7eb!important;
	border-style:solid;
	border-width:1px;
	box-shadow:0 0 0!important;
	outline:0;
	border-radius:0;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../images/select-arrow.png) #fff no-repeat right!important;
	padding-right:35px
}
select.jinyun-select:focus,select:focus {
	border-color:#e7e7eb!important
}
select.jinyun-select:hover,select:hover {
	border-color:#e7e7eb!important
}
select.jinyun-select:active,select:active {
	border-color:#e7e7eb!important
}
select.jinyun-select+.jinyun-select,select+.jinyun-select {
	margin-left:10px
}
select.jinyun-select[multiple=multiple],select[multiple=multiple] {
	height:auto!important;
	background:none!important
}
.input-group .form-control {
	border-color:#e7e7eb;
	border-radius:0;
	text-shadow:0 0 0;
	color:#98999a!important;
	-webkit-box-shadow:0 0 0;
	box-shadow:0 0 0
}
.input-group .input-group-btn .btn {
	padding-left:12px;
	padding-right:12px;
	font-size: 14px;
	border-radius:0;
}
.input-group .form-control:focus {
	color:#e7e7eb
}
.input-group-addon {
	background-color:#18bc9c;
	color:#fff
}
.jinyun-select-msg .add {
	border:1px dashed rgb(231, 231, 235);
	cursor:pointer;
	line-height:80px;
	text-align:center
}
.jinyun-select-msg .add:hover {
	background-color:rgb(246, 248, 249);
	color:rgb(246, 248, 249)
}
.jinyun-select-msg .add:hover .ext-apply-list .jinyun-select-msg .add:hover .ext-apply-item.apply-show:before,.jinyun-select-msg .add:hover .cut-list .item.apply-show:before,.cut-list .jinyun-select-msg .add:hover .item.apply-show:before {
	color:rgb(246, 248, 249)
}
.jinyun-select-msg ul {
	margin-bottom:0;
	padding:14px 7px 0 7px;
	overflow:hidden;
	border:1px dashed rgb(231, 231, 235)
}
.jinyun-select-msg li {
	line-height:80px;
	text-align:center
}
.jinyun-select-msg li.tab-nav {
	float:left;
	width:25%
}
.jinyun-select-msg li.tab-nav a {
	display:block;
	border:1px solid rgb(231, 231, 235);
	margin:0 7px 14px 7px
}
.jinyun-select-msg li.tab-nav a:hover {
	background-color:rgb(246, 248, 249)
}
.jinyun-select-msg li:hover .wi,.jinyun-select-msg li:hover .ext-apply-list .ext-apply-item.apply-show:before,.ext-apply-list .jinyun-select-msg li:hover .ext-apply-item.apply-show:before,.jinyun-select-msg li:hover .cut-list .item.apply-show:before,.cut-list .jinyun-select-msg li:hover .item.apply-show:before,.jinyun-select-msg li:hover .fa {
	color:rgb(246, 248, 249)
}
.jinyun-select-msg .wi,.jinyun-select-msg .ext-apply-list .ext-apply-item.apply-show:before,.ext-apply-list .jinyun-select-msg .ext-apply-item.apply-show:before,.jinyun-select-msg .cut-list .item.apply-show:before,.cut-list .jinyun-select-msg .item.apply-show:before,.jinyun-select-msg .fa {
	vertical-align:middle;
	font-size:22px;
	color:#b2b2b2;
	margin-right:3px;
	margin-top:-2px
}
/*默认值*/
.bg-default {
	background-color:#e7e8eb!important;
	color:#fff
}
.bg-light-gray {
	background-color:#F7F7F7!important
}
.font-lg {
	font-size:16px
}
.font-default {
	font-size:14px
}
.font-sm {
	font-size:12px
}
.jinyun-margin-horizontal-none {
	margin-left:0!important;
	margin-right:0!important
}
.jinyun-margin {
	margin:20px
}
.jinyun-margin-left {
	margin-left:20px
}
.jinyun-margin-right {
	margin-right:20px
}
.jinyun-margin-bottom {
	margin-bottom:20px
}
.jinyun-margin-top {
	margin-top:15px
}
.jinyun-margin-right {
	margin-right:20px
}
.jinyun-margin-horizontal {
	padding-left:20px;
	padding-right:20px
}
.jinyun-margin-vertical {
	margin-top:20px!important;
	margin-bottom:20px!important
}
.jinyun-margin-sm {
	margin:15px
}
.jinyun-margin-left-sm {
	margin-left:15px
}
.jinyun-margin-right-sm {
	margin-right:15px
}
.jinyun-margin-bottom-sm {
	margin-bottom:15px
}
.jinyun-margin-top-sm {
	margin-top:15px
}
.jinyun-margin-horizontal-sm {
	margin-left:15px;
	margin-right:15px
}
.jinyun-margin-vertical-sm {
	margin-top:15px!important;
	margin-bottom:15px!important
}
.jinyun-padding {
	padding:20px!important
}
.jinyun-padding-left {
	padding-left:20px!important
}
.jinyun-padding-right {
	padding-right:20px!important
}
.jinyun-padding-bottom {
	padding-bottom:20px!important
}
.jinyun-padding-top {
	padding-top:15px!important
}
.jinyun-padding-horizontal {
	padding-left:20px!important;
	padding-right:20px!important
}
.jinyun-padding-vertical {
	padding-top:20px!important;
	padding-bottom:20px!important
}
.jinyun-padding-vertical-none {
	padding-top:0!important;
	padding-bottom:0!important
}
.jinyun-padding-link {
	padding-top:12px!important;
	padding-bottom:12px!important
}
.jinyun-padding-none {
	padding:0!important
}

/*左侧菜单*/
.left-menu {
	padding-top:6px;
}
.setting {
	line-height:20px;
	padding-top:8px;
	padding-right:10px;
}
.row.left-menu {
	padding-top:6px;
	*font-size:0
}
.row.menu-box {
	top:105px
}
.menu-box {
	width: 137px;
    top: 186px;
    bottom: 0;
    color: #333;
    text-align: left;
    position: fixed;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #fff;
    z-index: 99;
}
.menu-box.isplugin {
    top: 60px;
}
.menu-box a{
	color:#333;
}
.menu-box .nav-top{
	height: 38px;
    line-height: 38px;
	padding-left:10px;
	/*margin-bottom:10px;*/
    cursor: pointer;
    position: relative;;
}
.menu-box .nav-top-c{
	height: 38px;
    line-height: 38px;
	padding-left:9px;
    cursor: pointer;
    position: relative;;
}
.menu-box .nav-top:hover a {
	
}
.menu-box .nav-top-c:hover a {
	
}
.menu-box .wb-nav{
	width: 100%;
    height: 100%;
	padding-bottom:40px;
    overflow-y: auto;
}
.menu-box .wb-nav ul li {
	padding-left:16px;
	overflow:hidden; 
    cursor: pointer;
    position: relative;;
}
.menu-box .wb-nav ul li:hover {
    background: #f2f2f2;
}
.menu-box .wb-nav ul li:hover a {
	color:#18bc9c;
}
.menu-box .wb-nav ul li a {
    padding:12px 0 8px 5px;
    display: inline-block;
	width:100%;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}

.menu-box .wb-nav ul li.active {
	background:#e8fcf8
}
.menu-box .wb-nav ul li.active a {
    color:#18bc9c;
	width:100%;
}
.wb-nav .nav-more {
	border:0;
	text-align:center;
	margin:0
}
.wb-nav .nav-more .label-more {
	border:1px dashed rgb(231, 231, 235);
	color:#252424;
	font-size:14px;
	padding:0;
	width:164px;
	height:34px;
	line-height:30px;
	vertical-align:middle;
	border-radius:0;
	display:inline-block;
	position:relative;
	font-weight:400
}
.wb-nav .nav-more .label-more:before {
	content:'+';
	color:#98999a;
	font-size:25px;
	position:absolute;
	left:15px
}
.wb-nav .nav-more .label-more:hover {
	color:rgb(246, 248, 249)
}
.wb-nav:last-child {
	border-bottom:10px
}
/*login*/
.register-container{
	width:100%;
	height: auto;
}
.register {
	margin-top:140px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:108px;
	background:#fff;
	width:30%;
	min-width:310px;
	border-radius:5px;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}
.register input {
    height: 44px;
}
.register .forminfo {padding: 20px;height:auto}
.register .form-item {
   height: 44px;
}
.register .star {
    color: red;
}
.register form h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #bbb;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}
.register .login-logo {
    display: block;
    margin: 2px 0;
    text-align: center;
}
.register .login-logo img {
   max-width:188px;
   max-height:48px;
}
.register .input {
    width: 95%;
    height: 30px;
}
.register form label {
    margin: 7px 0 10px 5px;
    font-size: 16px;
    text-align: left;
}
.register .login-btn,.reg-btn {
    cursor: pointer;
    width: 100%;
    height: 44px;
	line-height:44px;
    margin-top: 16px;
    font-size: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    color: #fff;
}
.register .login-btn {
    background: #18bc9c;
}
.register .login-btn:hover {
    opacity: 0.8;
}
.register .reg-btn {
    background: #fff;
    border: 1px solid rgb(231, 231, 235);
}
.register .reg-btn a {
    color: #aaa;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
}
.register .self-check {
    text-align: center;
    line-height: 24px;
}
.register .self-check h3 {
    margin-bottom: 10px;
}
.register .self-check b {
    font-weight: normal;
    color: #18bc9c;
}
.register .other-login-line{margin-top:20px;font-size:12px;text-align:center;position:relative}
.register .other-login-line .line{border-top:1px solid #ccd5db;width:100%;margin-left:auto;margin-right:auto;top:8px;position:absolute;z-index:-1;}
.register .other-login-line .label{background:#fff;color:#a3afb7;}
.register .other-login{text-align:center;width:113px;margin-left:auto;margin-right:auto;}
.register .other-login .login-btn{background:#fff;border:1px solid #a3afb7;border-radius:50%;height:36px;width:36px;line-height:36px;text-align:center;color:#59c7f9;float:left;cursor:pointer}
.register .other-login .login-btn:hover{background:#fff;border-color:#08a1ef;color:#08a1ef}
.register .other-login .wechat{margin-left:40px;color:#48d5b2}
.register .other-login .wechat:hover{color:#18cfa1;border-color:#18cfa1}
.register .go-login{font-size:12px;text-align:center;color:#37474f;margin-top:50px}
.register .go-login .login{color:#59c7f9;text-decoration:none;margin-left:5px}
.register .go-login .login:hover{color:#08a1ef}
.register .login-footer{margin-top:10px;font-size:12px;color:#a3afb7;text-align:center}
.register .login-footer .action{margin-left:5px;text-decoration:none;color:#59c7f9}
.register .login-footer .action:hover{color:#08a1ef}
.wxlogincode {display: block; float: right;margin: 7px 7px 0 10px;}
.wxlogincode img {width:47px;height:47px}
.wxlogintitle {position: relative;border-radius: 2px;border: 1px solid #dddfe3;width: auto;height: 26px;float: right;margin-top: 7px;padding: 0 6px}
.wxlogintitle img {width: 20px; height: 20px; margin-right:5px;}
.wxlogintitle:before{
	content: "";
	position: absolute;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:8px solid #dddfe3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px;
	
}
.log-form-item{
	text-align: center;
    margin-bottom: 15px;
    position: relative;
    height: 44px;
}
.log-form-item .log-input{
    padding: 2px 10px 2px 50px;
}
.log-form-item .icon{
	position: absolute;
    top: 7px;
    left: 15px;
    font-size:22px;
	color:#999;
}
.log-qrcode-cont {
    height: 240px;
    width: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}
.log-qrcode-cont .qrcode-image {
    height: 160px;
    width: 160px;
}
.log-qrcode-cont canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.log-qrcode-cont .text {margin: 10px -5px 0 -5px;color: #738299}

.gw-container {
	background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
}
.page-header {
	border:none;
	border-left:0.3em rgb(246, 248, 249) solid;
	padding-left:1em;
	padding-bottom:0;
	margin:0
}
.h4, h4 {
    font-size: 18px;
	font-weight:bold;
}
.tile {
	display:block;
	float:left;
	margin:0.4em;
	padding:.2em 1em .5em 1em;
	width:8em;
	text-align:center;
	background:rgb(246, 248, 249);
	color:#fff;
	text-decoration:none;
}
.tile.tile-2x {
	width:10em;
	margin-top:0.5em
}
.tile.tile-3x {
	width:15em;
}
.tile:hover {
	background:rgb(246, 248, 249);
	color:#18bc9c;
}
.tile > i {
	display:block;
	font-size:2em;
	margin:0.3em auto 0 auto;
}
.tile > span {
	display:block;
}
/*modal*/
.right-label {
	padding-top:7px;
	margin-bottom:0;
	text-align:right;
	max-width:128px;
}
.left-label {
	padding-top:7px;
	margin-bottom:0;
	text-align:left;
	max-width:128px;
}
.modal-backdrop {
	z-index:1020
}
.modal-open {
	overflow:inherit;
	padding:0!important
}
.modal.fade .modal-dialog {
	-webkit-transform:translate(0,-75%);
	-ms-transform:translate(0,-75%);
	-o-transform:translate(0,-75%);
	transform:translate(0,-75%)
}
.modal.in .modal-dialog {
	-webkit-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%)
}
.jinyun-modal-dialog,.modal-dialog {
	/*min-width:720px!important;*/
	position:absolute;
	left:0;
	right:0;
	top:50%
}
.jinyun-modal-dialog .modal-content,.modal-dialog .modal-content {
	border-radius:0
}
.jinyun-modal-dialog .modal-header,.modal-dialog .modal-header {
	background-color:#f4f5f9;
	border-bottom:0
}
.jinyun-modal-dialog .modal-header .modal-title,.jinyun-modal-dialog .modal-header h3,.modal-dialog .modal-header .modal-title,.modal-dialog .modal-header h3 {
	font-size:14px
}
.jinyun-modal-dialog .modal-header h3,.modal-dialog .modal-header h3 {
	margin:0;
	padding:0
}
.jinyun-modal-dialog .modal-body,.modal-dialog .modal-body {
	padding:30px;
	max-height:500px;
	overflow-y:auto;
	overflow-x:hidden
}
.jinyun-modal-dialog .modal-footer,.modal-dialog .modal-footer {
	background-color:#f4f5f9;
	border-top:0;
	text-align:center
}
.jinyun-modal-dialog .modal-footer .btn,.modal-dialog .modal-footer .btn {
	display:inline-block;
	min-width:105px
}
.jinyun-modal-dialog .nav-pills>li>a,.modal-dialog .nav-pills>li>a {
	padding:0;
	background-color:transparent;
	color:#333
}
.jinyun-modal-dialog .nav-pills>li>a:hover,.modal-dialog .nav-pills>li>a:hover {
	background-color:transparent;
	color:rgb(26, 173, 22)
}
.jinyun-modal-dialog .nav-pills>li+li,.modal-dialog .nav-pills>li+li {
	margin-left:10px
}
.jinyun-modal-dialog .jinyun-select,.modal-dialog .jinyun-select {
	width:100%
}
.modal-dialog .fa {
	font-size:16px;
	vertical-align:middle;
	margin-right:3px
}
.jinyun-modal-dialog .text-info,.modal-dialog .text-info {
	color:rgb(246, 248, 249)
}
.modal-success {
	top:50%;
	left:50%;
	right:auto;
	bottom:auto;
	margin:0 auto;
	transform:translate(-50%,-50%)
}
.modal-success.in .modal-dialog {
	min-width:250px!important;
	width:auto;
	position:relative;
	left:auto;
	right:auto;
	top:0;
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	transform:translate(0,0)
}
.modal-success .modal-content {
	padding:10px 30px;
	background-color:#51A351;
	color:#fff;
	border-color:#51a351;
	font-size:14px;
	vertical-align:middle;
	border-radius:3px;
	box-shadow:0 0 0
}
.modal-success .modal-body {
	padding:6px
}
.cut-list .modal-success .item.apply-show:before,.modal-success .fa {
	color:#fff!important
}
.modal-dialog .avatar-browser {
	min-height:480px;
	line-height:0;
	color:rgb(246, 248, 249)
}
.modal-dialog .avatar-browser .thumbnail {
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin-right:13px;
	cursor:pointer;
	overflow:hidden
}
.modal-dialog .avatar-browser .thumbnail:hover {
	border-color:rgb(246, 248, 249)
}
.modal-dialog .avatar-browser {
	min-height:480px;
	line-height:0;
	color:rgb(246, 248, 249)
}
.modal-dialog .avatar-browser .thumbnail {
	display:block;
	float:left;
	width:100px;
	height:100px;
	margin-right:13px;
	cursor:pointer;
	overflow:hidden
}
.modal-dialog .avatar-browser .thumbnail:hover {
	border-color:rgb(246, 248, 249)
}
.modal-edit {
	padding:0;
	position: relative
}
.modal-edit .modal-panel{
	margin: 5px;
}
.modal-sub {
	width:100%;
	position: relative;
	padding:5px;
	margin-bottom: 5px;
	text-align: center
}
.modal-sub .btn{
	min-width:188px;
}
/*添加*/

.shortcut {
	margin:0.1em
}
.shortcut .link {
	position:relative;
	display:block;
	float:left;
	margin:0.6em 0.6em;
	background:rgb(246, 248, 249);
	border: 1px solid rgb(231, 231, 235);
	border-radius:6px
}
.shortcut .link a {
	position:relative;
	display:block;
	float:left;
	margin:0.6em 0.6em;
	background:rgb(246, 248, 249);
	border-radius:6px
}
.shortcut .link a > i {
	display:block;
	font-size:1.6em;
	margin:0.3em auto 0 auto;
}
.shortcut .link em{
	position:absolute; top: 0; right: -14px;
}
.portlet {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.portlet.portlet-fullscreen {
  z-index: 10060;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.portlet.portlet-fullscreen > .portlet-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}
.portlet.portlet-fullscreen > .portlet-title {
  padding: 0 10px;
}
.portlet > .portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.portlet > .portlet-title:before, .portlet > .portlet-title:after {
  content: " ";
  display: table;
}
.portlet > .portlet-title:after {
  clear: both;
}
.portlet > .portlet-title > .caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}
.portlet > .portlet-title > .caption.bold {
  font-weight: 400;
}
.portlet > .portlet-title > .caption > i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}
.portlet > .portlet-title > .caption > i.glyphicon {
  margin-top: 2px;
}
.portlet > .portlet-title > .caption > .caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}
.portlet > .portlet-title > .actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}
.portlet > .portlet-title > .actions > .dropdown-menu i {
  color: #555555;
}
.portlet > .portlet-title > .actions > .btn,
.portlet > .portlet-title > .actions > .btn.btn-sm,
.portlet > .portlet-title > .actions > .btn-group > .btn,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
}
.portlet > .portlet-title > .actions > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn.btn-sm.btn-default,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-default,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm.btn-default {
  padding: 3px 9px;
}
.portlet > .portlet-title > .actions > .btn > i,
.portlet > .portlet-title > .actions > .btn.btn-sm > i,
.portlet > .portlet-title > .actions > .btn-group > .btn > i,
.portlet > .portlet-title > .actions > .btn-group > .btn.btn-sm > i {
  font-size: 13px;
}
.portlet > .portlet-title > .actions .btn-icon-only {
  padding: 5px 7px 3px 7px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default {
  padding: 4px 6px 2px 6px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default > i {
  font-size: 14px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen {
  font-family: FontAwesome;
  color: #a0a0a0;
  padding-top: 3px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.btn-sm {
  padding: 3px 3px !important;
  height: 27px;
  width: 27px;
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen:before {
  content: "\f065";
}
.portlet > .portlet-title > .actions .btn-icon-only.btn-default.fullscreen.on:before {
  content: "\f066";
}
.portlet > .portlet-title > .tools {
  float: right;
  display: inline-block;
  padding: 12px 0 8px 0;
}
.portlet > .portlet-title > .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  opacity: 1 ;
  filter: alpha(opacity=100) ;
}

.portlet > .portlet-title > .tools > a.fullscreen {
  display: inline-block;
  top: -3px;
  position: relative;
  font-size: 13px;
  font-family: FontAwesome;
  color: #ACACAC;
}
.portlet > .portlet-title > .tools > a.fullscreen:before {
  content: "\f065";
}
.portlet > .portlet-title > .tools > a.fullscreen.on:before {
  content: "\f066";
}
.portlet > .portlet-title > .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.8 ;
  filter: alpha(opacity=80) ;
}
.portlet > .portlet-title > .pagination {
  float: right;
  display: inline-block;
  margin: 2px 0 0 0;
  border: 0;
  padding: 4px 0;
}
.portlet > .portlet-title > .nav-tabs {
  background: none;
  margin: 0;
  float: right;
  display: inline-block;
  border: 0;
}
.portlet > .portlet-title > .nav-tabs > li {
  background: none;
  margin: 0;
  border: 0;
}
.portlet > .portlet-title > .nav-tabs > li > a {
  background: none;
  margin: 5px 0 0 1px;
  border: 0;
  padding: 8px 10px;
  color: #fff;
}
.portlet > .portlet-title > .nav-tabs > li.active > a, .portlet > .portlet-title > .nav-tabs > li:hover > a {
  color: #333;
  background: #fff;
  border: 0;
}
.portlet > .portlet-body {
  clear: both;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.portlet > .portlet-empty {
  min-height: 125px;
}
.portlet.full-height-content {
  margin-bottom: 0;
}
.pricing {
  position: relative;
  margin-bottom: 15px;
  border: 3px solid #eee;
}

.pricing-active {
  border: 3px solid #36d7ac;
  margin-top: -10px;
  box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

.pricing:hover {
  border: 3px solid #36d7ac;
}

.pricing:hover h4 {
  color: #36d7ac;
}

.pricing-head {
  text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
  margin: 0;
  line-height: normal;
}

.pricing-head h3 span,
.pricing-head h4 span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: italic;
}

.pricing-head h3 {
  font-weight: 300;
  color: #fafafa;
  padding: 12px 0;
  font-size: 27px;
  background: #36d7ac;
  border-bottom: solid 1px #41b91c;
}

.pricing-head h4 {
  color: #242424;
  padding: 5px 0;
  font-size: 54px;
  font-weight: 300;
  background: #fbfef2;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-head-active h4 {
  color: #36d7ac;
}

.pricing-head h4 i {
  top: -8px;
  font-size: 28px;
  font-style: normal;
  position: relative;
}

.pricing-head h4 span {
  top: -10px;
  font-size: 14px;
  font-style: normal;
  position: relative;
}

/*Pricing Content*/
.pricing-content li {
  color: #000;
  font-size: 12px;
  padding: 7px 15px;
  border-bottom: solid 1px #f5f9e7;
}

.pricing-content li i {
  top: 2px;
  color: #36d7ac;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
}

/*Pricing Footer*/
.pricing-footer {
  color: #777;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  padding: 0 20px 19px;
}

.tc{text-align:center}
.tr{text-align:right}
.tl{text-align:left}
.clink,.clink a{color:#999 !important; font-size: 14px;}
.form-group-title { padding:0px 0 10px 20px; border-bottom:1px dotted rgb(231, 231, 235);margin-bottom:10px;font-size:14px;}
.panel-info .left-label {
	padding-top:7px;
	margin-bottom:0;
	font-weight: 500;
	text-align:left;
}
.panel-info .right-label {
	padding-top:7px;
	margin-bottom:0;
	font-weight: 500;
	text-align:right;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{/* padding-top: 5px; */}
.form-horizontal .left-label {
	padding-top:7px;
	margin-bottom:0;
	font-weight: 500;
	text-align:left;
}
.form-group .must:after {
    content: "*";
    position: absolute;
    right: 4px;
    top: 4px;
    color: #f30;
    font-size: 15px;
}
.checkbox-inline, .radio-inline{/* vertical-align: inherit */}
.checkbox {padding-left: 20px; }
.checkbox label {display: inline-block; vertical-align: middle; position: relative; padding-left: 3px; }
.checkbox label::before {content: ""; display: inline-block; position: absolute; width: 14px; height: 14px; left: 0; margin-left: -20px; margin-top: 3px; border: 1px solid #cccccc; border-radius: 2px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {display: inline-block; position: absolute; width: 13px; height: 13px; left: 0; top: 0; margin-left: -20px; margin-top: 2px; padding-left: 1px; padding-top: 0px; font-size: 10px; color: #555555; font-weight: normal; }
.checkbox.checkbox-inline {margin-top: 0; }

.radio {/* padding-left: 20px; */}
.radio label {display: inline-block; vertical-align: middle; position: relative; padding-left: 3px; }
.radio.radio-inline {margin-top: 0;}

.search_result_box{margin-top:40px}.search_result_box a{color:#222;text-decoration:none}
.search_result_box em{font-style:normal;color:#44b549}
.search_result_box .result_title{font-size:20px;font-weight:normal;margin-bottom:10px}
.search_result_box .result_content{word-wrap:break-word}
.search_result_box .result_item{margin-bottom:22px}
.search_result_box .result_item_link{display:block}

/*加载*/
#page-loading{position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.2);left:0;top:0;z-index:100000}
#page-loading>div{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px;}
#page-loading .sk-spinner-three-bounce div{background-color: #18bc9c}
.sk-spinner-three-bounce.sk-spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}
.sk-spinner-three-bounce div {
	width: 18px;
	height: 18px;
	background-color: #18bc9c;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*table*/
.jinyun-table {
	width:100%;
	background-color:#fff;
	border:1px solid #e7e7eb;
	border-spacing:0;
	word-break:break-all;
}
.jinyun-table>thead {
	background-color:rgb(246, 248, 249);
}
.jinyun-table>tbody>tr,.jinyun-table>thead>tr {
	padding:0;
	font-weight:400;
	font-style:normal;
	padding-left:20px;
	padding-right:20px
}
.jinyun-table>tbody>tr>td,.jinyun-table>thead>tr>th{
	line-height:22px;
	border-bottom:1px solid #e7e7eb
}
.jinyun-table>tbody>tr>td img {
	max-width:100%
}
.jinyun-table.vertical-middle>tbody>tr>td {
	vertical-align:middle;
	max-width:240px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jinyun-table>tbody>tr>td:first-child{
	border-left-width:0
}
.jinyun-table>tbody>tr.even,.jinyun-table>thead>tr.even {
	background-color:transparent
}
.jinyun-table>tbody>tr.empty_item:hover {
	background:0
}
.jinyun-table>tbody>tr:first-child .jinyun-table>tbody>tr>td:first-child,.jinyun-table>thead>tr>th:first-child {
	border-top-width:0
}
.jinyun-table>tbody>tr>td {
	padding-top:7px;
	padding-bottom:7px;
	border-top:1px solid #e7e7eb
}
.jinyun-table>tbody>tr>td a{
	margin-left:4px;
}
.jinyun-table>thead>tr>th {
	border-left-width:0;
	font-weight: 400;
	font-size:15px;
	vertical-align:middle
}
.jinyun-table .btn {padding:2px 6px;font-size:12px;}
.jinyun-table .sortable {
	cursor:pointer;
	background-position:right;
	background-repeat:no-repeat;
}
.jinyun-table .both {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC')
}
.jinyun-table .asc {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==')
}
.jinyun-table .desc {
	background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=')
}
.ewm,.jinyun-table>tbody>tr>td .ewm{
	width:30px;height:30px;padding:1px;border:1px solid #ccc;
}
.ewm-show, .jinyun-table>tbody>tr>td .ewm-show{
	width:120px;position:absolute;margin-left:36px;margin-top:-90px;z-index:1000;
}
.jinyun-table>tbody>tr>td label {
	height:32px;
}
.jinyun-table>tbody>tr>td:first-child,.jinyun-table>thead>tr>th:first-child {
	text-align:center
}
.jinyun-table > tbody > tr > td input{
	border:1px solid #e7e7eb
}
.jinyun-table > thead > tr > th input[type=checkbox],
.jinyun-table > tbody > tr > td input[type=checkbox] {
}
.jinyun-table .table-label {
	color:#98999a
}
.link-group a {
	color:#18bc9c;
	margin-left:10px
}
.link-group a:last-child {
	margin-right:0
}
.img-string{
	position: relative;min-width: 80px;height: 40px;
}
.img-string img{
	width:40px;height:40px;padding:1px;float:left
}
.img-string .string1{
	height: 40px;line-height:40px;padding-left: 5px;font-size: 12px;;float:left
}
.img-string .string2{
	height: 40px;line-height:20px;padding-left: 5px;font-size: 12px;;float:left
}
.img-string .string3{
	height: 60px;line-height:20px;padding-left: 5px;font-size: 12px;;float:left
}
.form-control.edui-default {
	height:auto;
	border:0
}
.form-control.edui-default {
	height:auto;
	padding:0;
	border:0
}
.jinyun_bar.with_form{padding-top:15px}
.jinyun_bar.border{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}
.jinyun_bar.tc .btn{margin-left:.5em;margin-right:.5em}
.jinyun_bar.tr .btn{margin-left:1em;margin-right:0}
/** checkbox radio */
.checkbox-inline,.radio-inline{
    position: relative;
    color:#666;
    vertical-align: middle;
    padding-top:7px;
}
.checkbox-inline input[type=checkbox] ,
.radio-inline input[type=radio] {
    position:absolute;
    margin-left:-24px;
    top:50%; margin-top:-8px;
    cursor: pointer;
}
input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 16px;
    height:16px;
    border: 1px solid #e0e0e0;
    outline: 0;
    border-radius: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background:#fff;
    vertical-align:middle;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: border-color ;
    transition-property:border-color ;
}
input[type=checkbox].large,
input[type=radio].large{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 18px;
    height:18px;
    border: 1px solid #e0e0e0;
    outline: 0;
    border-radius: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background:#fff;
    vertical-align:middle;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: border-color ;
    transition-property:border-color ;
}

input[type=checkbox],input[type=checkbox].large{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
input[type=checkbox]:checked,input[type=radio]:checked {
    border-color: #18bc9c;
    background: #18bc9c;
}

input[type=checkbox]:checked:before {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    height:6px;
    width: 9px;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    border-style: solid;
    position: absolute;
    top: 3px;
    margin-left:3px;
}
input[type=checkbox].large:checked:before{
    top: 4px;
    margin-left:4px;
}
input[type=radio]:checked:before {
    content: " ";
    display: inline-block;
    height:8px;
    width: 8px;
    background: #18bc9c;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    margin-left:2px;
}
input[type=radio].large:checked:before{
    top: 3px;
    margin-left:3px;
}
input[type=radio]:checked{
    border:2px solid #18bc9c;
    background: #fff;
}

input[type=checkbox].success,
input[type=radio].success {
    border: 1px solid #e0e0e0;
}

input[type=checkbox].success:checked,input[type=radio].success:checked:before
{
    border-color: #54c952;
    background-color: #54c952;
}
input[type=radio].success:checked
{
    background: #fff;
    border:2px solid #54c952;
}
input[type=checkbox].warning,
input[type=radio].warning {
    border:1px solid #e0e0e0;
}
input[type=checkbox].warning:checked,input[type=radio].warning:checked:before {
    border-color: #ffc000;
    background-color: #ffc000;
}
input[type=radio].warning:checked{
    border:2px solid  #ffc000;
    background-color: #fff;
}
input[type=checkbox].danger,
input[type=radio].danger {
    border:1px solid #e0e0e0;
}
input[type=checkbox].danger:checked,input[type=radio].danger:checked:before {
    border-color: #eb6060;
    background-color: #eb6060;
}
input[type=radio].danger:checked{
    border:2px solid  #eb6060;
    background-color: #fff;
}

input[type=checkbox].gray,
input[type=radio].gray {
    border:1px solid #e0e0e0;
}
input[type=checkbox].gray:checked,input[type=radio].gray:checked:before {
    border-color: #ccc;
    background-color: #ccc;
}
input[type=radio].gray:checked{
    border:2px solid  #ccc;
    background-color: #fff;
}
/*ored*/
.jinyun-panel {
	box-shadow:0 0 0;
	border:1px solid rgb(231, 231, 235);
	border-radius:0;
	margin-bottom:0;
	margin-bottom:30px
}
.jinyun-panel .ad-tag{
	position: absolute;
	padding:1px;
    bottom:0px;
    left: 20px;
    display: block;
	font-size:10px;
	color:#fff;
    height: 18px;
    width: 30px;
	background:#333;
	opacity:0.3;
}
.jinyun-panel>.panel-heading {
	width:auto;
	margin:0 auto;
	background-color:rgb(246, 248, 249);
	font-size:14px;
	color:#585858;
	border-radius:0;
	line-height:20px;
	padding-left:30px;
	padding-right:30px;
	border-bottom:1px solid rgb(231, 231, 235);
	border-radius:0
}
.jinyun-panel>.panel-body {
	padding:0
}
.jinyun-panel>.panel-heading+.panel-body {
	margin-top:-1px
}
.jinyun-panel>.data-heading ,.jinyun-panel>.panel-heading h4{
	font-weight: 400;
    font-size: 14px;
    border-left: 2px solid #18bc9c;
    padding-left: 9px;
	display: inline;
}
.jinyun-panel>.panel-heading .nav-tabs{
	float:right;
	width:68%;
    margin-bottom: 0;
	border:0
}
.jinyun-panel>.panel-heading .nav-tabs li{
	float: none;
    display: inline-block;
}
.jinyun-panel>.panel-heading .nav-tabs a{
    display: inline;
}
.jinyun-panel>.panel-heading .more {
	float: right;
    color: #18bc9c;
    position: relative
}
.jinyun-panel>.panel-body .data-look {
    display: flex;
    align-items: center;
    padding: 6px 20px 20px;
    height: 150px;
}
.jinyun-panel>.panel-body .data-look .icon{
    text-align: center; flex: 0 1 240px;border-right: 1px solid #e8e9eb;
}
.jinyun-panel>.panel-body .data-look .info{
    padding-left: 50px;
}
.jinyun-panel>.panel-body .data-look .vtitle{
	font-size: 18px;
    position: relative;
}
.jinyun-panel>.panel-body .data-look .subtitle{
	color: #999;
    margin-bottom: 20px;
}
.jinyun-panel>.panel-body .app-look .app-panel{
	display: flex;
    padding: 20px;
    line-height: 1;
}
.jinyun-panel>.panel-body .app-look .app-panel .left-panel{
	width: 460px;
    background-color: #f7f8fa;
    align-items: center;
    height: 470px;
}
.jinyun-panel>.panel-body .app-look .app-panel .right-panel{
	flex: 1;
    width: 0;
    margin-top: -15px;
    margin-bottom: -15px;
    padding: 0 15px;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item{
	display: inline-block;
    width: 33.33%;
    padding: 0 15px;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;
    background-clip: content-box;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .app-item-box{
	border-bottom: 1px solid #e8e9eb;
    padding: 10px 0;
    position: relative;
    z-index: 2;
    margin-left: 80px;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .app-item-box .info{
	display: flex;
    align-items: center
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .app-item-box .applogo{
	 margin-left: -80px;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .app-item-box .applogo img{
	width: 80px;
    height: 60px;
    margin-right: 18px;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .name{
	font-size: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jinyun-panel>.panel-body .app-look .app-panel .app-item .time{
	font-size: 14px;
    color: #999;
}
.today {
	font-size: 23px;
	color:#18bc9c
}
.yesterday {
	font-size: 20px;
}
.min-today {
	font-size: 19px;
	color:#18bc9c
}
.min-yesterday {
	font-size: 16px;
}
.edui-editor.edui-default,.edui-editor-iframeholder.edui-default {
	width:100%!important
}
/*article*/
.left-art {
	width:210px;
	border:1px solid rgb(231, 231, 235);
	overflow:hidden!important
}
.left-art .left-art-content {
	width:228px;
	overflow-y:scroll
}
.left-art .list-group .list-group-item.active,.left-art .plugin-menu .plugin-menu-main .list-group .panel-menu .list-group-item:not(.list-group-more):hover,.panel-menu .left-menu .plugin-menu-main .list-group .list-group-item:not(.list-group-more):hover {
	background-color:#fff;
	border-color:rgb(231, 231, 235);
	position:relative
}
.left-art .plugin-menu .plugin-menu-main .list-group .list-group-item.active a,.left-art .plugin-menu .plugin-menu-main .list-group .head .navbar-left>li.list-group-item:hover a,.head .left-menu .plugin-menu .plugin-menu-main .list-group .navbar-left>li.list-group-item:hover a,.left-menu .plugin-menu .plugin-menu-main .list-group .panel-menu .list-group-item:not(.list-group-more):hover a,.panel-menu .left-menu .plugin-menu .plugin-menu-main .list-group .list-group-item:not(.list-group-more):hover a {
	color:#428bca!important
}
.left-art .plugin-menu .plugin-menu-main .list-group .list-group-item.active:after,.left-art .plugin-menu .plugin-menu-main .list-group .head .navbar-left>li.list-group-item:hover:after,.head .left-menu .plugin-menu .plugin-menu-main .list-group .navbar-left>li.list-group-item:hover:after,.left-menu .plugin-menu .plugin-menu-main .list-group .panel-menu .list-group-item:hover:not(.list-group-more):after,.panel-menu .left-menu .plugin-menu .plugin-menu-main .list-group .list-group-item:hover:not(.list-group-more):after {
	content:'';
	width:2px;
	position:absolute;
	top:0;
	right:-1px;
	bottom:0;
	background-color:#fff;
	z-index:1
}
.left-art .plugin-menu .plugin-menu-main .list-group .list-group-item.active .img-icon,.left-art .plugin-menu .plugin-menu-main .list-group .head .navbar-left>li.list-group-item:hover .img-icon,.head .left-menu .plugin-menu .plugin-menu-main .list-group .navbar-left>li.list-group-item:hover .img-icon,.left-menu .plugin-menu .plugin-menu-main .list-group .panel-menu .list-group-item:not(.list-group-more):hover .img-icon,.panel-menu .left-menu .plugin-menu .plugin-menu-main .list-group .list-group-item:not(.list-group-more):hover .img-icon {
	-webkit-filter:initial;
	-moz-filter:initial;
	-mo-filter:initial;
	-o-filter:initial;
	filter:initial;
	filter:initial
}
.left-menu .plugin-menu .plugin-menu-main .list-group .img-icon {
	width:30px;
	height:30px;
	border-radius:3px;
	margin-bottom:8px;
	margin-right:0;
	-webkit-filter:grayscale(1);
	-moz-filter:grayscale(1);
	-mo-filter:grayscale(1);
	-o-filter:grayscale(1);
	filter:gray;
	filter:grayscale(1)
}
.left-art.list-group .list-group-item {
	background-color:#f8f8f8;
	color:#b2b2b2;
	padding:10px 0;
	border-right:0;
	border-left:0
}
.left-art .list-group .list-group-item a {
	display:block
}
.left-art .list-group .list-group-item div {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	line-height:20px;
	max-height:40px
}
.left-art .panel-heading {
	cursor:pointer
}
.left-art .panel-heading span {
	display:block
}
.left-art .panel-heading span.no-collapse {
	padding:10px 15px;
	line-height:25px;
	color:#18bc9c
}
.left-art .panel-heading span:hover {
	color:#a09f9f
}
.left-art .setting {
	line-height:20px;
	padding-top:3px
}
.right-art {
	flex:1;
	padding:28px
}
.right-art>.user-head-info {
	margin-top:30px
}
/*fujian*/
.group{*zoom:1}
.group:after{content:"\200B";display:block;height:0;clear:both}
.inner_menu_box.sorting .inner_menu_item {
	background-color:#fff
}
.inner_menu_box.sorting .menu_opr {
	display:block
}
.inner_menu_box.gray .inner_menu.dragging dt.inner_menu_item {
	background-color:#f4f5f9
}
.inner_menu_box.gray .inner_menu_item:hover,.inner_menu_box.gray .inner_menu_item.selected {
	background-color:#f4f5f9
}
.inner_menu_box.gray.sorting .inner_menu_item {
	background-color:#fff
}
.inner_menu_box.gray.sorting .inner_menu_item.dragging {
	background-color:#f4f5f9
}
.inner_menu_box.with_switch .icon_dot {
	position:absolute;
	top:50%;
	left:25px;
	margin-top:-14px;
	-webkit-transform:scale(0.8);
	font-size:10px
}
.inner_menu_box.with_switch dt .inner_menu_link {
	padding-left:20px
}
.inner_menu_box.with_switch dd .inner_menu_link {
	padding-left:36px
}
.inner_menu {
	border-top:1px solid #e7e7eb
}
.inner_menu:first-child {
	border-top-width:0
}
.inner_menu .menu_opr {
	display:none;
	position:absolute;
	top:0;
	right:1em
}
.inner_menu .menu_opr a {
	display:inline-block;
	margin-left:.5em;
	margin-top:-0.2em
}
.inner_menu .menu_opr a.no_extra {
	margin-left:0
}
.inner_menu.no_extra {
	border-top-width:0
}
.inner_menu_item {
	position:relative;
	line-height:32px
}
.inner_menu_item:hover,.inner_menu_item.selected {
	background-color:#f4f5f9
}
.inner_menu_item:hover .menu_opr,.inner_menu_item.selected .menu_opr {
	display:block
}
.inner_menu_item:hover a,.inner_menu_item.selected a {
	text-decoration:none
}
.inner_menu_link {
	display:block;
	color:#222;
	padding-left:1em;
	text-decoration:none
}
.inner_menu_link strong {
	display:inline-block;
	margin-top:-2px;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	max-width:80px;
	font-weight:400;
	font-style:normal;
	vertical-align:middle;
	cursor:pointer
}
.icon-add {
	width:14px;
	height:14px;
	vertical-align:middle;
	display:inline-block;
	line-height:100px;
	overflow:hidden
}
.grid_line {
	*zoom:1
}
.grid_line:after {
	content:"\200B";
	display:block;
	height:0;
	clear:both
}
.grid_line.with_1 .grid_item {
	width:100%
}
.grid_line.with_2 .grid_item {
	width:50%
}
.grid_line.with_3 .grid_item {
	width:33.33%
}
.grid_line.with_4 .grid_item {
	width:25%
}
.grid_line.with_5 .grid_item {
	width:20%
}
.grid_line.with_6 .grid_item {
	width:16.66%
}
.grid_line.with_7 .grid_item {
	width:14.28%
}
.grid_line.with_8 .grid_item {
	width:12.5%
}
.grid_line .no_extra.grid_item {
	float:none;
	width:auto;
	overflow:hidden;
	*zoom:1;
	*overflow:visible
}
.grid_item {
	float:left
}
.grid_item.no_extra {
	float:none;
	width:auto;
	overflow:hidden;
	*zoom:1;
	*overflow:visible
}
.grid_item.no_extra_flex {
	display:table-cell;
	vertical-align:top;
	float:none;
	width:auto;
	*display:block;
	*zoom:1
}
.grid_item.no_extra_flex:after {
	content:" . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
	visibility:hidden;
	clear:both;
	height:0!important;
	display:block;
	line-height:0
}
.ico-add{width:18px;height:18px;vertical-align:middle;display:inline-block;/* line-height:100px; *//* overflow:hidden */}
.frm_radio_label,.frm_checkbox_label {
	display:inline-block;
	text-align:left;
	cursor:pointer;
	margin-right:1em
}
.frm_radio_label.no_extra,.frm_checkbox_label.no_extra {
	margin-right:0
}
.frm_radio_label.disabled,.frm_checkbox_label.disabled {
	color:#999;
	cursor:default
}
.img_pick {
	padding:15px
}
.img_pick .img_item {
	float:left;
	text-align:center
}
.img_pick .img_item .pic {
	display:block;
	border-bottom:1px solid #e7e7eb
}
.img_pick .img_item .pic:hover {
	cursor:pointer;
	cursor:hand
}
.img_pick .img_item .lbl_content {
	height:32px;
	line-height:32px;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}
.frm_checkbox {
	margin-top:-22px;
}
.group_list .num {
	display:inline-block;
	padding-left:3px;
	font-style:normal;
	color:#8d8d8d
}
.group_list dt.inner_menu_item {
	background-color:#f4f5f9
}
.tag_control .frm_input_box {
	display:block;
	height:auto;
	padding-top:4px;
	width:auto;
	line-height:1.6
}
.tag_control .frm_input {
	margin:0 0 4px 5px;
	width:10em
}
.tag_control .frm_tips {
	width:100%
}
.tag_control .tag {
	display:inline-block;
	vertical-align:top;
	padding:0 18px 0 9px;
	margin-right:5px;
	margin-bottom:4px;
	cursor:pointer;
	line-height:24px;
	background-color:#f4f5f9;
	position:relative;
	line-height:22px
}
.tag_control .tag .icon_tag_del {
	position:absolute;
	right:2px;
	top:4px;
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 0 no-repeat;
	width:14px;
	height:14px;
	vertical-align:middle;
	display:inline-block
}
.tag_control .tag:hover .icon_tag_del {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -18px no-repeat
}
.page_media_list .inner_container_box.cell_layout.side_r {
	*padding-right:158px
}
.page_media_list .inner_container_box.cell_layout.side_r .inner_side {
	width:17%;
	*width:157px;
	*max-width:157px
}
.img_pick_panel {
	padding:0
}
.img_pick_panel .side_r .inner_menu_item .icon14_common {
	margin-right:2px
}
.img_pick_panel .img_pick {
	margin-right:-15px
}
.img_pick_panel .img_pick .img_item {
	width:175px;
	margin-bottom:20px;
	margin-right:15px;
	border:1px solid #e7e7eb
}
.img_pick_panel .img_pick .img_item .pic {
	width:175px;
	height:169px
}
.img_pick_panel .img_pick .img_item .cover {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.img_pick_panel .img_pick .check_content {
	height:32px;
	line-height:32px;
	display:block;
	overflow:hidden
}
.img_pick_panel .img_pick .check_content .frm_checkbox_label {
	margin-right:0;
	line-height:1.6
}
.img_pick_panel .img_pick .check_content .icon_checkbox {
	vertical-align:top;
	margin-top:8px;
	margin-right:4px
}
.img_pick_panel .img_pick .check_content .lbl_content {
	display:inline-block;
	padding:0;
	width:138px
}
.img_pick_panel .img_pick .msg_card_opr_item_inner {
	border:0;
	margin:5px 0
}
.img_pick_panel .img_pick .img_item_bd {
	position:relative
}
.img_pick_panel .img_pick .img_mask {
	position:absolute;
	width:100%;
	height:169px;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5)
}
.img_pick_panel .img_pick .img_mask p {
	margin-top:80px;
	padding:0 15px;
	color:#fff
}
/*upimage*/
.upimage {
	padding:0
}
.upimage .pagination {
	margin-bottom:0px
}
.upimage .side_r .inner_menu_item .icon14_common {
	margin-right:2px
}
.upimage .img_pick {
	margin-right:-45px
}
.upimage .img_pick .img_item {
	width:148px;
	margin-bottom:20px;
	margin-right:15px;
	border:1px solid #e7e7eb
}
.upimage .img_pick .img_item .pic {
	width:147px;
	height:108px
}
.upimage .img_pick .img_item .cover {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.upimage .img_pick .check_content {
	height:32px;
	line-height:32px;
	display:block;
	overflow:hidden
}
.upimage .img_pick .check_content .frm_checkbox_label {
	margin-right:0;
	line-height:1.6
}
.upimage .img_pick .check_content .icon_checkbox {
	vertical-align:top;
	margin-top:8px;
	margin-right:4px
}
.upimage .img_pick .check_content .lbl_content {
	display:inline-block;
	padding:0;
	width:118px
}
.upimage .img_pick .msg_card_opr_item_inner {
	border:0;
	margin:5px 0
}
.upimage .img_pick .img_item_bd {
	position:relative
}
.upimage .img_pick .img_mask {
	position:absolute;
	width:100%;
	height:169px;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.5)
}
.upimage .img_pick .img_mask p {
	margin-top:80px;
	padding:0 15px;
	color:#fff
}
.global_mod .global_extra {
	text-align:right
}
.global_mod.mt_layout {
	line-height:40px
}
.global_mod.mt_layout .global_extra {
	margin-top:-40px
}
.global_mod.float_layout {
	*zoom:1
}
.global_mod.float_layout:after {
	content:"\200B";
	display:block;
	height:0;
	clear:both
}
.global_mod.float_layout .global_info {
	float:left
}
.global_mod.gap_top .gap_top_item {
	margin-top:5px
}
.global_mod.with_default_gap {
	padding:9px 20px
}
.global_mod.with_border {
	border-bottom:1px solid #e7e7eb
}
.global_mod {
	padding:10px 20px
}
.global_mod .global_info {
	margin-top:4px
}
.global_mod .global_info .global_info_ele {
	margin-right:1em
}
.upload_box {
	display:inline-block;
	*display:inline;
	*zoom:1;
	line-height:1.6;
	vertical-align:middle
}
.upload_box.has_demo {
	position:relative;
	margin-left:114px
}
.upload_box.show_preview .upload_preview {
	display:block
}
.upload_box.tips_inline .upload_tips {
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-left:3px;
	padding-bottom:0;
	font-weight:400;
	font-style:normal;
	vertical-align:middle
}
.upload_box {
	position:relative;
	z-index:1
}
.upload_box.has_demo {
	margin-left:0;
	min-height:130px
}
.upload_box.align_right .upload_file_box {
	left:auto;
	right:0
}
.upload_area {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle
}
.upload_area object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity = 0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0
}
.upload_area:hover object {
	filter:alpha(opacity = 1);
	-moz-opacity:.01;
	-khtml-opacity:.01;
	opacity:.01
}
.mod_info {
	height:30px;
	line-height:30px
}
.mod_info .group_name {
	margin-right:1em
}
.mod_info a {
	margin-right:1em
}
.pagination_wrp {
	padding:0 20px 20px;
	*padding-top:20px
}
.oper_group {
	padding:10px 20px;
	background-color:#f4f5f9;
	border-bottom:1px solid #e7e7eb
}
.oper_group .oper_ele {
	margin-right:1em
}
.oper_group .frm_controls {
	width:68px;
	height:30px;
	line-height:30px
}
.tool_bar.tool_bar_tips {
	padding-top:0;
	margin-top:10px;
	padding-bottom:0
}
.group_select .frm_radio_label {
	width:49%;
	margin-right:0
}
.group_select .frm_radio_label:nth-child(odd) {
	width:49%;
	margin-right:7px
}
.group_select .frm_radio_label:nth-child(even) {
	width:46%
}
.frm_control_group.radio_row .frm_controls {
	display:block;
	margin-bottom:1em
}
.frm_control_group.radio_row .frm_tips {
	padding-top:0;
	margin-left:19px
}
.popover_edit .frm_label {
	float:none
}
.popover_edit .frm_controls {
	display:block
}
.edit_disabled {
	cursor:default
}
.edit_disabled .msg_card_opr_item_inner {
	cursor:default
}
.edit_disabled:hover .icon18_common.edit_gray {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -36px no-repeat
}
.disabled_origin {
	cursor:default
}
.disabled_origin .msg_card_opr_item_inner {
	cursor:default
}
.icon_original {
	width:34px;
	height:18px;
	vertical-align:middle;
	display:inline-block
}
.icon_original.access {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -58px no-repeat
}
.icon_original.access:hover {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -80px no-repeat
}
.icon_original.accessed {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -102px no-repeat;
	cursor:default
}
.icon_original.disabled {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/page/media/media_list_img_z39f30a.png) 0 -124px no-repeat;
	cursor:default
}
.step_wrp .step1 .agreement {
	display:block;
	width:760px;
	margin:20px auto
}
.step_wrp .step1 .msg_content {
	max-height:310px;
	overflow-y:auto;
	margin-bottom:20px
}
.step_wrp .step1 .tool_area {
	padding:0 0 0 55px
}
.step_wrp .step2 .history_tag {
	display:inline-block;
	background-color:#e5e7ec;
	padding:0 7px;
	text-align:center;
	color:#222;
	cursor:pointer
}
.step_wrp .form {
	padding:30px 100px
}
.img_water_tips {
	margin-right:1em;
	line-height:32px
}

.global_mod {
	padding:10px 20px
}
.global_mod .global_info {
	margin-top:4px
}
.global_mod .global_info .global_info_ele {
	margin-right:1em
}
.mod_info {
	height:30px;
	line-height:30px
}
.mod_info .group_name {
	margin-right:1em
}
.mod_info a {
	margin-right:1em
}
.col_side {
	min-height:1px;
	background-color:#fff
}
.inner_side {
	*padding-bottom:9999em;
	*margin-bottom:-9999em;
	min-height:1px
}
.side_l .col_side {
	border-right:1px solid #e7e7eb
}
.side_l.inner_container_box .inner_side {
	border-right:1px solid #e7e7eb
}
.side_r .col_side {
	border-left:1px solid #e7e7eb
}
.side_r.inner_container_box .inner_side {
	border-left:1px solid #e7e7eb
}
.inner_container_box {
	*zoom:1;
	*overflow:hidden;
	background-color:#fff;
	border:1px solid #e7e7eb
}
.inner_container_box:after {
	content:"\200B";
	display:block;
	height:0;
	clear:both
}
.inner_container_box .bd {
	min-height:530px
}
.inner_container_box.cell_layout {
	*overflow:hidden
}
.inner_container_box.cell_layout .inner_side,.inner_container_box.cell_layout .inner_main {
	display:table-cell;
	vertical-align:top;
	word-wrap:break-word;
	word-break:break-all
}
.inner_container_box.cell_layout .inner_side {
	width:15%;
	max-width:240px
}
.inner_container_box.cell_layout .inner_main {
	width:2000px
}
.inner_container_box.cell_layout .inner_side {
	*float:left;
	*width:240px
}
.inner_container_box.cell_layout .inner_main {
	*zoom:1;
	*width:auto
}
.inner_container_box.cell_layout.side_r {
	*padding-right:241px
}
.inner_container_box.cell_layout.side_r .inner_main {
	*float:left;
	*width:100%
}
.msg_card_inner {
	overflow:hidden;
	border:1px solid #e7e7eb
}
.msg_card_bd {
	padding:14px;
	background-color:#fff
}
.msg_card_ft {
	background-color:#f4f5f9;
	border-top:1px solid #e7e7eb
}
.msg_card_ft ul {
	margin-bottom: -3px;
} 
.msg_card_title {
	overflow:hidden;
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:1.2;
	max-height:2.4;
	word-wrap:normal;
	white-space:pre-wrap
}
.msg_card_title a {
	display:block;
	color:#222
}
.msg_card_info {
	font-size:13px;
	line-height:20px;
	margin-bottom:12px;
	color:#8d8d8d
}
.msg_card_info_meta {
	font-weight:400;
	font-style:normal
}
.msg_card_extra_info {
	margin:14px 0 5px
}
.msg_card_desc {
	word-wrap:normal;
	white-space:pre-wrap
}
.msg_card_opr_list {
	font-size:16px
}
.msg_card_opr_item {
	text-align:center
}
.msg_card_opr_item a {
	display:block
}
.msg_card_opr_item:first-child .msg_card_opr_item_inner {
	border-left-width:0
}
.msg_card_opr_item_inner {
	display:inline-block;
	vertical-align:top;
	width:98.5%;
	margin:13px 0;
	line-height:18px;
	height:18px;
	cursor:pointer;
	border-left:1px solid #e7e7eb
}
.media_list.voice_media {
	padding:10px 0px;
}
.media_list .media_card {
	float:left;
	width:17.5%;
	margin:0 10px 20px
}
.media_list .media_card .media_img {
	display:block;
	height:148px;
	overflow:hidden
}
.media_list .media_card .wxmImg {
	width:100%;
	height:100%
}
.media_list .media_card .title {
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	font-weight:400;
	font-style:normal
}
.media_list .media_card .desc {
	color:#8d8d8d
}
.media_list .audio_msg_card {
	width:296px;
	margin:0 20px 20px 0
}
.media_list .appmsgSendedItem.simple_audiomsg {
	padding-left:0
}
.media_list .appmsgSendedItem.simple_audiomsg .title {
	display:none
}
.media_list .appmsgSendedItem.simple_audiomsg .desc {
	display:block;
	position:absolute;
	right:5px;
	top:125px
}
.audio_dialog .audio_box_hd {
	padding:14px 20px;
	border-bottom:1px solid #e7e7eb
}
.audio_dialog .audio_box_bd {
	min-height:342px
}
.audio_dialog .audio_list_container .media_list_tips_wrp {
	height:270px
}
.audio_dialog .audio_list_container .audio_list {
	height:270px;
	overflow-y:auto
}
.audio_dialog .audio_list_container .media_list_tips_wrp {
	text-align:center
}
.audio_dialog .audio_list_container .media_list_tips_wrp .tips {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle
}
.audio_dialog .audio_list_container .pagination_wrp {
	padding:20px
}
.audio_dialog .audio_list {
	text-align:left
}
.audio_dialog .audio_item {
	display:block;
	overflow:hidden;
	*zoom:1;
	padding:16px 0;
	margin:0 20px;
	border-bottom:1px solid #e7e7eb;
	margin-right:0
}
.audio_dialog .audio_item .lbl_content {
	display:inline-block
}
.audio_dialog .audio_meta {
	display:inline-block;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	margin-right:1em;
	vertical-align:middle
}
.audio_dialog .audio_title {
	width:420px
}
.audio_dialog .audio_date {
	width:190px
}
.audio_dialog .audio_length {
	width:160px
}
.audio_msg {
	overflow:hidden;
	*zoom:1
}
.audio_msg .audio_content {
	overflow:hidden;
	*zoom:1
}
.audio_msg .icon_audio_msg {
	float:left;
	margin-right:1em
}
.audio_msg .audio_title {
	color:#222;
	font-size:14px;
}
.audio_msg .audio_length {
	color:#8d8d8d;
}
.audio_msg .audio_date {
	padding-top:5px;
	color:#8d8d8d;
	font-size:16px;
}
.audio_msg_wrp.preview_card {
	border:1px solid #e7e7eb;
	padding:10px
}
.audio_msg_wrp.preview_card .audio_title {
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal
}
.audio_msg_wrp.card .audio_content {
	overflow:hidden;
	*zoom:1;
	position:relative
}
.audio_msg_wrp.card .audio_length {
	position:absolute;
	right:0;
	top:0;
	margin-left:1em
}
.audio_msg_wrp.card .audio_title {
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal;
	margin-right:56px
}
.appmsg {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #e7e7eb;
	background-color:#fff;
	color:#666
}
.appmsg_info {
	text-align-last:auto;
	font-size:13px;
	line-height:20px;
	margin:0 14px;
	padding:12px 0;
	border-bottom:1px solid #e7e7eb
}
.appmsg_date {
	font-weight:400;
	font-style:normal
}
.appmsg_content {
	position:relative;
	*zoom:1
}
.appmsg_title {
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:1.6;
	max-height:3.2;
	overflow:hidden;
	word-wrap:break-word;
	word-break:break-all;
	color:#222
}
.appmsg_title a {
	display:block;
	color:#222
}
.appmsg_title a:hover {
	text-decoration:none
}
.appmsg_thumb_wrp {
	height:160px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.appmsg_thumb {
	width:100%
}
.appmsg_desc {
	padding:5px 0 10px;
	word-wrap:break-word;
	word-break:break-all
}
.appmsg_cover_desc {
	color:#666;
	max-height:45px;
	overflow:hidden
}
.appmsg_opr {
	background-color:#f4f4f4;
	border-top:1px solid #e7e7eb
}
.appmsg_opr ul {
	overflow:hidden;
	margin-bottom: 0;
	*zoom:1
}
.appmsg_opr_item {
	float:left;
	line-height:44px;
	height:44px
}
.appmsg_opr_item a {
	display:block;
	border-right:1px solid #e7e7eb;
	text-align:center;
	text-decoration:none
}
.appmsg_opr_item a:hover {
	text-decoration:none
}
.appmsg_opr_item a.no_extra {
	border-right-width:0
}
.appmsg_item {
	position:relative;
	padding:12px 14px
}
.multi .appmsg_item {
	*zoom:1;
	border-top:1px solid #e7e7eb
}
.multi .appmsg_item:after {
	content:"\200B";
	display:block;
	height:0;
	clear:both
}
.multi .appmsg_item .appmsg_title {
	line-height:24px;
	max-height:48px;
	overflow:hidden;
	*zoom:1
}
.multi .appmsg_item .appmsg_thumb_wrp {
	float:right;
	width:78px;
	height:78px;
	margin-left:14px
}
.multi .appmsg_content {
	padding:0
}
.cover_appmsg_item {
	position:relative;
	margin:12px 14px
}
.single .appmsg_thumb_wrp {
	margin-top:5px;
	border:0
}
.has_first_cover .cover_appmsg_item {
	margin:12px 14px 12px
}
.has_first_cover .cover_appmsg_item .appmsg_title {
	font-size:14px;
	padding-top:0;
	line-height:28px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0,0,0,0.6)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endcolorstr = '#99000000')
}
.has_first_cover .cover_appmsg_item .appmsg_title a {
	padding:0 8px;
	color:#fff
}
.has_cover .appmsg_title {
	margin-top:14px
}
.edit_mask {
	font-size:0;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.6)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endcolorstr = '#99000000');
	color:#fff;
	z-index:1;
	text-align:center;
	padding:14px
}
.edit_mask .edit_mask_opr {
	padding-top:10px
}
.edit_mask.preview_mask {
	display:none;
	color:rgba(255,255,255,0.8)
}
.cover_appmsg_item .edit_mask.preview_mask {
	left:-14px;
	right:-14px;
	top:-12px;
	bottom:-12px
}
.appmsg_item:hover .edit_mask.preview_mask,.cover_appmsg_item:hover .edit_mask.preview_mask {
	display:block
}
.edit_mask.appmsg_mask {
	display:none
}
.edit_mask.temp_mask {
	background-color:rgba(255,255,255,0)!important
}
.edit_mask.temp_mask:hover {
	cursor:default
}
.undone_tips {
	color:#ffbe00;
	padding-top:3px
}
.edit_mask_content {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	font-size:14px
}
.appmsg .icon_card_selected {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-23px;
	margin-left:-23px;
	line-height:999em;
	overflow:hidden;
	z-index:1
}
.dialog_wrp .appmsg:hover {
	cursor:pointer
}
.appmsg:hover .appmsg_mask {
	display:block
}
.appmsg.selected .appmsg_mask {
	display:block
}
.icon_appmsg_thumb {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/widget/media_z39f30a.png) 0 -88px no-repeat;
	width:44px;
	height:34px;
	vertical-align:middle;
	display:inline-block;
	line-height:300px;
	overflow:hidden
}
.icon_appmsg_thumb_small {
	background:url(/mpres/zh_CN/htmledition/comm_htmledition/style/widget/media_z39f30a.png) 0 -126px no-repeat;
	width:32px;
	height:24px;
	vertical-align:middle;
	display:inline-block;
	line-height:300px;
	overflow:hidden
}
.appmsg_thumb.default {
	display:none;
	color:#c0c0c0;
	text-align:center;
	line-height:160px;
	font-weight:400;
	font-style:normal;
	background-color:#ececec;
	font-size:14px
}
.appmsg_item .appmsg_thumb.default {
	line-height:78px;
	font-size:0
}
.appmsg_item .appmsg_thumb.default .appmsg_thumb_tips {
	display:inline-block;
	vertical-align:middle;
	line-height:1.6;
	font-size:12px;
	padding:0 15px
}
.appmsg_edit_mask {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(229,229,229,0.85)!important;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9e5e5e5',endcolorstr = '#d9e5e5e5');
	text-align:center
}
.appmsg_item .appmsg_edit_mask {
	line-height:118px
}
.cover_appmsg_item .appmsg_edit_mask {
	line-height:160px
}
.appmsg_edit_mask a {
	margin-left:8px;
	margin-right:8px
}
.editing .cover_appmsg_item:hover .appmsg_edit_mask,.editing .appmsg_item:hover .appmsg_edit_mask {
	display:block
}
.editing .appmsg_thumb.default {
	display:block
}
.editing .has_thumb .appmsg_thumb.default {
	display:none
}
.appmsg_add {
	margin:20px 14px
}
.tab_content .appmsg {
	width:320px
}
.appmsg_list {
	text-align:justify;
	text-justify:distribute-all-lines;
	letter-spacing:-4px
}
.appmsg_list:after {
	display:inline-block;
	width:100%;
	height:0;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	content:"."
}
.appmsg_list .tj_item {
	font-size:14px;
	text-align:left;
	text-justify:auto
}
.appmsg_col {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:32%;
	text-align:left;
	font-size:14px;
	letter-spacing:normal
}
.media_dialog.appmsg_list {
	position:relative;
	padding:28px 140px;
	height:345px;
	margin:0;
	overflow-y:auto
}
.media_dialog .appmsg_col {
	width:48%
}
/*site-tp-list*/
.js_free {
	color:#18bc9c;
}
.site-tp-group .btn {
	width:auto;
	text-align:center
}
.site-tp-group .btn {
	border:1px solid #e7e7eb;
	margin-left:0;
	margin-right:0
}
.site-tp-group .btn:hover {
	background-color:#18bc9c;
	color:#fff
}
.site-tp-group .btn.active {
	background-color:#18bc9c;
	color:#fff
}
.cover-dark,.site-tp-li-item .cover-lock {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(64,64,64,.75);
	padding:30px;
	display:none
}
.cover-dark .cover-delect,.site-tp-li-item .cover-lock .cover-delect{
	position:absolute;
	bottom:8px;
	right:30px;
	color:#5e5e5e;
	font-size:10px;
	text-align:center
}
.cover-dark .cover-delect:hover,.site-tp-li-item .cover-lock .cover-delect:hover {
	color:#1ab394
}
.cover-dark .cover-delect i,.site-tp-li-item .cover-lock .cover-delect i {
	display:block;
	font-size:20px;
	margin-right:0
}
.cover-dark .cover-selected,.site-tp-li-item .cover-lock .cover-selected {
	width:100%;
	height:100%;
	text-align:center;
	font-size:30px;
	color:#fff
}
.cover-dark .cover-selected:before,.site-tp-li-item .cover-lock .cover-selected:before {
	display:inline-block;
	vertical-align:middle
}
.cover-dark .cover-selected:after,.site-tp-li-item .cover-lock .cover-selected:after {
	content:'';
	display:inline-block;
	vertical-align:middle;
	height:100%
}
.site-tp-list {
	letter-spacing:-4px
}
.site-tp-list:after {
	display:inline-block;
	width:100%;
	height:0;
	font-size:0;
	margin:0;
	padding:0;
	overflow:hidden;
	content:"."
}
.site-tp-list .tj_item {
	font-size:14px;
	text-align:left;
	text-justify:auto
}
.site-col {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	width:218px;
	padding-right:20px;
	text-align:left;
	font-size:14px;
	letter-spacing:normal
}
.site-tp-li-msg {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	border:1px solid #e7e7eb;
	background-color:#fff;
	color:#666
}
.site-tp-li-info {
	text-align-last:auto;
	font-size:13px;
	line-height:20px;
	padding:8px 0;
	text-align:center;
}
.site-tp-li-date {
	font-weight:400;
	font-style:normal
}
.site-tp-li-content {
	position:relative;
	*zoom:1
}
.site-tp-li-content .upcloud {
    position: absolute;
    top: 5px;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    height: 25px;
    line-height: 25px;
    background: #18bc9c;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}
.site-tp-li-item {
	position:relative;
}
.site-tp-li-item .site-tp-li-thumb {
	height:315px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover
}
.site-tp-li-item .site-tp-li-thumb:hover .cover-dark,.site-tp-li-item .site-tp-li-thumb:hover .cover-lock,.site-tp-li-item .site-tp-li-thumb:hover .cover-dark {
	display:block
}
.site-tp-li-item .cover-dark,.site-tp-li-item .cover-lock {
	text-align:center
}
.site-tp-li-item .cover-dark:before,.site-tp-li-item .cover-lock:before {
	content:'';
	display:inline-block;
	height:100%;
	vertical-align:middle
}
.site-tp-li-item .selected,.site-tp-li-item .lock {
	display:inline-block;
	vertical-align:middle;
	font-size:40px;
	color:#fff
}
.site-tp-li-item .cover-lock {
	display:block;
	z-index:2
}
.site-tp-list .addsite {
	border: 1px dashed #e7e7eb;height:398px;text-align:center;
}
.site-tp-list .addsite:hover {
	border: 1px dashed #f60;color:#f60;
}
.site-tp-li-thumb .timeshow {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    line-height: 25px;
    background-color: #fe5455;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}

.site-col .site-tp-li-msg .site-li-foot {
	margin:0 20px;
	border-top:1px solid rgb(231, 231, 235);
	height:40px;
	position:relative
}
.site-col .site-tp-li-msg .site-li-foot a{
	position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	color:#999;
	float:left;
	width:50%;
	line-height:40px;
}
.site-col .site-tp-li-msg .site-li-foot a:hover{
	color:#f60;
}
/*app-welcome*/
.app-welcome{
	width:100%; min-height:588px;margin:10px 10px;text-align: center
}
.app-group {
	margin-right: 26px;
	position:relative;
	float:left;
	width:255px;
	height:280px;
	display:inline-block;
	background:#fff;
	border:1px solid rgb(231, 231, 235);
	margin-bottom:30px;
	cursor:pointer;
	transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	transition:all 218ms;
	-ms-transition:all 218ms;
	-moz-transition:all 218ms;
	-o-transition:all 218ms;
	-webkit-transition:all 218ms
}
.app-group:hover {
	transform:translate3d(0,-5px,0);
	-ms-transform:translate3d(0,-5px,0);
	-moz-transform:translate3d(0,-5px,0);
	-o-transform:translate3d(0,-5px,0);
	-webkit-transform:translate3d(0,-5px,0);
	box-shadow:0 7px 21px rgba(0,0,0,.15);
	-webkit-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-moz-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-ms-box-shadow:0 7px 21px rgba(0,0,0,.15);
	-o-box-shadow:0 7px 21px rgba(0,0,0,.15)
}
.app-group .form-app {
	height:148px;
	margin:0;
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	overflow:visible
}
.app-group .site-pad {
	height:162px;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	z-index:10px
}
.app-group .app-site-img {
	height:162px;
	width:100%
}
.form-app .form-app-img {
	width:199px;
	position:relative;
	overflow:hidden
}
.form-app .form-app-img img {
	width:100%;
	overflow:auto;
	margin:auto;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0
}
.form-app .form-app-img .app-text {
	text-align:center;
	position:absolute;
	bottom:30px;
	width:100%;
	color:#fff
}
.form-app .form-app-text {
	width:55.3%;
	margin-left:20px
}
.hover-button {
	position:relative
}
.hover-button span {
	position:absolute;
	display:inline-block;
	width:100%;
	text-align:center
}
.app-pad {
	position:relative
}
.app-pad .app-img {
	height:162px;
	width:100%;
	margin:0;
	padding:0;
	overflow:visible
}

.app-pad .app-status-num {
	width:254px;
	height:28px;
	position:absolute;
	bottom:-18px;
	z-index:20;
	line-height:35px;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
	overflow:hidden
}

.app-open .h5game-image {
	background:url(../images/app-welcome.png) 0px -312px no-repeat
}
.app-open .xiu-image {
	background:url(../images/app-welcome.png) 0px -153px no-repeat
}
.app-open .wechat-image {
	background:url(../images/app-welcome.png) -0px -616px no-repeat
}
.app-open .wxapp-image {
	background:url(../images/app-welcome.png) -312px -616px no-repeat
}
.app-open .iosapp-image {
	background:url(../images/app-welcome.png) -312px -769px no-repeat
}
.app-open .mobile-image {
	background:url(../images/app-welcome.png) -0px -769px no-repeat
}
.app-open .pc-image {
	background:url(../images/app-welcome.png) -312px -463px no-repeat
}
.app-open .wxgame-image {
	background:url(../images/app-welcome.png) -0px -923px no-repeat
}
.app-open .aliapp-image {
	background:url(../images/app-welcome.png) -312px -923px no-repeat
}
.app-open .baiduapp-image {
	background:url(../images/app-welcome.png) -615px -0px no-repeat
}
.app-open .ttapp-image {
	background:url(../images/app-welcome.png) -615px -153px no-repeat
}
.app-close .h5game-image {
	background:url(../images/app-welcome-no.png) 0px -312px no-repeat
}
.app-close .xiu-image {
	background:url(../images/app-welcome-no.png) 0px -153px no-repeat
}
.app-close .wechat-image {
	background:url(../images/app-welcome-no.png) -0px -616px no-repeat
}
.app-close .wxapp-image {
	background:url(../images/app-welcome-no.png) -312px -616px no-repeat
}
.app-close .iosapp-image {
	background:url(../images/app-welcome-no.png) -312px -769px no-repeat
}
.app-close .mobile-image {
	background:url(../images/app-welcome-no.png) -0px -769px no-repeat
}
.app-close .pc-image {
	background:url(../images/app-welcome-no.png) -312px -463px no-repeat
}
.app-close .wxgame-image {
	background:url(../images/app-welcome-no.png) -0px -923px no-repeat
}
.app-close .aliapp-image {
	background:url(../images/app-welcome-no.png) -312px -923px no-repeat
}
.app-close .baiduapp-image {
	background:url(../images/app-welcome-no.png) -615px -0px no-repeat
}
.app-close .ttapp-image {
	background:url(../images/app-welcome-n.png) -615px -153px no-repeat
}
.text-close {
	color:#c5c5c5;
} 
.app-pad .app-text-new {
	width:100%;
	margin:0;
	padding:0;
	float:left
}
.app-open .app-text-new, .app-close .app-text-new{
	width:100%;
	margin:34px 0 0 0
	
}
.app-open .app-txt {
	font-size:13px;
	color:#ff6000;
	text-align:center;
	width:100%;
	line-height:15px
}
.app-close .app-txt {
	font-size:15px;
	color:#c5c5c5;
	text-align:center;
	width:100%;
	line-height:15px
}
.app-open .manage-btn {
	position:relative;
	width:140px;
	height:36px;
	line-height:40px;
	border-radius:0;
	border:1px solid #18bc9c;
	cursor:pointer;
	margin:0 auto;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:#18bc9c;
	color:#fff;
	font-family:"微软雅黑";
}
.app-close .manage-btn {
	position:relative;
	width:140px;
	height:36px;
	line-height:40px;
	border-radius:0;
	border:1px solid #c5c5c5;
	cursor:pointer;
	margin:0 auto;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	background:#c5c5c5;
	color:#fff;
	font-family:"微软雅黑";
}
.app-dis-opean .app-text-new {
	width:100%;
	margin:35px 0 0 0
}
.app-pad .app-header {
	display:block;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#c3c3c3;
	font-weight:bold
}
.app-pad .app_summery {
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#c3c3c3;
	line-height:27px
}
.btn-open{
	display:block;
	width:206px;
	height:49px;
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:49px;
	background-color:#0fb626;
	margin:8px auto 0 auto
}

.app-group .site-img {
	height:162px;
	width:100%
}
.app-img-free .site-img {
	background:url(../images/app-welcome.png) -1276px 0 no-repeat
}
.app-img-std .site-img {
	background:url(../images/app-welcome.png) -1276px -168px no-repeat
}
.app-img-pop .site-img {
	background:url(../images/app-welcome.png) -1276px -337px no-repeat
}
.app-imageiz .site-img {
	background:url(../images/app-welcome.png) -1276px -505px no-repeat
}
.app-img-ult .site-img {
	background:url(../images/app-welcome.png) -929px -505px no-repeat
}
.app-img-disopen .site-img {
	background:url(../images/app-welcome.png) -582px 0 no-repeat
}
.app-img-close .site-img {
	background:url(../images/app-welcome.png) -582px 0 no-repeat
}
.app-img-expire .site-img {
	background:url(../images/app-welcome.png) -1276px 0 no-repeat
}
.app-img-coop .site-img {
	background:url(../images/app-welcome.png) -929px -846px no-repeat
}
.app-status-num .productName,.app-status-num .productVip,.app-open .app-status-num {
	color:#18bc9c
}
.app-close .app-status-num {
	color:#c5c5c5
}
.app-text-new .app-btn{margin-top:18px}
.app-text-new .app-btn .manage-btn:hover {
	color:#fff
}
/*jinyun-app-list*/
.jinyun-app-list {
	padding:10px 10px
}
.jinyun-app-list .app-list-ul {
	overflow:hidden;
	margin-right:-20px
}
.jinyun-app-list .app-list-li {
	float:left;
	width:20%
}
.jinyun-app-list .app-list-li .app-li-cont {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin:0 10px 10px 0;
	padding:10px 10px;
	border:1px solid #e7e7eb;
	position:relative;
	cursor:pointer
}
.jinyun-app-list .app-list-li .app-li-cont:hover .app-opr-box {
	display:block
}
.jinyun-app-list .app-list-li .app-li-opr {
	float:right;
	margin-left:1em;
	text-align:right;
	position:relative;
	z-index:1
}
.jinyun-app-list .app-list-li .app-li-info {
	padding:15px 0 15px 66px;
	min-height:50px;
	position:relative
}
.jinyun-app-list .app-list-li .app-li-foot {
	margin:0 10px;
	border-top:1px solid #f2f2f2;
	height:40px;
	position:relative
}
.jinyun-app-list .app-list-li .app-li-foot a{
	position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	color:#555;
	float:left;
	width:50%;
	line-height:40px;
}
.jinyun-app-list .app-list-li .app-li-foot a:hover{
	color:#f60;
}
.jinyun-app-list .app-list-li strong,.jinyun-app-list .app-li em {
	font-weight:400;
	font-style:normal;
	display:block;
	width:auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	word-wrap:normal
}
.jinyun-app-list .app-list-li .app-li-name {
	line-height:50px
}
.jinyun-app-list .app-list-li .app-li-img {
	width:50px;
	height:50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	top:0;
	left:0
}
.jinyun-app-list .app-list-li .app-li-iconbg {
	width:50px;
	height:50px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:absolute;
	text-align: center;
	top:0;
	left:0
}
.jinyun-app-list .app-list-li .app-li-icon {
	color:#fff;
	font-size:24px;
	line-height: 50px;
}
.jinyun-app-list .app-list-li .app-li-desc {
	font-size:10px;color:#999;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.jinyun-app-list .app-opr-box {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9;
	display:none
}
.jinyun-app-list .opr-list {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%)
}
.jinyun-app-list .opr-item {
	display:inline-block
}
.jinyun-app-list .opr-item a {
	display:inline-block;
	color:#fff;
	padding:0 10px;
	height:20px;
	line-height:20px;
	border-right:1px solid #fff
}
.jinyun-app-list .opr-item:last-child a {
	border-right:0
}
.jinyun-app-list-down-opr {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	line-height:1.2;
}
/*文章*/
.head-c {
	background-color:#fff;
}
.header-r{
	display: inline-block;
    position: absolute;
    right: 0px;
    font-size: 16px;
}
.head-c .top_nav .top_nav_item{
	display:inline-block;
	box-sizing:border-box;
	min-width:72px;
	height:55px;
	text-align:center
}
.head-c .top_nav .top_nav_item.active{
	border-bottom:3px solid #18bc9c
}
.head-c .top_nav .top_nav_item.active:hover {
	border-bottom:3px solid #18bc9c
}
.head-c .top_nav .top_nav_item:hover {
	border-bottom:3px solid #18bc9c;
}
.head-c .top_nav a {
	height:50px;
	padding:0 18px;
	line-height:50px;
}
.head-c .navbar-default {
	background-color:#fff;
	height:57px;
	border-radius:0;
	margin:0
}
.head-c a:hover {
	color:rgb(26, 173, 22)!important
}
.head-c .navbar-header {
	width:210px
}
.head-c .navbar-header a {
	font-size:12px
}
.head-c .navbar-header .version {
	margin-left:6px;
	margin-top:-4px;
	background-color:#aeaeae;
	padding:2px 5px;
	display:block;
	float:right;
	border-radius:2px;
	color:#fff;
	line-height:1
}
.head-c .navbar-header .navbar-brand {
	padding:11px 15px;
	height:57px
}
.head-c .navbar-left {
	font-size:15px
}
.head-c .navbar-left>li a {
	padding-left:15px!important;
	padding-right:15px!important;
	height:53px;
	line-height:25px
}
.head-c .navbar-left .active,.head .navbar-left>li:hover {
	border-bottom:2px solid rgb(26, 173, 22);
	color:rgb(26, 173, 22);
	background-color:transparent
}
.head-c .navbar-left .active a,.head .navbar-left>li:hover a{
	background-color:transparent!important
}
.head-c .navbar-right {
	font-size:15px
}
.head-c .navbar-right li:hover {
	background-color:transparent;
	color:rgb(26, 173, 22)
}
.head-c .navbar-right .navbar-avatar {
	width:21px;
	height:21px;
	border-radius:50%;
	margin-right:4px
}
.panel-c {
	border-radius:0;
	box-shadow:0 0 0;
	margin-bottom:0
}
.panel-c>.panel-heading {
	height:60px;
	border-top:1px solid rgb(231, 231, 235);
	border-bottom:1px solid rgb(231, 231, 235);
	background-color: rgb(246, 248, 249);
	padding:15px 30px;
	border-radius:0
}
.panel-c>.panel-body {
	padding:0;
	margin-bottom:0
}
.left-c {
	width:210px;
	border-right:1px solid rgb(231, 231, 235);
	overflow:hidden!important
}
.left-c .left-c-content {
	width:228px;
	overflow-y:scroll
}
.left-c .panel-heading {
	cursor:pointer;
	height:44px;
	padding: 0;
}
.left-c .panel-heading span {
	display:block
}
.left-c .panel-heading span.no-collapse {
	padding:10px 15px;
	font-size:15px;
	line-height:25px
}
.left-c .panel-heading span:hover {
	color:#a09f9f
}
.left-c .setting {
	line-height:20px;
	padding-top:3px
}
.left-c .plugin-c {
	width:100%;
	height:100%;
	padding-left:60px
}
.panel-c .list-group-item:not(.list-group-more) {
	border:0;
	color:#252424;
	padding-left:20px;
	padding-top:0;
	padding-bottom:0;
	border-radius:0!important
}
.panel-c .list-group-item:not(.list-group-more):hover a {
	color:rgb(54, 65, 73)!important
}
.panel-c .list-group-item:not(.list-group-more) img {
	width:33px;
	height:33px;
	border-radius:3px;
	margin-right:10px
}
.panel-c .list-group-item:not(.list-group-more) a {
	padding-top:10px;
	padding-bottom:10px;
	margin-left:-30px;
	padding-left:32px;
	display:block;
	color:#252424;
}
.left-top {
	float:left;
	width:210px;
	height:100%;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	border-right:1px solid rgb(231, 231, 235);
	overflow:hidden!important
}
.right-c {
	flex:1;
	padding:28px
}
.right-c p img{
	max-width:1000px;
}
.c-panel-body {
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	min-height:725px;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-flex-wrap:wrap
}
/*upimage*/
.history-content {
	text-align:center;
	height:310px;
	overflow-y:auto
}
.history .img-list {
	margin:4px;
	display:block;
	clear:both;
	list-style:outside none none;
	padding:0
}
.history .img-list .img-item {
	float:left;
	padding:5px;
	cursor:pointer;
	position:relative
}
.history .img-list .img-item .img-container {
	position:relative;
	width:106px;
	height:106px;
	text-align:center;
	background-color:#eee;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%
}
.history .img-list .img-item .img-container:hover .img-meta {
	display:none
}
.history .img-list .img-item .img-container .img-meta {
	width:100%;
	position:absolute;
	bottom:0;
	z-index:1;
	background:rgba(0,0,0,.5);
	color:#eee
}
.history .img-list .img-item .img-container .select-status {
	display:inline-block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:2
}
.history .img-list .img-item-selected .img-container .select-status {
	display:inline-block;
	width:50px;
	height:50px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/success-small.png) no-repeat right bottom;
	z-index:2
}
.history .img-list .img-item-selected .img-container .img-meta {
	display:none
}
.history .img-list .img-item .btnClose {
	text-align:right;
	position:absolute;
	top:-10px;
	right:-5px;
	display:none;
	z-index:10
}
.history .img-list .img-item:hover .btnClose {
	display:block
}
.history .img-list .img-item .btnClose a {
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	color:#fff;
	background:rgba(0,0,0,.3);
	border-radius:50%
}
.history .img-list .img-item .btnClose a i.fa-times {
	font-size:14px;
	padding:3px;
	margin-top:0
}
.history .img-list .img-item .btnClose a:hover {
	background:#000
}
/*diy-web*/
.diy-zujian ul{padding: 0;}
.diy-zujian ul li{width: 20%;margin: 6px 0;color: #333;background: #FFF;padding: 5px 0.6% 5px 1.4%;z-index: 10;border: 1px dashed #999;/*border-radius: 3px;*/cursor: pointer;float: left;}
.diy-zujian ul li{transition-property: all;transition-duration: 200ms;transition-delay: 0;transition-timing-function: ease-in-out;-webkit-transition-property: all;-webkit-transition-duration: 200ms;-webkit-transition-delay: 0;-webkit-transition-timing-function: ease-in-out;-moz-transition-property: all;-moz-transition-duration: 200ms;-moz-transition-delay: 0;-moz-transition-timing-function: ease-in-out;-o-transition-property: all;-o-transition-duration: 200ms;-o-transition-delay: 0;-o-transition-timing-function: ease-in-out;}
.diy-zujian ul .title{line-height: 35px;margin: 0 auto;font-size: 12px;padding: 0;height: auto;font-weight: normal;}
.diy-zujian ul li:hover{background-color: #e9faee;border-color: #a5e1b4;border-style: solid;}
/*diy-tp-list*/
.diy-tp-group{
	line-height: 1.5;
	height:55px;
	width:100%;
}
.diy-tp-group .btn {
	width:25%;
	font-size: 14px;
	padding-left:0;
	padding-right:0;
	text-align:center
}
.diy-tp-group .btn {
	border:1px solid #e7e7eb;
	margin-left:0;
	margin-right:0
}
.diy-tp-group .btn:hover {
	background-color:#18bc9c;
	color:#fff
}
.diy-tp-group .btn.active {
	background-color:#18bc9c;
	color:#fff
}
/*Alerts*/
//
// Alerts
// --------------------------------------------------


// Base styles
// -------------------------

.alert {
  padding: @alert-padding;
  margin-bottom: @line-height-computed;
  border: 1px solid transparent;
  border-radius: @alert-border-radius;

  // Headings for larger alerts
  h4 {
    margin-top: 0;
    // Specified for the h4 to prevent conflicts of changing @headings-color
    color: inherit;
  }

  // Provide class for links that match alerts
  .alert-link {
    font-weight: @alert-link-font-weight;
  }

  // Improve alignment and spacing of inner content
  > p,
  > ul {
    margin-bottom: 0;
  }

  > p + p {
    margin-top: 5px;
  }
}

// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.

.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
.alert-dismissible {
  padding-right: (@alert-padding + 20);

  // Adjust close link position
  .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
  }
}

// Alternate styles
//
// Generate contextual modifier classes for colorizing the alert.

.alert-success {
  .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);
}

.alert-info {
  .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);
}

.alert-warning {
  .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);
}

.alert-danger {
  .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);
}
.border-bottom {
	border-bottom: 1px solid #eee
}
.jinyun-page-header {
	margin-top:6px;margin-bottom:6px;border-left:none;padding-left:0
}
/* echars */
.spiner-example{height:200px;padding-top:70px}
.sk-spinner-wave.sk-spinner{margin:0 auto;width:50px;height:30px;text-align:center;font-size:10px}
.sk-spinner-wave div{background-color:#1ab394;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}
.sk-spinner-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}
.sk-spinner-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}
.sk-spinner-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}
.sk-spinner-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}
.ibox{clear:both;margin-top:0;padding:0}
.ibox.collapsed .ibox-content{display:none}
.ibox.collapsed .fa.fa-chevron-up:before{content:"\f078"}
.ibox.collapsed .fa.fa-chevron-down:before{content:"\f077"}
.ibox:after,.ibox:before{display:table}
.ibox-title{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-color:#fff;border-color:#e7eaec;-webkit-border-image:none;-o-border-image:none;border-image:none;border-style:solid solid none;border-width:0;color:inherit;margin-bottom:0;padding:2px 0 7px;min-height:38px;}
.ibox-content{background-color:#fff;color:inherit;padding:15px 0;}

.panel-stat{overflow:hidden; color:#666;}
.panel-stat .panel-stat-btn{width:100%; overflow:hidden;}
.panel-stat .panel-stat-btn > div{text-align:center; margin-bottom:5px;float:left; padding-top:10px;font-size:16px;position: relative}
.panel-stat .panel-stat-btn > div:first-child{border-left:0;}
.panel-stat .panel-stat-btn > div span{font-weight:bold}
.panel-stat .panel-stat-btn > div a{font-size: 15px; position: absolute; right: 0; bottom: 10px}

.panel-stat .panel-list{width:100%; overflow:hidden;padding-top:5px;}
.panel-stat .panel-list > div{margin-bottom:5px;float:left; height:65px; padding-top:10px;font-size:13px;position: relative}
.panel-stat .panel-list > div:first-child{border-left:0;}
.panel-stat .panel-list > div span{font-weight:bold}
.panel-stat .panel-list > div a{font-size: 13px; position: absolute; right: 0; bottom: 10px}
.data-one {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0px rgba(0,0,0,0.05);
    box-shadow: 0 1px 0px rgba(0,0,0,0.05);
}
.data-one-icon {
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    background: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    color: #fff;
}
.data-one-info {
    font-size: 12px;
    padding-top: 2px;
}
.data-tow-icon {
    color: #28bb9c;
    display: inline-block;
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    float: left;
}
.data-tow-info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-right: 10px;
}
.data-tow-info .value {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
.data-tow-info .name {
    overflow: hidden;
    text-overflow: ellipsis;
	color:#333;
}
.data-col .progress {
    height: 2px;
}
.data-col .progress-bar {
    line-height: 2px;
    height: 2px;
}
.data-col .down-export{position: absolute;color:#f60;right:10px;bottom:10px;font-size:12px}
.data-col {color:#fff}
.data-col .pull-right {color:#fff}
/*右侧客服*/
.toolbar {
	position: fixed;
    _position: absolute;
    top: 0;
    right: 0;
    z-index: 9990;
    width: 0;
    height: 100%;
}
.jdm-toolbar-wrap a{text-decoration:none}
.jdm-toolbar{position:absolute;right:0;top:0;width:0;height:100%;border-right:6px solid #373d41;-webkit-transition:right .3s ease-in-out 0s;transition:right .3s ease-in-out 0s}
.z-jdm-toolbar-open .jdm-toolbar{right:270px}
.z-jdm-toolbar-open .jdm-toolbar-panels{_display:block}
.jdm-toolbar-panels{position:absolute;left:6px;_left:6px;top:0;width:270px;height:100%;z-index:2;background:#eceaea;_display:none}.jdm-toolbar-panel{width:270px;height:100%;position:absolute;background:#eceaea;visible:hidden}
.jdm-toolbar-header{position:absolute;top:0;right:-6px}
.jdm-toolbar-tabs{position:absolute;top:50%;left:-29px;width:35px;margin-top:-61px}
.jdm-toolbar-tabs .tabs-tip{position:absolute;top:0;right:35px;height:35px;line-height:35px;white-space:nowrap;border-radius:5px;background:#c81623;color:#fff;padding:0 10px;padding-left:30px}
.jdm-toolbar-tabs .tabs-tip .ico{width:15px;height:12px;background-position:-98px -162px;position:absolute;top:13px;left:10px}
.jdm-toolbar-tabs .tabs-tip b{width:0;height:0;line-height:0;font-size:0;border:6px dashed transparent;border-left:6px solid #c81623;position:absolute;right:-12px;top:12px;z-index:20}
.jdm-toolbar-footer{position:absolute;bottom:-1px;width:100%;left:-29px}
.jdm-toolbar-footer .jdm-toolbar-tab .tab-text{width:50px}
.jdm-toolbar-footer .z-jdm-tbar-tab-hover .tab-text{left:-48px}
.jdm-toolbar-tab{position:relative;width:35px;height:35px;margin-bottom:1px;cursor:pointer;background-color:#373d41;border-radius:3px 0 0 3px}
.jdm-toolbar-tab .tab-ico{width:34px;height:35px;margin-left:1px;position:relative;z-index:2;background-color:#373d41;_display:block;font-size:22px;padding:5px 8px}
.jdm-toolbar-tab .tab-ico:hover{color:#fff}
.jdm-toolbar-tab .tab-text{width:62px;height:35px;padding-left:5px;line-height:35px;color:#fff;text-align:center;font-family:微软雅黑;position:absolute;z-index:3;left:-60px;top:0;background-color:#373d41;border-radius:3px 0 0 3px;-webkit-transition:left .3s ease-in-out .1s;transition:left .3s ease-in-out .1s;display:none}
.jdm-toolbar-tab .tab-qrcode{width:108px;height:103px;position:absolute;z-index:3;left:-108px;top:-38px;display:none}
.jdm-toolbar-tab #showinfo{background:#fff;width:118px;height:148px;position:absolute;padding:5px;border-radius:5px;z-index:3;left:-125px;top:-38px;display:none}
.jdm-toolbar-tab #showinfo img{width:108px;height:108px;}
.jdm-toolbar-tab #showinfo em{line-height:30px;color:#373d41;text-align:center;}
.jdm-toolbar-tab:hover{width:86px;}
/*robot*/
.robot-right{
	margin:10px;
}
.robot-right .rblogo img{
	width:68px;
	height:68px;
}
.flex{
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.kefu-title{
	margin-top:6px;border-bottom: 1px solid #eee;margin-bottom:10px
}
.kefulist{background:#fff;}
.kefulist .item{padding:4px;}
.kefulist .item img{width:36px;height:36px;border-radius:100%;}
.kefulist .item .right{-webkit-box-flex:1; -moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-left:4px;}
.kefulist .item .right .kefuname{-webkit-box-flex:1; -moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;line-height:36px;font-size:16px;color:#666;}
.kefulist .item .right .fname{width:48px;line-height:30px;font-size:12px;color:#999;}
.kefulist .item .right i{width:32px;height:32px;line-height:32px;font-size:16px;color:#18bc9c;margin-top:2px;}
.kefu-menu{margin-top:15px;padding:10px;background-color: #f4f5f9; border-top: 0; text-align: center;}
.textcont {
	background-color:#F5F5F6;min-height:50px;border-radius:5px;padding:10px;color:#999
}
/*多图展示*/
.images-list {
	margin-left:-5px;
	width: 100%;
    text-align: center;
}
.images-list ul {
	
}
.images-list ul li {
	float: left;
	margin:5px;
	width:150px;
    overflow: hidden;
    position: relative;
}
.images-modal {
    min-height: 200px;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.images-modal button {
	font-size:28px;
    color: #fff;
}

.images-modal p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
	margin:0 0 5px
}

.images-modal .mod-image {
	margin-top:18px;
}
..modal-header {
    padding: 8px;
}
/*look*/
.look-text {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);min-height:128px;border: none;background-color: #F7F7F7;color:#999
}
/*产品详情*/
.spec_item {
	border:1px solid #e7eaec;padding:10px;margin-bottom: 10px;
}
/*jy-page*/
.jy-page-header {
    display: block;
    height: 25px;
    line-height: 30px;
    font-size: 12px;
    position: relative;
    padding-left: 10px;
    margin: 0;
    border: none;
    overflow: hidden;
    padding-top: 25px;
}
.jy-page-header:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 32px;
    width: 2px;
    height: 16px;
    border-left: 2px solid #18bc9c;
    color: #18bc9c;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.jy-page-content{
    width: 100%;
    min-height:100px;
    background: #fff;
    padding: 30px;
}
.form-group-title{
    line-height:20px;
    border-bottom:1px solid #efefef;
    font-weight: bold;
    font-size:16px;
    color: #333;
    position: relative
}
.form-group-title:before{
    content: '';
    position: absolute;
    width:4px;
    height:14px;
    background:#18bc9c;
    -webkit-border-radius:30%;
    -moz-border-radius:30%;
    border-radius:30%;
    top:4px;
    left:0px;
}
/*条件按钮*/
.jylabel {
	display:inline;
	padding:3px 8px 3px;
	margin:0 2px;
	font-size:75%;
	font-weight:400;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25em
}
a.jylabel:focus,a.jylabel:hover {
	text-decoration:none;
	cursor:pointer
}
.jylabel:empty {
	display:none
}
.jylabel-f60-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-f60-0.active,.jylabel-f60-0:focus,.jylabel-f60-0:hover,.jylabel-f60-0[href]:focus,.jylabel-f60-0[href]:hover {
	border: 1px solid #f60;
	background-color:#fcf0e7;
	color:#f60;
}
.jylabel-success-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-success-0.active,.jylabel-success-0:focus,.jylabel-success-0:hover,.jylabel-success-0[href]:focus,.jylabel-success-0[href]:hover {
	border: 1px solid #449d44;
	color:#449d44;
	background-color:#dafada;
}
.jylabel-info-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-info-0.active,.jylabel-info-0:focus,.jylabel-info-0:hover,.jylabel-info-0[href]:focus,.jylabel-info-0[href]:hover {
	border: 1px solid #31b0d5;
	background-color:#e2f6fc;color:#31b0d5;
}
.jylabel-f60 {
	border: 1px solid #f60;color:#f60;
}
.jylabel-f60.active,.jylabel-f60:focus,.jylabel-f60:hover,.jylabel-f60[href]:focus,.jylabel-f60[href]:hover {
	background-color:#f60;
	color:#fff;
}
.jylabel-default {
	border: 1px solid #777;color:#777;
}
.jylabel-default.active,.jylabel-default:focus,.jylabel-default:hover,.jylabel-default[href]:focus,.jylabel-default[href]:hover {
	background-color:#5e5e5e;
	color:#fff;
}
.jylabel-primary {
	border: 1px solid #18bc9c;color:#18bc9c;
}
.jylabel-primary.active,.jylabel-primary:focus,.jylabel-primary:hover,.jylabel-primary[href]:focus,.jylabel-primary[href]:hover {
	background-color:#18bc9c;color:#fff;
}
.jylabel-primary-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-primary-0.active,.jylabel-primary-0:focus,.jylabel-primary-0:hover,.jylabel-primary-0[href]:focus,.jylabel-primary-0[href]:hover {
	background-color:#dffaf5;color:#18bc9c;
}
.disabled .jylabel-primary-0 {
	border: 1px solid #999;color:#999;
}
.disabled .jylabel-primary.active,.disabled .jylabel-primary:focus,.disabled .jylabel-primary:hover,.disabled .jylabel-primary[href]:focus,.disabled .jylabel-primary[href]:hover {
	background-color:#999;color:#fff;
}
.jylabel-success {
	border: 1px solid #5cb85c;color:#5cb85c;
}
.jylabel-success.active,.jylabel-success:focus,.jylabel-success:hover,.jylabel-success[href]:focus,.jylabel-success[href]:hover {
	background-color:#449d44;color:#fff;
}
.jylabel-info {
	border: 1px solid #5bc0de;color:#5bc0de;
}
.jylabel-info.active,.jylabel-info:focus,.jylabel-info:hover,.jylabel-info[href]:focus,.jylabel-info[href]:hover {
	background-color:#31b0d5;color:#fff;
}
.jylabel-warning {
	border: 1px solid #f0ad4e;color:#f0ad4e;
}
.jylabel-warning.active,.jylabel-warning:focus,.jylabel-warning:hover,.jylabel-warning[href]:focus,.jylabel-warning[href]:hover {
	background-color:#ec971f;color:#fff;
}
.jylabel-danger {
	border: 1px solid #d9534f;color:#d9534f;
}
.jylabel-danger.active,.jylabel-danger:focus,.jylabel-danger:hover,.jylabel-danger[href]:focus,.jylabel-danger[href]:hover {
	background-color:#c9302c;color:#fff;
}
.jylabel-red {
	border: 1px solid red;color:red;background-color:#fff;
}
.jylabel-red.active,.jylabel-red:focus,.jylabel-red:hover,.jylabel-red[href]:focus,.jylabel-red[href]:hover {
	background-color:red;color:#fff;
}
.jylabel-gray {
	border: 1px solid #e5e5e5;color:#333;
}
.jylabel-gray.active,.jylabel-gray:focus,.jylabel-gray:hover,.jylabel-gray[href]:focus,.jylabel-gray[href]:hover {
	border: 1px solid red;
}
.jylabel-white {
	border: 1px solid #fff;color:#fff;
}
.jylabel-white.active,.jylabel-white:focus,.jylabel-white:hover,.jylabel-white[href]:focus,.jylabel-white[href]:hover {
	background-color:#fff;
	color:#18bc9c;
}

.liststatus0{
	background-color:#0099CC
}
.liststatus1{
	background-color:#FF9999
}
.liststatus2{
	background-color:#99CC00
}
.liststatus3{
	background-color:#999933
}
.liststatus4{
	background-color:#CC9933
}
.liststatus5{
	background-color:#996699
}
.liststatus6{
	background-color:#f60
}
.liststatus7{
	background-color:#ff0033
}
.liststatus8{
	background-color:#FF6666
}
.liststatus9{
	background-color:#FFCCCC
}
.liststatus10{
	background-color:#CCCCFF
}
.liststatus-1{
	background-color:#999999
}
.listcolor0{
	color:#0099CC
}
.listcolor1{
	color:#FF9999
}
.listcolor2{
	color:#99CC00
}
.listcolor3{
	color:#999933
}
.listcolor4{
	color:#CC9933
}
.listcolor5{
	color:#996699
}
.listcolor6{
	color:#f60
}
.listcolor7{
	color:#ff0033
}
.listcolor8{
	color:#FF6666
}
.listcolor9{
	color:#FFCCCC
}
.listcolor10{
	color:#CCCCFF
}
.listcolor-1{
	color:#999999
}
/*app-diy*/
.diy-edit-group {
	 border: 1px dashed #6c9;
}
.diy-del {
    width: 34px;
    height: 17px;
    right: 0;
    top: 0;
	display: none;
    background: url(../images/diy/remove.png) no-repeat top center;
    cursor: pointer;
	position: absolute;
    z-index: 99;
}

.diy-del > div {
    width: 32px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: rgba(0,0,0,.4);
    margin-left: 2px;
    cursor: pointer;
    position: relative;
    z-index: 11;
}

.diy-edit-group:hover .diy-del {
    display: block;
}
.diy-del {
    display: none;
}
/*客服悬浮*/
.kefu-float{
	width:64px;
	text-align:center;
	position:fixed;
	right:25px;
	z-index: 100;
}
.kefu-float .listicon{
	width:64px;
	height:64px;
	background:#18bc9c;
	margin-top:2px;
	position:relative;
}
.kefu-float .listicon .kfewm{
	border:1px solid transparent;
	position:absolute; top: -50px; left:-154px; display: none; width:152px;
	padding:5px;
	display:none;background:#fff;border-radius:5px;
}
.kefu-float .listicon .kfewm img{
	width:140px;
	height:140px;
}
.kefu-float .listicon:hover{
	background:#18bc9c;
}
.kefu-float .listicon .icon{
	width:100%;
	height:40px;
	overflow:hidden;
}
.kefu-float .listicon .icon img{
	display:block;
	width:32px;
	height:32px;
	margin:10px auto;
}
.kefu-float .listicon .kftext{
	width:100%;
	height:24px;
	line-height:24px;
	text-align:center;
	font-family:宋体;
	font-size:12px;
	color:#fff;
	font-weight:400;
}
.jy-image-typetitle{
	float: right;
    margin-top: 108px;
    margin-left: 50px;
    position: relative;
    z-index: 3;
}
/*微信卡券*/
.wxcard-preview{
	float: left;
	width: 318px;
	margin-left:0px;
	padding-bottom: 150px;
	overflow: hidden;
}
.wxcard-preview .title{
	padding: 15px 10px;
}
.wxcard-preview .title .back{
	font-size: 23px;
}
.wxcard-preview .title .more{
	font-size: 24px;
}
.wxcard-preview .panel{
	background: #fff;
	margin: 10px;
	border-radius: 5px;
}
.wxcard-preview .panel .logo-area{
	position: relative;
	top: -20px;
}
.wxcard-preview .panel .logo-area .cardlogo{
	width: 38px;
	height: 38px;
	text-align:center;
	margin: 0 auto;

}
.wxcard-preview .panel .logo-area .cardlogo img{
	width: 100%;
	height: 100%;
	border: 1px solid #e7e7eb;
	border-radius: 50%;

}
.wxcard-preview .panel .logo-area .name{
	color: #8d8d8d;
	text-align: center;
	line-height: 42px;
}
.wxcard-preview .panel .card{
	text-align: center;
}
.wxcard-preview .panel .card .card-title{
	font-weight: normal;
	font-size: 28px;
}
.card_usage{
	width: 100%;
	padding: 10px;
	border-bottom: 1px #eee dashed;
}
.card_usage ul li em{
	float: left;
	display: inline-block;
	width: 70px;
	font-style: normal;
}
.card_usage ul li span{
	color:#8d8d8d;
	display: inline-block;
	width: 180px;
}
.card-cover{
	height: 133px;
	padding:10px 10px 0px 10px;
	position: relative;
}
.card-cover img{
	width: 100%;
	height: 100%;
}
.card-cover .card-cover-intr{
	display:inline-block;
	width:276px;
	height: 20px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom:0px;
	color: #fff;
}
.card-cover .card-cover-intr .cover-title{
	padding: 10px;
}
.card-other{
	padding:0px 10px 0px 10px;
}
.card-other ul li{
	padding: 10px 0;
	border-bottom: 1px solid #e7e7eb;
}
.card-other ul li:last-child{
	border: 0;
}
.custom-detail{
	background: #fff;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}
.custom-detail ul{
    margin-bottom: 0px;
}
.wxcard-preview .btn{
	min-width: 100px;
	padding: 0 22px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	color: #fff;
}
.goicon{
	font-weight: bolder;
	color: #bebebe;
	font-size: 18px;
}
.memlogo-area{
	width: 273px;
	height: 140px;
	background: #55bd47;
	margin: 0 auto;
	border-radius: 10px;
	padding: 24px 20px;
	color: #fff;
	margin-bottom: 20px;
}

.memlogo-area div{

	float: left;

}
.memlogo-area .bot{
	height: 20px;
	width: 100%;
	margin-top: 25px;
}
.memlogo-area .memlogo{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.memlogo-area .memlogo img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
}
.memlogo-area .code{
	width: 36px;
	height: 36px;
	float: right;
}
.jy-close {
	position:absolute;
	right:-2px;
	top:-2px;
	font-size:21px;
	font-weight:400;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	filter:alpha(opacity=20);
	opacity:.2;
}
.nowrap {
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden
}
.binglie {
	width:180px;
	float: left;
}
/*步骤流程*/
.steps .step {
	position: relative;
    vertical-align: top;
    display: inline-block;
}
.steps .step-line {
    width:100%;
}
.steps .step-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    vertical-align: top;
    color: #bfcbd9;
    font-size: 20px;
    border: 4px solid #bfcbd9;
	margin:auto;
    #z-index: 10000;
}
.steps .step-title {
    font-size: 16px;
	text-align:center;
    color: #48576a;
}
.steps .step-leftline {
    position: absolute;
    top: 16px;
    height: 4px;
    right: 50%;
	left:0;
	margin-right: 17px;
    display: inline-block;
    background-color: #bfcbd9;
    #z-index: 10000;
}
.steps .step-rightline {
    position: absolute;
    top: 16px;
    height: 4px;
    left: 50%;
	right:0;
    margin-left: 17px;
    display: inline-block;
    background-color: #bfcbd9;
    #z-index: 10000;
}
.steps .step-circle {
    margin: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #18bc9c;
}
.steps .is-sucess > .step-line {
    color: #18bc9c;
    border-color: #18bc9c;
}
.steps .is-sucess > .step-line .step-dot{
    color: #fff;
    background-color: #18bc9c;
	border-color: #18bc9c;
}
.steps .is-sucess > .step-line .step-circle {
        background-color: #18bc9c;
}
.steps .is-sucess > .step-line > .step-leftline {
        background-color: #18bc9c;
}
.steps .is-sucess > .step-line > .step-rightline {
        background-color: #18bc9c;
}
.steps .is-now > .step-line {
    color: #18bc9c;
    border-color: #18bc9c;
}
.steps .is-now > .step-line .step-dot{
    color: #18bc9c;
    border-color: #18bc9c;
}
.steps .is-now > .step-line .step-circle {
        background-color: #18bc9c;
}
.steps .is-now > .step-line > .step-leftline {
        background-color: #18bc9c;
}
.steps .is-now > .step-line > .step-rightline {
        background-color: #bfcbd9;
}
/*table*/

.fixed-table-pagination .page-list {
	display:inline-block
}
.fixed-table-toolbar .columns-left {
	margin-right:5px
}
.fixed-table-toolbar .columns-right {
	margin-left:5px
}
.fixed-table-toolbar .columns label {
	display:block;
	padding:3px 20px;
	clear:both;
	font-weight:400;
	line-height:1.428571429
}
.fixed-table-toolbar .bs-bars,.fixed-table-toolbar .columns,.fixed-table-toolbar .search {
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	line-height:34px
}
.fixed-table-toolbar .dropdown-menu {
	text-align:left;
	max-height:300px;
	overflow:auto
}
.fixed-table-toolbar .btn-group>.btn-group {
	display:inline-block;
	margin-left:-1px!important
}
.fixed-table-toolbar .btn-group>.btn-group>.btn {
	border-radius:0
}
.fixed-table-toolbar .btn-group>.btn-group:first-child>.btn {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.fixed-table-toolbar .btn-group>.btn-group:last-child>.btn {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.fixed-table-pagination:after,.fixed-table-toolbar:after {
	content:"";
	display:block;
	clear:both
}
.fixed-table-toolbar .bs-bars,.fixed-table-toolbar .columns,.fixed-table-toolbar .search {
	line-height:inherit;
}
.fixed-table-toolbar .bs-bars,.fixed-table-toolbar .columns,.fixed-table-toolbar .search {
	line-height:inherit;
}
.fixed-table-toolbar .toolbar {
	margin-top:0;
	margin-bottom:0;
}
/*弹窗*/
#msg-loading{position: fixed;width:100%;height:100%;left:0;top:0;z-index:100000}
#msg-loading>div{position:fixed;top:30%;left:50%;margin-left:-190px;width:380px;margin-top:-20px;background:#e8fcf8;border-radius: 5px;}
#msg-loading #msg_text{padding:10px;margin: 0 auto;text-align: center;color:#18bc9c}
/*右小角弹窗*/
#msg-bottomloading{position: fixed;background:#fff;border-radius: 4px;box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 20px 0px;width:336px;height:auto;right:50px;bottom:15px;z-index:100000}
#msg-bottomloading i{position: absolute;font-size: 15px;width:15px;height: 15px;right: 10px;top:10px}
#msg-bottomloading .msg_text{padding:30px 20px;color:#333}
/*topmsg*/
#top-msg-loading{position:fixed;top:0;left:50%;margin-left:-158px;width:auto;border-radius: 5px;z-index:100000}
.msg-default{background:#18bc9c;}
.msg-warning{background:#ec971f;}
.msg-red{background:red;}
#top-msg-loading #msg_text{padding:3px 10px;margin: 0 auto;text-align: center;color:#fff}
.closebtn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -10px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
	font-size:16px;
    color: #fff;
}
.modal-content{border-radius: 0.3rem;}
.modal-header{border-top-left-radius:0.3rem;border-top-right-radius:0.3rem;}
.modal-footer {border-bottom-left-radius:0.3rem;border-bottom-right-radius:0.3rem;}
/* angular解析完毕前隐藏 */
.my-cloak {
    display : none;
}
select::-ms-expand {    
  display: none;/*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
}
/*手机-pc兼容*/
.fui-page {
	width:680px;margin:auto;height:100%;
}
.fui-content {
	position: absolute;background:#fff;height:90%;top:5%;overflow-y:auto;width:680px;
}
.infinite-loading {
	position: relative;
	text-align: center;
	height:80px;
	line-height:80px;
}
.infinite-loading .text {position: relative;display:inline-block;padding-left:44px;}
.infinite-loading .fui-preloader { position: absolute;top:50%; margin-top:-20px; }
.fui-preloader {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: preloader-spin 1s steps(12, end) infinite;
	animation: preloader-spin 1s steps(12, end) infinite;
}

.fui-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.fui-preloader.fui-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.wap-qrcode-left {
    height: 240px;
    width: 180px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: 368px;
}

.wap-qrcode-left p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.wap-qrcode-left .qrcode-image {
    height: 160px;
    width: 160px;
}

.wap-qrcode-left canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.wap-qrcode-container {
    height: 240px;
    width: 240px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
}

.wap-qrcode-container p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.wap-qrcode-container img {
    height: 160px;
    width: 160px;
}

.wap-qrcode-container canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.fui-navbar-pc {
    min-height: 10px;
    position: fixed;
    left: 50%;
	margin-left: 368px;
    text-align: center;
    z-index: 1003;
}
.fui-navbar-pc a{
    display: block;
    height: 50px;
	color:#333;
	line-height:50px;
	margin-bottom:36px;
}
.fui-navbar-pc a .icon{
	color:#333;
	font-size:40px;
	height:40px;
	opacity:1;
}
.fui-navbar-pc a .text{
	color:#333;
	font-size:16px;
	margin-top:-30px
}
.fui-navbar-pc a .red-dot{
	position: absolute;
    right: 0%;
    margin-top: -80px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: red;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    font-size: 12px;
}
/*图片商品*/
.dot{width: 10px;height: 10px;background: #fff;border-radius: 50%;display: block;float: left;}
.dot-line{float: left;margin-top:168px; margin-left:10px;position: relative;z-index: 3;}
.roundxi{
  float: left;
  width:auto;
  border: 1px solid #fff;
  font-size:11px;
  border-radius: 20px;
  padding: 2px 8px;
  background-color: #e6e6e6;
}
.hr0{ width:18px;height:1px;border:none;border-top:1px solid #fff;}
.hr1{ width:18px;height:1px;border:none;border-top:1px solid #555555;}
.hr2{ width:18px;height:3px;border:none;border-top:3px double red;}
.hr3{ width:18px;height:5px;border:none;border-top:5px ridge green;}
.hr4{ width:18px;height:10px;border:none;border-top:10px groove skyblue;}
.jylabel {
	padding:2px;
	margin-top:3px;
	font-size: 12px;
}
.fui-goods-item .detail .name .buy {
    display: inline-block;
    height: 22px;
    color: #ff5555;
    border-radius: 0;
    background: #fff;
    padding: 0rem 6px;
    width: auto;
    border-radius: 0.1rem;
    border: 1px solid transparent;
}
.fui-goods-item .detail .price .buy,.fui-goods-item .detail .name .buy {
    display: block;
    text-align: center;
    color: #fff;
    background: #18bc9c;
    display: block;
}
.fui-goods-item.disabled .detail .price .buy,.fui-goods-item.disabled .detail .name .buy {
    display: block;
    text-align: center;
    line-height: 22px;
    color: #fff;
    background: #999;
    display: block;
}
.fui-goods-group {
    height: auto;
    overflow: hidden;
    background: #f9f9f9;
}

.fui-goods-item {
    position: relative;
    height: auto;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.fui-goods-group.block .fui-goods-item {
    width: 20%;
    float: left;
    border-bottom: 0;
    background: none;
    padding: 9px;
    display: block;
}

.fui-goods-group.block .fui-goods-item .image {
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 70%; /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fui-goods-group.block .fui-goods-item .image .timeshow{
    position: absolute;
    top: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 10px;
    height: 25px;
    line-height: 25px;
    background-color: #999;
    color: #FFF;
    text-align: center;
    font-size: 12px;
}
.fui-goods-group.block {
    padding: 4px;
}

.fui-goods-group.block .fui-goods-item .image {
    float: none;
}
.fui-goods-group.block .fui-goods-item .image:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    /*background-color: #333;
    opacity: 0.38;*/
    z-index: 1;
    width: 100%;
    height: 100%;
}
.fui-goods-group.block .fui-goods-item .detail {
    padding: 4px;
    overflow: hidden;
}

.fui-goods-group.block .fui-goods-item .detail .name {
    height: 32px;
    overflow: hidden;
	font-size:16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fui-goods-group.block .fui-goods-item .subtitle {
    color: 9a9a9a;
}
.fui-goods-group.block .fui-goods-item .center-image {
    max-width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
}
.fui-goods-group.block.one .fui-goods-item {
    width: 100%;
    float: none;
}

.fui-goods-group.block.three .fui-goods-item {
    width: 33.33%;
}
.jinyun-color-pool{
	width:100%;
	text-align: center;
}
.jinyun-color-pool .color-item{
	margin-right:15px;
	width:80px;
	height:80px;
	color:#fff;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	text-align: center;
	float:left;
}
.jinyun-color-pool .color-item .title{
	margin-top:12px;
}
.jinyun-color-pool .color-item .fa{
	 position: absolute;
	 margin-left:-7px;
	 top:50px
}
/*new heard*/
.box-nav {
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    width: 120px;
    background: #24303c;
    color: #fff;
    text-align: center;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 101;
}
.box-nav.isplugin{
    background: #24303c;
	width: 120px;
    color: #cacaca;
}
.box-nav.issamll{
	width: 42px;
}
/*.box-nav:hover {
    width: 180px;
    text-align: center;
}*/
.box-nav .sysset{
    display: block;
    position: absolute;
    bottom:0;
    height: 50px;
    width:100%;
    line-height: 50px;
    text-align: center;
    background: #1e2937;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-nav .sysset .syssetsub{
    visibility: hidden;
    position: absolute;
    bottom: 6px;
    left:145px;
    width:110px;
    height:258px;
    background: #fff;
    -webkit-box-shadow: 0 0px 12px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.box-nav .sysset .syssetsub .syssettitle{
    height:32px;
    line-height: 32px;
    text-align: center;
    background: #e7f0f9 ;
    color: #333;
}
.box-nav .sysset:hover .syssetsub{
    visibility: visible;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.box-nav .sysset .syssetsub{
    left:130px
}
.box-nav .sysset .syssetsub .syssettips{
    position: absolute;
    border:8px solid transparent;
    border-right:8px solid #fff;
    filter:drop-shadow(5px 5px 10px  #999);
    left:-15px;
    bottom:15px;

}
.box-nav .sysset .syssetsub a{
    height:36px;
    line-height: 36px;
    display:block;
    color: #333;
}
.box-nav .sysset .syssetsub a:hover{
    background: #f8fcff;
}
.box-nav .sysset .syssetsub a .icow{
    margin-right: 10px;
    color: #558eb9;
}
.box-nav .sysset a{
    color: #cacaca;
}

.box-nav ul li {
	text-align:left;
	position: relative;
	padding-right: 10px;
}
.box-nav ul li a{
	display: inline-block;
    width: 100%;
    padding: 12px 0 5px 12px;
}
.box-nav.isplugin ul li a{
   padding: 12px 0 5px 12px;
}
.box-nav ul li:hover {
    background: #1e2937;
}

.box-nav ul li:hover a {
    color: #15a589;
}
.box-nav.isplugin ul li:hover {
    background: #19222e;
}

.box-nav.isplugin ul li:hover a {
    color: #15a589;
}
.box-nav ul li a {
    color: #cacaca;
    width: 100%;
    height: 100%;
    display: inline-block;
	white-space: nowrap;
	text-overflow: clip;
	overflow: hidden;
}
.box-nav.isplugin ul li a {
    color: #cacaca;
}
.box-nav ul li.active {
    background: #19222e;
}
.box-nav ul li.active:before {
	content: "";
	position: absolute;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-right:8px solid #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.box-nav.isplugin ul li.active {
    background: #19222e;
}
.box-nav ul li.active a {
    color: #15a589;
}
.box-nav.isplugin ul li.active a {
    color: #15a589;
}
.box-nav ul li i{
    vertical-align: middle;
    display: inline-block;
	font-size:20px;
    width: 23px;
}
.box-nav.isplugin ul li i{
    width: 25px;
}
.box-nav.issamll ul li{
    padding-right: 8px;
}
.box-nav.issamll ul li i{
    width: 30px;
}
.box-nav.issamll ul li a {
	padding: 8px 10px;
}
.box-navheight{
	height: calc(100% - 20px);
    overflow-y: auto;
    padding-bottom: 120px;
}
.box-subnav {
    width: 138px;
    position: fixed;
    display: block;
    top: 50px;
    background-color: #fff;
    border-right: 1px solid #f2f2f2;
    bottom: 0;
}

.box-subnav .subnav-scene {
    overflow: hidden;
    height: 78px;
    line-height: 78px;
    padding-left: 20px;
}
/*.box-subnav ul{*/
    /*border-top:1px solid #efefef;*/
/*}*/
.box-subnav ul li {
	width: 100%;
    position: fixed;
    display: block;
    background-color: #fff;
    bottom: 0;
}

.box-subnav ul li a {
    color: #666;
}
.box-subnav ul.single {
    display: block;
}
.box-subnav ul.single li a {
    padding-left: 20px;
    color: #666;
}
.menu-header:hover{
    background: #f5f5f5;
}
.menu-header.data-active:not(.active){
    background: #f5f5f5;
}
.box-subnav ul li.active, .box-subnav ul li:hover {
    background: #edf6ff;
}

.box-subnav ul li.active a {
    color: #00aeff;
}
.box-nav .logo {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 20px 10px;
}

.box-nav .logo .logo-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.right-box-header {
    position: fixed;
    left: 120px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 50px;
    border-bottom: 1px solid #e8e9eb;
    z-index: 1002;
}
.right-box-header.isplugin {
	 left: 120px;
}
.right-box-header.issamll {
	 left: 42px;
}
.right-box-header i{
	color:#999
}

.right-box-header > ul {
    height: 100%;
    margin: 0;
	margin-left:-1px;
}

.right-box-header > ul > li {
    float: left;
    padding: 0 16px;
	line-height:50px;
    text-align: center;
	border-left: 1px solid #efefef;
    cursor: pointer;
}
.right-box-header > ul > li a {
    display: inline-block;
	font-size:14px;
    height: 100%;
    width: 100%;
    outline: none;
}
.right-box-header > ul > li a:active {
    outline: none;
}

.right-box-header > ul > li:hover,
.right-box-header > ul > li.active {
    background: #f9f9f9;
}
.right-box-header  .dropdown-menu{
	right:0;
	left:auto
}
.right-box-header  .dropdown-menu li{
	padding-left:20px;padding-right:20px;
}
.right-box-header  .dropdown-menu a {
	height:25px;
	line-height:25px;
	width:auto;
	padding:0 10px
}
.right-box-header  .msg .wi-bell {
	position:relative
}
.right-box-header  .msg .badge {
	position:absolute;
	color:#fff;
	background-color:#ff0030;
	right:-8px;
	top:5px
}
.right-box-header  .msg .dropdown-menu {
	width:300px;
	height:500px;
	overflow:hidden;
	color:#4c4c4c;
	padding:0
}
.right-box-header .msg .top {
	padding:0 10px;
	line-height:50px;
	border-bottom:1px solid #e7e7eb
}
.right-box-header  .msg .top a {
	line-height:50px;
	color:#428bca
}
.right-box-header  .msg-list-container {
	padding:0 10px;
	height:437px;
	overflow-y:auto
}
.right-box-header  .msg .item {
	font-size:12px;
	padding:10px 0
}
.right-box-header  .msg .item .info {
	color:#999;
	margin-bottom:10px
}
.right-box-header  .msg .item+.item {
	border-top:1px solid #e7e7eb
}
.right-box-body {
	margin: 0;
    min-height: calc(100vh - 50px);
	background:#fff
}
.box-content {margin-left: 138px;position: relative;height:100%}
.box-header-logout {
	font-size:18px;
}
.sub-top {
	text-align: center;
    padding: 15px 0;
}
.sub-top .sub-app-top .sub-app-info .head-app-logo {
    width: 60px;
    height: 60px;
	margin:0 auto;
    margin-bottom: 5px;
	border-radius:50%;
}
.sub-top .sub-app-top .sub-app-info .site-name {
    margin-bottom: 10px;
    padding: 0 10px;
}
.sub-top .sub-app-top .sub-app-info .app-inof-cut {
    margin-top: 6px;
}
.sub-top .sub-app-top .sub-app-info .app-inof-cut .btn {
    min-width: unset;
}
.sub-top .sub-app-top .sub-app-info .app-inof-cut a {
    width: 70px;
}
.fui-cellone {
	position: relative;
	padding: 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	line-height: 1.5;
}
.fui-cellone .fui-cellone-label {
	position: relative;
	display: block;
	width: auto;
	font-size: 15px;
	padding-right: 5px;
	color: #666;
}
.fui-cellone .fui-cellone-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:15px;color:#666;
}
.fui-cellone .fui-cellone-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	font-size: 15px;
}
.fui-cellone .fui-cellone-remark {
	color: #999;
	text-align: right;
	font-size: 15px;
}