.bg {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.nav_right {
  position: fixed;
  top: 50%;
  right: calc(50% - 9.2rem);
  transform: translateY(-50%);
  transform-origin: 0 0;
  width: 2.14rem;
  height: 8.04rem;
  background: url(../images/nav_right.png) 0 0 / 100% 100% no-repeat;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
}
.nav_right .line {
  width: 1.74rem;
  height: 0.07rem;
  background: url(../images/line.png) 0 0 / 100% 100% no-repeat;
  margin-top: 0.1rem;
  margin-bottom: 0.08rem;
}
.nav_right .nr {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav_right .nr .tips {
  font-size: 0.18rem;
  color: #666;
  margin-bottom: 0.1rem;
}
.nav_right .nr p {
  color: #1d7a5f;
  font-size: 0.26rem;
  font-weight: 700;
  font-family: fangsong;
  margin-bottom: 0.08rem;
}
.nav_right .nr .link {
  width: 1.5rem;
  height: 1.5rem;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav_right .nr .link img {
  width: 1.3rem;
  height: 1.3rem;
}
.nav_right .nr.nr1 .link {
  background-image: url(../images/wx_bg.png);
}
.nav_right .nr.nr2 .link {
  background-image: url(../images/qq.png);
}
.nav_right .nr.nr3 .link {
  background-image: url(../images/sq.png);
}
.bg1 {
  height: 11.5rem;
  background-image: url(../images/bg_01.jpg);
  position: relative;
}
.bg1 .logo {
  position: absolute;
  left: 49%;
  top: 0.5rem;
  transform: translateX(-50%) scale(0.62);
  width: 6.37rem;
  height: 2.04rem;
  background: url(../images/logo.png) 0 0 / 100% 100% no-repeat;
}
.bg1 .btn_gw {
  width: 4.41rem;
  height: 1.23rem;
  background: url(../images/btn_gw.png) 0 0 / 100% 100% no-repeat;
  position: absolute;
  top: 7.25rem;
  right: 5.2rem;
}
.bg1 .btn_gw:active {
  transform: scale(0.95);
}
.bg1 .btn_ljyy {
  width: 3.83rem;
  height: 1.17rem;
  background: url(../images/btn_ljyy.png) 0 0 / 100% 100% no-repeat;
  position: absolute;
  bottom: 1.5rem;
  right: 7.4rem;
  cursor: pointer;
}
.bg1 .btn_ljyy:active {
  transform: scale(0.95);
}
.bg1 .btn_ljxz {
  width: 3.65rem;
  height: 0.93rem;
  background: url(../images/btn_ljxz.png) 0 0 / 100% 100% no-repeat;
  position: absolute;
  bottom: 1.62rem;
  right: 3.5rem;
}
.bg1 .btn_ljxz:active {
  transform: scale(0.95);
}
.bg1 .people {
  position: absolute;
  width: 7rem;
  text-align: center;
  bottom: 0.5rem;
  right: 3.5rem;
  text-shadow: 0 0 0.1rem #fff, 0 0 0.05rem #fff;
  font-weight: 700;
  font-size: 0.36rem;
  color: #1f5650;
}
.bg1 .people span {
  display: inline-block;
  color: #fa0210;
  margin: 0 0.1rem;
}
.bg2 {
  height: 7.81rem;
  background-image: url(../images/bg_02.jpg);
  padding-top: 2.6rem;
}
.bg2 .jl {
  width: 14.32rem;
  height: 4.49rem;
  margin: 0 auto;
  background: url(../images/jl.png) 0 0 / 100% 100% no-repeat;
}
.bg2 .rule {
  text-align: center;
  font-size: 0.22rem;
  color: #666;
  margin-top: -0.25rem;
}
.bg2 .lcb {
  display: none;
}
.bg3 {
  height: 10.1rem;
  background-image: url(../images/bg_03.jpg);
  padding-top: 1.9rem;
}
.bg3 .lcb {
  width: 15.3rem;
  height: 5.9rem;
  background: url(../images/lcb.png) 0 0 / 100% 100% no-repeat;
  margin: 0 auto;
  position: relative;
}
.bg3 .lcb .rule {
  font-size: 0.22rem;
  color: #666;
  position: absolute;
  bottom: 0.7rem;
  left: 1.8rem;
}
.pop {
  display: none;
}
.pop .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 200;
}
.pop .pop_content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.38rem;
  height: 4.62rem;
  background: url(../images/pop_bg.png) 0 0 / 100% 100% no-repeat;
  z-index: 201;
  padding: 1rem 1.2rem 0;
}
.pop .pop_content .close {
  width: 0.28rem;
  height: 0.28rem;
  cursor: pointer;
  background: url(../images/close.png) 0 0 / 100% 100% no-repeat;
  position: absolute;
  right: 0.36rem;
  top: 1rem;
}
.pop .pop_content .tit {
  text-align: center;
  font-size: 0.4rem;
  color: #4d9388;
  font-weight: 700;
  font-family: fangsong;
  margin-bottom: 0.36rem;
}
.pop .pop_content .area {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
.pop .pop_content .area .before {
  width: 1.45rem;
  font-size: 0.28rem;
  color: #4d9388;
  text-align: end;
  white-space: nowrap;
}
.pop .pop_content .area .input {
  flex: 1;
  /* 替代 flex: 1 */
  height: 0.48rem;
}
.pop .pop_content .area .input input {
  width: 100%;
  height: 100%;
  background-color: #e9fffa;
  border: 1px solid #73d1c1;
  border-radius: 0.04rem;
  font-size: 0.18rem;
  padding: 0 0.2rem;
}
.pop .pop_content .area #phone_code_btn {
  flex: unset;
  width: 1.4rem;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  color: #3c87ff;
  font-size: 0.18rem;
  padding: 0;
}
.pop .pop_content .area #phone_code_btn:disabled {
  color: #666;
}
.pop .pop_content .area.area2 {
  margin-bottom: 0.3rem;
}
.pop .pop_content .confirm {
  width: 2.07rem;
  height: 0.53rem;
  background: url(../images/confirm.png) 0 0 / 100% 100% no-repeat;
  margin: 0 auto;
  cursor: pointer;
}
.pop .pop_content .confirm:active {
  transform: scale(0.95);
}
.footer {
  margin-top: -1px;
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0;
}
.footer .footer_logo {
  width: 1.672rem;
  height: 0.66rem;
  background: url(../images/logo_footer.png) 0 0 / 100% 100% no-repeat;
  margin-right: 0.2rem;
}
.footer .footer_right {
  margin-top: 0.08rem;
  line-height: 2;
  color: #fff;
  font-size: 0.14rem;
}
.footer .footer_right a {
  color: #fff;
  font-size: 0.14rem;
}
.footer .footer_right ul {
  height: 0.14rem;
  margin-bottom: 0.06rem;
}
.footer .footer_right ul li {
  font-size: 0.14rem;
  margin-right: 0.12rem;
  border-right: 1px solid #fff;
  padding-right: 0.12rem;
  line-height: 1.2;
}
.footer .footer_right ul li:nth-last-child(1) {
  border: none;
}
