.lxwm-form-box {
  background-color: #fff;
  padding: 1.3rem 0.6rem;
  margin-top: 0.9rem;
}

.lxwm-form-item-input-select {
  width: calc(50% - 0.2rem);
  height: 0.52rem;
  background: #f5f7f8;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.15rem;
  color: #aaadb4;
  padding: 0 0.18rem;
  line-height: 0.52rem;
}

.select-active {
  border: 0.01rem solid #d12f2d;
  color: #333333 !important;
  background: url("/assets/images/join/select-icon.png")
    no-repeat;
  background-position: right bottom;
  background-size: 0.28rem 0.22rem;
}

.lxwm-form-button-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lxwm-form-button {
  width: 2rem;
  height: 0.56rem;
  background: #d12f2d;
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
}

.lxwm-form-item-textarea {
  margin-top: 0.3rem;
}

.lxwm-form-item-textarea textarea {
  height: 1.2rem;
  background: #ffffff;
  border: 1px solid #ebe8e8;
  padding: 0.18rem;
  width: 100%;
}

.lxwm-form-item-input input,
.lxwm-form-item-input select {
  width: calc(50% - 0.2rem);
  height: 0.52rem;
  background: #ffffff;
  border: 1px solid #ebe8e8;
  padding: 0 0.18rem;
}

.lxwm-form-item-input {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lxwm-form-item-label {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
}

.lxwm-form-item {
  margin-bottom: 0.4rem;
}

.lxwm-form {
  margin-top: 0.3rem;
}

.lxwm-form-box-content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.16rem;
  margin-top: 0.21rem;
  text-align: center;
}

.lxwm-form-box-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #d12f2d;
  text-align: center;
}

.lxwm-content {
  background-color: #f6f6f6;
  padding-top: 0.9rem;
}

.lxwm-content-box-text-list-item-content {
  font-weight: 500;
  font-size: 0.2rem;
  color: #8c8c8c;
  margin-top: 0.13rem;
  width: 1.6rem;
  text-align: center;
}

.lxwm-content-box-text-list-item-title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  margin-top: 0.32rem;
}

.lxwm-content-box-text-list-item-img {
  width: 0.72rem;
  height: 0.72rem;
}

.lxwm-content-box-text-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lxwm-content-box-text-list {
  margin-top: 1.18rem;
  display: flex;
  align-items: center;
  gap: 1.61rem;
  width: 4.3rem;
  justify-content: center;
  width: 100%;
  margin-left: -0.4rem;
  /* margin: 1.18rem auto 0; */
  /* padding-left: 0.9rem; */
}

.lxwm-content-box-text-content {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  margin-top: 0.3rem;
}

.lxwm-content-box-text-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}

.lxwm-content-box-text {
  width: calc(50% - 0.22rem);
}

.lxwm-content-box-img {
  width: calc(50% - 0.22rem);
  height: auto;
}

.amap-container {
  width: 100%;
  height: 4rem;
  border-radius: 0.1rem;
  overflow: hidden;
}

.lxwm-content-box {
  background-color: #fff;
  padding: 1.3rem 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jrwm-lxfs-box {
  margin-top: 0.44rem;
  display: flex;
  justify-content: space-between;
}

.jrwm-bg2-list-item-title {
  width: 1.5rem;
}

.jrwm-bg2-list-item-content {
  width: 2rem;
}

.jrwm-lxfs-box-item-name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.24rem;
}

.jrwm-lxfs-box-item-img {
  width: 0.72rem;
  height: 0.72rem;
}

.jrwm-lxfs-box-item-title {
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
}

.jrwm-lxfs-box-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  background: #ffffff;
  width: 2.82rem;
  height: 2.82rem;
  position: relative;
}

.jrwm-lxfs-box-item-dh {
  box-shadow: 0px 2px 40px 0px rgba(255, 0, 63, 0.06);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  transition: width 0.5s ease-out, height 0.5s ease-out;
}

.jrwm-lxfs-box-item-content:hover .jrwm-lxfs-box-item-dh {
  width: 2.82rem;
  height: 2.82rem;
}

.jrwm-lxfs-box-item {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.jrwm-bg2 {
  background: url("/assets/images/join/jrwmb2.png")
    no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 0.8rem 0 0.9rem 0;
  height: 7.58rem;
  overflow-y: scroll;
}

.jrwm-bg2::-webkit-scrollbar {
  display: none;
}

.jrwm-bg2-list-item-expand-title {
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  margin-bottom: 0.2rem;
}

.jrwm-bg2-list-item-expand-content {
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}

.jrwm-bg2-list-item {
  display: flex;
  justify-content: space-between;
  padding: 0.33rem 0.5rem;
  background-color: #fff;
  font-weight: 500;
  font-size: 0.22rem;
  color: #333333;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin-top: 0.2rem;
}

.jrwm-bg2-list-item.active {
  background-color: #d12f2d;
  color: #ffffff;
}

.jrwm-bg2-list-item-icon {
  width: 0.4rem;
  height: 0.4rem;
  transition: transform 0.3s;
}

.jrwm-bg2-list-item-expand {
  max-height: 0;
  overflow: hidden;
  border: 4px solid #d12f2d;
  border-top: none;
  padding: 0;
  background-color: #fff;
  opacity: 0;
  margin-top: -4px;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out,
    padding 0.4s ease-in-out;
}

.jrwm-bg2-list-item.active + .jrwm-bg2-list-item-expand {
  max-height: 500px;
  opacity: 1;
  padding: 0.4rem 0.73rem;
  border-top: 4px solid #d12f2d;
}

.jrwm-bg2-list {
  display: flex;
  flex-direction: column;
}

.jrwm-bg2-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.3rem;
  text-align: center;
}

.join-us-img {
  margin-top: 1.25rem;
  position: relative;
  width: 100%;
  display: block;
  display: flex;
}

.img-item-bg {
  opacity: 0;
  width: 100%;
  vertical-align: bottom;
}

.jrwm-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/join/jrwmbg.png")
    no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.jrwm-content-center-button {
  width: 1.62rem;
  height: 0.48rem;
  background: #d12f2d;
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.48rem;
  margin-top: 0.66rem;
  cursor: pointer;
}

.jrwm-content-center-content {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.34rem;
  margin-top: 0.5rem;
  text-align: center;
}

.jrwm-content-center-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}

.jrwm-content-center {
  width: 13.66rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.join-us-img-item {
  width: 50%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.img-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: fill;
  transition: clip-path 3s ease-out;
}

/* 左边图片从左往右消失动画 */
.join-us-img-item:first-child .img-item-img {
  clip-path: inset(0 0 0 0);
}

.join-us-img-item:first-child .img-item-img.animate-slide {
  clip-path: inset(0 100% 0 0);
}

/* 右边图片从右往左消失动画 */
.join-us-img-item:nth-of-type(2) .img-item-img {
  clip-path: inset(0 0 0 0);
}

.join-us-img-item:nth-of-type(2) .img-item-img.animate-slide {
  clip-path: inset(0 0 0 100%);
}

.join-us-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: auto;
  z-index: 3;
}

.reward-and-welfare-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  margin-top: 0.9rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

.reward-and-welfare-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.reward-and-welfare-img-item {
  flex: 0 0 calc((100% - 0.5rem * 5) / 5);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.15rem;
  transform: translateY(0.3rem) scale(0.8);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reward-and-welfare-img-item:nth-child(5n) {
  margin-right: 0;
}

.reward-and-welfare-img-item img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
  transition: transform 0.6s ease-in-out;
}

.reward-and-welfare-img-item:hover img {
  transform: rotateY(180deg);
}

/* 二维码展示模块样式 */
.qr-code-section {
  background-color: #fff;
  padding: 1.3rem 0.6rem;
  margin-top: 0.9rem;
}

.qr-code-section-title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.6rem;
}

.qr-code-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.qr-code-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.qr-code-item-img {
  width: 3rem;
  height: 2rem;
  object-fit: contain;
  border-radius: 0.1rem;
}

.qr-code-item-name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
}
