@CHARSET "UTF-8";
@import "base.css";
/**top**/
a{cursor:pointer;font-size:12px;}

body {min-width:1280px;background: url("../images/backgrounds/body.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);color: #5f5f5f;font-family: "微软雅黑";font-size: 12px;line-height: 22px;min-height: 100%;position: relative;}
body a{color:#5f5f5f}
img{ _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",this.src = "../images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
/**登录页面**/

.top{line-height:54px;width:100%;height:54px;background: url("../images/backgrounds/top1.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);border-bottom: 1px solid #1c1c1c}
.top .logo{ float: left;margin-top: 11px;margin-left:21px;}
.top span.title,#top .title{color:#eaeaea;font-size:18px;font-family: "微软雅黑";margin-left:10px;font-weight: bold;}
.login{width:100%;overflow: hidden; background: url("../images/body.jpg") repeat;height:200px}
.login input[type="text"],input[type="password"]{/*height:25px;*/border:1px solid #d5d5d5;border-radius:3px;color:#626262}
.login .d_box{margin:135px auto 0 auto;width:250px;height:250px;}
.login .d_box h1{width:100%;text-align:center;}
.login .d_box h1 img{width:146px;height:82px;margin:0px auto;border-radius: 2px}
.login .d_box h2{margin-bottom:20px;}
.login .d_box h2 input[type="text"],.login .d_box h2 input[type="password"],.login .register input[type="text"],.login .register input[type="password"]{width:245px;text-indent: 1em;color:gray;font-size:11px;border:1px solid rgb(205, 205, 205)}
.login .d_box h2 input.l_name{background: url("../images/loginUsername.png") 96% no-repeat #fff;}
.login .d_box h2 input.l_pwd{background: url("../images/loginLock.png") 96% no-repeat #fff;}
.login .d_box .st,.login .register .st {margin-left:60px;width:120px;height:30px;color:#fff;font-size:12px;font-family: "微软雅黑";
    border: 1px solid rgb(62, 118, 175);
    box-shadow: 0px 1px 2px 0px rgb(102, 178, 210) inset;
    background: -moz-linear-gradient(center top , rgb(91, 165, 203) 0%, rgb(58, 112, 171) 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(top, rgb(91, 165, 203) 0%,rgb(58, 112, 171) 100%);
    cursor: pointer;
}
/**二维码**/
.ewm{position: absolute;width:150px;height:200px;right:30px;top:35%;padding:10px;text-align: center;}
.ewm .ewm_img{width:120px;margin-bottom:10px;display: block;height:120px;margin-left:15px;}
.ewm span{font-family: "微软雅黑";color:rgb(95,95,95);line-height:20px;font-size:11px;}
/**注册页面**/
.login .register{margin:40px auto 0 auto;width:500px;height:250px;color:gray}
.login .register h1{text-indent: 130px;margin-bottom: 20px}
.login .register .st{margin-left:170px}
.login .register .no_border td{ border: 0 none;height:34px}
.login .register input[type="text"],.login .register input[type="password"]{height:34px;margin-top:-7px;font-size:13px;text-indent: 0px}
.login .register .register-industry{margin-top:-7px;width:245px;font-size:13px;color:gray}
.login .register td{position: relative}
.login .register td label.error{font-size:13px;position: absolute;top:5px;right:0; display: inline;z-index:999;border-radius: 5px;background: #eee;color:red;padding:0 10px;}
.login .register td input.form-control{display: inherit}
.login .register td span{font-size: 32px;line-height: 34px;margin-left: 10px;color:red}

/**头部信息**/
#top{font-size: 14px;padding: 0 10px 0 30px;width:100%;height:54px;background: url("../images/backgrounds/top1.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);border-bottom: 1px solid #1c1c1c;display: block;position: relative;width: 100%;z-index: 1;}
#top .logo { float: left;margin-top: 10px;margin-left:-10px;position: relative;width:200px}
#top .logo span{position: absolute;top:7px}
#top .nav{height:55px}
#top a{color:#838383;font-size: 14px;outline: none}
#top .navInfo > li{float:left;}
#top .navInfo > li a{padding:16px 25px 7px 8px;font-size:13px;display:block;position: relative}
#top .navInfo > li a span{position: absolute;top:9px;}
#top .navInfo > li a:hover,.nav .open> a:hover{background-position: -9999px -9999px;text-decoration: none}
#top .navbar h1 a{height:55px;line-height:55px;}
#top .navbar h1 a.tel:hover{text-decoration: none;cursor: inherit}
#top .navInfo > li.login_info{padding-left:20px;;line-height: 55px;position: relative}
#top .navInfo > li.login_info a{display: inline;font-size: 16px;font-weight: bold;}
#top .navInfo > li.login_info span{margin-right:8px;color:#838383;font-size:16px;font-weight: bold}
/** 主体**/
.main-container{}
/** 主体  左**/
.main-container .main-left{padding:0px;float:left;width:75px;background: url("../images/backgrounds/sidebar.jpg") repeat scroll 0 0 #fff;}
.main-container .main-left > li:first-child{margin-top:1px;}
.main-container .main-left > li{text-align: center;margin-top:-2px;position: relative; border-bottom: 1px solid rgb(46, 46, 46);border-top: 1px solid rgb(85, 85, 85);}

.main-container .main-left > li > a{height:78px;padding:8px 0px;color:#a2a1a1;outline: none}

/*.main-container .main-left > li > a.active{background: -moz-linear-gradient(center top , rgba(86, 86, 86, 0.1) 0%, rgba(54, 54, 54, 0.1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);}*/
.main-container .main-left > li > a span{margin-top:2px;position: absolute;top:13px;right:15px}
.main-container .main-left .collapse-menu{background: -moz-linear-gradient(center top , rgba(86, 86, 86, 0.2) 100%, rgba(54, 54, 54, 0.2) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(86, 86, 86, 0.2)), to(rgba(54, 54, 54, 0.2)));
}
.main-container .main-left .collapse-menu-bg{background: #303030;}
.main-container .main-left > li.active,.main-container .main-left > li.check{background-color:#303030 }
.main-container .main-left .left-bg{background:url( "../images/backgrounds/left_bg_icon.png") no-repeat;display: block; height: 26px;margin-top:5px; width: 100%;}
.main-container .main-left .left-bg-base{background-position: 20px -443px;}
.main-container .main-left .left-bg-customer{background-position: 20px -498px;}
.main-container .main-left .left-bg-action{background-position: 20px -255px}
.main-container .main-left .left-bg-news{background-position: 20px -32px}
.main-container .main-left .left-bg-order{background-position: 20px -1px}
.main-container .main-left .collapse-menu:hover{text-decoration: none;
    background: -moz-linear-gradient(center top , rgba(86, 86, 86, 0.6) 100%, rgba(54, 54, 54, 0.6) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(86, 86, 86, 0.6)), to(rgba(54, 54, 54, 0.6)));
    color:#fff;
}
.main-container .main-left .collapse-menu:hover .left-bg-base{background-position: 20px -472px;}
.main-container .main-left .collapse-menu:hover .left-bg-customer{background-position: 20px -522px;}
.main-container .main-left .collapse-menu:hover .left-bg-action{background-position: 20px -281px;}

.main-container .main-left-menu{min-height:150px;border:1px solid #303030;background: #303030;position: absolute;left:75px;width:150px;top:0px;z-index: 9;display: none;}
.main-container .main-left-menu li{text-align: left;height:30px;}
.main-container .main-left-menu li > a{display:block;color:#999;padding:0 0 0 20px;line-height:30px;height: 30px;width:150px;}
.main-container .main-left-menu li:hover{text-decoration: none;background-color: #555;border-right: 3px solid #333;}
.main-container .main-left-menu li:hover a{color:#fff}
/**主体右**/
.main-container .main-right{padding:0;margin:0 0 0 75px;border-top: 1px solid rgb(85, 85, 85);font-size: 14px;}
.main-container .mg0{margin:0}
.main-container .main-right .r-sub-nav{position: relative;background: url("../images/backgrounds/Invoicing_bkg.png")  repeat-x scroll 0 0 rgba(0, 0, 0, 0);height:57px;}

.main-container .main-right .r-sub-nav dd{border-right:1px solid #c1c1c1;float:left;padding:0 20px;line-height:57px;font-size: 14px}
.main-container .main-right .r-sub-nav dd.selected{background:url("../images/backgrounds/body.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);}
.main-container .main-right .r-sub-nav dd a{font-size:14px;color:#404040;display: block;height: 57px;}
.main-container .main-right .r-sub-nav dd.selected a{font-weight:bold;}
.main-container .main-right .r-sub-nav dt{background: url("../images/backgrounds/Invoicing_bkg.png") repeat-x scroll 0 -113px rgba(0, 0, 0, 0);float: left;height: 57px;margin: 0;padding: 0;width: 2px;}
/**主体内容、可修改内容**/
.main-content{padding:20px 30px 0px 30px}

 .list_table,.modal-body .list_table{font-size:14px;width:100%;background: #fff;border-width:1px 1px 1px 0px; border-style: solid solid solid none;border-color:#dddddd}
 .list_table a{font-size:14px;}
 .list_table a.al_jur{margin-left:20px;}
 .list_table thead{height:38px;line-height:38px;background:url("../images/backgrounds/Invoicing_bkg.png") repeat-x scroll 0 -170px rgba(0, 0, 0, 0)}
 .list_table thead td,.modal-body .list_table thead td{font-size:14px;font-weight: bold;text-align: center;}
 .list_table tbody td,.modal-body .list_table tbody td{height:38px}
 .list_table td,.main-content .list_table th,.modal-body .list_table td,.modal-body .list_table th{border-left: 1px solid #dddddd;}
.table-bordered{}
.main-content .list_table .operate-menu{width:100%;}
.main-content .list_table .operate-menu li{float: left;text-align: center}
.main-content .list_table .li-width33 li{width:33%;}
.main-content .list_table .li-width25 li{width:25%;}
.main-content .list_table .li-width50 li{width:50%;}
.main-content .list_table .li-width100 li{width:100%;}
.main-content .list_table .operate-menu li a.icons-href{display:block;font-size:14px;overflow: hidden;margin:-8px 0;padding:8px 0;color:gray}
.main-content .list_table tbody td,.modal-body .list_table thead td{position: relative;}
/***.main-content .list_table tbody tr:hover{background: #e5e5e5}**/
.main-content .list_table tbody .cust_merge{position: absolute;left:-10px;display: none;}
/***店铺陈列图片模式**/
.main-content .shop_display{border-radius: 5px;border:1px solid #cacaca;height:25px;margin-top:7px;overflow: hidden}
.main-content .shop_display li{width:30px;height:25px;background: #cacaca;float: left;}
.main-content .shop_display li a{background-size:15px;width:25px;height:25px;display: inline-block}
.main-content .display_list{background:url("../images/list.png") no-repeat ;}
.main-content .display_list_check{background-position:7px 3px;}
.main-content .display_list_nocheck{background-position:7px -19px;}
.main-content .shop_display li.check{background: #fafafa}
.main-content .display_photo{background:url("../images/display.png") no-repeat ;}
.main-content .display_photo_check{background-position:7px 3px;}
.main-content .display_photo_nocheck{background-position:7px -20px;}
.main-content .display{width:100%;}

.main-content .display li{float: left;padding:10px 5px;border:1px solid gray;height:220px;margin:10px 10px 10px 0px;text-align: center;}
.main-content .display li img{height:160px;padding:0 10px;}
.main-content .display li.last-li{width:100px;height:100px;background:#d9d9d9;line-height: 30px}
.main-content .display li.last-li a{color:gray;font-weight: bold;font-size:18px;}
.main-content .display li.last-li img{width:70px;height:18px;margin:18px 0px 0px 0px;padding:0px}
.main-content .display li.last-li a:hover{text-decoration: none}
.main-content .display li.last-li:hover{background: #bfbfbf;cursor: pointer}
.main-content .more{text-align: center;height:20px;}
.main-content .more{padding:0px;margin:0px}
/*时间插件**/
.getyear select{padding:5px 0px;text-align: center;}
/**选项卡**/
.main-content .nav-tabs a{font-size:14px}
.main-content .nav-tabs{border-bottom: 1px solid #ddd;margin-top:2px}
.main-content .nav-tabs .active{border-bottom: 1px solid #fff}
.main-content .tab-content{height: 400px;overflow:hidden;}
.main-content .tab-content .tab-pane{height:100%;}
.main-content .nav-tabs{border-bottom:0px}
.main-content .nav-tabs a{outline: none}

/**权限页面**/
.main-content .auth{width:100%;font-size:14px;}
.main-content .auth .tab-content{background: #fff}
.main-content .auth .role_left{width:13%;border-right:1px solid #ddd;height: 400px;overflow:auto}
.main-content .auth .role_left li{height:25px;line-height: 25px;margin-top:10px;text-align: center}
.main-content .auth .role_left li:hover{background: gray;margin:10px 0px 0px 0px;cursor: pointer;}
.main-content .auth .role_left li.active{background: gray;font-weight: bold}
.main-content .auth .role_left li.active a{font-weight: bold;font-size:16px;color:#fff}
.main-content .auth .role_right{width:87%;overflow: hidden}
.main-content .auth .role_right .staff-auth{;overflow: hidden}
.main-content .auth .role_right .staff-auth > .data-ul{padding:20px}
.main-content .auth .role_right .staff-auth .data-ul{margin-left:30px;}

.main-content .auth .role_right .staff-auth .staff-data-div{border-top:1px solid #ddd;width:100%;}
.main-content .auth .role_right .staff-auth .staff-data-div a{margin:10px 10px 0 0;}
.main-content .auth .jurisdiction{width:100%;}
.main-content .auth .role_right tbody tr:first-child td{border:0}
.main-content .auth .jurisdiction li{float:left;width:20%;}
.main-content .auth .jurisdiction li input[type=checkbox]{margin-top:0px;margin-right:5px}


/**模糊层***/

.modal .modal-dialog{margin:30px auto;}
/**查询***/
.main-content .sel-data{height:34px;line-height:34px}
.sel-data .cursor-pointer{cursor: pointer}
.sel-data select{padding:6px 2px}
.form-control{display: inline}
.role_right .check_mt0{margin-top:0px}
.modal-body{font-size:14px;height:auto;overflow: hidden}
.modal-body a{font-size:14px;}
.modal-body .check_m0{margin-top:-5px}
.modal-body .check_mt0{margin-top: 0px}
.modal-body .jurisdiction{width:100%;}
.modal-body .jurisdiction li{float:left;width:25%;}
.modal-body .jurisdiction li input[type=checkbox]{margin-top:0px;margin-right:5px}
.modal-body .user_jur{padding-left:15px;overflow: auto;height:400px}
.modal-body .role_user{margin:-15px 0px -15px 0;height:430px;border-right:1px solid #e5e5e5;overflow: auto}
.modal-body .role_user li{height:25px;line-height: 25px;margin-top:10px;text-align: center;margin-right:15px}
.modal-body .role_user li:hover{background: gray;margin:10px 15px 0px 0px;}
.modal-body .role_user li.active{background: gray;font-weight: bold}
.modal-body .role_user li.active a{font-weight: bold;font-size:16px}
.modal-body tbody td{position: relative}
.modal-body thead td{font-weight: bold}
.modal-body .nav-tabs li a{outline:none}
.modal-body .nav-tabs li.active a{border-color:transparent #ddd}
.modal-body .staff-task li{margin-right:15px;float: left}
.modal-body .staff-task li input[type="checkbox"] {margin-top:0px;margin-right:5px}
.modal-body .footer-data{background: gray;}
.modal-body .footer-data a{color:#fff}
/*modal-body 下的table类型**/
.modal-body .table-type1 tr:nth-child(odd){background: #fff}
.modal-body .table-type1 tr:nth-child(even){background: #f2f2f2}
.modal-body .table-type1 tr td{height:30px;line-height:30px;}
.list_table .cust_merge{position: absolute;left:-10px;}
/*modal-body 商品导入页面样式**/
.modal-body .goods-table{width:780px;height:150px;margin:20px;border:1px solid #ccc}
.modal-body .goods-table td{border-left:1px solid #ccc;background: #fafafa;border-top:0px}
.modal-body .goods-table td:first-child{border:0px}
.modal-body .goods-import{text-align: center;margin:10px auto;width:130px;height:100%;overflow: hidden; min-height:100px;}
.modal-body .goods-import .import{width:150px;height:50px;}
.modal-body .goods-import .import-l{float: left;font-size:48px;width:40px;color:gray;text-align: right;line-height: 50px}
.modal-body .goods-import .import-r{float: left;width:90px}
.modal-body .goods-import .import-r p{height:20px;font-size:16px;line-height:24px;color:gray;font-weight: bold;height:24px;}
.modal-body .goods-import .btn{border:1px solid gray;width:100%;margin-top:20px}
.modal-body .import_execl_error{margin:0 auto;border-radius:5px;text-indent: 1em;height:40px;line-height:40px;font-weight:bold;background:#bb3636;width:780px;color: #fff}
/*modal-body 订单，采购，仓库，添加搜索商品的div**/
.goods_div,.shops_div{padding:10px;min-width:580px;width:580px;min-height:440px;height:440px;border:1px solid rgb(229,229,229);position: absolute;left:125px;top:50px;display:none;background: #fff}
.goods_div h3,.shops_div h3{padding:0 10px 10px 10px;border-bottom:1px solid rgb(229,229,229);font-size:16px;margin:0 -10px}
.goods_div .goods_body,.shops_div .shops_body{max-height:300px;overflow: auto;height:300px;padding:0 10px}
.goods_div div.goods_operate,.shops_div div.shops_operate{height:40px;border-top:1px solid rgb(229,229,229);margin:0 -10px}
.goods_div div.goods_operate input,.shops_div div.shops_operate input{margin:5px;float: right}

#goods_table input{border:0px;}
#goods_table .td_del{text-indent:1em}
#goods_table tbody .tr_operate:hover td{background: #f9f9f9}
#goods_table tbody .tr_operate:hover a{position: absolute;left:-5px;top:12px;background: url("../images/close_gray.png") no-repeat;display: block;width:16px;height:16px}

/**陈列模型商品**/
#model_goods_table input,#model_cash_table input,.crash_tables input,.photos_crash_tables input{border:0px;}
#model_goods_table .td_del,#model_cash_table .td_del, .crash_tables .td_del,.photos_crash_tables .td_del{text-indent:1em}
#model_goods_table tbody .tr_operate:hover td,#model_cash_table tbody .tr_operate:hover td,.crash_tables .tr_operate:hover td,.photos_crash_tables .tr_operate:hover td{background: #f9f9f9}
#model_goods_table tbody .tr_operate:hover a,#model_cash_table tbody .tr_operate:hover a,.crash_tables tbody .tr_operate:hover a,.photos_crash_tables .tr_operate:hover a{position: absolute;left:-5px;top:12px;background: url("../images/close_gray.png") no-repeat;display: block;width:16px;height:16px}

.list_table thead tr:hover a{position: absolute;left:93%;top:-9px;background: url("../images/close_gray.png") no-repeat;display: block;width:16px;height:16px}


/***搜索input文本框下的ul选择数据***/
.data_sel_ul{width:100%;height:150px;overflow:auto;position: absolute;z-index: 999;background: #fff;top:34px;border: 1px solid #ddd;display: none;background: #f7f7f7}
.data_sel_ul li{padding:0 0 0 1em}
.data_sel_ul li:hover{background: #82ccf2;cursor: pointer}
/**validate错误显示样式**/
.modal-body label.error{position: absolute;top:40px;left:5px; display: inline;z-index:999;border-radius: 5px;background: #eee;color:red;padding:0 10px;width:200px;text-align: center}
.modal-body input.error{border:1px solid red}
.modal-body .title-error{color:red}
/**加载loading**/
.await {background: none repeat scroll 0 0 #fff;height: 100%;left: 0;line-height: 100%;opacity: 0.6;position: fixed;text-align: center;top: 0;vertical-align: middle;width: 100%;z-index: 999999;display: none;}
.await span {height: 100%;margin: 0;padding: 0;position: relative;top: 40%;vertical-align: middle;width: 100%;}
.clear{clear: right}
/***颜色****/
.bg_gray{background: gray;}
.bg_0f3c61{background: #0f3c61;border: 0px}
.bg_blue{background: blue}
.bg_3030{background: #303030}
.bg_red{background: red}
.bg_3071a9{background: #3071a9;}
/***字体颜色****/
.green{color:green;}
.red{color:red;}
/**模拟框的大小**/
.modal_650{width:650px;margin:-250 0 0 -650}
.modal_750{width:750px;margin:-250 0 0 -750}
.modal_850{width:850px;margin:-250 0 0 -850}
.modal_all{width:1000px;}
.modal_650 .no_border td,.modal_750 .no_border td,.modal_850 .no_border td{border:0;line-height:30px;padding:5px}
.modal_650 input,.modal_750 input,.modal_850 input{display:inline;}
.modal_h500{min-height:500px;overflow: hidden;}
.modal_h400{min-height:400px;overflow: hidden;}
.modal_max500{max-height:500px;overflow: auto;}
.modal_max400{max-height:400px;overflow: auto;}
/*new_add*/
.modal_hmax500{height:500px;overflow: auto;margin-bottom: 10px;}

/**金币详情*/
.modal-goldlog{padding:12px;height:300px;overflow: auto;}
/***行动轨迹 选项卡***/
.route{width:100%;}
.route .tab-content{background-color:#fff;height:500px;padding:10px;}
.route .tab-content #iCenter{height:100%;}
.route .route-list{overflow:auto}
/***树状结构底色**/
table.treetable tr.bgf9{background: #f9f9f9}
/**欢迎界面**/
.welcome{margin-top:180px;color:#444;font-family: "微软雅黑";text-align: center;font-size:50px}

/**人员任务添加照片**/
.add_file span{display: block;width:44%;margin-bottom:5px;float: left;margin-right:3%;height:30px}
.add_file span input[type='file']{height:28px;margin-top:-8px;font-size:12px;width:150px;}
.add_file span img.close-img{cursor: pointer;margin-top:-8px;margin-right:20px}

/**地图，经纬度，弹出框**/
.jwd_map{width:90%;margin-left:5%;height:540px;z-index:99999999;position: absolute;top:20px;padding:10px;display: none;background: #bcbcbc}
.jwd_map #iCenter{height:480px;}
.jwd_map .iCenter_info{margin-top:10px;height:30px;}
.jwd_map .iCenter_info span{float: left;width:230px}
.jwd_map .iCenter_info span.w50{width: 60px;padding:0 5px}
.jwd_map .iCenter_info span input[type="button"]{width:60px;}

/**销售订单商品列表，弹出框**/
.goods_list{border:4px groove #f1f4f5; width:40%;margin-left:30%;height:540px;z-index:9999977;position: absolute;top:35px;padding:10px;background: white;display: none;}
.goods_list #iCenter{height:480px;z-index: 999999}
.goods_list .iCenter_info{margin-top:10px;margin-bottom:5px;padding-bottom:5px;height:35px;}
.goods_list .iCenter_info span{float: right;width:230px}
.goods_list .iCenter_info span.w50{width: 60px;padding:0 5px}
.goods_list .iCenter_info span input[type="button"]{width:60px;}

/***建商铺 keyup的ul样式***/
.ul-div{width:200px;border:1px solid #ccc;height:200px;position:absolute;overflow: auto;z-index: 99999;padding:0 5px;background: #e4e4e4;display:none}
.ul-div li{height:20px;line-height:20px;margin-top: 5px;cursor: pointer;}
.ul-div li:hover{background: #999;color:#fff;font-weight: bold}

/***padding设置****/
.pad-4-12{padding:4px 12px;}
mar-t-5.pad-b-5{padding-bottom:5px}
/***margin设置**/
.mar-t-5{margin-bottom:5px}

/***（非商品设置功能页面）商品添加页面，input设置**/
#goods_table input.input-red{border: 1px solid red;border-radius:5px}  /**边框为红色**/
/***其他****/
.cursor-pointer{cursor: pointer}
.pageCenter{
	padding-left:20%;
	width:60%;
	float:left;
	text-align:center;
}
.pageRight{
	width:40%;
	float:right;
	padding-top:19px;
	padding-bottom:19px;
	text-align:right;
}

/*模拟多选框*/
.sel{
    position: relative;
    width: 200px;
    float: left;
    margin-right: 4px;
}
.sel-div{
    cursor:pointer;
    position: relative;
    text-decoration: none;
    float: left;
    top: 5px;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.sel-div:hover{
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted\9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);

}
i.ico-dowm{
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #000000;
    position: absolute;
    right: 6px;
    top: 19px;
}
.w-50{
    width: 50%;
}
.b-white{
    background: #ffffff;
}
.pt-20{
    padding-top: 20px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-20{
    margin-top: 20px;
}
.sel-box{
  width: 480px;
  height: 320px;
  position: absolute;
  z-index: 2;
  left: 0px;
  /* margin-left: -325px; */
  top: 42px;
  display: none;
  /* margin-top: -250px; */
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  overflow:auto;
}
.box-container{
  width: 100%;
  padding: 0 2%;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}
.bg-cover{
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box-title{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #E0E0E0;
}
.box-title span{
    padding-left: 20px;
    line-height: 60px;
    font-size: 16px;
    color: #333333;
}
.ico-close{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/ico-close.png") no-repeat;
}
.col-wr{
    width: 49%;
    margin-right: 1%;
}
.col-wl{
    width: 49%;
    margin-left: 1%;
}
.box-btn{
    width: 100%;
    display: inline-block;
}
.box-btn-container{
    width: 145px;
    margin: 0 auto;
}
.box-btn-container button{
    margin: 0 10px;
    padding: 0 10px;
}
.selct-talbe{
    width: 100%;
}
.selct-talbe tr,td{
    height: 30px;
    line-height: 30px;
}
.btn {
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -moz-padding-start: npx;
    -moz-padding-end: npx;
    border: solid 1px #ddd;
    width: auto;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    font-size: 14px;
}
.btn-default {
    background-color: #e6e6e6;
    border-color: #e6e6e6
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
    color: #333;
    background-color: #c7c7c7;
    border-color: #c7c7c7
}
.btn-success {
    color: #fff;
    background-color: #5eb95e;
    border-color: #5eb95e
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active {
    color: #fff;
    background-color: #429842;
    border-color: #429842
}


.selct-talbe{ width: 100%}
.selct-talbe ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.selct-talbe li{
    line-height: 30px;
    width: 25%;
    float: left;
}
.selct-talbe li label{
    width: 100%;
    display: inline-block;
}
.item input{
    margin: 0 !important;
}

/*陈列店铺标签*/
.chip {
    display: inline-block;
    padding: 0 16px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 25px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}
/*新增*/
.overall_title{
    position: relative;
}
.overall_title .overall_select{
    width: 95px;
    position: absolute;
    right: 110px;
    top: 0px;
}
