/******************************
 ** 初始化
 ******************************/
* { margin:0; padding:0;  }
html { height:100%; }
body  { font:14px/1.5 "Microsoft Yahei"; color:#666; background:#FFF; }
img { border:0px; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:12px/1 "Microsoft Yahei"; color:#666; outline:0; }
select option:hover{ background:#c81623; color:#fff}
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#666; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#b1191a; text-decoration:none; }
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:0px; }
.clear { clear:both; font-size:0px; line-height:0px; height:0px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
.red { color:#F00; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { color: #999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #999; }
/******************************
 **  网站架构
 ******************************/
/* 上岸 */
.loginpage { width:100%; height:100%; background:url(/Admin/static/images/rep-login.png) center center repeat #c81623; }
.loginbox { width:680px; height:auto; position:absolute; left:50%; top:50%; margin:-90px 0 0 -340px; }
.loginbox .head { float:left; width:100%; height:107px; }
.loginbox .head img { float:left; width:270px; height:70px; }

.loginbox .head .logo { float: left; width: 270px; height: 70px; position:relative; color:#FFF; }
.loginbox .head .logo img { display:block; width: 270px; height: 70px; }
.loginbox .head .logo h3 { font-size:18px; font-weight:normal; position:absolute; left:70px; top:20px; }
.loginbox .head .logo p { font-size:16px; position:absolute; left:70px; top:48px; }

.loginbox .head span { float:left; font-size:20px; height:25px; line-height:25px; color:#FFF; padding:45px 0 0 10px; }
.loginbox .form { float:left; width:100%; height:36px; }
.loginbox .row, .loginbox .button { float:left; width:274px; height:36px; background:#FFF; }
.loginbox .row { border-left:4px solid #fd3e2c; margin-right:13px; position:relative; }
.loginbox .button { width:80px; background:#fd3e2c; }
.loginbox .txt { width:255px; height:36px; line-height:36px; border:0; padding:0 10px; }
.loginbox .txt:focus { background:#f1f1f1; }
.loginbox .submit { width:100%; height:36px; border:0; background:#fd3e2c; color:#FFF; cursor:pointer; }
.loginbox .submit:hover { background:#d91f0e; }
.loginbox .tap { float:left; width:226%; height:20px; line-height:20px; color:#FFF; padding:15px 0 0; }
.loginbox .tap a { color:#FFF; margin-left:10px; }
.loginbox .tap label { margin-right:10px; cursor:pointer; }
.loginbox .tap a:hover, .loginbox .tap label:hover { color:#b3ccf5; }
.loginbox .ico-user:before, .loginbox .ico-password:before { content:""; width:20px; height:20px; position:absolute; right:8px; top:8px; background:url(/Admin/static/images/ico.png) -380px -60px no-repeat; }
.loginbox .ico-password:before { background-position:-380px -80px; }

/* 头部 */
.header { position:fixed; left:0; top:0; width:100%; height:50px; background:#c81623; z-index:100; }

.header .logo { float: left; width: 179px; height: 50px; border-right: 1px solid #b1191a; overflow: hidden; }
.header .logo img { display: block; width: 160px; height: 40px; position: relative; top: 2px; left: 2px; }
.header .logo h3 { font-size: 12px; font-weight: normal; position: absolute; left: 42px; top: 10px; color: #FFF; }
.header .logo p { font-size: 12px; position: absolute; left: 42px; top: 25px; color: #FFF; opacity: .7; }

.header .imenu { float:left; width:128px; height:50px; line-height:50px; border-right:1px solid #b1191a; text-align:center; }
.header .imenu a { display:block; height:50px; color:#FFF; }
.header .quick { position:absolute; top:0; right:0; }
.header .quick .row { float:right; height:50px; line-height:50px; border-left:1px solid #b1191a; color:#FFF; }
.header .quick .row a { display:block; padding:0 15px 0 15px; color:#fff; }
.header .account { padding:0 5px 0 15px; position:relative; }
.header .account .drop { position:absolute; width:100%; right:0; top:50px; height:auto; background:#FFF; box-shadow:0 1px 1px 0 rgba(0,0,0,0.1); display:none; }
.header .account .drop dd { height:40px; border-top:1px solid #ddd; }
.header .account .drop a { display:block; height:40px; line-height:40px; padding:0 10px; color:#666; }
.header .account .drop dd:hover { background:#f1f1f1; }
.header .quick .row:hover, .header .imenu:hover { background:#b1191a; }
.header .ico-shophome:before, .header .ico-help:before, .header .ico-search:before { content:""; display:inline-block; vertical-align:middle; width:40px; height:40px; background:url(/Admin/static/images/ico.png) 0 0 no-repeat; display:none; }
.header .ico-shophome:before { background-position:-120px 0; }
.header .ico-help:before { background-position:-80px 0; }
.header .ico-search:before { background-position:-40px 0; }
.header .account p:after { content:""; display:inline-block; vertical-align:middle; width:10px; height:10px; background:url(/Admin/static/images/ico.png) -244px -66px no-repeat; margin-left:20px; }
.header .account.current { background:#FFF !important; color:#666; }
.header .account.current p:after { background-position:-264px -66px; }
.header .account.current .drop { display:block; }

/* 侧栏导航 */
.navbar { position:fixed; width:180px; left:0; top:50px; bottom:0; background:#2b2b2b; }
.nav-pointer { width:100%; height:30px; background:#666; cursor:pointer; }
.nav-pointer:before { content:""; display:block; width:40px; height:30px; background:url(/Admin/static/images/ico.png) 0 -85px no-repeat; margin:0 auto; }
.nav-pointer:hover { background:#5e5e5e; }
.nav { width:100%; }
.nav dd { height:40px; }
.nav dd a { display:block; height:40px; line-height:40px; padding:0 0 0 25px; color:#FFF; }
.nav dd a:before { content:""; display:inline-block; vertical-align:middle; width:40px; height:40px; margin-right: 5px; background:url(/Admin/static/images/ico.png) 0 0 no-repeat; }
.nav dd:hover { background:#474646;}
.nav dd.current { background:#c81623; }
.nav dd span {}
.navbar-mini { width:40px; }
.navbar-mini .nav-pointer:before { background-position:-40px -85px; }
.navbar-mini dd a { padding:0;  }
.navbar-mini dd span { display:none; }
.nav .ico-product-manage:before { background-position:10px -286px; }
.nav .ico-order:before { background-position:-30px -286px; }
.nav .ico-order-sale:before { background-position:-69px -286px; }
.nav .ico-order-manage:before { background-position:-108px -286px; }
.nav .ico-statistics:before { background-position:-146px -286px; }
.nav .ico-operate:before { background-position:-186px -286px; }
.nav .ico-shop-manage:before { background-position:-224px -286px; }

/* 主区域 */
.wrapper { position:absolute; z-index:99; left:180px; top:50px; right:0; bottom:0; overflow:hidden; background:#f0f0f0; }
.wrapper-max { left:40px; }
.wrapper-fix{ padding-top: 99px; background: #fff; }
.menubar { position:absolute; left:0; top:0; z-index:99; bottom:0; width:130px; background:#eff4f5; }
.menubar .main { width:130px; overflow:hidden; }
.menubar .boxo { position:absolute; left:0; top:0; right:0; bottom:0; overflow:hidden; }
.menubar .boxi { position:absolute; left:0; top:0; right:-20px; bottom:0; overflow:hidden; overflow-y:scroll; }


.topclass { height:70px; line-height:70px; background:#dbe1e6; text-align:center; }
.menu { width:100%; }
.menu dd { height:40px; }
.menu dd a { display:block; height:40px; line-height:40px; text-align:center; color:#666; }
.menu dd:hover { background:#ddeaec; }
.menu dd.current { background:#fff; }
.menu-pointer { position:absolute; right:0; top:50%; margin-top:-25px; width:19px; height:50px; background:url(/Admin/static/images/ico.png) 0 -126px no-repeat; cursor:pointer; opacity:0.8; }
.menu-pointer:hover { opacity:1; }
.menubar-mini { width:0; }
.menubar-mini .menu-pointer { right:-19px; background-position:-41px -126px; }
.container { position:absolute; left:130px; top:0; right:0; bottom:0; z-index:98; overflow:hidden; overflow-y:auto; background:#FFF; font-family: "Microsoft Yahei", "sans-serif"; font-size: 12px; min-width:875px; }
.container-max { left:0px; }

/* 底部版权 */
.footer { position:fixed; left:180px; bottom:0; right:0; height:40px; line-height:40px; text-align:center; color:#999; display:none; }


/******************************
 **  基本页面
 ******************************/

.index-page { position:absolute; left:20px; top:0; right:0; bottom:0; overflow:hidden; overflow-y:auto; padding:20px 20px 0 0; }
.index-head { height:25px; line-height:25px; font-size:20px; color:#b1191a; font-weight:700; margin-bottom:15px; }
.filter-date { padding:0 0 0 40px; height:24px; overflow:hidden; position:relative; margin-bottom:15px; }
.filter-date span { float:left; width:auto; height:24px; line-height:24px; text-align:center; padding:0 20px; cursor:pointer; }
.filter-date span:hover { color:#c81623; }
.filter-date span.cur { background:#c81623; color:#FFF; }
.filter-date:before { content:""; position:absolute; left:10px; top:2px; width:20px; height:20px; background:url(/Admin/static/images/ico.png) -240px -80px no-repeat; }

.index-money { width:100%; height:270px; background:#e64652; background:-webkit-linear-gradient(left, #e64652 0, #ca3440 10%, #c81623 100%); color:#FFF; border-radius:10px; margin-bottom:20px; }
.index-money .head { font-size:24px; height:70px; line-height:70px; padding:0 0 0 40px; }
.index-money .money { height:120px; padding:0 0 0 40px; position:relative; left:-10px; }
.index-money .money .row, .index-money .money em { float:left; }
.index-money .money .row { width:80px; height:80px; background:url(/Admin/static/images/ico.png) -320px -180px no-repeat; line-height:66px; text-align:center; color:#cecece; font-size:50px; font-weight:700; }
.index-money .money .d { color:#000; }
.index-money .money em { width:20px; height:20px; background:url(/Admin/static/images/ico.png) -380px -40px no-repeat; margin-top:55px; }
.index-money .money .con { width:100%; height:68px; overflow:hidden; position:relative; }
.index-money .money dl { position:relative; }
.index-money .money dd { width:100%; height:68px; }


.index-money .number { line-height:24px; padding:0 0 0 40px; font-size:18px; }

.index-msg { width:100%; margin-bottom:3%; }
.index-msg .row { float:left; width:31.3333333333333333%; margin-left:3%; background:#FFF; border-radius:5px 5px 0 0; }
.index-msg .row:first-child { margin-left:0; }
.index-msg .head { height:40px; background:#e6e6e6; border-radius:5px 5px 0 0; position:relative; }
.index-msg .head .ico { position:absolute; top:15px; left:50%; margin-left:-40px; width:80px; height:110px; line-height:30px; text-align:center; font-size:16px; }
.index-msg .head .ico:before { content:""; display:block; width:80px; height:80px; background:url(/Admin/static/images/ico.png) 0 -180px no-repeat; }
.index-msg .head .ico:after { content:""; position:absolute; left:50%; margin-left:-6px; top:70px; width:12px; height:12px; background:url(/Admin/static/images/ico.png) -264px -45px no-repeat; }
.index-msg .head .ico-user:before { background-position:-160px -180px; }
.index-msg .head .ico-order:before { background-position:-80px -180px; }

.index-msg .number { height:60px; padding:75px 0 0; text-align:center; font-size:36px; font-weight:700; color:#333; }
.index-msg .list { height:100px; border-top:1px solid #ddd; margin:0 30px; padding:10px 0; }
.index-msg .list dd { height:24px; line-height:24px; position:relative; }
.index-msg .list span { position:absolute; right:0; top:0; height:20px; line-height:20px; padding:0 10px; background:#e64652; color:#FFF; border-radius:3px; font-size:12px; }
.index-msg .list dd:nth-child(even) span { background:#ca3440; }

.index-chart { width:100%; padding-bottom:3%; }
.index-chart .row { float:right; width:48.5%; height:360px; background:#FFF; border-radius:5px 5px 0 0; }
.index-chart .row:first-child { float:left; }
.index-chart .head { height:40px; line-height:40px; background:#c81623; color:#FFF; border-radius:5px 5px 0 0; }
.index-chart .head:before { content:""; display:inline-block; vertical-align:middle; width:40px; height:40px; background:url(/Admin/static/images/ico.png) 0 0 no-repeat; margin-left:10px; }
.index-chart .head.ico-order:before { background-position:-120px -40px; }
.index-chart .head.ico-user:before { background-position:-200px -40px; }
.index-chart .main { margin:0 10px; }
.index-chart .tab { width:100%; padding:30px 0 0; height:24px; margin:0 0 20px; overflow:hidden; }
.index-chart .tab dd { float:left; width:; height:24px; line-height:24px; padding:0 10px; cursor:pointer; }
.index-chart .tab dd.cur { background:#c81623; color:#FFF; }
.index-chart .chart { width:100%; height:200px; }
.index-chart .title { height:34px; line-height:34px; text-align:center; color:#c81623; font-weight:700; }








/******************************
 **  商品分类
 ******************************/

.classify-menu { width:100%; height:; overflow:hidden; margin-bottom:10px; }
.classify-menu dd { float:left; width:90px; height:30px; line-height:30px; text-align:center; margin:0 20px 0 0; cursor:pointer; background:#e64652; color:#FFF; display:none; }
.classify-menu dd.add { display:block; }
.classify-menu dd.add:hover { background:#ca3440; }

.classify-column { width:100%; padding:10px 0 10px 15px; }
.classify-column .sub { float:left; width:20px; height:20px; background:url(/Admin/static/images/ico.png) 0 0 no-repeat; cursor:pointer; margin-right:10px; _display:inline; }
.classify-column .sub-show { background-position:-300px -60px; }
.classify-column .sub-show:hover { background-position:-300px -40px; }
.classify-column .sub-hide { background-position:-280px -60px; }
.classify-column .sub-hide:hover { background-position:-280px -40px; }
.classify-column .title { float:left; width:115px; height:20px; line-height:20px; }
.classify-column .subtitle { margin-left:35px;  padding-left:60px; background:url(/Admin/static/images/rep-sub.png) left center no-repeat; }
.classify-column .order { float:left; width:50px; height:18px; line-height:18px; text-align:center; border:1px dashed #cecece; }
.classify-column .order:focus { border:1px solid #c81623; }

/*新增12.14*/
.product-list .order { float: left; width: 50px; height: 18px; line-height: 18px; text-align: center; border: 1px dashed #cecece; }
.product-list .order:focus { border: 1px solid #c81623; }

.tab-title { height: 39px; width: auto; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd; margin: 30px 50px -1px 15px; }
.tab-title span { width: 80px; float: left; height: 38px; border-top: 1px solid #ddd; border-right: 1px solid #ddd; text-align: center; line-height: 38px; font-size: 14px; color: #666; cursor: pointer; }
.tab-title a { display:block; }
.tab-title span.cur { border-top: 2px solid #b1191a; background-color: #fff; }
.container.confix{ padding-top: 70px; }
.tab-title.tabfix{ position: fixed;  top:20px; left: 130px; z-index: 999; background: #fff;}
.tab-title .recyBin{ font-size: 12px; float: right; padding-top: 10px; }
.tab-title .recyBin s{ width: 16px; height: 18px; margin-right: 3px; display: inline-block; vertical-align: middle; font-size: 12px;background: url(/Admin/static/images/ico.png) -278px -297px no-repeat;  }

.path-title { height:70px; margin:0 50px -1px 50px; overflow:hidden; }
.path-title h2 { height:16px; line-height:16px; border-left:3px solid #e64652; padding:0 0 0 10px; margin:12px 0 0 0; float:left; }

.product-list .link { color:#ddd; }
.product-list .link a { color: #b1191a; margin:0 3px; }
.product-list .link a:hover { text-decoration: underline; }
.form_reset { width: 200px; height: 40px; background: #999; color: #fff; display: block; /* margin: 0 auto 0 270px; */
border: 0; font-size: 16px; cursor: pointer; position: relative; top: 50px; float: left; }
.form_reset:hover { background: #666; }

/******************************
 **  商品类型
 ******************************/

.form-tag { display:inline-block; border:1px solid #F00; color:#F00; padding:5px 15px 5px 5px; font-size:12px; margin:0 0 20px 90px; }
.form-tag:before { content:""; width:20px; height:20px; background:url(/Admin/static/images/ico.png) -240px -20px no-repeat; display:inline-block; vertical-align:-5px; margin-right:5px; }
.ig-colink { padding:5px 10px; color:#c81623; }
.ig-colink:hover { text-decoration:underline; color:#b1191a; }
.ig-sort-up, .ig-sort-down { display:inline-block; vertical-align:middle; width:40px; height:40px; background:url(/Admin/static/images/ico.png) -160px -80px no-repeat; overflow:hidden; text-indent:-99em; }
.ig-sort-down { background-position:-200px -80px; }
.ig-sort-up:hover, .ig-sort-down:hover { opacity:0.8; }
.ig-txt { width:100px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; text-align:center; }
.ig-txt:focus { border-color:#c81623; background:#fefefe; box-shadow:0 1px 1px rgba(0,0,0,0) inset; }
.ig-group-del { width:100%; padding:10px 0 0; }
.ig-group-del .item { float:left; height:28px; line-height:28px; border:1px dashed #ddd; background:#FFF; padding:0 30px 0 10px; margin:0 10px 10px 0; position:relative; }
.ig-group-del a { position:absolute; right:4px; top:4px; width:20px; height:20px; background:url(/Admin/static/images/ico.png) -280px -80px no-repeat; cursor:pointer; overflow:hidden; text-indent:-99em; }
.ig-group-del a:hover { background-position:-280px -100px; }
.ig-group-del .item:hover { border-color:#c81623; color:#c81623; }

.type-add { width:auto; padding:20px; }
.type-add > .head { width:160px; height:40px; line-height:40px; background:#b1191a; color:#FFF; border-radius:3px; font-size:16px; text-align:center; margin-bottom:20px; }
.type-add .submit { height:30px; background:#e64652; color:#FFF; border-radius:1px; font-size:14px; border:0; padding:0 10px; cursor:pointer; }
.type-add .submit:hover { background:#ca3440; }

.type-ads { width:auto; padding:20px; }
.type-ads > .head { width:160px; height:40px; line-height:40px; background:#b1191a; color:#FFF; border-radius:3px; font-size:16px; text-align:center; margin-bottom:20px; }
.type-ads .submit { height:30px; background:#e64652; color:#FFF; border-radius:1px; font-size:14px; border:0; padding:0 10px; cursor:pointer; }
.type-ads .submit:hover { background:#ca3440; }
.type-ads .tc_close { color:#999; border: 1px solid #ccc; width:22px; height:22px; border-radius:50%; background:#EEE; font-size:12px; line-height:22px; position:absolute; right:10px; top:14px; cursor:pointer;}
#Type-add .type-ads{width:498px; height:418px; border:1px solid #e3e8ec; background:#fff; padding:0; position:fixed; top:50%; margin-top:-210px; left:50%; margin-left:-250px; text-align:center; display:none; z-index:999;}
#Type-add .type-ads .title{ height:48px; line-height:48px; background:#f5f6fa; padding:0 20px;}
#Type-add .type-ads .part1 { padding:20px 30px;}
#Type-add .type-ads .part1 .box_main {width:100%; overflow:hidden; }
#Type-add .type-ads .part1 .box_main .head2{ float:left; width:90px; text-align:right; height:30px; line-height:30px;}
#Type-add .type-ads .part1 .box_main input{ float:left; margin:0; padding:0; width:206px; height:28px; line-height:28px; border:1px solid #dddddd; margin-left:35px;}
#Type-add .type-ads .part1 p{ line-height:35px; text-align:center; color:#979797; border-bottom:1px solid #eeeeee;}
#Type-add .type-ads .part1 .box_main textarea{ float:left; margin:0; padding:0; width:206px; height:80px; line-height:1.2em; border:1px solid #dddddd; margin-left:35px;}
#Type-add .type-ads .form-checkbox{ margin:0; overflow:hidden;height:30px; line-height:30px; margin-bottom:20px;}
#Type-add .type-ads .part1 .ig-checkbox{ float:left; margin-left:35px;}
#Type-add .type-ads .submit{ display:inline-block; width:80px; height:30px; line-height:30px; text-align:center;}
#Type-add .type-ads #box_type_close,#Type-add .type-ads #box_type_close2{ display:inline-block; width:78px; height:29px; line-height:29px; text-align:center; background:#f7f7f7; border:1px solid #e5e5e5; cursor:pointer; font-size:14px;}
#Type-add .type-ads #box_type_close:hover,#Type-add .type-ads #box_type_close2:hover{ background:#fff;} 


#attributeBox .ig-txt{ background: #ebebe4; border: 1px dashed #cecece; box-shadow: 0; }
#attributeBox tr td{ position: relative; }
#attributeBox tr td:first-child:before{ content: "\20"; display: block; position: absolute; left: 50%; margin-left: -55px; top: 16px; width: 100px; height: 28px; padding: 0 5px;  }

#standardBox .ig-txt{ background: #ebebe4; border: 1px dashed #cecece; box-shadow: 0; }
#standardBox tr td{ position: relative; }
#standardBox tr td:first-child:before{ content: "\20"; display: block; position: absolute; left: 50%; margin-left: -55px; top: 16px; width: 100px; height: 28px; padding: 0 5px;  }

/******************************
 **  商品列表
 ******************************/

.product-filter { width:auto; margin-bottom:10px; float: right; }
.product-filter dd { float:left; height:30px; line-height:30px; margin:0 20px 10px 0; padding:0 0 0 0; position:relative; _display:inline; }
.product-filter dd .head { float:left; height:30px; line-height:30px; text-align:right; }
.product-filter dd .txt { float:left; width:100px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.product-filter dd .select { float:left; max-width:150px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.product-filter dd .txt:focus, .product-filter dd .select:focus { border-color:#aaa; background:#fefefe; box-shadow:0 1px 1px rgba(0,0,0,0) inset; }
.product-filter dd .tp { float:left; }
.product-filter dd span.tp { padding:0 5px; }
.product-filter dt { float:left; }
.product-filter dt .submit { font-size: 12px; line-height: 12px; padding: 8px 16px; border: 1px solid #dddddd; background: #f7f7f7;  cursor:pointer; }
.product-filter dt .submit:hover { background:#ffffff; }
.product-filter dt .submit.disable{ background: #f7f7f7; color: #cccccc; }
/*add*/
.product-filter-pro{ background: #fbfbfb; padding: 10px 20px 15px; float: none; }
.product-filter-pro .head{ width: 68px; text-align: right; margin-right: 10px; }
.product-filter-pro dd .txt{ width: 58px; }
.product-filter-pro dd .select{ max-width: 168px; }

.copycss{ padding: 0; margin: 0; width: 80px; height: 28px; line-height: 28px; color: #666; border: 1px solid #d4d4d4; background: #f7f7f7; cursor: pointer;}

table.product-list { width:100%; background:#FFF; text-align:center; }
table.product-list thead { background: #F6F7FC; overflow: hidden; color: #666; font-size: 14px; border:1px solid #ddd; }
table.product-list thead td { padding:10px; line-height: 14px; }
table.product-list thead td.reload s{ width: 15px; height: 12px; display: inline-block; vertical-align: middle;  background:url(/Admin/static/images/i-m-88.png) no-repeat 70% 50%;}
table.product-list thead td.reup s{ width: 15px; height: 12px; display: inline-block; vertical-align: middle;  background:url(/Admin/static/images/i-m-88-up.png) no-repeat 70% 50%;}
table.product-list thead td.redown s{ width: 15px; height: 12px; display: inline-block; vertical-align: middle; background:url(/Admin/static/images/i-m-88-down.png) no-repeat 70% 50%;}
table.product-list tbody tr { height: 40px; overflow: hidden; border:1px solid #ddd; }
table.product-list tbody td { height:40px; line-height:40px; overflow: hidden; white-space: nowrap; padding:0 5px; }
table.product-list tfoot tr { border:1px solid #ddd; line-height:30px; }
table.product-list tbody tr:hover { background:#f9f9f9; }

table.product-list tbody .firstH:hover{ background: none !important; }
table.product-list tfoot { background: #fff; }
table.product-list-img tbody td{ height: auto; line-height: auto; padding: 30px 0px; }
#bookingproduct_css table.product-list-img tbody td{ padding: 0;}
table.product-list-img tbody tr{  padding: 0 10px; overflow: visible; }
table.product-list-img .ig-checkbox{ margin:0 10px 0 10px; }
table.product-list-img .link{ white-space:normal; width: 300px; margin-left: 20px; line-height: 16px; height: 32px; text-align: left; position: relative; }
table.product-list-img .penIcon{ width: 16px; height: 16px; position: absolute; display: none; right: 15px; bottom: 0px; cursor: pointer; background: url(/Admin/static/images/ico.png) -380px -296px no-repeat; }

table.product-list-img .tc{ width: 300px; position: absolute; left: 0; top: 0; z-index: 10; display: none; }
table.product-list-img .tc textarea{ width: 284px; height: 24px; line-height: 16px; padding:2px 5px; border: 1px solid #ddd; resize: auto; }
table.product-list-img .tc .pbtn{ width:50px; height: 20px; line-height: 20px; cursor: pointer; background: #c81622; text-align: center; color: #fff; border: 1px solid #a60a0d; display: block; float: right; margin-right: 3px; }
table.product-list-img .link .pnum{ position: absolute; right: 0; top: -20px; color: #999; }
table.product-list-img .link .pnum span{ color: #c81622; }
table.product-list-img tr:hover .penIcon{ display: block; }
table.product-list-img .pPrice{ position: relative; overflow:visible}
table.product-list-img .pPrice .penIcon{ bottom:auto; top: 50%; margin-top: -8px; right: 0; margin-top:1px\9\0; }
table.product-list-img .pPrice .tc{ position:absolute; width:225px;top: 20%; left:20%; text-align: center; background:#fff; border:1px solid #dfdfdf; padding:25px 0; overflow:hidden}
table.product-list-img .pPrice .tc .tc_close { color:#fff; width:16px; height:16px; border-radius:50%; background:#a1a1a1; font-size:12px; line-height:16px; position:absolute; right:10px; top:10px; cursor:pointer;}
table.product-list-img .pPrice .tc ul li { overflow:hidden;height:24px; margin-bottom:10px}
table.product-list-img .pPrice .tc label{ display:inline-block; float:left; width:91px; padding-left: 6px; text-align:right;line-height: 24px; height: 24px; overflow: hidden; margin-right: 6px; }
table.product-list-img .pPrice .tc .first label{ color:#ff8c53 }
table.product-list-img .pPrice .tc label a { color:#2665cf}
table.product-list-img .pPrice .tc input{ width: 66px; margin: 0 auto; height: 22px; display:inline-block; line-height: 22px; border: 1px solid #ddd; background: #fff; float:left;}
table.product-list-img .pPrice .tc .pbtn{ display: inline-block;float:left}
table.product-list-img .pPrice .tc.abc{ top: auto; bottom: 20%; }

table.product-list-img .pPrice .tc-d{ width: 95px; border: 0; background: none; }
table.product-list-img .pPrice .tc-d .tc_close{ display: none; }
table.product-list-img .pPrice .tc-d label{ display: none;  }
table.product-list-img .pPrice .tc-d .first{ margin-bottom: 1px; }
table.product-list-img .pPrice .tc-d .first input{ width: 72px; position: absolute; left: 0; top:18px; }
table.product-list-img .pPrice .tc-d .pbtn{ margin-left: 10px; }

table.product-list-img .icolist{ width: 200px; height: 18px; text-align: left; padding-left: 20px; line-height: 16px; position: relative; z-index: 20; }
table.product-list-img .icolist s{ width: 16px; height: 18px; margin-right: 5px; display: inline-block; background: url(/Admin/static/images/ico.png) -317px -296px no-repeat; }
table.product-list-img .icolist .s1{ cursor: pointer; }
table.product-list-img .icolist .s2{ background-position:-348px -295px; }
table.product-list-img .icolist img{ width: 90px; height: 90px; border: 5px solid #fff; display: block; position: absolute; left: -20px; bottom: 20px;  display: none; background: #fff; }


table.product-list-img .imgCz{ position: relative; overflow: visible; padding-right: 12px; }
table.product-list-img .imgCz .pmore:hover{ background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.4); }
table.product-list-img .imgCz .pmore:after{ width: 0; height: 0; content: "\20"; margin-left: 6px; display: inline-block; border-top: 5px solid #c81622; border-left: 4px solid transparent; border-right: 4px solid transparent;  }
table.product-list-img .imgCz .list{ width: 90px;border: 1px solid #eee; z-index: 110; text-indent: 12px; background: #fff; line-height: 24px; text-align: right; position: absolute; right:0px;top: 50%; margin-top: 12px; display: none; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,.3); }
table.product-list-img .imgCz .list a{  padding: 0 15px 0 10px;  color: #c81622; display: block; text-align: left; }
table.product-list-img .imgCz .list a:hover{ background: #f6f7fc; }

table.user-add-list .imgCz{ position: relative; overflow: visible; padding-right: 12px; }
table.user-add-list .imgCz .pmore:hover{ background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.4); }
table.user-add-list .imgCz .pmore:after{ width: 0; height: 0; content: "\20"; margin-left: 6px; display: inline-block; border-top: 5px solid #c81622; border-left: 4px solid transparent; border-right: 4px solid transparent;  }
table.user-add-list .imgCz .list{ width: 90px;border: 1px solid #eee; z-index: 110; text-indent: 12px; background: #fff; line-height: 24px; text-align: right; position: absolute; right:12px; margin-right: 12px; top: 50%; margin-top: 12px; display: none; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,.3); }
table.user-add-list .imgCz .list a{  padding: 0 15px 0 10px;  color: #c81622; display: block; text-align: left; }
table.user-add-list .imgCz .list a:hover{ background: #f6f7fc; }

table.link-add-list .imgCz{ position: relative; overflow: visible; padding-right: 12px; }
table.link-add-list .imgCz .pmore:hover{ background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.4); }
table.link-add-list .imgCz .pmore:after{ width: 0; height: 0; content: "\20"; margin-left: 6px; display: inline-block; border-top: 5px solid #c81622; border-left: 4px solid transparent; border-right: 4px solid transparent;  }
table.link-add-list .imgCz .list{ width: 90px;border: 1px solid #eee; z-index: 110; text-indent: 12px; background: #fff; line-height: 24px; text-align: right; position: absolute; left: 50%; top: 50%; margin-left: -7px; margin-top: 12px; display: none; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,.3); }
table.link-add-list .imgCz .list a{  padding: 0 15px 0 10px;  color: #c81622; display: block; text-align: left; }
table.link-add-list .imgCz .list a:hover{ background: #f6f7fc; text-decoration: none; }

table.ship-add-list .imgCz{ position: relative; overflow: visible; padding-right: 12px; }
table.ship-add-list .imgCz .pmore:hover{ background: #fff; box-shadow: 0 0 2px rgba(0,0,0,.4); }
table.ship-add-list .imgCz .pmore:after{ width: 0; height: 0; content: "\20"; margin-left: 6px; display: inline-block; border-top: 5px solid #c81622; border-left: 4px solid transparent; border-right: 4px solid transparent;  }
table.ship-add-list .imgCz .list{ width: 90px;border: 1px solid #eee; z-index: 110; text-indent: 12px; background: #fff; line-height: 24px; text-align: right; position: absolute; left: 50%; top: 50%; margin-left: -7px; top: 50%; margin-top: 12px; display: none; background: #fff; box-shadow: 1px 1px 2px rgba(0,0,0,.3); }
table.ship-add-list .imgCz .list a{  padding: 0 15px 0 10px;  color: #c81622; display: block; text-align: left; }
table.ship-add-list .imgCz .list a:hover{ background: #f6f7fc; text-decoration: none; }


/*.scan-img { width:90px; height:90px; overflow:hidden; border:1px solid #d0d0d0; margin:0 auto; }
.scan-img img { width:100%; height:100%; }*/
.scan-img { width:50px; height:50px; vertical-align: middle; overflow:hidden; border:1px solid #d0d0d0; margin:0 auto; }
.scan-img img { width:100%; height:100%; }
.ico-scan { width:40px; height:40px; background:url(/Admin/static/images/ico.png) -120px -80px no-repeat; overflow:hidden; text-indent:-99em; cursor:pointer; }
.ico-scan:hover { opacity:0.5; }
table.product-list tbody tr:hover .link { text-decoration:none; color:#ca3440; }
table.product-list tbody tr:hover .scan-img { border-color:#ca3440; }

table.product-list .button { float:left; height:30px; line-height: 30px; padding:12px 0 12px 10px;white-space:normal; }
table.product-list tfoot .ig-checkbox { float:left; margin:0 10px 0 6px; }
table.product-list .button-1 { float:left; height:28px; line-height:28px; padding:0 15px; background:#FFF; border:1px solid #ddd; border-radius:1px; margin-right:5px; }
table.product-list .button-1:hover { border-color:#b1191a; }
table.product-list .button-2 { float: left; font-size: 12px; line-height: 12px; margin-right: 5px; padding: 8px 16px; border: 1px solid #dddddd; background: #f7f7f7;  cursor:pointer; }
table.product-list .button-2:hover {  background:#ffffff;  }
table.product-list .button-2.disable{ background: #f7f7f7; color: #cccccc; }

table.product-list .button-3 { float: left; font-size: 12px; line-height: 12px; padding: 8px 16px; border: 1px solid #dddddd; background: #f7f7f7;  cursor:pointer; }
table.product-list .button-3:hover { background:#ffffff; }
table.product-list .button-3.disable{ background: #f7f7f7; color: #cccccc; }

.pager { float:right; padding:12px 10px 12px 0; text-align: center; }
.pager span, .pager a{ float:left; height:30px; line-height:30px; border:1px solid #ddd; margin-right:-1px; _display:inline; padding:0 14px; position:relative; z-index:1; }
.pager span { cursor:no-drop; }
.pager span:first-child { border-color:#FFF; cursor:default; }
.pager span.cur { border:1px solid #c81622; background:#c81622; color:#FFF; }
.pager span.cur + * { border-left-color:#c81622;}
.pager .pnum{ width: 30px; height:30px; text-align: center; line-height:30px; border: 1px solid #ddd; display: inline; z-index: 1; margin-left: 5px; display: inline; }
.pager em{ font-style: normal; margin-left: 6px; }
.pager a:hover { border-color:#c81622; z-index:2; }
/*checkbox*/
.ig-checkbox { display:inline-block; width:auto; height:30px; line-height:30px; padding-left:20px; cursor:pointer; position:relative; vertical-align:middle; }
.ig-checkbox input { border:1px solid #ddd; background:#FFF; opacity:0; filter:Alpha(opacity=0); position:absolute; left:0; top:10px; }
.ig-checkbox:before { content:""; width:14px; height:14px; background:url(/Admin/static/images/ico.png) -263px -23px no-repeat #FFF; box-shadow:0 0 1px #666 inset; position:absolute; left:0; top:8px; cursor:pointer; }
.ig-checkbox.checked,.ig-checkbox:hover { color:#a00405; }
.ig-checkbox:hover:before { background-position:-283px -23px; }
.ig-checkbox.checked:before { background-position:-303px -23px; }
/*radio*/
.ig-radio { display:inline-block; width:auto; height:30px; line-height:30px; padding-left:20px; cursor:pointer; position:relative; vertical-align:middle; }
.ig-radio input { border:1px solid #ddd; background:#FFF; opacity:0; filter:Alpha(opacity=0); position:absolute; left:0; top:10px; }
.ig-radio:before { content:""; width:14px; height:14px; background:url(/Admin/static/images/ico.png) -283px -3px no-repeat #FFF; position:absolute; left:0; top:8px; cursor:pointer; }
.ig-radio.checked,.ig-radio:hover { color:#a00405; }
/*.ig-radio:hover:before { background-position:-283px -23px; }*/
.ig-radio.checked:before { background-position:-303px -3px; }

/** 顶部按钮组 **/
.add-button { right: 50px; top: 50px; height: 30px; float: left; margin-bottom: 15px; }
.add-button a { display: inline-block; margin: 0 10px 0 0; width:80px; height: 30px; line-height: 30px; vertical-align: middle; background: #c81623; color: #FFF; text-align:center; font-size: 14px; border-radius:2px; }
.add-button a:hover { background:#b1191a; }

/******************************
 **  添加商品
 ******************************/
#product-add .form-row {
    padding:0;
}
#product-add .form-row .head {
    position:relative;
    left:0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin-right: 18px;
    font-weight: normal;
    font-size: 12px;
    float: left;
    }

#product-add .form-upload { float:right; margin-top:20px; margin-right:10%;}
.product-container { width:auto; margin:0 15px 0 15px; padding:70px 0 50px; }
.product-container-border { border:1px solid #ddd; padding:40px 50px 90px 50px; }
.product-container-mt70{ margin-top: 70px; }
.product-container-border:after { content:''; display:block; clear:both; }
#Type-add .product-container{padding:0}
#Type-add .product-head {line-height:1em; text-align:left; border-left:2px solid #c81623; height:1em; font-size:14px; margin:25px 0 20px; padding-left:10px}


.product-row { padding:0px 0 40px 0; position:relative;  }
#Type-add .product-row{ padding:45px 50px; border:1px solid #dddddd}
/*.product-row:first-child { display:block; }*/
.product-row:last-child { }
.product-tip { width:64px; height:64px; line-height:64px; text-align:center; position:absolute; left:-32px; top:-8px; background:url(/Admin/static/images/ico.png) -248px -189px no-repeat; font-family:"Agency FB"; font-size:40px; color:#333; }
.product-head { height:60px; line-height:50px; font-size:16px; font-weight: bold;  }
.product-head a { font-size:14px; }
.product-main { width:100%; font-size:12px; }

.product-container-add{ padding:20px 35px 60px 35px; }
.product-container-add .product-head{ font-size: 14px; }
.product-container-add .form-checkbox .ig-checkbox{ margin-right: 12px; }
/***********
 * form-row        : 单项目
 * form-group      : 项目组
 * form-upload     : 图片上传
 * form-colpick    : 颜色选择器
 * form-submit     ： 确认按钮
 * form-checkbox   ： 多选块
 **********/

.form-row { float:left; min-height:30px; line-height:30px; position:relative; margin-bottom:10px; clear:both;padding: 0 0 0 90px;}
.form-row:after { content:''; display:block; clear:both; }
.form-row .head {position: absolute;left: -10px;top: 0;width: 80px; text-align: right;white-space: nowrap;} 
#Type-add .form-row .head{ text-align:left; left:0;}
.form-row .txt, .form-row .text { float:left; width:250px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; margin-right:10px; }
.form-row .text { height:80px; line-height:20px; }
.form-row .select,.form-row select { float:left; width:200px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.form-row .txt:focus, .form-row .text:focus, .form-row .select:focus { border-color:#aaa; background:#fefefe; box-shadow:0 1px 1px rgba(0,0,0,0) inset; }
.form-row .icon { float:left; margin-right:10px; }
.form-row table input + label { margin-right:15px; }
.form-row > span { float:left; margin-right:10px; }
.form-row table{ border: 0px;  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset; }
.form-row table td{ border: 1px solid #ddd; padding: 4px; text-align: center; position: relative;  }
.form-row table td input + span{ display: none; height: 0; }
.form-row table .txt, .form-row table .text{ width: auto; border: 0px; text-align: center; margin-right: 0px; padding:0px; box-shadow: none; }
.form-row table td #ctl00_ContentPlaceHolder_ctl04{ display: none; }
// ,.form-row table td #ctl00_ContentPlaceHolder_ctl01


.product-row[md='cell-2'] .form-row { float:left; clear:none; min-width:300px; } /* 订单栏目 */


.form-foot .form-submit, .form-foot .form-cancel { float:left; margin:10px 20px 0 0 !important; }
.form-foot { height:50px; background:none; padding:0 !important; margin:0 50px 0 190px; !important; position:relative; top:-75px; }
.container .btnfix{ position: fixed; float: none !important;  margin:0 !important; padding: 50px 0 !important; background: #f3f3f3;  bottom:0px; left: 0; top: auto; z-index: 999; border-top: 1px solid #bbbbbb; }
.container .btnfix input.form-submit{ width: 92px; height: 36px; line-height: 36px; text-align: center; border-radius: 2px; background: #c81622; float: none !important; margin: 0 auto; }
.form-submit, .form-cancel { width:80px; height:30px; margin:0 auto !important; background:#c81623; color:#fff; border-radius:2px; display:block; border:0; font-size:16px; cursor:pointer; }
.form-submit:hover { background:#b1191a; }
.form-cancel { background:#f7f7f7; color:#666; }
.form-cancel:hover { background:#fafafa; }


.form-colpick { width:100px; text-align:center; border-radius:3px; color:#FFF; cursor:pointer; }
.form-colpick:hover {  }

/*.form-upload { float:left; width:80px; height:30px; border-radius:3px; background:#ddd; cursor:pointer; position:relative; overflow:hidden; margin-right:10px; }*/
.form-upload iframe { width:280px; height:30px; opacity:0; filter:Alpha(opacity=0); cursor:pointer; position:relative; left:-90px; z-index:2; }
.form-upload:before { content:'图片上传'; position:absolute; left:0; top:0; z-index:0; width:100%; height:28px; line-height:28px; text-align:center; }
/*.form-upload:hover { background:#e64652; color:#FFF; }*/
.form-file { height:30px; cursor:pointer; }

.form-upload{ float:left; width: 80px; height: 28px; line-height: 28px; background: #f7f7f7; border: 1px solid #d4d4d4; color: #666; cursor: pointer; margin-right:10px; overflow:hidden;  cursor:pointer; position:relative;}
.form-upload:hover{ background: #fff; }
.form-upload.disable{ background: #f7f7f7; color: #cccccc; }


.form-cut { width: 64px; height: 30px; overflow: hidden; display: inline-block; position: relative; cursor: pointer; background: #e64652; border: 1px solid #c81623; border-radius: 3px; color: #FFF; vertical-align:middle; margin-right:10px; }
.form-cut:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }

.form-group { width:600px; }
.form-group > * { float:left; width:190px; clear:none; }

.form-checkbox { margin-bottom:20px; }
.form-checkbox .head { height:30px; line-height:30px; border-bottom:2px solid #aaa; font-size:14px; font-weight:700; }
#Type-add .form-checkbox .head{ overflow:hidden; line-height:20px; height:25px; border:none;}
#Type-add .form-checkbox .head label{ float:left; font-size:12px; font-weight:normal; width:80px;}
#Type-add .form-checkbox .head ul{ float:left; margin-left:10px;}
#Type-add .form-checkbox .head ul li{ float:left; font-size:12px; font-weight:normal; width:20px; height:25px; line-height:20px; cursor:pointer; text-align:center; color:#c81624}
#Type-add .form-checkbox .head ul li.on{ background:url(/Admin/static/images/lilist.jpg) no-repeat center; color:#fff}
#Type-add .form-checkbox .head ul li.no{ color:#cccccc}
#Type-add .form-checkbox .label_box{ border:1px solid #dddddd; margin-left:90px; padding:13px; margin-top:5px;}
#Type-add .form-checkbox .label_shose{border:1px solid #dddddd; border-top:none; background:#f2f2f2; margin-left:90px; padding:13px; overflow:hidden;}
#Type-add .form-checkbox .label_shose label{ float:left; color:#c81624}
#Type-add .form-checkbox .label_shose ul{ float:left;}
#Type-add .form-checkbox .label_shose ul li{ float:left; margin-right:8px;}
#Type-add #btn,#Type-add #btn2{ width:56px; height:28px; line-height:28px; text-align:center; border:1px solid #dddddd; background:#f7f7f7; cursor:pointer;}
#Type-add #btn:hover,#Type-add #btn2:hover{ background:#fff}

.form-checkbox .title { height:30px; line-height:30px; }
.form-checkbox .main { margin-bottom:10px; }
.form-checkbox .ig-checkbox { display:inline-block; min-width:50px; height:30px; line-height:30px; margin-right:20px; padding-left:20px; cursor:pointer; position:relative; }
.form-button > a {float: left;font-size: 12px;line-height: 12px;padding: 8px 16px;border: 1px solid #dddddd;background: #f7f7f7;cursor: pointer; margin-right:10px; color:#666}
.form-button > a:hover { background:#fff; color:#666}

.content-box { width:100%; }
.content-box .tab { float:left; width:auto; position:relative; z-index:1; margin-bottom:10px; border-radius:3px; }
.content-box .tab li { float:left; padding:0 30px; height:30px; line-height:30px; background:#FFF; border:1px solid #ddd; cursor:pointer; font-size:14px; margin-right:-1px; }
.content-box .tab li:first-child { border-radius:3px 0 0 3px; }
.content-box .tab li:last-child { border-radius:0 3px 3px 0; }
.content-box .tab li:hover { background:#f9f9f9; }
.content-box .tab li.cur { background:#f0f0ee; }
.content-box .main { width:100%; min-height:400px; clear:both; border:1px solid #ddd; }



.upload-tag { width:100%; height:20px; line-height:20px; margin-bottom:20px; margin-left: 20px; }
.upload-tag span.red { display:inline-block; border:1px solid #F00; color:#F00; padding:0 5px; font-size:12px; }

.form-table { background:#FFF; text-align:center; }
.form-table thead { background:#aaa; border:1px solid #aaa; border-radius:3px 3px 0 0; overflow:hidden; color:#FFF; font-size:14px; }
.form-table tbody tr, .form-table tfoot tr { border:1px solid #ddd; line-height:25px; }
.form-table tbody tr:hover { background:#f9f9f9; }

.form-relink { width:720px; clear:both; padding:10px 0 0; }
.form-relink .all, .form-relink .select { float:left; width:280px; height:300px; font-size:12px; padding:0 5px; border:1px solid #e5e5e5; }
.form-relink .select { float:right; }
.form-relink .button { float:left; width:120px; padding:0 20px; }
.form-relink .button a { display:block; width:100%; background:#ddd; text-align:center; height:30px; line-height:30px; border-radius:3px; margin-bottom:10px; position:relative; top:80px; font-size:12px; }
.form-relink .button a:hover { background:#e64652; color:#FFF; }
.form-relink .button font { font-family:"宋体"; }

.form-nohead { padding-left:0; }

.form-select-txt { float:left; width:200px; height:26px; line-height:26px; border:1px solid #ddd; padding:0 5px; margin:0 30px 0 0; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.form-select-submit, .form-button2, .form-button3 { float:left; width:118px; height:28px; line-height:28px; border:0; background:#ddd; border-radius:3px; cursor:pointer; font-size:14px; }
.form-button2 { float:none; width:88px; display:inline-block; text-align:center; margin-left:10px; }
.form-button3 { float:left; width:88px; text-align:center; margin:0 12px 0 90px; }
.form-select-submit:hover, .form-button2:hover, .form-button3:hover { background:#e64652; color:#FFF; }
.form-select-txt:focus, .form-text .text:focus, .form-select2 .select:focus, .form-select .select:focus, .form-txt .txt:focus, .form-txt2 .txt:focus, .form-text .txt:focus { border-color:#999; background:#fff; box-shadow:0 1px 1px rgba(0,0,0,0) inset; }



/* 弹出层 */
.layer-container { padding:15px; }
.layer-container .form-foot { top:0; clear:both; margin:0 0 0 90px; }
.layer-container .form-row-word { margin-bottom:0; }

/*
.form-select, .form-select2, .form-txt, .form-txt2 { float:left; width:300px; line-height:40px; padding:0 0 0 90px; position:relative; margin-bottom:10px; }
.form-select-line, .form-select2-line, .form-txt-line, .form-txt2-line { float:left; width:auto; height:auto; line-height:40px; padding:0 0 0 110px; position:relative; margin-bottom:10px; }
.form-checkbox .head, .form-select .head, .form-txt .head, .form-txt2 .head, .form-text .head, .form-text .head2 { position:absolute; left:-10px; top:0; width:80px; text-align:right; }
.form-select-line .head,.form-txt-line .head{ position:absolute; left:-10px; top:0; width:120px; text-align:right; }
.form-text .head2 { line-height:20px; }
.form-txt .txt, .form-txt2 .txt, .form-select .txt,.form-select-line .txt,.form-txt-line .txt { width:250px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }



.form-txt2 { float:none; width:600px; }
.form-txt2 .txt { float:left; width:400px; }
.form-txt2 .txt.txt-100 { width:100px; }
.form-txt2 .txt.txt-200 { width:200px; }
.form-txt2 .txt.txt-250 { width:250px; }
.form-txt2 .txt.txt-300 { width:300px; }
.form-txt2 .txt.txt-400 { width:400px; }
.form-txt2 .txt.txt-500 { width:500px; }
.form-txt2 .txt.txt-600 { width:600px; }
.form-text { width:600px; height:auto; line-height:40px; padding:0 0 0 90px; position:relative; margin-bottom:10px; clear:both; }
.form-text .text { width:250px; padding:5px; height:160px; line-height:20px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.form-text .text-600 { width:620px; }

.form-select select, .form-select2 select,.form-select-line select { width:200px; padding:0 5px; height:28px; line-height:28px; border:1px solid #ddd; box-shadow:0 1px 1px rgba(0,0,0,0.075) inset; }
.form-select .select-160 { width:160px; }
.form-select span { margin-left:5px; }
.form-select2 { width:180px; height:30px; line-height:30px; padding-left:0; }
.form-select2 .select { width:162px; }







.upload-img { width:100%; overflow:hidden; }
.upload-img .row, .upload-img .button { float:left; width:133px; height:100px; border:1px solid #ddd; overflow:hidden; margin:0 15px 15px 0; _display:inline; cursor:pointer; position:relative; }
.upload-img .row img { display:block; width:100%; height:100%; background:#f9f9f9; }
.upload-img .button:before { content:""; width:20px; height:20px; background:url(/Admin/static/images/ico.png) -260px -80px no-repeat; display:block; position:absolute; left:50%; top:50%; margin-left:-10px; margin-top:-10px; }
.upload-img .row:hover, .upload-img .button:hover { border-color:#c81623; background:#fefefe; }


*/

/*2016-3-8*/
/* news add product*/
.proIcon{ display: inline-block; vertical-align: middle; background: url(/Admin/static/images/proIcon.png) no-repeat 0 0; }
.threeSelect{ width: 100%; overflow-x: auto; }
.threeSelect .list{ width: 225px; height: 290px; float: left; position: relative;  border: 1px solid #ddd; }
.threeSelect .thSearch{ width:203px; height: 30px; padding-top: 5px; background: #fff; z-index: 10; position: absolute; left: 5px; }
.threeSelect .thSearch .con{ width: 198px; border: 1px solid #ddd; background: #fff; height: 25px; line-height: 25px; font-size: 12px; }
.threeSelect .thSearch .proIcon{ width: 22px; height: 22px; background-position: 0 0; }
.threeSelect .thSearch input{ width: 174px; height: 25px; text-indent: 5px; line-height: 25px; background: none; border: 0px none; }
.threeSelect ul{ width: 210px; height: 255px; padding-top: 35px; overflow-x: hidden; overflow-y: auto; padding-right: 16px; }
.threeSelect li{ line-height: 24px; cursor: pointer; border-bottom: 1px dashed #e9e9e9; padding: 5px 0 5px 20px; width: 100%; }
.threeSelect li:last-child{ border-bottom: 0px; }
.threeSelect li a{ display: block; }
.threeSelect li s.proIcon{ width: 12px; height: 12px; margin: 8px 16px 0 0; float: right; margin-left: 5px;  background-position: -32px 0; }
.threeSelectFinsh{ width: 680px; height: 36px; position: relative; line-height: 36px; margin-top: 15px; text-indent: 40px; background: #FFFAF2; border: 1px solid #FEDBAB; }
.threeSelectFinsh .proIcon{ width: 12px; height: 7px; position: absolute; left: 55px; top: -7px; background-position: -28px -14px; }
.threeBtn{ width:270px; height: 36px; line-height: 36px; border: 0; font-size: 14px; display: block; text-align: center; background: #c81623; color: #fff; cursor: pointer; border-radius: 2px; margin: 20px 0 0 200px; }
.threeBtn.disabled{ cursor: not-allowed; background: #f4f4f4; color: #ccc;  }
 /** 图标类
 ******************************/
.manage-icon { background: url(/Admin/static/images/manage-icon.png) no-repeat; }
.manage-icon-14, .manage-icon-15, .manage-icon-16, .manage-icon-17, .manage-icon-18, .manage-icon-19, .manage-icon-20 { background: url(/Admin/static/images/manage-icon.png) no-repeat; display: block; }
.manage-icon-14 { height: 17px; width: 17px; background-position: -25px 0; }
.manage-icon-15 { height: 63px; width: 63px; background-position: -654px 0; }
.manage-icon-16 { height: 63px; width: 63px; background-position: -717px 0; }
.manage-icon-17 { height: 63px; width: 63px; background-position: -780px 0; }
.manage-icon-18 { height: 63px; width: 63px; background-position: -465px 0; }
.manage-icon-19 { height: 63px; width: 63px; background-position: -528px 0; }
.manage-icon-20 { height: 63px; width: 63px; background-position: -591px 0; }
.manage-icon-10 { display: block; float: left; margin-right: 5px; background: url(/Admin/static/images/manage-icon.png) no-repeat; height: 20px; width: 20px; background-position: -42px 0; }
.message-num { display: inline-block; height: 24px; line-height: 24px; text-align: center; font-style: normal; margin-left: -6px; width: 15px; background: url(/Admin/static/images/manage-icon.png) no-repeat; background-position: -10px 0; }
.manage-icon-1:before, .manage-icon-2:before, .manage-icon-3:before, .manage-icon-4:before, .manage-icon-5:before, .manage-icon-6:before, .manage-icon-7:before, .manage-icon-8:before, .manage-icon-9:before { background-image: url(/Admin/static/images/manage-icon.png); background-repeat: no-repeat; }
.manage-icon-1:before { background-position: -142px 0; }
.manage-icon-2:before { background-position: -262px 0; }
.manage-icon-3:before { background-position: -222px 0; }
.manage-icon-4:before { background-position: -182px 0; }
.manage-icon-5:before { background-position: -382px 0; }
.manage-icon-6:before { background-position: -342px 0; }
.manage-icon-7:before { background-position: -302px 0; }
.manage-icon-8:before { background-position: -62px 0; }
.header .manage-icon-9:before { content: ""; display: inline-block; vertical-align: middle; width: 40px; height: 40px; background-position: -102px 0; }



/******************************
 ** 后台首页
 ******************************/
.home-container { width: 100%; height: 100%; overflow: auto; }
.home-container .home-top {
	/*width: 100%;*/
	height：400px; background-color: #f8f8f8; padding-left: 60px; padding-right: 30px; background: url(/Admin/static/images/manage-index.jpg) right 30px no-repeat #f8f8f8; overflow: hidden; }
.home-container .home-bottom {
	/*width: 100%;*/
	height：400px; padding-left: 60px; padding-right: 30px; background-color: #f0f0f0; overflow: hidden; }
.home-top .home-welcome { padding-top: 30px; height: 20px; line-height: 20px; text-align: left; font-size: 12px; color: #0057bb; }
.home-top .hnjing-logo { height: 40px; margin-top: 18px; margin-bottom: 18px; }
.home-top .update-date { height: 20px; line-height: 20px; text-align: left; font-size: #333333; font-weight: bold; }
.home-top .site-info { margin-top: 15px; padding-top: 10px; width: 248px; border-top: 1px solid #cccccc; }
.site-info p { height: 30px; line-height: 30px; background: url(/Admin/static/images/i-m-12.png) left center no-repeat; padding-left: 20px; font-size: 12px; color: #333; }
.site-info p a { color: #333; }
.site-info p span { font-weight: bold; color: #ff8a00; }
.home-bottom .bottom-title { padding-top: 28px; height: 20px; line-height: 20px; text-align: left; font-size: 14px; font-weight: bold; color: #c81623; }
.home-bottom .bottom-title .edit-btn { font-size: 12px; color: #999999; font-weight: normal; text-decoration : underline; padding-left: 20px; cursor: pointer;/*font-weight: normal;*/
}
.home-bottom .bottom-title .save-btn { display: inline-block; height: 20px; width: 43px; margin-left: 20px; background: url(/Admin/static/images/manage-icon.png) no-repeat; background-position: -422px 0; text-align: center; color: #fff; cursor: pointer; font-weight: normal; }
.quick-nav-list { padding: 10px; }
.quick-nav-list .quick-nav-item { width: 63px; height: 90px; margin: 30px; float: left; position: relative; z-index: 1; }
.quick-nav-list .quick-nav-item i { display:block; width:63px; height:63px; border-radius:50%; overflow:hidden; border:2px solid #c81623; -webkit-transition:all 0.5s linear; }
.quick-nav-list .quick-nav-item:hover i { box-shadow:0 0 0 4px rgba(43, 136, 242, 0.2); -webkit-transform:rotate(360deg); }
.quick-nav-list .quick-nav-item .close-item { background: url(/Admin/static/images/manage-icon.png) no-repeat; display: block; height: 17px; width: 17px; background-position: -25px 0; position: absolute; z-index: 2; top: 1px; right: 1px; cursor: pointer; }
.quick-nav-list .quick-nav-item p { line-height: 37px; height: 37px; text-align: center; color: #c81623; }
.quick-nav-add { float: left; width: 59px; height: 59px; border-radius: 50%; border: 2px solid #bebebe; background: none; position: relative; top: 30px; left: 30px; cursor: pointer; }
.quick-nav-add:before { content: ""; width: 28px; height: 4px; position: absolute; left: 50%; top: 50%; margin: -2px 0 0 -14px; background: #bebebe; }
.quick-nav-add:after { content: ""; width: 4px; height: 28px; position: absolute; left: 50%; top: 50%; margin: -14px 0 0 -2px; background: #bebebe; }
.quick-nav-add:hover { border-color: #ff8a00; box-shadow: 0 0 50px rgba(255,255,255,0.5) inset; }
.quick-nav-add:hover:before, .quick-nav-add:hover:after { background: #ff8a00; }




/* 资助中心 */

.helper-container { position:absolute; left:0; top:0; right:0; bottom:0; background:#fff; overflow:hidden; }
.helper-main { position:absolute; left:0; top:0; right:-30px; bottom:0; background:#fff; }

.help-title { margin-bottom: 50px; }
.help-list { margin: 0 50px 20px 50px; }
.help-list dt { height: 30px; line-height: 30px; font-size: 16px; position: relative; margin-bottom: 10px; }
.help-list dt span { margin-right: 10px; }
.help-list dt .video { position: absolute; right: 0; top: 0; font-size: 14px; background: #2084e0; color: #FFF; line-height: 30px; padding: 0 10px; border-radius: 5px; }
.help-list dt .video:hover { box-shadow: 0 0 1000px rgba(0,0,0,0.2) inset; }
.help-list dd { height: 32px; line-height: 32px; border-bottom: 1px dashed #aaa; }
.help-list dd span { margin-right: 10px; color: #999; }
.help-list dd a { color: #333; }
/* 资助中心 V2 */
.blogList { width: auto; clear: both; margin: 0 50px 0 50px; }
.blogListTitle { width: 100%; height: 38px; line-height: 38px; margin-top: 7px }
.blogListTitle .titleLeft { float: left; width: 5px; height: 100% }
.blogListTitle .titleMiddle { float: left; width: 477px; height: 100%; font-weight: 700 }
.blogListTitle font { float: left; color: #e7161a; font-size: 14px; margin-right: 3px }
.blogListTitle .titleMiddle a { display: block; color: #333b41; text-decoration: none; font-size: 16px; }
.blogListTitle .titleRight { float: left; width: 5px; height: 100% }
.blogListIntro { clear: both; width: auto; height: auto; line-height: 22px; padding: 0 7px 13px 3px; border-bottom: 1px solid #ccc }
.blogListIntro a { color: #0178de; }

/* 数据统计 */
/*
.layout-cnzz-bottom, .layout-cnzz-top { position:fixed; left:180px; top:50px; right:0; height:135px; background:#fcfdff; z-index:999; }
.layout-cnzz-bottom { top:255px; bottom:0; height:auto; }
.layout-cnzz-right, .layout-cnzz-left { position:fixed; left:180px; top:185px; width:100px; height:70px; background:#fcfdff; z-index:999; }
.layout-cnzz-right { left:1030px; width:100%; }
*/

/* 资助中心详情页 */
.page-help { width:100%; height:100%; position:relative; background:#FFF; overflow:hidden; overflow-y:auto; }

.help-article { padding:15px 15px 15px 30px; margin-right:335px; border-right:1px solid #ddd; }
.help-head { border-bottom:2px solid #e5e5e5; position:relative; margin-bottom:20px; }
.help-head h1 { font-size:24px; font-weight:400; line-height:30px; padding:5px 0; }
.help-head .ins { height:35px; line-height:30px; }
.help-head .ins span { color:#666; margin-right:15px; }
.help-head .share { position:absolute; right:0; bottom:5px; height:30px; line-height:30px; overflow:hidden; }
.help-head .share > div { position:relative; left:35px; -webkit-transform:scale(0.65,0.65); -moz-transform:scale(0.65,0.65); -ms-transform:scale(0.65,0.65); transform:scale(0.65,0.65); }

.help-content { padding-bottom:40px; }
.help-keywords { line-height:20px; padding:5px 0; border-top:1px solid #ddd;  border-bottom:1px solid #ddd; margin-bottom:-1px; }
.help-keywords span { margin:0 15px 0 0; }
.help-relink { height:80px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; margin-bottom:20px; }
.help-relink .link { margin:0 220px 0 0; padding:10px 0; height:80px; }
.help-relink .link dd { height:30px; line-height:30px; }
.help-relink .link a {}
.help-relink .share { float:right; width:190px; height:65px; padding:15px 0 0 15px; border-left:1px solid #ddd; }

.help-adv { width:100%; overflow:hidden; margin-bottom:20px; }
.help-adv img { width:100%; }

.help-more { border-top:5px solid #000; padding:10px 0 0; }
.help-more h2 { font-size:18px; line-height:30px; color:#000; margin-bottom:10px; }
.help-more .list { line-height:30px; }
.help-more .list dd { height:30px; overflow:hidden; }
.help-more .list a { padding-left:15px; background:url(/Admin/static/images/ico-news.png) 2px center no-repeat; color:#000; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; }
.help-more .list span { font-size:12px; color:#999; -webkit-transform:scale(0.7,0.7); margin-left:10px; }
.help-more .list a:hover { background:none; padding-left:0; font-weight:700; }

.help-sidebar { float:right; width:320px; height:auto; border-left:1px solid #ddd; margin-right:15px; }
.help-os { border-bottom:1px solid #ddd; padding:15px 0 15px 15px; }
.help-os:last-child { border-bottom:0; }
.help-os h2 { font-size:18px; line-height:30px; color:#000; margin-bottom:10px; }
.help-os .adv { width:100%; overflow:hidden; margin-bottom:10px; }
.help-os .adv img { display:block; width:100%; }
.help-os .list { line-height:30px; }
.help-os .list dd { height:30px; overflow:hidden; }
.help-os .list a { width:100%; padding-left:15px; background:url(/Admin/static/images/ico-news.png) 2px center no-repeat; color:#000; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms; }
.help-os .list a:hover { background:none; padding-left:0; font-weight:700; }

.help-os .list2 { line-height:30px; }
.help-os .list2 dd { height:36px; line-height:36px; overflow:hidden; position:relative; border-bottom:1px solid #ddd; }
.help-os .list2 dd:last-child { border-bottom:0; }
.help-os .list2 a { display:block; width:200px; padding-left:30px; color:#000; }
.help-os .list2 span { font-size:12px; color:#910000; position:absolute; right:0; top:0; }
.help-os .list2 dd:before { content:"1"; width:22px; height:22px; line-height:22px; text-align:center; background:#cacaca; position:absolute; left:0; top:7px; border-radius:50%; color:#FFF; }
.help-os .list2 dd:nth-child(1):before { content:"1"; background:#910000; }
.help-os .list2 dd:nth-child(2):before { content:"2"; background:#910000; }
.help-os .list2 dd:nth-child(3):before { content:"3"; background:#910000; }
.help-os .list2 dd:nth-child(4):before { content:"4"; }
.help-os .list2 dd:nth-child(5):before { content:"5"; }
.help-os .list2 dd:nth-child(6):before { content:"6"; }
.help-os .list2 dd:nth-child(7):before { content:"7"; }
.help-os .list2 dd:nth-child(8):before { content:"8"; }
.help-os .list2 dd:nth-child(9):before { content:"9"; }
.help-os .list2 dd:nth-child(10):before { content:"10"; }
.help-os .list2 a:hover { text-decoration:underline; color:#910000;  }


/******************************
 ** 组件类
 ******************************/

/* 工具 */
.ig-tooltip { width: auto; height: 14px; line-height: 14px; white-space: nowrap; padding: 5px 10px; border-radius: 3px; background: #333; color: #FFF; position: absolute; left: 50px; z-index: 100; visibility: hidden; }
.ig-tooltip:before { content: ""; width: 0; height: 0; border: 5px solid transparent; border-right-color: #333; position: absolute; left: -10px; top: 7px; }


/* 办法提醒 */
.ig-step { width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 999; background: rgba(0,0,0,0.85) !important; background:url(/Admin/static/images/blank.png) center center repeat; overflow: hidden; }
.ig-step .row { display: none; }
.ig-step .row-1 { position: absolute; right: 328px; top: 0; display: block; }
.ig-step .row-2 { position: absolute; left: 0; top: 80px; }
.ig-step .row-3 { position: absolute; left: 180px; top: -2px; }
.ig-step .button { position: absolute; width: 200px; height: 70px; top: 400px; left: 50%; margin-left: -100px; cursor: pointer; }
.ig-step .button:hover { opacity: 0.5; }

/* 通用按钮 */
.ig-button { height:auto; margin:0 25px 0 115px; padding:0 0; clear:both; }
.ig-button .button { display:inline-block; width:90px; height:34px; line-height:34px; text-align:center; background:#ddd; border:0; vertical-align:middle; margin-right:10px; cursor:pointer; font-size:14px; }
.ig-button .submit, .ig-button .reset { width:90px; height:34px; line-height:34px; text-align:center; background:#b1191a; vertical-align:middle; margin-right:10px; border:0; color:#FFF; cursor:pointer; font-size:15px; }
.ig-button .reset { background:#999; }
.ig-button > *:hover { box-shadow:0 0 0 1000px rgba(0,0,0,0.2) inset; }
.ig-button .reset:hover { background:#2a86f0; }
/* 多图上传 */
.form-images { width: auto; padding: 0 0 0 90px; position: relative; overflow:hidden; }
.form-images .head { position: absolute; left: -1px; top: 0; width: 90px; text-align: right; line-height:30px; }

/* 富文本区域 */
.form-content { width: auto; padding: 0 0 0 90px; position: relative; margin-bottom: 10px; overflow:hidden; }
.form-content .head { position: absolute; left: -10px; top: 0; width: 90px; text-align: right; line-height:40px; }
.form-content .main { margin:0 20px 0 0; }

.ig-multigraph { width:100%; overflow:hidden; }
.ig-multigraph .search { width:100%; margin-left: 19px; }
.ig-multigraph .productPhoto { float:left; width:90px; height:90px; border:1px solid #ddd; overflow:hidden; margin:0 5px 5px; position:relative; }
.ig-multigraph .productPhoto .ptitle{ width: 100%; height: 24px; line-height: 24px; display: block; position: absolute; z-index: 10; left: 0; top: 0; text-align: center; color: #fff; background:rgba(0,0,0,.3); }
.ig-multigraph .productPhoto img { margin-left:0; }
.ig-multigraph .productPhoto:hover { border-color:#c81623; }
.ig-multigraph .productPhoto img { display:block; }
.ig-multigraph .opr { width:100%; height:15px; padding:5px 0; position:absolute; left:0; bottom:0; background:rgba(0,0,0,0.85); color:#FFF; display:none; }
.ig-multigraph .opr > * { width:15px; height:15px; float:right; overflow:hidden; text-indent:-99em; cursor:pointer; margin-right:5px; }
.ig-multigraph .opr > *:hover { opacity:0.5; }
.ig-multigraph .opr .delete { background:url(/Admin/static/images/ico-delete.png) center center no-repeat; }
.ig-multigraph .opr .cut { background:url(/Admin/static/images/ico-cut.png) center center no-repeat; }
.ig-multigraph .opr .up { background:url(/Admin/static/images/toleft.png) center center no-repeat; }
.ig-multigraph .opr .down { background:url(/Admin/static/images/toright.png) center center no-repeat; }
.ig-multigraph .productPhoto:hover .opr { display:block; }
.ig-multigraph .add { float:left; width:90px; height:90px; margin-right: 10px; border:1px solid #ddd; overflow:hidden; position:relative; cursor:pointer; margin-bottom:10px; }
.ig-multigraph .add span{ width: 100%; height: 24px; line-height: 24px; display: block; position: absolute; z-index: 10; left: 0; top: 0; text-align: center; color: #fff; background:rgba(0,0,0,.6); }
.ig-multigraph .add:hover { border-color:#bbb; }
.ig-multigraph .add:hover iframe { opacity:0.5; }
.ig-multigraph-button { display:block; width:90px; height:90px; position:relative; }
.ig-multigraph-button:before { content:""; display:block; width:90px; height:90px; position:relative; z-index:1; background:url(/Admin/static/images/i-m-20.png) center 65% no-repeat; background-size:50px; }
.ig-multigraph-button [name="UploadFile"] { position:absolute; left:0; top:0; width:90px; height:90px; z-index:2; opacity:0; filter:Alpha(opacity=0); cursor:pointer; }
.Selection_Specifications{padding:5px 0}
.Selection_Specifications .text { color:#333;font-size:28px; margin-bottom:10px}
.Selection_Specifications .box { height:28px; line-height:28px}
.Selection_Specifications .box input { height:28px; line-height:28px; text-indent:10px}
.Selection_Specifications .box input#plsc {font-size: 12px;border: 1px solid #dddddd;background: #f7f7f7;cursor: pointer; text-indent:0;    float: right;height: 32px;width: 80px;}
.Selection_Specifications .box input#plsc:hover { background:#fff; color:#666}
.Selection_Specifications .box span { color:#333 }
/* 单选 */
.og-radio { margin:0 0 0 1px; height:30px; position:relative; top:2px; }
.og-radio .item { float:left; border:1px solid #ddd; height:28px; line-height:28px; padding:0 20px; margin:0 0 0 -1px; background:#FFF; cursor:pointer; }
.og-radio .item input { opacity:0; filter:Alpha(opacity=0); position:absolute; left:0; top:0; }
.og-radio .item:first-child { border-radius:2px 0 0 2px; }
.og-radio .item:last-child { border-radius:0 2px 2px 0; }
.og-radio .item:hover { background:#f1f1f1; }
.og-radio .item.checked { background:#f1f1f1; border-color:#ddd; position:relative; z-index:1; cursor:no-drop; }
.og-radio .item.checked:hover { background:#e1e1e1; }

/* 多选 */
.og-checkbox { margin:0 0 0 1px; }
.og-checkbox .item { float:left; border:1px solid #ddd; height:38px; line-height:38px; padding:0 20px; margin:0 0 0 -1px; background:#FFF; cursor:pointer; }
.og-checkbox .item input { opacity:0; filter:Alpha(opacity=0); position:absolute; left:0; top:0; }
.og-checkbox .item:first-child { border-radius:2px 0 0 2px; }
.og-checkbox .item:last-child { border-radius:0 2px 2px 0; }
.og-checkbox .item:hover { background:#f1f1f1; }
.og-checkbox .item.checked { background:#c81623; border-color:#c81623; border-left-color:#fff; border-right-color:#fff; position:relative; z-index:1; color:#FFF; }
.og-checkbox .item.checked:hover { background:#056ce0; }

/* 富文本 */
.ig-formate { overflow:hidden; font-family:"Microsoft Yahei" !important; line-height:2; }
.ig-formate img { max-width:100%;  }

/* 通用按钮 */
/*.btn-button { height: 28px; line-height: 26px; padding: 0 15px; background: #ca3440; border: 1px solid #ca3440; margin-right: 5px; color: #FFF; cursor: pointer; }
.btn-cancel { height: 28px; line-height: 26px; padding: 0 15px; background: #BBB; border: 1px solid #BBB; margin-right: 5px; color: #FFF; cursor: pointer; }*/

.btn-button {  padding: 7px 16px; background: #f7f7f7; border: 1px solid #d4d4d4; margin-right: 5px; color: #666; cursor: pointer; }
.btn-button:hover{ background: #fff; }
.btn-button.disable{ background: #f7f7f7; color: #cccccc; }
.btn-cancel {  padding: 7px 16px; background: #f7f7f7; border: 1px solid #d4d4d4; margin-right: 5px; color: #666; cursor: pointer; }
.btn-cancel:hover{ background: #fff; }
.btn-cancel.disable{ background: #f7f7f7; color: #cccccc; }

#FatherUnlimitClass select{ margin-right: 20px;}
/*add css*/
.addAttr .product-head{ width: 90px; height: 30px; line-height: 30px; text-align: right; margin-right: 18px; font-weight: normal; font-size: 12px; float: left; }
.addAttr .product-main{ width:740px;padding: 20px 20px 20px 10px; border: 1px solid #eee; float: left; background: #f8f8f8; }
.addAttr .form-checkbox{ margin-bottom: 8px; position: relative; overflow:hidden}
.addAttr .checkList{ padding-left:96px; }
.addAttr .product-main .form-checkbox .head{ width:90px; text-align: center;  float: left; border-bottom: 0px; font-size: 12px;}
.addAttr .product-main .form-checkbox .select { height:30px; line-height:30px; }
.addAttr .product-main .form-checkbox .ig-checkbox{ margin-right: 6px; }

.add-table input{ width: auto; border: 0; width: 60px; text-align: center; }
.add-table .fs0{ font-size: 0px; }
.add-table{ background: #fefefe; }
.add-table td{ border: 1px solid #ddd; }
.add-table td img{ width: 50px !important;  height: 50px !important; margin-right: 10px; margin-top: 10px;}
.add-table td img.standPhoto { float:left; margin:10px 0; margin-left:10%}
.add-table thead{ height: 30px; line-height: 30px; color: #333; background: none; font-weight: bold; }
.add-table .ig-multigraph-button [name="UploadFile"]{ width: 50px; height: 50px; }
.add-table .ig-multigraph-button{ width: 50px; height: 50px; }
.add-table tbody tr:hover{ background: none; }


.add-sub-btn{ font-size: 12px; line-height: 12px; padding: 8px 16px; border: 1px solid #dddddd; background: #f7f7f7;  cursor:pointer; }
.add-sub-btn:hover { background:#ffffff; }
.add-sub-btn.disable{ background: #f7f7f7; color: #cccccc; }

.ke-con-left .ke-container{ float: left; width: 698px !important; }
/*add css end*/


/* ao.css */

.nopostion {position:static; margin:0;}
body { min-height:100%; min-width:1020px; }   /* 2016.3.22 jack */
hr { height:0; border:0; border-bottom:1px dotted #ddd; margin-bottom:10px; }

/*add layer*/
/*.layui-layer-content{ padding: 10px; }*/
/*.layerpt0 .layui-layer-content{ padding-top: 0; }*/


/******************************
 ** 动画类
 ******************************/

@-webkit-keyframes toolTipLeft {  0% {
 opacity: 0;
 -webkit-transform:translate(-10px, 0);
}
 100% {
 opacity: 1;
 -webkit-transform:translate(0, 0);
}
}







<!--耗时1753286919.9419秒-->