.myProjectBox .myAccount-right-title {
  margin-bottom: 20px;
}
.myProjectBox .myAccount-right-title .my-project {
  background: url('../images/project.svg') no-repeat;
}
.project-head {
  height: 40px;
  line-height: 40px;
  background-color: #f9f9f9;
  padding-left: 10px;
  font-size: 12px;
}
.my-project li {
  border-bottom: 1px solid #dddddd;
  padding: 30px 10px;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-project li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}
.my-project li > div div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my-project li .create-time {
  color: #999999;
}
.my-project li .project-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.my-project li .return-design,
.my-project li .add-cart-btn,
.my-project li .delete-btn {
  display: inline-block;
  width: 120px;
  height: 26px;
  line-height: 26px;
  background: #4098db;
  color: #ffffff;
  text-align: center;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 12px;
  border: none;
  outline: none;
  margin-left: 10px;
}
.my-project li .return-design:hover,
.my-project li .add-cart-btn:hover,
.my-project li .delete-btn:hover {
  background: #61aee9;
}
.my-project li .add-cart-btn {
  width: 90px;
}
.my-project li .delete-btn {
  width: 60px;
}
.project-empty {
  width: 100%;
  height: 270px;
  line-height: 270px;
  text-align: center;
  font-weight: bold;
  color: #c1c1c1;
  font-size: 16px;
}
