@import "normalize.css";
/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*前缀兼容样式 end*/
* {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  min-width: 1220px;
  min-height: 100%;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
  background-color: #fff;
}
body {
  padding-bottom: 110px;
  position: relative;
}
.container,
.container-wrap {
  width: 1220px;
  margin: 0 auto;
  position: relative;
  padding: 0 10px;
}
.inner-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  position: relative;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: initial;
}
a:hover {
  color: initial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
input,
select,
textarea,
button {
  outline: none;
}
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
input::-ms-clear,
input::-ms-reveal,
::-ms-clear,
::-ms-reveal {
  display: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  width: 120px;
  -moz-appearance: textfield;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
button:disabled,
a:disabled {
  cursor: not-allowed;
  color: #666 !important;
  background-color: #eee !important;
}
a,
img {
  display: inline-block;
  border: none;
}
a {
  color: #333;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
::-webkit-input-placeholder {
  font-size: 14px;
  color: #cecece;
}
:-moz-placeholder {
  font-size: 14px;
  color: #cecece;
}
::-moz-placeholder {
  font-size: 14px;
  color: #cecece;
}
:-ms-input-placeholder {
  font-size: 14px;
  color: #cecece;
}
/*
 * placeholder自定义
*/
.placeholder {
  position: relative;
}
.placeholder .placeholder-word {
  height: 1em;
  font-size: 14px;
  line-height: 1em;
  color: #cecece !important;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.float-left,
.child-float-left > * {
  float: left;
}
.float-right,
.child-float-right > * {
  float: right;
}
.o-f {
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*
 * 首字母大写
*/
.text-cap {
  text-transform: capitalize;
}
/*
 * 大写
*/
.text-up {
  text-transform: uppercase;
}
/*
 * 小写
*/
.text-low {
  text-transform: lowercase;
}
/*
 * 单行省略
*/
.text-overflow {
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*
 * 蒙版
*/
.mask {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/*
 * 背景图居中
*/
.bg-CM,
.file-upload {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
 * 元素居中
*/
.pos-CM,
.file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto ;
}
/*
 * 图标初始化
*/
.icon {
  position: relative;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
/*加载图*/
.img_loding,
.cover-img,
.cover-img-2 {
  background: url("../img/loading_01.png") center center no-repeat;
  background-size: auto auto !important;
}
/*
 * 图片居中显示
 * 兼容ie8+
*/
.cover-img {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #f9f9f9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cover-img > img {
  width: 100%;
  margin: -1px -100%;
  position: relative;
}
.cover-img > .contain {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
}
.cover-img-2 {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cover-img-2 > img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*文件上传*/
.file-upload {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: default;
}
.file-upload input {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
/*顶部导航*/
.top-nav {
  height: 48px;
  line-height: 48px;
  background-color: #fafaff;
}
.top-nav a {
  font-size: 14px;
  color: #9c9cfa;
  position: relative;
}
.top-nav a:hover {
  color: #5d61e7;
}
.top-nav a > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.top-nav .float-left img {
  width: 22px;
  height: 22px;
}
.top-nav .float-left span {
  margin-left: 5px;
}
.top-nav .float-right a {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #9c9cfa;
}
.top-nav .float-right a:hover {
  border: 1px solid #5d61e7;
}
.top-nav .logined > * {
  float: left;
}
.top-nav .logined a {
  height: auto;
  line-height: inherit;
  border: none;
  padding: 0;
  margin: 0 15px;
  color: #333;
}
.top-nav .logined a:hover {
  border: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.top-nav .logined a .cover-img-2 {
  width: 42px;
  height: 42px;
  background-color: #efefef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
.top-nav .logined a .cover-img-2 img {
  background-image: none;
}
.top-nav .logined a .icon-pushInfo {
  width: 16px;
  height: 23px;
  background-image: url("/resource/img/icon_pushInfo_01.png");
  margin-right: 5px;
}
.top-nav .logined a .msg-num {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  padding: 0 4px;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: -10px;
  background-color: #f72f08;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.top-nav .logined a.person-info .name {
  line-height: 22px;
}
.top-nav .logined a.person-info .username {
  font-size: 12px;
  color: #999;
}
.top-nav .logined a.enter-class {
  color: #5d61e7;
}
.top-nav .logined .login-out {
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: solid 1px #e0e0e0;
  margin: 9px 0 9px 15px;
}
.top-nav .logined .login-out:hover {
  border: solid 1px #e0e0e0;
}
/*头部*/
.header {
  /*头部搜索*/
  /*头部导航*/
}
.header .header-search {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header-search .float-left img {
  width: 174px;
  height: 57px;
}
.header .header-search .float-right {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  position: relative;
}
.header .header-search .float-right img {
  width: 17px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 21px;
  margin: auto;
}
.header .header-search .float-right .search-text {
  width: 300px;
  height: 36px;
  line-height: 34px;
  padding-left: 48px;
  padding-right: 10px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  border: solid 1px #cccccc;
  float: left;
}
.header .header-search .float-right .search-text:focus {
  border-color: #5d61e7;
}
.header .header-search .float-right .placeholder-word {
  left: 48px;
}
.header .header-search .float-right .search-btn {
  width: 58px;
  height: 36px;
  background-color: #5d61e7;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  float: left;
}
.header .header-search .float-right .search-btn:hover {
  background-color: #5457c6;
}
.header .header-nav {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background-color: #5d61e7;
}
.header .header-nav li {
  width: 155px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .header-nav li a {
  width: 100%;
  color: #ffffff;
}
.header .header-nav li.active,
.header .header-nav li:hover {
  background-color: #5457c6;
}
/*底部*/
.footer {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  background-color: #5d61e7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer,
.footer a {
  color: #fff;
}
/*分页*/
.pageWrap {
  margin-top: 30px;
}
.pageWrap .layui-laypage > * {
  margin: 0 5px;
  background-color: #f0f2f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.pageWrap .layui-laypage a:hover,
.pageWrap .layui-laypage a:active {
  color: #5d61e7;
}
/*数据为空时*/
.empty-wrap {
  text-align: center;
}
.empty-wrap img {
  margin-top: 65px;
  margin-bottom: 20px;
}
/*------------------------------*/
/*重写后缀说明样式*/
.layui-form-mid {
  line-height: 30px;
  padding: 0 !important;
  margin-left: 8px;
}
/*-----------------------------*/
/*重写选择列表样式*/
.layui-form-select dl dd.layui-this {
  background-color: #5d61e7;
}
/*---------------------------*/
/*重写layui checkbox样式*/
.layui-form-radio {
  line-height: 30px;
  margin: 0 10px 0 0;
}
.layui-form-radio > i {
  font-size: 18px;
}
.layui-form-radio > i:hover {
  color: #5d61e7;
}
.layui-form-radioed > i {
  color: #5d61e7;
}
/*-------------------------------*/
/*重写layui checkbox样式*/
.layui-form-checkbox[lay-skin=primary] {
  padding-left: 22px;
  margin-top: 0;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.layui-form-checkbox[lay-skin=primary] i {
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.layui-form-checkbox[lay-skin=primary] span {
  padding-right: 0;
  font-size: 14px;
  color: #888888;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #5d61e7;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #5d61e7;
  background-color: #5d61e7;
}
.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin: 0;
}
/*-------------------------------*/
/*重写时间控件选择颜色*/
body .layui-laydate .layui-this {
  background-color: #5d61e7 !important;
}
body .layui-laydate-content td.laydate-selected {
  background-color: #caccff !important;
}
/*-------------------------------*/
/*弹窗*/
body .layui-layer-prompt {
  width: 360px;
  overflow: hidden;
}
body .layui-layer-prompt .layui-layer-title {
  height: 52px;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  background-color: #5d61e7;
}
body .layui-layer-prompt .layui-layer-content {
  padding-top: 40px;
}
body .layui-layer-prompt .layui-layer-input {
  height: 36px !important;
  line-height: 22px !important;
  resize: none;
}
body .layui-layer_bg1 {
  background-color: transparent;
}
body .layui-layer {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
body .layui-layer .layui-layer-content {
  position: initial !important;
}
body .layui-layer .layui-layer-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 14px;
  right: 24px;
  background-image: url("/resource/img/icon_close_01.png");
  cursor: pointer;
}
body .layui-layer.layui-layer-iframe .layui-layer-close {
  background-position: 1px -40px;
  position: relative;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  background-image: url("/resource/layui/css/modules/layer/default/icon.png");
}
body .layui-layer .layui-layer-btn {
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 0;
  padding-top: 30px;
}
body .layui-layer .layui-layer-btn a {
  width: 84px;
  height: 40px;
  line-height: 38px;
  color: #5d61e7;
  background-color: #ffffff;
  margin: 0 8px;
  border: solid 1px #5d61e7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
body .layui-layer .layui-layer-btn .layui-layer-btn0 {
  background-color: #5d61e7;
  color: #fff;
}
body .pop {
  display: none;
}
body .pop .title {
  font-size: 24px;
  color: #5d61e7;
  margin-bottom: 40px;
}
body .pop .layui-form-checkbox[lay-skin=primary] {
  line-height: 30px !important;
}
body .pop .layui-form-item {
  margin-bottom: 14px;
}
body .pop .layui-form-item:last-child {
  margin-bottom: 0;
}
body .pop .layui-form-item .layui-form-label {
  width: 70px;
  line-height: 30px;
  text-align: left;
  padding: 0;
}
body .pop .layui-form-item .layui-input-inline {
  margin-right: 0;
  margin-left: 10px;
}
body .pop .layui-form-item select,
body .pop .layui-form-item input,
body .pop .layui-form-item textarea {
  width: 100%;
}
body .pop .layui-form-item input,
body .pop .layui-form-item select {
  height: 30px;
  line-height: 28px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
body .pop .layui-form-item input,
body .pop .layui-form-item select,
body .pop .layui-form-item input textarea,
body .pop .layui-form-item select textarea {
  width: 100%;
}
body .pop .layui-form-item textarea {
  resize: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
body #layui-progress {
  padding: 0 !important;
}
/*-------------------------------*/
/*vue动画*/
.slide-fade-enter-active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-leave-active {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  -moz-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  -ms-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  filter: alpha(opacity=0);
}
/*# sourceMappingURL=common.css.map */