[v-cloak] {
  display: none;
}

.container {
  box-sizing: border-box;
  padding: 0.16rem 0.32rem 1rem;
  width: 7.2rem;
  margin: 0 auto;
}

.content-class {
  margin: 0 auto;
  max-width: 7.2rem;
  width: 100%;
}

.class-auto {
  margin: 0 auto;
  width: 7.2rem;
  position: relative;
}

.container-search {
  box-sizing: border-box;
  padding: 0.9rem 0 1rem;
  width: 7.2rem;
  margin: 0 auto;
}
.container-search .classify-search-box {
  border-bottom: 1px solid #eee;
}

.banner {
  width: 100%;
  height: 3.64rem;
  border-radius: 0.12rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-box {
  width: 100%;
}

.list-item {
  width: 100%;
  box-sizing: border-box;
  padding: 0.24rem 0;
  border-bottom: solid 1px #EEE;
}

.list-icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0.24rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.list-right {
  box-sizing: border-box;
  padding-left: 0.24rem;
  width: 79%;
}

.list-top {
  width: 100%;
}

.top-left {
  width: 80%;
}

.list-name {
  margin-bottom: 0.08rem;
  width: 100%;
  font-size: 0.32rem;
  color: #000;
}

.list-text {
  width: 100%;
  font-size: 0.2rem;
  color: #909090;
}

.list-text span {
  margin-right: 0.13rem;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.04rem;
  height: 0.54rem;
  /* line-height: 0.54rem; */
  background: linear-gradient(90deg, #FF7F2C 0%, #FF5343 100%);
  border-radius: 0.27rem;
  font-size: 0.28rem;
  color: #fff;
  text-align: center;
}

.list-tag {
  height: 0.28rem;
  margin-top: 0.16rem;
  width: 100%;
  font-size: 0.2rem;
}

.list-tag span {
  margin-right: 0.1rem;
}

.list-tag span img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.04rem;
}

.more-text {
  line-height: 2;
  text-align: center;
  color: #909090;
}

.search-form {
  margin: 0.32rem 0 0.24rem;
  height: 0.64rem;
  background: #fff;
  border-radius: 100px;
  position: relative;
}
.search-form .close {
  width: 0.36rem;
  height: auto;
  position: absolute;
  top: 0.14rem;
  right: 1.08rem;
}
.search-form .down-btn {
  width: auto;
  height: 0.64rem;
  background-color: transparent;
  padding: 0.04rem 0 0 0.32rem;
  border: none;
  color: #323232;
  background: #fff;
}
.search-form .download-icon {
  width: 0.56rem;
  height: 0.56rem;
  padding-top: 0.04rem;
}

.search-form .icon {
  width: 0.36rem;
  height: auto;
  margin-left: 0.24rem;
  position: absolute;
}

.search-form input[type=text] {
  margin: 0;
  height: 0.64rem;
  background-color: #F5F6F8;
  border: none;
  padding: 0 0.58rem 0 0.72rem;
  border-radius: 100px;
}

.search-form .btn {
  width: auto;
  height: 0.64rem;
  background-color: transparent;
  padding: 0 0 0 0.32rem;
  border: none;
  color: #323232;
  background: #fff;
}

.search-form .line {
  width: 1px;
  background-color: #E8E8E8;
  height: 0.32rem;
}

.classify-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  height: 0.95rem;
  width: 7.2rem;
  padding: 0 0.32rem;
  background-color: #fff;
  z-index: 9;
  margin-left: -3.6rem;
}
.classify-search-box .search-form {
  margin: 0.15rem 0;
  height: 0.64rem;
  background: #fff;
  border-radius: 100px;
}
.classify-search-box .search-form .back {
  width: 0.58rem;
  height: 0.58rem;
}
.classify-search-box .search-form .back img {
  width: 100%;
  height: 100%;
}
.classify-search-box .search-form .icon {
  width: 0.36rem;
  height: auto;
  margin-left: 0.24rem;
  position: absolute;
}
.classify-search-box .search-form .icon.search-icon {
  margin-left: 0.8rem;
}
.classify-search-box .search-form input[type=text] {
  margin: 0;
  height: 0.64rem;
  background-color: #F5F6F8;
  border: none;
  padding: 0 0.58rem 0 0.72rem;
  border-radius: 100px;
}
.classify-search-box .search-form input[type=text] .close {
  width: 0.36rem;
  height: auto;
  position: absolute;
  top: 0.3rem;
  right: 1.4rem;
}
.classify-search-box .search-form .btn {
  width: auto;
  height: 0.64rem;
  background-color: transparent;
  padding: 0 0 0 0.32rem;
  border: none;
  color: #323232;
  background: #fff;
}

.tab-change {
  justify-content: space-around;
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 7.2rem;
  height: 0.96rem;
  background: #fff;
  z-index: 99;
  padding: 0 0.54rem;
  font-size: 0.2rem;
  color: #323232;
  margin-left: -3.6rem;
}
.tab-change .recommend {
  align-items: center;
}
.tab-change .classify {
  align-items: center;
}
.tab-change img {
  width: 0.46rem;
  height: 0.46rem;
}

.wrap {
  /* padding-top: 0.62rem; */
}
.wrap .list-wrap {
  padding: 1.5rem 0 1rem 1.34rem;
}
.wrap .list-wrap .item {
  border-radius: 0.25rem;
  padding: 0.24rem 0.32rem;
  background-color: #fff;
  position: relative;
}
.wrap .list-wrap .item .icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.17rem;
}
.wrap .list-wrap .item .item-body .item-name {
  font-size: 0.28rem;
  height: 0.4rem;
  width: 2.8rem;
  line-height: 0.4rem;
  margin-bottom: 0.04rem;
}
.wrap .list-wrap .item .item-body .item-tags {
  font-size: 0.2rem;
  height: 0.33rem;
  line-height: 0.33rem;
  margin-bottom: 0.08rem;
  width: 2.8rem;
}
.wrap .list-wrap .item .item-body .item-tags .size {
  margin-left: 0.17rem;
}
.wrap .list-wrap .item .item-body .item-keys {
  font-size: 0.21rem;
  height: 0.33rem;
  line-height: 0.33rem;
  margin-bottom: 0.08rem;
  font-weight: 500;
}
.wrap .list-wrap .item .item-body .item-keys .key {
  max-width: 40%;
  height: 0.33rem;
  padding: 0 0.06rem;
  background: rgba(255, 77, 77, 0.08);
  color: #ff3b30;
  border: 0.01rem solid rgba(255, 59, 48, 0.2);
  font-weight: 500;
  border-radius: 0.04rem;
  font-size: 0.2rem;
}
.wrap .list-wrap .item .item-body .item-keys .key + .key {
  margin-left: 0.17rem;
}
.wrap .list-wrap .item .list-download {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 1.04rem;
  height: 0.48rem;
  background: linear-gradient(90deg, #FF7F2C 0%, #FF5343 100%);
  border-radius: 0.27rem;
  top: 0.24rem;
  right: 0.32rem;
  font-size: 0.28rem;
  text-align: center;
  /* line-height: 0.48rem; */
}
.wrap .list-wrap::-webkit-scrollbar {
  display: none;
}
.wrap .sidebar-wrap {
  width: 1.34rem;
  overflow: auto;
  position: fixed;
  bottom: 0.9rem;
  top: 0.1rem;
  z-index: 9;
}
.wrap .sidebar-wrap::-webkit-scrollbar {
  display: none;
}

.van-sidebar {
  width: 1.34rem !important;
}
.van-sidebar .van-sidebar-item {
  width: 1.34rem;
  height: 1.04rem;
  line-height: 1.04rem;
  background-color: #F8F9FB;
  font-size: 0.24rem;
  color: #909090;
  padding: 0;
  text-align: center;
}
.van-sidebar .van-sidebar-item.van-sidebar-item--select {
  background-color: #fff;
  color: #F67B29;
  font-weight: 600;
}
.van-sidebar .van-sidebar-item.van-sidebar-item--select::before {
  display: none;
}
.van-sidebar .van-sidebar-item.top {
  border-radius: 0 0 0.25rem 0;
}
.van-sidebar .van-sidebar-item.bottom {
  border-radius: 0 0.25rem 0 0;
}

.tabs-wrap {
  position: fixed;
  width: 7.2rem;
  /* top: 0.95rem; */
  background-color: #FFFFFF;
  z-index: 9;
  padding-left: 1.3rem;
}
.tabs-wrap .tabs {
  height: 0.92rem;
  font-size: 0.25rem;
  color: #505050;
}
.tabs-wrap .tabs .tab {
  margin-right: 0.42rem;
}
.tabs-wrap .tabs .tab.active {
  color: #F67B29;
}
.tabs-wrap .tabs-menu {
  width: 1.8rem;
  text-align: center;
  font-size: 0.24rem;
  color: #F67B29;
}
.tabs-wrap .tab-hot {
  padding: 0 0.32rem;
  height: 0.8rem;
}
.tabs-wrap .tab-hot .hot-item {
  padding: 0.08rem 0.16rem;
  background-color: #F8F9FB;
  font-size: 0.24rem;
  color: #505050;
  border-radius: 0.24rem;
  margin-right: 0.16rem;
}
.tabs-wrap .tab-hot .hot-item.active {
  color: #F67B29;
  background-color: #FEF1E9;
}

.van-dropdown-menu {
  width: 1.92rem;
}
.van-dropdown-menu .van-dropdown-menu__bar {
  height: 0.72rem;
  box-shadow: none;
  background-color: #fff;
}
.van-dropdown-menu .van-dropdown-menu__bar .van-dropdown-menu__title {
  font-size: 0.25rem;
}
.van-dropdown-menu .van-dropdown-menu__bar .van-dropdown-menu__title--active {
  color: #F67B29;
}

.feature .van-dropdown-menu__bar .van-dropdown-menu__title {
  color: #F67B29;
}

.van-dropdown-item .van-dropdown-item__option {
  width: 1.93rem;
  text-align: center;
}
.van-dropdown-item .van-dropdown-item__option .van-cell__title {
  background-color: #fff;
}
.van-dropdown-item .van-dropdown-item__option--active {
  color: #F67B29;
}
.van-dropdown-item .van-dropdown-item__option--active .van-cell__title {
  background-color: #FEF1E9;
  border-radius: 0.5rem;
}
.van-dropdown-item .van-dropdown-item__option--active .van-icon {
  color: #F67B29;
}
.van-dropdown-item .van-dropdown-item__option--active .van-cell__value {
  display: none;
}
.van-dropdown-item .van-popup--top {
  width: 5.86rem;
  left: 1.33rem;
  display: flex;
  flex-wrap: wrap;
}
.van-dropdown-item .van-cell {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.van-dropdown-item .van-overlay {
  left: 1.33rem;
}

.list-wrap-2 .item {
  position: relative;
  padding: 0.33rem 0.33rem 0.33rem 0;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
  padding-left: 0.33rem;
}
.list-wrap-2 .history-box {
  background-color: #f3f4f5;
}
.list-wrap-2 .history-list {
  margin-left: 0.32rem;
  margin-right: 0.32rem;
  position: relative;
  padding: 0.3rem 0 0.3rem 0.3rem;
  border-bottom: 1px solid #eeeeee;
  background-color: #fff;
}
.list-wrap-2 .history-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F3F4F5;
  color: #323232;
  width: 100%;
  height: 0.68rem;
  font-size: 0.24rem;
}
.list-wrap-2 .history-text .img-up {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.08rem;
}
.list-wrap-2 .history-text .img-down {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.08rem;
}

.search-list-history .icon {
  width: 1.46rem;
  height: 1.46rem;
  border-radius: 0.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
.search-list-history .item-body .item-name {
  font-size: 0.33rem;
  height: 0.46rem;
  line-height: 0.46rem;
  margin-bottom: 0.07rem;
  letter-spacing: 0.02rem;
}
.search-list-history .item-body .item-tags {
  font-size: 0.21rem;
  height: 0.29rem;
  line-height: 0.29rem;
  margin-bottom: 0.15rem;
}
.search-list-history .item-body .item-tags .size {
  margin-left: 0.17rem;
}
.search-list-history .item-body .item-tags .download {
  margin-left: 0.17rem;
}
.search-list-history .item-body .item-intro {
  font-size: 0.21rem;
  height: 0.29rem;
  line-height: 0.29rem;
}
.search-list-history .list-download {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  width: 1.04rem;
  height: 0.48rem;
  background: linear-gradient(90deg, #FF7F2C 0%, #FF5343 100%);
  border-radius: 0.27rem;
  top: 0.32rem;
  right: 0.32rem;
  font-size: 0.28rem;
  text-align: center;
  /* line-height: 0.48rem; */
}

.content-wrap {
  border-top: 1px solid #eee;
  width: 7.2rem;
  margin: 0 auto;
}
.content-wrap .hot-search-wrap {
  padding: 0.42rem 0.33rem;
  background-color: #fff;
  width: 100%;
}
.content-wrap .hot-search-wrap .title {
  font-size: 0.29rem;
  font-weight: 600;
  line-height: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.42rem;
}
.content-wrap .hot-search-wrap .hot-search-list {
  font-size: 0.25rem;
  line-height: 0.34rem;
  overflow: hidden;
}
.content-wrap .hot-search-wrap .hot-search-list.all {
  height: 2.64rem;
}
.content-wrap .hot-search-wrap .hot-search-list .orange {
  color: #f67b29;
}
.content-wrap .hot-search-wrap .hot-search-list .hot-search-item {
  width: 50%;
  margin-bottom: 0.32rem;
}
.content-wrap .hot-search-wrap .look-all {
  font-size: 0.25rem;
  line-height: 0.34rem;
  height: 0.34rem;
  color: #f67b29;
  text-align: center;
}
.content-wrap .history-search-wrap {
  padding: 0.27rem 0 0.24rem 0.33rem;
  background-color: #fff;
  width: 100%;
  margin-top: 0.25rem;
}
.content-wrap .history-search-wrap .title {
  font-size: 0.29rem;
  font-weight: 600;
  line-height: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.23rem;
  padding-right: 0.33rem;
}
.content-wrap .history-search-wrap .title .delete-icon {
  width: 0.33rem;
  height: 0.33rem;
}
.content-wrap .history-search-wrap .title .delete-icon img {
  width: 100%;
  height: 100%;
}
.content-wrap .history-search-wrap .history-search-list .history-search-item {
  font-size: 0.29rem;
  height: 0.92rem;
  line-height: 0.92rem;
  border-bottom: 1px solid #dddddd;
}
.content-wrap .history-search-wrap .history-search-list .history-search-item:first-child {
  border-top: 1px solid #dddddd;
}/*# sourceMappingURL=index.css.map */