@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
  
body {
  color: #333333;
  font-size: 13.5px;
  font-family: "microsoft yahei";
  background-color: #fff;
  min-width: 1600px;
}

pre {
  font-family: "microsoft yahei";
  line-height: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.icon {
  width: 16px;
  height: 16px;
}

svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/*----------谷歌浏览器修改滚动条样式----------*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #dcdfe6;
  border-radius: 3px;
}

/*----------弹性盒模型----------*/
.flex {
  display: flex;
  flex-direction: row;
}

.flex-center {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-end {
  align-items: flex-end !important;
}

.flex-center-end {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-center-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-center-around {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flex-start {
  align-items: flex-start;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/*----------字体颜色  红-黄-蓝-绿-灰----------*/
.error-font {
  color: #fa4338 !important;
}

.warn-font {
  color: #ffa70f !important;
}

.primary-font {
  color: #0170ee !important;
}

.success-font {
  color: #1ece59 !important;
}

.gray-font {
  color: #888 !important;
}

.icon-font {
  color: #c0c4cc !important;
}

.cancel-font {
  color: #c0c4cc !important;
  cursor: default !important;
}

.el-menu-item {
  color: #333333 !important;
}

.submenu-title-noDropdown {
  color: #333333 !important;
}

.el-menu-item:hover, .el-submenu__title:hover, .icon:hover {
  color: #045fb2 !important;
  background-size: 100px 50px;
  background-color: transparent !important;
  font-weight: bold;
}

.el-menu--collapse {
  width: 48px;
  overflow: hidden;
}

.el-menu {
  border: none;
}

.el-menu-item:hover, .icon:hover {
  color: #045fb2 !important;
}

.el-menu-item.is-active {
  color: #045fb2 !important;
}

.el-menu-item.is-active:hover {
  color: #045fb2 !important;
}

.el-tag {
  height: 40px;
  width: 100%;
  line-height: 38px;
  color: #3076FE;
  margin-bottom: 10px;
}

.el-menu--horizontal {
  margin-left: 3px;
}

.el-menu--horizontal .el-menu .el-menu-item {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
}

.el-menu--popup {
  min-width: 200px;
  padding: 0;
  box-shadow: none;
  margin-top: 23px;
}

.el-menu--popup .el-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.el-menu--popup .el-menu-item:hover {
  font-weight: lighter;
}

.el-menu--popup .el-menu-item span {
  font-size: 16px;
  font-weight: lighter;
}

.el-menu--popup .el-menu-item img {
  width: 20px;
  height: 20px;
}

.main {
  background-color: #f2f6f9;
}

.main .main_top {
  width: 100%;
  height: 594px;
}

.main .main_body {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.main .main_body .main_body_left {
  width: 18%;
  min-height: 610px;
}

.main .main_body .main_body_left .body_left_bac {
  height: 100%;
  padding-top: 50px;
}

.main .main_body .main_body_left .body_left_bac .left_bac_btn {
  width: 100%;
  text-align: center;
}

.main .main_body .main_body_left .body_left_bac .left_bac_btn .el-button {
  padding: 14px 0;
  margin: 5px 0;
  border-radius: 2px;
  font-size: 16px;
  text-align: left;
  width: 170px;
  font-weight: lighter;
}

.main .main_body .main_body_left .body_left_bac .left_bac_btn .button_choose {
  color: #045fb2;
  font-weight: 600;
  border-bottom: 3px solid #045fb2;
}

.main .main_body .main_body_left .body_left_bac .left_bac_btn .button_side {
  color: #666;
  font-weight: 600;
  border-bottom: 3px solid #f2f6f9;
}

.main .main_body .main_body_right {
  min-height: 608px;
}

.main .main_body .main_body_right .body_right_page {
  padding: 30px 25px 20px;
}

.main-head {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #e9e9eb;
  box-sizing: border-box;
  position: fixed;
  z-index: 999;
}

.main-head .head_main_all {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}