@charset "utf-8";
/* ====================================================
 * 初始化css 
 * start
 * =============
*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #666;
  font-size: 12px;
}
html,
body {
  min-height: 100%;
  width: 100%;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
span,
section {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html,
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: inherit;
  font-size: 12px;
}
fieldset,
img,
a img {
  border: 0 none;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 600;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ins,
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #0FC1AF;
}
a:hover {
  text-decoration: none;
}
:focus {
  outline: 0;
}
.word-break {
  word-break: break-all;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  visibility: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
}
.clearfix:after {
  clear: both;
}
.nomargin {
  margin: 0 !important;
}
.hr-10 {
  height: 10px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.red {
  color: #f00;
}
.yellow {
  color: #FEB418;
}
.green {
  color: #01a998;
}
.grey {
  color: #ccc;
}
.iconfont {
  font-size: inherit;
  -webkit-text-stroke-width: 0;
}
span.required,
span.require {
  color: #f00 !important;
  margin-right: 5px;
  background: none !important;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.vertical-top {
  vertical-align: top;
}
.marginTop10 {
  margin-top: 10px;
}
.marginTop20 {
  margin-top: 20px;
}
.marginTop30 {
  margin-top: 30px;
}
.margin-left20 {
  margin-left: 20px;
}
.marginBottom5 {
  margin-bottom: 5px;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginLeft10 {
    margin-left: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
.marginRight20 {
  margin-right: 20px;
}
.marginTop6{
  margin-top: 6px;
  line-height: 25px;
}
.textIndent20 {
  text-indent: 20px;
}
.textIndent-45 {
  text-indent: -45px;
}
/* =============
 * 初始化css 
 * end
 * ====================================================
*/
.js-pull-tree {
  display: none;
  background: #fff;
  padding: 10px;
  overflow-y: auto;
  border: 1px solid #e1e1e1;
  z-index: 2000;
}
/* ====================================================
 * 分页css
 * start
 * =============
*/
.js-page {
  position: relative;
  height: 32px;
  display: inline-block;
  *zoom: 1;
}
.js-page:before,
.js-page:after {
  content: " ";
  display: block;
}
.js-page .page-ul {
  float: left;
  height: 32px;
}
.js-page .page-ul li {
  float: left;
  color: #999;
}
.js-page .page-ul li.k {
  cursor: pointer;
  border: 1px solid #c3d0d1;
  padding: 0 12px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  background: #fff;
  font-size: 14px;
}
.js-page .page-ul li.k:hover {
  border: 1px solid #19d2a0;
  background: #19d2a0;
  color: #fff;
}
.js-page .page-ul li.unclick {
  cursor: text;
  border: 1px solid #c3d0d1;
  color: #ccc;
}
.js-page .page-ul li.unclick:hover {
  cursor: text;
  border: 1px solid #c3d0d1;
  background: #fff;
  color: #ccc;
}
.js-page .page-ul li.page-li {
  cursor: pointer;
  border: 1px solid #c3d0d1;
  padding: 0 12px;
  line-height: 30px;
  color: #19d2a0;
  font-size: 14px;
}
.js-page .page-ul li.page-li:hover {
  border: 1px solid #19d2a0;
  background: #19d2a0;
  color: #fff;
}
.js-page .page-ul li.page-li.current {
  border: 1px solid #19d2a0;
  background: #19d2a0;
  color: #fff;
}
.js-page .page-row {
  float: left;
  position: relative;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
}
.js-page .page-row:hover dd {
  display: block;
}
.js-page .page-row dt {
  position: relative;
  padding: 0 24px 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #c3d0d1;
  color: #19d2a0;
  background: url("../images/icon/icon-triangle-down.png") no-repeat right 8px center #fff;
}
.js-page .page-row dd {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  border: 1px solid #c3d0d1;
  border-bottom: 0;
  color: #19d2a0;
  background: #fff;
}
.js-page .page-row dd.bottom {
  top: auto;
  bottom: 30px;
}
.js-page .page-row dd li {
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #c3d0d1;
}
.js-page .page-row dd li:hover {
  color: #19d2a0;
}
.js-page .page-word {
  float: left;
  height: 32px;
  line-height: 32px;
}
/* =============
 * 分页css 
 * end
 * ====================================================
*/
/* ====================================================
 * 弹出框插件css
 * start
 * =============
*/
.js-box {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.js-box .js-box-t {
  overflow: hidden;
  position: relative;
  padding: 20px 38px 10px;
}
.js-box .js-box-t .js-box-t-title {
  text-align: center;
  font-size: 18px;
  font-weight: 100;
  color: #737373;
  font-weight: 600;
}
.js-box .js-box-t .js-box-t-close {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 0;
  font-size: 0;
  right: 24px;
  top: 12px;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/icon/icon-close.png") no-repeat 0 0;
}
.js-box .js-box-c {
  overflow: hidden;
  padding: 10px 24px;
}
.js-box .js-box-c .js-box-confirm {
  padding: 0 30px 0 70px;
}
.js-box .js-box-c .js-box-confirm .icon-box-problem {
  margin-left: -40px;
  float: left;
  font-size: 36px;
  color: #fe762d;
  margin-right: 10px;
  line-height: 40px;
}
.js-box .js-box-c .js-box-confirm .icon-yiwen {
  font-size: 80px;
  color: #FFC100;
  line-height: 90px;
}
.js-box .js-box-c .js-box-confirm .js-box-confirm-content {
  font-size: 24px;
  color: #3c3c3c;
  padding: 5px 0;
  line-height: 30px;
  text-align: left;
}
.js-box .js-box-b {
  overflow: hidden;
  padding: 16px 10px;
  text-align: center;
  font-size: 14px;
}
.js-box .js-box-b .js-box-btn {
  display: inline-block;
  width: 148px;
  height: 32px;
  line-height: 32px;
  margin: 0 7px;
}
.js-box .js-box-b .js-box-btn.green {
  color: #fff;
  background: #19d2a0;
}
.js-box .js-box-b .js-box-btn.green:hover {
  background: #14c797;
}
.js-box .js-box-b .js-box-btn.grey {
  height: 30px;
  line-height: 30px;
  color: #363636;
  background: #FAFAFA;
  border: 1px solid #cdd7d8;
}
.js-box .js-box-b .js-box-btn.grey:hover {
  background: #EFF3F3;
}
.js-tips {
  position: fixed;
  top: 100px;
  left: 50%;
  padding: 15px 45px 15px 15px;
  margin-top: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  opacity: 0.9;
  z-index: 1000;
}
.js-tips.js-success {
  font-size: 14px;
  width: 480px;
  border: 1px solid #72E1D6;
  background: #D6F5F2;
  color: #0FC1AF;
}
.js-tips.js-success .js-tips-close {
  color: #B1EEE8;
}
.js-tips.js-warning {
  font-size: 14px;
  width: 480px;
  border: 1px solid #FFD870;
  background: #FFF2DA;
  color: #F8B500;
}
.js-tips.js-warning .js-tips-close {
  color: #F7DE9C;
}
.js-tips.js-error {
  width: 480px;
  border: 1px solid #FF938E;
  background: #FFE1DE;
  color: #FF5948;
}
.js-tips.js-error .js-tips-close {
  color: #FDB9B5;
}
.js-tips.js-loading {
  width: 300px;
}
.js-tips.js-loading .js-tips-c {
  padding-left: 40px;
  font-size: 14px;
  background: url("../images/icon/loading.gif") no-repeat 10px center;
  background-size: 20px;
  word-break: break-all;
}
.js-tips .js-tips-t {
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 14px;
}
.js-tips .js-tips-c {
  overflow: hidden;
  word-break: break-all;
}
.js-tips .js-tips-close {
  position: absolute;
  top: 16px;
  right: 10px;
  font-size: 10px;
}
/* =============
 * 弹出框插件css
 * end
 * ====================================================
*/
/* ====================================================
 * 遮罩层css
 * start
 * =============
*/
.js-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #062522;
  opacity: 0.6;
  filter: alpha(opacity=6);
}
/* =============
 * 遮罩层css
 * end
 * ====================================================
*/
/* ====================================================
 * loading css
 * start
 * =============
*/
/* =============
 * loading css
 * end
 * ====================================================
*/
/* =============
 * table样式
 * start
 * ====================================================
*/
.table-form-1 {
  width: 100%;
}
.table-form-1 th {
  padding: 10px 10px 10px 0;
  font-size: 14px;
  text-align: right;
  color: #a1a1a1;
  vertical-align: top;
  line-height: 30px;
  white-space: nowrap;
}
.table-form-1 td {
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
}
.table-form-2 {
  width: 100%;
}
.table-form-2 th {
  padding: 5px 10px 5px 0;
  font-size: 14px;
  text-align: right;
  color: #a1a1a1;
  vertical-align: top;
  line-height: 30px;
  white-space: nowrap;
}
.table-form-2 td {
  padding: 5px 0;
  vertical-align: middle;
  font-size: 14px;
}
.table-form-3 {
  width: 100%;
}
.table-form-3 th {
  padding: 10px;
  font-size: 14px;
  text-align: right;
  color: #a1a1a1;
  vertical-align: top;
  line-height: 30px;
  white-space: nowrap;
  border: 1px solid #e1e1e1;
}
.table-form-3 td {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #e1e1e1;
}
.table-form-4 {
  width: 100%;
}
.table-form-4 th {
  padding: 5px 10px 5px 0;
  font-size: 14px;
  text-align: right;
  color: #a1a1a1;
  vertical-align: top;
  line-height: 30px;
  white-space: nowrap;
}
.table-form-4 td {
  padding: 5px 0;
  vertical-align: top;
  line-height: 30px;
  font-size: 14px;
}
.table-list-1 {
  width: 100%;
}
.table-list-1 tr:hover td {
  background: #e7fcf0 !important;
}
.table-list-1 tr:nth-child(2n) td {
  background-color: #f4f7f7;
}
.table-list-1 th {
  padding: 6px 5px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border: 1px solid #dde6e7;
  font-weight: 600;
  white-space: normal;
}
.table-list-1 td {
  padding: 6px 5px;
  border: 1px solid #dde6e7;
  text-align: center;
  font-size: 14px;
}
.table-list-1 .iconfont {
  cursor: pointer;
  font-size: 16px;
  color: #dde6e7;
  font-weight: 100;
}
.table-list-2 {
  width: 100%;
}
.table-list-2 td:hover {
  background: #e7fcf0 !important;
}
.table-list-2 tr:nth-child(2n) td {
  background-color: #f4f7f7;
}
.table-list-2 th {
  padding: 6px 5px;
  font-size: 14px;
  text-align: center;
  color: #333;
  border: 1px solid #dde6e7;
  font-weight: 600;
}
.table-list-2 td {
  padding: 6px 5px;
  border: 1px solid #dde6e7;
  text-align: center;
  font-size: 14px;
}
.table-list-2 .iconfont {
  cursor: pointer;
  font-size: 16px;
  color: #dde6e7;
  font-weight: 100;
}
.table-list-3 {
  width: 100%;
}
.table-list-3 th {
  padding: 6px 5px;
  font-size: 12px;
  text-align: left;
  color: #333;
  border-bottom: 1px solid #dde6e7;
  font-weight: 100;
  line-height: 28px;
}
.table-list-3 td {
  padding: 6px 5px;
  border-bottom: 1px solid #dde6e7;
  text-align: left;
  font-size: 12px;
  line-height: 28px;
}
.table-list-3 .iconfont {
  cursor: pointer;
  font-size: 16px;
  color: #dde6e7;
  font-weight: 100;
}
.input-date-wrap {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
}
.input-date-wrap .input {
  position: relative;
  padding-right: 30px;
  z-index: 2;
  background: none;
  cursor: pointer;
}
.input-date-wrap .icon-calendar {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  height: 100%;
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.input-number-wrap {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
}
.input-number-wrap:hover .plus,
.input-number-wrap:hover .minus,
.input-number-wrap:hover .input {
  border-color: #e1e1e1 !important;
}
.input-number-wrap .input {
  position: relative;
  padding-right: 30px;
  z-index: 1;
  background: none;
  cursor: pointer;
}
.input-number-wrap .plus {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}
.input-number-wrap .plus:hover {
  background: #01a998;
  color: #fff;
}
.input-number-wrap .minus {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  border-left: 1px solid #e1e1e1;
  text-align: center;
}
.input-number-wrap .minus:hover {
  background: #01a998;
  color: #fff;
}
.select-area-wrap .select {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.select-list-wrap ul {
  margin-left: -10px;
  margin-top: -10px;
}
.select-list-wrap ul .item {
  position: relative;
  float: left;
  width: 140px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #e1e1e1;
  cursor: pointer;
}
.select-list-wrap ul .item:hover {
  border: 1px solid #19d2a0 ;
}
.select-list-wrap ul .item:hover .icon-del {
  display: block;
}
.select-list-wrap ul .item .icon-checkbox {
  margin-right: 5px;
}
.select-list-wrap ul .item .icon-del {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  background: #19d2a0;
  color: #fff;
}
.select-list-wrap ul .add {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  height: 30px;
}
.select-list-wrap ul .add .input {
  float: left;
  margin-right: 5px;
}
.select-list-wrap ul .add .btn {
  padding: 0 13px;
  background: #efefef;
  color: #999;
  border: 1px solid #e1e1e1;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
}
.select-list-wrap ul .add .btn:hover {
  background: #19d2a0;
  color: #fff;
}
.pic-list-wrap {
  padding: 10px;
  background: #efefef;
  border: 1px solid #e1e1e1;
}
.pic-list-wrap ul {
  margin-top: -10px;
  margin-left: -10px;
}
.pic-list-wrap ul li {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
}
.pic-list-wrap ul li .pic {
  width: 100px;
  height: 100px;
}
.pic-list-wrap ul li .icon-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #fff;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.input-item-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 40px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dde6e7;
}
.input-item-wrap:hover {
  border: 1px solid #fc706f;
}
.input-item-wrap:hover .icon-del {
  background: #fc706f;
  color: #fff;
}
.input-item-wrap .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input-item-wrap .icon-del {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  height: 100%;
  font-size: 14px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.input-search-wrap {
  position: relative;
  display: block;
}
.input-search-wrap .input {
  padding-right: 30px;
}
.input-search-wrap .icon-search {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 100%;
  height: 100%;
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.input {
  height: 28px;
  line-height: 28px;
  text-indent: 10px;
  border: 1px solid #dde6e7;
}
.input.error {
  border-color: #fd7234 !important;
}
.input.warning {
  border-color: #f3b730 !important;
}
.input:hover,
.input:focus {
  border-color: #19d2a0 !important;
}
.input[disabled],
.input.disabled {
  background: #f4f4f4;
}
.input[disabled]:hover,
.input.disabled:hover,
.input[disabled]:focus,
.input.disabled:focus {
  border-color: #dde6e7 !important;
}
.input.input-percent {
  width: 100%;
  box-sizing: border-box;
}
.input.border-bottom {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.input.input-50 {
  width: 50px;
}
.input.input-100 {
     width: 100px;
 }
.input.input-120 {
    width: 120px;
}
.input.input-150 {
  width: 150px;
}
.input.input-200 {
  width: 200px;
}
.input.text-center {
  text-align: center;
  text-indent: 0;
}
.select {
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  border: 1px solid #dde6e7;
}
.select.error {
  border: 1px solid #fd7234 !important;
}
.select.warning {
  border: 1px solid #f3b730 !important;
}
.select:hover,
.select:focus {
  border: 1px solid #19d2a0;
}
.select[disabled],
.select.disabled {
  background: #f4f4f4;
}
.select[disabled]:hover,
.select.disabled:hover,
.select[disabled]:focus,
.select.disabled:focus {
  border: 1px solid #dde6e7;
}
.select.select-percent {
  width: 100%;
  box-sizing: border-box;
}
.select.select-100 {
  width: 100px;
  box-sizing: border-box;
}
.select.select-120 {
    width: 120px;
    box-sizing: border-box;
}
.select.select-150 {
  width: 150px;
  box-sizing: border-box;
}
.select.select-200 {
  width: 200px;
  box-sizing: border-box;
}
.textarea {
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #dde6e7;
  resize: none;
  height: 112px;
  overflow-y: auto;
}
.textarea.error {
  border: 1px solid #f00 !important;
}
.textarea:hover,
.textarea:focus {
  border: 1px solid #19d2a0;
}
.textarea[disabled],
.textarea.disabled {
  background: #f4f4f4;
}
.textarea[disabled]:hover,
.textarea.disabled:hover,
.textarea[disabled]:focus,
.textarea.disabled:focus {
  border-color: #dde6e7 !important;
}
.textarea.textarea-percent {
  width: 100%;
  box-sizing: border-box;
}
.input-select-wrap {
  position: relative;
  font-size: 12px;
}
.input-select-wrap.hover:hover dd {
  display: block;
}
.input-select-wrap.multiselect dd li {
  padding: 5px 10px 5px 30px;
}
.input-select-wrap.multiselect dd li .icon-checkbox {
  float: left;
  margin-left: -20px;
  color: #999;
}
.input-select-wrap dt {
  position: relative;
}
.input-select-wrap dt .input {
  padding-right: 30px;
}
.input-select-wrap dt .input:hover {
  border-color: #e1e1e1 !important;
}
.input-select-wrap dt .icon-arrow-down {
  position: absolute;
  right: 10px;
  top: 0;
  height: 28px;
  font-size: 14px;
  color: #999;
  line-height: 28px;
}
.input-select-wrap dd {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  z-index: 11;
  max-height: 150px;
  border: 1px solid #e1e1e1;
  background: #fff;
  overflow-y: auto;
  box-shadow: 0 3px 8px #ccc;
}
.input-select-wrap dd .search-bar {
  padding: 5px 10px;
  border-bottom: 1px solid #e1e1e1;
}
.input-select-wrap dd .search-bar .input {
  border-radius: 30px;
}
.input-select-wrap dd li {
  line-height: 20px;
  padding: 5px 10px;
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  text-align: left;
}
.input-select-wrap dd li:last-child {
  border-bottom: 0;
}
.input-select-wrap dd li:hover {
  background: #e1e9ea;
}
.iconfont.icon-checkbox {
  color: #ccc;
}
.iconfont.icon-checkbox:before {
  content: "\e616";
}
.iconfont.icon-checkbox.checked:before {
  color: #1fd1a1;
  content: "\e617";
}
.iconfont.icon-radio {
  color: #ccc;
}
.iconfont.icon-radio:before {
  content: "\e60a";
}
.iconfont.icon-radio.checked:before {
  color: #1fd1a1;
  content: "\e60b";
}
.iconfont.icon-arrow-down-up:before {
  content: "\e615";
}
.iconfont.icon-arrow-down-up.checked:before {
  content: "\e611";
}
.pointer {
  cursor: pointer;
}
/*
*   tab.js使用的css
*/
.js-tab-more {
  height: 30px;
}
.js-tab-more.showBtn {
  padding: 0 31px;
}
.js-tab-more .js-tab-more-list {
  float: left;
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #e1e1e1;
}
.js-tab-more .js-tab-more-list ul {
  transition: margin-left 0.5s ease;
}
.js-tab-more .js-tab-more-list ul li {
  float: left;
  padding: 0 10px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.js-tab-more .js-tab-more-list ul li:hover {
  background: #eee;
}
.js-tab-more .js-tab-more-list ul li.active {
  background: #1fd1a1;
  color: #fff;
}
.js-tab-more .js-tab-more-prev {
  float: left;
  margin-left: -31px;
  width: 29px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
}
.js-tab-more .js-tab-more-prev:hover {
  color: #01a998;
  background: #eee;
}
.js-tab-more .js-tab-more-next {
  float: right;
  margin-right: -31px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  color: #999;
  cursor: pointer;
}
.js-tab-more .js-tab-more-next:hover {
  color: #01a998;
  background: #eee;
}
