
* {
  outline: none;
  margin: 0px;
  padding: 0px;
}
#app {
  /* font-family: 'PingFangSC-Light','Hiragino Sans GB',Microsoft YaHei,Arial,sans-serif !important; */
  font-family: "Microsoft YaHei", 'SourceHanSansCN-Light', 'SourceHanSansCN-Light', 'PingFangSC-Light' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
.iconfont {
  font-size: 14px !important;
}
.main-containter {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.main-containter .top-containter {
    width: 100%;
    background-color: #fff;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;
    padding: 0px 5% 0px 5%;
}
.main-containter .top-containter .menu-containter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #4a9df5;
}
.main-containter .top-containter .menu-containter .menu-containter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 60px;
    cursor: pointer;
}
.main-containter .top-containter .menu-containter .menu-containter-item.highlight {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #4a9df5;
    color: #ffffff;
}
.main-containter .top-containter .menu-containter .menu-containter-item.highlight:hover {
    background-color: #6eb2fc;
    color: #ffffff;
}
.main-containter .center-containter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.main-containter .center-containter .wrapter {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.main-containter .center-containter .wrapter .sidebar-menu {
    height: calc(100vh - 60px);
    width: 200px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    scrollbar-width: none;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #DBE2EC;
}
.main-containter .center-containter .wrapter .content-containter {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: calc(100vh - 60px);
    overflow: auto;
    position: relative;
}
.top-containter .top_search {
    width: 300px;
    margin-left: 30px;
}
.el-submenu.is-active .el-submenu__title {
    border-bottom-color: #06A561;
    color: #06A561 !important;
}
.el-submenu.is-active .el-submenu__title i {
    color: #06A561 !important;
}

.tp-iframe-page {
  width: 100%;
  height: 100%;
  border: none;
}

.imglist img[data-v-1563623c] {
  width: 100%;
}
.bottom[data-v-1563623c] {
  width: 100%;
  text-align: center;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* 字体 */


/* @font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url('../font/SourceHanSansCN-Light.otf');
} */


ul,
ol {
    list-style: none;
}


img {
    border: none;
    vertical-align: middle;
}


html {
    /*隐藏滚动条，当IE下溢出，仍然可以滚动*/
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    /* overflow: -moz-scrollbars-none; */
    scrollbar-width:none;
}


a {
    text-decoration: none;
    color: #232323;
}