.quanzi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.quanzi .item {
  display: flex;
  align-items: center;
}
.quanzi .item img {
  width: 64px;
  height: 64px;
  margin-right: 14px;
  border-radius: 4px;
}
.quanzi .item > div > a {
  color: #333333;
  font-family: pingFangBold;
}
.quanzi .item > div > span {
  font-size: 12px;
  color: #818EAF;
  margin: 5px 0 7px 0;
}
.quanzi .item > div > .not-join {
  background-color: #F5F7FF;
  width: 58px;
}
.quanzi .item > div > .not-join > span,
.quanzi .item > div > .not-join i {
  font-size: 12px;
  color: #608CFF;
}
.main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.main .left .one {
  width: 840px;
  padding: 20px 20px 30px 26px;
}
.main .left .one .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.main .left .one .head > span {
  font-family: pingFangBold;
  font-size: 20px;
}
.main .left .one .head .el-input {
  width: 260px;
}
.main .left .one .el-tabs__header {
  margin-bottom: 32px;
}
.main .left .one .el-tabs__item:hover {
  color: #1450EB;
}
.main .left .one .el-tabs__item.is-active {
  color: #1450EB;
}
.main .left .one .el-tabs__active-bar {
  background-color: #1450EB;
}
.main .left .two {
  width: 840px;
  padding: 20px 20px 30px 26px;
}
.main .left .two .head {
  margin-bottom: 30px;
}
.main .left .two .head > span {
  font-family: pingFangBold;
  font-size: 20px;
}
.main .right {
  padding: 20px 35px 35px 24px;
  width: 340px;
  height: fit-content;
}
.main .right .head {
  margin-bottom: 30px;
}
.main .right .head > span {
  color: #333333;
  font-size: 18px;
  font-family: pingFangBold;
}
.main .right .hot-quanzi .item {
  display: flex;
  align-items: center;
}
.main .right .hot-quanzi .item:not(:first-of-type) {
  margin-top: 32px;
}
.main .right .hot-quanzi .item img {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin-right: 14px;
}
.main .right .hot-quanzi .item > div a {
  color: #333333;
}
.main .right .hot-quanzi .item > div span {
  color: #818EAF;
}
.main .right .hot-quanzi .item > div span:first-of-type {
  font-size: 14px;
}
.main .right .hot-quanzi .item > div span:last-of-type {
  font-size: 12px;
}
.no_login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.no_login span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 15px;
}
.no_login .login_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 103px;
  height: 32px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #3669EC;
  font-size: 13px;
  font-weight: 400;
  color: #3669EC;
  cursor: pointer;
}
