.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.panel-container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.clearfix {
  overflow: auto;
  zoom: 1;
}
html {
  height: 100%;
}
body {
  font-family: 'Microsoft YaHei' !important;
  height: 100%;
}
a {
  color: #555;
  text-decoration: none;
}
* {
  padding: 0;
  margin: 0;
}
.enter_bg {
  background: url(../images/login_BG_02.png) no-repeat;
  background-size: 90% auto;
}
.txt-center {
  text-align: center;
}
.txt-red {
  color: red;
}
[v-cloak] {
  display: none;
}
.module-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.module-container .module-content-panel {
  height: 100%;
  width: calc(100% - 240px) !important;
  background: #eee;
  position: absolute;
  left: 240px;
  top: 0;
}
.module-nav {
  height: 100%;
  width: 240px !important;
  background: #fff;
  border-right: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.module-nav .module-head {
  width: 200px !important;
  margin: 16px 20px;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
}
.module-nav .module-head .iconfont {
  font-size: 16px;
  color: #666;
}
.module-nav .search-box {
  padding: 12px 20px;
  position: relative;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.module-nav .search-box .input-style .el-input__inner {
  border-radius: 14px;
}
.module-nav .module-nav-list {
  margin-bottom: 60px;
}
.module-nav .module-nav-list li {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #666;
  padding: 0 0 0 40px;
  cursor: pointer;
}
.module-nav .module-nav-list li:hover {
  color: #3091F2;
}
.module-nav .module-nav-list li.current {
  background: #d6e9fc;
  color: #3091F2;
  border-right: 2px solid #1584f3;
}
.module-nav .module-nav-list li .iconfont {
  font-size: 18px;
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.module-nav .new-project-btn {
  display: block;
  width: 200px;
  line-height: 42px;
  margin: 0 20px;
  text-align: center;
  border: none;
  font-size: 15px;
}
.module-nav .module-menu-style {
  border: 0;
}
.module-nav .module-menu-style .el-submenu__title i {
  margin-right: 10px;
}
.module-nav .module-menu-style .el-menu-item i {
  margin-right: 10px;
}
.module-nav .module-menu-style .el-submenu .el-menu-item {
  padding: 0 45px !important;
}
/* 项目右侧头部 */
.module-content-header {
  height: 40px;
  display: flex;
  padding: 0 30px 0 20px;
  background: #fff;
  margin: 10px 15px 0;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.module-content-header .head-left {
  border-left: 2px solid #3091F2;
}
.module-content-header .head-left .icon-project0 {
  color: #3091F2;
  font-size: 20px;
  vertical-align: middle;
}
.module-content-header .head-left .head-tit {
  font-size: 15px;
  font-weight: bold;
  margin-left: 20px;
}
.module-content-header .head-left .head-tit em {
  color: #3091F2;
  padding-left: 10px;
  font-style: normal;
}
.module-content-header .head-right .new-project-btn {
  padding: 7px 10px;
  border-radius: 0;
}
.module-content-header .head-right .iconfont {
  color: #888;
  font-size: 18px;
  margin-left: 20px;
  vertical-align: middle;
}
/* 模块右侧主要内容 */
.module-content-box {
  width: 100%;
  height: calc(100% - 50px);
  overflow-y: auto;
  background: #eee;
}
.module-content-box .module-inner-head {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  background: #fff;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding: 0 15px;
  margin: 10px 15px 0;
}
.module-content-box .module-inner-head .head-mid-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 17px;
}
.module-content-box .module-inner-head .head-mid-nav li a {
  display: inline-block;
  line-height: 50px;
  border-bottom: 2px solid transparent;
}
.module-content-box .module-inner-head .head-mid-nav li a:hover {
  color: #3091F2;
}
.module-content-box .module-inner-head .head-mid-nav .current a {
  color: #3091F2;
  border-color: #3091F2;
}
.module-content-box .module-inner-head .head-mid-nav .el-dropdown {
  height: 100%;
}
.module-content-box .module-inner-head .head-mid-nav .el-dropdown.current:after {
  content: ' ';
  width: 80%;
  height: 2px;
  background: #3091F2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.module-content-box .module-inner-head .head-right-option .el-button {
  border-radius: 0 !important;
  padding: 6px 9px;
}
.module-content-box .module-inner-head .head-right-option .el-button .iconfont {
  font-size: 11px;
}
/* 项目首页主要内容 */
.project-home-main {
  height: calc(100% - 50px);
  background: #eee;
  padding: 10px 15px;
  box-sizing: border-box;
}
.project-home-main .project-home-content {
  background: #fff;
  width: 100%;
  height: 100%;
}
.project-home-main .project-home-content .head-top {
  height: 70px;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #eee;
}
.project-home-main .project-home-content .head-top .el-select {
  margin-right: 10px;
}
.project-home-main .project-home-content .head-top .el-select .el-input__inner {
  padding-right: 0;
  height: 32px;
  border-radius: 0;
}
.project-home-main .project-home-content .head-top .search-box {
  width: 200px;
  height: 36px;
  border-radius: 18px;
  background: #eee;
  position: relative;
  float: left;
  margin-right: 30px;
}
.project-home-main .project-home-content .head-top .search-box .icon-sousuo {
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 18px;
}
.project-home-main .project-home-content .head-top .search-box .search-input {
  width: 150px;
  line-height: 36px;
  position: absolute;
  background: #eee;
  top: 0;
  left: 30px;
  border: none;
  border-radius: 18px;
  display: inline-block;
  outline: none;
  padding-left: 8px;
  font-size: 14px;
}
.project-home-main .project-home-content .head-top .refresh-btn {
  margin-top: 5px;
}
.project-home-main .project-home-content .project-list-table tr {
  padding: 0 20px 0 50px;
}
.project-home-main .project-home-content .project-list-table tr th:first-child {
  padding-left: 40px;
}
.project-home-main .project-home-content .project-list-table tr td:first-child {
  padding-left: 40px;
}
.project-home-main .project-home-content .project-list-table tr td:last-child {
  padding-left: 10px;
}
.project-home-main .project-home-content .project-list-table th,
.project-home-main .project-home-content .project-list-table td {
  font-weight: normal;
}
.project-home-main .project-home-content .project-list-table .el-progress {
  width: 220px;
}
.project-home-main .project-home-content .project-list-table .el-button {
  padding: 4px 0;
}
.project-home-main .project-home-content .project-list-table .txt_red {
  color: #f71339;
}
.project-home-main .project-home-content .project-list-table .txt_green {
  color: #4bb684;
}
.project-home-main .project-home-content .project-list-table .el-progress__text {
  font-size: 13px !important;
}
.project-home-main .project-pag {
  text-align: center;
  margin-top: 60px;
}
.nothing-box {
  padding-top: 60px;
  text-align: center;
}
.nothing-box .nothing-txt {
  font-size: 20px;
  color: #999;
  margin-top: 45px;
}
.nothing-box .option-txt {
  font-size: 16px;
  color: #666;
  margin-top: 30px;
}
.nothing-box .option-txt span {
  color: #3091F2;
}
.nothing-box .help-txt {
  font-size: 16px;
  color: #3091F2;
  margin-top: 30px;
}
/* 新建任务对话框 */
.dialog_style .el-dialog {
  width: 560px;
}
.dialog_style .el-dialog__body {
  padding: 5px 20px 10px;
}
.dialog_style .dialogForm-inner {
  padding: 0 10px;
}
.dialog_style .dialogForm-inner .item-label {
  line-height: 32px;
}
.dialog_style .dialogForm-inner .icon-adduser {
  position: absolute;
  right: 15px;
  bottom: 0px;
  font-size: 22px;
  color: #555;
}
.dialog_style .dialogForm-inner .el-select {
  width: 100%;
}
.dialog_style .dialogForm-inner .form-item {
  position: relative;
  margin-bottom: 10px !important;
}
.dialog_style .dialogForm-inner .foot-tips {
  margin-bottom: 15px;
}
.dialog_style .dialogForm-inner .foot-tips i {
  color: red;
  font-style: normal;
  padding: 0 2px;
}
/* 项目详情--列表 */
.projects-taskList-list {
  background: #fff;
  margin: 10px 15px;
}
.projects-taskList-list .taskList-info-item .task-foot-wrap {
  line-height: 50px;
  text-align: center;
  display: none;
}
.projects-taskList-list .taskList-info-item .task-foot-wrap .add-task-btn {
  font-size: 15px;
  color: #999;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.projects-taskList-list .taskList-info-item .task-foot-wrap .add-task-btn:hover {
  color: #3091F2;
}
.projects-taskList-list .taskList-info-item.active .taskList-info-head {
  /* .head-title .iconfont:before{
				transform: rotate(0deg);
				color: @maincolor;
			} */
}
.projects-taskList-list .taskList-info-item.active .taskList-info-head .head-title:before {
  transform: rotate(90deg);
}
.projects-taskList-list .taskList-info-item.active .task-foot-wrap {
  display: block;
}
.projects-taskList-list .taskList-info-item.active > .task-list-info {
  display: block;
}
.projects-taskList-list .taskList-info-head {
  height: 60px;
  padding: 0 30px;
  position: relative;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.projects-taskList-list .taskList-info-head .head-title {
  font-size: 14px;
  color: #666;
  position: relative;
  padding: 20px;
}
.projects-taskList-list .taskList-info-head .head-title:before {
  content: '';
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid #666;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s;
}
.projects-taskList-list .taskList-info-head .head-progress {
  width: 280px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.projects-taskList-list .taskList-info-head .omit {
  font-style: normal;
}
.projects-taskList-list .task-list-info {
  display: none;
  margin-left: 40px;
}
.projects-taskList-list .task-list-info li {
  list-style: none;
}
.projects-taskList-list .task-list-info .task-item {
  height: 40px;
  padding: 10px 40px 10px 20px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.projects-taskList-list .task-list-info .task-item:hover {
  background: #e8f8ff;
}
.projects-taskList-list .task-list-info .task-item:hover .task-options {
  display: block;
}
.projects-taskList-list .task-list-info .task-item .rank-label {
  display: inline-block;
  width: 80px;
  text-align: right;
  color: #999;
  vertical-align: top;
  position: relative;
}
.projects-taskList-list .task-list-info .task-item .rank-label .icon-showlist {
  position: absolute;
  left: 0px;
  transform: rotate(180deg);
}
.projects-taskList-list .task-list-info .task-item .task-info {
  display: inline-block;
  width: calc(100% - 180px);
  vertical-align: top;
  padding-left: 8px;
}
.projects-taskList-list .task-list-info .task-item .task-info .task-name {
  color: #333;
}
.projects-taskList-list .task-list-info .task-item .task-info .task-name:hover {
  color: #3091F2;
}
.projects-taskList-list .task-list-info .task-item .task-info .task-num {
  margin-top: 10px;
  color: #999;
}
.projects-taskList-list .task-list-info .task-item .task-info .task-num .iconfont {
  font-size: 10px;
  color: #999;
  padding-right: 4px;
}
.projects-taskList-list .task-list-info .task-item .tsak-status {
  color: #999;
}
.projects-taskList-list .task-list-info .task-item .task-options {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.projects-taskList-list .task-list-info .task-item .task-options .iconfont {
  color: #3091F2;
  font-size: 25px;
}
.projects-taskList-list .task-list-info .task-item-box.showCurrent > .task-list-info {
  display: block;
}
.projects-taskList-list .task-list-info .task-item-box.showCurrent > .task-item .icon-showlist {
  transform: rotate(0);
  color: #3091F2;
}
.projects-taskList-list .task-list-info li.task-foot {
  line-height: 50px;
  text-align: center;
}
.projects-taskList-list .task-list-info li.task-foot .add-task-btn {
  font-size: 15px;
  color: #999;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.projects-taskList-list .task-list-info li.task-foot .add-task-btn:hover {
  color: #3091F2;
}
.projects-taskList-list .add-taskList-box {
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
}
.projects-taskList-list .add-taskList-box .el-input {
  width: 300px;
}
.projects-taskList-list .taskList-add-wrap {
  line-height: 60px;
  text-align: center;
}
.projects-taskList-list .taskList-add-wrap .add-taskList-btn {
  font-size: 16px;
  color: #3091F2;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.project-taskList-panel {
  width: calc(100% - 30px);
  height: calc(100% - 72px);
  margin: 10px 15px 0;
  overflow-x: auto;
  white-space: nowrap;
  /* display: flex;
	-js-display:flex; */
  font-size: 0;
}
.project-taskList-panel .taskList-item-box {
  width: 24%;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  /* flex: 1; */
}
.project-taskList-panel .taskList-item-box + .taskList-item-box {
  margin-left: 1.32%;
}
.project-taskList-panel .taskList-head {
  font-size: 14px;
}
.project-taskList-panel .taskList-head .taskList-name {
  color: #666;
}
.project-taskList-panel .taskList-head .taskList-name:after {
  content: "·";
  color: #666;
  padding: 0 4px;
}
.project-taskList-panel .taskList-head .taskList-num {
  font-size: 14px;
  color: #666;
}
.project-taskList-panel .taskList-progress {
  margin: 15px 0;
}
.project-taskList-panel .taskList-list li {
  list-style: none;
}
.project-taskList-panel .taskList-list li.task-item {
  background: #e8f8ff;
  position: relative;
  margin-bottom: 10px;
  padding: 8px 10px;
  font-size: 14px;
}
.project-taskList-panel .taskList-list li.task-item label {
  color: #999;
  display: inline-block;
  vertical-align: top;
}
.project-taskList-panel .taskList-list li.task-item .task-info {
  display: inline-block;
  padding-left: 5px;
}
.project-taskList-panel .taskList-list li.task-item .task-info .task-name {
  color: #333;
  margin-bottom: 10px;
}
.project-taskList-panel .taskList-list li.task-item .task-info .task-num {
  color: #999;
}
.project-taskList-panel .taskList-list li.task-item .task-info .icon-liebiao {
  font-size: 10px;
  margin-right: 8px;
}
.project-taskList-panel .taskList-list li.task-item .task-status {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: #999;
}
.project-taskList-panel .taskList-list li.task-btn-foot {
  text-align: center;
  line-height: 40px;
}
.project-taskList-panel .taskList-list li.task-btn-foot .task-add-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #999;
  cursor: pointer;
}
.project-taskList-panel .taskList-list li.task-btn-foot .task-add-btn:hover {
  color: #3091F2;
}
.project-taskList-panel .taskList-add-wrap {
  text-align: center;
  line-height: 50px;
}
.project-taskList-panel .taskList-add-wrap .taskList-add-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #3091F2;
  font-size: 16px;
  cursor: pointer;
}
.project-file-panel {
  margin: 10px 15px;
  padding: 20px 30px;
  background: #fff;
}
.project-file-panel .file-panel-head {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
}
.project-file-panel .file-panel-head .head-title {
  font-size: 15px;
  color: #999;
  padding-left: 30px;
  line-height: 28px;
  background: url(../images/icon-file.png) no-repeat left center;
  background-size: 20px auto;
}
.project-file-panel .file-panel-head .editbtn {
  color: #3091F2;
  font-size: 14px;
}
.project-file-panel .file-panel-list {
  padding: 0 30px;
}
.project-file-panel .file-panel-list li.file-item {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.project-file-panel .file-panel-list li.file-item .file-name {
  display: inline-block;
  padding-left: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.project-file-panel .file-panel-list li.file-item .file-time {
  font-size: 14px;
  color: #999;
}
.project-file-panel .file-panel-list li.file-item .file-logo {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-file-panel .file-panel-list li.file-item .file-icon {
  background: url(../images/files.png) no-repeat left center;
  background-size: 28px auto;
}
.project-file-panel .file-panel-list li.file-item .folder-icon {
  background: url(../images/icon-files.png) no-repeat left center;
  background-size: 32px auto;
}
.project-file-panel .file-panel-list .empty-tips {
  list-style: none;
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 20px 0;
}
.project-file-panel .file-panel-table {
  padding: 0 30px;
}
.project-file-panel .file-panel-table .el-table th {
  display: none;
}
.project-file-panel .file-panel-table .fileName-cell {
  position: relative;
}
.project-file-panel .file-panel-table .fileName-cell .file-name {
  display: inline-block;
  padding-left: 40px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
}
.project-file-panel .file-panel-table .fileName-cell .file-logo {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-file-panel .file-panel-table .fileName-cell .file-icon {
  background: url(../images/files.png) no-repeat left center;
  background-size: 28px auto;
}
.project-file-panel .file-panel-table .fileName-cell .folder-icon {
  background: url(../images/icon-files.png) no-repeat left center;
  background-size: 32px auto;
}
.project-file-panel .file-pag {
  text-align: center;
  margin: 40px auto 20px;
}
.new-folder-dialog .el-dialog__body {
  padding: 10px 20px;
}
.project-upload-wrap {
  margin: 20px 20px 0 20px;
  background: #fff;
  padding: 8px 0;
  text-align: center;
}
.project-upload-wrap .upload-btn {
  color: #3091F2;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}
.project-upload-wrap .upload-btn .iconfont {
  color: #3091F2;
  font-size: 18px;
  margin-right: 10px;
}
.project-upload-wrap .el-upload-list {
  text-align: left;
  width: 50%;
  margin: 0 auto 0;
}
.project-info-detail {
  margin: 10px 15px 0;
  padding: 10px 20px;
  background: #fff;
}
.project-info-detail .detail-wrap-head {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  padding: 4px 0 8px;
  border-bottom: 1px solid #eee;
  align-items: center;
}
.project-info-detail .detail-wrap-head .editbtn {
  color: #3091F2;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  line-height: 28px;
}
.project-info-detail .detail-wrap-head .detail-txt {
  font-size: 15px;
  color: #999;
  padding-left: 30px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  background: url(../images/icon-detail.png) no-repeat left center;
  background-size: 20px auto;
}
.project-info-detail .detail-wrap-head .member-txt {
  font-size: 15px;
  color: #999;
  padding-left: 30px;
  line-height: 28px;
  background: url(../images/icon-menber.png) no-repeat left center;
  background-size: 20px auto;
}
.project-info-detail .detail-wrap-head .refresh-time {
  color: #999;
  font-size: 14px;
}
.project-info-detail .detail-inner {
  padding: 10px 15px 0;
  /* font-size: 0; */
}
.project-info-detail .detail-inner .detail-item {
  display: inline-block;
  font-size: 14px;
  padding: 8px 0;
}
.project-info-detail .detail-inner .detail-item .item-tit {
  color: #999;
  width: 100px;
  line-height: 22px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.project-info-detail .detail-inner .detail-item .item-txt {
  width: calc(100% - 110px);
  color: #555;
  line-height: 22px;
  display: inline-block;
}
.project-info-detail .detail-inner .detail-item .item-txt-long {
  position: relative;
  max-width: 850px;
  padding-right: 30px;
  /* .slideShow{
					height: auto;
					white-space: normal;
				} */
}
.project-info-detail .detail-inner .detail-item .item-txt-long .describe-txt {
  width: 100%;
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.project-info-detail .detail-inner .detail-item .item-txt-long .slide-btn {
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
}
.project-info-detail .detail-inner .detail-item .item-txt-long .slide-btn .el-icon-arrow-down {
  font-size: 18px;
  font-weight: bold;
  transition: 0.2s;
}
.project-info-detail .detail-inner .detail-item .item-txt-long .slide-btn .el-icon-arrow-down:hover {
  color: #3091F2;
}
.project-info-detail .detail-inner .detail-item .item-txt-long.slideShow .describe-txt {
  height: auto;
  white-space: normal;
}
.project-info-detail .detail-inner .detail-item .item-txt-long.slideShow .el-icon-arrow-down {
  transform: rotate(180deg);
}
.project-info-detail .detail-inner .detail-item-l {
  width: 100%;
}
.project-info-detail .detail-inner .detail-item-s {
  width: 50%;
}
.project-member .item-txt {
  width: auto !important;
}
.project-member .add-btn {
  font-size: 24px;
  color: #3091F2;
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
}
.project-description-edit .name-input {
  width: 340px;
}
.project-description-edit .project-cycle {
  display: inline-block;
}
.project-description-edit .project-cycle .el-date-editor {
  width: 160px;
}
.project-description-edit .project-cycle .label-txt {
  color: #999;
  padding: 0 8px;
}
.project-description-edit .detail-inner .detail-item {
  padding: 10px 0;
}
.project-description-edit .detail-inner .item-tit {
  line-height: 36px !important;
}
.project-description-edit .el-input .el-input__inner {
  height: 36px;
  border-radius: 0;
}
.project-description-edit .el-textarea {
  width: 540px;
  vertical-align: top;
}
.project-description-edit .el-textarea .el-textarea__inner {
  border-radius: 0;
}
.project-progress .progress-style {
  padding-left: 10px;
  width: 95%;
}
.project-progress .progress-style .el-progress-bar {
  width: 90%;
}
.project-progress .progress-style .el-progress-bar__outer {
  border-radius: 0;
}
.project-progress .progress-style .el-progress-bar__inner {
  border-radius: 0;
}
.project-progress .progress-style .el-progress__text {
  margin-left: 20px;
}
.project-progress-edit .el-slider {
  width: 85%;
  margin-left: 10px;
}
.project-progress-edit .el-slider .el-slider__runway {
  margin: 10px;
}
.project-childlist-wrap li.list-item {
  height: 60px;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
}
.project-childlist-wrap li.list-item .icon-hook {
  color: #999;
  display: inline-block;
  margin-right: 10px;
}
.project-childlist-wrap li.list-item .index-num {
  color: #999;
  font-size: 14px;
}
.project-childlist-wrap li.list-item .task-name {
  color: #333;
  font-size: 14px;
}
.project-childlist-wrap li.list-item .task-status {
  color: #3091F2;
  font-size: 14px;
}
.project-childlist-wrap li.list-item .task-name:hover {
  color: #3091F2;
}
.project-childlist-wrap li.list-item .childitem-progress {
  width: 240px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-60%, -50%);
}
.project-childlist-wrap li.list-item .childitem-progress .el-progress__text {
  font-size: 13px !important;
}
.project-childlist-wrap li.list-item .childitem-right {
  font-size: 14px;
  color: #666;
}
.project-childlist-wrap li.list-item .childitem-right .child-cycle .icon-oclock {
  padding-right: 6px;
}
.project-childlist-wrap li.list-item .childitem-right .child-director {
  margin-left: 4px;
  padding-left: 24px;
  background: url(../images/user-director.png) no-repeat left center;
  background-size: 20px;
}
.project-childlist-wrap li.activeItem .iconfont {
  color: #3091F2;
}
.project-childlist-wrap .list-item:hover {
  background-color: #e8f8ff;
}
.project-total-schedule .project-total {
  height: 350px;
  text-align: center;
  position: relative;
  padding-top: 80px;
}
.project-total-schedule .project-total .box-title {
  font-size: 14px;
  color: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.project-total-schedule .project-total .total-box {
  display: inline-block;
  width: 49%;
  text-align: center;
  position: relative;
}
.project-total-schedule .project-total .total-box .el-progress {
  transform: rotate(180deg);
}
.project-total-schedule .project-total .finish-total .progress-txt .nums {
  color: #13ce66;
}
.project-total-schedule .project-total .delay-total .progress-txt .nums {
  color: #ff4949;
}
.project-total-schedule .project-total:after {
  content: ' ';
  width: 1px;
  height: 200px;
  background: #eee;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.project-total-schedule .progress-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-total-schedule .progress-txt .titles {
  font-size: 14px;
  color: #333;
}
.project-total-schedule .progress-txt .nums {
  font-size: 40px;
}
.project-total-schedule .progress-txt .nums small {
  font-size: 16px;
}
.project-total-schedule .task-total .task-charts-box {
  width: 100%;
  height: 350px;
}
.project-staff-box .staff-options .add-user-btn {
  border-radius: 0;
  padding: 5px 10px;
}
.project-staff-box .staff-options .add-user-btn .iconfont {
  font-size: 14px;
  padding-right: 4px;
}
.project-staff-box .staff-table {
  text-align: center;
}
.project-staff-box .staff-table .cell {
  text-align: center;
  font-weight: normal;
}
.project-staff-box .staff-pagination {
  text-align: center;
  margin-top: 30px;
}
.project-log-box .log-filter .el-select {
  width: 110px;
}
.project-log-box .log-filter .el-select .el-input__inner {
  border-radius: 0;
}
.project-log-box .log-filter .el-date-editor {
  width: 120px;
}
.project-log-box .log-filter .el-date-editor .el-input__inner {
  padding-right: 10px;
  border-radius: 0;
}
.project-log-box .log-filter .check-btn {
  border-radius: 0;
}
.project-log-box .log-list .log-item {
  display: flex;
  -js-display: flex;
  position: relative;
  list-style: none;
}
.project-log-box .log-list .log-time-info {
  flex: none;
  width: 200px;
  text-align: center;
}
.project-log-box .log-list .log-time-info .log-time {
  color: #999;
  font-size: 17px;
  margin-bottom: 2px;
}
.project-log-box .log-list .log-time-info .log-date {
  color: #999;
  font-size: 14px;
}
.project-log-box .log-list .log-text-info {
  flex: 1;
}
.project-log-box .log-list .log-text-info .log-type {
  display: inline-block;
  color: #3091F2;
  margin-bottom: 10px;
  font-size: 14px;
}
.project-log-box .log-list .log-text-info .log-text {
  color: #999;
  font-size: 14px;
}
.project-log-box .log-list .log-text-info .log-text span {
  color: #3091F2;
}
.project-log-box .log-list .log-item + .log-item {
  margin-top: 70px;
}
.project-log-box .log-list .log-item + .log-item:before {
  content: ' ';
  width: 1px;
  height: 50px;
  background: #eee;
  position: absolute;
  top: -10px;
  left: 100px;
  transform: translateY(-100%);
}
.project-log-box .pagination-box {
  text-align: center;
  margin: 30px 0 10px;
}
/* 任务详情 */
.project-task-comment {
  background: #fff;
  margin: 10px 15px 0;
  padding: 10px 30px;
}
.project-task-comment .wrap-head {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.project-task-comment .wrap-head .head-title {
  font-size: 16px;
  color: #999;
  padding-left: 30px;
}
.project-task-comment .wrap-head .head-title label {
  margin-left: 8px;
  font-weight: normal;
}
.project-task-comment .wrap-head .el-button--text {
  padding: 0;
}
.project-task-comment .wrap-head .comlist-title {
  background: url(../images/icon-comlist.png) no-repeat left center;
  background-size: 20px auto;
}
.project-task-comment .task-comment-list .comment-item {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.project-task-comment .task-comment-list .comment-box {
  overflow: hidden;
  padding: 0 10px;
  box-sizing: border-box;
}
.project-task-comment .task-comment-list .comment-item + .comment-item {
  border-top: 1px dashed #eee;
}
.project-task-comment .task-comment-list .item-inner-l {
  width: calc(100% - 200px);
  float: left;
}
.project-task-comment .task-comment-list .item-inner-l .user-head {
  display: inline-block;
  width: 34px;
  height: 34px;
}
.project-task-comment .task-comment-list .item-inner-l .comment-info {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 50px);
  vertical-align: top;
}
.project-task-comment .task-comment-list .item-inner-l .comment-info .comment-user {
  font-size: 14px;
  line-height: 34px;
  color: #666;
}
.project-task-comment .task-comment-list .item-inner-l .comment-info .comment-txt {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.project-task-comment .task-comment-list .item-inner-r {
  width: 180px;
  text-align: right;
  float: right;
}
.project-task-comment .task-comment-list .item-inner-r .comment-time {
  line-height: 34px;
  font-size: 14px;
  color: #999;
}
.project-task-comment .task-comment-list .item-inner-r .el-button {
  padding: 2px 0;
}
.project-task-comment .comment-inner-list {
  background: #efefef;
  margin-left: 44px;
}
.project-task-comment .comment-inner-list .comment-child-item {
  list-style: none;
  overflow: hidden;
  padding: 2px 10px;
  box-sizing: border-box;
}
.project-task-comment .comment-inner-list .comment-child-item + .comment-child-item {
  border-top: 1px solid #dcdcdc;
}
.project-task-comment .comment-inner-list .item-info-l {
  width: calc(100% - 200px);
  float: left;
}
.project-task-comment .comment-inner-list .item-info-l .comment-info {
  display: inline-block;
  padding-left: 10px;
  width: calc(100% - 50px);
  vertical-align: top;
}
.project-task-comment .comment-inner-list .item-info-l .comment-info .comment-user {
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.project-task-comment .comment-inner-list .item-info-l .comment-info .comment-user em {
  color: #3091F2;
  font-weight: normal;
  font-style: normal;
}
.project-task-comment .comment-inner-list .item-info-l .comment-info .comment-user span {
  padding: 0 5px;
}
.project-task-comment .comment-inner-list .item-info-l .comment-info .comment-txt {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.project-task-comment .comment-inner-list .item-info-r {
  width: 180px;
  text-align: right;
  float: right;
}
.project-task-comment .comment-inner-list .item-info-r .comment-time {
  line-height: 28px;
  font-size: 14px;
  color: #999;
}
.project-task-comment .comment-inner-list .item-info-r .el-button {
  padding: 2px 0;
}
.project-task-comment .comment-form-box .comment-form-head {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.project-task-comment .comment-form-box .comment-form-head .el-button--text {
  padding: 0;
}
.project-task-comment .comment-form-box .user-info .cuser-head {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.project-task-comment .comment-form-box .user-info .cuser-name {
  display: inline-block;
  font-size: 14px;
  color: #666;
}
.project-task-comment .comment-form-box .comment-form-foot {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.project-task-comment .comment-form-box .comment-form-foot .remind-option {
  font-size: 14px;
  color: #3091F2;
  cursor: pointer;
}
.project-task-comment .pagination-box {
  text-align: center;
  margin: 10px 0 0;
}
.reply-dialog-style .reply-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.reply-dialog-style .reply-title em {
  font-weight: normal;
  font-style: normal;
  color: #3091F2;
  padding-left: 10px;
}
/* 项目进度更新弹窗 */
.jdstep-dialog .step-update {
  padding: 40px 20px 20px;
  position: relative;
}
.jdstep-dialog .step-update .step-title {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}
.jdstep-dialog .step-update .tips-txt {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 13px;
  color: #999;
}
.jdstep-dialog .jdstep-dialog {
  text-align: center;
  padding: 30px 0 10px;
}
.jdstep-dialog .jdstep-dialog .el-button {
  margin: 0 20px;
}
.jdstep-dialog .update-finish {
  text-align: center;
}
.jdstep-dialog .update-finish .icon-finish {
  font-size: 80px;
  color: #3091F2;
}
.jdstep-dialog .update-finish .finish-title {
  font-size: 20px;
  color: #333;
}
.jdstep-dialog .submit-comfirm {
  text-align: center;
  padding: 20px 0 10px;
}
.jdstep-dialog .submit-comfirm .comfirm-title {
  font-size: 32px;
  color: #555;
}
.jdstep-dialog .submit-comfirm .comfirm-txt {
  font-size: 14px;
  color: #999;
  margin: 40px 0 10px;
}
.jdstep-dialog .apply-reason .apply-title {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.jdstep-dialog .apply-reason .apply-content {
  padding: 0 30px;
}
/* loading动画 */
.loading-animate-box {
  width: 80px;
  height: 80px;
  position: relative;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}
.loading-animate-box .dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
}
.loading-animate-box .dot:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-animate-box .dot:nth-child(2) {
  animation-delay: 0.35s;
}
.loading-animate-box .dot:nth-child(3) {
  animation-delay: 0.45s;
}
.loading-animate-box .dot:nth-child(4) {
  animation-delay: 0.55s;
}
.loading-animate-box .dot:after,
.loading-animate-box .dot .first {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #02aff1;
  border-radius: 50%;
  left: 50%;
  margin-left: -4px;
}
.loading-animate-box .dot .first {
  background: #02aff1;
  margin-top: -4px;
  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.31, 1) infinite;
  animation-delay: 0.2s;
}
@keyframes dotrotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes dotscale {
  0%,
  10% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px;
  }
  50% {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: 0;
  }
  90%,
  100% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -4px;
  }
}
/* loading动画end */
