.vh-box {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.vh-box .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.vh-box .other-login {
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vh-box .other-login p {
  font-size: 0.24rem;
  color: #999999;
  margin-bottom: 0.4rem;
}
.vh-box .other-login .login-method img {
  width: 0.66rem;
  display: block;
}
.form-box {
  padding: 0 0.8rem;
  padding-top: 0.7rem;
}
.form-box .title {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.form-box .input-box {
  margin-bottom: 0.8rem;
}
.form-box .input-box input {
  background: #fff;
  height: 0.86rem;
  border-radius: 0.2rem;
  padding: 0 0.3rem;
  font-size: 0.24rem;
  width: 100%;
  display: block;
  margin-bottom: 0.3rem;
}
.form-box .input-box .input-item {
  position: relative;
}
.form-box .input-box .input-item input {
  padding-right: 2rem;
}
.form-box .input-box .input-item .huoqu {
  font-size: 0.24rem;
  color: #0575ff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.3rem;
}
.form-box button {
  height: 0.86rem;
  border-radius: 0.2rem;
  font-size: 0.28rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #0575ff;
}
.form-box button.active {
  background: #0575ff;
  color: #fff;
  margin-bottom: 0.45rem;
}
.form-box .register {
  text-align: center;
}
.form-box .register a {
  font-size: 0.28rem;
  color: #0575ff;
  text-align: center;
  font-weight: bold;
}
.banner {
  height: 4.6rem;
}
.banner .swiper {
  height: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
}
.index-box {
  padding: 0.2rem 0.3rem;
  padding-bottom: 4rem;
}
.index-box .search-box {
  display: flex;
  height: 0.88rem;
  border-radius: 0.2rem;
  background-color: #eff3fc;
  margin-bottom: 0.3rem;
}
.index-box .search-box input {
  padding: 0 0.3rem;
  font-size: 0.28rem;
  flex: 1;
}
.index-box .search-box .search-img a {
  width: 0.88rem;
  height: 0.88rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-box .search-box .search-img a img {
  width: 0.36rem;
  display: block;
}
.index-box .sj-list .sj-item {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
  border-radius: 0.2rem;
  margin-bottom: 0.2rem;
}
.index-box .sj-list .sj-item a {
  display: flex;
  padding: 0.2rem 0.4rem;
}
.index-box .sj-list .sj-item a .img-box {
  width: 1.2rem;
  height: 1.5rem;
}
.index-box .sj-list .sj-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box .sj-list .sj-item a .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0.1rem 0;
  padding-left: 0.3rem;
}
.index-box .sj-list .sj-item a .text-box .name {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-box .sj-list .sj-item a .text-box p {
  font-size: 0.24rem;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}
footer .adver-box {
  position: relative;
  height: 2.4rem;
}
footer .adver-box .adver {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
footer .adver-box .cha {
  position: absolute;
  width: 0.34rem;
  display: block;
  top: 0.2rem;
  right: 0.2rem;
}
footer .tab-navs {
  height: 1.6rem;
  display: flex;
  background-color: #fff;
}
footer .tab-navs .tab-item {
  height: 100%;
  flex: 1;
}
footer .tab-navs .tab-item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .tab-navs .tab-item.active .text {
  color: #0575ff;
}
footer .tab-navs .tab-item.active .common {
  display: none;
}
footer .tab-navs .tab-item.active .ac {
  display: block;
}
footer .tab-navs .tab-item img {
  height: 0.42rem;
  margin-bottom: 0.18rem;
}
footer .tab-navs .tab-item .common {
  display: block;
}
footer .tab-navs .tab-item .ac {
  display: none;
}
footer .tab-navs .tab-item .text {
  font-size: 0.24rem;
  color: #333;
}
.list-top {
  height: 3.4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-top .listbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-top .text-box {
  position: relative;
  z-index: 2;
}
.list-top .text-box img {
  width: 1.5rem;
  display: block;
  margin-bottom: 0.2rem;
}
.list-top .text-box p {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
}
.list-content {
  padding: 0.3rem;
}
.list-content .radio-list .ra-item {
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.28rem;
  padding: 0.25rem 0.2rem;
  margin-bottom: 0.2rem;
}
.list-content .radio-list .ra-item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-content .radio-list .ra-item .ra-left {
  display: flex;
  align-items: center;
}
.list-content .radio-list .ra-item .ra-left img {
  width: 0.4rem;
  margin-right: 0.15rem;
}
.list-content .radio-list .ra-item .ra-right {
  color: #0575ff;
  display: flex;
  align-items: center;
}
.list-content .radio-list .ra-item .ra-right img {
  width: 0.2rem;
  margin-right: 0.15rem;
}
.common-title {
  font-size: 0.32rem;
  font-weight: bold;
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.common-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.4rem;
  background-color: #0575ff;
}
.about-content {
  padding: 0.5rem 0.35rem;
  font-size: 0.24rem;
  line-height: 1.8em;
}
.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.mengceng .dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.9rem;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0.4rem;
}
.mengceng .dialog .dia-cha {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.3rem;
}
.mengceng .dialog .dia-title {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.mengceng .dialog input {
  width: 100%;
  height: 0.88rem;
  border-radius: 0.2rem;
  background-color: #eff3fc;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  color: #999999;
  margin-bottom: 0.2rem;
}
.mengceng .dialog .check-btn {
  width: 100%;
  height: 0.88rem;
  border-radius: 0.2rem;
  background-color: #0575ff;
}
.mengceng .dialog .check-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.fankui-box {
  padding: 0.2rem 0.3rem;
}
.fankui-box textarea {
  resize: none;
  height: 3rem;
  border-radius: 0.2rem;
  background-color: #eff3fc;
  padding: 0.2rem;
  font-size: 0.28rem;
  width: 100%;
  border: none;
  font-family: "微软雅黑";
  margin-bottom: 0.3rem;
}
.fankui-box .check-btn {
  width: 100%;
  height: 0.88rem;
  border-radius: 0.2rem;
  background-color: #0575ff;
}
.fankui-box .check-btn a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  font-weight: bold;
}
.user-top {
  position: relative;
  height: 3rem;
  padding: 0.5rem 0.4rem;
}
.user-top .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}
.user-top .user-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.user-top .user-box .img-box {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.05rem;
  margin: 0.24rem;
}
.user-top .user-box .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.user-top .user-box .name {
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.user-content {
  padding: 0 0.3rem;
  margin-top: -0.5rem;
  position: relative;
  z-index: 2;
}
.user-content .user-item {
  background-color: #fff;
  height: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.user-content .user-item a {
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.3rem;
}
.user-content .user-item a img {
  width: 0.34rem;
  margin-right: 0.3rem;
}
.lx-box {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.3rem;
}
.lx-box img {
  width: 0.48rem;
}
.lx-box p {
  color: #bfbfbf;
  margin: 0.1rem 0;
}
.lx-box a {
  color: #0575ff;
}
