div {
  box-sizing: border-box;
}

body {

  overflow: hidden;

  overscroll-behavior: contain !important;

}

.my-drawer {

  position: fixed;

  top: 0;

  width: 100%;

  overscroll-behavior: contain !important;

  background-color: #FFFFFF;

  min-height: calc(100vh - 1.65rem);

  overflow-y: scroll;
  max-width: 7.7rem !important;
  margin: 0 auto;

}

.my-drawer::-webkit-scrollbar {
  width: 0;
  height: 0;
}



.am-drawer {

  overflow: scroll;

  overscroll-behavior: contain !important;

}

.ct {

  overflow: scroll;
  overscroll-behavior: contain !important;
  background-color: #f8f8f9;
}


.list {

  background-color: #FFFFFF;
  max-width: 7.7rem !important;
  margin: 0 auto;
  padding-top: 1.05rem;
  padding-bottom: 1rem;
  
}

.list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ct::-webkit-scrollbar {
  width: 0;
  height: 0;
}

a, a:active, a:hover, a:visited {

  display: block;
  text-decoration: none;
  color: #262626;

}

.result-item {
  width: 100%;
  min-height: 1.18rem;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
}

.result-item:nth-child(odd) {
  background-color: #F7F7F7;
}

.result-item:nth-child(even) {
  background-color: #FFFFFF;
}

.result-item .title {
  /* height: 0.4rem; */
  font-size: 0.28rem;
  line-height: 0.4rem;
  color: #3F3F3F;
  margin-bottom: 0.1rem;
}

.result-item .time {
  color: #8C8C8C;
  display: flex;
  align-items: center;

}

.result-item .time i {
  display: inline-block;
  margin-right: 0.01rem;
}

.page-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  max-width: 7.7rem;
  height: 1rem;
  padding: 0 1.4rem;
  box-shadow: 0 0.02rem 0 0 #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.34rem;
  background-color: #FFFFFF;
}

.page-bar i{
  font-size: 0.48rem;
  color: #e7e7e7;
}

.page-bar .left {
  transform: rotate(90deg);
}

.page-bar .right {
  transform: rotate(-90deg);
}

.page-bar i.active {
  color: #262626;
}

.menu-icon {
  position: fixed;
  z-index: 19;
  bottom: 20%;
  right: calc(100vw / 2 - 3.75rem + 0.4rem);
  width: 1.03rem !important;
  height: 1.03rem !important;
  border-radius: 55%;
  background-color: rgba(0, 0, 0, 0.45);
  
}

.menu-icon i {
  margin-top: 0.02rem !important;
  margin-right: 0.05rem !important;
  line-height: 1.03rem !important;
  font-size: 0.7rem !important;
  color: #FFFFFF !important;
  text-align: center;
}


