.box_join .banner dl {
  left: 50%;
  bottom: 1.74rem;
  margin-left: -6.57rem;
}

.join {
  width: 13.6rem;
  margin: 0 auto;
  padding-top: 0.97rem;
}

.join_panel {
  background-image: url(../img/bg_3.png);
  background-position: top;
  display: flex;
  align-items: center;
}

.jp_left {
  position: relative;
  left: 0.25rem;
}

.jp_right {
  position: relative;
  left: -0.25rem;
}

.jp_form {
  position: relative;
  width: 6.38rem;
  height: 6.38rem;
  border: 1px solid #666;
  border-radius: 50%;
  box-sizing: border-box;
}

.join_title {
  font-size: 0.42rem;
  color: #fff;
  text-align: center;
  padding-bottom: 0.35rem;
}

.jp_form_panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.join_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.join_form dl {
  display: flex;
  align-items: center;
  margin: 0.12rem 0;
  position: relative;
  left: -0.06rem;
}

.join_form dt {
  min-width: 1.2rem;
  padding-right: 0.13rem;
  font-size: 0.16rem;
  color: #fff;
  text-align: right;
}

.join_form dl dd {
  flex: 1;
  margin-left: 0;
}

.join_form dl dd p {
  width: 2.79rem;
  position: relative;
  height: 0.35rem;
  line-height: 0.35rem;
  background-color: #333;
  border: 1px solid #333;
  padding: 0 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}

.join_form dl dd p span#code {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.8rem;
}

.join_btn {
  width: 1.85rem;
  display: inline-block;
  font-size: 0.21rem;
  color: #000;
  height: 0.46rem;
  line-height: 0.46rem;
  background-color: #fff;
  margin-top: 0.2rem;
}

.location_panel {
  display: flex;
  align-items: center;
  margin: 0 -0.06rem;
}

.location {
  width: 100%;
}

.location_sel {
  position: relative;
  margin: 0 0.06rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333;
}

.location_sel h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.35rem;
  line-height: 0.35rem;
  padding-left: 0.1rem;
  width: 100%;
  box-sizing: border-box;
}

.location_sel h4 span {
  font-size: 0.16rem;
  color: #858585;
}

.location_sel h4 u {
  width: 0.35rem;
  height: 0.35rem;
  background-image: url(../img/arr_5.png);
  background-size: 0.12rem;
  transition: 0.4s;
}

.location_sel h4.on u {
  background-image: url(../img/arr_6.png);
  transition: 0.4s;
}

.location_sel ul {
  position: absolute;
  left: 0;
  top: 0.47rem;
  width: 1.56rem;
  white-space: nowrap;
  background-color: #333;
  padding: 0 0.1rem;
  box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.15);
  display: none;
}

.location_sel ul li {
  font-size: 0.15rem;
  line-height: 0.35rem;
  padding: 0.05rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  color: #858585;
  cursor: pointer;
  transition: 0.4s;
}

.location_sel ul li:hover {
  color: #fff;
  transition: 0.4s;
}

.location_sel ul li:first-child {
  border-top: none;
}

@media screen and (max-width: 768px) {
  .join {
    width: auto;
    padding-top: 0.1736rem;
  }

  .join_panel {
    flex-direction: column;
    background-image: url(../img/mo_bg_3.png);
    background-size: contain;
  }

  .jp_left {
    left: 0;
  }

  .jp_right {
    left: 0;
    margin-top: 0.27rem;
  }

  .jp_form {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
  }

  .join_title {
    font-size: 0.26rem;
    padding: 0.24rem 0;
  }

  .jp_form_panel {
    position: static;
    top: 0;
    transform: translateY(0);
  }

  .join_form {
    position: relative;
    left: -0.18rem;
  }

  .join_form dl {
    margin: 0.08rem 0;
  }

  .join_form dt {
    min-width: 0.8025rem;
    font-size: 0.1111rem;
    padding-right: 0;
  }

  .join_form dl dd {
    margin-left: 0.118rem;
  }

  .join_form dl dd p {
    width: 100%;
    height: 0.24rem;
    line-height: 0.24rem;
    padding: 0 0.069rem;
    box-sizing: border-box;
  }

  .join_btn {
    width: 1.28rem;
    font-size: 0.1458rem;
    height: 0.32rem;
    line-height: 0.32rem;
    margin-top: 0.18rem;
  }

  .location_panel {
    margin: 0 -0.04rem;
  }

  .location_sel {
    margin: 0 0.04rem;
  }

  .location_sel h4 {
    height: 0.24rem;
    line-height: 0.24rem;
    padding-left: 0.069rem;
    cursor: pointer;
  }

  .location_sel h4 span {
    font-size: 0.1248rem;
  }

  .location_sel h4 u {
    width: 0.25rem;
    height: 0.25rem;
    background-size: 0.08rem;
  }

  .location_sel ul {
    top: 0.28rem;
    width: 0.86rem;
    padding: 0 0.069rem;
  }

  .location_sel ul li {
    font-size: 0.1111rem;
    line-height: 0.25rem;
    padding: 0.024rem 0;
  }

}

.join_form s {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.4rem;
  height: 0.34rem;
  background-image: url(../img/require_1.png);
  background-size: 0.1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.join_form dl.error dd p {
  border-color: #990000;
}

@media screen and (max-width: 768px) {
  .join_form s {
    width: 0.2rem;
    height: auto;
    background-size: 0.1rem;
  }
}