@charset "UTF-8";
/*globle*/
/*默认字体*/
/* 色彩 */
/* 基本色 */
/* 背景色 */
/* 间隔色 */
/* 边框色 */
/* 警告色 */
/* 白色  */
/*链接*/
/*链接_悬停*/
/*默认背景*/
/*默认颜色*/
/*head背景*/
/*链接*/
/*链接_悬停*/
/*nav 背景*/
/*content背景*/
/*table 间隔*/
/*table_悬停*/
/*table 行间隔色*/
/*table hover行间隔色*/
/*table hover行间隔色*/
/*新增字体颜色*/
/*新增基本颜色*/
/* 输入框颜色 */
body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, form, th, td {
  margin: 0;
  padding: 0; }

body, button, input, select, textarea {
  font: 14px/1.5 "Microsoft YaHei", STXihei, Arial, Helvetica, sans-serif; }

body {
  color: #333; }

html, body {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; }
::-webkit-scrollbar { width: 0 !important }

a {
  color: #333; }

body {
  background: #eee; }

a {
  text-decoration: none; }

a:hover {
  cursor: pointer;
  color: #2D9CFF;
  text-decoration: none; }

a > img {
  border: 0; }

ul, ol {
  list-style: none; }

:focus {
  outline: none; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

.text_two_line {
  width: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; }

.text_one_line {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.success {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: green;
  border-color: green; }

.wrong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 0;
  height: 35px; }

.wrong .warn {
  position: absolute;
  top: 0;
  left: 5px;
  height: 33px;
  display: none;
  line-height: 33px;
  padding: 0 10px;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal; }

.warn {
  color: #e90c0c;
  border-color: #e90c0c; }

.ov {
  zoom: 1;
  overflow: hidden; }

.cl {
  *zoom: 1; }

.cl:after {
  visibility: hidden;
  display: table;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden; }

.t-hd {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.hp_mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.remind_info {
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
  cursor: pointer; }
  .remind_info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 12px solid #ff0000;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 5px; }
  .remind_info.danger::after {
    border-color: #ff0000 #ff0000 transparent transparent; }
  .remind_info.danger .warn_con {
    border-color: #ff0000; }
    .remind_info.danger .warn_con::after {
      border-color: transparent transparent #ff0000 transparent; }
  .remind_info.normal::after {
    border-color: #13dda2 #13dda2 transparent transparent; }
  .remind_info.normal .warn_con {
    border-color: #13dda2; }
    .remind_info.normal .warn_con::after {
      border-color: transparent transparent #13dda2 transparent; }
  .remind_info::before {
    content: "!";
    position: absolute;
    left: 50%;
    top: -10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    z-index: 1;
    font-weight: bold;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .remind_info .warn_con {
    position: absolute;
    left: -100px;
    display: block;
    background-color: #fff;
    border: 1px solid #ff0000;
    width: 260px;
    margin-top: 29px;
    padding: 10px 0px 10px 10px; }
    .remind_info .warn_con .con_tit {
      display: block;
      height: 25px;
      font-size: 14px;
      text-align: left;
      height: 30px; }
    .remind_info .warn_con .con_lst {
      display: block;
      height: 30px;
      line-height: 30px;
      white-space: nowrap;
      font-size: 14px;
      text-align: left; }
      .remind_info .warn_con .con_lst .item {
        display: inline-block;
        white-space: nowrap; }
    .remind_info .warn_con::after {
      position: absolute;
      left: 110px;
      top: -10px;
      content: "";
      width: 0;
      height: 0;
      border: 5px solid #ff0000; }

/* 基本布局 */
.v {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  overflow: hidden; }

.wp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding-right: 0px;
  overflow-y: auto;
  background: #fafcfe;
  width: 90%;
  min-width: 1366px;
  margin: 0 auto;
}
.panel-wrap {
  /* width: calc(100% - 245px); */
  width: 100%;
  margin: 0;
  max-width: 1000px;
  *zoom: 1;
  max-width: none;
  /*min-width: 1200px;*/
  overflow-y:auto;
    background-color:white;}
.width-90 {
  width: 90%;
  min-width: 1366px;
  margin: 0 auto;
}
.zj_panel-wrap{
  overflow: hidden;
  position: fixed;
  z-index: 999;
  background: #FFFFFF;
  left:0;
  box-shadow: 4px 2px 7px 0 rgba(212,212,212,0.40);
}
  .panel-wrap:before, .panel-wrap:after {
    content: " ";
    display: table; }
  .panel-wrap:after {
    clear: both; }

.hd-wrap {
  position: relative;
  height: 60px;
  color: #f1f2f5; }
  .hd-wrap .b-line-height-60 {
/*    display: inline-block;*/
    font-size: 16px;
/*    line-height: 60px;*/ }
  .hd-wrap .go-back {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    color: #f1f2f5; }
    .hd-wrap .go-back::before {
      content: "";
      left: 4px;
      top: 24px;
      display: block;
      position: absolute;
      width: 12px;
      height: 12px;
      border: solid #f1f2f5;
      border-width: 2px 2px 0 0;
      -webkit-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .hd-wrap .go-back:hover {
      color: #04CBB7; }
      .hd-wrap .go-back:hover::before {
        border-color: #04CBB7; }
  .columns {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  float: left; }
      .row .row.collapse {
      width: auto;
/*      margin: 0;*/
margin-top: 10px;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }
          .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
      .small-1 {
    position: relative;
    width: 8.33333%; }
  .small-2 {
    position: relative;
    width: 16.66667%; }
  .small-3 {
    position: relative;
    width: 25%; }
  .small-4 {
    position: relative;
    width: 33.33333%; }
  .small-5 {
    position: relative;
    width: 41.66667%; }
  .small-6 {
    position: relative;
    width: 50%; }
  .small-7 {
    position: relative;
    width: 58.33333%; }
  .small-8 {
    position: relative;
    width: 66.66667%; }
  .small-9 {
    position: relative;
    width: 75%; }
  .small-10 {
    position: relative;
    width: 83.33333%; }
  .small-11 {
    position: relative;
    width: 91.66667%; }
  .small-12 {
    position: relative;
    width: 95%; }
    [class*="column"] + [class*="column"]:last-child {
    float: right; }
    .panel-wrap .d-hd-operator {
    position: relative;
    float: right;
    display: inline-block;
    white-space: nowrap;
    height: 34px;
 /*   margin-top: 13px;*/
    /*padding-right: 30px; */
    }
      .panel-wrap .user-name, .panel-wrap .d-hd-style {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    min-width: 20px;
    vertical-align: middle; 
    /*color:black;*/

        font-size: 14px;
        color: #5A606B;
        letter-spacing: 0;
  }
  .panel-wrap .logout {
    /*    position: absolute;*/
    right: 0px;
    top: 0;
    display: inline-block;
    margin: 0 10px -4px  10px;
    /*    margin-top: 6px;*/
    /*   background-image: url(../pic/_develop_icons.png);*/
    /*background-position: -50px 0px;*/
    width: 24px;
    height: 24px;
    /*color:black;*/
    background: url(../pic/logout_new.png) no-repeat center;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
  }
.panel-wrap .icon_super_master {
  right: 0px;
  top: 0;
  display: inline-block;
  margin: 0 10px -4px  10px;
  width: 24px;
  height: 24px;
  /*color:black;*/
  background: url(../pic/super_master_new.png) no-repeat center;
}
.panel-wrap .icon_help_center {
  right: 0px;
  top: 0;
  display: inline-block;
  margin: 0 10px -4px  10px;
  width: 24px;
  height: 24px;
  /*color:black;*/
  background: url(../pic/help_center_new.png) no-repeat center;
}
    /*.panel-wrap .logout:hover {*/
/*!*      background-image: url(../pic/_develop_icons.png);*!*/
      /*background-position: -50px -22px;*/
      /*width: 22px;*/
      /*height: 22px; */
     /*color:black;}*/
.sc {
  padding: 40px 0 0 0;
  min-width: 970px; }

/* header */
.head {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fafcfe;
/*  border-right: 1px solid #000;*/ }

.host {
  position: relative;
  min-height: 70px;
  padding-left: 87px;
  font-size: 20px;
  color: #5A606B;
  letter-spacing: 0;
  line-height: 70px;
  background: #FFFFFF;
  box-shadow: 0 2px 7px 0 rgba(212,212,212,0.40);
}
.host .zj_header_logo{
  width:50px;
  height:50px;
  position: absolute;
  left:18px;
  top:13px;
}

.zj_container{
  padding-left: 40px;
    height: 100%;
  overflow-y: auto;
  margin-right: 10px;
}
.zj_container .dropdown{
  padding-top: 6px;
}
.zj_sidebar_title{
  font-size: 16px;
  color: #111111;
  line-height: 16px;
    cursor: pointer;
  width: 100%;
  display: inline-block;
}
.zj_container .icon-sidebar{
  width: 12px;
  height:12px;
  display: inline-block;
  margin-right: 12px;
}
.icon-home_new{
    background: url(../pic/home_new.png);
}
.icon-materical_manage_new{
  background: url(../pic/materical_manage_new.png);
}
.icon-automated_operation_new{
  background: url(../pic/automated_operation_new.png);
}
.icon-channel_customization_new{
  background: url(../pic/channel_customization_new.png);
}
.icon-smart_marketing_new{
  background: url(../pic/smart_marketing_new.png);
}
.zj_container .dropdown-menu{
  margin-top: 24px;
  font-size: 14px;
  color: #5A606B;
  line-height: 14px;
  margin-left: 24px;
}
.zj_container .dropdown-menu li a:hover,.zj_container .dropdown-menu li.cur a,.zj_container .dropdown span.cur{
    color: #2D9CFF;
}
.zj_container .dropdown-menu li{
    margin-bottom: 14px;
}
.zj_container .dropdown-menu li.sidebar_line{
  width: 100px;
  height: 1px;
  background: #ebebeb;
  margin-top: 24px;

}

/* .host>a{display:block;position: relative;height: 100%; text-align: center;} */
/* .host>img{ position: absolute;left: 50%;top:50%;margin-left:-92px;margin-top:-45px;display: block; } */
.nav {
  margin-top: 15px; }

.nav > li {
  display: block;
  margin-bottom: 30px; }

.nav > li > a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  /* opacity: .5; */
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*border-bottom: 1px solid #000; -webkit-transition: 0.1s ease;-moz-transition: 0.1s ease;-ms-transition: 0.1s ease;transition: 0.1 sease; */ }

.nav > li:hover > a {
  opacity: 1;
  background: #2b2f38; }

.nav > li.cur > a {
  color: #fff;
  background: #13DDA2;
  border-color: #13DDA2; }

.nav > li > a:hover {
  opacity: 1;
  background: rgba(19, 221, 162, 0.3);
  border-color: rgba(19, 221, 162, 0.3); }

.nav > li.cur > a:hover {
  color: #fff;
  background: #13DDA2;
  border-color: #13DDA2; }

/* new   导航加icon*/
.nav > li > a {
  position: relative; }

.self_data:before, .acm:before, .lmt:before, .hlp:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  margin-left: 20px;
  content: "";
  width: 28px;
  height: 22px; }

.self_data:before {
  background: url(../pic/l_data.png) no-repeat; }

.acm:before {
  background: url(../pic/acm.png) no-repeat; }

.lmt:before {
  background: url(../pic/lmt.png) no-repeat; }

.hlp:before {
  background: url(../pic/hp.png) no-repeat; }

.u_inf {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.u_inf > .um, .u_inf > .um_style {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.u_inf > .um_style {
  color: #fff; }

.u_set {
  visibility: hidden;
  width: 100%;
  background: #fff;
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100; }

.u_set > li {
  position: relative;
  height: 32px;
  text-align: center;
  width: 100%; }

.u_set > li > a {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px; }

.u_set > li:before {
  position: absolute;
  content: '';
  display: block;
  left: 5px;
  right: 5px;
  height: 0;
  font-size: 0;
  border-top: 1px solid #d9d9d9;
  overflow: hidden; }

.u_inf:hover .u_set {
  visibility: visible; }

.t_nav > li > a, .hp_b, .t_now, .u_inf .um {
  color: #f5f5f5;
  opacity: .5;
  transition: .1s ease; }

.t_nav > li > a:hover, .hp_b:hover, .t_now:hover, .u_inf:hover .um {
  color: #f5f5f5;
  opacity: 1; }

/* content*/
.ht {

}

.ht > b {
  float: left;
  display: block;
  height: 35px;
  line-height: 35px;
  font-weight: normal;
  font-size: 18px; }

.ht .ctr {
  padding: 0; }

.cell .tit {
  position: relative;
  height: 45px;
  padding: 0 10px;
  line-height: 45px;
  background: #e1fff4; }

.cell .tit > b {
  color: #13DDA2;
  display: block;
  font-size: 18px;
  font-weight: normal; }

.cell .arw {
  position: absolute;
  top: 50%;
  left: 100px;
  margin-top: -4px;
  display: inline-block;
  width: 7px;
  height: 9px;
  background: url(../pic/m_neh.png); }

.cell .arw_n {
    position: absolute;
    top: 30%;
    left: 100px;
    margin-top: -4px;
    display: inline-block;
    width: 25px;
    height: 23px;
    background: url(../pic/m_neh_n.png);
    cursor: pointer;
  }

.cell .arw_n_dn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.cell .arw_n_up {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.cell .arw_dn {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.cell .arw_up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.cell .ct {
  padding-bottom: 25px; }

.cell .ct > .dl {
  padding-left: 10px; }

.dl {
  position: relative;
  margin-top: 25px;
  font-size: 0;
  line-height: 0; }

.dl .dt {
  display: inline-block;
  vertical-align: top;
  min-width: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #5A606B; }

.dl .dd {
  display: inline-block;
  vertical-align: top;
  min-height: 35px;
  line-height: 30px;
  font-size: 14px;
  color: #666; }

.dl .dd p {
  line-height: 30px; }

.dl .row {
  display: inline-block;
  min-width: 200px;
  padding-right: 20px;
  line-height: 30px;
  font-size: 14px; }

.dl .dd .sli {
  margin-bottom: 10px; }

.dl .dd .sli .ctr_b {
  width: 160px; }

.dl.mt {
  margin: 0; }

.sp {
  padding: 0 10px; }

.hr {
  padding: 15px 0 25px;
  border-bottom: 1px solid #d9d9d9; }

.hr .tit {
  height: 30px;
  line-height: 30px;
  font-size: 18px; }

.list {
  margin: 0; }

/*tab*/
.tabs_ul {
  height: 35px;
  width: 100%;
  background: #fafafa;
  font-size: 0;
  line-height: 0;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tabs_ul > li {
  display: inline-block;
  height: 34px;
  margin: 0 1px 0 -1px;
  border: solid transparent;
  border-width: 0 1px; }

.tabs_ul > li > a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 14px;
  padding: 0 20px; }

.tabs_ul > .cur {
  background: #fff;
  border: solid #d9d9d9;
  border-width: 0 1px; }

.tabs_ul > .cur > a {
  font-weight: bold;
  color: #13DDA2; }

.tabs_list {
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px; }

.tabs_list .item {
  display: none;
  margin: 0 -1px -1px; }

.tabs_list .item.cur {
  display: block; }

.tabs_list .cap {
  border: none; }

.cap {
  min-height: 35px;
  padding: 10px 0px 0;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 1px 0; }

.cap .tr {
  padding-bottom: 10px; }

.cap .dl {
  margin: 0;
  padding: 0 0 10px; }

.cap .li {
  display: table-cell;
  padding-right: 20px; }

.cap em {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 5px;
  font-style: normal; }

.cap .size {
  display: block;
  float: right;
  padding: 0; }

.cap .size .slc {
  width: 80px; }

.tabs > .cap {
  border-width: 0 1px; }

.chb_ul {
  float: right;
  zoom: 1;
  overflow: hidden; }

.chb_ul .ctr_b {
  float: left;
  border: 1px solid #13DDA2;
  border-width: 1px 0 1px 1px;
  border-collapse: collapse;
  margin: 0;
  color: #666; }

.chb_ul .ctr_b:last-child {
  border: 1px solid #13DDA2; }

.chb_ul .ctr_b span {
  width: 52px;
  text-align: center;
  color: #666; }

.chk_ul {
  text-align: center; }

.chk_ul .ctr_b {
  margin: 0 15px; }

/*slc_box*/
.ctr_box, .tab_box {
  font-size: 0;
  line-height: 0; }

.tab_box {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.ctr_ul .li {
  display: none; }

.ctr_ul .cur {
  display: block; }

.ctr_box .ctr_b, .tab_box .ctr_b {
  margin-right: 20px; }

/*flexbox*/
.flex {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

.flex .li {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.flex .item {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

/* popbox */
.tip_box {
  position: relative;
  display: inline-block;
  padding: 5px;
  margin-top: 10px;
  background: #fafafa;
  border: 1px solid #d9d9d9; }

.tip_box > s {
  position: absolute;
  top: -6px;
  left: 35px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden; }

.tip_box .dl {
  position: relative;
  padding: 0 10px 5px 0;
  margin-top: 5px;
  border-bottom: 1px solid #d9d9d9; }

.tip_box .dl:last-child {
  border: none; }

.tip_box .dl .dt {
  width: 70px;
  min-width: 70px;
  height: 35px;
  line-height: 35px;
  padding-right: 10px;
  color: #999;
  text-align: right; }

/*gotop*/
.gotop {
  position: absolute;
  display: inline-block;
  right: 20px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  transition: .1s ease-in-out;
  z-index: 1000; }

.gotop:hover {
  background: #2D9CFF; }

.gotop:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin: -5px 0 0 -10px;
  border: solid #fff;
  border-width: 5px 0 0 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* pop*/
.pop {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000; }

.pop .hide {
  display: none; }

.pop .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.1;
  filter: alpha(opacity=10); }

.pop_wp {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

.pop_ct {
  position: relative;
  display: inline-block;
  text-align: left;
  min-width: 800px;
  max-height: 760px;
  background: #fff;
  -webkit-animation: bonce .3s ease;
  -moz-animation: bonce .3s ease;
  animation: bonce .3s ease; }

.pop_ct .tit {
  position: relative;
  height: 48px;
  font-size: 0;
  margin: 10px 30px 0;
  border-bottom: 1px solid #e0e0e0; }

.pop_ct .tit > b {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  font-weight: normal;
  color: #282828; }

.pop_ct .tit .cls {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px; }

.item_ct {
  padding: 0 60px 20px; }

.item_ct .dl {
  margin-top: 15px; }

.item_ct .dl .dt {
  min-width: 100px; }

.pop_ct .ctr {
  padding: 10px 20px;
  background: #fafafa; }

.item_ct .ct {
  padding-top: 10px; }

.pop_ct .ctr a {
  float: right;
  padding: 0 30px; }

.pop_tip {
  height: 70px;
  line-height: 70px;
  padding: 0 100px;
  min-width: 400px;
  white-space: nowrap;
  color: #a6958a;
  text-align: center;
  background: #fbfaf0;
  border: 1px solid #f7e6d0; }

.pop_tip.done {
  color: #8a8ea6;
  background: #edf1fd;
  border-color: #d0d1f7; }

.pop_tip.fail {
  color: #a68a8d;
  background: #fbf0f1;
  border-color: #f7d0d4; }

.pop_copying {
  color: #d9d9d9; }
  .pop_copying:hover {
    color: #d9d9d9; }

.small {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #ccc; }

.pro_wrap {
  display: block;
  padding: 10px 0 0 0; }

.progress {
  display: inline-block;
  width: 100%;
  height: 18px;
  border: 1px solid #13DDA2;
  border-radius: 8px;
  overflow: hidden; }
  .progress .inner {
    display: block;
    width: 60%;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    background-color: #13DDA2; }

/* table */
.tb {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E3E8EC;
  border-width: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tb tr {
  line-height: 35px; }

.tb p {
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 auto; }

.tb span {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default; }

.tb th, .tb td {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  border: solid #E3E8EC;
  border-width: 0 0 1px 0;
  text-align: center;
  padding: 8px 0; }

.tb th{
  color: #666666;
  color: #343036;
  font-weight: normal;
}

.tb td .wd-t {
  color: #c3c3c3;
  letter-spacing: 1px;
  white-space: nowrap; }

.tb td .wd-nm {
  letter-spacing: 1px; }

.tb tbody th {
  color: #c3c3c3;
  font-weight: normal; }

.tb tbody tr:hover {
  background: #F4F5F9 !important; }

.tb tbody tr {
  background: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #E3E8EC; }

.tb .br {
  font-weight: normal;
  line-height: 24px; }

.tb .br b {
  display: block; }

.tb .br em {
  font-weight: normal;
  font-style: normal; }

.tb .total i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: #444;
  margin: -2px 10px 0;
  overflow: hidden; }

.tb .set {
  padding: 0 10px; }

.tb .set a {
  color: #576B95;
}
.tb .set a:hover {
  color: #2D9CFF;
}
.tb .slc {
  min-width: 100px;
  margin: 5px 0; }

.tb thead tr {
  height: 60px;
  line-height: 60px;
  background-color: #F4F5F9; }

.tb thead th {
  border-bottom: 1px solid #e0e0e0; }

.tb thead th {
  min-width: 30px; }

.tb thead th.xs {
  width: 50px; }

.tb thead th.s {
  width: 100px; }

.tb thead th.m {
  width: 15%; }

.tb thead th.l {
  width: 20%; }

.tb thead th.xl {
  width: 30%; }

.tb tbody td span.wd {
  max-width: 200px; }

/* page */
.pg {
  height: 35px;
  padding: 15px 0;
  font-size: 0;
  line-height: 0;
  text-align: right;
  white-space: nowrap;
  color: #777; }

.pg > a {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px; }

.pg span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.pg > a:hover > span {
  color: #13DDA2; }

.pg .cur > span {
  line-height: 33px;
  color: #13DDA2;
  /* border: 1px solid $gc; */ }

.pg .dis {
  background: #f5f5f5; }

.pg .prev, .pg .prev:hover {
  background: #f5f5f5;
  color: #aaa;
  cursor: pointer; }

.pg .next, .pg .next:hover {
  margin-left: 5px;
  background: #13DDA2;
  color: #fff;
  cursor: pointer; }

/* 基本控件 */
.hb {
  padding-bottom: 20px; }

.hb .b {
  margin: 0 10px 0 0; }

.ctr {
  padding: 15px 0;
  height: 35px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-align: right; }
  .ctr .tab_box {
  padding: 15px 0;
  height: 35px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  text-align: left; }

.set {
  display: inline-block;
  font-size: 12px;
  white-space: nowrap; }

.set i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  background: #282828;
  margin: -2px 5px 0;
  overflow: hidden; }

/* icon */
.i {
  display: inline-block;
  vertical-align: middle; }

/* button*/
.a {
  color: #282828; }

.a.dis {
  color: gray; }

.b, .bb {
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin-left: 10px;
  padding: 0 20px;
  color: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-color: #2D9CFF;
  border-radius: 2px;
}
.b-u{
  background: #FBFBFB;
  border: 1px solid #E4E8EB;
  color: #353535;
}

.b.dis, .b.dis:hover {
  color: #aaa;
  background: #f5f5f5;
  border-color: #aaa; }

.bb {
  margin-left: 15px;
  color: #2D9CFF;
  background: #fff; }

.b:hover {
  color: #fff;
  background: #2D9CFF; }

.bb:hover {
  color: #fff;
  background-color: #2D9CFF; }
.b-u:hover{
  background-color: #FBFBFB;
  color: #353535;
}
.b-d {
  background-color: transparent;
  border: none;
  color: #000; }

.b-d:hover {
  color: #13DDA2;
  background-color: transparent; }

.b-add {
  padding: 0 20px 0 10px; }

.b-add > b {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  height: 33px;
  padding-left: 25px;
  font-weight: normal; }

.b-add > b:before, .b-add > b:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 0;
  font-size: 0;
  line-height: 0;
  border: 1px solid;
  overflow: hidden; }

.b-add > b:before {
  left: 11px;
  height: 14px;
  border-width: 0 1px 0 1px;
  margin-top: -8px; }

.b-add > b:after {
  left: 5px;
  width: 14px;
  border-width: 1px 0 1px 0;
  margin-top: -2px; }

/* close hide*/
.cls, .shw, .hid {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  color: #c6c6c6;
  font-size: 0;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid;
  transition: .1s ease;
  cursor: pointer; }

.cls:before, .cls:after {
  display: block;
  content: '';
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid; }

.cls:before {
  left: 1px;
  border-width: 1px 1px 0 0; }

.cls:after {
  right: 1px;
  border-width: 0 0 1px 1px; }

.shw:before, .shw:after {
  display: block;
  content: '';
  position: absolute;
  border: 2px solid;
  overflow: hidden; }

.shw:before {
  left: 50%;
  top: 3px;
  width: 0;
  height: 14px;
  border-width: 0 2px 0 1px;
  margin-left: -1px; }

.shw:after, .hid:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  height: 0;
  width: 14px;
  border: 2px solid;
  border-width: 1px 0 2px 0;
  margin-top: -1px;
  overflow: hidden; }

.cls:hover, .shw:hover, .hid:hover {
  color: #13DDA2; }

.cls:active, .shw:active, .hid:active {
  color: #fff;
  background: #13DDA2;
  border-color: #13DDA2; }

/* text */
.pt {
  height: 32px;
  width: 250px;
  padding: 6px;
  font-size: 14px;
  color: #5A606B;
  background: #FFFFFF;
  border: 1px solid #E3E8EC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .1s ease; }

.pt.s {
  width: 155px; }

.pt.m {
  width: 255px; }

.pt.l {
  width: 455px; }

.pt.xl {
  width: 100%; }

/* textarea */
.ta {
  vertical-align: top;
  min-width: 365px;
  min-height: 90px;
  padding: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  resize: vertical;
  background: #FFFFFF;
  border: 1px solid #E3E8EC;
  border-radius: 4px;
}

.pt:focus, .ta:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-color: #2D9CFF; }

.pt:disabled, .ta:disabled {
  background: #f5f5f5;
  border-color: #f5f5f5; }

.ta.s {
  width: 155px; }

.ta.m {
  width: 255px; }

.ta.l {
  width: 455px; }

.ta.xl {
  width: 100%; }

/* radio checkbox*/
.ctr_b {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  font-size: 0;
  line-height: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #666; }

.lb {
  padding-left: 10px;
  font-size: 14px;
  line-height: 35px; }

.pop_lb {
  font-size: 16px; }

.ctr_b > input {
  display: none; }

.ctr_b > span {
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer; }

.ctr_b .lb {
  padding-left: 5px; }

.ctr_b .pop_lb {
  font-size: 16px; }

.ctr_b .chb {
  padding: 0 12px; }

.ctr_b > b {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  margin-top: 6px;
  color: #c6c6c6;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid;
  transition: .1s linear; }

.ctr_b:hover > b, .ctr_b > b:hover {
  color: #b6b6b6;
  -ms-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.1); }

[placeholder] {
  color: #000; }

::-moz-placeholder {
  color: #d9d9d9; }

::-webkit-input-placeholder {
  color: #d9d9d9; }

:-ms-input-placeholder {
  color: #d9d9d9; }

.ctr_b > span.chb:hover {
  background-color: rgba(19, 221, 162, 0.3); }

input:checked + .chb:hover {
  background-color: #13DDA2; }

.ctr_b:active > b, .ctr_b > b:active {
  background: #ebebeb; }

.ctr_b > b:after {
  display: inline-block;
  position: absolute;
  color: #2D9CFF;
  overflow: hidden; }

.rdo {
  border-radius: 50%; }

.rdo:after {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -5px 0 0 -5px;
  border: 5px solid;
  border-radius: 50%; }

.chk:after {
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input:checked + .chb {
  color: #fff;
  background: #13DDA2; }

input:checked + b:after {
  content: ''; }

input:checked + .rdo:after {
  -webkit-animation: scale .2s ease;
  -moz-animation: scale .2s ease;
  animation: scale .2s ease; }

input:checked + .chk:after {
  -webkit-animation: bost .2s ease;
  -moz-animation: bost .2s ease;
  animation: bost .2s ease; }

input:checked + b {
  border-color: #2D9CFF; }

input:disabled + b {
  box-shadow: none !important;
  background: rgba(255, 255, 255, 0) !important;
  border-color: #e3e4e8; }

input:disabled + b:after {
  border-color: #e3e4e8 !important; }

.vertical_wrap label {
  display: block;
  text-align: left; }

/* select */
.slc {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  min-width: 200px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #E3E8EC;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; }

.slc > b {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 10px;
  line-height: 35px;
  font-weight: normal;
  white-space: nowrap;
  cursor: default; }

.slc > ul {
  display: none;
  position: absolute;
  left: -1px;
  top: 33px;
  width: 100%;
  max-height: 216px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-width: 0 1px 1px;
  z-index: 100; }

.slc.on {
  color: #2D9CFF;
  border-color: #2D9CFF; }

.slc.on > ul {
  display: block;
  border-color: #ddd #2D9CFF #2D9CFF; }

.slc > ul > li {
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  color: #7a7a7a;
  border-top: 1px solid #ddd;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .1s linear;
  overflow: hidden;
  cursor: pointer; }

.slc > ul > li:hover {
  background-color: #2D9CFF;
  color: #fff;
  border-color: #2D9CFF;
  transition: .0s linear; }

.slc.s {
  min-width: 100px;
  margin-right: 5px; }

.slc.m {
  width: 255px; }

.slc.l {
  width: 455px; }

.slc.xl {
  width: 100%; }

/* input file */
.file {
  display: inline-block;
  height: 35px;
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }

.file > input {
  display: none; }

.file .b {
  font-size: 14px;
  margin: 0; }

/* date input*/
.date_box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  width: 130px;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none; }

.date_box.on:after {
  position: absolute;
  content: '';
  top: 40px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  font-size: 0;
  background: #fff;
  border: 1px solid #13DDA2;
  border-width: 1px 1px 0 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 110;
  overflow: hidden; }

.d-pt {
  display: inline-block;
  height: 35px;
  width: 130px;
  padding: 6px 10px;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }

.d-pt {
  display: inline-block;
  height: 35px;
  width: 130px;
  padding: 6px 10px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }

/* new */
.d-pt:focus {
  border-color: #13DDA2; }

.d-mix, .d-mix > .d-pt {
  width: 255px; }

.date_box.on .d_pop {
  display: block; }

.d_pop {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  margin-bottom: -10px;
  background: #fff;
  border: 1px solid #13DDA2;
  -moz-user-select: none;
  z-index: 100; }

.d_list {
  zoom: 1;
  overflow: hidden;
  white-space: nowrap; }

.d_list .item {
  display: inline-block;
  width: 273px;
  padding: 10px;
  margin: 0 10px;
  white-space: normal; }

.d-ctr {
  position: absolute;
  top: 10px;
  left: 30px;
  right: 30px;
  height: 26px;
  zoom: 1;
  overflow: hidden; }

.d-ctr .a {
  position: relative;
  display: inline-block;
  float: left;
  height: 26px;
  width: 20px;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.d-ctr .a > s {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -4px;
  display: block;
  width: 7px;
  height: 9px; }

.d-ctr .pr > s {
  background: url(../pic/m_pr.png); }

.d-ctr .pr > s:hover {
  background: url(../pic/m_prh.png); }

.d-ctr .ne, .d-ctr .yne {
  float: right; }

.d-ctr .ne > s {
  background: url(../pic/m_ne.png); }

.d-ctr .ne > s:hover {
  background: url(../pic/m_neh.png); }

.d-ctr .yne > s {
  width: 11px;
  background: url(../pic/y_ne.png); }

.d-ctr .yne > s:hover {
  width: 11px;
  background: url(../pic/y_neh.png); }

.d-ctr .ypr > s {
  width: 11px;
  background: url(../pic/y_pr.png); }

.d-ctr .ypr > s:hover {
  width: 11px;
  background: url(../pic/y_prh.png); }

.d-ctr .yr:after {
  position: absolute;
  content: '';
  top: 6px;
  bottom: 6px;
  left: 3px;
  width: 0;
  border: 1px solid;
  border-width: 0 1px; }

.d-ctr .next-y:after {
  left: auto;
  right: 1px; }

.d-tit {
  height: 26px;
  line-height: 26px;
  width: 100%;
  text-align: center;
  cursor: default; }

.d-tit span {
  font-size: 18px; }

.d-th > span, .d-days > span {
  position: relative;
  display: inline-block;
  width: 39px;
  height: 26px;
  margin-top: 5px;
  line-height: 26px;
  text-align: center;
  cursor: default;
  font-size: 18px; }

.d-days .d-slex {
  color: #13DDA2; }

.d-days > span:hover {
  color: #13DDA2;
  cursor: pointer; }

.d-act {
  background: #eaf2fb; }

.d-on, .d-start, .d-end {
  color: #fff;
  background-color: #fff;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.d-on {
  background-image: url(../pic/date-on.png); }

.d-start {
  background-image: url(../pic/date-start.png); }

.d-end {
  background-image: url(../pic/date-end.png); }

.d-days .d-on:hover, .d-days .d-start:hover, .d-days .d-end:hover {
  color: #fff; }

.d-today:after {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-top: -1px;
  margin-left: -14px;
  height: 28px;
  width: 28px;
  border-radius: 26px;
  background: rgba(0, 0, 0, 0.12);
  z-index: -1; }

.d-days .d-out, .d-days .d-out:hover {
  background: #fff;
  color: #d9d9d9;
  cursor: default; }

.d_pop .ctr {
  padding: 10px 20px;
  background: #fafafa; }

.d-up {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  white-space: nowrap; }

.d-up > em {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 35px;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  cursor: default; }

.d-up .d-pt {
  vertical-align: top;
  width: 110px;
  text-align: center;
  border: solid #d9d9d9;
  border-width: 0 0 1px 0;
  font-size: 18px; }

.d-up .d-tip {
  display: inline-block;
  font-size: 18px;
  padding-right: 15px; }

.ctr-action {
  text-align: center;
  margin-bottom: 15px; }

.ctr-data .d-time {
  letter-spacing: 2px;
  font-weight: normal; }

/* array animal*/
.slc:before, .date_box:before {
  position: absolute;
  top: 13px;
  right: 7px;
  display: inline-block;
  content: '';
  font-size: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  transition: .2s ease;
  overflow: hidden;;
  border-color: #8D9299;
}

.slc.on:before, .date_box.on:before {
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -moz-transform-origin: 50% 75%;
  -ms-transform-origin: 50% 75%;
  transform-origin: 50% 75%; }

/* manual*/
.side_menu {
  float: left;
  width: 240px;
  float: left; }

.s_menu {
  width: 200px; }

.s_menu > li {
  height: 30px;
  margin-bottom: 5px;
  background: #fafafa; }

.s_menu > li > a {
  display: block;
  padding-left: 8px;
  line-height: 30px;
  color: #9ca2a8; }

.s_menu .cur {
  background: #13DDA2; }

.s_menu .cur > a {
  color: #fff; }

.artct {
  display: table-cell;
  width: 835px;
  padding: 0 45px;
  border-left: 2px solid #d9d9d9; }

.artin {
  line-height: 32px;
  min-height: 600px; }

.artin h1 {
  padding-bottom: 10px;
  height: 46px;
  line-height: 46px;
  color: #000;
  font-weight: normal;
  border-bottom: 1px solid #d9d9d9; }

.artin h2 {
  height: 72px;
  line-height: 72px;
  color: #13DDA2;
  font-weight: normal; }

.artin h3 {
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px; }

.artin p {
  line-height: 32px;
  margin-bottom: 25px; }

/* 输入框 */
.cell-wp {
  padding: 10px 0 20px;
  background-color: rgba(243, 243, 243, 0.3); }

.cell-srh {
  position: relative;
  /*width: 800px;*/
  /*margin: 10px auto;*/
  text-align: left; }

.ipt-srh {
  height: 45px;
  width: 600px;
  padding: 0 15px;
  border-color: #e0e0e0;
  font-size: 16px;
  color: #000; }

.pt-srh {
  position: absolute;
  top: 0;
  border: solid #13DDA2;
  border-width: 1px 1px 1px 0;
  display: inline-block;
  height: 43px;
  width: 40px;
  padding: 0 5px;
  background-color: #13DDA2;
  cursor: pointer; }

.pt-srh > i {
  display: block;
  margin: 8px;
  width: 26px;
  height: 25px;
  background: url(../pic/fdj.png); }

.pt-srh:hover {
  background-color: #13DDA2; }

/* 日历 */
.ctr-data .d-time {
  letter-spacing: 2px; }

.ctr-action a {
  height: 28px;
  line-height: 28px;
  margin-left: 8px;
  letter-spacing: 4px; }

.ct_pop .dt.dt-tit {
  min-width: 110px; }

/* pagination */
.laypage_main {
  font-size: 0;
  clear: both;
  color: #666; }

.laypage_main * {
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

.laypage_main a {
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #666; }

.laypage_main a, .laypage_main span {
  margin: 0 3px 6px;
  padding: 0 10px; }

.laypage_main span {
  height: 26px;
  line-height: 26px; }

.laypage_main input, .laypage_main button {
  border: 1px solid #ccc;
  background-color: #fff; }

.laypage_main input {
  width: 40px;
  height: 26px;
  line-height: 26px;
  margin: 0 5px;
  padding: 0 5px; }

.laypage_main button {
  height: 28px;
  line-height: 28px;
  margin-left: 5px;
  padding: 0 10px;
  color: #666; }

/* 默认皮肤 */
.laypageskin_default a {
  border: 1px solid #ccc;
  background-color: #fff; }

.laypageskin_default span {
  height: 28px;
  line-height: 28px;
  color: #999; }

.laypageskin_default .laypage_curr {
  font-weight: 700;
  color: #666; }

/* 墨绿 */
.laypageskin_molv a, .laypageskin_molv span {
  padding: 0 12px;
  border-radius: 2px; }

.laypageskin_molv a {
  background-color: #f1eff0; }

.laypageskin_molv .laypage_curr {
  background-color: #00AA91;
  color: #fff; }

.laypageskin_molv input {
  height: 24px;
  line-height: 24px; }

.laypageskin_molv button {
  height: 26px;
  line-height: 26px; }

/* 雅黑 */
.laypageskin_yahei {
  color: #333; }

.laypageskin_yahei a, .laypageskin_yahei span {
  padding: 0 13px;
  border-radius: 2px;
  color: #333; }

.laypageskin_yahei .laypage_curr {
  background-color: #333;
  color: #fff; }

/* 一般用于信息流加载 */
.laypageskin_flow {
  text-align: center; }

.laypageskin_flow .page_nomore {
  color: #999; }

.pagination {
  position: relative;
  display: block;
  float: right;
  height: 35px;
  margin-top: 10px;
  overflow: hidden;
  *zoom: 1; }

.fl_left {
  float: left; }

.pagination::after {
  visibility: hidden;
  display: table;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden; }

.hp_wp {
  display: block;
  position: relative;
  width: 20px;
  height: 20px; }

.hp_wp .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f00;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  box-shadow: inset -2px -10px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer; }

.hp_wp .hp_con_wp {
  position: absolute;
  display: none;
  min-width: 300px;
  height: 500px;
  padding-top: 10px; }
  .hp_wp .hp_con_wp .hp_con {
    position: relative;
    height: 100%;
    max-height: 400px;
    border: 1px solid #333;
    overflow: hidden;
    overflow-y: auto;
    padding: 10px; }

.hp_wp .hp_con_wp::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background-color: #fff; }

.hp_wp {
  display: inline-block;
  left: -15px; }

.hp_wp .icon {
  margin-top: 6px; }

.hp_wp .hp_con_wp {
  width: 690px;
  height: 522px;
  min-width: inherit;
  left: -5px;
  z-index: 99;
  background-color: #fff;
  display: block; }

.hp_wp .hp_con_wp::after {
  border-color: #13dda2; }

.hp_wp .hp_con_wp .hp_con {
  max-height: 500px;
  line-height: normal;
  font-size: 12px;
  border-color: #13dda2; }

.hp_wp .hp_item {
  color: #282828;
  margin-bottom: 15px; }

.hp_wp .hp_item .hp_lst {
  line-height: 20px; }

.hp_wp .hp_item .hp_tit {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0; }

.hp_wp .hp_item .hp_lst li {
  margin: 5px 0 5px 10px; }

.hp_wp .hp_item .hp_lst li::before {
  display: inline-block;
  content: "•";
  font-size: 16px;
  margin-right: 3px; }

.hp_wp .hp_item .hp_lst li p {
  margin-left: 20px; }

.hp_wp .hp_item .hp_lst li .note {
  color: red; }

.hp_wp .hp_item .hp_lst li .mean {
  margin-left: 38px; }

.hp_wp .hp_item .hp_lst li img {
  box-shadow: 1px 1px 10px; }

.hp_con_wp ::-webkit-scrollbar {
  width: 5px;
  background-color: #fff; }

.hp_con_wp ::-webkit-scrollbar-thumb {
  width: 5px;
  height: 10px;
  background-color: #d7d7d7;
  border-radius: 4px; }

/* 动画库 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes scale {
  0% {
    -moz-transform: scale(0.6); }
  50% {
    -moz-transform: scale(0.8); }
  100% {
    -moz-transform: scale(1); } }

@keyframes scale {
  0% {
    transform: scale(0.6); }
  50% {
    transform: scale(0.8); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes bost {
  0% {
    -webkit-transform: rotate(45deg) scale(1.6); }
  20% {
    -webkit-transform: rotate(45deg) scale(0.8); }
  60% {
    -webkit-transform: rotate(45deg) scale(1.2); }
  100% {
    -webkit-transform: rotate(45deg) scale(1); } }

@-moz-keyframes bost {
  0% {
    -moz-transform: rotate(45deg) scale(1.6); }
  20% {
    -moz-transform: rotate(45deg) scale(0.8); }
  60% {
    -moz-transform: rotate(45deg) scale(1.2); }
  100% {
    -moz-transform: rotate(45deg) scale(1); } }

@keyframes bost {
  0% {
    transform: rotate(45deg) scale(1.6); }
  20% {
    transform: rotate(45deg) scale(0.8); }
  60% {
    transform: rotate(45deg) scale(1.2); }
  100% {
    transform: rotate(45deg) scale(1); } }

@-webkit-keyframes bonce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1); } }

@-moz-keyframes bonce {
  0% {
    opacity: 0;
    -moz-transform: scale(0.7); }
  100% {
    -moz-transform: scale(1); } }

@keyframes bonce {
  0% {
    opacity: 0;
    transform: scale(0.7); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(90deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }

@-webkit-keyframes e-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-90deg); } }

@-moz-keyframes e-spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(-90deg); } }

@keyframes e-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-90deg); } }

/*# sourceMappingURL=../tmp/g.css.map */

/* categoryLabel tpl */
.category_list_wrap{
  position: absolute;
  bottom: 0;
  top: 100px;
  width: 100%;
  height: 80%;
  overflow-x: hidden;
  overflow-y: auto;
}
.bottom_bar{
  position: absolute;
  bottom: -5px;
  right: 0px;

}
.category_list_ul{
  font-size: 16px;
}
.category_list_ul .category_list_li{
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #E3E8EC;
}
.category_top_bar{
  padding: 10px;
  cursor: pointer;
  background-color: rgba(19,221,162,0.04);
}
.category_list_ul .category_list_li .category_top_bar:hover,.category_list_ul .category_list_li .category_top_bar.cur{
  background-color: rgba(19,221,162,0.2);
}
.category_list_ul .category_list_li .item_inline{
  display: inline-block;
}
.category_list_ul .category_list_li .item_index{
  width: 20%;
}
.category_list_ul .category_list_li .item_classId{
  width: 30%;
}
.category_list_ul .category_list_li .item_category_name{
  width: 35%;
}
.category_list_wrap .label_wrap{
  margin: 0 80px 20px 80px;
}
.item_top_align{
  vertical-align: top;
}
.label_top_bar{
  padding: 10px;
  background-color: #E3E8EC;
}
.label_list_ul{
  padding: 0 10px;
  border-bottom: 1px solid #E3E8EC;
  line-height: 50px;
}

.zj_biaoti_title{
  font-size: 20px;
  color: #353535;
  line-height: 20px;
  font-weight: normal;
  position: relative;
}
.zj_biaoti_title.zj_biaoti_title_mg{
  margin-top: 15px;
}
.sc{
  margin-top: 70px;
}
.sc.transparent{
  margin-top: 0;
}
.sc .item{
  background-color: #fff;
  margin-top: 30px;
  box-shadow: 0 2px 7px 0 rgba(212,212,212,0.40);
}
.sc .item .cow_ctr{
  padding-top: 15px;
  margin-top: 30px;
}
.sc .item_ct{
  padding:0 50px 20px;
  margin-bottom: 96px;
}
.sc .item_ct .dl{
  margin-top: 30px;
  margin-left: 8px;
}
.sc .item_ct .ct{
  padding-top: 0;
}
.sc .item_ct.cl{
  padding-top: 40px;
}
.ctr_bottom_fixed{
  position: fixed;
  bottom:0px;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 -2px 7px 0 rgba(212,212,212,0.40);
  height: auto;
  padding: 30px 0;
}
.table_select_th{
  position: relative;
}
.table_select_th span{
  width: 100%;
  cursor: pointer;
}
.table_select_th span::after{
  position:absolute;
  content:"";
  height:0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #999;
  border-width: 5px;
  top: 26px;
  right: 0;
  margin-left: -8px;
  bottom: 100%;
}
.table_select_ul{
  position: absolute;
  top:34px;
  left:0;
  background-color: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #E3E8EC;
  z-index: 1;
}
.table_select_ul li{
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666666;
  cursor: pointer;
}
.table_select_ul li:hover,.table_select_ul li.curLi{
  background: #F4F5F9;
}
.table_div{
  background-color: #fff;
  padding: 40px;
  margin-top: 20px;
  box-shadow: 0 2px 4px 0 #DCE0E4;
  border-radius: 3px;
}
.cap-hd .total_num_dl{
  float: left;
}
.cap-hd .total_search_dl{
  float: right;
  position: relative;
}
.total_num_div{
  font-size: 20px;
  color: #353535;
  line-height: 20px;
}
.total_search_dl .ipt-srh{
  height: 36px;
  width: 243px;
  padding: 0 30px 0 15px;
}
.total_search_dl span{
  position: absolute;
  background: url(../pic/search_new.png) no-repeat center;
  display: inline-block;
  width:16px;
  height:16px;
  top:10px;
  right:10px;
  cursor: pointer;
}
.total_search_dl .b.b-link_comp{
  margin: 0 0 0 10px;
}
.cursor_pointer{
  cursor: pointer;
}
.cur_color{
  color: #2D9CFF !important;
}

/* 设置滚动条的样式 */
.zj_container::-webkit-scrollbar {
  width:6px;
}
/* 滚动槽 */
.zj_container::-webkit-scrollbar-track {
  -webkit-box-shadow:#EAF0F4;
  border-radius:8px;
}
/* 滚动条滑块 */
.zj_container::-webkit-scrollbar-thumb {
  border-radius:10px;
  background:#EAF0F4;
  -webkit-box-shadow:#EAF0F4;
}
.zj_container::-webkit-scrollbar-thumb:window-inactive {
  background:#EAF0F4;
}
/*hack 弹框高度*/
.pop_wp .item_ct {
  /*max-height: 450px;*/
  /*overflow-y: auto;*/
}
/*页面标题字 边框样式*/
.zj_page_title{
  font-size: 26px;
  color: #353535;
  line-height: 26px;
}
.biaoti_title_14{
  font-size: 14px;
  color: #5A606B;
}
.border_card{
  background-color: #fff;
  padding: 30px 40px;
  margin-top: 36px;
  box-shadow: 0 2px 7px 0 rgba(212,212,212,0.40);
  border-radius: 2px;
}
.margin_bottom_96{
  margin-bottom: 96px;
}
/*分页组件样式*/
.list_pagination_wrap{
  margin-top: 20px;
  font-size: 12px;
  color: #666666;
  line-height: 18px;
}
.laypageskin_default a{
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.laypageskin_default .laypage_curr{
  background: #2D9CFF;
  color: #fff !important;
  border-radius: 4px;
}
/*  搜索框 左边*/
.cap-hd .total_search_dl.search_wrap_left{
  float: left;
}
.search_wrap_left .pt.ipt-srh{
  width: 350px;
}
/*场景页面 状态*/
.ongoing_tag{
  background: #FFF0DB;
  border-radius: 2px;
  font-size: 12px;
  color: #FF6100;
  text-align: center;
  line-height: 12px;
  padding: 6px;
}
.active_tag{
  background: #EEF7FF;
  border-radius: 2px;
  font-size: 12px;
  color: #2D9CFF;
  text-align: center;
  line-height: 12px;
  padding: 6px;
}
.delete_tag{
  opacity: 0.45;
  font-size: 12px;
  color: #5A606B;
  text-align: center;
}
.tb tbody tr.inactive_tr td,.tb tbody tr.inactive_tr td a{
  color: #b5b7bd;
}
.open_card_title_12{
  font-size: 12px !important;
  color: #666666;
  line-height: 12px !important;
  font-weight: normal !important;
}
.open_card_img_80{
  width: 300px;
  height: 80px;
}
.open_card_img_130{
  width: 300px;
  height: 130px;
}
.open_card_img_220{
  width: 300px;
  height: 220px;
}
.ex_wrap .img_wrap{
  position: relative;
  width: 100%;
  height: 100%;
}
.ex_wrap .img_wrap img{
  width: 100%;
  height: 100%;
}
.ex_wrap .img_wrap .img_note{
  position: absolute;
  top:24px;
  right:-70px;
  font-size: 12px;
  color: #2D9CFF;
}
.ex_wrap .img_wrap .img_note>b{
  display: inline-block;
  width: 130px;
  height: 1px;
  border-bottom: 1px solid #2D9CFF;
  vertical-align: middle;
  margin-right: 4px;
}
.ex_wrap .img_wrap .img_note>b:before{
  position: absolute;
  content: "•";
  font-size: 16px;
  left: -6px;
  top: 11px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*pop弹框样式*/
body .pop_ct .tit>b{
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
body .pop_ct .tit{
  border-bottom: 1px solid #E9E9E9;
  margin: 10px 0 0;
  padding: 0 30px 0;
}
body .pop .b{
  background-color: #2D9CFF;
  border: none;
}
body .pop .bb{
  background: #FBFBFB;
  border: 1px solid #E4E8EB;
  color: #353535;
}
body .pop .cls{
  border: none;
}
body .pop .cls:hover{
  color:#2D9CFF;
}
body .pop_ct .tit .cls{
  right: 30px;
}
body .pop_ct .ctr{
  border-top: 1px solid #E9E9E9;
  background: #fff;
  padding: 18px 20px;
}
body .pop .b:hover{
  background: #2D9CFF;
}
body .pop .bb:hover{
  background: #FBFBFB;
}
.dl .scene_add_cate_wrap .dd{
  display: block;
  height: 32px;
}
.scene_add_cate_wrap .ib .dd .slc{
  width: 220px;
  color: #999999;
}
.scene_add_cate_wrap .slc.on .ulh{
  border-color: #2D9CFF #2D9CFF transparent;
}
.scene_add_cate_wrap .slc:before, .date_box:before{
  border-color: #999;
}
.scene_add_cate_wrap .dd_margin_20{
  margin-bottom: 20px;
}
body .pop_ct{
  min-width: 620px;
/*  overflow-y: auto;*/
}
/*场景页面 渠道卡片*/
.sc .aw_list_db .item{
  margin-top: 0;
  background: #FAFCFE;
  border: 1px solid #EFEFEF;
  box-shadow: none;
  border-radius: 2px;
}
.sc .aw_list_db .item .item_ct{
  padding: 30px;
  margin-bottom: 0px;
}
.sc .aw_list_db .item .item_ct .dl{
  padding-top:0;
  margin-bottom: 10px;
}
.dl .flex_card_wrap.dd{
  display: flex;
  flex-wrap: wrap;
}
.dl .flex_card_wrap.dd .aw_list_db{
  width: auto;
  flex-basis: calc(50% - 30px);
}
.dl .flex_card_wrap.dd .aw_list_db.line_first_30{
  margin-right: 30px;
}
.flex_card_wrap .aw_ctr{
  position: absolute;
  padding: 0;
  top: 20px;
  right: 30px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  color: #2D9CFF;
}
.flex_card_wrap .aw_ctr::after,.flex_card_wrap .aw_ctr::before{
  display: block;
  content: '';
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-color: #2D9CFF;
  border: 2px solid;
}
.flex_card_wrap .aw_ctr::after{
  left: 23px;
  border-width: 0 0 1px 1px;
}
.flex_card_wrap .aw_ctr::before{
  right: 1px;
  border-width: 1px 1px 0 0;
}
.flex_card_wrap .dl .dt{
  font-size: 14px;
  line-height: 14px;
}
.flex_card_wrap .dl .dt.title_color_1{
  color: #999;
  text-align:justify;
  text-justify:distribute-all-lines;/*ie6-8*/
  text-align-last:justify;/* ie9*/
  -moz-text-align-last:justify;/*ff*/
  -webkit-text-align-last:justify;/*chrome 20+*/
}
.flex_card_wrap .dl .dt.title_color_2{
  color: #5A606B;
}
.flex_card_wrap .item_ct .dl .dt {
  min-width: 70px;
}
.sc .create_success_wrap .item_ct.cl{
  padding: 70px;
  text-align: center;
}
.create_success_wrap .create_success_title{
  margin: 20px 0;
}
.create_success_wrap .create_success_title .title1{
  font-size: 18px;
  color: #343036;
  line-height: 16px;
  margin-bottom: 10px;
}
.create_success_wrap .create_success_title .title2{
  font-size: 14px;
  color: #5A606B;
  line-height: 16px;
}
.create_success_wrap .create_success_note{
  margin-bottom: 67px;
  font-size: 14px;
  color: #8D9299;
  line-height: 16px;
}
.viewScenePageDetailTpl .item_ct.cl{
  padding: 40px;
}
/*查看场景页面信息详情*/
.scene-page-detail-wrap .card_slice_title{
  font-size: 14px;
  color: #343036;
  margin-bottom: 30px;
}
.scene-page-detail-wrap .card_slice_ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.scene-page-detail-wrap .card_slice_ul li{
  flex-basis: 50%;
  line-height: 24px;
}
.scene-page-detail-wrap .card_slice_ul_block li{
  flex-basis: 100%;
}
.scene-page-detail-wrap .card_slice_ul li span{
  font-size: 14px;
  color: #5A606B;
  line-height: 16px;
}
.scene-page-detail-wrap .card_slice_ul li .fix_width_word{
  color: #8D9299;
  min-width: 70px;
  margin-right: 25px;
  display: inline-block;
  text-align:justify;
  text-justify:distribute-all-lines;/*ie6-8*/
  text-align-last:justify;/* ie9*/
  -moz-text-align-last:justify;/*ff*/
  -webkit-text-align-last:justify;/*chrome 20+*/
}
.scene-page-detail-wrap .collapse_all{
  margin-left: 100px;
  font-size: 12px;
  color: #2D9CFF;
  line-height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.scene-page-detail-wrap .collapse_all::after{
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #2D9CFF;
  border-width: 5px;
  top: 10px;
  right: -14px;
  margin-left: -8px;
  bottom: 100%;
}
/*组件高度为0 hack*/
.ht::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
/*弹框宽度溢出*/
.pop_view>.item{
  /*overflow: auto;*/
}

.go-launch {
  position: absolute;
  top: 7.5px;
  left: 0;
  background: #FBFBFB;
  border: 1px solid #E4E8EB;
  color: #353535;
}