.nav-wrap[data-v-abfc75ce] {
  height: 80px;
  background-color: #fff;
}
.nav-wrap .content[data-v-abfc75ce],
.nav-wrap[data-v-abfc75ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-wrap .content[data-v-abfc75ce] {
  width: 1200px;
  margin: 0 auto;
}
.nav-wrap .content .navs-wrap[data-v-abfc75ce] {
  margin-left: 100px;
}
.nav-wrap .content .navs-wrap .nav-item[data-v-abfc75ce] {
  color: #333;
  font-size: 16px;
  margin-right: 30px;
}
.nav-wrap .content .navs-wrap .nav-item.active[data-v-abfc75ce] {
  color: #2b99ff;
  font-weight: 700;
}
.intro-edit-wrap[data-v-9b184628] {
  padding-bottom: 100px;
}
.intro-edit-wrap .content[data-v-9b184628] {
  width: 1200px;
  min-height: 500px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 5px 35px;
}
.intro-edit-wrap .content .task-list .task-item[data-v-9b184628] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
.intro-edit-wrap .content .task-list .task-item[data-v-9b184628]:last-child {
  border: none;
}
.intro-edit-wrap .content .task-list .task-item .left[data-v-9b184628] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.intro-edit-wrap .content .task-list .task-item .left .icon[data-v-9b184628] {
  width: 150px;
  height: 80px;
  line-height: 80px;
  border-radius: 3px;
  background-color: #2b99ff;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
}
.intro-edit-wrap .content .task-list .task-item .left .info h2[data-v-9b184628] {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-bottom: 3px;
}
.intro-edit-wrap .content .task-list .task-item .left .info .text[data-v-9b184628] {
  font-size: 14px;
  color: #999;
}
.intro-edit-wrap .content .task-list .task-item .right .btn[data-v-9b184628] {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  background-color: #2b99ff;
  color: #fff;
  font-size: 14px;
}
