/* 搜索栏 */
.header {
  position: relative;
  width: 100%;
  height: 4.4rem;
  padding: 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  z-index: 105;
}

.header-back {
  display: block;
  width: 9px;
  height: 17px;
}

.search {
  width: 100%;
  height: 3.2rem;
  position: relative;
}

.search-prompt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
}

.search-prompt-icon {
  display: block;
  width: 10px;
  height: auto;
  margin-right: 1rem;
}

.search-prompt-text {
  font-size: 14px;
  color: #999999;
}

.search-input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  box-sizing: border-box;
  background: #f1f1f1;
  border-radius: 1.6rem;
  border: none;
  outline: none;
}

/* 新版样式 */
html,
body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.menu-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 9.5rem);
  background-color: #fff;
  opacity: 1;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.menu-wrap-small {
  height: calc(100vh - 12.7rem);
}
.menu-small-wrap {
  padding: 1.5rem 0.7rem 1.5rem 1.5rem;
  background: #fff;
}

.menu-small {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  flex-shrink: 0;
  background: #fff;
  border-radius: 5px;
}

.menu-small-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 32px;
}

.menu-small-item img {
  width: 10px;
  height: auto;
  margin-left: 6px;
}

.menu-small-item-title {
  max-width: 150px;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.menu-small-item .menu-small-item-img {
  display: block;
}

.menu-small-item-active .menu-small-item-img,
.menu-small-item .menu-small-item-img-active {
  display: none;
}

.menu-small-item-active .menu-small-item-img-active {
  display: block;
}

.menu-small-item-active span {
  color: #3586f9;
}

.menu-sort-wrap {
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.15);
  z-index: 9;
  opacity: 1;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: linear;
}

.menu-sort {
  width: 100%;
  height: auto;
  padding: 2rem 1.5rem;
  box-sizing: border-box;
  background: #fff;
}

.menu-sort-item {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.menu-sort-item-active {
  color: #3586f9;
}

.menu-left-wrap {
  width: 119rem;
  height: 100%;
  overflow: hidden auto;
  -ms-overflow-style: none;
  background-color: #fff;
}
.menu-left-wrap::-webkit-scrollbar {
  display: none;
}

.menu-left {
  width: 100%;
  height: auto;
  padding: 0.5rem 1.5rem 0;
}

.menu-left-item {
  width: 125%;
  height: 38px;
  font-size: 1.4rem;
  line-height: 38px;
  text-align: center;
  color: #333;
  cursor: pointer;
  margin-top: 5px;
  padding: 0 5px;
  transform: scale(0.8);
  transform-origin: left top;
}

.menu-left-item-radius1 {
  border-radius: 0 0 5px 0;
}

.menu-left-item-radius2 {
  border-radius: 0 5px 0 0;
}

.menu-left-active {
  position: relative;
  font-weight: bold;
  color: #1f6dff;
  border-radius: 5px;
}

.menu-left-other {
  width: 100%;
  height: 1000px;
  background: #f1f1f1;
}

.menu-right {
  width: 256rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.5rem 0.7rem 0;
  background: #f7faff;
}

.menu-right-item-box {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
}

.menu-right-item-box:nth-child(1) {
  margin-top: 0;
}

.menu-right-item {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 1rem 1.5rem;
  box-sizing: border-box;
  display: none;
  background: #f7faff;
  border: 5px;
}

.menu-right-active {
  display: block;
}

.menu-right-item-title {
  font-size: 1.4rem;
  line-height: 20px;
}

.menu-right-item-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  max-height: 900px;
  margin-top: 1rem;
  overflow: hidden;
  transition: max-height 0.3s linear;
}

.menu-right-item-list-shouqi {
  max-height: 107px;
  transition: max-height 0.3s linear;
}

.menu-right-item-list-item {
  width: 48%;
  height: 26px;
  margin: 0 5px 10px 0;
  padding: 0 0.7rem;
  box-sizing: border-box;
  line-height: 26px;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 26px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}

.menu-right-item-list-item:nth-child(2n) {
  margin-right: 0;
}

.menu-right-item-list-item-active {
  color: #306de6;
  background: #e1eafc;
  border: 1px solid #306de6;
}

.menu-right-item-list-item-more {
  position: absolute;
  right: 0;
  top: 2px;
  width: 1.5rem;
  height: auto;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 200ms linear;
}
.menu-more-active {
  transform: rotate(90deg);
  transition: all 200ms linear;
}

.menu-right-item-no-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}

.menu-right-item-img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-right-item-no-data-text {
  text-align: center;
  margin-top: 2rem;
  font-size: 12px;
  color: #999;
}

.course-new-list {
  width: 100%;
  height: calc(100vh - 76px);
  padding: 1rem 1.5rem 5rem;

  overflow: hidden scroll;
  box-sizing: border-box;
}

.course-new-list-item {
  margin-bottom: 15px;
}

.course-new-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.course-new-list-item-img {
  width: 12.5rem;
  height: 9.5rem;
  border-radius: 5px;
  margin-right: 20px;
  flex-shrink: 0;
}

.course-new-list-item-right {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.course-new-list-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-new-list-item-title-name {
  max-width: 11rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #333;
}
.course-new-list-item-title-mode {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #f75210;
  transform: scale(0.8);
}
.course-other-price {
  margin-top: 0.5rem;
}
.course-other-price span {
  color: #e80c0c;
  font-size: 1.2rem;
}
.course-other-price-unit {
  transform: scale(0.8);
}
.course-other-address {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #666666;
  transform: scale(0.8);
  transform-origin: left top;
  display: block;
  width: 120%;
}
.course-other-details {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 2.2rem;
  height: 4.2rem;
  color: #666666;
  transform: scale(0.8);
  transform-origin: left top;
  width: 120%;
}
.course-other-label {
  width: 6.2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.2rem;
  color: #fff;
  background: #5890ff;
  text-align: center;
  transform: scale(0.8);
  transform-origin: right top;
  border-radius: 0.5rem;
}

.box-hidden {
  display: none;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: opacity;
  transition-timing-function: linear;
}

.no-data-wrap {
  display: block;
}

.slide-menu-wrap::-webkit-scrollbar {
  display: none;
}
#slide-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  height: 26px;
  padding-right: 57px;
}
#slide-menu .slide-menu-item {
  width: auto;
  height: 26px;
  margin-right: 16px;
  padding: 0 10px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 26px;
  color: #999;
}

#slide-menu .slide-menu-item-active {
  background: #e1eafc;
  border: 1px solid #306de6;
  color: #306de6;
}

.slide-menu-icon {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 26px;
}
.slide-menu-icon-left {
  width: 33px;
  height: 26px;
  opacity: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(247, 251, 255, 0.4), rgba(247, 250, 255, 0.3));
}
.slide-menu-icon-img-box {
  width: 26px;
  height: 26px;
  background: #f7faff;
}
.slide-menu-icon-img1 {
  height: 26px;
}
.slide-menu-icon-img2 {
  width: 26px;
  height: 26px;
  transform: rotate(0deg);
  transition: all 0.2s linear;
}

.popup-menu-mask {
  position: fixed;
  left: 0;
  top: 4.4rem;
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.popup-menu {
  position: fixed;
  left: 0;
  top: 4.4rem;
  display: none;
  width: 100%;
  height: 50vh;
  padding: 12px 15px;
  overflow: hidden auto;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 8px 8px;
  z-index: 101;
}
.popup-menu::-webkit-scrollbar {
  display: none;
}
.popup-menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 1);
}
.popup-menu-title-img {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.popup-menu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
}
.popup-menu-list .slide-menu-item {
  height: 26px;
  margin: 0 16px 19px 0;
  padding: 0 10px;
  border-radius: 14px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(204, 204, 204, 1);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(153, 153, 153, 1);
}
.popup-menu-list .slide-menu-item-active {
  background: #e1eafc;
  border: 1px solid #306de6;
  color: #306de6;
}
