.sub-nav-box:after {
  content: initial;
}
.sub-nav-box {
  max-width: 768px;
  left: 50%;
  bottom: 0;
  top: initial;
  max-height: 70%;
  height: auto!important;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.6rem 0rem rgba(25, 42, 84, 0.3);
  border-top-left-radius: 0.74rem;
  border-top-right-radius: 0.74rem;
  transform: translateX(-50%);
  z-index: 1000001;
}
.sub-nav-box > * {
  position: relative;
  z-index: 1000;
  background-color: #fff;
}
.sub-nav-box > h2 {
  color: #000000;
  font-weight: bold;
  padding: 1rem 0;
  border-top-left-radius: 0.74rem;
  border-top-right-radius: 0.74rem;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
}
.sub-nav-box .sub-nav-child {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.3rem;
  margin-bottom: 0.5rem;
  overflow: auto;
  max-height: calc(70vh - 3rem);
}
.sub-nav-box .sub-nav-item {
  width: 49%;
  height: 2.9rem;
  border-radius: 0.3rem;
  position: relative;
  margin-bottom: 0.3rem;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.sub-nav-box .sub-nav-item img {
  display: none;
}
.sub-nav-box .sub-nav-item .icon-box {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sub-nav-box .sub-nav-item .icon-box .iconfont {
  display: none;
}
.sub-nav-box .sub-nav-item .temp-fjj:before {
  content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
  display: none;
  width: 100%;
  height: 5px;
}
.sub-nav-box .sub-nav-item .menu-title {
  position: absolute;
  margin: auto;
  padding: 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.6rem !important;
}
.sub-nav-box .sub-nav-item:nth-child(2n+2) {
  margin-left: 2%;
}
.sub-nav-box .sub-nav-item:nth-child(6n+1) {
  background: linear-gradient(0deg, #183ec3 0%, #0591df 100%);
}
.sub-nav-box .sub-nav-item:nth-child(6n+2) {
  background: linear-gradient(0deg, #036bd6 0%, #0ac6e0 100%);
}
.sub-nav-box .sub-nav-item:nth-child(6n+3) {
  background: linear-gradient(0deg, #009ecf 0%, #4eb55f 100%);
}
.sub-nav-box .sub-nav-item:nth-child(6n+4) {
  background: linear-gradient(0deg, #69b93d 0%, #d5cf00 100%);
}
.sub-nav-box .sub-nav-item:nth-child(6n+5) {
  background: linear-gradient(0deg, #e09900 0%, #dcc500 100%);
}
.sub-nav-box .sub-nav-item:nth-child(6n+6) {
  background: linear-gradient(0deg, #e48800 0%, #e56f22 50%, #e55641 100%);
}
.sub-nav-box .sub-nav-close {
  position: fixed;
  max-width: 768px;
  width: 100% !important;
  height: 100vh!important;
  margin-left: 0 !important;
  left: 50%;
  top: -90vh;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 999;
  background: rgba(0, 0, 0, 0.1) !important;
}
.right-style {
  right: 50%;
  top: 0;
  left: auto;
  bottom: 0;
  max-width: calc(768px * 0.75);
  width: 75% !important;
  max-height: 100%;
  transform: translateX(66.666%);
  height: 100%!important;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0.74rem;
}
.right-style > h2 {
  border-top-right-radius: 0;
  text-align: left;
  padding: 1rem;
}
.right-style .sub-nav-close {
  top: 0;
  left: 0;
  transform: translateX(-33.333%);
}
.right-style .sub-nav-child {
  display: block;
  border-bottom-left-radius: 0.74rem;
  max-height: 100%;
  padding: 0 1rem;
  height: calc(100% - 3rem);
  overflow: auto;
}
.right-style .sub-nav-child .sub-nav-item {
  display: flex;
  width: 100%;
  margin-left: 0;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 0.6rem;
  padding: 0.6rem 0;
  box-sizing: border-box;
  flex-grow: 0;
}
.right-style .sub-nav-child .sub-nav-item .icon-box {
  top: 0;
}
.right-style .sub-nav-child .sub-nav-item .menu-title {
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=sub-common2.css.map */