* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #F6F7F9;
}

.page-title {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
}

.back-icon {
  width: 50px;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.back-icon img {
  width: 10px;
  height: 16px;
  display: inline-block;
}

.page-title-text {
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  text-align: center;
  width: 100%;
  color: #333333;
}

.rank-part-time-job-list {
  padding: 20px 15px;
}

.rank-part-time-job-item {
  padding: 20px 0;
  background: #FFFFFF;
  border-radius: 8px;
  padding-left: 36px;
  padding-right: 16px;
  position: relative;
  margin-bottom: 8px;
}

.rank-part-time-job-item-rank-icon {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 13px;

  font-weight: bold;
  font-size: 11px;
  color: #E7BE67;
  line-height: 24px;
  font-style: italic;

}

.common-rank-icon{
  width: 26px;
  height: 28px;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.7) translateX(-10px) translateY(-3px);
}
.rank-icon-1{
  background: url(/img/mobile/part_time_job/rank_1.png) no-repeat;
  background-size: 26px 28px;
}
.rank-icon-2{
  background: url(/img/mobile/part_time_job/rank_2.png) no-repeat;
  background-size: 26px 28px;
}
.rank-icon-3{
  background: url(/img/mobile/part_time_job/rank_3.png) no-repeat;
  background-size: 26px 28px;
}

.rank-part-time-job-item-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 18px;
  margin-bottom: 16px;
  text-decoration: none;
}

.rank-part-time-job-item-value-list {
  margin-top: 15px;
}

.rank-part-time-job-item-value-item {
  margin-bottom: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}

.rank-part-time-job-item-company {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 150px;
}

.rank-part-time-job-item-info {
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  word-break: break-all;
  text-overflow: ellipsis;
  display: inline-block;
  flex-shrink: 0;
}