body,
html,
#mc {
  scroll-behavior: smooth;
  overflow: scroll;
}
#mc {
  width: 100vw;
  overflow-x: hidden;
}
.banner .content.show .dashed_down {
  display: none !important;
}
.opacity-hide {
  opacity: 0;
}
.picker {
  z-index: 1000 !important;
}
.picker .picker-panel {
  height: 45vh !important;
  border-radius: 0.3rem 0.3rem 0 0;
}
.picker .picker-panel .picker-choose {
  position: absolute !important;
  bottom: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100vw;
  z-index: 999;
}
.picker .picker-panel .picker-choose span {
  display: inline-block;
  width: 3.26rem;
  height: 0.79rem;
  border-radius: 40px;
  padding: 0 !important;
  top: 0!important;
  text-align: center;
  line-height: 0.79rem;
  margin: 0 0.28rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #000000;
  background: #F0EFEF;
}
.picker .picker-panel .picker-choose span:nth-child(2) {
  background: #A03F2E;
  border-radius: 0.4rem;
  color: #FFFFFF;
}
.picker .picker-panel .picker-choose .picker-title {
  position: absolute !important;
  bottom: 36vh;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 0.36rem !important;
  color: #5E4A23 !important;
}
.picker .picker-panel .wheel-wrapper {
  margin-top: 80px;
}
.picker .picker-panel .wheel-wrapper .wheel .wheel-scroll .wheel-item {
  color: #5E4A23 !important;
  font-size: 0.32rem !important;
}
.picker .picker-mask.show {
  background: rgba(0, 0, 0, 0.56) !important;
}
.picker .picker-panel .picker-content {
  margin-top: -3vh;
}
.picker .picker-panel .picker-content .mask-top:after,
.picker .picker-panel .picker-content .mask-bottom:before {
  border: none !important;
  height: 1px;
  background: url(../images/history/picker-line.png);
  background-position: center;
  background-size: 100% 1px;
}
.switch {
  position: sticky;
  top: 1.16rem;
  margin: 0 0.22rem;
  height: 0.81rem;
  background: url(../images/history/switch-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.28rem;
  font-size: 0.28rem;
  z-index: 3;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #9A3312;
}
.switch .title {
  font-size: 0.48rem;
  font-family: FZ;
  color: #9A3312;
  font-weight: normal;
}
.switch img {
  width: 0.37rem;
  height: 0.18rem;
  transform: rotate(180deg);
}
.time-line {
  z-index: 1;
  position: sticky;
  padding-top: 1rem;
  top: 1.9rem;
  background: url(../images/home/bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0 ;
  overflow: hidden;
  transition: all 0.5s;
  padding-right: 0.5rem;
  padding-bottom: 0.48rem;
  width: 90%;
  margin: 0 0.24rem;
}
.time-line .line {
  height: 0.24rem;
  width: 0.24rem;
  display: flex;
  align-items: center;
  z-index: 1;
}
.time-line .line .bg-red-line {
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex: 1;
}
.time-line .line .bg-red-line .wide {
  width: 0.55rem;
  height: 0.05rem;
  background-color: #9A3312;
  border-radius: 0.05rem;
  transition: all 0.4s;
  margin-top: 0.01rem;
}
.time-line .line .bg-red-line .thin {
  flex: 1;
  height: 0.03rem;
  width: 9.1rem;
  background-color: #9A3312;
  border-radius: 0.03rem;
  transition: all 0.4s;
}
.time-line .time-name {
  height: 1.17rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -0.78rem;
  z-index: 2;
  overflow: hidden;
}
.time-line .time-name * {
  transition: all 0.3s;
}
.time-line .time-name > a {
  height: 1.17rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.time-line .time-name > a.active > div:nth-child(1) {
  color: #9A3312;
}
.time-line .time-name > a.active > div:nth-child(3) {
  color: #9A3312;
}
.time-line .time-name > a .point {
  width: 0.09rem;
  height: 0.09rem;
  background-color: #9A3312;
  border-radius: 50%;
}
.time-line .time-name > a .point.cur {
  height: 0.24rem;
  width: 0.24rem;
  background: url(../images/history/squre.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  z-index: 3;
}
.time-line .time-name > a > div:nth-child(1) {
  font-family: FZ;
  font-size: 0.36rem;
  color: #5E4A23;
  padding: 0.08rem 0;
}
.time-line .time-name > a > div:nth-child(3) {
  font-family: FZ;
  font-size: 0.36rem;
  color: #5E4A23;
}
.time-line .time-name > a.disabled > div:nth-child(1) {
  color: #5A5A5A;
}
.time-line .time-name > a.disabled > div:nth-child(3) {
  color: #5A5A5A;
}
.time-line .time-name > a.disabled .point {
  background: url(../images/history/squre-disable.png);
  background-repeat: no-repeat;
  background-position: 0 0 ;
  background-size: 100% 100%;
}
.list-area {
  margin: 0.48rem 0.3rem 0;
}
.list-area .item {
  margin-bottom: 0.48rem;
}
.list-area .time {
  height: 0.39rem;
  font-family: FZ;
  font-size: 0.36rem;
  color: #9A3312;
  margin-bottom: 0.07rem;
}
.list-area .describ {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #5E4A23;
}
