/*reset*/

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

.logo img {
	margin-left: 19px;
	margin-top: 18px;
	margin-right: 10px;
}

.navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #1e88e5;
}

.skin-1 .navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #21A827;
}

.skin-2 .navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #EFB038;
}
.skin-3 .navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #282D38;
}
.skin-4 .navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #D45976;
}
.skin-5 .navbar-top-links.navbar-right>li>a {
	border-left: 1px solid #604F96;
}
.nav.navbar-top-links a i {
	font-size: 16px;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0;
	z-index: 0;
}

#index_quit {
	background: none;
}

.font-lg {
	font-size: 18px;
}


/*----------------------------------------------登录/注册CSS----------------------------------------------*/


/* logo CSS
-------------------------------------------------- */

.wnlogin-body {
	height: 100%;
	min-height: 100%;
	background: url(../img/wnbg_welcome.jpg) no-repeat center top;
}

.wnlogin-body .line {
	height: 40px;
	border-bottom: 1px solid #cfd8dc;
	margin-bottom: 25px;
}

.wnlogo-wrap {
	display: block\9;
}

.wnlogo {
	width: 570px;
	height: 65px;
	margin-top: 130px;
	background: url(../img/index_logo.png) no-repeat;
	display: inline-block;
	margin-bottom: 51px;
	margin-left: -24px;
}

.wnlogo a {
	height: 65px;
	display: block;
	text-indent: -999em;
}


/* login CSS
-------------------------------------------------- */

.wn-container-wrap .wn-container {
	min-height: 1px;
	margin-bottom: 60px;
	/*background: #277fbb;*/
}

.wnlogin-box {
	height: 540px;
	background: #fff;
	-webkit-box-shadow: 0 0 0px 9px #a3cdd6;
	-moz-box-shadow: 0 0 0px 9px #a3cdd6;
	box-shadow: 0 0 0px 9px #a3cdd6;
}

.wnlogin-box-left {
	float: left;
	height: 100%;
	background: url(../img/wnlogin_box_left.png) #eef4f6 no-repeat 70px top;
}

.wnlogin-box-right {
	float: right;
	height: 100%;
	background: #fff;
}

.wnlogin-box-title {
	font-size: 18px;
	color: #2c3b48;
	font-weight: bold;
	margin-top: 53px;
	margin-bottom: 40px;
	padding-left: 60px;
}

.wnsignin-box {
	/*width: 302px;*/
	padding-left: 60px;
	padding-right: 88px;
}

.input-wrap-one {
	height: 44px;
	text-align: left;
	display: block;
	position: relative;
	margin-bottom: 24px;
}

.input-wrap-one input {
	font-size: 14px;
	color: #666;
	/*width: 300px;*/
	width:100%;
	height: 44px;
	border: 1px solid #d9d9d9;
	padding-left: 49px;
	padding-right: 8px;
	border-radius: 1px;
	float: left;
	
}
.input-wrap-one input:focus{
	outline: none;
	border: 1px solid #2196f3;
}
.input-wrap-one label{
	position: absolute;
	left: 1px;
	top: 1px;
	width: 49px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 22px;
	color: #DEDEDE;
}
.input-wrap-one label img{
	width: 49px;
	height: 42px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}


/*验证码*/

.input-wrap-one .signin-box-verifycode {
	width: 172px;
	width: 45%;
	height: 44px;
	float: left;
}

.input-wrap-one .code_img {
	display: inline-block;
	width: 54%;
	height: 44px;
	line-height: 34px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	overflow: hidden;
	float: right;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
}


/*登录按钮*/

.signin-mine-button {
	display: inline-block;
	width: 100%;
	/*width: 360px;*/
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	border-radius: 3px;
	letter-spacing: 5px;
	background: #2685ee;
}

.signin-mine-button:hover {
	color: #fff;
	opacity: 0.85;
	filter: alpha(opacity=85);
	text-decoration: none;
	transition: all .3s ease;
}

.rem_box {
	width: 100%;
	height: 16px;
	font-size: 16px;
	color: #999999;
	overflow: hidden;
}

.rem_box .checkboxwrap {
	float: left;
}

.rem_box .checkboxwrap .btn1 {
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	background: url(../img/rem_01.png) left top no-repeat;
	border: none;
	font-size: 14px;
	color: #555;
	display: block;
}

.rem_box .checkboxwrap .btn2 {
	background: url(../img/rem_02.png) no-repeat;
}

.rem_box .checkboxwrap label {
	float: left;
	width: 120px;
	height: 18px;
	line-height: 12px;
	color: #999999;
	font-size: 16px;
	margin-left: 25px;
	*overflow: hidden;
	font-weight: normal;
	cursor: pointer;
}


/*找回密码*/

.rem_box .findmm {
	display: inline-block;
	line-height: 14px;
	float: right;
	color: #999999;
	text-decoration: none;
}

.rem_box .findmm:hover {
	color: #2685ee;
}

.wnfoot p a {
	color: #333;
}


/*欢迎页*/


/*头部 导航*/
.skin .dropdown-menu a{
	padding: 3px 8px!important;
	display: inline-block;
	text-align: center;
	}
	.s-skin-3 i{
		background: #4C5667;
	}
	.s-skin-4 i{
		background: #E56281;
	}
	.s-skin-5 i{
		background: #725EB3;
	}
i.pifu,
i.huancun {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url(../img/pifu.png) center center no-repeat;
}

i.huancun {
	background: url(../img/clear-storge.png) center center no-repeat;
}

.admin_menu .dropdown-menu,
.admin_menu .dropdown-menu li {
	width: 100%;
}


/*select*/

.select {
	margin-top: 23px;
}

.skin-1 .sod_select {
	background: #46A64A;
	border: 3px solid #46A64A;
}

.skin-2 .sod_select {
	background: #EFB038;
	border: 3px solid #EFB038;
}

.skin-3 .sod_select {
	background: #2B303A;
	border: 3px solid #2B303A;
}
.skin-4 .sod_select {
	background: #D45976;
	border: 3px solid #D45976;
}
.skin-5 .sod_select {
	background: #604F96;
	border: 3px solid #604F96;
}
.ibox-content.website_mng {
	background: #2196f3;
}

.ibox-content.menu_mng {
	background: #707cd2;
}

.ibox-content.colContent_mng {
	background: #f44336;
}

.ibox-content.role_mng {
	background: #4caf50;
}

.ibox-content.dataBase_mng {
	background: #ffc107;
}

.ibox-content.trash_mng {
	background: #4c5667;
}

.ibox-content>h2>i {
	float: left;
	font-size: 20px;
}

.ibox-content>h2 {
	font-size: 24px;
	color: #fff;
	text-align: right;
	letter-spacing: 2px;
}

.ibox-content>p {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin: 0;
	letter-spacing: 1px;
}

.ibox-title {
	border: none;
}

.ibox-title>h2 {
	font-weight: normal;
	color: #546e7a;
	font-size: 18px;
}

.ibox-title>h5>span {
	float: right;
	color: #607d8b;
}

.ibox-title>h5 {
	font-size: 14px;
	float: none;
	display: block;
}

.ibox-title>h5>a {
	color: #607d8b;
}

.admin_panel {
	text-align: center;
	padding: 15px 0;
	width: 100%;
}

.login_time {
	width: 50%;
	border-right: 1px solid #eee;
}

.login_ip {
	width: 50%;
}

.login_time>h5,
.login_ip>h5 {
	float: none;
	display: block;
	text-align: center;
	padding-top: 15px;
}

.login_time>p,
.login_ip>p {
	text-align: center;
}

.admin_panel_box {
	background-image: url(../img/bussiness_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.admin_panel>p {
	color: #eee;
	line-height: 24px;
	margin: 0;
}

.admin_panel img {
	width: 87px;
	height: 87px;
	border: 4px solid #8b9090;
	border-radius: 50%;
}


/*快速按钮*/

#down_wrapper .ibox:hover {
	box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 5px 18px 0 rgba(0, 0, 0, 0.4);
	transition: all .3s ease;
}

#down_wrapper .ibox {
	box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}


/*系统信息模块*/

.products-state-list a {
	color: #607d8b;
	letter-spacing: 2px;
}

.products-state-list li {
	font-size: 16px;
	color: #607d8b;
	line-height: 52px;
	border-bottom: 1px solid #ECEFF1;
	padding-left: 20px;
}

.products-state-list li i {
	color: #2196f3;
	margin-right: 10px;
}

.system-info .tab {
	margin: 0 -20px;
}

.system-info .tab .forel {
	cursor: default;
}

.system-info .tab h4 {
	padding: 0 25px 10px;
	margin: 0;
}

.system-info .tab .forel.on {
	border-bottom: 2px solid #4285f4;
}

.system-info .tab {
	border-bottom: 2px solid #eceff1;
}

.system-info .con .forel {
	padding-top: 22px;
}

.system-info .con .forel div {
	height: 40px;
	padding-right: 0;
}

.system-info .con .col-lg-2 {
	font-weight: 600;
	color: #37474f;
}

.system-info .con .col-lg-10 {
	padding-left: 38px;
}


/*面包屑导航*/

.index {
	z-index: 10;
}

.index p {
	height: 40px;
	line-height: 40px;
	margin: 0;
}

.index a {
	display: inline-block;
	color: #90a4ae;
	line-height: 40px;
	font-style: italic;
	padding: 0 5px;
	color: inherit;
	font-size: 15px;
}

.index a:hover {
	text-decoration: underline;
}

.navbar-minimalize .fa-sign-out.fa-sign-out-left{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg) ;
	margin-right: 6px;
}

/*switchbutton*/

.switchbutton-handle {
	width: 22px;
}

.switchbutton {
	box-sizing: content-box;
	width: 56px;
}


/*栏目管理*/

.wrapper.wrapper-content ,.wrapper{
	/*height: calc(100% - 56px);
	z-index: 0;
	padding: 40px 0 0;*/
	width: calc(100% - 30px);
	margin: 0 auto;
}

.ibox-content {
	min-height: 100%;
	background-color: #fff;
}

.table-tools button.btn {
	padding: 8px 16px!important;
	font-size: 14px;
}

table tr td a.easyui-linkbutton {
	margin-right: 6px;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
	border-width: 0 1px 1px 0;
	border-color: #cfd8dc;
	border-style: solid;
	color: #607d8b;
	font-size: 16px;
}

.datagrid-body .datagrid-cell,
.datagrid-footer .datagrid-cell {
	padding: 10px 15px;
}

.datagrid-header,
.datagrid-header td {
	height: 46px!important;
	background: #fff;
	color: #37474f;
	font-size: 16px;
	font-weight: bold;
}

.datagrid-view {
	border-width: 1px 0px 0 1px;
	border-color: #cfd8dc;
	border-style: solid;
}

.datagrid,
.treegrid {
	border-right: 1px solid #cfd8dc;
}

.datagrid-row-selected {
	background: #e4efff;
}

.datagrid-wrap.panel-body {
	border-width: 0 1px 0 0;
	border-color: #cfd8dc;
}

.panel-body {
	border: none;
}

.combobox-item,
.combobox-group,
.combobox-stick {
	padding: 5px 10px;
	color: #607d8b;
}

.combobox-item-hover,
.combobox-item-selected {
	background: #2196f3;
	color: #fff;
}

.combo-panel {
	border: 1px solid #2196f3;
}


/*.datagrid-btable{
	width: 100%;
}
*/


/*栏目内容管理*/


/*.right-main-wrapper {
	padding: 60px 20px 20px;
}*/
.right-main-box{
	height: 100%;
}
.tree_btn {
	display: none;
}

.right-main {
	width: 100%;
	padding-left: 230px;
	height: 100%;
  overflow: hidden;
}

.side-tree-box {
	width: 230px;
	float: left;
	background: #fff;
	border-right: 1px solid #E3E3E3;
	height: 100%;
	z-index: 1000;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 37px;
	position: absolute;
}

.tree-box .panel-body,
.tree-box .panel {
	background: transparent;
	border: none;
}

.tree-box .tree-node {
	color: #607d8b;
}

.tree-box .easyui-panel {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.tree-box .tree-tit {
	font-size: 16px;
	color: #90a4ae;
	width: 100%;
	background: #fff;
	text-align: center;
}

.tree-box .tree-tit button {
	display: inline-block;
	width: 85%;
	margin: 0 auto;
	padding: 6px;
}

.tree-title {
	position: relative;
}

.easyui-tree .tree-node {
	position: relative;
}
.easyui-tree .tree-node i{
	position: absolute;
	width: 20px;
	height: 18px;
	display: inline-block;
	top: 16px;
	background: #e3f2fd;
	text-align: center;
	line-height: 18px;
	-webkit-box-shadow:-5px 0px 3px rgba(227,242,253,.8);
	box-shadow: -5px 0px 3px rgba(227,242,253,.8);
	
}
.easyui-tree .tree-node i.fa-trash {
	right: 0;
	
}

.easyui-tree .tree-node i:hover {
	color: #1E8AE0;
}

.easyui-tree .tree-node i.fa-pencil {
	right: 20px;
	
	
}


/*.easyui-tree .tree-node:hover{
	border-left:5px solid #2196f3 ;
	
}*/

.easyui-tree .tree-node {
	height: inherit;
	border-bottom: 1px solid #F0F0f0;
	padding: 15px 7px 15px 0;
	overflow: hidden;
}

.easyui-tree .open-chirld {
	border-left: 2px solid #2196f3;
}

.easyui-tree .tree-node-hover,
.easyui-tree .tree-node-selected {
	background: #e3f2fd;
}


.form-group {
	margin-bottom: 25px!important;
}

.tools_trash .label {
	position: absolute;
	top: -7px;
	right: -11px;
	border-radius: 10px;
	line-height: 8px;
	padding: 5px;
}

.table-tools i {
	font-size: 18px;
}


/*栏目列表表格样式重置*/

table.col_list_table .datagrid-header td,
table.col_list_table .datagrid-body td,
table.col_list_table .datagrid-footer td {
	border: none;
}


/*栏目内容管理-----menu_button*/

.menu-item {
	height: 33px!important;
}

.menu-text {
	text-align: center;
	height: 33px!important;
	line-height: 33px!important;
	padding-left: 17px;
}

#get_pic_menu {
	width: 180px!important;
}


/*栏目内容管理------text_box*/

span.textbox {
	height: 48px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

span.textbox-invalid {
	border-color: #ff8400;
}

.textbox,
.textbox .textbox-text {
	height: 48px;
	line-height: 48px;
	font-size: 16px;
}


/*栏目内容管理------pic_list*/
.panel-tool a:hover{
	background-color: #1971BF;
}
#pick_pic li {
    float: left;
    display: block;
    list-style: none;
    padding: 0;
    width: 133px;
    height: 133px;
    margin: 0 0 9px 9px;
    *margin: 0 0 6px 6px;
    background-color: #eee;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border: 3px solid transparent;
    box-sizing: border-box;
    background: none;
}

#pick_pic li.clearFloat {
    float: none;
    clear: both;
    display: block;
    width:0;
    height:0;
    margin: 0;
    padding: 0;
}
#pick_pic li .img-box{
	width: 127px;
	height:127px;
	text-align: center;
	line-height: 107px;
}

#pick_pic li img {
    cursor: pointer;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}


#pick_pic li:hover {
	border: 3px solid #1094fa;
}
#pick_pic li.selected{
	border: 3px solid #1094fa;
	box-shadow: 0px 0px 3px rgba(16,148,250,.7);
	-webkit-box-shadow: 0px 0px 3px rgba(16,148,250,.7);
	
}
#pick_pic li .icon{
	cursor: pointer;
	width: 127px;
	height: 127px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#pick_pic li.selected .icon{
	background:url(../img/success.gif) right bottom no-repeat;
}
#pick_pic .pic_list {
	width: 100%;
	height: 100%;
}

/*#pick_pic .pic_list li {
	list-style: none;
	width: 130px;
	height: 130px;
	margin: 7px 5px;
	float: left;
	text-align: center;
	line-height: 130px;
	overflow: hidden;
}
*/
#pick_pic .pic_list li img {
	max-width: 100%;
	max-height: 100%;
}

/*#pick_pic .pic_list li:hover,
#pick_pic .pic_list li.on {
	border: 2px solid #009CE4;
}*/

.pic_box {
	width: 275px;
	height: 210px;
	padding: 4px;
	border: 1px solid #cfd8dc;
	overflow: hidden;
}

.pic_box img {
	width: 265px;
	height: 200px;
}

.window .window-header .panel-title {
	font-size: 16px;
}

.window-header {
	background: #1e88e5;
	color: #fff;
}

.form-horizontal .control-label {
	font-size: 14px;
	color: #37474f;
}


/*栏目内容管理*/

.colFirst {
	width: 30%;
	min-width: 200px;
	text-align: right;
	padding-right: 3%;
	font-size: 16px;
	color: #37474f;
}

.colEdit ,td {
	padding: 10px 0;
}

.inputLable {
	padding: 0 5px 0 0;
}

.con .forel {
	display: none;
}

.con .forel.on {
	display: block;
}

.tab {
	border-bottom: 3px solid #f0f0f0;
	padding: 0;
}

.tab h5 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding: 0 24px 10px;
	cursor: pointer;
}

.tab .forel.on {
	border-bottom: 3px solid #2196f3;
}

.tab .forel.on h5 {
	color: #2196F3;
}

.tab .forel {
	margin-bottom: -3px;
}

td a.btn:hover i {
	color: #2196F3;
}

td a.btn i {
	font-size: 18px;
	color: #757B8C;
}

td a.btn:hover i.icon-cel-file {
	background-image: url('../img/tool-icons-h.png');
	background-position: -19px 0;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td,
.datagrid-view,
.datagrid {
	border-right-width: 0!important;
	border-left-width: 0;
	border-top-width: 0;
}

.datagrid-row-over {
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
	border-color: #f0f0f0;
}

.datagrid-body tr:hover {
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.tool-icons1{
	margin-right: -80px;
}
.tool-icons2{
	padding-top: 10px;
	margin-right: -80px;
	}
.tool-icons button i {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	background-image: url('../img/toos_icons.png');
	background-repeat: no-repeat;
	position: relative;
	top: 2px;
}

.tool-icons button:hover i {
	background-image: url('../img/tool-icons-h.png');
}

.tool-icons button .icon-add-file {
	background-position: 0 0;
}

.tool-icons button:hover .icon-add-file {
	background-position: 0 0;
}

.icon-cel-file {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-size: cover;
	background-image: url('../img/toos_icons.png');
	background-position: -19px 0;
	background-repeat: no-repeat;
}

.tool-icons button:hover .icon-cel-file {
	background-position: -19px 0;
}

.tool-icons button .icon-upload {
	background-position: -39px 0;
}

.tool-icons button:hover .icon-upload {
	background-position: -39px 0;
}

.tool-icons button .icon-top-up {
	background-position: -59px 0;
}

.tool-icons button:hover .icon-top-up {
	background-position: -59px 0;
}

.tool-icons button .icon-cel-up {
	background-position: -77px 0;
}

.tool-icons button:hover .icon-cel-up {
	background-position: -77px 0;
}

.tool-icons button .icon-apply {
	background-position: -96px 0;
}

.tool-icons button:hover .icon-apply {
	background-position: -96px 0;
}

.tool-icons button .icon-cel-apply {
	background-position: -114px 0;
}

.tool-icons button:hover .icon-cel-apply {
	background-position: -114px 0;
}

.table-form-tab {
	position: fixed;
	width: 97.5%;
	padding-top: 20px;
	top: 0;
	background: #fff;
	z-index: 1000;
}

.set-top,
.set-recom {
	display: inline-block;
	width: 19px;
	height: 16px;
	text-align: left;
	line-height: 16px;
	color: #fff;
	font-size: 14px;
}

.set-top {
	background: url('../img/set-top.png') 0 0 no-repeat;
}

.set-recom {
	background: url('../img/set-recom.png') 0 0 no-repeat;
}

/*权限管理*/
.menu_move .left,
.menu_move .right {
	width: 225px;
	height: 400px;
	border: 1px solid #eee;
	overflow-y: auto;
	float: left;
}

.menu_move .center {
	width: 100px;
	float: left;
	padding-top: 135px;
}

.menu_move .center .btn-box {
	padding: 5px 15px;
	text-align: center;
}

.menu_move .btn-box button {
	padding: 2px 12px;
	min-width: 50px;
	font-size: 18px;
}

.menu_move .easyui-tree>li>.tree-node {
	padding: 10px;
}
/*站点设置*/

.website_set .tabs_nav {
	width: 100%;
	padding: 45px 1% 50px 2%;
}

.website_set .tabs_nav .forel {
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #2196f3;
	font-size: 24px;
	background: #EAEAEA;
	border: 1px solid #cfd8dc;
	width: 32%;
	margin: 0 .5%;
	box-sizing: border-box;
	float: left;
}

.website_set .tabs_nav .forel.on {
	background: #fff;
}

#websites .datagrid-view {
	border: none;
}

.textbox .textbox-prompt {
	height: 36px;
	line-height: 36px;
}


/*媒体查询*/
@media only screen and (max-width:1770px) {
/*	.tool-icons1{
	margin-right: -40px;
	}*/
}
@media only screen and (max-width:1440px) {
	body.canvas-menu .navbar-static-side,
	body.fixed-sidebar .navbar-static-side {
		width: 220px;
	}
	#page-wrapper {
		margin: 0 0 0 220px;
	}
		.tool-icons2{
	margin-right: -40px;
	}
	.tool-icons1{
	margin-right: -40px;
	}
	.nav.navbar-top-links a,.nav>li>a,.btn ,.easyui-tree i,.easyui-tree span{
		font-size:14px ;
	}
}

@media screen and (max-width: 1200px) {
	a.logo img {
		width: 200px;
	}
	.navbar-top-links>li>a {
		padding: 20px 20px;
	}
	.navbar-form-custom {
		height: 60px;
		display: none;
	}
	.navbar-form-custom .form-control {
		top: 16px;
	}
	.navbar-fixed-top,
	.navbar-static-top {
		min-height: 60px;
	}
	.fixed-nav #wrapper {
		padding-top: 60px;
	}
		.tool-icons2{
	margin-right: 0;
	}
	.select{
		margin-top:18px;
	}
	.sod_select{
		padding: 4px 10px;
	}
	.wnlogin-box{
		width: 80%;
		margin: 0 auto;
		height: 450px;
		
	}
	.wnlogin-box-left{
		display: none;
	}
	.wnlogin-box-right{
		width: 100%;
	}
	.wnlogin-box-title{
		margin: 30px 0 25px;
	}
	.input-wrap-one{
		margin-bottom: 12px;
	}
	.wnlogo{
		margin-left: 70px;
	}
	.datagrid-header td, .datagrid-body td, .datagrid-footer td,.colFirst,.colEdit,.textbox, .textbox .textbox-text{
		font-size: 14px;
	}
}

@media only screen and (max-width:800px) {
	#page-wrapper{
		margin: 0 0 0 70px;
	}
	.tree-box {
		display: none;
		height: auto;
	}
	.right-main {
		padding-left: 0;
	}
	.tree_btn {
		display: block;
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 100;
	}
	.tab h5 {
		padding-bottom: 0;
	}
    .mask{
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
	}
	.mini-navbar .mask{
		display: none;
	}
	i.huancun{
		background: url(../img/clear-storge@2x.png) center center no-repeat;
		background-size: contain;
	}
	i.pifu{
		background: url(../img/pifu@2x.png) center 1px no-repeat;
		background-size: contain;
	}
	.table-form-tab ,.recycle-table-tools{
		padding-left: 80px;
	}
	.side-tree-box{
		top: 59px;
	}
	.recycle-table-tools{
		padding-top: 10px;
	}
	.wrapper.wrapper-content{
		position: relative;
	}
	.tool-icons button i{
			background-image: url('../img/toos_icons2x.png');
	}
	.tool-icons button .icon-apply{
	background-position: -94px 0;
	}
	.tool-icons button .icon-top-up{
	background-position: -57px 0;
		
	}
	.tool-icons button:hover i{
		background-image: url('../img/tool-icons-h@2x.png');
	}
}





