@charset "utf-8";
/*=========================Reset_start==========================*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: PingFang SC, "微软雅黑", Arail, Tabhoma;
  font-size: 16px;
  text-align: left;
  background-color: #f5f6f7;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
}
iframe {
  display: block;
}
input,
select,
textarea {
  outline: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
th,
strong,
var,
em {
  font-weight: normal;
  font-style: normal;
}*/
a {
  text-decoration: none;
  color: #666;
}
/*==========================Reset_End===========================*/
.textOverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.transition {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
/*1240宽度*/
.width1240px {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}
/*layui*/
.layui-form-checkbox[lay-skin=primary] i {
  box-sizing: border-box;
}
.layui-form-checkbox[lay-skin=primary]:hover i,
div.layui-form-checked[lay-skin=primary] i {
  border-color: #3385f8 !important;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #3385f8 !important;
  background-color: #3385f8 !important;
}
/*位置导航*/
.position-nav {
  height: 25px;
  line-height: 25px;
  padding: 17.5px 30px;
  font-size: 14px;
  color: #333333;
  background: #fff url(/static/tc/images/position-nav-bg.png) left top no-repeat;
}
.position-nav a {
  color: #333333;
}
.position-nav span {
  color: #888888;
}
