/* 首页 */
.home_container {
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/home_bg.jpg?v=1) no-repeat left top / 100% auto;
}
.home_container .home_bottom_img,.area_container .home_bottom_img {
  width: 100%;
  height: 5.5rem;
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/home_down_bg.png) no-repeat center / 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.home_container .join_btn {
  position: absolute;
  bottom: 1rem;
  left: calc(50% - 1.25rem);
  width: 2.5rem;
  height: 0.96rem;
  z-index: 2;
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/join.png) no-repeat center / 100%;
}


/* 来自哪个区 */
.area_container {
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/area_bg.jpg?v=1) no-repeat left top / 100% auto;
}
.area_container .center_wrap {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.area_container .area_top_img {
  width: 5.86rem;
  height: 2.5rem;
  display: block;
}
.area_container .select_area_wrap {
  display: flex;
  flex-wrap: wrap;
} 

.select_area_wrap .item {
  width: 2.38rem;
  height: 0.86rem;
  display: block;
  margin: 0.4rem auto 0;
  color: white;
  line-height: 0.82rem;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.select_area_wrap .item img {
  width: 100%;
  height: 100%;
  display: block;
}

/* 口号 */
.select_word_wrap .item {
  background: url("https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/slogan_select.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 6rem;
  height: 1.23rem;
  display: block;
  margin: 0.2rem auto 0;
  color: #4d0000;
  text-align: center;
  line-height: 1.18rem;
  font-size: 0.44rem;
  font-weight: 600;
  position: relative;
}

.select_word_wrap .selected_item {
  background: url("https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/slogan_selected.png") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.select_word_wrap .item .icon {
  position: absolute;
  right: 0.4rem;
  top: 0.32rem;
  width: 0.48rem;
}

/* 敬礼页面 */

.jingli_container {
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/sky_bg.jpg) no-repeat left bottom / 100% auto;
}
.jingli_container .bottom_img {
  width: 100%;
  height: 6.42rem;
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/jingli_bottom_bg.png) no-repeat center / 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.jingli_container .music_text {
  /* width: 4.25rem; */
  /* height: 5.91rem; */
  width: 5rem;
  height: 6rem;
  /* 1.07 */
  /* background: url(../img/geci.png) no-repeat center / 100%; */
  background: url(https://cos.fscm.tech/fs-web-1/prod/jingli2023/img/geci.png?v=1) no-repeat center / 100% auto;
  position: absolute;
  left: 1.88rem;
  top: 3.26rem;
  z-index: 11;
}




.jingli_container .guoqi {
  background: url(../img/guoqi.gif) no-repeat left top / 100% 100%;
  position: absolute;
  left: 0;
  top: -0.4rem;
  width: 6.42rem;
  height: 16.24rem;
  z-index: 4;
}




.jingli_container .jingli_btn {
  position: absolute;
  bottom: 1rem;
  width: 2.7rem;
  left: 2.4rem;
  z-index: 11;
}

.jingli_container .select_word_wrap .item {
  font-size: 0.3rem;
}

.jingli_container .select_word_wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25vh;
  z-index: 13;
}

.jingli_container .select_word_wrap .title {
  width: 3.43rem;
  height: 0.59rem;
  margin: 0 auto;
  background: url(../img/shuo.png) no-repeat center / 100%;

}

.jingli_container .select_word_wrap .poster_btn {
  width: 3rem;
  display: block;
  margin: 0.4rem auto 0;
}

/* 海报 */

.poster_container {
  overflow-y: scroll;
}

.poster_wrap {
  margin: 0.6rem auto 0;
  width: 6.32rem;
  position: relative;
}

.poster_wrap .poster_bg {
  display: block;
  width: 100%;
}

.poster_container .tips {
  font-size: 0.32rem;
  color: white;
  text-align: center;
  margin: 0.2rem auto;
}

.poster_container .confirm_btn {
  width: 3.32rem;
  height: 0.89rem;
  display: block;
  margin: 0 auto 1rem;
}

.poster_container .channel_btn {
  width: 3.32rem;
  display: block;
  margin: 0 auto 1rem;
  color: rgb(147, 18, 18);
  text-align: center;
  background: rgb(252, 225, 0);
  padding:0.12rem 0;
  border-radius: 0.34rem;
}

.poster_wrap .info {
  position: absolute;
  width: 100%;
  height: 1.2rem;
  bottom: 0.2rem;
  padding: 0 0.14rem;
  left: 0;
  display: flex;
  align-items: center;
  /* 垂直居中 */
}

.poster_wrap .head_img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
}

.poster_wrap .code_img {
  width: 1.2rem;
  height: 1.2rem;
}

.poster_wrap .desc {
  padding: 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 600;
  color: #4d0000;
}

.poster_wrap .desc .area {
  color: #ff4e00;
  font-size: 0.24rem;
}

.poster_wrap .content_wrap {
  position: absolute;
  top: 2.45rem;
  width: 100%;
  height: 5rem;
  left: 0;
}

.poster_wrap .content_wrap .title_img,
.poster_wrap .content_wrap .poster_type_img,
.poster_wrap .content_wrap .content_label
 {
  display: block;
  margin: 0 auto;
}
.poster_wrap .content_wrap .content_label {
margin-top: 1.21rem;
}

.poster_wrap .content_wrap .title_img {
  background-image: url(../img/73.png);
  background-size: 100% 100%;
  width: 5rem;
  height: 0.28rem;
  margin: 0 auto;
}

.poster_wrap .content_wrap .poster_type_img {
  max-height: 1.8rem;
  max-width: 5.6rem;
}

.poster_wrap .content_wrap .content_label {
  color: #82301A;
  font-weight: bolder;
  text-align: center;
  font-size: 0.28rem;
}

/* 小屏手机 */
/* @media screen and (min-aspect-ratio: 375/660) {
  .home_container .people_img {
    max-width: 3rem;
  }
  .home_container .home_title_img {
    width: 5rem;
  }
} */

.poster-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
}
