/* moblieModal 开始 */
.moblieModalWrapper {
  display: none;
}
.moblieModal {
  z-index: 2002;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: -500vh;
  /* bottom: 0; */
  background: rgb(10, 4, 43, 0.6);
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.moblieModal .wrapper {
  position: relative;
  width: 100%;
  padding: 0.53rem 0.53rem 0;
}
.moblieModal .content {
  position: relative;
  background: linear-gradient(-135deg, transparent 1rem, #03285d 0);
  padding: 0.9rem 0.53rem 0.53rem;
}
.moblieModal .closeBtn {
  z-index: 999;
  position: absolute;
  top: 0.53rem;
  right: 0.53rem;
  width: 0.53rem;
  height: 0.53rem;
}
.moblieModal .closeBtn img {
  width: 100%;
  height: 100%;
}
.moblieModal .listItem1 {
  width: 100%;
  font-size: 0.43rem;
  font-weight: 500;
  color: #ffffff;
  height: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  background-color: rgb(42, 79, 139, 0.4);
  margin-top: 0.4rem;
}
.moblieModal .listItem1 a{
  display: block;
  width: 100%;
}
/* moblieModal 结束 */

.moblieModal .categoryMoblie {
  position: relative;
  background: linear-gradient(-135deg, transparent 1rem, #fff 0);
  padding: 0.9rem 0.53rem 0.53rem;
}
.moblieModal .categoryMoblie .categoryMoblieTop {
  border-bottom: 0.03rem solid rgba(151, 151, 151, 0.2);
}

.moblieModal .categoryMoblie .title {
  margin-top: 0.6rem;
  font-size: 0.38rem;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0.27rem;
  opacity: 0.5;
}
.moblieModal .categoryMoblie .toptitle {
  font-size: 0.38rem;
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0.27rem;
  opacity: 0.5;
}

.moblieModal .categoryMoblie ul {
  overflow: hidden;
  width: 103%;
  margin-bottom: 0.6rem;
  color: #88694a;
}

.moblieModal .categoryMoblie ul .navItem {
  float: left;
  margin-right: 0.21rem;
  margin-bottom: 0.21rem;
}

.moblieModal .categoryMoblie ul .active {
  color: #fff !important;
  background: #88694a;
}

.moblieModal .categoryMoblie ul .wg_item {
  margin-right: 0.21rem;
  margin-bottom: 0.21rem;
  float: left;
  border: 0.02rem solid #c1af9b;
  padding: 0.02rem 0.27rem;
}
.moblieModal .categoryMoblie ul .navItem {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  width: 1.81rem;
  height: 0.83rem;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .moblieModalWrapper {
    display: block;
  }
}
