@charset "UTF-8";

.resume_title {
  width: 100%;
  height: 60px;
  background: #ddd;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.resume_title .resume_title_list {
  width: 10%;
  text-align: center;
  color: #333333;
  font-size: 12px;
}

.resume_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.resume_content .resume_content_tpl {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
}

.resume_content .resume_content_tpl:hover {
  background-color: #e9e9e9;
}

.resume_content .resume_content_tpl:last-child {
  margin-bottom: 0;
}

.resume_content .resume_content_tpl .resume_content_list {
  width: 10%;
  text-align: center;
  color: #333;
  font-size: 12px;
}

.float-flag-shape {
  width: 0px;
    height: 0px;
    border-top: 52px solid #C81725;
    border-right: 52px solid transparent;
    position: absolute;
    top: 0;
}
.state{
  width: max-content;
    color: #fff;
    transform: rotate(-45deg) translateY(-31px) translateX(32px);
    position: absolute;
    font-size: 12px;
}
.resume_content .resume_content_tpl .resume_content_list_btn {
  height: 30px;
  line-height: 30px;
  background: #F34653;
  border-radius: 2px;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
}