body {
	position: relative;
	background-color: #edf1f4;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,"Microsoft YaHei","ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€šÃ‚Â®ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“",SimSun,"ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",Heiti,"ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ",sans-serif;
	font-weight: normal;
	color: #656d78;
	min-height: 100%;
	overflow-x: hidden
}
/*- scrollbar -*/
::-webkit-scrollbar {
            width: 5px;
            height: 5px;
        }
        ::-webkit-scrollbar-thumb{
            background-color: #999;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }
        ::-webkit-scrollbar-thumb:vertical:hover{
            background-color: #666;
        }
        ::-webkit-scrollbar-thumb:vertical:active{
            background-color: #333;
        }
        ::-webkit-scrollbar-button{
            display: none;
        }
        ::-webkit-scrollbar-track{
            background-color: #f1f1f1;
        }


html {
	height: 100%
}

body.body-pop {
	height: 100%;
	min-width: 0;
	min-height: 0
}

body.full-height {
	height: 100%;
	min-width: 1024px;
	overflow-x: auto;
	overflow-y: hidden
}

.noscroll {
	overflow-y: hidden
}

h1,.h1 {
	font-size: 30px
}

h2,.h2 {
	font-size: 24px
}

h3,.h3 {
	font-size: 20px
}

h4,.h4 {
	font-size: 16px
}

h5,.h5 {
	font-size: 14px
}

h6,.h6 {
	font-size: 12px
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-weight: 400
}

h3,h4,h5,.h3,.h4,.h5 {
	margin-top: 5px;
	font-weight: 600
}
ul,li{
    padding: 0;
}
li{
    list-style-type:none;
}
::selection {
	background-color: #42A5F5;
	color: #fff;
}

::-moz-selection {
	background-color: #42A5F5;
	color: #fff
}

#container {
	position: relative;
	min-height: 100vh;
	height: 100%
}

#pageiframe {
	position: relative;
	z-index: 7;
	display: block;
	width: 100%;
	border: 0;
	padding:50px 0 0 120px;
}

@media (min-width: 1600px) {
	#pageiframe {
		padding: 50px 0 0 110px
	}

	.submenu-open #pageiframe {
		padding-left: 240px;
	}
}

#page-wrap {
	padding-right: 0
}

@media (min-width: 1440px) {
	#page-wrap.aside-layout {
		padding-right: 200px
	}
}

#page-wrap.aside-regular {
	position: relative;
	padding-right: 200px
}

#page-content {
	padding: 20px 20px 10px
}

#page-router {
	margin-top: -20px;
	padding: 10px 0;
	line-height: 26px;
	font-size: 12px
}

#page-router .divider:after {
	margin: 0 4px;
	content: '>';
	color: #88909b
}

#side {
	position: relative;
	z-index: 2;
	min-height: 300px;
	background-color: #fff
}

#side-container {
	position: absolute;
	top: 20px;
	right: -260px;
	bottom: 0;
	z-index: 1;
	width: 200px;
	background-color: #fff;
	-webkit-transition: right 0.2s;
	transition: right 0.2s
}

#side-container.show {
	right: 0;
	display: block;
	-webkit-box-shadow: -2px -2px 8px 0 rgba(0,0,0,0.1);
	box-shadow: -2px -2px 8px 0 rgba(0,0,0,0.1)
}

.aside-regular #side-container {
	right: 0;
	display: block;
	margin: 0
}

@media (min-width: 1440px) {
	#side-container {
		right: 0;
		display: block;
		margin: 0
	}
	.submenu-open #pageiframe {
    padding-left: 240px;
}
.mainnav-menu-item.submenu-open .mainnav-submenu-wrap {
    visibility: visible;
}
.mainnav-submenu-wrap {
    top: 50px;
    display: block;
    visibility: hidden;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}
}
@media (min-width:1200px){
	.hidden-lg{display:block!important}
	.submenu-open #pageiframe {
    padding-left: 240px;
}
	}

@media (min-width:300px){
	.hidden-lg{display:block!important}
	.submenu-open #pageiframe {
	padding-left: 220px;
	height: 100%;
}


	}

@media (min-width:1600px){.hidden-lg{display:none!important}}

#side:after {
	content: '';
	display: table;
	clear: both
}

.side-toggle {
	position: absolute;
	right: 100%;
	top: 20px;
	padding: 5px 0 0 5px;
	width: 40px;
	height: 46px;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	background-color: #609ee9;
	border-radius: 5px 0 0 5px;
	-webkit-transition: right 0.2s;
	transition: right 0.2s
}

.side-toggle i {
	display: block;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1
}

@media (min-width: 1440px) {
	.side-toggle {
		display: none
	}
}


.fixed-fluid:after {
	content: '';
	display: block;
	clear: both
}

.fixed-fluid>.pull-xs-left {
	float: left;
	margin-right: 10px
}

.fixed-fluid>.pull-xs-right {
	float: right;
	margin-left: 10px
}

.fixed-fluid>.fixed-xs-160 {
	width: 160px
}

.fixed-fluid>.fixed-xs-200 {
	width: 200px
}

.fixed-fluid>.fixed-xs-250 {
	width: 250px
}

.fixed-fluid>.fixed-xs-300 {
	width: 300px
}

.fixed-fluid>.fixed-xs-350 {
	width: 350px
}

.fixed-fluid>.fluid {
	overflow: hidden
}

.ft12 {
	font-size: 12px !important
}

.ft13 {
	font-size: 13px !important
}

.ft14 {
	font-size: 14px !important
}

.ft15 {
	font-size: 15px !important
}

.ft16 {
	font-size: 16px !important
}

.ft17 {
	font-size: 17px !important
}

.ft18 {
	font-size: 18px !important
}

.ft19 {
	font-size: 19px !important
}

.ft20 {
	font-size: 20px !important
}

.ft21 {
	font-size: 21px !important
}

.ft22 {
	font-size: 22px !important
}

.ft23 {
	font-size: 23px !important
}

.ft24 {
	font-size: 24px !important
}

.ft25 {
	font-size: 25px !important
}

.ft26 {
	font-size: 26px !important
}

.ft27 {
	font-size: 27px !important
}

.ft28 {
	font-size: 28px !important
}

.ft29 {
	font-size: 29px !important
}

.ft30 {
	font-size: 30px !important
}

.ft31 {
	font-size: 31px !important
}

.ft32 {
	font-size: 32px !important
}

.ft33 {
	font-size: 33px !important
}

.ft34 {
	font-size: 34px !important
}

.ft35 {
	font-size: 35px !important
}

.ft36 {
	font-size: 36px !important
}

.ft37 {
	font-size: 37px !important
}

.ft38 {
	font-size: 38px !important
}

.ft39 {
	font-size: 39px !important
}

.ft40 {
	font-size: 40px !important
}

.mt1 {
	margin-top: 1px !important
}

.mt2 {
	margin-top: 2px !important
}

.mt3 {
	margin-top: 3px !important
}

.mt4 {
	margin-top: 4px !important
}

.mt5 {
	margin-top: 5px !important
}
.mt10{
    margin-top:10px !important
}
.mt20{
    margin-top:20px !important
}
.mt-1 {
	margin-top: -1px !important
}

.mt-2 {
	margin-top: -2px !important
}

.mt-3 {
	margin-top: -3px !important
}

.mt-4 {
	margin-top: -4px !important
}

.mt-5 {
	margin-top: -5px !important
}

.ml1 {
	margin-left: 1px !important
}

.ml2 {
	margin-left: 2px !important
}

.ml3 {
	margin-left: 3px !important
}

.ml4 {
	margin-left: 4px !important
}

.ml5 {
	margin-left: 5px !important
}

.ml-1 {
	margin-left: -1px !important
}

.ml-2 {
	margin-left: -2px !important
}

.ml-3 {
	margin-left: -3px !important
}

.ml-4 {
	margin-left: -4px !important
}

.ml-5 {
	margin-left: -5px !important
}

.pr1 {
	padding-right: 1px !important
}

.pr2 {
	padding-right: 2px !important
}

.pr3 {
	padding-right: 3px !important
}

.pr4 {
	padding-right: 4px !important
}

.pr5 {
	padding-right: 5px !important
}

.relative-t1 {
	position: relative !important;
	top: 1px !important
}

.relative-t2 {
	position: relative !important;
	top: 2px !important
}

.relative-t3 {
	position: relative !important;
	top: 3px !important
}

.relative-t4 {
	position: relative !important;
	top: 4px !important
}

.relative-t5 {
	position: relative !important;
	top: 5px !important
}

.relative-t-1 {
	position: relative !important;
	top: -1px !important
}

.relative-t-2 {
	position: relative !important;
	top: -2px !important
}

.relative-t-3 {
	position: relative !important;
	top: -3px !important
}

.relative-t-4 {
	position: relative !important;
	top: -4px !important
}

.relative-t-5 {
	position: relative !important;
	top: -5px !important
}

#topnav {
	position: absolute;
	width: 100%;
	z-index: 9;
	left: 0;
	top: 0;
}

#container.topnav-fixed #topnav {
	position: fixed
}

#topnav-container {
	background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.topnav-header {
	height: 50px;
	padding-left: 10px;
	line-height: 50px;
	border-bottom: 1px solid #2f3b4d;
	background-color: #232d3c;
}

.topnav-header {
		float: left;
		padding-left: 0;
		width: 110px;
		text-align: center;
	}

.topnav-header .tohome {
	width: 100%;
	padding: 0 9px;
	display: block
}

.topnav-header .logo {
	width: 100%
}

@media (min-width: 1600px) {
	.topnav-header {
		float: left;
		padding-left: 0;
		width: 110px;
		text-align: center;
	}
}

.topnav-content {
	height: 50px
}

.topnav-content .mainnav-tgl {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0
}

.nav.topnav-links>li {
	float: left
}

.nav.topnav-links>li>a {
	display: table-cell;
	padding: 0 15px;
	height: 50px;
	vertical-align: middle;
	color: #333;
}

.nav.topnav-links>li>a:hover,.nav.topnav-links>li>a:focus {
	background-color: #e2e2e2;
	transition: all .4s
}

.nav.topnav-links>li>a>i {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle
}

.nav.topnav-links>.open>a,.nav.topnav-links>li:hover>a {
	background-color: #f9f9f9
}

.nav.topnav-links-left {
	float: left
}

.nav.topnav-links-left>li {
	border-right: 1px solid rgba(255,255,255,0.08)
}

.nav.topnav-links-right {
	float: right
}

.nav.topnav-links-right>li {

    border-left: 1px solid #efefef;
}

.nav.topnav-links .uname {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	max-width: 96px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.nav.topnav-links .in {
	border-left: none
}

.nav.topnav-links .dropdown:hover>.dropdown-menu {
	display: block
}

.nav.topnav-links .dropdown-menu-fav .full-height-scroll {
	max-height: 360px
}

.nav.topnav-links .dropdown-fav-list {
	width: 246px
}

.nav.topnav-links .dropdown-fav-list li {
	line-height: 38px
}

.nav.topnav-links .dropdown-fav-list li>a {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 10px
}

.nav.topnav-links .dropdown-fav-list li>a .ico {
	margin-right: 4px;
	font-size: 16px
}

.nav.topnav-links .dropdown-fav-list li>a:hover {
	color: #717a86;
	background: rgba(0,0,0,0.05)
}

.nav.topnav-links .dropdown-fav-list li>a:hover .remove {
	display: block
}

.nav.topnav-links .dropdown-fav-list li .remove {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	display: none;
	text-align: center;
	-webkit-transition: 0.2s transform;
	transition: 0.2s transform
}

.nav.topnav-links .dropdown-fav-list li .remove:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.nav.topnav-links .dropdown-preview-fix {
	position: absolute;
	top: -40px;
	left: 100%;
	bottom: -40px;
	width: 200px
}

.nav.topnav-links .dropdown-preview-list {
	padding: 10px 0;
	width: 280px
}

.nav.topnav-links .dropdown-preview-list>li {
	position: relative;
	float: left;
	width: 50%;
	padding: 5px 10px
}

.nav.topnav-links .dropdown-preview-list>li>a {
	display: block;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e6e9ed
}

.nav.topnav-links .dropdown-preview-list>li>a:hover {
	color: #609ee9;
	border-color: #609ee9
}

.nav.topnav-links .dropdown-preview-list .pop-up {
	display: none
}

.nav.topnav-links .dropdown-preview-list .pop-up.show {
	position: absolute;
	top: 15px;
	left: 100%;
	z-index: 2;
	margin: -10px 0 0 -20px;
	display: block;
	width: 160px;
	background-color: #fff;
	border: 1px solid #e6e9ed;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc
}

.nav.topnav-links .dropdown-preview-list .pop-up.show .erwei {
	display: block;
	width: 100%
}

.nav.topnav-links .dropdown-preview-list .pop-up .close-btn {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #aab2bd;
	-webkit-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;
	cursor: pointer
}

.badge-header {
	position: absolute;
	font-weight: normal;
	top: 0;
	margin-top: 10px;
	min-width: 18px;
	padding: 3px 4px;
	right: 3px
}

.badge-header:empty {
	display: inline;
	border-radius: 50%;
	min-width: 0;
	padding: 5px;
	right: 8px;
	margin-top: 12px
}

.app-search {
	position: relative
}

.app-search .form-control {
	display: block;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 40px;
	background-color: rgba(255,255,255,0.1);
	border: none;
	box-shadow: none;
	border-radius: 100px;
	transition: 0.5s ease-out
}

.app-search .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4);
	font-weight: normal
}

.app-search .form-control::-moz-placeholder {
	color: rgba(255,255,255,0.4);
	font-weight: normal
}

.app-search .form-control:focus {
	width: 300px
}

.app-search .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
	width: 40px;
	padding: 0;
	text-align: center;
	color: #fff;
	border: none;
	background: transparent;
	box-shadow: none
}

.app-search .btn:focus,.app-search .btn:hover {
	outline: none;
	color: #fff
}

#mainnav {
	overflow: hidden;
	min-height: 100%;
	background-color: #232d3c
}

#mainnav-container {
	position: absolute;
	top: 0;
	/* left: -100px; */
	left: 0;
	bottom: 0;
	z-index: 10;
	padding-top: 0;
	width: 120px;
	height: 100%;
}

.mainnav-fixed #mainnav-container {
	position: fixed
}

.menu-open #mainnav-container {
	left: 0
}

@media (min-width: 1600px) {
	#mainnav-container {
		left: 0;
		padding-top: 0px;
	}
}

.mainnav-menu-item {
}

.mainnav-menu-item>a {
	display: block;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	color: #cacaca;
}

.mainnav-menu-item>a i {
	display: inline-block;
	vertical-align: top;
	height: 1px;
	line-height: inherit;
	margin-right: 14px;
	width: 16px;
	text-align: center;
	font-size: 16px;
}

.mainnav-menu-item:hover>a {
	color: #fff;
	background: #1e2937;
}

.mainnav-menu-item.submenu-open>a {
	color: #434a54;
	background-color: #fff;
}

.mainnav-menu .divider {
	height: 30px;
	list-style: none
}

.mainnav-submenu {
	padding: 7px 0;
	display: none
}

.mainnav-submenu>a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 42px;
	color: #5a6370
}
.mainnav-menu-item.submenu-open .mainnav-submenu {
	display: block
}

.mainnav-submenu-item>a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 42px;
	color: #5a6370
}


.mainnav-submenu-item.active>a,.mainnav-submenu-item:hover>a {
	color: #398aeb;

	    background: #edf6ff;
}

.mainnav-submenu-item1>a {
	display: block;
	padding: 0 0 0 20px;
	line-height: 42px;
	color: #5a6370
}


.mainnav-submenu-item1.active>a,.mainnav-submenu-item1:hover>a {
	color: #398aeb;

	    background: #edf6ff;
}

.mainnav-submenu-wrap {
	position: fixed;
	top: 50px;
	left: 120px;
	z-index: 1;
	bottom:0;
	overflow: hidden;
	width: 120px;
	background-color: #fff;
	border-right: 1px solid #efefef;
	border-top: 1px solid #efefef;
	display:none;
}
.submenu-open .mainnav-submenu-wrap{
	display:block;
	visibility: hidden;
}
.mainnav-menu-item.submenu-open .mainnav-submenu-wrap {
    visibility: visible;
}
.mainnav-submenu-wrap .slimScrollDiv{
	z-index:99;
}
.mainnav-menu-item.submenu-open .mainnav-submenu {
	display: block
}
.mainnav-menu-item.submenu-open .mainnav-submenu-wrap {
	display: block；
	
}
.mainnav-submenu-item1 .child_nav .mainnav-submenu-item a{
	color: #67B168;
}
@media (min-width: 1600px) {
	.mainnav-submenu-wrap {
		top: 50px;
		display: block;
		visibility: hidden;
		-webkit-transition: left 0.2s;
		transition: left 0.2s
	}

	.mainnav-menu-item.submenu-open .mainnav-submenu-wrap {
		visibility: visible
	}
}

.mainnav-menu-item>a.btt-logo {
	height: 50px;
	background-image: url(/public/image/btt-logo.png);
	background-repeat: no-repeat;
	background-position: center center
}

.mainnav-menu-item>a.btt-logo:hover,.submenu-open.mainnav-menu-item>a.btt-logo {
	background-color: #fff;
	background-image: url(/public/image/btt-logo-hover.png)
}

.footer-btt {
	height: 50px;
    margin-top: 50px;
	margin-bottom: 20px;

}

.footer-btt a {
	height: 50px;
	margin-right: 0px;
	display: inline-block;
	background-image: url(/public/image/footer-btt-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}

@media only screen and (min-width: 1440px) {
	.footer-btt a {
		margin-right: 280px
	}

	.footer-btt.full a {
		margin-right: 0
	}
}

.side-head {
	display: none;
	padding: 0 10px;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background-color: #609ee9
}

.side-head .fa {
	vertical-align: top;
	font-size: 20px;
	line-height: inherit;
	margin-right: 4px
}

@media (min-width: 1440px) {
	.side-head {
		display: block
	}
}

.ad img {
	display: block;
	width: 100%
}

.side-wg-box {
	margin-bottom: 30px;
        position: relative;
}

.side-wg-hd {
	padding: 0 0 20px;
}

.side-wg-hd .tit {
	position: relative;
	padding-left: 10px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	color: #434a54;
	border-left: 4px solid #609ee9
}

.side-wg-bd {
	margin: 0 14px
}

.side-wg-activity {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 20px 10px 20px 76px;
	background-color: #f1f4f7
}

.side-wg-activity:hover {
	background-color: #e7ecf1
}

.side-wg-activity .ico {
	position: absolute;
	top: 50%;
	left: 12px;
	margin-top: -28px;
	width: 56px;
	height: 56px
}

.side-wg-activity .tit {
	font-size: 15px;
	line-height: 19px;
	color: #434a54;
	font-weight: 600
}

.side-wg-activity .desc {
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
	color: #aab2bd
}

.help-body-content {
	padding: 10px
}

.help-body-content p {
	margin-bottom: 10px;
	line-height: 20px
}

.help-body-content p a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.help-body-content span {
	font-size: 12px;
	white-space: normal !important
}

.help-body-content-tit {
	color: #000
}

.side-wg-hd {
	position: relative
}

.enter-help {
	position: absolute;
	right: 15px;
	top: 0
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.pace-inactive {
	display: none
}

.pace .pace-progress {
	background: #5ed791;
	position: fixed;
	z-index: 2040;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px
}

.pace-inactive {
	display: none
}

.dash-panel {
	margin-bottom: 20px;
	background-color: #fff
}

.dash-panel-hd {
	padding: 0 20px;
	height: 46px;
	background-color: #fbfcfd
}

.dash-panel-bd {
	padding: 0 5px
}

.dash-panel-tit {
	float: left;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	color: #434a54
}

.dash-panel-control {
	float: right;
	height: 100%;
	vertical-align: middle
}

.dash-panel-control:before {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	content: ''
}

.dash-panel-control .btn.btn-ico {
	border-color: transparent;
	background: transparent;
	border-radius: 0
}

.dash-panel-tabs {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	padding: 0;
	margin: 0
}

.dash-panel-tabs li {
	float: left
}

.dash-panel-tabs li a {
	display: block;
	padding: 0 17px;
	line-height: 30px;
	color: #aab2bd;
	border-top: 1px solid #e6e9ed;
	border-bottom: 1px solid #e6e9ed;
	cursor: pointer
}

.dash-panel-tabs li:first-child a {
	padding-left: 23px;
	border-left: 1px solid #e6e9ed;
	border-radius: 100px 0 0 100px
}

.dash-panel-tabs li:last-child a {
	padding-right: 23px;
	border-right: 1px solid #e6e9ed;
	border-radius: 0 100px 100px 0
}

.dash-panel-tabs li.active a {
	color: #434a54;
	background-color: #e6e9ed
}

.dash-wb-item {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px -1px;
	display: block
}

.dash-wb-items {
	overflow: hidden;
	margin: 30px 0 6px 10px
}

.dash-wb-items .col-lg-2 {
	width: 20%
}

.dash-wb-item:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 4px;
	border-left: 1px solid #e6e9ed;
	content: ''
}

.dash-wb-item .tit {
	position: relative;
	margin-top: 5px;
	font-size: 12px;
	line-height: 1;
	text-align: center
}

.dash-wb-item .dot {
	position: absolute;
	top: 2px;
	left: -15px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #edf1f4
}

.dash-wb-item .dot.c1 {
	background-color: #ffb02c
}

.dash-wb-item .dot.c2 {
	background-color: #ff755e
}

.dash-wb-item .dot.c3 {
	background-color: #3de3b8
}

.dash-wb-item .dot.c4 {
	background-color: #6da8f1
}

.dash-wb-item .dot.c5 {
	background-color: #b29cef
}

.dash-wb-item .dot.c6 {
	background-color: #f1cb50
}

.dash-wb-item .data {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #434a54;
	text-align: center
}

.dash-wb-item .blue {
	color: #fc4b69
}

@media (min-width: 1440px) {
	.dash-wb-item .data {
		height: 26px;
		line-height: 26px;
		font-size: 24px;
		text-align: center
	}
}

.dash-info-box {
	height: 145px;
	padding: 15px 20px 0
}

.dash-info-box .name {
	margin-bottom: 6px;
	color: #434a54
}

.dash-info-box .num-value {
	margin-bottom: 10px;
	padding-bottom: 8px;
	line-height: 28px;
	font-size: 28px;
	border-bottom: 1px solid #e6e9ed
}

.dash-info-box .extra {
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #434a54
}

.dash-fn-box {
	padding: 20px 20px 18px 20px;
	text-align: center
}

@media (min-width: 1440px) {
	.dash-fn-box .row {
		margin: 0
	}
}

.dash-fn-item {
	background-color: #f5f7fa;
	display: block;
	padding: 18px;
	margin-bottom: 2px;
	text-align: left;
	font-size: 0
}

.dash-fn-item .ico {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	margin-right: 8px
}

.dash-fn-item .tit {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	font-size: 12px;
	color: #434a54
}

.dash-ser-box {
	overflow: hidden;
	padding: 0 5px
}

.dash-ser-box .col {
	padding: 0;
	border-bottom: 1px solid #f5f7fa;
	margin-bottom: -1px
}

@media (min-width: 1440px) {
	.dash-ser-box .col {
		width: 50%
	}

	.dash-ser-box .col:nth-child(odd) {
		border-right: 1px solid #f5f7fa
	}
}

.dash-ser-item {
	position: relative;
	padding: 20px 30px 0;
	height: 116px;
	overflow: hidden
}

.dash-ser-item .ico {
	float: left;
	width: 75px;
	height: 75px
}

.dash-ser-item .cnt {
	overflow: hidden;
	padding: 0 10px
}

.dash-ser-item .tit {
	margin: 15px 0 7px;
	font-size: 16px;
	color: #434a54
}

.dash-ser-item .desc {
	font-size: 12px;
	color: #aab2bd
}

.dash-ser-item .extra {
	float: right;
	line-height: 75px
}

.dash-ser-item .bought {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
	color: #434a54
}

.dash-ser-item .bought i {
	margin-right: 4px;
	color: #37cb73;
	font-size: 16px
}

.dash-mc-box {
	padding: 20px;
	text-align: center
}

.dash-mc-item {
	display: block;
	text-align: center;
	height: 110px;
	padding-top: 30px
}

.dash-mc-item .ico {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 10px
}

.dash-mc-item .tit {
	line-height: 24px;
	font-size: 16px;
	color: #fff
}

.dash-mc-item .tips {
	line-height: 24px;
	font-size: 12px;
	color: #fff
}

.dash-mc-item-1 {
	background-color: #e6b873
}

.dash-mc-item-2 {
	background-color: #8fcf8f
}

.dash-mc-item-3 {
	background-color: #71c4d9
}

.dash-mc-item-4 {
	background-color: #78d1d0
}
.dash-mc-item-5 {
	background-color: #6A5ACD
}

.dash-mc-item-6 {
	background-color: #00CED1
}

.dash-mc-item-7 {
	background-color: #DAA520
}

.dash-mc-item-8 {
	background-color: #FF6EB4
}

.col-xs-5ths,.col-sm-5ths,.col-md-5ths,.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 1px !important;
	padding-left: 1px !important
}

@media (min-width: 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left
	}
}

@media (min-width: 992px) {
	.col-md-5ths {
		width: 20%;
		float: left
	}
}

@media (min-width: 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left
	}
}

a {
	text-decoration: none;
	color: #656d78;
	outline: 0
}

a:hover,a:focus {
	text-decoration: none;
	color: #59606a;
	outline: 0
}

.row {
	margin: 0 -5px
}[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px
}

.shop-info {
	padding: 15px
}

.shop-info .shop-info-logo,.shop-info .shop-info-name,.shop-info .shop-info-tips {
	display: inline-block;
	vertical-align: middle;
	padding: 0
}

.shop-info .shop-info-logo {
	width: 42px;
	height: 42px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	border: 1px solid #e7eaee;
	overflow: hidden
}

.shop-info .shop-info-logo img {
	width: 100%;
	height: 100%
}

.shop-info .shop-info-name {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
	color: #232d3c;
	font-weight: bold
}

.shop-info .shop-info-tips {
	font-size: 12px;
	color: #fff;
	padding: 2px 5px 1px;
	background-color: #aab2bd;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.panel-heading-tips {
	padding: 15px;
	background: #F7F7F7;
	margin-bottom: 10px
}

.panel-heading-tips p {
	margin: 0;
	padding: 0
}

.typeList ul {
	list-style: none
}

.typeList ul li {
	float: left;
	margin-right: 40px;
	text-align: center;
	cursor: pointer
}

.typeList ul li p {
	margin: 0
}

.glyphicon {
	position: relative;
	top: 1px;
	right: 0;
	line-height: 1;
	font-size: 32px;
	color: #C7C7C8;
	display: inline-block;
	font-style: normal;
	font-weight: normal
}

.typeList ul li.active p i.glyphicon {
	color: #FDB34A
}

.appmsg-single,.appmsg-multiple {
	margin: 10px;
	border: 1px solid #DDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden
}

.appmsg {
	width: 100%;
	background-color: #fff;
	position: relative;
	padding: 10px
}

.appmsg-single .appmsg-multiple-first .appmsg-title {
	padding-right: 33px;
	width: auto;
	font-size: 17px;
	line-height: 22px;
	margin: 2px 0 5px;
	padding-left: 1px;
	letter-spacing: 0px;
	font-weight: bold;
	font-family: SimHei;
	color: #000;
	word-break: break-all
}

.appmsg-multiple-others {
	width: 100%;
	position: relative;
	min-height: 60px;
	border-top: 1px solid #DDD;
	cursor: move
}

.appmsg-multiple .appmsg-multiple-others .appmsg-title {
	padding-right: 70px;
	word-break: break-all
}

.appmsg-multiple .appmsg-multiple-first .appmsg-title {
	word-break: break-all;
	position: absolute;
	bottom: 10px;
	right: 10px;
	left: 10px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	line-height: 44px;
	max-height: 56px;
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5px;
	margin: 0;
	font-size: 12px;
	font-weight: normal
}

.appmsg-multiple .appmsg-multiple-others .appmsg-title {
	font-size: 12px;
	font-weight: normal
}

.appmsg-multiple-first .appmsg-thumb-wrap {
	overflow: hidden;
	height: 150px;
	text-align: center;
	position: relative;
	top: 0;
	right: 0
}

.appmsg-multiple-others .appmsg-thumb-wrap {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px
}

.appmsg .appmsg-meta {
	display: block;
	margin: 0 0 14px 0;
	font-size: 12px;
	color: #999
}

.appmsg .appmsg-thumb-wrap img {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.appmsg .appmsg-digest {
	word-break: break-all;
	font-family: "SimHei";
	width: auto;
	line-height: 18px;
	font-size: 13px;
	color: #737373;
	margin: 10px 0 12px;
	padding: 0
}

.appmsg .appmsg-view-full {
	display: block;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	border-top: 1px solid #DDD;
	padding-top: 8px;
	margin-left: -1px;
	margin-right: -1px;
	margin-top: 17px;
	padding-left: 2px;
	padding-right: 2px
}

.appmsg .appmsg-view-full span {
	color: #666
}

.wx-ng {
	position: relative;
	vertical-align: top;
	width: 250px;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 5px;
	display: inline-block
}

.wx-ng .ng-item {
	border-bottom: 1px solid #eee;
	padding: 5px 9px;
	overflow: hidden
}

.wx-ng .ng-item:first-child {
	padding-top: 14px;
	padding-bottom: 14px
}

.wx-ng .ng-item .td-cont {
	margin-bottom: 0px
}

.wx-ng .ng-item .td-cont.with-label {
	position: relative;
	padding-left: 70px
}

.wx-ng .ng-item .td-cont>.label {
	position: absolute;
	top: 0px;
	left: 0px
}

.wx-ng .ng-item .text {
	display: block !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;
	line-height: 16px;
	min-height: 16px
}

.wx-ng .ng-item.view-more,.wx-ng .ng-item.view-more a {
	color: #666
}

.widget-news-group {
	width: 250px;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 5px;
	overflow: hidden
}

.widget-news-group-item {
	border-bottom: 1px solid #eee;
	padding: 5px 9px
}

.widget-news-group-item:first-child {
	padding-top: 14px;
	padding-bottom: 14px
}

.widget-news-group-item-label {
	padding: 4px 4px;
	margin-right: 10px;
	background: #468847;
	color: #fff;
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	border-radius: 2px;
	vertical-align: baseline
}

.edit-tag {
	min-width: 20px;
	max-width: 240px;
	min-height: 40px;
	margin: 20px 20px 0 20px;
	padding: 10px 15px;
	border: 1px solid #9bcd5e;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #9fe658;
	color: #000
}

.edit-tag em {
	display: block;
	border-width: 10px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -20px;
	border-style: solid dashed dashed;
	font-size: 0;
	line-height: 0
}

.edit-tag span {
	display: block;
	border-width: 10px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: -19px;
	border-style: solid dashed dashed;
	font-size: 0;
	line-height: 0
}

.edit-tag.right em {
	left: auto;
	right: -20px;
	border-color: transparent transparent transparent #90c056
}

.edit-tag.right span {
	left: auto;
	right: -19px;
	border-color: transparent transparent transparent #9fe658
}

.edit-tag.left {
	background-color: #f5f7fa;
	border: 1px solid #e6e9ec
}

.edit-tag.left em {
	border-color: transparent #e6e9ec transparent transparent
}

.edit-tag.left span {
	border-color: transparent #f5f7fa transparent transparent
}

.appmsg-cont {
	background-color: #f5f7fa
}

.jAdd {
	text-align: center;
	cursor: pointer;
	margin: 10px;
	height: 60px;
	line-height: 60px;
	border: 1px dashed #D5D6D8;
	background-color: #fff
}

.jAdd .iconfont {
	font-size: 30px
}

.appmsg:hover {
	background-color: #f5f7fa
}

.jmousehover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
	z-index: 999
}

.jmousehover-tips {
	position: absolute;
	bottom: 0;
	right: 0
}

.jmousehover span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	padding: 5px;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	background-color: rgba(0,0,0,0.3)
}

.appmsg:hover .jmousehover {
	display: block
}



.topnav-header .tohome .logo-bg {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
    border-radius: 50%;
    background-color: #fc4b69;
    color: #fff;
    font-size: 32px;
    line-height: 60px;
    overflow:hidden;
}
.xuyue-btn{
	width:100%;
	height:36px;
	line-height:36px;
	display:inline-block;
	vertical-align:middle;
	background-color:#398aeb;
	color:#fff;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.xuyue-btn:hover,.xuyue-btn:focus{
	color:#fff;
}
.xuyue-txt{
	height:24px;
	line-height:24px;
	margin:10px 0 5px;
}
.xuyue-out{
	position:relative;
	width:100%;
	height:5px;
	margin:7px 0 17px;
	background-color:#f1f1f1;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	overflow:hidden;
}
.xuyue-inner{
	background-color:#398aeb;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
}
.xuyue-num{
	padding:0 5px;
	display:inline-block;
	vertical-align:middle;
	background-color:#d5efff;
	color:#398aeb;
	font-size:12px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.dashboard-service-info-popover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 190px;
	width: 254px;
	z-index:999999;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
	background-color:#fff;
}
.side-wg-activity {
	width:100%;
	height:74px;
}
.side-wg-activity:hover .dashboard-service-info-popover {
	visibility:visible;
	opacity: 1;
}
.dashboard-service-info-popover .ui-popover-inner {
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 2px;
	z-index: 2;
}
.dashboard-service-info-popover .service-info {
	width: 130px;
}
.dashboard-service-info-popover .service-info h4 {
	font-size: 14px;
	font-weight: 500;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	word-break: break-all;
}
.dashboard-service-info-popover .service-info p {
	color: #999;
	word-break: break-all;
	margin:0;
}
.dashboard-service-info-popover .qc-code {
	width: 80px;
	height:80px;
}
.dashboard-service-info-popover .arrow {
	position: absolute;
	top: 20px;
	right: 0;
	width: 6px;
	height: 6px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	z-index: 1;
	-webkit-transform: rotate(45deg) translateX(50%) translateY(-50%);
	-moz-transform: rotate(45deg) translateX(50%) translateY(-50%);
	-ms-transform: rotate(45deg) translateX(50%) translateY(-50%);
	transform: rotate(45deg) translateX(50%) translateY(-50%);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.dashboard-service-info-popover .panama-entrance {
	line-height: 34px;
	text-align: center;
	color: #38f;
	border-radius: 2px;
	border: 1px solid #38f;
	display: block;
	margin-top:15px;
}
.dashboard-service-info-popover .ui-popover-info {
	padding-bottom:15px;
	border-bottom: 1px solid #eee;
}

.echarts{
    height: 480px;
    width: 100%;
    padding: 10px;
}



.btn {
	color: #656d78;
	padding: 3px 20px;
	border-radius: 4px;
	border: 1px solid #dcdfe3;
	line-height: 1.71429;
	background-color: #fff;
	outline: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s
}

.btn.focus,.btn:focus,.btn:hover {
	color: #59606a
}

.btn-link.focus,.btn-link:focus,.btn-link:hover {
	color: #1c69c7
}

.btn:not(.disabled):not(:disabled):active,.btn:not(.disabled):not(:disabled).active {
	-webkit-box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2)
}

.btn-link:not(.disabled):not(:disabled):active,.btn-link:not(.disabled):not(:disabled).active {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-lg {
	font-size: 14px;
	line-height: 1.2
}

.btn-sm {
	font-size: 12px;
	line-height: 1.2
}

.btn-xs {
	font-size: 12px;
	line-height: 1.5
}

.btn-link {
	color: #398aeb;
	border: none
}

.btn-default,.btn-default:focus,.btn-default.disabled:hover,.btn-default:disabled:hover {
	background-color: #f5f7fa;
	border-color: #dcdfe3;
	color: #656d78
}

.btn-default:hover,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default {
	background-color: #dde4ee;
	border-color: #c9d4e4;
	color: #656d78
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle.focus,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
	background-color: #d3dce9;
	border-color: #bfcbdf;
	color: #656d78
}

.btn-primary,.btn-primary:focus,.btn-primary.disabled:hover,.btn-primary:disabled:hover {
	background-color: #609ee9;
	border-color: #458ee5;
	color: #fff
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
	background-color: #418be5;
	border-color: #267ae1;
	color: #fff
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover {
	background-color: #3383e3;
	border-color: #1e73d9;
	color: #fff
}

.btn-warning,.btn-warning:focus,.btn-warning.disabled:hover,.btn-warning:disabled:hover {
	background-color: #ffa025;
	border-color: #ff9306;
	color: #fff
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {
	background-color: #ff9001;
	border-color: #e27f00;
	color: #fff
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover {
	background-color: #f18800;
	border-color: #d27700;
	color: #fff
}

.btn-success,.btn-success:focus,.btn-success.disabled:hover,.btn-success:disabled:hover {
	background-color: #37cb73;
	border-color: #2fb465;
	color: #fff
}

.btn-success:hover,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success {
	background-color: #2eb063;
	border-color: #289855;
	color: #fff
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover {
	background-color: #2ba45c;
	border-color: #248c4e;
	color: #fff
}

.btn-danger,.btn-danger:focus,.btn-danger.disabled:hover,.btn-danger:disabled:hover {
	background-color: #ef5c55;
	border-color: #ec4139;
	color: #fff
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger {
	background-color: #ec3d34;
	border-color: #e92218;
	color: #fff
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover {
	background-color: #eb2f26;
	border-color: #de1e15;
	color: #fff
}

.btn-info,.btn-info:focus,.btn-info.disabled:hover,.btn-info:disabled:hover {
	background-color: #00bcd4;
	border-color: #00a1b5;
	color: #fff
}

.btn-info:hover,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-color: #009cb0;
	border-color: #008192;
	color: #fff
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover {
	background-color: #008fa1;
	border-color: #007482;
	color: #fff
}

.btn-outline {
	background-color: transparent
}

.btn-primary.btn-outline {
	color: #609ee9
}

.btn-primary.btn-outline:hover,.btn-primary.btn-outline:focus,.btn-primary.btn-outline.active,.btn-primary.btn-outline.focus {
	color: #fff
}

.btn-danger.btn-outline {
	color: #ef5c55
}

.btn-danger.btn-outline:hover,.btn-danger.btn-outline:focus,.btn-danger.btn-outline.active,.btn-danger.btn-outline.focus {
	color: #fff
}

.btn-warning.btn-outline {
	color: #ffa025
}

.btn-warning.btn-outline:hover,.btn-warning.btn-outline:focus,.btn-warning.btn-outline.active,.btn-warning.btn-outline.focus {
	color: #fff
}

.btn-rounded {
	border-radius: 100px;
	overflow: hidden
}

.btn-group.btn-rounded {
	overflow: hidden
}

.btn-group-vertical .btn:not(.btn-default),.btn-group .btn:not(.btn-default) {
	border-color: rgba(0,0,0,0.09)
}

.btn-lg,.btn-group-lg>.btn {
	padding: 10px 30px
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 12px
}

.btn-xs,.btn-group-xs>.btn {
	padding: 1px 7px
}

.btn-lg,.btn-group-lg>.btn,.btn-sm,.btn-group-sm>.btn,.btn-xs,.btn-group-xs>.btn {
	border-radius: 100px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-left-radius: 100px;
	border-top-right-radius: 100px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px
}

.btn-labeled {
	overflow: hidden
}

.btn-labeled:before {
	background-color: rgba(0,0,0,0.1);
	display: inline-block;
	margin: -3px 6px -3px -20px;
	padding: 0 12px;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
	font-family: fontAwesome
}

.btn-lg.btn-labeled:before {
	margin-left: -30px;
	margin-right: 10px;
	padding: 10px 16px
}

.btn-sm.btn-labeled:before {
	margin: -5px 6px -5px -12px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px
}

.btn-xs.btn-labeled:before {
	margin-left: -7px;
	margin-right: 1px;
	padding: 0 5px
}

.btn-ico {
	padding: 0;
	min-width: 32px;
	line-height: 30px;
	font-size: 16px
}

.btn-ico .fa,.btn-ico .glyphicon {
	position: static;
	display: inline-block;
	vertical-align: top;
	height: 1px;
	line-height: inherit
}

.btn-ico.btn-sm {
	width: 26px;
	line-height: 24px;
	font-size: 14px
}

.btn-ico-btn-lg {
	width: 38px;
	line-height: 36px
}

.btn-fav:before {
	content: "\f004"
}

.btn-fav.active:before {
	content: "\f005"
}

.text-light,a.text-light:hover,a.text-light:focus {
	color: #f5f7fa
}

.text-muted {
	color: #aab2bd
}

a.text-muted:hover,a.text-muted:focus {
	color: #717e90
}

.text-primary {
	color: #337ab7
}

a.text-primary:hover,a.text-primary:focus {
	color: #1158ad
}

.text-info {
	color: #00bcd4
}

a.text-info:hover,a.text-info:focus {
	color: #00626e
}

.text-success {
	color: #37cb73
}

a.text-success:hover,a.text-success:focus {
	color: #207c45
}

.text-warning {
	color: #ffa025
}

a.text-warning:hover,a.text-warning:focus {
	color: #be6b00
}

.text-danger {
	color: #ef5c55
}

a.text-danger:hover,a.text-danger:focus {
	color: #cb1b13
}

.text-main,a.text-main:hover,a.text-main:focus {
	color: #434a54
}

.text-disabled {
	opacity: 0.65;
	cursor: not-allowed;
	text-decoration: none
}

.badge {
	color: #fff;
	font-size: .85em;
	font-weight: 600
}

.badge:empty.badge-icon {
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	padding: 0;
	min-width: 5px;
	margin: .5em;
	border-radius: 50%
}

.badge.badge-fw,.badge:empty.badge-fw {
	margin-right: 1em
}

.badge-stat {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0px 7px 0 0 !important;
	box-shadow: 0 0 0 2px
}

.badge-default {
	background-color: #e3e8ee;
	color: #333
}

.badge-primary {
	background-color: #609ee9
}

.badge-info {
	background-color: #00bcd4
}

.badge-success {
	background-color: #37cb73
}

.badge-warning {
	background-color: #ffa025
}

.badge-danger {
	background-color: #ef5c55
}

.label {
	padding: 3px 8px;
	font-size: 12px;
	border-radius: 3px;
}

.labels {
	margin: 0 -3px -3px 0
}

.labels .label {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 3px
}

.label-default {
	background-color: #f5f7fa;
	color: #656d78
}

.label-primary {
	background-color: #609ee9
}

.label-info {
	background-color: #00bcd4
}

.label-success {
	background-color: #37cb73
}

.label-warning {
	background-color: #ffa025
}

.label-danger {
	background-color: #ef5c55
}


.timeline-logistics {
	position: relative;
	margin: 0 20px 0 25px
}

.timeline-logistics:after {
	position: absolute;
	top: 9px;
	left: 6px;
	bottom: 9px;
	content: '';
	border-left: 1px solid #e3e3e3
}

.timeline-logistics .date-item {
	position: relative;
	padding-left: 98px;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	color: #434a54
}

.timeline-logistics .date-item:before {
	position: absolute;
	top: 6px;
	left: 4px;
	width: 5px;
	height: 5px;
	background-color: #e3e3e3;
	border-radius: 5px;
	content: ''
}

.timeline-logistics .date-item-day:before {
	top: 2px;
	left: 0;
	width: 13px;
	height: 13px;
	border: 2px solid #eee
}

.timeline-logistics .date-day {
	position: absolute;
	top: 0;
	left: 23px
}

.timeline-logistics .date-time {
	float: left;
	width: 58px
}

.timeline-logistics .date-info {
	margin-left: 58px
}

.dot-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.dot-list li {
	position: relative;
	padding-left: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px
}

.dot-list li:before {
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #434a54;
	content: ''
}

.dot-list li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block
}

.btt-main {
    padding: 10px;
    background: #fff;
}
.btt-notice{
    background: #fff7cc;
    border: 1px solid #fdeeb2;
    color: #666;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing:2px;
    line-height: 24px;
}
.btt-notice a{
    color: #07d;
    text-decoration: none;
}

.btt-notice a:hover{
        color: #08c;
}
.btt-notice-info{
    background:#609ee9;
    color:#f2f2f2;
    border: 1px solid #609ee9;
}
.btt-notice-error{
    background: rgb(255, 114, 116);
    color:#f2f2f2;
    border: 1px solid rgb(255, 114, 116);
}
.btt-notice-success{
    
    background: #37cb73;
    color:#f2f2f2;
    border: 1px solid #37cb73;
}

.btt-search{
    position: relative;
    padding: 15px 10px 10px 15px;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    height: auto;
    overflow: hidden;
}
.btt-search table{
   width: auto;
}
.btt-search table td{
    padding: 5px;
}


.btt-search .filter-groups {
    float: left;
}
.btt-search .pull-left {
    float: left;
}

.btt-search form{
    margin-bottom: 5px;
}


.btt-search form .search-title{
    width: 110px;
    font-size: 12px;
    float: left;
    padding-top: 5px;
    text-align: right;
    line-height: 18px;
    font-weight:100;
}
.btt-search form .search-input{
    float: left;
}
.btt-search form select{
    width: 110px;
    border-color: #e5e5e5;
    border-radius: 2px;
    outline: none;
    text-align: center;
        height: 28px;
    font-size: 12px;
    -webkit-box-shadow: none;
    outline: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.btt-search form input,.btt-search form select{
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.form-horizontal .control-label {
    line-height: 18px;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
    width: 110px;
    font-weight: 100;
    font-size: 12px;
}

.date-quick-pick{
    display: inline-block;
    color: #07d;
    cursor: pointer;
    padding: 2px 4px;
    border: 1px solid transparent;
    margin-left: 12px;
    border-radius: 4px;
}


.btt-btn-list{
    padding: 10px;
    height: auto;
    overflow: hidden;
    width: 50%;
    text-align: center;    
}
.btt-table {
    width: 100%;
	overflow-x:auto;
	overflow-y: hidden;
}
.btt-table table{
    width: 100%;
}

.btt-table table th{
    padding: 3px 10px;
    background: #f2f2f2;
    text-align: center;
}
.btt-table table td{
    padding: 2px 10px;
    text-align: center;
}
.btt-table2 th,.btt-table2 td{
    height: 50px;
}

.btt-menus table th,.btt-menus table td{
    text-align: left;
}

.btt-table tbody tr:nth-child(2n){
    background: #f8fafc;
}
.btt-table table .checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;
    
}
.btt-table table .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.btt-table table .checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
}
.btt-table table .checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btt-table table .checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btt-table table th .checkbox label:after {
        background: #f2f2f2;
}
.btt-table tbody tr:nth-child(2n) .checkbox label:after {
        background: #f8fafc;
}
.btt-table table .checkbox input[type='checkbox']:checked + label:before {
    background: #609ee9;
    border-color: #609ee9;
}
.btt-table table .checkbox input[type='checkbox']:checked + label:after {
    background: #609ee9;
}

.btt-table tbody tr:hover .checkbox label:after {
        background: #fcfcfc;
}
.btt-table tbody tr:hover{
    background: #fcfcfc;
}
.btt-tab{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.btt-table input,.btt-table textarea{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    border-radius: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}
.btt-tab a:hover{
    background: #f2f2f2;
}
.btt-tab .on{
    background: #f2f2f2;
}

.btt-page{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.color-orange{
    color: orange;
    font-weight: bold;
}
.color-gray{
    color:gray;
    font-weight: bold;
}
.color-green{
    color:#02C874;
    font-weight: bold;
}
.color-red{
    color:red;
    font-weight: bold;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #609ee9;
    border-color: #609ee9;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.btn{
    padding: 3px 10px;
}
.btn i{
    margin-right: 5px;
}

.btt-form{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.btt-form-body{
    width: 100%;
    padding: 10px;
    color: #434a54;
}

.form-customer .form-control {
    display: inline-block;
    vertical-align: middle;
}

 .form-horizontal .form-group {
    margin-left: -5px;
    margin-right: -5px;
    display: table;
    margin: 0 0 16px;
}
.form-horizontal .form-control {
    height: 32px;
    padding: 5px 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #dcdfe3;
    transition-duration: .5s;
}
.form-horizontal .control-label {
    padding-top: 5px;
    line-height: 22px;
}
.form-customer .control-label {
    display: table-cell;
    vertical-align: top;
    width: 140px;
    min-width: 140px;
    padding-right: 10px;
    padding-bottom: 5px;
    color: #434a54;
    text-align: right;
    font-size: 14px;
}

.form-customer {
    color: #434a54;
}
.must-write {
    display: inline;
    margin-right: 3px;
    font-style: normal;
    color: #f61616;
}
.must-write:after {
    content: '*';
}
.form-customer .control-cnt {
    display: table-cell;
    vertical-align: top;
    min-height: 32px;
    line-height: 22px;
}
.form-customer .control-content{
	width: 624px;
}
.form-control.x-def, .input-group.x-def {
    width: 300px;
}


.form-control.x-sm, .input-group.x-sm {
    width: 140px;
}

.form-control.x-lsm, .input-group.x-lsm {
    width: 70px;
}

.form-horizontal .control-cnt .x-textarea{
    height: 100px;
    width: 300px;
}

.form-customer .control-cnt .txt {
    line-height: 32px;
    color: #999;
}
.form-customer .control-cnt .txt a {
    color: #5694e7;
}

.form-customer .row {
    margin: 0 -5px;
}

.form-customer .col-auto {
    position: relative;
    min-height: 1px;
    float: left;
}

.pic-upload {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #e6e9ed;
    background-color: #fff;
}

.pic-upload.upload-small {
    width: 160px;
    height: 160px;
}

.pic-upload img {
    width: auto;
    max-width: 650px;
    height: auto;
    max-height: 160px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.pic-upload .add {
    position: relative;
    display: block;
    width: 27px;
    height: 27px;
    margin: 17px auto 0;
}
.pic-upload.upload-small .add {
    width: 58px;
    height: 57px;
    margin-top: 25px;
}
.pic-upload.upload-small .tip {
    color: #aab2bd;
}
.pic-upload .tip {
    margin: 13px auto 0;
    display: block;
    line-height: 1;
    text-align: center;
    color: #d8dbe0;
}
.pic-upload.upload-small .control-tip {
    text-align: center;
}
.form-customer .control-tip {
    line-height: 20px;
    color: #aab2bd;
    font-size: 12px;
}
.m-t-xs {
    margin-top: 10px;
}
.wap-pic-upload {
    width: 220px;
    height: 60px;
}

.pic-upload .add:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -2px;
    background-color: #e1e4e8;
    content: '';
}
.pic-upload .add:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #e1e4e8;
    content: '';
}

.m-imgbox {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
}

.m-imgbox-head {
    background-color: rgb(237, 241, 244);
    padding: 20px;
}
.m-imgbox-head .col-auto{
    float: left;
}
.m-imgbox-head .btn-group .btn,.m-imgbox-head .col-auto .btn{
    border-radius: 100px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.has-feedback {
    position: relative;
}

i.form-control-feedback {
    top: 0px;
    line-height: 32px;
}


.form-control-feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.m-imgbox-main {
    position: relative;
    height: auto;
    min-height: 800px;
    overflow: hidden;
}

.m-imgbox-menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 180px;
    overflow: hidden;
}
.m-imgbox-menu:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    border-right: 1px solid #e6e9ed;
}

.m-imgbox-menu .type-list .active a {
    position: relative;
    color: #434a54;
}
.m-imgbox-menu .type-list li a {
    display: block;
    padding-left: 20px;
    height: 36px;
    line-height: 36px;
    color: #656d78;
    font-weight: 600;
}
.m-imgbox-menu .type-list .active a:before {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    content: '';
    border-left: 2px solid #ffa025;
}
.m-imgbox-menu .type-list li i {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 18px;
    height: 1px;
    line-height: inherit;
}

.m-imgbox-menu .title {
    margin-top: 5px;
    padding-left: 20px;
    font-weight: 600;
    line-height: 40px;
}
.m-imgbox-menu .type-list {
    padding-left: 0;
}
.m-imgbox-menu .type-list li {
    list-style: none;
}
.m-imgbox-foot {
    position: absolute;
    left: 180px;
    bottom: 0;
    right: 0;
    height: 72px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e6e9ed;
}
.m-imgbox-menu .box {
    padding: 0 20px;
}

.m-imgbox-router {
    position: absolute;
    top: 0;
    left: 180px;
    right: 0;
    height: 53px;
    line-height: 52px;
    font-size: 0;
    padding: 0 20px;
    border-bottom: 1px solid #e6e9ed;
}
.m-imgbox-router .cnt {
    float: left;
    font-size: 14px;
}
.m-imgbox-content {
    position: absolute;
    top: 53px;
    right: 300px;
    bottom: 72px;
    left: 180px;
    padding: 10px 20px;
}


.m-imgbox .img-list-grid {
	margin:0 -10px;
	padding-left:0;
	list-style:none
}
.m-imgbox .img-list-grid li {
	padding:10px;
	float:left
}
.m-imgbox .img-list-grid .item {
	position:relative;
	width:100px;
	font-size:12px
}

.m-imgbox .img-list-grid .fold {
	background-color:#edf1f4
}
.m-imgbox .img-list-grid .fold .fa {
	font-size:40px;
	line-height:inherit;
	color:#609ee9
}
.m-imgbox .img-list-grid .figure {
	width:100px;
	height:100px;
	line-height:100px;
	font-size:0;
	text-align:center;
	border-radius:2px;
	overflow:hidden
}
.m-imgbox .img-list-grid .pic {
	display:inline-block;
	vertical-align:middle;
	max-width:100px;
	max-height:100px
}
.m-imgbox .img-list-grid .tit {
	margin:10px 0 5px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:600;
	color:#434a54
}
.m-imgbox .img-list-grid .desc {
	color:#aab2bd;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis
}




.m-imgbox-content:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    border-right: 1px solid #e6e9ed;
}

.m-imgbox-aside {
    position: absolute;
    top: 53px;
    right: 0;
    bottom: 72px;
    width: 300px;
}
.m-imgbox-aside .file-view {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e6e9ed;
}
.m-imgbox-aside .file-view img {
    max-width: 100%;
}
.m-imgbox-aside .file-info {
    padding: 20px;
}
.m-imgbox-aside .file-info .item {
    padding: 4px 0;
    line-height: 1.6;
}
.m-imgbox-aside .file-info .tit {
    font-weight: 600;
}
.m-imgbox-aside .file-info .desc {
    color: #434a54;
    word-break: break-all;
    word-wrap: break-word;
}
.m-imgbox-foot {
    position: absolute;
    left: 180px;
    bottom: 0;
    right: 0;
    height: 72px;
    padding: 19px 20px 20px;
    border-top: 1px solid #e6e9ed;
}

.m-imgbox-router .title {
    color: #434a54;
    font-weight: 600;
}


.m-imgbox .img-list-grid .item .checkbox {
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: -15px;
    left: 0;
}

.m-imgbox .img-list-grid .item{
    cursor: pointer;
}

.m-imgbox .img-list-grid .item .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.m-imgbox .img-list-grid .item .checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
}
.m-imgbox .img-list-grid .item .checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.m-imgbox .img-list-grid .item .checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-family: 'iconfont';
}

.m-imgbox .img-list-grid .item  .checkbox input[type='checkbox']:checked + label:after {
    color: #609ee9;
    content: '\e61d';
    font-size: 24px;
    left:-33px;
    top:-2px;
}




.btt-auth .checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;
    
}
.btt-auth .checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.btt-auth .checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
    padding-left:0;
}
.btt-auth .checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btt-auth .checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.btt-auth .btt-role-power-group{
    background: #f2f2f2;
    padding:5px;
}
.btt-role-power{
    padding: 5px;
    height: auto;
    overflow: hidden;
}
.btt-role-power .checkbox{
    float: left;
    width: 130px;
    overflow: hidden;
}
.btt-auth .btt-role-power-group label{
    font-weight: bold;
}
.btt-auth .btt-role-power-group .checkbox label:after {
        background: #f2f2f2;
}

.btt-auth .checkbox input[type='checkbox']:checked + label:before {
    background: #609ee9;
    border-color: #609ee9;
}
.btt-auth  .checkbox input[type='checkbox']:checked + label:after {
    background: #609ee9;
}

.uploader-demo,.uploader-list{
    height: auto;
    width: 100%;
    overflow: hidden;
}
.thumbnail{
    float: left;
    margin-left: 10px;
}
.thumbnail .info{
    text-align: right;
    height: 20px;
}
.thumbnail .info a{
    display: none;
}
.thumbnail:hover  .info a{
    display: block;
}

.btt-material-main{
    background: rgb(240, 240, 240);
    min-width: 1280px;
    height: 100vh;
    overflow-x: hidden;
}
.btt-material-ct{
    width: 500px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.material-menu{
    float: left;
    width: 100px;
    margin-top: 150px;
       background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.material-menu .tit{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.material-menu ul{
   padding-left: 5px;
}
.material-menu li{
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.material-menu li .iconfont{
    margin-right: 5px;
}
.material-menu li a{
    font-size: 14px;
}
.material-cent{
    float: left;
    overflow-x: hidden;
    width: 375px;
    margin-top: 20px;
    height: 800px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.material-cent .mt-hd{
    position: relative;
    height: 64px;
    overflow: hidden;
}
.material-cent .mt-hd span{
    width: 100px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 137.5px;
    top: 30px;
    font-size: 16px;
}
.material-detial{
    position: relative;
    height: 734px;
    width: 375px;
    overflow-y: scroll;
    padding: 3px;
}


.material-detial::-webkit-scrollbar { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
    width: 2px; /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¸*/
    height: 4px;
}

.material-detial::-webkit-scrollbar-thumb { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â*/
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.material-detial::-webkit-scrollbar-track { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ*/
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}
.material-active{
    border: 3px solid #85cd9c;
    border-radius: 4px;
}
.material-block p{
    padding: 0;
    margin: 0;
}

.material-block{
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    cursor: move;
}

.material-block .txt,.material-block .img,.material-block .video,.material-block .sound{
    min-height: auto;
    margin: 0 10px;
    padding: 2px 0;
}
.material-block .nodata{
   width: 100%;
}


.material-block .nodata img{
    width: 100%;
}
.material-block .txt table{
        width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
}
.material-block .txt table thead{
        background-color: #f9f9f9;
}
.material-block .txt table th,.material-block .txt table td{
        min-width: 40px;
    height: 30px;
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 2px 4px;
    text-align: left;
    box-sizing: border-box;
}
.material-block .bg{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99;
}
.material-block:hover .bg{
    display:block;
}

.material-block .action{
    display: none;
    z-index: 100;
    position: absolute;
    left: 0;bottom: 5px;
    text-align: right;
    padding: 0px  10px;
    width: 100%;
}
.material-block .action a{
    margin-right: 10px;
    color: #fff;
}
.material-block:hover .action{
    display:block;
}


.material-editor{
    position: absolute;
    height: 100vh;
    width: 440px;
    right: 0;
    top: 0;
    background: #fff;
    overflow-y: scroll; 
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 0 10px;
    z-index: 1000;
}
.material-editor::-webkit-scrollbar { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â½ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
    width: 2px; /*ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â«Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬Â Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â§Ãƒâ€šÃ‚Â«ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¯Ãƒâ€šÃ‚Â¸*/
    height: 4px;
}

.material-editor::-webkit-scrollbar-thumb { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â*/
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.material-editor::-webkit-scrollbar-track { /*ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â»Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€¦Ã‚Â Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â½Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ*/
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.material-editor .item{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.material-editor  .tit{
    height: 60px;
    border-bottom:  1px solid #f2f2f2;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
}
.material-editor .tit i{
    margin-right: 10px;
    font-size: 28px;
    float: right;
    cursor: pointer;
}
.material_textarea{
    width: 375px;
    margin: 0 auto;
        margin-top: 10px;

}



.btt-form .checkbox {
    position: relative;
    height: 30px;
    line-height: 30px;
    
}
.btt-form .checkbox input[type='checkbox'],.btt-form .checkbox input[type='radio'] {
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.btt-form .checkbox label {
    position: absolute;
    left: 30px;
    top: 5px;
    height: 20px;
    line-height: 20px;
    padding-left:0;
}
.btt-form .checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btt-form .checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.btt-form .checkbox{
    float: left;
    width: 130px;
    overflow: hidden;
}


.btt-form .checkbox input[type='checkbox']:checked + label:before,.btt-form .checkbox input[type='radio']:checked + label:before {
    background: #609ee9;
    border-color: #609ee9;
}
.btt-form  .checkbox input[type='checkbox']:checked + label:after ,.btt-form  .checkbox input[type='radio']:checked + label:after{
    background: #609ee9;

}
.inline{display: inline-block}

span.tag {
	border: 1px solid #a5d24a;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #cde69c;
	color: #638421;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: helvetica;
	font-size: 13px;
}
span.tag a {
	font-weight: bold;
	color: #82ad2b;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	padding: 0 5px;
}
.vilage{
	width: 100%;
	background-color: red;
}


.btt-sms-taocan{
    float: left;
    text-align: center;
    width: 100px;
    height: 100px;
    border:1px solid #e2e2e2;
    border-radius: 5px;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
}

.btt-sms-taocan p{
    padding: 0;
    margin-top: 15px;
}
.btt-sms-taocan p span{
    color:red;
    font-weight: bold;
    margin-right: 5px;
}

.btt-sms-taocan-on{
    border-color: red;
}

.ngdialog {
    position: fixed;
    overflow: auto;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ngdialog-overlay {
    position: fixed;
    background: rgba(0,0,0,.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: ngdialog-fadein .3s;
    animation: ngdialog-fadein .3s;
}
.pay-modal {
    width: 480px;
    margin-left: -240px;
    margin-top: -200px;
}
.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
}
.pay-code-title {
    background-color: #475975;
    padding: 20px;
}
.clearfix {
    zoom: 1;
}
.pay-code-content {
    text-align: center;
    color: #526069;
}
.pay-code-content .title {
    line-height: 60px;
    font-size: 18px;
}
.pay-code-title .title {
    font-size: 18px;
    color: #fff;
}
.modal-close {
    color: #93a6c0;
    cursor: pointer;
}
.help {
	position: absolute;
	width: 100%;
	background: #38445a;
	bottom: 0;

}
.help a{
	display: block;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	color: #aab2bd;
}
.help-tip{margin-left: 20px;cursor:pointer;}
.displaynonoe{display: none}

/* thy添加 后台独立小程序角标 */
.list_tr{
	position: relative;
	width: 67px;
	text-align: center;
}
.list_tr .duli{
	position: absolute;
	left: 0;
	top: 0;
	width: 67px;
	height: 67px;
	overflow: hidden;
}
.list_tr .duli .is_duli{
	width: 120px;
	height: 18px;
	font-size: 10px;
	background: #ff6600;
	color: #FFFFFF;
	position: absolute;
	line-height: 18px;
	left: -33px;
	top: 17px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.list_tr .checkbox{
	margin-left: 24px;
}