/* ======== 朗坤人才观 start ======= */
.people {
  padding: 0.8rem 0rem;
}

.people_img {
  width: 100%;
  position: relative;
}

.people_img img {
  max-width: 100%;
  height: auto;
}

.mosaic {
  position: absolute;
  top: 0;
  left: 0;
}

.mosaic_box {
  width: 0.3rem;
	height: 0.3rem;
	background-color: #026ef5;
  float: left;
}

.color1 {
  background-color: #ffffff;
}

.color2 {
  background-color: #000000;
	opacity: 0.3;
}

.color3 {
  background-color: #ffffff;
	opacity: 0.6;
}

.people_text {
  margin-top: 0.4rem;
}

.people_text p {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
  line-height: 0.38rem;
  margin-bottom: 0.2rem;
}
/* ======== 朗坤人才观 end ======= */

/* ======== 用人理念 start ======= */
.Concept {
  padding: 1.1rem 0rem;
  background-color: #f8f9fa;
}

.Concept_item {
  margin-top: 0.45rem;
}

.Concept_item_img {
  width: 100%;
}

.Concept_item_img img {
  max-width: 100%;
  height: auto;
}

.Concept_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.44rem;
}

.Concept_item_title_left>p {
  font-size: 0.24rem;
  color: #333;
}

.Concept_item_title_left>div {
  font-size: 0.32rem;
  color: #333;
  font-weight: bold;
}

.Concept_item_title_right {
  font-size: 0.72rem;
  font-family: OPPOSans-B;
  color: #e2e3e4;
}

.Concept_item>p {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #666;
  height: 1.9rem;
  overflow-y: auto;
}

.Concept_item>p::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.9rem;
}

.Concept_item>p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0.04rem;
}

.Concept_item>p::-webkit-scrollbar-thumb {
  width: 0.04rem;
  height: 0.1rem;
  background-color: #e5e5e5;
  border-radius: 0.04rem;
}
/* ======== 用人理念 end ======= */

/* ======== 员工福利 start ======= */
.Welfare {
  padding: 1.1rem 0rem;
  background-image: url("/mobile/images/join/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Welfare .public_h6 {
  margin-bottom: 1.4rem;
}

.Welfare_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.3rem;
}



.Welfare_list_item {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #ffffff;
	box-shadow: 10px 0px 28px 2px
		rgba(163, 168, 174, 0.1);
	border-radius: 0.1rem;
  transform: rotate(45deg);
  position: relative;
  margin-right: 0.8rem;

}

.Welfare_list_item:last-child {
  margin-right: 0;
}

.Welfare_list_item_info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: red; */
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.Welfare_list_item_info_img {
  width: 0.4rem;
}

.Welfare_list_item_info_img img {
  max-width: 100%;
  height: auto;
}

.Welfare_list_item_info>p {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333;
  margin-top: 0.18rem;
}

.more_desc {
  color: #999 !important;
  margin: 0rem !important;
}

/* .Welfare_list_item:hover {
  background-color: #026ef5;
}

.Welfare_list_item:hover .Welfare_list_item_info p {
  color: #fff;
}

.Welfare_list_item:hover .img_block {
  display: none;
}

.Welfare_list_item:hover .img_none {
  display: inline-block;
} */
/* ======== 员工福利 end ======= */


/* ======== 简历投递 start ======= */

.Resume {
  padding: 1.1rem 0rem 2.6rem;
  background-image: url("/mobile/images/join/bgg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.Resume .public_h4,
.Resume .public_h6 {
  text-align: left;
}

.Resume p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333;
  margin-top: 0.5rem;
}

.Resume_content {
  margin-top: 0.5rem;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.Resume_content_item {
  width: 2.1rem;
	height: 2rem;
	background-color: #ffffff;
	box-shadow: 0px 10px 30px 0px
		rgba(106, 116, 124, 0.1);
    display: flex;
    /* justify-content: space-around; */
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
}

.Resume_content_item:nth-child(3n) {
  margin-right: 0rem;
}

.Resume_content_item_img {
  width: 0.63rem;
  height: 0.63rem;
}

.Resume_content_item_img img {
  max-width: 100%;
  height: auto;
}

.Resume_content_item>p {
  width: 100%;
  padding: 0rem 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  margin-top: 0.46rem;
}
/* ======== 简历投递 end ======= */



/* ============== lvhaonan 修改 start ============== */
.people_text p {
  font-size: 0.28rem;
  line-height: 0.38rem;
}

.Concept_item_title_left>div {
  font-size: 0.32rem;
  margin-top: 0.1rem;
}

.Concept_item_title_left>p {
  font-size: 0.36rem;
}

.Resume p {
  font-size: 0.28rem;
  line-height: 0.38rem;
}

.Concept_item>p {
  font-size: 0.28rem;
  line-height: 0.38rem;
  height: auto;
}
/* ============== lvhaonan 修改 end ============== */
