@charset "utf-8";
/* 以下为公共样式 */
/* 排序 asc 升序   desc 降序*/
.ui.sort {
  padding-right: 18px;
}
.ui.sort.asc {
  background: url(../images/asc.png) no-repeat right;
  background-size: 18px;
}
.ui.sort.desc {
  background: url(../images/desc.png) no-repeat right;
  background-size: 18px;
}
.ui.sort.nosort {
  background: url(../images/nosort.png) no-repeat right;
  background-size: 18px;
}
/* 头部下划线 标题 */
.ui.h-title {
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
.ui.num {
  font-size: 30px !important;
  color: #888 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.ui.num:hover {
  color: #0086B3 !important;
  text-decoration: none;
}
/* 通用面板样式 */
.ui.panel {
  background: #fff;
  border: 1px solid #d2d2d2;
}
.ui.panel .panel-head {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.ui.panel .panel-body {
  min-height: 20px;
}
.ui.panel.style1 {
  background: #f9f9ef;
  border: 1px solid #dada97;
}
.ui.panel.style1 .panel-head {
  border-bottom: 1px solid #dada97;
}
.ui.panel.style2 {
  background: #eff9f9;
  border: 1px solid #b9e7e7;
}
.ui.panel.style2 .panel-head {
  border-bottom: 1px solid  #b9e7e7;
}
/* 分页 */
.paging_goto {
  float: left;
  margin-top: -2px;
  margin-right: 20px;
}
.paging_goto a {
  color: #1a75ca;
}
.paging_goto .input {
  width: 40px !important;
}
.ui.paging {
  float: right;
  *zoom: 1;
  /* 单页 */
  /*上一页*/
  /*下一页*/
}
.ui.paging:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.ui.paging .pg {
  float: left;
  border: 1px solid #d9d9d9;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  margin-left: 10px;
  background-color: #fff;
  cursor: pointer;
}
.ui.paging .pg:first-of-type {
  margin-left: 0;
}
.ui.paging .pg a {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #434343;
}
.ui.paging .pg.active,
.ui.paging .pg:hover {
  background-color: #017ff5;
  color: #ffffff;
  border: 1px solid #1d8df6;
}
.ui.paging .pg.active a,
.ui.paging .pg:hover a {
  color: #ffffff;
}
.ui.paging .prev {
  padding: 0 10px 0 15px;
  background: #fff url(../images/page-arrow.png) no-repeat 5px -45px;
}
.ui.paging .prev.disable {
  color: #d9d9d9;
  background-position: 5px top;
}
.ui.paging .prev:hover {
  background-color: inherit;
  color: inherit;
}
.ui.paging .prev:hover a {
  text-decoration: none;
  color: inherit;
}
.ui.paging .next {
  padding: 0 15px 0 10px;
  background: #fff url(../images/page-arrow.png) no-repeat 50px -65px;
}
.ui.paging .next.disable {
  color: #d9d9d9;
  background-position: 50px -23px;
}
.ui.paging .next:hover {
  background-color: inherit;
  color: inherit;
}
.ui.paging .next:hover a {
  text-decoration: none;
  color: inherit;
}
/* 通用表格 */
.ui.table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #fff;
  /* 标准的td */
  /* 标准的td */
  /* 小的的td */
  /*宽一些的td */
}
.ui.table thead {
  height: 36px;
  line-height: 36px;
  background: #f2f2f3;
}
.ui.table thead td,
.ui.table thead th {
  border: 1px solid #e8e8e8;
}
.ui.table thead th {
  background: #f2f2f3!important;
}
.ui.table tbody tr:nth-of-type(odd) {
  background: #fff;
}
.ui.table tbody tr:nth-of-type(even) {
  background: #f7f7f7;
}
.ui.table .normal-td,
.ui.table .large-td,
.ui.table .small-td {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 4px !important;
  padding-right: 4px !important;
  /* 排序 */
}
.ui.table .normal-td .sort,
.ui.table .large-td .sort,
.ui.table .small-td .sort {
  cursor: pointer;
}
.ui.table .normal-td:not(.break-word),
.ui.table .large-td:not(.break-word),
.ui.table .small-td:not(.break-word) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui.table .td_border {
  border-bottom: 1px solid #e8e8e8;
}
.ui.table .td-text {
  padding: 0 5px;
  line-height: 16px;
}
.ui.table .normal-td {
  width: 120px;
}
.ui.table .small-td {
  width: 60px;
}
.ui.table .large-td {
  width: 200px;
}
.ui.table .iconfont {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.ui.table .minThead {
  line-height: 1.2em;
}
.ui.table .minThead td,
.ui.table .minThead th {
  padding: 10px 0;
}
.report_table {
  min-width: 1800px;
}
.min_head_table th,
.report_table th {
  line-height: 1.2em!important;
  padding: 10px 0!important;
  font-size: 12px!important;
}
.busi_report_table {
  min-width: 1800px;
}
.busi_report_table th {
  line-height: 14px!important;
  padding: 10px 0!important;
}
.busi_report_table th strong {
  font-weight: normal;
}
.busi_report_table td {
  font-size: 12px!important;
}
.busi_report_table .fb {
  font-weight: bold!important;
}
.fixed_thead {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #f2f2f3;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.fixed_thead .inner {
  overflow-x: auto;
}
.fixed_thead ul {
  overflow: hidden;
}
.fixed_thead li {
  float: left;
  line-height: 1.2em;
  border-left: 1px solid #e8e8e8;
}
.fixed_thead li strong {
  display: inline-block;
  vertical-align: middle;
}
.fixed_thead li .mid {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.fixed_multHead_box {
  display: none;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  overflow-x: auto;
}
.fixed_side {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
  min-width: 0;
  border-right: none!important;
  background: none!important;
}
/* tab切换 */
.ui.tab-box .tab-head {
  border-bottom: 1px solid #2592f8;
}
.ui.tab-box .tab-head .tab-hs {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.ui.tab-box .tab-head .tab-hs .tab-h {
  float: left;
}
.ui.tab-box .tab-head .tab-hs .tab-h a {
  display: block;
  cursor: pointer;
  height: 29px;
  line-height: 29px;
  padding: 0 30px;
  font-size: 14px;
  color: #333333;
  background: #eaf3fc;
  border-top: 1px solid #b7cfe7;
  border-right: 1px solid #b7cfe7;
  border-bottom: none;
}
.ui.tab-box .tab-head .tab-hs .tab-h a:hover {
  text-decoration: none;
}
.ui.tab-box .tab-head .tab-hs .tab-h:first-of-type a {
  border-left: 1px solid #b7cfe7;
}
.ui.tab-box .tab-head .tab-hs .tab-h.active a {
  border: 1px solid #2592f8;
  background: #2592f8;
  color: #ffffff;
}
.ui.tab-box .tab-head .tab-hs .tab-g a {
  background: #f0f0f0;
  color: #666;
}
.ui.tab-box .tab-head.sub {
  border-color: #999;
}
.ui.tab-box .tab-head.sub .tab-hs .tab-h a {
  color: #000;
  background: #f1f1f1;
  border-color: #c9c9c9;
}
.ui.tab-box .tab-head.sub .tab-hs .tab-h.active a {
  color: #fff;
  background: #999;
  border-color: #999;
}
.ui.tab-box .tab-head.doc_sub a {
  padding: 0 20px!important;
}
.ui.tab-box .tab-body .tab-b {
  display: none;
}
.ui.tab-box .tab-body .tab-b.active {
  display: block;
}
/* 垂直方向的tab 切换 */
.ui.tab-v .tab-v-h {
  text-align: center;
  width: 18px;
  padding: 30px 6px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #d2d2d2;
  border-top: none;
  border-right: none;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}
.ui.tab-v .tab-v-h:nth-of-type(1) {
  border-top: 1px solid #d2d2d2;
}
.ui.tab-v .tab-v-h.active {
  background: #eaf3fc;
}
.ui.tab-v .tab-v-b {
  margin-left: 30px;
  border: 1px solid #d2d2d2;
  display: none;
  min-height: 500px;
}
.ui.tab-v .tab-v-b.active {
  display: block;
}
/* form元素 */
.ui.form .form-flex {
  display: flex;
}
.ui.form .flex1 {
  flex: 1;
}
.ui.form .form-group {
  margin-bottom: 2px;
  /* widget 组件 */
  /* 提示 */
}
.ui.form .form-group .form-radio {
  padding-top: 5px;
}
.ui.form .form-group .form-radio label {
  margin-right: 20px;
}
.ui.form .form-group .form-widget {
  border: 1px solid #dfdfe1;
  line-height: 26px;
  vertical-align: top;
  border-radius: 3px;
}
.ui.form .form-group .form-widget:not(.child_border) input,
.ui.form .form-group .form-widget:not(.child_border) select {
  height: 20px;
  line-height: 20px;
  padding: 2px 4px;
  font-size: 12px;
  border: none;
  color: #454545;
}
.ui.form .form-group .form-widget .selectator_input {
  height: 40px;
  line-height: 1.5;
  border: 1px solid #7f9db9;
}
.ui.form .form-group .form-widget input[type='radio'],
.ui.form .form-group .form-widget input[type='checkbox'] {
  margin-top: 4px;
  vertical-align: top;
}
.ui.form .form-group .form-widget select {
  height: 26px!important;
  line-height: 26px!important;
}
.ui.form .form-group .form-widget:not(.child_border) textarea {
  padding: 2px 4px;
  font-size: 12px;
  border: none;
  color: #666666;
  resize: none;
}
.ui.form .form-group .form-widget.focus {
  border: 1px solid #3091e2;
}
.ui.form .form-group .form-label {
  width: 90px;
  vertical-align: top;
  height: 26px;
  line-height: 26px;
}
.ui.form .form-group .form-icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 20px;
  height: 24px;
  background: url(../images/form-icon.png) no-repeat;
}
.ui.form .form-group .form-icon.date {
  background-position: left top;
}
.ui.form .form-group .form-tip {
  color: #888;
  height: 26px;
  line-height: 26px;
  vertical-align: top;
}
/* 表单元素 */
.textarea.short {
  width: 300px!important;
  height: 60px!important;
}
.ui.input,
.ui.select,
.ui.textarea {
  border: 1px solid #dfdfe1;
  border-radius: 3px;
  color: #454545;
}
.ui.input:focus,
.ui.select:focus,
.ui.textarea:focus {
  border: 1px solid #3091e2;
}
.ui.input.border,
.ui.select.border,
.ui.textarea.border {
  border: 1px solid #dfdfe1 !important;
}
.ui.input {
  height: 20px;
  line-height: 20px;
  padding: 2px 4px;
}
.ui.input.long {
  width: 200px !important;
}
.ui.select {
  width: 100px;
  height: 28px;
  line-height: 28px;
}
.ui.select.large {
  width: 200px !important;
}
.ui.textarea {
  width: 600px;
  height: 100px;
  padding: 2px 4px;
}
/*行内元素*/
.ui-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* label 标签 */
.ui.label {
  padding: 4px 7px;
  font-size: 12px;
  color: #444444;
  border-radius: 2px;
  cursor: pointer;
}
.ui.label.active,
.ui.label:hover {
  color: #ffffff;
  background: #2592f8;
}
/* 必填项目的红星*/
.ui.star {
  color: red;
  margin: 0 5px;
}
/* 普通输入框 */
.ui.input {
  height: 20px;
  line-height: 20px;
  padding: 2px 2px;
  font-size: 12px;
  border: 1px solid #dfdfe1;
}
.ui.input[readonly]:not(.anytime) {
  border: none!important;
  background: none!important;
}
.ui.input.w400 {
  width: 400px;
}
/* 加上/减去操作 */
.ui.pm-group .plus {
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #5bb85b;
  color: #5bb85b;
  cursor: pointer;
  user-select: none;
}
.ui.pm-group .minus {
  margin: 0 2px;
  padding: 0 7px;
  border: 1px solid #eb3733;
  color: #eb3733;
  cursor: pointer;
  user-select: none;
}
/*按钮*/
.ui.button {
  border: 0;
  padding: 7px 20px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  background: #00b615;
  cursor: pointer;
  vertical-align: top;
}
.ui.button.large {
  padding: 15px 40px;
  font-size: 16px;
  line-height: 18px;
}
.ui.button:hover {
  text-decoration: none;
  background: #03a415;
}
.ui.button.green {
  background: #00b615;
}
.ui.button.green:hover {
  background: #03a415;
}
.ui.button.blue {
  background: #1a75ca;
}
.ui.button.blue:hover {
  background: #047dee;
}
.ui.button.orange {
  background: #E7C333;
}
.ui.button.orange:hover {
  background: #E8BB06;
}
.ui.button.turquoise {
  background: #1abc9c;
}
.ui.button.turquoise:hover {
  background: #16a085;
}
.ui.button.dark {
  background: #d32884;
}
.ui.button.dark:hover {
  background: #e60a80;
}
.ui.button.gray {
  background: #d9d9d9;
  color: #666;
}
.ui.button.gray:hover {
  background: #ccc;
}
.ui.button.disable {
  background: #d9d9d9;
  color: #666;
}
.ui.button.action {
  font-size: 18px;
  vertical-align: middle;
  padding: 0;
  background: none;
  color: #2592F8;
}
.ui.button a {
  text-decoration: none;
  color: #fff;
}
.ui.href {
  font-size: 12px;
  color: #1a75ca;
  cursor: pointer;
}
a.ui.button {
  display: inline-block;
}
/* 系统级别的遮罩层 */
.ui.sysmask {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}
.ui.sysmask.hide {
  visibility: hidden;
}
.ui.sysmask .mask-box {
  position: relative;
  top: -1000px;
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 14px;
  background: #fff;
  transition: top 0.5s ease-out;
}
.ui.sysmask .closeWin {
  position: absolute;
  top: 2px;
  right: 3px;
  height: 22px;
  width: 22px;
}
.ui.sysmask .closeWin .close-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1em;
  font-size: 22px;
  cursor: pointer;
  color: #454545;
}
.ui.sysmask .closeWin .close-mask:hover {
  color: #eb3733;
}
.ui.sysmask .mask-body {
  overflow: auto;
  padding: 0 20px;
}
.ui.sysmask .mask-head {
  background: #f3f3f3;
}
.ui.sysmask .mask-head .h-title {
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
}
.ui.sysmask .mask-foot {
  background: #f3f3f3;
}
.ui.pop {
  position: absolute;
  z-index: 1;
  min-width: 400px;
  padding: 10px;
  background: #f8f8f8;
  border-radius: 10px;
  border: 1px solid #666;
}
.ui.pop.hide {
  display: none;
}
/* 日期控件的图标 */
.ui.date-input {
  background: url(../images/date.png) no-repeat right 50%;
}
/* 日期控件的图标 */
.ui.edit-input {
  background: url(../images/edit.png) no-repeat right 50%;
}
.scroll-box {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.ui.hide {
  display: none;
}
.ui.circle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0cc;
}
.ui.circle.show {
  display: block;
}
.ui.circle.hide {
  display: none;
}
.ui.circle .pie_left,
.ui.circle .pie_right {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
.ui.circle .left,
.ui.circle .right {
  width: 90px;
  height: 90px;
  background: #ccc;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.ui.circle .pie_right,
.ui.circle .right {
  clip: rect(0, auto, auto, 45px);
}
.ui.circle .pie_left,
.ui.circle .left {
  clip: rect(0, 45px, auto, 0);
}
.ui.circle .mask {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  font-weight: bold;
  color: #00aacc;
}
.ui.print {
  display: none;
}
.ui.popfield {
  position: absolute;
  background: #fff;
  border: 1px solid #dfdfe1 !important;
  border-radius: 5px;
  z-index: 10;
}
.ui.popfield .pop-scroll {
  max-height: 150px;
  overflow: auto;
}
.ui.popfield .pop-footer {
  height: 40px;
  line-height: 40px;
  color: #666;
}
.ui.popfield .items thead tr,
.ui.popfield .items thead th {
  border: none !important;
}
.ui.popfield .items tbody tr {
  border: none !important;
  border-top: 1px dashed #999 !important;
  height: 30px;
  line-height: 30px;
  color: #666;
  cursor: pointer;
  background: #fff !important;
}
.ui.popfield .items tbody tr:hover {
  height: 30px;
  line-height: 30px;
  color: #1a75ca;
  font-size: 16px;
  background: #f9f9f9 !important;
}
.ui.popfield .items tbody td {
  border: none !important;
}
.ui.dis_table_cell {
  display: table-cell;
}
@media print {
  .ui.print {
    display: block;
  }
  .ui.print.invoice {
    font-size: 12px !important;
  }
  .ui.print.invoice tr,
  .ui.print.invoice td,
  .ui.print.invoice th {
    font-size: 12px !important;
    height: auto !important;
    line-height: 20px !important;
  }
  .ui.print.invoice .ui.table td,
  .ui.print.invoice .ui.table tr,
  .ui.print.invoice .ui.table th {
    border: 1px solid #000 !important;
    line-height: 26px !important;
  }
}
/*2015/10/16 tangbo*/
.pub_goodslist tr {
  cursor: pointer;
}
.pub_goodslist .mask-box {
  width: 800px!important;
  text-align: left;
}
.pub_goodslist .mask-body {
  min-height: 500px;
}
.pub_goodslist > .ui.button {
  padding-left: 10px;
  padding-right: 10px;
}
.pub_goodslist .ui.input,
.pub_goodslist .ui.select {
  border: 1px solid #dfdfe1!important;
}
.pub_goodslist .selected {
  font-size: 12px;
}
.pub_goodslist .selected .box {
  max-height: 100px;
  overflow-y: auto;
  display: block;
}
.pub_goodslist .selected .item {
  position: relative;
  float: left;
  height: 22px;
  line-height: 22px;
  padding: 0 15px 0 8px;
  margin: 7px 10px 0 0;
  background: #c0ddf5;
  border: #a6d4fb solid 1px;
  border-radius: 3px;
}
.pub_goodslist .selected .close {
  position: absolute;
  top: -5px;
  right: 3px;
  display: block;
  cursor: pointer;
  font-size: 13px;
}
.pub_goodslist .selected .close:hover {
  color: red;
  text-decoration: none;
}
.pub_goodslist .selected .state {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  border: #e5d254 solid 1px;
  background: #f5eec0;
  border-radius: 3px;
}
.pub_goodslist .form-check a {
  color: #1a75ca!important;
}
.pub_goodslist .form-check label,
.pub_goodslist .form-check .label {
  margin: 0 0 0 15px!important;
}
.pub_goodslist .form-check input {
  vertical-align: middle!important;
  position: relative;
  top: -3px;
}
.pub_goodslist .btnbox {
  position: relative;
}
.pub_goodslist .btn_check {
  position: relative;
  z-index: 0;
}
.pub_goodslist .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.pub_goodslist .tablebox .resultbox {
  display: block;
  width: 170px;
  padding: 10px 5px;
  float: right;
  max-height: 344px;
  overflow: auto;
  font-size: 12px;
  background: #f2f2f3;
  border: 1px solid #e4e4e4;
}
.pub_goodslist .tablebox .resultbox .item {
  line-height: 18px;
  position: relative;
  padding: 0 5px 5px 0;
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: dashed 1px #ccc;
}
.pub_goodslist .tablebox .resultbox .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.pub_goodslist .tablebox .resultbox .item span {
  color: #1a75ca;
}
.pub_goodslist .tablebox .resultbox .close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}
.pub_goodslist .tablebox .resultbox .close:hover {
  color: red;
  text-decoration: none;
}
.pub_goodslist .tablebox .fixed_wid {
  width: 555px;
}
.pub_goodslist .tr_gray td {
  color: #ccc;
  cursor: no-drop;
}
.pub_goodslist.news .mask-body {
  min-height: 500px;
}
/*2015/11/5 tangbo*/
.ui.spot_popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}
.ui.spot_popup.hide {
  visibility: hidden;
}
.ui.spot_popup .box {
  display: block;
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  margin: -200px 0 0 -250px;
  background: #fff;
  border: #d8d8d8 solid 1px;
  border-radius: 3px;
}
.ui.spot_popup .hd {
  background: #f3f3f3;
}
.ui.spot_popup .hd .title {
  height: 30px;
  line-height: 30px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
}
.ui.spot_popup .bd {
  height: 300px;
  overflow-y: auto;
}
.ui.spot_popup .ft {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  text-align: right;
  background: #f5f5f5;
}
.ui.spot_popup .close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #888;
  border-radius: 50%;
}
.ui.spot_popup .close:hover {
  color: red;
  text-decoration: none;
}
.ui.spot_popup td,
.ui.spot_popup th,
.ui.spot_popup .nodata {
  font-size: 12px!important;
}
#submitMask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  background: rgba(255, 255, 255, 0.5);
}
#submitMask .con {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.noscroll::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.smallscroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ddd;
}
.smallscroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #ddd;
}
.smallscroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999;
}
.smallscroll::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
/*自定义开关checkbox*/
.custom_switch {
  overflow: hidden;
}
.custom_switch .checkbox,
.custom_switch .radio {
  display: none;
}
.custom_switch .trigger {
  cursor: pointer;
  position: relative;
  float: left;
  width: 46px;
  height: 27px;
  background: #666;
  overflow: hidden;
  -webkit-transition: background .15s linear;
}
.custom_switch .checkbox:checked + .trigger,
.custom_switch .radio:checked + .trigger {
  background: #00C5FF;
}
.custom_switch .trigger:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto 5px;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.3);
  -webkit-transition: left .25s linear;
}
.custom_switch .checkbox:checked + .trigger:before,
.custom_switch .radio:checked + .trigger:before {
  right: 0;
  left: auto;
  color: #000;
  content: '√';
  line-height: 14px;
  font-family: '黑体';
  font-size: 12px;
}
.anytime {
  background: url(../images/time.png) no-repeat right center;
}
