html,body,h1,h2,h3{font-family:arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti}
.ng-cloak{display:none;}
body{overflow-y:scroll;background:#f9f9f9;overflow-x: hidden;}
a:hover{text-decoration:none;}
a:focus{outline:none; -moz-outline:none}
.list-group .list-group-item.active{background-color:#428bca;border-color:#428bca;}
.list-group .list-group-item a{color:#555;}
.list-group .list-group-item a:hover{text-decoration:none;}
.list-group .list-group-item.active a{color:#fff;}
.row .row, .form-group .form-group{margin-left:auto;margin-right:auto;}
.row.row-fix, .form-group.form-group-fix{margin-left:-15px;margin-right:-15px;}
.breadcrumb{background:#F9F9F9;}
/*登录注册*/
.login,.register{background:#3a3a3a; padding-top:5em;}
.login .logo,.register .logo{width:100%; text-align:center; margin-bottom:2em;}
.login .logo a,.register .logo a{background:url('../images/gw-logo.png') no-repeat; display:inline-block;width:420px;height:95px;margin-left:0 !important;}
.login .panel,.register .panel{padding:30px 15px;}
.login i,.register i{color:#999999;}
.login .footer,.register .footer{padding:2em 0;}
.login .footer,.register .footer,.login .footer a,.register .footer a{color:#ffffff;}

.login {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:48px 20px;
  background:
    radial-gradient(circle at top left, rgba(94,182,255,0.28), transparent 35%),
    radial-gradient(circle at bottom right, rgba(18,101,155,0.2), transparent 30%),
    linear-gradient(135deg, rgba(7,29,51,0.96), rgba(17,77,106,0.92));
}
.login-shell {
  width:100%;
  max-width:1080px;
}
.login-card {
  position:relative;
  display:flex;
  min-height:640px;
  overflow:hidden;
  border-radius:30px;
  background:rgba(255,255,255,0.96);
  box-shadow:0 35px 90px rgba(4,18,32,0.38);
  border:1px solid rgba(255,255,255,0.2);
}
.login-card:before {
  content:"";
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,0.16);
  border-radius:20px;
  pointer-events:none;
}
.login-visual {
  position:relative;
  flex:1.08;
  padding:54px 40px 42px;
  background:linear-gradient(135deg, #0d2d4d 0%, #124d7b 28%, #1e7ec0 68%, #34c4d5 100%);
  color:#fff;
  overflow:hidden;
}
.login-visual:before {
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-90px;
  top:-40px;
  border-radius:50%;
  background:rgba(255,255,255,0.08);
}
.login-visual:after {
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  left:-160px;
  bottom:-180px;
  border-radius:50%;
  background:rgba(255,255,255,0.06);
}
.login-badge {
  position:relative;
  z-index:1;
  display:inline-block;
  padding:8px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.28);
  font-size:12px;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.96);
}
.brand-wrap {
  position:relative;
  z-index:1;
  margin:30px 0 20px;
  text-align:center;
}
.brand-wrap img {
  width:136px;
  height:136px;
  border-radius:34px;
  box-shadow:0 18px 36px rgba(0,0,0,0.18);
  background:#fff;
  padding:16px;
}
.login-visual h2 {
  position:relative;
  z-index:1;
  margin:0 0 14px;
  font-size:34px;
  line-height:1.3;
  font-weight:700;
  letter-spacing:0.5px;
}
.login-visual p {
  position:relative;
  z-index:1;
  margin:0;
  color:rgba(255,255,255,0.86);
  line-height:1.9;
  font-size:15px;
  max-width:380px;
}
.feature-list {
  position:relative;
  z-index:1;
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:12px;
}
.feature-list li {
  display:flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,0.94);
  font-size:14px;
}
.feature-list i {
  color:#dff8ff;
  font-size:16px;
}
.login-box {
  position:relative;
  z-index:1;
  flex:1;
  padding:52px 40px 36px;
  background:rgba(255,255,255,0.98);
}
.login-header {
  margin-bottom:26px;
}
.login-header h3 {
  margin:0 0 8px;
  font-size:32px;
  font-weight:700;
  color:#17212f;
}
.login-header p {
  margin:0;
  color:#75829a;
  font-size:14px;
}
.login-form .input-group {
  display:flex;
  align-items:center;
  width:100%;
  margin-bottom:18px;
}
.login-form .input-group-addon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  min-width:52px;
  height:54px;
  padding:0;
  line-height:1;
  border:none;
  background:#f3f8ff;
  color:#60758b;
  border-radius:14px 0 0 14px;
  border:1px solid #e8eef9;
  border-right:none;
  font-size:16px;
}
.login-form .form-control {
  height:54px;
  border:1px solid #e8eef9;
  border-left:none;
  border-radius:0 14px 14px 0;
  background:#f8fbff;
  box-shadow:none;
  color:#233145;
  font-size:15px;
  transition:all .2s ease;
}
.login-form .form-control:focus {
  border-color:#6aa9ff;
  box-shadow:0 0 0 4px rgba(74, 143, 255, 0.10);
  background:#fff;
}
.login-form .form-control::-webkit-input-placeholder,
.login-form .form-control::-moz-placeholder,
.login-form .form-control::placeholder {
  color:#9aa7b5;
}
.verify-row {
  display:flex;
  align-items:stretch;
  width:100%;
  margin-bottom:18px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:none;
}
.verify-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  min-width:52px;
  height:54px;
  background:#f3f8ff;
  color:#60758b;
  border:1px solid #e8eef9;
  border-right:none;
  border-radius:14px 0 0 14px;
  font-size:16px;
}
.verify-input {
  flex:1;
  height:54px;
  border:1px solid #e8eef9;
  border-left:none;
  border-right:none;
  background:#f8fbff;
  color:#233145;
  font-size:15px;
  padding:0 14px;
  outline:none;
  transition:all .2s ease;
}
.verify-input:focus {
  background:#fff;
  border-color:#6aa9ff;
  box-shadow:0 0 0 4px rgba(74, 143, 255, 0.10);
}
.verify-input::-webkit-input-placeholder,
.verify-input::-moz-placeholder,
.verify-input::placeholder {
  color:#9aa7b5;
}
.verify-btn-wrap {
  display:flex;
  align-items:stretch;
  height:54px;
  flex:0 0 auto;
}
.verify-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:54px;
  min-width:150px;
  width:150px;
  border:1px solid #3d6ae6;
  border-left:none;
  border-radius:0 14px 14px 0;
  padding:0 16px;
  background:linear-gradient(135deg, #5b8def, #3d6ae6);
  box-shadow:none;
  font-size:13px;
  color:#fff;
  white-space:nowrap;
  transition:all .2s ease;
  cursor:pointer;
  line-height:1;
}
.verify-btn:hover {
  background:linear-gradient(135deg, #4d7de8, #2d5ddb);
  color:#fff;
}
@media (max-width:767px){
  .verify-row {flex-wrap:nowrap;}
  .verify-icon {width:46px; min-width:46px; height:50px;}
  .login-form .form-control, .verify-input {font-size:16px;}
  .verify-input {min-width:0; height:50px; padding:0 10px;}
  .verify-btn-wrap {height:50px;}
  .verify-btn {
    height:50px;
    width:auto;
    min-width:0;
    padding:0 12px;
    font-size:12px;
  }
}
.login-actions {
  margin-top:10px;
}
.login-submit {
  width:100%;
  height:54px;
  border:none;
  border-radius:14px;
  background:linear-gradient(135deg, #1ca3ff, #1d6ef5);
  box-shadow:0 16px 30px rgba(31,110,245,0.22);
  font-size:18px;
  letter-spacing:1px;
  transition:all .2s ease;
}
.login-submit:hover {
  background:linear-gradient(135deg, #1493ef, #185fe2);
  transform:translateY(-1px);
}
/* 登录页提示条：成功=青绿（呼应左侧渐变与登录按钮的蓝青），失败=红色。
   图标用 FontAwesome 字形（页面已引入），由状态类决定画哪个：
   成功 fa-check-circle、失败 fa-exclamation-circle。 */
.login-notice {
  display:flex;
  align-items:flex-start;
  gap:8px;
  margin:-6px 0 10px;
  padding:9px 12px;
  border:1px solid transparent;
  border-radius:10px;
  font-size:14px;
  line-height:1.6;
}
.login-notice-icon {
  flex:0 0 auto;
  margin-top:2px;
  font-size:13px;
  line-height:1.4;
}
.login-notice-icon:before {
  font-family:FontAwesome;
  font-style:normal;
  font-weight:normal;
}
.login-notice.is-success {
  color:#0f766e;
  background:#e8f8f5;
  border-color:#b5e7de;
}
.login-notice.is-success .login-notice-icon:before {
  content:"\f058";
}
.login-notice.is-error {
  color:#d9344a;
  background:#fff2f3;
  border-color:#ffd2d6;
}
.login-notice.is-error .login-notice-icon:before {
  content:"\f06a";
}
#message {
  font-size:13px;
  display:block;
  min-height:18px;
}
/* 桌面端（≥768px）隐藏手机品牌条：手机版才需要它补位。
   「项目名 + 项目 logo」来自系统设置：getShopName() / getLogo()，
   与左上角品牌条（_header.html）、页面标题（_header_base.html）同源。 */
.login-mobile-brand { display:none; }

@media (max-width:767px){
  .login {padding:16px 12px;}
  .login-card {display:block; min-height:auto; border-radius:18px; box-shadow:0 18px 45px rgba(4,18,32,0.2); transform:translateY(-4vh);}
  .login-card:before {display:none;}
  .login-visual {display:none;}
  .login-box {padding:32px 20px 28px;}
  .brand-wrap img {width:96px;height:96px;}
  .code-field {flex-wrap:wrap;}
  .code-field .input-group-btn, .code-field .btn {width:100%; border-radius:0 0 14px 14px;}
  .code-field .form-control {border-radius:0;}
  /* 手机端品牌条：原先 .login-visual 在 mobile 整块被 display:none，
     logo 和项目名跟着没了。这里在表单顶上补一条紧凑的 logo+名称横条，
     沿用左侧菜单同族深蓝文字 + 浅底白圆角 logo 卡片，桌面端保持隐藏。 */
  .login-mobile-brand {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0 auto 18px;
    max-width:100%;
  }
  .login-mobile-logo {
    width:36px;
    height:36px;
    padding:4px;
    box-sizing:border-box;
    border-radius:8px;
    background:#fff;
    box-shadow:0 6px 16px rgba(15,36,56,.12);
    object-fit:contain;
  }
  .login-mobile-name {
    font-size:17px;
    font-weight:600;
    color:#102a43;
    letter-spacing:.5px;
  }
}
/*首页*/
.home .panel{border-radius:0;}
.home .panel-default{border-color:#EEE;}
.home .content h4{border-bottom:1px #E9E9E9 solid; padding:15px 15px 15px 25px; margin:0; font-weight:normal; font-size:18px;}
.home .content h6{font-size:16px; color:#333;}
.home .content .con .panel-body .row{text-align:center;}
.home .content .con .panel-body .row>div{overflow:hidden; text-align:center;}
.home .content .con .panel-body .row p{color:#666;}
.home .content .con .panel-body .system-announcement{margin:0 10px;}
.home .content .con .panel-body .system-announcement li{margin:15px 0; height:40px; line-height:40px; background:#f7f7f9;}
.home .content .con .panel-body .system-announcement li a{display:block; float:left; text-align:left; padding:0 15px; color:#666;}
.home .content .con .panel-body .system-announcement li span{display:inline-block; float:left; color:#FFF; width:50px;}
.home .content .con .panel-body .system-announcement li span.style-1{background:#6592df;}
.home .content .con .panel-body .system-announcement li span.style-2{background:#60bc6a;}
.home .content .con .panel-body .system-info>div{display:inline-block; margin:20px 0;}
.home .content .con .panel-body .system-info .icon{display:inline-block; width:100px; height:100px; border-radius:50%; background:#4eacea;}
.home .content .con .panel-body .system-info .icon i{font-size:50px; color:#FFF; margin-top:25px;}
.home .content .con .panel-body .module-info>div{display:inline-block; margin:20px 0;}
.home .content .con .panel-body .module-info .icon img{width:62px; height:62px;}
.home .content .contact .info{font-size:16px;}
.home #head{position:absolute; z-index:1; text-align:center; width:100%; top:10%;}
.home #head .logo{display:inline-block; background:url('../images/gw-logo.png') no-repeat; width:420px; height:95px;}
.home #head .advertisement{font-size:50px; color:#FFF; margin:5% 0 10% 0;}
.home #head .btns .btn{margin:0 10px;}
.home #banner{width:100%; margin:0 auto;}
.home #banner .item{width:100%; background-size:cover; background-position:50% 50%;}
.home #banner .carousel-indicators .fa{color:#FFF; font-size:50px; background:none !important;}
.home .content .banner{background-image:url('../images/banner-bg.png'); background-size: 990px 380px; background-position: center 15px; border-top: 1px solid #EEEEEE; border-bottom: 1px solid #EEEEEE; background-repeat: no-repeat; height:380px; background-color:#FFFFFF; min-width: 1014px; min-height: 180px;}
.home .content .con{padding-top:20px;}
.home .footer{height:50px; line-height:25px; margin-bottom:30px; color:#666;}
.home .footer a{color:#666;}
.home .footer a:hover{color:#428bca; text-decoration:none;}

.navbar-inverse ul li i{display:inline-block; margin-right:5px;}
.nav.navbar-nav .dropdown{z-index:1001;}
.welcome-container{margin-top:12px;}
.welcome-container .shortcut{display:flex; flex-wrap:wrap; gap:14px; margin:0; padding:0; list-style:none;}
.welcome-container .shortcut a{display:flex; flex-direction:column; align-items:center; justify-content:center; float:none; position:relative; text-align:center; margin:0; padding:18px 12px; width:calc(25% - 11px); min-width:96px; min-height:112px; overflow:hidden; color:#243342; background:linear-gradient(180deg,#ffffff 0%,#f3f9fc 100%); border:1px solid #d9e9ef; border-radius:16px; box-shadow:0 10px 26px rgba(35,127,165,.08); transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;}
.welcome-container .shortcut a:before{content:""; position:absolute; left:0; right:0; top:0; height:4px; background:linear-gradient(90deg,#7bc9df,#237fa5); opacity:.9;}
.welcome-container .shortcut a:hover{text-decoration:none; background:linear-gradient(180deg,#ffffff 0%,#eaf6fa 100%); border-color:#a9d8e6; box-shadow:0 12px 24px rgba(35,127,165,.14); transform:translateY(-2px);}
.welcome-container .shortcut a i{display:flex; align-items:center; justify-content:center; width:46px; height:46px; margin:0 auto 10px; font-size:1.9em; border-radius:14px; background:#e8f5f9; color:#176b87;}
.welcome-container .shortcut a img{display:block; width:42px; height:42px; margin:0 auto 10px; object-fit:contain;}
.welcome-container .shortcut a span{display:block; font-size:14px; line-height:1.35; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; max-width:100%;}
.welcome-container .account img{width:6em;height:6em;}

@media screen and (max-width:767px){
  .welcome-container .shortcut{gap:12px;}
  .welcome-container .shortcut a{width:calc(33.333% - 8px); min-height:104px; padding:14px 8px; border-radius:14px;}
  .welcome-container .shortcut a i{width:38px; height:38px; font-size:1.5em; border-radius:12px; margin-bottom:8px;}
  .welcome-container .shortcut a img{width:34px; height:34px; margin-bottom:8px;}
  .welcome-container .shortcut a span{font-size:12px;}
}

@media screen and (max-width:480px){
  .welcome-container .shortcut{gap:10px;}
  .welcome-container .shortcut a{width:calc(50% - 5px); min-height:96px;}
}
.nav.nav-tabs{margin-bottom:20px; border-color:#428bca;}
.nav-tabs>li>a:hover{border-color:#eee #eee #428bca #eee;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{color:#FFF; background-color:#428bca; border-color:#428bca;}
.page-header{padding-bottom:0;}
.page-header:first-child{margin-top:0;}
.gw-logo{background:url('../images/gw-logo.png') no-repeat;display:inline-block;width:420px;height:95px;margin-left:0 !important;}
.gw-container .footer{font-size:1.1em;padding:2em 0;}
.gw-container{background:#3a3a3a url('../images/gw-bg.jpg') no-repeat fixed; background-size:cover; -webkit-background-size:cover; -o-background-size:cover;}
.gw-container .page-header{border:none; border-left:0.3em #333 solid; padding-left:1em;}
.gw-container .tile{display:block; float:left; margin:0.4em;padding:.2em 1em .5em 1em; width:8em; text-align:center; background:#EEE; color:#333; text-decoration:none;}
.gw-container .tile.tile-2x{width:10em;margin-top: 0.5em}
.gw-container .tile.tile-3x{width:15em;}
.gw-container .tile:hover{background:#7dacdd; color:#FFF;}
.gw-container .tile > i{display:block; font-size:2em; margin:0.3em auto 0 auto;}
.gw-container .tile > span{display:block;}
.gw-container .navbar-toggle {border-color: #ddd;}
.gw-container .navbar-toggle .icon-bar{background-color: #ccc;}
.gw-container .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #ddd;}
.gw-container .navbar-nav.navbar-right:last-child {margin-right: 0;}
.gw-container .navbar-nav .tile{background:#31b8ef; color:#FFF; box-shadow:0 2px 4px rgba(0, 0, 0, 0.05);}
.gw-container .navbar-nav .tile:hover{background:#4ccafd;}
.gw-container .navbar-nav .tile.active{background:#1e95c9;}
.gw-container .well .breadcrumb{padding-left:0;padding-right:0;}
.gw-container .breadcrumb{margin-bottom:0.5em; background:#F5F5F5;}
.gw-container .breadcrumb a{color:#333;}
.gw-container .footer, .gw-container .footer a{color:#fff;}
.gw-container .well .account{margin:15px 0;}

.gw-container .well .account .panel-heading{border-bottom:1px solid #E9E9E9; background:#FFF;}
.gw-container .well .account .panel-heading a{display:inline-block; color:#66667C; text-align:center; font-size:14px; padding:0 6px; font-weight:bold;}
.gw-container .well .account .panel-heading a i{margin-right:5px;}
.gw-container .well .account .panel-heading a:focus{text-decoration:none;}
.gw-container .well .account .panel-heading a.manage{color:#d9534f;}
.gw-container .well .account .panel-heading .manage{color:#d9534f;}
.gw-container .well .account .panel-body{padding:0 15px;}
.gw-container .well .account .panel-body li{padding:0;}
.gw-container .well .account .panel i{display:inline-block;}
.gw-container .well .account .panel .list-group-bottom{height:40px; line-height:40px; background:#f5f5f5;}
.gw-container .well .account .panel .list-group-bottom-left > span{display:inline-block; color:#999;}
.gw-container .well .account .panel .list-group-bottom-right > a{color:#999; padding:0 6px;}
.gw-container .well .account .panel .list-group-bottom-right > a i{margin-right:5px;}
.table-responsive.panel-body{overflow:auto;}
.table{table-layout:fixed;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{vertical-align:middle;}
.table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.table>thead>tr>th{border-top:none;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th{border-top:none;}
@media screen and (max-width:767px){.tpl-calendar>div,.tpl-district-container>div{margin-bottom:10px;}}
/*左侧菜单*/
.big-menu .panel{margin-bottom:0; border-bottom:0; border-top-width:0; border-top-left-radius:0; border-top-right-radius:0; border-radius:0;}
.big-menu .panel .panel-heading{border-top-left-radius:0; border-top-right-radius:0; position:relative; overflow:hidden; padding-right:50px;}
.big-menu .panel .panel-heading .panel-title,.big-menu .panel .list-group-item{overflow:hidden; white-space:nowrap; text-overflow:clip;}
.big-menu .panel>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:0; border-bottom-left-radius:0; border-bottom:1px #DDD solid;}
.big-menu .panel:first-child{border-top-width:1px; border-top-left-radius:3px; border-top-right-radius:3px;}
.big-menu .panel:first-child .panel-heading{border-top-left-radius:3px; border-top-right-radius:3px;}
.big-menu .panel:last-child{margin-bottom:10px; border-bottom-right-radius:4px; border-bottom-left-radius:4px;}
.big-menu .panel:last-child>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:3px; border-bottom-left-radius:3px;}
.big-menu .panel .panel-collapse{width:50px; height:38px; line-height:38px; position:absolute; top:0; right:0; color:#CCC; text-align:center; background:#EEE; border-left:1px #DDD solid;}
.big-menu .btn-group{width:100%;}
.big-menu .btn-group>.btn{border-radius:0; width:33.5%; text-align:center; border-top:0;}
/*更新提醒*/
.upgrade-tips{width:100%; position:absolute; top:0; text-align:center; z-index:99999;}
.upgrade-tips a{display:inline-block; margin:0 auto; height:25px; line-height:25px; padding:0 5px; color:#FFF; background:#EE5023; }
.upgrade-tips a.module{background:#3C9D40;}
.upgrade-tips span{display:inline-block; height:25px; line-height:25px; background:#328233; padding:0 10px; color:#FFF; cursor:pointer;}

/*多图上传*/
.multi-img-details{margin-top:.5em;}
.multi-img-details .multi-item{height: 150px; max-width: 150px; position:relative; float: left; margin-right: 18px;}
.multi-img-details .multi-item img{max-width: 150px; max-height: 150px;}
.multi-img-details .multi-item em{position:absolute; top: 0; right: -14px;}

.modal-dialog .avatar-browser{min-height:480px;line-height:0;color:#428bca;}
.modal-dialog .avatar-browser .thumbnail{display:block;float:left;width:100px;height:100px;margin-right:13px;cursor:pointer;overflow:hidden;}
.modal-dialog .avatar-browser .thumbnail:hover{border-color:#428bca;}

.modal-dialog .avatar-browser{min-height:480px;line-height:0;color:#428bca;}
.modal-dialog .avatar-browser .thumbnail{display:block;float:left;width:100px;height:100px;margin-right:13px;cursor:pointer;overflow:hidden;}
.modal-dialog .avatar-browser .thumbnail:hover{border-color:#428bca;}
/*数据选择器等宽弹窗：小屏自适应，避免右侧内容被裁切*/
.selector-dialog{width:920px;}
.selector-dialog .modal-body{padding:15px 15px 5px;}
.selector-list{max-height:500px; overflow:auto; -webkit-overflow-scrolling:touch;}
@media (max-width:991px){
  .selector-dialog{width:auto !important; margin:10px;}
  .selector-dialog .modal-header h3,
  .selector-dialog .modal-header h4{font-size:16px; margin:0;}
  .selector-dialog .modal-body{padding:12px 15px 4px;}
  /*抵消 .row 的 -15px 负边距，让搜索框与弹窗边框留出间距*/
  .selector-dialog .modal-body > .row{margin:0 0 10px;}
  .selector-dialog .input-group .form-control{font-size:16px;}
  .selector-dialog .modal-footer{padding:10px 15px;}
  .selector-list table{min-width:0; margin-bottom:0;}
  .selector-list table>thead>tr>th,
  .selector-list table>tbody>tr>td{padding:6px 4px; font-size:12px; white-space:nowrap;}
  .selector-list table td img{width:24px; height:24px; vertical-align:middle;}
  .selector-list table td:last-child{width:56px !important; padding:6px 0;}
  .selector-list table td,
  .selector-list table th{word-break:break-all;}
}
.pagination { margin:0;}

.history .img-list { margin: 4px; display: block; clear: both; list-style: outside none none; padding:0px;}
.history .img-list .img-item { float: left; padding: 1px; cursor: pointer; position: relative;}
.history .img-list .img-item .img-container { position: relative; width:75px; height:75px; text-align:center; background-color:#eee; background-size: contain; background-repeat: no-repeat; background-position: 50% 50%;}
.history .img-list .img-item .img-container:hover .img-meta{display:none; }
.history .img-list .img-item .img-container .img-meta { width:100%; position: absolute; bottom: 0; z-index:1; background:rgba(0,0,0,0.5); color:#eee;}
.history .img-list .img-item .img-container .select-status {display:inline-block; width:50px; height:50px; position: absolute; bottom:0; right:0; z-index:2;}
.history .img-list .img-item-selected .img-container .select-status {display:inline-block; width:50px; height:50px; position: absolute; bottom:0; right:0; background: url('../images/success-small.png') no-repeat right bottom; z-index:2;}
.history .img-list .img-item-selected .img-container .img-meta {display:none;}
.history .img-list .img-item .btnClose{text-align:right; position:absolute; top:-10px; right:-5px; display:none; z-index:10;}
.history .img-list .img-item:hover .btnClose{display:block;}
.history .img-list .img-item .btnClose a{display:inline-block; width:20px; height:20px; text-align:center; line-height:20px; color:#fff; background:rgba(0,0,0,.3); border-radius:50%;}
.history .img-list .img-item .btnClose a i.fa-times{font-size:14px; padding:3px;margin-top: 0;}
.history .img-list .img-item .btnClose a:hover{background:rgba(0,0,0,1);}
.pagination { margin:0;}

/*图文回复列表样式*/
.reply .panel-group .panel:first-child{margin:0; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.reply .panel-group .panel:first-child .img{overflow:hidden; position:relative; height:160px; background-color:#ececec; color:#c0c0c0; text-align:center; line-height:132px;}
.reply .panel-group .panel:first-child .img img{max-height:160px; max-width:100%; vertical-align:middle;}
.reply .panel-group .panel:first-child .img span{display:block; position:absolute; bottom:0; left:0; height:28px; line-height:28px; width:100%; background:rgba(0,0,0,0.7); color:#fff; padding:0 10px;}
.reply .panel-group .panel+.panel{border-radius:0; margin-top:0; border-top:0;}
.reply .panel-group .panel+.panel .panel-body{height:104px; padding-right:105px; position:relative; overflow:hidden;}
.reply .panel-group .panel+.panel .img{float:right; position:absolute; right:15px; top:12px; height:80px; width:80px; background-color:#ececec; color:#c0c0c0; line-height:80px; text-align:center; overflow:hidden;}
.reply .panel-group .panel+.panel .img img{max-width:80px; max-height:80px; vertical-align:middle; border:0;}
.reply .panel-group .panel+.panel .text h4{word-break:break-all; font-size:14px; line-height:1.5em; height:54px; overflow:hidden; text-overflow:ellipsis;}
.reply .panel-group .panel-body .mask{position:absolute; width:100%; height:100%; line-height:104px; left:0; top:0; z-index:999; background-color:rgba(229, 229, 229, 0.85) !important; text-align:center; display:none;}
.reply .panel-group .panel:first-child .panel-body .mask{line-height:160px;}
.reply .panel-group .panel-body .mask a{color:#333; display:inline-block; margin:0 3px; cursor:pointer;}
.reply .panel-group .panel-body:hover .mask{display:block;}
.reply .panel-group .panel-body .default{ font-style:normal; font-size:16px;}
.reply .panel-group .panel:last-child{margin-bottom:20px; border-bottom-left-radius:4px; border-bottom-right-radius:4px;}
.reply .panel-group .panel:last-child .panel-body{padding:15px;}
.reply .panel-group .panel-body .add{border:3px dotted #b8b8b8; height:72px; line-height:72px; text-align:center; cursor:pointer; border-radius:5px;}
.reply .panel-group img{position:absolute; left:0; top:0; display:inline-block; width:100%; height:100%;}
.reply .panel-group{clear: both;margin-bottom: 20px; position: relative;}
.reply .panel-group .del,.panel-group .no{position: absolute; top:-10px; width:20px; height:20px; color:#fff; background:rgba(0,0,0,0.3); text-align:center; line-height:20px; cursor:pointer; border-radius:100%;}
.reply .panel-group .del{right:-10px;}
.reply .panel-group .no{left:-10px;background: #3071a9}
.reply .panel-group .del:hover{background:rgba(0,0,0,0.7);}
.reply .panel-group .panel:last-child{margin-bottom: 0;}

/*素材回复列表样式*/
.material .panel-group{position:relative; cursor:pointer;}
.material .panel-group .panel:first-child{margin:0; border-bottom-left-radius:0; border-bottom-right-radius:0;}
.material .panel-group .panel:first-child .img{overflow:hidden; position:relative; height:160px; background-color:#ececec; color:#c0c0c0; text-align:center; line-height:132px;}
.material .panel-group .panel:first-child .img img{max-height:160px; max-width:100%; vertical-align:middle;}
.material .panel-group .panel:first-child .img span{display:block; position:absolute; bottom:0; left:0; height:28px; line-height:28px; width:100%; background:rgba(0,0,0,0.7); color:#fff; padding:0 10px;}
.material .panel-group .panel+.panel{border-radius:0; margin-top:0; border-top:0;}
.material .panel-group .panel+.panel .panel-body{height:104px; padding-right:105px; position:relative; overflow:hidden;}
.material .panel-group .panel+.panel .img{float:right; position:absolute; right:15px; top:12px; height:80px; width:80px; background-color:#ececec; color:#c0c0c0; line-height:80px; text-align:center; overflow:hidden;}
.material .panel-group .panel+.panel .img img{max-width:80px; max-height:80px; vertical-align:middle; border:0;}
.material .panel-group .panel+.panel .text h4{word-break:break-all; font-size:14px; line-height:1.5em; height:54px; overflow:hidden; text-overflow:ellipsis;}
.material .panel-group .panel-body .default{ font-style:normal; font-size:16px;}
.material .panel-group .panel:last-child{margin-bottom:0px; border-bottom-left-radius:20px; border-bottom-right-radius:4px;}
.material .panel-group .panel:last-child .panel-body{padding:15px;}
.material .panel-group img{position:absolute; left:0; top:0; display:inline-block; width:100%; height:100%;}
.material .panel-group .mask{position:absolute; width:100%; height:100%; left:0; top:0; z-index:10; background-color:rgba(0,0,0,0.6 ) !important; text-align:center; display:none; border-radius:4px;}
.material .panel-group:hover .mask,.panel-group.selected .mask{display:block;}
.material .panel-group>i{display:none; width:46px; height:46px; color:#fff; text-align:center; line-height:46px; z-index:20; position:absolute; top:50%; left:50%; margin-top:-23px; margin-left:-23px; font-size:46px; font-weight:200;}
.material .panel-group.selected>i{display:inline-block}

/*图文回复编辑样式*/
.reply .aside{}
.reply .aside .card{position:relative;}
.reply .aside .panel-body{min-height:50px;}
.reply .aside .arrow-left,.reply .aside .arrow-left:after{width: 0; height: 0; border-style: solid; border-width: 8px 10px 8px 0; border-color: transparent #d1d1d1 transparent transparent; position: absolute; left: -10px; top: 15px;}
.reply .aside .arrow-left:after{content: ""; border-right-color: #fff; left: 1px; top: -8px;}
.reply .aside .img{height:92px; text-align:center; position:relative; overflow:hidden; padding:0;}
.reply .aside .img img{display:inline-block; max-width:100%; vertical-align:middle; margin:0; border:0;}
.reply .aside .img h3{position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:2; color:#fff; background:rgba(51,51,51,0.5); padding:5px 15px; font-size:14px; line-height:1.5em; margin:0; cursor:pointer;}
.reply .aside .img>span{display:block; border:1px solid #eee; height:100%; text-align:center; line-height:92px; cursor:pointer;}
.reply .aside .img>span i{color:green;}

/*导航栏文章样式*/
.topbar-notice{cursor: pointer;}
.topbar-notice .dropdown-menu{width:440px; left:-183px; padding:0;}
.topbar-notice .topbar-notice-arrow,.topbar-notice .topbar-notice-arrow:after{width: 0; height: 0; border-style: solid; position: absolute; border-width: 0 8px 10px 8px; border-color:transparent transparent rgba(0,0,0,.4) transparent; left: 50%; top:-11px; margin-left:-9px;}
.topbar-notice .topbar-notice-arrow:after{content: ""; border-bottom-color:#eaedf1; left:1px; top:1px;}
.topbar-notice .topbar-notice-head{height:50px; padding:0 15px; font-size:14px; line-height:50px; background:#eaedf1; color:#333; border-top-left-radius:4px; border-top-right-radius:4px;}
.topbar-notice .topbar-notice-body ul{margin:0; padding:0; list-style:none; height:305px; overflow-y:auto; background:#fff;}
.topbar-notice .topbar-notice-body ul li{border-bottom:1px solid #eaedf1;}
.topbar-notice .topbar-notice-body ul li a{display:table; width:100%; padding:10px; overflow:hidden; background-color:#fff;}
.topbar-notice .topbar-notice-body ul li:hover a{background-color:#f2f2f2;}
.topbar-notice .topbar-notice-body ul li a div{display:table-cell; }
.topbar-notice .topbar-notice-body ul li a div:first-child{width:20px; vertical-align:middle; font-size:10px}
.topbar-notice .topbar-notice-body ul li a div:first-child i.new{color:#ff9900}
.topbar-notice .topbar-notice-body ul li a div:first-child i.old{color:#d5d5d5}
.topbar-notice .topbar-notice-body ul li a h3{font-size:14px; max-width:300px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:20px; line-height:20px; margin:0;}
.topbar-notice .topbar-notice-body ul li a .date{color:#333;}
.topbar-notice .topbar-notice-body ul li a div:nth-of-type(3){width:60px; text-align:right; vertical-align:middle; height:10px;}
.topbar-notice .topbar-notice-footer{height:50px; line-height:50px; text-align:center;}

/*新闻文章页面样式*/
.notice-show .breadcrumb{padding-left:0;}
.notice-show .category-btn{margin-bottom:10px;}
.notice-show .panel{padding:0 50px;}
.notice-show .panel .panel-heading{background-color:#fff; padding-left:0;}
.notice-show h5{color:#428BCA; border-left:3px solid #428BCA; padding-left:15px;}
.notice-show .small span{display:inline-block; margin:0 10px 0 0;}
.notice-show .panel ul{list-style:none; padding:0; margin:0;}
.notice-show .panel ul li{height:30px; line-height:30px; white-space:nowrap; overflow:hidden; padding-right:150px; position:relative;}
.notice-show .panel ul li a{display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis;}
.notice-show .date{ position:absolute; right:0;}
.notice-show h6{font-size:24px;}

/*图片弹出框*/
#modal-webuploader{z-index:1000000000}

/*表单验证插件*/
.bv-form .help-block{margin-bottom: 0}
.has-error .help-text, .has-success .help-text{color:#737373}

/*系统弹窗模态框*/
#modal-message{z-index:10000000000}
#map-dialog{z-index:10000000001}

/*优惠券列表*/
#counpon-Modal .table td, #counpon-Modal .table th{text-align:center;}

/* 后台统一视觉层 */
:root{
	--admin-ink:#243342;
	--admin-muted:#718096;
  --admin-brand:#237fa5;
  --admin-brand-dark:#176b87;
	--admin-line:#e5e9ee;
	--admin-surface:#fff;
  --admin-bg:#f3f7fa;
}
body{
	color:var(--admin-ink);
	background:var(--admin-bg);
	font-family:"Noto Sans SC","Microsoft YaHei",sans-serif;
	line-height:1.6;
}
body:before{
	content:"";
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	height:220px;
  background:linear-gradient(135deg,#dceff5 0%,#f3f7fa 68%);
	pointer-events:none;
}
a{color:var(--admin-brand); transition:color .18s ease,background-color .18s ease,border-color .18s ease;}
a:hover,a:focus{color:var(--admin-brand-dark);}
.container-fluid{max-width:1600px;}
.breadcrumb{padding:10px 16px; margin:0 0 18px; border:1px solid var(--admin-line); border-radius:8px; background:rgba(255,255,255,.75); color:var(--admin-muted);}
.breadcrumb>li+li:before{color:#aab5be;}
.page-header{border-bottom:1px solid var(--admin-line); margin:0 0 22px; padding:0 0 14px;}
.page-header h4,.page-header h5{font-weight:600; color:var(--admin-ink);}
.panel{border:1px solid var(--admin-line); border-radius:10px; background:var(--admin-surface); box-shadow:0 5px 20px rgba(31,50,64,.045); overflow:hidden;}
.panel-heading{padding:14px 18px; border-bottom:1px solid var(--admin-line); background:#fbfcfc; color:var(--admin-ink); font-weight:600;}
.panel-title{font-size:15px; font-weight:600;}
.panel-body{padding:20px;}
.panel-footer{border-top:1px solid var(--admin-line); background:#fbfcfc;}
.table{margin-bottom:0; color:var(--admin-ink);}
.table>thead>tr>th{padding:13px 14px; background:#f7f9fa; color:#617180; font-size:12px; font-weight:600; letter-spacing:.02em; border-bottom:1px solid var(--admin-line);}
.table>tbody>tr>td,.table>tbody>tr>th{padding:13px 14px; border-top:1px solid #edf0f2;}
.table-hover>tbody>tr:hover{background:#eef8fb;}
.table-responsive{border:1px solid var(--admin-line); border-radius:8px; background:#fff;}
.form-control,.input-group-addon,.input-group-btn .btn{height:38px; border-color:#d8e0e5; box-shadow:none;}
.form-control{border-radius:6px; color:var(--admin-ink);}
.form-control:focus{border-color:#75bfd6; box-shadow:0 0 0 3px rgba(35,127,165,.12);}
.input-group-addon{background:#f7f9fa; color:var(--admin-muted);}
.control-label{color:#526372; font-weight:600;}
.btn{border-radius:6px; font-weight:500; transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;}
.btn:hover{transform:translateY(-1px);}
.btn-primary,.btn-success{border-color:var(--admin-brand); background:var(--admin-brand);}
.btn-primary:hover,.btn-primary:focus,.btn-success:hover,.btn-success:focus{border-color:var(--admin-brand-dark); background:var(--admin-brand-dark);}
.btn-default{border-color:#d8e0e5; background:#fff; color:#526372;}
.btn-default:hover,.btn-default:focus{border-color:#a9d8e6; background:#eef8fb; color:var(--admin-brand-dark);}
.label-primary,.badge{background:var(--admin-brand);}
.nav-tabs{border-bottom-color:var(--admin-line);}
.nav-tabs>li>a{padding:10px 16px; color:var(--admin-muted); border:0; border-bottom:2px solid transparent;}
.nav-tabs>li>a:hover{border-color:transparent transparent #a9d8e6; background:transparent; color:var(--admin-brand);}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{border:0; border-bottom:2px solid var(--admin-brand); background:transparent; color:var(--admin-brand-dark);}
.pagination>li>a,.pagination>li>span{margin-left:4px; border:1px solid var(--admin-line); border-radius:5px; color:var(--admin-brand);}
.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{border-radius:5px;}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover{border-color:var(--admin-brand); background:var(--admin-brand);}
.alert{border:0; border-radius:8px; box-shadow:0 4px 16px rgba(31,50,64,.04);}
.well{border:1px solid var(--admin-line); border-radius:10px; background:rgba(255,255,255,.8); box-shadow:0 5px 20px rgba(31,50,64,.04);}
.big-menu .panel{border-radius:8px; margin-bottom:10px;}
.big-menu .panel .panel-heading{background:#fff;}
.big-menu .panel .panel-collapse{background:#eef8fb; border-left-color:var(--admin-line); color:var(--admin-brand);}
.big-menu .panel .list-group-item{border-color:#edf0f2;}
.big-menu .panel .list-group-item:hover{background:#eef8fb; color:var(--admin-brand-dark);}
.login,.register{padding-top:7em; background-color:#102a43; background-image:linear-gradient(135deg,rgba(35,127,165,.88),rgba(16,42,67,.96));}
.login .panel,.register .panel{border:0; border-radius:12px; box-shadow:0 18px 60px rgba(0,0,0,.22);}
.login .logo a,.register .logo a{filter:drop-shadow(0 2px 8px rgba(0,0,0,.2));}
.welcome-container .shortcut a{border:1px solid transparent; border-radius:8px; color:var(--admin-ink); transition:background-color .18s ease,border-color .18s ease,transform .18s ease;}
.welcome-container .shortcut a:hover{border-color:#a9d8e6; background:#eef8fb; transform:translateY(-2px);}
.profile-page{max-width:920px; margin:0 auto; padding:0 0 30px;}
.gw-container .profile-shell{background:transparent; border:0; box-shadow:none;}
.profile-shell .profile-tabs{display:none;}
.profile-tabs{margin:0 0 18px; padding-left:6px;}
.profile-tabs>li>a{font-size:15px; font-weight:600;}
.profile-card{overflow:hidden; border:1px solid #d5dfe2; border-radius:14px; background:#f9fbfb; box-shadow:0 12px 34px rgba(35,55,66,.09);}
.profile-card-head{display:flex; align-items:center; gap:14px; padding:24px 30px; background:linear-gradient(135deg,#dceff5 0%,#f5fbfd 78%); border-bottom:1px solid #c9e3eb;}
.profile-card-icon{display:flex; align-items:center; justify-content:center; flex:0 0 50px; width:50px; height:50px; border-radius:15px; background:#237fa5; color:#fff; font-size:22px; box-shadow:0 7px 16px rgba(35,127,165,.2);}
.profile-card-head h3{margin:0 0 3px; color:#243342; font-size:20px; font-weight:600;}
.profile-card-head p{margin:0; color:#718096; font-size:13px;}
.profile-form{padding:28px 30px 12px;}
.profile-form .profile-field{display:flex; align-items:center; margin:0 0 18px;}
.profile-form .profile-field>label{padding-top:0; color:#526372; font-size:14px; font-weight:600;}
.profile-form .profile-field>div{float:none;}
.profile-input-wrap{position:relative;}
.profile-input-wrap>i{position:absolute; z-index:2; top:0; left:14px; width:18px; height:38px; line-height:38px; color:#6d9eac; text-align:center;}
.profile-input-wrap .form-control{padding-left:42px; background:#fff;}
.profile-input-wrap .form-control[readonly]{background:#eaf5f8; color:#718096; cursor:not-allowed;}
.profile-section-title{margin:24px 0 18px; padding:12px 14px; border-left:3px solid #56aec8; border-radius:0 6px 6px 0; background:#e8f5f9; color:#24566a; font-size:13px; font-weight:600;}
.profile-actions{margin:26px 0 0; padding-top:22px; border-top:1px solid #d8eaf0;}
.profile-actions .btn{min-width:128px; padding:10px 20px; font-size:14px;}
@media screen and (max-width:767px){
  .profile-page{padding:0 0 22px;}
  .profile-tabs{margin-bottom:12px; padding-left:0;}
  .profile-card{border-radius:12px;}
  .profile-card-head{padding:20px 18px;}
  .profile-card-icon{flex-basis:44px; width:44px; height:44px; border-radius:13px; font-size:19px;}
  .profile-card-head h3{font-size:18px;}
  .profile-card-head p{font-size:12px;}
  .profile-form{padding:22px 18px 8px;}
  .profile-form .profile-field{display:block; margin-bottom:16px;}
  .profile-form .profile-field>label{display:block; width:auto; margin-bottom:7px; padding:0; text-align:left;}
  .profile-form .profile-field>div{width:auto; padding:0;}
  .profile-section-title{margin:22px 0 16px;}
  .profile-actions{margin-top:22px; padding-top:18px;}
  .profile-actions>label{display:none !important;}
  .profile-actions>div{width:100%; padding:0;}
  .profile-actions .btn{display:block; width:100%;}
}
#counpon-Modal .coupon-content .info{height:100px; line-height:100px; text-align:center; font-size:22px; font-weight:normal}

/*素材列表*/
#material-Modal #wxcard .table td, #material-Modal #wxcard .table th{text-align:center;}
#material-Modal .material-content .info{height:100px; line-height:100px; text-align:center; font-size:22px; font-weight:normal}

/*工具类*/
.padding-b-0{padding-bottom:0;}

/*计划任务日志弹出框*/
.mass-log:hover{cursor:wait;}
.table-cron.table{margin-bottom:0}
.table-cron.table tr td{white-space:normal; overflow:auto}
.table-cron.table tr:first-child td{border-top:none}

/*菜单样式*/
.menu .page-header{border:none; border-left:0.3em #333 solid; padding-left:1em;}
.menu .tile{display:block; float:left; margin:0.4em;padding:.2em 1em .5em 1em; width:8em; text-align:center; background:#EEE; color:#333; text-decoration:none;}
.menu .tile:hover{background:#7dacdd; color:#FFF;}
.menu .tile > i{display:block; font-size:2em; margin:0.3em auto 0 auto;}
.menu .tile > span{display:block;}

.module .thumbnails{padding:0; margin:0 0 0 -15px;}
.module li{position:relative; margin-left:15px; float:left;}
.module-priority{vertical-align:middle; height:30px; line-height:30px;cursor:pointer;}
span.module-priority{cursor:default;}
.module-priority select{vertical-align:middle; width:inherit; margin:0;}
.module-pic{width:100%;min-height:135px; overflow:hidden;position:relative;}
.module-pic > img{display:block; width:100%; height:147px; margin:0 auto;}
.module-pic .official{position:absolute; top:5px; right:5px;}
.module-button{padding:9px 0; height:30px; line-height:30px; box-sizing:content-box;}
.module-button .popover{width:auto;left:auto;top:auto;bottom:0;right:0;margin:0;margin-bottom:55px;line-height:20px;}
.module-button .popover-content {padding:5px 10px; overflow:hidden;}
.module-button .popover .arrow{left:85%;}
.module-button .popover select{width:100%;}
.module-detail{position:absolute;bottom:0;filter:Alpha(opacity=70);background:#000;background:rgba(0, 0, 0, 0.7);width:100%;font-family:arial,宋体b8b\4f53,sans-serif;}
.module-detail p{padding:0 9px; margin:0;}
.module-detail h5{color:#FFF;font-weight:normal;padding:0 9px;}
.module-detail h5 small,.module-detail p{color:#CCC;}
p.module-brief{margin-bottom:10px; font-size:12px;}
p.module-description{display:block;padding:3px 10px;}

.require{color:red; margin-right:5px}

.deskmenu .cover{display : none;position: absolute;background : #000000;opacity: 0.5;width: 111px;height: 21px;}
.deskmenu .edit{color : #FFF;position: absolute;display: none;}
.deskmenu .del{color : #FFF;position: absolute;display: none;}
/*卡券*/
.marbot0{margin-bottom:0}
.clear{width:100%;height:0;clear:both;}
.form-area{margin:1px 0;padding:10px 15px;background:#F5F5F5;}
.card-title{background: url("../images/card.png") no-repeat scroll 0 -84px rgba(0, 0, 0, 0);color: #ffffff;font-size: 17px;height: 62px;line-height: 85px;text-align: center;}
.shop-panel{padding:21px 12px 12px;color:#FFF;position: relative}
.logo-area{margin-bottom:7px;}
.logo-area .logo{width:38px;height: 38px;padding-top: 0;margin-right: 7px;border-radius: 22px;border: 1px solid #d3d3d3;}
.logo-area .logo img{width:38px;height: 38px;border-radius: 22px;}
.msg-area{}
.tick-msg{text-align: center;margin-bottom: 6px;color:#fff;}
.tick-msg b{font-weight: normal;font-size:24px;color:#fff}
.tick-time{text-align: center;color:#fff}
.deco{position:absolute;bottom: -1px;left: 0;width: 100%;height: 5px;background: url(../images/card_tpl.png) repeat-x;}
.card-dispose{padding:15px 0;border-bottom: 1px solid #e7e7eb;margin-bottom: 15px;background: #fff;position: relative}
.unset{height:30px;line-height:30px;padding-left:15px;display: none;}
.barcode{width:320px;height:71px;margin:0 auto;background:url("../images/card.png") 27px -156px no-repeat}
.qrcode{width:320px;height:174px;margin:0 auto;background:url("../images/card.png") 70px -237px no-repeat}
.sn-area{text-align: center;font-size:25px;color:#000;}
.code_num{font-size:15px;text-align: center;margin-bottom: 10px;}
.list{border-top:1px solid #e7e7eb;border-bottom:1px solid #e7e7eb;background: #fff;padding:0;}
.list li{padding-left:15px;list-style: none;position: relative}
.li-panel{padding:11px 30px 11px 0;display:block;border-bottom: 1px solid #e7e7eb;}
.ricon{position: absolute;right:20px;top:15px}
.cicon{position: absolute;left:50%;top:25%;display:none;}
.hover{background: #E9E9E9;opacity:0.8}
.arrow_in{position: absolute;width:0;height:0;border-width: 12px;border-style: dashed;border-color: transparent;top:120px;left:-13px;border-left-width: 0;border-right-color: #f4f5f9;border-right-style: solid;}
.code_preview{display: none}


/* 增强后台层次与对比度 */
body{background:#edf3f7;}
body.white-bg{background-color:#fff;}
body.white-bg:before{display:none;}
body:before{height:280px; background:linear-gradient(135deg,#d5eaf2 0%,#edf3f7 72%);}
.container-fluid{padding-top:4px;}
.panel,.well{border-color:#d4e0e7; background:#fbfdfe; box-shadow:0 8px 24px rgba(28,63,82,.08);}
.panel-heading,.panel-footer{background:#edf5f8; border-color:#d4e0e7;}
.panel-body{background:#fbfdfe;}
.table-responsive{border-color:#d5dfe2; background:#f9fbfb;}
.table>thead>tr>th{background:#e1eff4; color:#405864; border-bottom-color:#c8dce4;}
.table>tbody>tr>td,.table>tbody>tr>th{border-top-color:#dce5e6;}
.table-hover>tbody>tr:hover{background:#e8f5f9;}
.form-control{background:#fdfefe; border-color:#c6d6df;}
.input-group-addon{background:#eaf3f7; border-color:#c6d6df;}
.big-menu .panel .panel-heading{background:#dcecf3;}
.big-menu .panel .list-group-item{background:#f5fafc; border-color:#d7e5eb;}
.big-menu .panel .list-group-item:hover{background:#e5f3f8;}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{background:#e4f2f7;}
.breadcrumb{background:rgba(237,246,249,.9); border-color:#cfe1e8;}
.well{background:rgba(248,252,253,.92);}




