@charset "UTF-8";
/**
 * 初始化
 * @Author: snl
 * @Date: 2020/04/15 17:23
 */
@import url(mixin-adapter.css);
* {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0; }

ul, ol, dl {
  list-style-type: none; }

html, body {
  *position: static; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none; }

body, th, td, button, input, select, textarea {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, PingFangSC-Regular, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
  font-size: 12px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

a, area {
  outline: none;
  blr: expression(this.onFocus=this.blur()); }

a {
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: underline;
  outline: none; }

a.ie6:hover {
  zoom: 1; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: none; }

:focus {
  outline: none; }

sub, sup {
  vertical-align: baseline; }

button, input[type="button"], input[type="submit"] {
  line-height: normal !important; }

/*img*/
img {
  border: 0;
  vertical-align: middle; }

a img, img {
  -ms-interpolation-mode: bicubic; }

.img-responsive {
  max-width: 100%;
  height: auto; }

/*IE下a:hover 背景闪烁*/
* html {
  overflow: -moz-scrollbars-vertical;
  zoom: expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this)); }

/*HTML5 reset*/
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0; }

time {
  display: inline; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

legend small {
  font-size: 15px;
  color: #999; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border-width: 0;
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
Name:			style_clearfix
Example:		class="clearfix|cl"
Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cl, .clearfix {
  zoom: 1; }

/*4.3.1 下拉菜单
	Name:			mod_dropDown
	Example:
	<span class="dropDown">
		<a class="dropDown_A" href="#">下拉菜单</a>
		<ul class="dropDown-menu menu radius box-shadow">
			<li><a href="#">菜单一</a></li>
			<li><a href="#">菜单二</a></li>
		</ul>
	</span>
	Explain:		如需要在不同的地方显示不同的样式，请在<span class="dropDown"> 追加class，采用覆盖的方式重写默认样式。

*/
.dropDown {
  display: inline-block; }

.dropDown_A {
  display: inline-block; }

.dropDown-menu {
  display: none;
  transition: all 0.3s ease 0s; }

.dropDown:focus, .dropDown-menu:focus {
  outline: 0; }

.dropDown-menu li.arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  margin-top: -13px;
  margin-left: 20%;
  line-height: 0; }

/*鼠标经过*/
.dropDown.hover .dropDown_A,
.dropDown.open .dropDown_A {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.2); }

.dropDown.open .dropDown_A .Hui-admin-menu-dropdown-arrow {
  transition-duration: 0.3s;
  transition-property: all;
  _background-position: 0 0;
  transform: rotate(180deg); }

.menu {
  background-color: #fff;
  border: solid 1px #f2f2f2;
  display: inline-block; }

.menu.radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.menu.box-shadow {
  border-top: none; }

.menu > li {
  position: relative;
  clear: both;
  *float: left; }

.menu > li > a {
  display: block;
  border-bottom: solid 1px #f2f2f2;
  padding: 5px 20px;
  line-height: 1.8;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: top; }

.menu > li:last-child > a {
  border-bottom: none; }

.menu > li > a:hover, .menu > li > a:focus, .menu > li.open > a {
  text-decoration: none;
  background-color: #fafafa; }

.menu > li > a .arrow {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
  line-height: 20px;
  height: 20px;
  color: #999; }

.menu > li > .menu {
  display: none; }

.menu > li.open > .menu {
  display: inline-block;
  position: absolute;
  left: 100%;
  top: -1px;
  min-width: 100%; }

/*禁用菜单*/
.menu > li.disabled > a {
  color: #999;
  text-decoration: none;
  cursor: no-drop;
  background-color: transparent; }

/*线条*/
.menu > li.divider {
  display: block;
  height: 0px;
  line-height: 0px;
  margin: 9px 0;
  overflow: hidden;
  border-top: solid 1px #eee; }

/*打开菜单*/
.dropDown > .dropDown-menu {
  display: none; }

.dropDown.open {
  position: relative;
  z-index: 990; }

/*默认左对齐*/
.dropDown.open > .dropDown-menu {
  position: absolute;
  z-index: 1000;
  display: inline-block;
  top: 100%;
  left: -1px;
  min-width: 100%;
  background-color: #fff;
  border: solid 1px #f2f2f2; }

/*右对齐*/
.dropDown.open.right > .dropDown-menu {
  right: -1px !important;
  left: auto !important; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.modal-dialog {
  position: relative;
  width: auto; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.radius .modal-content {
  border-radius: 6px; }

.tabBar {
  border-bottom: 2px solid #222; }

.tabBar span {
  background-color: #e8e8e8;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 15px; }

.tabBar span.current {
  background-color: #222;
  color: #fff; }

.tabCon {
  display: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/**
 * 公用方法
 * @Author: snl
 * @Date: 2019/08/22 10:23
 */
/**
 * 适配其他浏览器
 * @Author: snl
 * @Date: 2019/08/22 10:38
 */
/**
 *
 * 上拉刷新下拉加载组件
 *
 * @Author: snl
 * @Date: 2020/04/20 13:31
 */
.snl-lr {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .snl-lr .snl-scroller {
    width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1; }
  .snl-lr .empty {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #888;
    padding-top: 50px; }
    .snl-lr .empty .icon {
      display: inline-block;
      width: 98px;
      height: 64px;
      background-image: url("../img/empty.png");
      background-size: cover;
      background-repeat: no-repeat; }
    .snl-lr .empty .label {
      display: block; }
  .snl-lr-pd, .snl-lr-pu {
    display: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 12px; }
    .snl-lr-pd > *, .snl-lr-pu > * {
      vertical-align: middle;
      color: #888; }
  .snl-lr .snl-lr-pd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .snl-lr-pd .icon, .snl-lr-pu .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../img/Loading.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-transform: rotate(0deg) translateZ(0);
    -moz-transition-duration: 0ms;
    -moz-animation-name: loading;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear; }
  .snl-lr-pd .icon {
    -webkit-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0); }

@-webkit-keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0); } }
@-moz-keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0); } }
@-ms-keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0); } }
@-o-keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0); } }
@keyframes loading {
  from {
    transform: rotate(0deg) translateZ(0); }
  to {
    transform: rotate(360deg) translateZ(0); } }

/*# sourceMappingURL=index.css.map */
