@charset "utf-8";
/*==============================以下是整个后台的公共样式，若修改，请务必注意整个管理端的样式变化============================*/

/*主体公用样式*/
.content-body { min-width: 1350px;background: #2e3030; }
/*左侧菜单样式*/
/* .left-menu { width: 200px; }
.left-bg { position: fixed; top: 0; bottom: 0; height: 100%; width: 200px; z-index: -99; }
.left-nav { height: 55px; text-align: center; }
.left-nav img { padding: 11px 0; }
.menu-ul li { overflow: hidden; height: 60px; line-height: 60px; color: #dce9fa; }
.left-menu-icon { float: left; margin: 24px 15px 24px 40px; width: 15px; height: 15px; }
.user-icon { background: url(../images/user-icon.png) no-repeat; }
.shop-icon { background: url(../images/shop-icon.png) no-repeat; }
.bidding-icon { background: url(../images/bidding-icon.png) no-repeat; }
.score-icon { background: url(../images/score-icon.png) no-repeat; }
.link-icon { background: url(../images/link-icon.png) no-repeat; }
.password-icon { background: url(../images/password-icon.png) no-repeat; }
.menu-tit { float: left; font-size: 16px; }
.left-selected { background: #7fa5e7; border-left: 3px solid #32F8F4; }
.article-menu:hover { background: #7fa5e7; border-left: 3px solid #32F8F4; }
.menu-ul li.level-li { padding-left: 55px; height: 40px; line-height: 40px; color: #AEE7EC; }
.menu-ul li.level-li:hover { background: #7fa5e7; border-left: 3px solid #32F8F4; }
.menu-ul li.level-li i { margin: 19px 10px 0 0; width: 5px; height: 5px; background: #AEE7EC; border-radius: 50%; } */
.left-menu { width: 200px; background-color: #2e3030; }
.sidebar-nav { margin: 0 10px; padding: 0; }
.sidebar-header { margin: 15px 0 10px; padding: 0; height: 35px; line-height: 35px; color: #888; text-transform: uppercase; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-indent: 10px; }
.sidebar-nav a > img { width: 12px; display: inline-block; margin: 0 10px 0 20px; }
.sidebar-nav li span { float: right; font-size: 12px; display: inline-block; padding: 0 5px; height: 20px; line-height: 20px; margin-top: 7px; color: #999; }
.sidebar-nav li ul { list-style: none; padding: 0; margin: 0; display: none; background: #444747; border-left: 3px solid #0FA6D3; }
.fir-active, .fir-li .sidebar-header:hover { display: block; text-decoration: none; color: #fff; background-color: #5B9EBF; }
.menu-link:hover, .third-menu:hover { display: block; text-decoration: none; background-color: #4e5252; outline: 0; color: #fff; }
.menu-link-click { background-color: #4e5252; color: #fff; }
.menu-link { display: block; color: #eee; padding: 0 10px; min-height: 34px; line-height: 34px; text-decoration: none; margin-top: 4px; }
.menu-link a.active, third-menu a.active { margin-left: 0 !important; margin-right: 0 !important; padding: 0 10px !important; }
.third-menu { display: block; margin: 0; width: 126px; font-size: 12px; color: #ddd; min-height: 34px; line-height: 34px; padding-left: 50px; }
.third-menu-click { display: block; background-color: #4e5252; color: #fff; }
.open { color: #fff; background: #444747; padding-left: 7px; border-left: 3px solid #0FA6D3; }
/*右侧内容样式*/
.right-content { margin-left: 200px; min-height: 943px; background: #F2F6F7; }
/* .right-nav { height: 60px; background: #fff; } */
.right-nav { height: 60px; background: #fff; -webkit-box-shadow: 0 0 10px #76859A; -moz-box-shadow: 0 0 10px #76859A; box-shadow: 0 0 10px #76859A; filter: progid:DXImageTransform.Microsoft.Shadow(color='#76859A', Direction=135, Strength=5);}
.user-info { padding: 20px 20px 20px 0px; }
.user-info p { margin-right: 20px; padding-right: 20px; border-right: 1px solid #e3e3e3; color: #707070; }
.user-info a { color: #0FA6D3; }
.right-main { margin: 20px; min-height: 843px; }
/*分页样式*/
.data-page { margin: 20px 15px; }
/*颜色公用样式*/
.green { color: #49be38; }
.blue { color: #4094c7; }
.blue-water{color:#2ACDCF;}