body {
  font-size: 14px;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  color: #333;
}
html,
body {
  min-height: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
button {
  transition: all 0.4s;
}
a {
  color: #409eff;
}
.t-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.red-btn {
  background: #e22323;
}
.red-btn:hover {
  color: #e22323;
}
.red-btn:hover:before,
.red-btn:hover:after {
  background: #e22323;
}
.info-btn {
  background: #909399;
}
.info-btn:hover {
  color: #909399;
}
.info-btn:hover:before,
.info-btn:hover:after {
  background: #909399;
}
.brown-btn {
  background: #b89e76;
}
.brown-btn:hover {
  color: #b89e76;
}
.brown-btn:hover:before,
.brown-btn:hover:after {
  background: #b89e76;
}
.pan-btn {
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: 600ms ease all;
  position: relative;
  display: inline-block;
}
.pan-btn:hover {
  background: #fff;
  cursor: pointer;
}
.pan-btn:hover:before,
.pan-btn:hover:after {
  width: 100%;
  transition: 600ms ease all;
}
.pan-btn:before,
.pan-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
}
.pan-btn::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.pan-btn.btn-100 {
  width: 100%;
}
#app {
  height: 100%;
}
{
  height: 100%;
  width: 100%;
  min-height: 100%;
}
.main {
  width: 100%;
  background: #f7f7f7;
}
.main.white {
  background: #fff;
}
.main .main-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.main .main-wrapper .breadcrumb {
  padding: 5px 0 20px 0;
  font-size: 15px;
}
.main .main-wrapper .breadcrumb li {
  display: inline-block;
  color: #4b4b4b;
}
.main .main-wrapper .breadcrumb li i {
  color: #141414;
}
.main .main-wrapper .breadcrumb li a {
  color: #141414;
  transition: 0.35s;
}
.main .main-wrapper .breadcrumb li a:hover {
  color: #a42f1e;
}
#app .right-fixed {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 150px;
}
#app .right-fixed li {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #cacaca;
  margin-bottom: 1px;
  cursor: pointer;
  transition: all 0.4s;
}
#app .right-fixed li:hover {
  background-position: 0 50px;
}
#app .right-fixed li:hover .tip span {
  top: 0;
}
#app .right-fixed li:hover .app-logo,
#app .right-fixed li:hover .weixin-logo,
#app .right-fixed li:hover .wap-logo {
  display: block;
}
#app .right-fixed li .tip {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app .right-fixed li .tip span {
  position: absolute;
  left: 0;
  top: -100%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #e22323;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  transition: top 0.4s;
}
#app .right-fixed .robot {
  background: #cacaca url("../images/right-fiexd/icon_machine.png") 10px 10px no-repeat;
}
#app .right-fixed .robot:hover {
  background-position: 10px 60px;
}
#app .right-fixed .app {
  background: url("../images/right-fiexd/app.jpg") 0 0 no-repeat;
}
#app .right-fixed .weixin {
  background: url("../images/right-fiexd/weixin.jpg") 0 0 no-repeat;
}
#app .right-fixed .wap {
  background: url("../images/right-fiexd/mobile.jpg") 0 0 no-repeat;
}
#app .right-fixed .back-top {
  background: url("../images/right-fiexd/top.jpg") 0 0 no-repeat;
}
#app .right-fixed .back-top:hover {
  background-position: 0 0;
}
#app .right-fixed .back-top:hover .tip span {
  display: block;
}
#app .right-fixed .back-top .tip span {
  display: none;
}
#app .right-fixed .app-logo,
#app .right-fixed .weixin-logo,
#app .right-fixed .wap-logo {
  width: 162px;
  display: none;
  position: absolute;
  bottom: 0;
  left: -162px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.table-box {
  padding: 20px 0;
}
.table-box .table thead > tr > th,
.table-box .table tbody > tr > td {
  padding: 8px;
  line-height: 1.4;
  text-align: center;
}
.table-box .table thead tr th {
  font-weight: 700;
}
.table-box .table thead.no-blod tr th {
  font-weight: normal;
}
.table-box .table.table-bordered {
  border: 1px solid #ddd;
}
table thead {
  background-color: #efd1d1;
  color: #333;
}
table thead.no-bg {
  background-color: transparent;
}
.clear-fix:after {
  content: '';
  clear: both;
  height: 0;
}
[v-cloak] {
  display: none;
}

