body {
	background-image:url('../imagess/stewa_bg.png');
}
.steward_header{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.steward_header_img {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
  box-sizing: border-box;
}

.steward_header_img img {
  width: 3.5rem;
  height: auto;
}
.steward_content_img{
  margin-top: 0.43rem;
  display: flex;
  padding: 0 0.2rem;
}
.steward_content_iconr{
  width: 100%;
  font-size: 0.32rem;
  color: #d1a97a;
  display: flex;
  align-items: center;
}
.steward_content_iconr img{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.08rem;
}
.steward_content_iconl{
  width: 100%;
  font-size: 0.26rem;
  color: #f7dcbe;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.steward_content_iconl img{
  width: 0.1rem;
  height: 0.18rem;
  margin-left: 0.14rem;
}
.steward_content_part{
  padding: 0 0.2rem;
  margin-top: 0.35rem;
  position:relative
}
.steward_content_part_longrec{
  height:120px;
  position:relative
}
.steward_content_part_combo{
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steward_content_part_first{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steward_content_part_img{
  position: relative;
}
.steward_content_part_img img:nth-of-type(2) {
  /* 样式属性 */
  width: 0.53rem;
  position: absolute; /* 绝对定位 */
  bottom: -10%;
  right: -52%;
  transform: translate(-50%, -50%);
}

.steward_content_part_fnt {
  margin-top: 0.3rem;
  position: relative;
}
.steward_content_part_fnt img{
  width: 1.88em;
}
.steward_content_part_fnt span{
  font-size: 0.24rem;
  font-weight: bold;
	color: #ffffff;
  position: absolute;
  top: 45%; 
  right: -27%; 
  transform: translate(-50%, -50%);
}
.steward_content_part_combo p{
  margin-top: 0.2rem;
  font-size: 0.22rem;
	font-weight: normal;
	color: #ad9060;
}
.steward_content_part_fam p{
  margin-top: 0.42rem;
  font-size: 0.22rem;
	font-weight: normal;
	color: #ad9060;
	width:200%;
	margin-left:0.3rem;
}
.steward_content_part_famfnt{
  margin-top: 0.13rem;
  line-height:0.48rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
	color: #ffffff;
  width: 1.96rem;
	height: 0.48rem;
  background-image: linear-gradient(0deg,#dcb379 0%, #daaa6a 100%), 
	linear-gradient(#bda88b, #bda88b);
    border-radius: 0.24rem;
}
.stwea_ju2{
  width: 2.24rem;
}
.steward_content_part_fam{
  position: relative;
}
.steward_content_part_two{
  position: absolute; /* 绝对定位 */
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.steward_content_part_copy{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.steward_content_part_wea {
  margin-top: 0.3rem;
  position: relative;
}
.steward_content_part_wea img{
  width: 1.88em;
}
.steward_content_part_wea span{
  font-size: 0.24rem;
  font-weight: bold;
	color: #ffffff;
  position: absolute;
  top: 45%; 
  left: 50%;
  transform: translate(-50%, -50%);
}

.steward_content_part_pen {
  margin-top: 0.3rem;
  position: relative;
}
.steward_content_part_pen img{
  width: 1.88em;
}
.steward_content_part_pen span{
  font-size: 0.24rem;
  font-weight: bold;
	color: #ffffff;
  position: absolute;
  top: 45%; 
  right: -13%; 
  transform: translate(-50%, -50%);
}
.steward_content_pension{
  margin-bottom: 1rem;
}
.steward_content_part_img img:first-child {
  width: 0.9rem;
}
