body {
  line-height: 1.5;
  background-color: #f4f4f5;
}
a {
  font-size: 0.28rem;
  color: #fff;
}
.active {
  background-color: #fff !important;
  color: #0592f7;
}
/* 单行文字溢出隐藏 */
.font-hideen {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
header {
  width: 7.5rem;
  height: 1.78rem;
  background-color: #0591f9;
}
header .header-title {
  padding-top: 0.28rem;
  text-align: center;
  width: 100%;
  height: 1rem;
  font-size: 0.32rem;
  color: #ffffff;
}
header .header-bottom-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 0.68rem;
}
header .header-bottom-wrap .login {
  color: #ffffff;
  font-size: 0.28rem;
}
header .header-bottom-wrap .keywords-search-wrap {
  display: flex;
  height: 0.66rem;
  border-radius: 0.3rem;
  background-color: #fff;
}
header .header-bottom-wrap .keywords-search-wrap .keywords-input {
  outline: none;
  padding: 0.08rem 0;
  width: 4rem;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  text-indent: 0.25rem;
  font-size: 0.26rem;
}
header .header-bottom-wrap .keywords-search-wrap .line {
  width: 0.01rem;
  background-color: #b2b2b2;
}
header .header-bottom-wrap .keywords-search-wrap .keywords-button {
  width: 1rem;
  line-height: 0.66rem;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
  background-color: #fff;
  text-align: center;
  font-size: 0.26rem;
}
/* 热门二级类目部分 start */
.category-wrap {
  /* 菜单部分 start */
  /* 菜单部分 end */
}
.category-wrap .second-category .second-category-title {
  font-size: 0.28rem;
  color: #666666;
  line-height: 0.86rem;
  padding-left: 0.2rem;
}
.category-wrap .second-category .category-item-wrap {
  display: flex;
}
.category-wrap .second-category .category-item-wrap a {
  margin-left: 0.4rem;
  margin-bottom: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.56rem;
  border-radius: 1rem;
  background-color: lightgray;
  color: #666666;
}
.category-wrap .line {
  display: block;
  width: 7.5rem;
  height: 0.2rem;
  background-color: lightgray;
}
.category-wrap .menu-wrap {
  margin-top: 0.02rem;
  display: flex;
  background-color: #fff;
}
.category-wrap .menu-wrap h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  height: 0.8rem;
  font-weight: normal !important;
}
.category-wrap .menu-wrap .menu-left {
  flex: 2;
  text-align: right;
  background-color: #f5f5f6;
}

.category-wrap .menu-wrap .menu-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.category-wrap .menu-wrap .menu-right h2 {
  display: flex;
  justify-content: flex-start;
  color: #000;
}
/* 热门二级类目部分 end */

footer {
  margin-top: 10%;
}
.hiddenCla {
    display: none
}

.showCla {
    display: block
}

img {
    min-width: auto !important;
    max-width: none !important;
}

mip-img {
    display: block;
    width: unset;
    font-size: 0;
}