[v-cloak] {
  display: none;
}

body {
  width: 100%;
  min-width: 1200px;
  padding-bottom: 480px;
  box-sizing: border-box;
  position: relative;
  min-height: 100vh;
  background-color: #FAFAFA;
}
.container {
  width: 100%;
  min-width: 1200px;
}
.main-container {
  width: 100%;
  min-width: 1200px;
}
.content-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.top-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  background-color: #1a6bd6;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  height: 70px;
  padding: 0 15px;
}
.top-mobile .menu {
  width: 40px;
  margin-right: 10px;
}
.top-mobile .logo {
  width: 30px;
}
.top-mobile .right-text {
  font-size: 14px;
  color: #fff;
}
.main-menu .el-drawer,
.person-menu .el-drawer {
  background-color: #1a6bd6;
}

.main-menu .el-dialog__close,
.person-menu .el-dialog__close {
  color: #fff;
}
.main-menu .el-drawer__header,
.person-menu .el-drawer__header {
  padding-right: 5px;
  margin-bottom: 20px;
}
.main-menu .menu-list,
.person-menu .menu-list {
  width: 200px;
  padding: 0px 0 20px 0;
  box-sizing: border-box;
  text-align: center;
}
.main-menu .menu-list .menu-item,
.person-menu .menu-list .menu-item {
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
}
.main-menu .menu-list .menu-item.active,
.person-menu .menu-list .menu-item.active {
  background-color: #2578E4;
}
.main-menu .menu-list .menu-item .menu-item-title,
.person-menu .menu-list .menu-item .menu-item-title {
  position: relative;
}
.main-menu .menu-list .menu-item .menu-item-arow,
.person-menu .menu-list .menu-item .menu-item-arow {
  position: absolute;
  width: 16px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
.main-menu .menu-list .menu-item .nav-level2,
.person-menu .menu-list .menu-item .nav-level2 {
  display: none;
  background-color: #2578E4;
}
.person-menu .menu-list {
  height: 100%;
  padding: 0px 0 100px 0;
  position: relative;
}
.person-menu .menu-list .ment-item-logout {
  color: #fff;
  position: absolute;
  bottom: 50px;
}
.mobile {
  display: none!important;
}
.personal-content .top-main-title {
  font-size: 17px;
  color: #005AAB;
  padding: 20px 0 20px 0;
}
/*@media screen and (max-width: 8px) {*/
/*  body {*/
/*    width: 100vw;*/
/*    padding-bottom: 600px;*/
/*    min-width: unset;*/
/*  }*/
/*  body .container {*/
/*    min-width: unset;*/
/*  }*/
/*  body .main-container {*/
/*    min-width: unset;*/
/*  }*/
/*  body .content-container {*/
/*    width: 100%;*/
/*    min-width: unset;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*  }*/
/*  .pc {*/
/*    display: none!important;*/
/*  }*/
/*  .mobile {*/
/*    display: block!important;*/
/*  }*/
/*  .top-mobile {*/
/*    display: flex;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 450px) {*/
/*  body {*/
/*    padding-bottom: 630px;*/
/*  }*/
/*}*/

.personal-style {
  display: flex;
  margin-bottom: 20px;
}
.personal-nav {
  width: 230px;
  background-color: #fff;
  margin-right: 10px;
}
#left .left-content{
  display: none;
}
.personal-content {
  flex: 1;
  width: 0;
  background-color: #fff;
  padding: 30px;
}
.personal-content.personal-content1 {
  padding: 30px 83px;
}
.personal-nav-title {
  background-color: #005AAB;
  color: #fff;
  font-size: 20px;
  padding: 16px 0 16px 40px;
}
.personal-nav-item {
  padding: 15px 40px;
  background-color: #fff;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
.personal-nav-item:hover {
  background-color: aliceblue;
}
.personal-nav-item-select {
  color: #005AAB;
  background-color: aliceblue;
}
.personal-nav-level2 .nav-level2-list {
  display: none;
  padding: 0 20px  0 43px;
}
.personal-nav-level2 .nav-level2-item {
  padding: 14px 8px;
  background-color: #fff;
  font-size: 13px;
  color: #666666;
  cursor: pointer;
}
.personal-nav-level2 .nav-level2-item:hover {
  background-color: aliceblue;
}
.personal-nav-level2 .nav-level2-item-select {
  color: #005AAB;
  background-color: aliceblue;
}
/* 顶部 / 底部 */
.top-container {
  height: 80px;
  position:absolute;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.3) , rgba(0,0,0,.03));
}
.top-left {
  height: 63px;
}
#top .topItem {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
#top .itemImg{
  height: 50px;
  cursor: pointer;

}
#top .itemImg img{
  height: 100%;
}
#top {
  position: relative;
  z-index: 5;
}
#top .right-phone {
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  /*letter-spacing: 1px;*/
}
#top .right-btn {
  width: 125px;
  height: 34px;
  background: #2578E4;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  margin-left: 15px;
}
#top .right-menu {
  font-weight: 400;
  font-size: 11px;
  color: #666666;
}
#top .vline {
  width: 1px;
  height: 11px;
  background: rgba(102, 102, 102, 0.3);
  margin: 0 9px;
}
#top .navi-item {
  width: 72px;
  height: 47px;
  font-weight: 400;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 47px;

  text-align: center;
}
#top .navi-item span {
  position: relative;
  padding: 0 6px;
}
#top .navi-item span:after {
  content:"";
  width: 0;
  height: 4px;
  background: #FF9A0D;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  transition: 0.3s ease;
}
#top .navi-item .nav-level2 {
  display: none;
  position: absolute;
  width: 100%;
  top: 47px;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
#top .navi-item .nav-level2 .nav-level2-item {
  border-bottom: 1px solid #f3f2f2;
  font-size: 13px;
  color: #303030;
  height: 39px;
  line-height: 39px;
  text-align: center;
}
#top .navi-item .nav-level2 .nav-level2-item:hover {
  background: #005AAB;
  color: #fff;
}
#top .navi-item .nav-level2 .nav-level2-item.active {
  background: #005AAB;
  color: #fff;
}
#top .navi-item .nav-level2 .nav-level2-item:last-of-type {
  border-bottom: none;
}
#top .navi-item:hover span:after {
  width: 100%;
}
#top .navi-item:hover  > .nav-level2 {
  display: block;
}
#top .navi-item.active span:after {
   width: 100%;
  /*background: #2578E4;*/
  /*border-bottom: 1px solid red;*/
}
.top-banner {
  position: relative;
}
.top-banner .swiper-slide {
  display: inline-block;
}
.top-banner .swiper-slide img {
  height: 400px;
}
.top-banner .swiper-slide .banner-img1 {
  height: 333px;
}
.top-banner .swiper-slide .banner-img2 {
  height: 333px;
}
/*@media screen and (max-width: 8px) {*/
/*  .top-banner .swiper-slide img {*/
/*    height: 300px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img1 {*/
/*    height: 300px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img2 {*/
/*    height: 200px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 500px) {*/
/*  .top-banner .swiper-slide img {*/
/*    height: 250px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img1 {*/
/*    height: 250px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img2 {*/
/*    height: 200px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 375px) {*/
/*  .top-banner .swiper-slide img {*/
/*    height: 200px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img1 {*/
/*    height: 200px;*/
/*  }*/
/*  .top-banner .swiper-slide .banner-img2 {*/
/*    height: 200px;*/
/*  }*/
/*}*/
/* 轮播图 */
.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.banner-content .banner-title {
  white-space: nowrap;
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  letter-spacing: 3px;
  text-align: center;
  position: relative;position: relative;

}
.banner-content .banner-title.index-banner{
  padding: 11px 40px;
  background: rgba(0,0,0,.3);
  border-radius: 10px;
}
.banner-content .index-banner span {
  position: relative;
}
.banner-content .banner-title:after {
  content: '';
  width: 55%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-content .banner-title.index-banner:after {
  display: none;
}
.banner-content .banner-title.index-banner span:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #FF9A0D;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);

}
.banner-content .banner-subtitle {
  font-size: 22px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 20px;
}
/*@media screen and (max-width: 8px) {*/
/*  .banner-content {*/
/*    top: 40%!important;*/
/*  }*/
/*  .banner-content .banner-title {*/
/*    font-size: 16px;*/
/*    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);*/
/*    text-align: center;*/
/*    position: relative;*/
/*    font-weight: 700;*/
/*  }*/
/*  .banner-content .banner-title:after {*/
/*    content: '';*/
/*    width: 51px;*/
/*    height: 3px;*/
/*  }*/
/*  .banner-content .banner-subtitle {*/
/*    display: none;*/
/*    font-size: 17px;*/
/*  }*/
/*}*/
/* 左侧退出弹框 */
.exit-content {
  text-align: center;
}
.exit-content .el-dialog__header {
  display: none;
}
.exit-content .el-dialog__body {
  padding: 53px 0;
}
.exit-content img {
  width: 97px;
  height: 97px;
}
.exit-content .title {
  font-size: 20px;
  line-height: 30px;
  color: #005AAB;
  margin-top: 18px;
}
.exit-content .text {
  font-size: 13px;
  color: #303030;
  line-height: 20px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.exit-content .btn {
  width: 107px;
}
.bottom-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-content1 {
  height: 387px;
  padding-top: 71px;
  box-sizing: border-box;
  background: #005AAB;
}
.bottom-content1 .bottom-title1 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.bottom-content1 .content1-left {
  flex: 1;
  width: 0;
}
.bottom-content1 .content1-left .bottom-title {
  font-size: 23px;
  color: #FFFFFF;
  margin-bottom: 23px;
}
.bottom-content1 .content1-left .bottom-left-text1 {
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 45px;
}
.bottom-content1 .content1-center {
  width: calc(129px * 3);
  margin-left: 100px;
  margin-right: 86px;
}
.bottom-content1 .content1-center .center-item {
  width: 129px;
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 39px;
}
.bottom-content1 .content1-center .center-item > span:hover {
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.bottom-content1 .content1-right .bottom-title1 {
  text-align: center;
}
.bottom-content1 .content1-right > img {
  width: 140px;
  height: 140px;
}
/*@media screen and (max-width: 8px) {*/
/*  .bottom-content1 {*/
/*    height: auto;*/
/*    padding: 30px 10px;*/
/*  }*/
/*  .bottom-content1 .bottom-title1 {*/
/*    font-size: 16px;*/
/*    margin-bottom: 15px;*/
/*    margin-top: 15px;*/
/*  }*/
/*  .bottom-content1 .content1-left {*/
/*    width: auto;*/
/*  }*/
/*  .bottom-content1 .content1-left .bottom-title {*/
/*    font-size: 25px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  .bottom-content1 .content1-left .bottom-left-text1 {*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*  }*/
/*  .bottom-content1 .content1-center {*/
/*    width: 100%;*/
/*    margin-left: 0;*/
/*    margin-right: 0;*/
/*  }*/
/*  .bottom-content1 .content1-center .center-item {*/
/*    width: 100px;*/
/*    font-size: 14px;*/
/*    line-height: 30px;*/
/*  }*/
/*  .bottom-content1 .content1-right .bottom-title1 {*/
/*    text-align: left;*/
/*  }*/
/*  .bottom-content1 .content1-right > img {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*  }*/
/*  .bottom-content1-child {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/
.bottom-content2 {
  height: 93px;
  background: #303030;
}
.bottom-content2 .content-container {
  height: 100%;
}
.bottom-content2 .content2-text {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 400px;
}
/*@media screen and (max-width: 8px) {*/
/*  .bottom-content2 {*/
/*    height: auto;*/
/*    padding: 20px 10px 10px 10px;*/
/*  }*/
/*  .bottom-content2 .content2-text {*/
/*    max-width: 100%;*/
/*    font-size: 13px;*/
/*    margin-bottom: 15px;*/
/*  }*/
/*  .bottom-content2-child {*/
/*    flex-direction: column;*/
/*  }*/
/*}*/
.fixed-nav {
  width: 60px;
  display: none;
  position: fixed;
  right: 5px;
  top: 300px;
  z-index: 99;
  /*box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);*/
  /*background-color: #FFFFFF;*/
  box-sizing: border-box;
}
.fixed-nav .nav-item {
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  background: #FFFFFF;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  /*transition: width 0.3s linear;*/
  /*display: flex;*/
  box-sizing: border-box;
  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
}
.fixed-nav .nav-item .item-left {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16%;
}
.fixed-nav .nav-item .item-left > img {
  width: 20px;
  height: 20px;
}
.fixed-nav .nav-item .nav-item-title {
  margin-top: 5px;
  text-align: center;
  /*border-left: 1px solid #eee;*/
  font-size: 10px;
  color: #5283FC;
  /*height: 56px;*/
  /*line-height: 56px;*/
  /*display: none;*/
  font-weight: 500;
}
.fixed-nav .nav-item .white {
  display: none;
}
.fixed-nav .nav-item1 .nav-item-title {
  width: 100px;
}
.fixed-nav .nav-item2 .nav-item-title {
  width: 120px;
}
.fixed-nav .nav-item3 .nav-item-title {
  width: 170px;
}
/*.fixed-nav .nav-item:hover {*/
/*  background-color: #005AAB;*/
/*  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.2);*/
/*  border-bottom: none;*/
/*}*/
/*.fixed-nav .nav-item:hover.nav-item1 {*/
/*  width: calc(56px + 100px);*/
/*}*/
/*.fixed-nav .nav-item:hover.nav-item2 {*/
/*  width: calc(56px + 120px);*/
/*}*/
/*.fixed-nav .nav-item:hover.nav-item3 {*/
/*  width: calc(56px + 170px);*/
/*}*/
/*.fixed-nav .nav-item:hover .nav-item-title {*/
/*  display: block;*/
/*}*/
/*.fixed-nav .nav-item:hover .white {*/
/*  display: block;*/
/*}*/
/*.fixed-nav .nav-item:hover .blue {*/
/*  display: none;*/
/*}*/
/*@media screen and (max-width: 8px) {*/
/*  .fixed-nav {*/
/*    height: calc(56px * 3);*/
/*  }*/
/*  .nav-item2 {*/
/*    top: 0!important;*/
/*  }*/
/*  .nav-item3 {*/
/*    top: 56px!important;*/
/*  }*/
/*  .nav-item4 {*/
/*    top: 112px!important;*/
/*  }*/
/*}*/
/* 水平排布 垂直居中 */
.flex{
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.flex-yc-xs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-1{
  flex: 1;
}
/* 垂直排布 */
.flex-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* 定位样式 */
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.position-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.position-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.position-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.pointer {
  cursor: pointer;
  color: #FFFFFF;
}
/* 超出一行省略 */
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
/* 超出两行行行省略 */
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 超出3行行行省略 */
.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* 背景图 */
.bgi {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* 放大 */
.magnify {
  transition: transform 0.3s linear;
}
.magnify:hover {
  transform: scale(1.05);
}
/*  */
.opacity {
  transition: opacity 0.3s linear;
}
.opacity:hover {
  opacity: 0.8;
}
/* 放大 */
.magnify {
  transition: transform 0.3s linear;
}
.magnify:hover {
  transform: scale(1.05);
}
/* 鼠标滑过背景变亮 */
.light-up {
  filter: brightness(1);
}
.light-up:hover {
  filter: brightness(1.1);
}
/* 向上 */
.toup {
  transition: transform 0.3s;
}
.toup:hover {
  transform: translateY(-10px);
}
/* 遮罩 */
.addmask {
  transition: opacity 0.3s linear;
}
.addmask:hover {
  opacity: 0.7;
}
a {
  text-decoration: none;
  color: unset;
}
.empty {
  min-height: 500px;
  padding: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  height: calc(100% - 10px);
}
.empty > img {
  width: 300px;
}
.content-nav {
  color: #000000;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  box-sizing: border-box;
  background-color: #fff;
  margin-top: 20px!important;
  margin-bottom: 10px!important;
}
.content-nav img {
  width: 10px;
  margin: 0 8px;
}
.el-textarea__inner,
.el-input__inner {
  border-radius: 2px;
}
.el-button {
  border-radius: 2px;
  border-color: #005AAB;
  color: #005AAB;
}
.el-button--text {
  border: none;
}
.el-button--primary {
  color: #FFF;
  background-color: #005AAB;
  border-color: #005AAB;
}
.el-button:focus,
.el-button:hover {
  color: #005AAB;
  border-color: rgba(0, 90, 171, 0.1);
  background-color: rgba(0, 90, 171, 0.1);
}
.el-button--primary:focus,
.el-button--primary:hover {
  background: rgba(0, 90, 171, 0.9);
  border-color: rgba(0, 90, 171, 0.9);
  color: #FFF;
}
.el-button--text:focus,
.el-button--text:hover {
  background: none;
  color: rgba(0, 90, 171, 0.8);
}
/* 绿色按钮 */
.add.el-button--primary {
  background-color: #14CE8F;
  border-color: #14CE8F;
}
.add.el-button--primary:hover {
  background-color: rgba(20, 206, 143, 0.9);
  border-color: rgba(20, 206, 143, 0.9);
}
/* 红色按钮  */
.del.el-button--primary {
  background-color: #f56c6c;
  border-color: #f56c6c;
}
.del.el-button--primary:hover {
  background: rgba(245, 108, 108, 0.9);
  border-color: rgba(245, 108, 108, 0.9);
}
/* 分页 */
.el-pagination {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* 复选框 */
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #005AAB;
  border-color: #005AAB;
}
.el-checkbox__inner:hover {
  border-color: #005AAB;
}
/* tag标签 */
.el-tag {
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.el-tag--plain {
  border-color: #005AAB;
  color: #005AAB;
}
.el-tag--plain .el-tag__close {
  color: #005AAB;
}
.el-tag--plain .el-tag__close:hover {
  background-color: #005AAB;
}
/* 富文本 */
.tox-tinymce {
  min-height: 500px;
  border: 1px solid #eee !important;
  border-radius: 2px!important;
}
.tox-tinymce .tox-promotion,
.tox-tinymce .tox-statusbar__branding,
.tox-tinymce .tox-statusbar__wordcount {
  display: none!important;
}
.notData {
  font-size: 14px;
  color: #999999;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mytable .el-table__cell {
  padding: 8px 0;
}
.el-loading-mask {
  z-index: 4;
}
/* 因为下拉选择框太长   容错样式*/
.el-select-dropdown {
  max-width: 300px;
}
.el-select-dropdown__item {
  word-break: break-all;
  white-space: normal!important;
  overflow: unset!important;
  height: auto!important;
  line-height: 1.5 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}


/* 弹框 */
.my-dialog .el-dialog__header{
  padding: 0;
}

.my-dialog  .el-dialog__body {
  padding: 0;
}
.my-dialog .dialogTitle {
  height: 47px;
  background-color: #005aab;
  color: #FFFFFF;
  line-height: 47px;
  padding: 0 15px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}


.my-dialog .dialogTitle .el-icon-close {
  color: #FFFFFF;font-size: 20px;cursor: pointer;
}

.my-dialog .dialogConFrom{
  padding: 20px 30px 20px 30px;
}
.my-dialog .dialogConFrom .yangpin-info{
  font-size: 15px;
  color:#005aab;
  padding:10px 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #005aab;
  margin-bottom: 10px;

}
.my-dialog .dialogConFrom .yangpin-info .right-btn{
  cursor: pointer;
}
.form-multicolumn.el-form{
   display: flex;
   flex-wrap: wrap;
 }
.form-multicolumn .el-form-item{
  width: 50%;
}

.top-subtitle{
  border-bottom:  1px solid #005aab;
  font-size: 16px;
  color:#005aab;
  padding-bottom: 15px;
  margin-bottom: 25px;
  font-weight: 700;
}
.page-threeTitle {
  font-size: 15px;
  color: #333;
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 700;
  background: #f4f4f5;
}
.page-threeTitle2 {
  font-size: 15px;
  color: #333;
  padding: 10px 10px 10px 0px;
  font-weight: 700;
}
.el-tabs .el-tabs__item:hover{
  color:#005aab!important;
}

.el-tabs .el-tabs__item.is-active {
  color:#005aab!important;
}
.el-tabs .el-tabs__active-bar{
  background-color: #005aab!important;
}
.my-dropdown .el-dropdown-link {
  cursor: pointer;
  color: #005AAB;
}
.my-dropdown .el-icon-arrow-down {
  font-size: 12px;
}
.upload-mul-img {
  display: flex;
  flex-wrap: wrap;
}
.upload-mul-img .img-item {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.upload-mul-img .img-item .image {
  width: 100%;
  height: 100%;
}
.upload-mul-img .img-item .close-icon{
  position: absolute;
  top: -9px;
  right: -8px;
  color: red;
  cursor: pointer;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
}
.upload-mul-img .upload-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed #005AAB;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.upload-mul-img .upload-btn:hover{
  cursor: pointer;
  border-color: #005AAB;
  background: #fbfdff;
}
.top-search {

}
.top-search .search-label{
  font-size: 14px;
  max-width: 120px;
  text-align: right;

}
.top-search .search-input{
  width: 200px;
}
.my-tabs .el-tabs__nav-wrap::after{
  display: none;
}
.my-tabs .el-tabs__header{
  background: #fff;
  padding: 0 30px;
  margin-bottom: 10px;
}
.my-table-content {
  padding: 25px 30px 58px 30px;
  background-color: #fff;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}

/* 富文本展示 */
.fwb-main {
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  padding: 10px;
  background-color: #f5f7fa;
}
.fwb-main>div{
  overflow-y: auto;
  max-height: 600px;
  min-height: 40px;
}
.el-input.is-disabled .el-input__inner,
.el-textarea.is-disabled .el-textarea__inner,
.el-range-editor.is-disabled input{
  color: #838A9D!important;
}
/*# sourceMappingURL=common.css.map */
