[v-cloak] {
  display: none;
}
.search-box {
  display: flex;
  padding: 15px 0 0;
}
.search-box input {
  width: 224px;
  height: 32px;
  border: 1px solid #d9d9d9;
  text-indent: 10px;
  border-radius: 2px;
}
.search-btn {
  display: block;
  border: 1px solid #8c8c8c;
  width: 64px;
  line-height: 32px;
  text-align: center;
  margin-left: 20px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  border-radius: 2px;
}

.data-list {
  border: 1px solid #d9d9d9;
  margin-top: 20px;
}
.data-list th {
  background: #f5f5f5;
  height: 36px;
  text-align: left;
  padding-left: 10px;
}
.data-list tr td {
  padding: 10px;
  text-align: center;
}
.look-detail {
  color: #ff4d4f;
}
.nologin-tip {
  color: rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.m-progress-search {
  display: flex;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 15px;
  align-items: center;
}
.m-search-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border: 1px solid #d9d9d9;
  justify-content: space-between;
  padding: 9px 12px;
  border-radius: 2px;
}
.m-search-box input {
  width: 90%;
  border: none;
}
.m-search-box .m-icon-search {
  width: 14px;
  height: 14px;
}
.m-search-btn {
  width: 28px;
  color: #c9242b;
  margin-left: 15px;
}
#pages {
  margin: 15px 0;
}
.m-progress-item {
  width: 100vw;
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
}
.m-progress-item p {
  margin-bottom: 10px;
}
.m-progress-item .willdo .status {
  color: #faad14;
}
.m-progress-item .doing .status {
  color: #1890ff;
}
.m-progress-item .done p {
  color: rgba(0, 0, 0, 0.25);
}
.m-progress-item img {
  width: 16px;
  height: 16px;
}
.m-progress-search {
  position: fixed;
  width: 100vw;
  top: 52px;
  left: 0;
}
.m-progress-list {
  padding-top: 65px;
}
.m-form-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 0 0;
}
.m-project-list .project-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
}
.m-project-list .project-item:last-child {
  border: none;
}
.m-project-list .project-item img {
  margin-right: 8px;
  width: 16px;
}
.m-form-item input,
.m-form-item textarea {
  border: none;
  text-indent: 15px;
  margin-top: 5px;
  outline: none;
}
.m-form-item textarea {
  width: 100%;
  height: 90px;
}

.noLoginTip {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 64px;
}
.confirmBtn {
  width: 232px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #ff5a59;
  color: #fff;
  margin: 24px auto;
  margin-left: 240px;
  cursor: pointer;
  border: 1px solid #ff5a59;
  font-family: PingFangSC-Regular;
  font-size: 20px;
}
.disabled_btn {
  background: #e8e8e8;
  border: 1px solid #d4d4d4;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #404040;
}
.confirmBtn:hover {
  color: #fff;
}
.confirmBtn:hover {
  background: #fe7675;
}
.disabled_btn:hover {
  background: #e8e8e8;
  color: #404040;
}
.m-confirmBtn {
  width: 232px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #ff5a59;
  color: #fff;
  margin: 0px auto;
  cursor: pointer;
  border: 1px solid #ff5a59;
  font-family: PingFangSC-Regular;
  font-size: 14px;
}
.m-disabled_btn {
  background: #e8e8e8;
  border: 1px solid #d4d4d4;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #404040;
}
.m-confirmBtn:hover {
  color: #fff;
}
.m-confirmBtn:hover {
  background: #fe7675;
}
.m-disabled_btn:hover {
  background: #e8e8e8;
  color: #404040;
}
