.r1 {
  background: #FAFCFF;
  padding: 0.8rem 2.4rem;
}
.r1 .container {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.r1 .container .path {
  position: absolute;
  top: -0.54rem;
  right: 0;
  color: #6B7280;
  font-size: var(--font14);
  display: flex;
  gap: 0.12rem;
}
.r1 .container .path a:last-child {
  color: #181818;
}
.r1 .container .rightBox {
  flex: 1;
}
.r1 .container .rightBox.listBox {
  padding: 0;
  width: calc(100% - 2.9rem);
  margin: 0 auto;
}
.r1 .container .rightBox.listBox .list {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  margin-top: 0;
}
.r1 .container .rightBox.listBox .list .item {
  box-shadow: 4px 4px 10px 0px rgba(55, 99, 170, 0.04);
  background: #FFFFFF;
  width: 100%;
  padding: 0.24rem;
  cursor: pointer;
}
.r1 .container .rightBox.listBox .list .item:hover .name {
  color: #42A6FF;
}
.r1 .container .rightBox.listBox .list .item:hover .name .right {
  opacity: 1;
}
.r1 .container .rightBox.listBox .list .item .name {
  color: #181818;
  font-size: var(--font18);
  font-weight: 500;
  transition: all 0.5s;
  position: relative;
}
.r1 .container .rightBox.listBox .list .item .name .right {
  transition: all 0.5s;
  width: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  right: 0;
}
.r1 .container .rightBox.listBox .list .item .subName {
  color: #6B7280;
  margin-top: 0.12rem;
  font-size: var(--font14);
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.r1 .container .rightBox .header {
  font-family: Source Han Sans;
  font-size: var(--font20);
  font-weight: 500;
  line-height: 0.24rem;
  color: #42A6FF;
  padding-left: 0.1rem;
  border-left: 3px solid #42A6FF;
}
.r1 .container .rightBox .list {
  display: flex;
  gap: 0.24rem;
  flex-wrap: wrap;
  margin-top: 0.24rem;
}
.r1 .container .rightBox .list .item {
  width: calc(50% - 0.12rem);
  padding: 0.24rem 0.24rem 0.16rem;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  box-shadow: 6px 6px 20px 0px rgba(55, 99, 170, 0.08);
}
.r1 .container .rightBox .list .item .time {
  font-family: Roboto;
  font-size: var(--font14);
  line-height: 0.2rem;
  color: #6B7280;
  margin-top: 0.12rem;
  display: flex;
  gap: 0.16rem;
}
.r1 .container .rightBox .list .item .time .color {
  color: #34C759;
}
.r1 .container .rightBox .list .item .downBtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.12rem;
}
.r1 .container .rightBox .list .item .downBtn .down {
  width: 0.16rem;
  height: 0.16rem;
  cursor: pointer;
}
.r1 .container .rightBox .list .item .title {
  display: flex;
  justify-content: space-between;
}
.r1 .container .rightBox .list .item .title .name {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.08rem;
  font-family: Roboto;
  font-size: var(--font16);
  line-height: 0.24rem;
  color: #181818;
}
.r1 .container .rightBox .list .item .title .size {
  font-family: Roboto;
  font-size: var(--font14);
  line-height: 0.2rem;
  color: #6B7280;
}
.r1 .left {
  display: flex;
  flex-shrink: 0;
}
.left .level {
  width: 2.4rem;
  background: #FFFFFF;
  border-right: 2px solid #E7E7E7;
}
.left .level.two {
  width: 2rem;
}
.left .level .item {
  transition: all 0.3s;
}
.left .level .item.active > .label .rightIcon {
  transform: rotate(90deg);
}
.left .level .item .sonList {
  width: 100%;
  display: none;
  padding-left: 0.12rem;
}
.left .level .item .piece {
  width: 100%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  padding: 0 0.24rem;
  cursor: pointer;
  font-family: Source Han Sans;
  font-size: var(--font14);
  color: #181818;
  transition: all 0.3s;
}
.left .level .item .piece span {
  flex: 1;
}
.left .level .item .piece .select {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #E4E7ED;
  border-radius: 2px;
  transition: all 0.3s;
}
.left .level .item .piece:hover {
  background: rgba(66, 166, 255, 0.1);
}
.left .level .item .piece.son.active {
  background: rgba(66, 166, 255, 0.1);
  color: #42A6FF;
}
.left .level .item .piece.son.active .select {
  background: url('../assets/svg/select.svg') no-repeat;
  background-size: contain;
  border-color: #42A6FF;
}
.left .level .item .piece .rightIcon {
  transition: all 0.3s;
  width: 0.16rem;
  height: 0.16rem;
}
@media screen and (orientation: portrait) {
  .r1 {
    padding: 0.8rem 0.24rem;
    position: relative;
  }
  .r1 .menu {
    position: absolute;
    display: block;
    top: 0.2rem;
    left: 0;
  }
  .r1 .container .left {
    display: none;
  }
  .r1 .container .rightBox {
    width: 100%;
  }
  .r1 .container .rightBox .list .item {
    width: 100%;
  }
  #leftBox {
    display: flex;
    flex-shrink: 0;
  }
  #leftBox .level {
    width: 3rem;
    background: #FFFFFF;
    border-right: 2px solid #E7E7E7;
  }
  #leftBox .level.two {
    width: 2rem;
  }
  #leftBox .level .item {
    transition: all 0.3s;
  }
  #leftBox .level .item.active > .label .rightIcon {
    transform: rotate(90deg);
  }
  #leftBox .level .item.active .sonList {
    display: block !important;
  }
  #leftBox .level .item .sonList {
    width: 100%;
    display: none;
    padding-left: 0.12rem;
  }
  #leftBox .level .item .piece {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0 0.24rem;
    cursor: pointer;
    font-family: Source Han Sans;
    font-size: var(--font14);
    color: #181818;
    transition: all 0.3s;
  }
  #leftBox .level .item .piece span {
    flex: 1;
  }
  #leftBox .level .item .piece .select {
    width: 0.14rem;
    height: 0.14rem;
    border: 1px solid #E4E7ED;
    border-radius: 2px;
    transition: all 0.3s;
  }
  #leftBox .level .item .piece:hover {
    background: rgba(66, 166, 255, 0.1);
  }
  #leftBox .level .item .piece.son.active {
    background: rgba(66, 166, 255, 0.1);
    color: #42A6FF;
  }
  #leftBox .level .item .piece.son.active .select {
    background: url('../assets/svg/select.svg') no-repeat;
    background-size: contain;
    border-color: #42A6FF;
  }
  #leftBox .level .item .piece .rightIcon {
    transition: all 0.3s;
    width: 0.16rem;
    height: 0.16rem;
  }
}
