/* ==================================================== */
/* Copyright: 		Bizpower多用户商城系统				*/
/* Copyright: 		www.bizpower.com					*/
/* Copyright: 		天津网城商动科技有限责任公司			*/
/* Copyright:		c2hvcG5jLm5ldC1idXkuY3Nz			*/
/* Author:			hanbing								*/
/* Create Date:		May-01-2017							*/
/* Retrofit Date:	Jul-10-2017							*/
/* ==================================================== */


/* ==========================
 * 基本格式化
 * ========================== */
 
body { font-size: 0.9375rem; }
ul,
li { padding: 0; margin: 0; }

/* 宽高常用尺寸 */
.width-xs { width: 150px!important }
.width-sm { width: 300px!important }
.width-md { width: 450px!important }
.width-lg { width: 600px!important }
.width-full { width: 100%!important }
.width-50 { width: 50px!important }
.width-100 { width: 100px!important }
.width-120 { width: 120px!important }
.width-130 { width: 130px!important }
.width-150 { width: 150px!important }
.width-200 { width: 200px!important }
.width-250 { width: 250px!important }
.width-300 { width: 300px!important }
.width-350 { width: 350px!important }
.width-400 { width: 400px!important }
.width-450 { width: 450px!important }
.width-500 { width: 500px!important }
.width-550 { width: 550px!important }
.width-600 { width: 600px!important }
.height-xs { height: 150px!important }
.height-sm { height: 300px!important }
.height-md { height: 450px!important }
.height-lg { height: 600px!important }
.height-full { height: 100%!important }
.height-50 { height: 50px!important }
.height-100 { height: 100px!important }
.height-150 { height: 150px!important }
.height-200 { height: 200px!important }
.height-250 { height: 250px!important }
.height-300 { height: 300px!important }
.height-350 { height: 350px!important }
.height-400 { height: 400px!important }
.height-450 { height: 450px!important }
.height-500 { height: 500px!important }
.height-550 { height: 550px!important }
.height-600 { height: 600px!important }

/* 模态窗口 */
.am-modal-dialog { box-shadow: 0 0 10px rgba(0,0,0,0.50)}
.nc-modal-dialog-lg { width: 960px; }
.nc-modal-dialog { width: 640px; }
.nc-modal-dialog-sm { width: 480px; }
.nc-dialog-faq { background-color: #EEE; color: #555;}

/* 选择下拉(修整背景色问题)*/
.am-selected { background-color: #FFF;}

/* 选取框(修正高度问题) */
.am-checkbox-inline { padding-top: 0!important;}

/* 表单样式 */
.nc-form-line-form,
.nc-form-border-form { padding-top: 20px; }
.nc-form-border-form input[type=number]:focus,
.nc-form-border-form input[type=search]:focus,
.nc-form-border-form input[type=text]:focus,
.nc-form-border-form input[type=password]:focus,
.nc-form-border-form input[type=datetime]:focus,
.nc-form-border-form input[type=datetime-local]:focus,
.nc-form-border-form input[type=date]:focus,
.nc-form-border-form input[type=month]:focus,
.nc-form-border-form input[type=time]:focus,
.nc-form-border-form input[type=week]:focus,
.nc-form-border-form input[type=email]:focus,
.nc-form-border-form input[type=url]:focus,
.nc-form-border-form input[type=tel]:focus,
.nc-form-border-form input[type=color]:focus,
.nc-form-border-form select:focus,
.nc-form-border-form textarea:focus { -webkit-box-shadow: none; box-shadow: none; }
.nc-form-border-form input[type=number],
.nc-form-border-form input[type=search],
.nc-form-border-form input[type=text],
.nc-form-border-form input[type=password],
.nc-form-border-form input[type=datetime],
.nc-form-border-form input[type=datetime-local],
.nc-form-border-form input[type=date],
.nc-form-border-form input[type=month],
.nc-form-border-form input[type=time],
.nc-form-border-form input[type=week],
.nc-form-border-form input[type=email],
.nc-form-border-form input[type=url],
.nc-form-border-form input[type=tel],
.nc-form-border-form input[type=color],
.nc-form-border-form select,
.nc-form-border-form textarea { display: block; width: 100%; padding-left: 0; padding-right: 0; line-height: 1.42857; color: #4d6b8a; text-indent: .5em; background: #FFF none 0 0; border: 1px solid #c2cad8; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; box-shadow: none; font-size: 14px; -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.nc-form-border-form .am-checkbox,
.nc-form-border-form .am-checkbox-inline,
.nc-form-border-form .am-form-label,
.nc-form-border-form .am-radio,
.nc-form-border-form .am-radio-inline { margin-top: 0; margin-bottom: 0; }
.nc-form-border-form .am-form-group:after { clear: both; }
.nc-form-border-form .am-form-group:after,
.nc-form-border-form .am-form-group:before { content: " "; display: table; }
.nc-form-border-form .am-form-label { padding-top: 5px; font-size: 16px; color: #888; font-weight: inherit; text-align: right; }
.nc-form-border-form .am-form-group { /*padding: 20px 0;*/ }
.nc-form-border-form .am-form-label .nc-form-line-small-title { color: #999; font-size: 12px; }
/* 单线表单样式 */
.nc-form-line-form input[type=number],
.nc-form-line-form input[type=search],
.nc-form-line-form input[type=text],
.nc-form-line-form input[type=password],
.nc-form-line-form input[type=datetime],
.nc-form-line-form input[type=datetime-local],
.nc-form-line-form input[type=date],
.nc-form-line-form input[type=month],
.nc-form-line-form input[type=time],
.nc-form-line-form input[type=week],
.nc-form-line-form input[type=email],
.nc-form-line-form input[type=url],
.nc-form-line-form input[type=tel],
.nc-form-line-form input[type=color],
.nc-form-line-form select,
.nc-form-line-form textarea { display: block; width: 100%; padding: 6px 0; line-height: 1.42857; background-color: transparent; background-img: none; border: 0; border-bottom: 1px solid #E1E8F0; font-size: 14px; color: #4d6b8a; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; box-shadow: none }
.nc-form-line-form input[type=number]:focus,
.nc-form-line-form input[type=search]:focus,
.nc-form-line-form input[type=text]:focus,
.nc-form-line-form input[type=password]:focus,
.nc-form-line-form input[type=datetime]:focus,
.nc-form-line-form input[type=datetime-local]:focus,
.nc-form-line-form input[type=date]:focus,
.nc-form-line-form input[type=month]:focus,
.nc-form-line-form input[type=time]:focus,
.nc-form-line-form input[type=week]:focus,
.nc-form-line-form input[type=email]:focus,
.nc-form-line-form input[type=url]:focus,
.nc-form-line-form input[type=tel]:focus,
.nc-form-line-form input[type=color]:focus,
.nc-form-line-form select:focus,
.nc-form-line-form textarea:focus { background-color: transparent; border-color: #9dbaff; -webkit-box-shadow: none; box-shadow: none; }
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form input.valid,
.nc-form-line-form select.valid,
.nc-form-line-form textarea.valid { border-color: #9dbaff; -webkit-box-shadow: none; box-shadow: none; }
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form input.error,
.nc-form-line-form select.error,
.nc-form-line-form textarea.error,
.nc-form-line-form input.error[type=number]:focus,
.nc-form-line-form input.error[type=search]:focus,
.nc-form-line-form input.error[type=text]:focus,
.nc-form-line-form input.error[type=password]:focus,
.nc-form-line-form input.error[type=datetime]:focus,
.nc-form-line-form input.error[type=datetime-local]:focus,
.nc-form-line-form input.error[type=date]:focus,
.nc-form-line-form input.error[type=month]:focus,
.nc-form-line-form input.error[type=time]:focus,
.nc-form-line-form input.error[type=week]:focus,
.nc-form-line-form input.error[type=email]:focus,
.nc-form-line-form input.error[type=url]:focus,
.nc-form-line-form input.error[type=tel]:focus,
.nc-form-line-form input.error[type=color]:focus,
.nc-form-line-form select.error:focus,
.nc-form-line-form textarea.error:focus { border-color: #E54D42; color: #E13427 }

/*表单验证错误提示框*/
label.error { display: block; margin: 5px 0 0; padding: 0.35em 0.625em; background-color: #FFEBEE; border: solid 1px #FFCDD2; font-size: 0.8125rem; font-weight: 500; color: #E54D42; border-radius: 4px; }
label.error i { margin-right: 5px; }
.nc-form-line-form .am-checkbox,
.nc-form-line-form .am-checkbox-inline,
.nc-form-line-form .am-form-label,
.nc-form-line-form .am-radio,
.nc-form-line-form .am-radio-inline { margin-top: 0; margin-bottom: 0; }
.nc-form-line-form .am-form-group:after { clear: both; }
.nc-form-line-form .am-form-group:after,
.nc-form-line-form .am-form-group:before { content: " "; display: table; }
.nc-form-line-form .am-form-label { padding-top: 5px; font-size: 16px; color: #888; font-weight: inherit; text-align: right; }
.nc-form-line-form .am-form-group { /*padding: 20px 0;*/ }
.nc-form-line-form .am-form-label .nc-form-line-small-title { color: #999; font-size: 12px; }

/*面包屑导航*/
.chain .am-breadcrumb > .am-active { color: #666; }
.chain .am-breadcrumb > li + li::before { color: #B3B3B3; }
.chain .am-offcanvas-bar { background-color: #FFF; }

/* 价格显示 */
.rmb { font-family: "微软雅黑", "Microsoft YaHei UI", Tahoma; }
.nc-number .yuan { font-size: 12px; }
.nc-number .integer,
.nc-number .pointer { font-weight: 700; }
.nc-number .decimal { font-size: 12px; font-weight: 700; }
.nc-number .percent { font-size: 12px; margin-left: 2px; }
.nc-number-14 .yuan { font-size: 10px; }
.nc-number-14 .integer { font-size: 14px; }
.nc-number-14 .integer,
.nc-number-14 .decimal { font-weight: 500; }
.nc-number-16 .integer { font-size: 16px; }
.nc-number-18 .integer { font-size: 18px; }
.nc-number-24 .integer { font-size: 24px; }
.nc-number-32 .integer { font-size: 32px; }
.nc-number-32 .decimal,
.nc-number-32 .percent { font-size: 16px; }
.nc-number-thin .decimal,
.nc-number-thin .integer { font-weight: 400; }

/* 文字颜色 */
.nc-text-gray { color: #999}

/* 提示-FAQ */
.nc-alert-faq { background-color: #F9F9F9; border-color: #E1E1E1; color: #666; }
.nc-alert-faq .am-close { color: #999; }

/* 无列表 */
.no-style-type li { list-style-type: none; }


/* 登陆页面样式 */
.nc-login-bg { position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background: url(../img/login_bg.jpg) no-repeat 50% 50%; background-size: 75%; overflow: hidden; }
.nc-login-logo { max-width: 150px; height: 150px; margin: 0 auto; margin-bottom: 20px; }
.nc-login-title { width: 100%; text-align: center; }
.nc-login-title h3 { margin: 0; font-size: 24px; line-height: 30px; font-weight: normal; color: #5085FF; }
.nc-login-title h5 { margin: 0; font-size: 12px; line-height: 20px; font-weight: normal; color: #9dbaff }
.nc-login-content { position: fixed; z-index: 2; top: 50%; left: 50%; width: 400px; margin-left: -200px; margin-top: -300px; padding: 40px 40px 25px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BFFFFFFF', endColorstr='#BFFFFFFF');background:rgba(255,255,255,0.75); border-radius: 4px; box-shadow: 0 0 10px rgba(255,255,255,0.25) }
.nc-login-content .am-form-group { position: relative; }
.nc-login-content .am-form-group i.am-icon { position: absolute; z-index: 1; left: 5px; top: 5px; color: #9dbaff; }
.nc-login-content .am-form-group .nc-form-code { position: absolute; z-index: 1; top: -10px; right: 0px; }
.nc-login-content .am-form-group input { text-indent: 28px; }
.nc-copyright { position: fixed; z-index: 2; bottom: 1rem; width: 100%; text-align: center; }
.nc-copyright a { font-size: 12px; line-height: 24px; color: #9dbaff}

/* layout样式 */
header { z-index: 1089; position: relative; }
header:hover { z-index: 1090}
.nc-header-logo { width: 240px; height: 57px; display: table; text-align: left; position: relative; z-index: 1300; background: #FFF; border-bottom: 1px solid #EEE; }
.nc-header-logo a { display: table-cell; vertical-align: middle; }
.nc-header-logo img { display: block; float: left; padding: 5px; max-width: 57px; max-height: 57px; }
.nc-header-logo h3 { margin: 6px 0 0; font-size: 18px; line-height: 24px; color: #5085FF }
.nc-header-logo h5 { margin: 0 0 11px 0; font-size: 11px; line-height: 16px; color: #9dbaff }
.nc-header-fluid { margin-left: 240px; height: 56px; padding-left: 20px; padding-right: 20px; background: #FFF; border-top: 1px solid #EEE;  }
.nc-header-switch-button { margin-top: 0px; margin-bottom: 0px; float: left; color: #cfcfcf; margin-left: -20px; margin-right: 0; border: 0; border-radius: 0; padding: 0px 22px; font-size: 22px; line-height: 55px; }
.nc-header-switch-button:hover { outline: none; background: #FFF; color: #999; }
.nc-header-search-form { height: 54px; line-height: 52px; margin-left: 10px; }
.nc-header-search-box,
.nc-header-search-btn { transition: all 0.4s ease-in-out; color: #848c90; background: none; border: none; outline: none; background: #FFF; border-right: 1px solid #EEE; border-left: 1px solid #EEE; }
.nc-header-search-box { font-size: 14px; }
.nc-header-search-box:hover,
.nc-header-search-box:active { color: #FFF; }
.nc-header-search-btn { font-size: 15px; }
.nc-header-search-btn:hover,
.nc-header-search-btn:active { color: #FFF; }
.nc-header-navbar { color: #FFF; }
.nc-header-navbar li { float: left; }
.nc-header-navbar a { line-height: 56px; display: block; padding: 0 16px; position: relative; color: #999; }
.nc-header-navbar a:hover { color: #999; }
.nc-header-navbar a .item-feed-badge { position: absolute; top: 9px; left: 25px; }
.nc-content-wrapper { background: #F0F0F0; }

.am-dimmer { z-index: 1200; }
.am-modal { z-index: 1300; }
.am-datepicker-dropdown { z-index: 1400; }
.am-popup { z-index: 1300; }
.fc-content .am-icon-close { position: absolute; right: 0; top: 0px; }

.left-sidebar { transition: all 0.4s ease-in-out; width: 240px; margin-top: 57px; position: absolute; z-index: 1104; top: 0; left: 0px; background: #FFF;  }
.left-sidebar.xs-active { left: 0px; }
.left-sidebar.active { left: -240px; }
.nc-sidebar-chain-panel { position: relative; width: 240px; height: 200px; border-bottom: solid 1px #EEE; }
.nc-sidebar-chain-panel-bg { position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background-position: 50% 50%; background-size: cover; opacity: 0.2; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }
.nc-sidebar-chain-panel-bg .mask { display: block; width: 100%; height: 100%; background: url(../img/sidebar_chain_mask.png) no-repeat 0 0; }
.nc-sidebar-chain-name { position: absolute; z-index: 2; top: 0; left: 0; right: 0; height: 40px; padding: 10px 0; text-align: center; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#BF5085FF', endColorstr='#BF5085FF');background:rgba(80,133,255,0.75); font-size: 14px; line-height: 20px; font-weight: 600; color: #FFF; }
.nc-user-panel-slide-toggleable { position: absolute; z-index: 2; top: 60px; left: 50%; width: 160px; max-width: 240px; margin-left: -80px; padding: 5px; border-radius: 5px; text-align: center; border: dotted 1px; border-color: transparent; transition: ease-in-out 0.15s; cursor: pointer; }
.nc-user-panel-slide-toggleable:hover {
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#A5FFFFFF', endColorstr='#A5FFFFFF'); background: rgba(255,255,255,0.65); border-color: #FFF; transition: ease-in-out 0.15s }
.nc-user-panel-slide-toggleable a { display: block; }
.nc-user-panel-profile-picture { border-radius: 50%; width: 82px; height: 82px; margin: 0 auto; overflow: hidden; }
.nc-user-panel-profile-picture img { width: auto; height: 82px; vertical-align: middle; }
.nc-user-panel-logged-in-text,
.nc-user-panel-logged-in-text:hover { display: block; font-size: 16px; color: #6d787c; white-space: nowrap; overflow: hidden; }

.nc-user-panel-action-link { font-size: 12px; }
.nc-user-panel-action-link:hover { color: #a2aaad; }

.sidebar-nav { list-style-type: none; padding: 0; margin: 0; }
.sidebar-nav-sub { display: none; }
.sidebar-nav-sub .sidebar-nav-link { font-size: 12px; padding-left: 30px; }
.sidebar-nav-sub .sidebar-nav-link a { font-size: 12px; padding-left: 0; }
.sidebar-nav-sub .sidebar-nav-link-logo { margin-right: 8px; width: 20px; font-size: 16px; }
.sidebar-nav-sub-ico-rotate { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all 300ms; transition: all 300ms; }
.sidebar-nav-link-logo-ico { margin-top: 5px; }
.sidebar-nav-heading { padding: 24px 17px; font-size: 15px; font-weight: 500; }
.sidebar-nav-heading-info { font-size: 12px; color: #868E8E; padding-left: 10px; }
.sidebar-nav-link-logo { margin-right: 8px; width: 20px; font-size: 16px; }
.sidebar-nav-link { color: #FFF; }
.sidebar-nav-link a { display: block; color: #868E8E; padding: 10px 17px; border-left: #282d2f 3px solid; font-size: 14px; cursor: pointer; }
.sidebar-nav-link a.active { cursor: pointer; border-left: #1CA2CE 3px solid; color: #FFF; }
.sidebar-nav-link a:hover { color: #FFF; }

.sidebar-nav-link a { border-left: #FFF 3px solid; }
.sidebar-nav-link a:hover { background: #F0F0F0; color: #868E8E; border-left: #5085ff 3px solid; }
.sidebar-nav-link a.active { background: #F0F0F0; color: #868E8E; border-left: #5085ff 3px solid; }
.sidebar-nav-heading { color: #999; border-bottom: 1px solid #EEE; }
.nc-sidebar-user-panel { background: #FFF; border-bottom: 1px solid #EEE; }

.nc-content-wrapper { transition: all 0.4s ease-in-out; position: relative; margin-left: 240px; z-index: 1089; min-height: 922px; border-bottom-left-radius: 3px; }
.nc-content-wrapper.xs-active { margin-left: 240px; }
.nc-content-wrapper.active { margin-left: 0; }
.page-header { background: #424b4f; margin-top: 0; margin-bottom: 0; padding: 40px 0; border-bottom: 0; }
.container-fluid { margin-top: 0; margin-bottom: 0; padding: 40px 20px 20px; border-bottom: 0; }
.row { margin-right: -10px; margin-left: -10px; }


.page-header-heading { font-size: 20px; font-weight: 400; }
.page-header-heading .page-header-heading-ico { font-size: 28px; position: relative; top: 3px; }
.page-header-heading small { font-weight: normal; line-height: 1; color: #B3B3B3; }
.page-header-description { margin-top: 4px; margin-bottom: 0; font-size: 14px; color: #AAA; }
.page-header-button { transition: all 0.4s ease-in-out; opacity: 0.3; float: right; outline: none; border: 1px solid #FFF; padding: 16px 36px; font-size: 23px; line-height: 23px; border-radius: 0; padding-top: 14px; color: #FFF; background-color: rgba(0, 0, 0, 0); font-weight: 500; }
.page-header-button:hover { background-color: #FFF; color: #333; opacity: 1; }
.widget { position: relative; width: 100%; min-height: 148px; margin-bottom: 20px; padding: 10px 20px 13px; border-radius: 4px; background-color: #FFF; color: #838FA1; }
.widget-primary, .widget-success, .widget-warning { min-height: 174px; padding: 12px 17px 12px 22px; color: #FFF;}

.widget-function a { color: #838FA1; }
.widget-function a:hover { color: #a7bdcd; }


.widget-statistic-icon { position: absolute; z-index: 30; right: 30px; top: 24px; font-size: 70px; color: #FFF; opacity: 0.1 }
.widget-statistic-description { position: relative; z-index: 35; display: block; font-size: 14px; line-height: 14px; padding-top: 8px; color: #FFF; }
.widget-statistic-value { position: relative; z-index: 35; font-weight: 300; display: block; font-size: 40px; line-height: 46px; margin-bottom: 8px; }
.widget-statistic-icon { opacity: 0.2}
.widget-statistic-header { position: relative; z-index: 2; display: block; margin-bottom: 8px; font-size: 18px; line-height: 30px;}
.widget-primary { background-color: #5085FF;}
.widget-success { background-color: #29bb9c;}
.widget-warning { background-color: #efa100;}

.widget-head { width: 100%; padding: 15px; border-bottom: 1px solid #eef1f5; }
.widget-title { font-size: 16px; }
.widget-fluctuation-period-text { display: inline-block; font-size: 16px; line-height: 20px; margin-bottom: 9px; }
.widget-body { padding: 13px 15px; width: 100%; min-height: 500px;}
.row-content { padding: 20px; }
.widget-fluctuation-description-text { margin-top: 4px; display: block; font-size: 12px; line-height: 13px; }
.widget-fluctuation-description-amount { display: block; font-size: 20px; line-height: 22px; }

.widget-body-md { height: 200px; }
.widget-body-lg { min-height: 330px; }
.widget-margin-bottom-lg { margin-bottom: 20px; }

/* 分页 */
.nc-pagination { }
.nc-pagination > ul { padding-left: 0; margin: 0.9375rem 0; list-style: none; color: #e1e1e1; text-align: left; }
.nc-pagination > ul:before,
.nc-pagination > ul:after { content: " "; display: table; }
.nc-pagination > ul:after { clear: both; }
.nc-pagination > ul > li { display: inline-block; }
.nc-pagination > ul > li > span { position: relative; display: block; padding: 0.5em 1em; text-decoration: none; line-height: 1.2; background-color: #FFF; border: 1px solid #ddd; border-radius: 4px; margin-bottom: 5px; margin-right: 5px; }
.nc-pagination > li:last-child > span { margin-right: 0; }
.nc-pagination > li > span:hover,
.nc-pagination > li > span:focus { background-color: #f0f0f0; }
.nc-pagination > ul > li > span.currentpage,
.nc-pagination > ul > li > span.currentpage:hover,
.nc-pagination > ul > li > span.currentpage:focus { z-index: 2; background-color: #5085FF; border-color: #5085FF; color: #FFF; cursor: default; }
.nc-pagination .am-disabled a,
.nc-pagination li a { color: #23abf0; border-radius: 3px; padding: 6px 12px; }
.nc-pagination .am-active a { background: #23abf0; color: #FFF; border: 1px solid #23abf0; padding: 6px 12px; }

/*表格*/
.nc-table-black { color: #838FA1; }
.nc-table-black thead > tr > th { font-size: 14px !important; padding: 6px; }
.nc-table-black tbody > tr > td { font-size: 14px !important; padding: 7px 6px; }
.nc-table-black tfoot > tr > th { font-size: 14px !important; padding: 6px 0; }
.nc-table-black tbody > tr:last-of-type > td { border-bottom: solid 1px #CCC;}
.nc-table-black-operation a { display: inline-block; padding: 5px 6px; font-size: 12px; line-height: 12px; }
.nc-table-black a .nc-table-word-wrap { color: #555;}

/*表格订单状态色彩*/
.nc-orderstatus-a { background-color: #F9F9F9; opacity: 0.75;}
.nc-orderstatus-b > th { background-color: rgba(243, 123, 29, 0.15); border-color: #FBD0AE !important; color: #F37B1D;}
.nc-orderstatus-b > td { border-color: #FBD0AE !important;}
.nc-orderstatus-c > th { background-color: rgba(59, 180, 242, 0.15); border-color:#CAEBFB !important; color: #14A6EF;}
.nc-orderstatus-c > td { border-color:#CAEBFB !important;}
.nc-orderstatus-d > th {}
.nc-orderstatus-d > td {}

/* 表格边线 */
.nc-table-border-left { border-left: solid 1px #CCC}
.nc-table-border-right { border-right: solid 1px #CCC}
.nc-table-border-bottom { border-bottom: solid 1px #CCC}
.nc-table-border-top { border-top: solid 1px #CCC}
/* 表格内最大宽度折行 */
.nc-table-word-wrap { max-width: 380px; min-width: 200px; max-height: 3rem; overflow: hidden; white-space: pre-wrap; word-wrap: break-word;}
.nc-table-white-space { white-space: pre-wrap}
/* 表格商品服务内容 */
.nc-goods-services { max-width: 80px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.nc-switch input[type="checkbox"] { position: absolute; opacity: 0; width: 50px; height: 20px; }
.nc-switch input[type="checkbox"].ios-switch + div { vertical-align: middle; width: 40px; height: 20px; border-radius: 999px; background-color: rgba(0, 0, 0, 0.1); -webkit-transition-duration: .4s; -webkit-transition-property: background-color, box-shadow; margin-top: 6px; }
.nc-switch input[type="checkbox"].ios-switch:checked + div { width: 40px; background-position: 0 0; background-color: #36c6d3; }
.nc-switch input[type="checkbox"].tinyswitch.ios-switch + div { width: 34px; height: 18px; }
.nc-switch input[type="checkbox"].bigswitch.ios-switch + div { width: 50px; height: 25px; }
.nc-switch input[type="checkbox"].green.ios-switch:checked + div { background-color: #00e359; border: 1px solid #00a23f; box-shadow: inset 0 0 0 10px #00e359; }
.nc-switch input[type="checkbox"].ios-switch + div > div { float: left; width: 18px; height: 18px; border-radius: inherit; background: #FFF; -webkit-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1); -webkit-transition-duration: 0.4s; -webkit-transition-property: transform, background-color, box-shadow; -moz-transition-timing-function: cubic-bezier(0.54, 1.85, 0.5, 1); -moz-transition-duration: 0.4s; -moz-transition-property: transform, background-color; pointer-events: none; margin-top: 1px; margin-left: 1px; }
.nc-switch input[type="checkbox"].ios-switch:checked + div > div { -webkit-transform: translate3d(20px, 0, 0); -moz-transform: translate3d(20px, 0, 0); background-color: #FFF; }
.nc-switch input[type="checkbox"].tinyswitch.ios-switch + div > div { width: 16px; height: 16px; margin-top: 1px; }
.nc-switch input[type="checkbox"].tinyswitch.ios-switch:checked + div > div { -webkit-transform: translate3d(16px, 0, 0); -moz-transform: translate3d(16px, 0, 0); box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0px 0px 0 1px #0850ac; }
.nc-switch input[type="checkbox"].bigswitch.ios-switch + div > div { width: 23px; height: 23px; margin-top: 1px; }
.nc-switch input[type="checkbox"].bigswitch.ios-switch:checked + div > div { -webkit-transform: translate3d(25px, 0, 0); -moz-transform: translate3d(16px, 0, 0); }
.nc-switch input[type="checkbox"].green.ios-switch:checked + div > div { box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3), 0 0 0 1px #00a23f; }
.cl-p { padding: 0!important; }
/*表格图片*/
.nc-table-line-img { max-width: 60px; padding: 2px; }
.nc-table-checkbox { display: inline-block; margin: 0; }
.nc-modal-table-input { margin: 5px auto; padding: 0 5px; }
.nc-modeal-table-input-group { margin: 0 auto; }
.nc-modeal-table-input-group .am-input-group-label { height: 32px; line-height: 30px }
.nc-modeal-table-input-group .am-form-field { height: 32px; padding: 0 5px; }
.nc-table-list-select { text-align: right; }
.fc-button-group,
.fc button { display: block; }
/* 虚拟数字键盘 */
.nc-keyboard { font-size: 0; *word-spacing:-1px/*IE6、7*/; padding: 10px 0;}
.nc-keyboard button,
.nc-keyboard .enter-border { font: lighter 26px/64px "microsoft yahei", Arial; color: #333; background-color: #FFF; vertical-align: top; display: inline-block; *display: inline; width: 60px; height: 60px; margin: 10px 5px 0 5px; border: solid 1px #F0F0F0; border-radius: 3px; *zoom: 1; cursor: pointer; }
.nc-keyboard button:hover,
.nc-keyboard button:focus { background-color: #333; border-color: #333; color: #FFF }
.nc-keyboard button.cn { font-size: 18px; }
.nc-keyboard .enter-border { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; margin-left: 76px; width: auto; }
.nc-keyboard .enter { font: lighter 20px/48px "microsoft yahei", Arial; background-color: #5bb75b; border: 0 none; color: #FFF; cursor: pointer; display: block; height: 64px; padding: 0 25px; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); border-radius: 4px; }
/* 商品大图列表 */
.nc-thumb-container { position: relative; z-index: 1; }
.nc-thumb-goods-name { height: 40px; overflow: hidden; font-size: 14px; line-height: 20px; }
.nc-thumb-goods-img { overflow: hidden;}
/* 暂无数据 */
.nc-nodate-block { display: block; min-height: 100px; padding: 5rem 0; text-align: center;}
.nc-nodate-block p { font-size: 1rem; color: #AAA;}
.nc-nodate-pic { display: inline-block; width: 180px; height: 150px; background-image: url(../img/no-date.png); background-repeat: no-repeat;}
.nc-nodate-goods { background-position: -180px -150px;}
.nc-nodate-cart { background-position: 0 -150px;}
.nc-nodate-file { background-position: 0 0;}
/* 商品选购popup框 */
.nc-popup-top { padding: 1rem 1rem 0 1rem; border-bottom: solid 1px #EEE; }
.nc-popup-goods-img { width: 100px; }
.nc-popup-content { padding: 0 1rem; }
.nc-popup-bottom { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; padding: 1rem; border-top: solid 1px #EEE; }
.sidebar-nav-sub .sidebar-nav-link-logo { margin-left: 10px; }
.nc-header-search-box:hover,
.nc-header-search-box:active .nc-error-title { color: #848c90; }
.nc-table-line-img { border: 1px solid #ddd; }
.nc-table-black-operation a { border: 1px solid #36c6d3; color: #36c6d3; }
.nc-table-black-operation a:hover { background: #36c6d3; color: #FFF; }
.nc-table-black-operation a.nc-table-black-operation-del { border: 1px solid #e7505a; color: #e7505a; }
.nc-table-black-operation a.nc-table-black-operation-del:hover { background: #e7505a; color: #FFF; }
.nc-amendment-echarts { left: -17px; }
.am-progress { height: 12px; }
.am-progress-title { font-size: 14px; margin-bottom: 8px; }


/* 商品库存侧边栏-商品分类 */
.nc-offcanvas-content { position: relative; height: 100%; overflow: hidden;}
.nc-offcanvas-top { position: absolute; z-index: 2; top: 0; right: 0; left: 1px; height: 58px; border-bottom: solid 1px #DDD; background-color: #FFF;}
.nc-offcanvas-top h3 { margin: 0 0 0 15px; line-height: 58px; font-size: 16px;}
.nc-offcanvas-main { position: absolute; z-index: 1; top: 59px; right: 0; bottom: 41px; left: 1px; overflow-y:scroll}
.nc-offcanvas-main .am-tree-branch { margin: 0;}

.nc-offcanvas-main .am-tree-branch-header { height: 39px; margin: 0; padding: 0 0.5rem; border-radius: 0; border-bottom: solid 1px #EEE;}

.am-tree-icon { padding: 0; margin-right: 5px;}
.am-tree-branch-name { font-weight: 600; font-size: 15px; padding: 0;}
.am-tree-branch-children .am-tree-branch-name { font-size: 13px; font-weight: 500;}
.am-tree-item-name { font-size: 12px;}

.am-tree-open .am-tree-branch-header { background-color: #F5F5F5;}
.am-tree-branch-children { background-color: #FFF; margin-left: 0 !important; padding-left: 0.5rem!important; padding-right: 0.5rem !important;}
.am-tree-branch-children .am-tree-branch-header { background-color: #FFF!important;}
.am-tree-item { margin: 0; line-height: 24px;}

.nc-offcanvas-main .am-tree-branch-heade > .am-tree-ico { }
.nc-offcanvas-main .am-tree-branch-name { line-height: 39px;}
.nc-offcanvas-main .am-tree-branch-name > .am-tree-icon { display: none;}
.am-tree-folder-select .am-tree-branch.am-tree-selected > .am-tree-branch-header .am-tree-branch-name,
.am-tree-item.am-tree-selected .am-tree-item-name { background-color: transparent !important; color: #FF3300 !important; font-weight: 600;}

.nc-offcanvas-bottom { position: absolute; z-index: 2; bottom: 0; left: 1px; right: 0; height: 40px; border-top: solid 1px #DDD; background-color: #FFF;}
.nc-offcanvas-bottom > button { float: left; padding: 0; border: none 0; width: 50%; height: 40px; background-color: #FFF; line-height: 40px;}
.nc-offcanvas-enter { background-color: #5085ff !important; color: #FFF;}
.nc-offcanvas-enter:hover { background-color: #2C6CFF !important;}


/*进度*/
.nc-step-justify { display: table; table-layout: fixed; width: 100%; border-collapse: separate;}
.nc-step { position: relative; display: inline-block; vertical-align: middle; padding: 0; margin: 0;}
.nc-step > li:first-child { margin-left: 0;}
.nc-step-justify > li { display: table-cell; float: none !important; width: 1%; padding: 1rem; border: solid 1px #F0F0F0; border-radius: 4px; background-color: #F5F5F5;}
.nc-step > li { position: relative; float: left;}
.nc-step > li > .label { display: inline; top: 0; text-align: center; float: left; width: 20px; height: 20px; margin-right: 10px; padding: 0; vertical-align: baseline; white-space: nowrap; background: #6d7479 none repeat scroll 0 0; border-radius: 50%; font-size: 75%; font-weight: 600; color: #FFF; line-height: 20px;}	
.nc-step > li > h4 { display: block; margin:0 0 0 30px; text-decoration: none; font-weight: normal; line-height: 20px; color: #222;}
.nc-step > li > p { display: block; margin: 10px 0 0 30px; text-decoration: none; font-size: 12px; line-height: 18px; color: #999 }
.nc-step-justify { border-collapse: separate;}
.nc-step > li.active { background-color: #5085FF; border-color: #2C6CFF; color: #FFF;}
.nc-step > li.active > .label {  background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0; color: #FFF}
.nc-step > li.active > h4,
.nc-step > li.active > p { color: #FFF;}

.nc-step > li:first-child:not(:last-child) { border-bottom-right-radius: 0; border-top-right-radius: 0;}
.nc-step > li:not(:first-child):not(:last-child) { border-radius: 0;}
.nc-step > li:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0;}


/*响应式布局*/
@media screen and (max-width: 1024px) {
.nc-login-bg { background-size: 100%;}
.nc-index-settings-button { display: none; }
.left-sidebar { margin-top: 111px; }
.nc-content-wrapper { margin-left: 0; }
.nc-header-logo { float: none; width: 100%; }
.nc-header-navbar-welcome { display: none; }
.nc-sidebar-user-panel { border-top: 1px solid #EEE; }
.nc-header-fluid { border-top: none; margin-left: 0; }
.nc-header-fluid { border-top: none; }
.nc-modal-dialog-lg { width: 90%; }
.am-inputnumber-wrap { width: 118px; }
}

@media screen and (min-width: 641px) {
[class*=am-u-] { padding-left: 10px; padding-right: 10px; }
}

@media screen and (max-width: 641px) {
.nc-login-bg { background-size: cover;}
.nc-error-title { font-size: 130px; line-height: 140px; }
.nc-login-title { font-size: 20px; }
.nc-login-content { width: 86%; padding: 22px 30px 25px; }
.nc-header-search { display: none; }
.nc-dropdown-content { position: fixed; width: 100%; left: 0; top: 112px; right: 0; }
.nc-modal-dialog-lg { width: 98%; }
.nc-modal-dialog { width: 94%; }
.nc-step-justify > li { float: left !important; width: 100% !important }
}
