.nav {
  top: 0;
}
.main {
  background-color: #eff8fb;
  display: flex;
  margin-top: 120px;
}
.main .left-nav {
  background-color: #fff;
  width: 31%;
  height: 300px;
}
.main .left-nav .nav-container .item {
  padding: 0 2rem;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #707070;
}
.main .left-nav .nav-container .item a {
  width: 100%;
  line-height: 100px;
  color: #707070;
  display: block;
  text-align: right;
}
.main .left-nav .nav-container .item:nth-of-type(2) {
  border: 1px solid #aedbf0;
  border-left: none;
  border-right: none;
}
.main .left-nav .nav-container .item .icon {
  width: 2rem;
  fill: #00a0e8;
  margin-left: 1rem;
}
.main .left-nav .nav-container .item:hover {
  background-color: #00a0e8;
  color: #fff;
  font-size: 1.25rem;
}
.main .left-nav .nav-container .item:hover a {
  color: #fff;
}
.main .left-nav .nav-container .item:hover .icon {
  fill: #fff;
}
.main .left-nav .nav-container .item.active {
  background-color: #00a0e8;
  color: #fff;
  font-size: 1.25rem;
}
.main .left-nav .nav-container .item.active .icon {
  fill: #fff;
  width: 2.3rem;
}
.main .right-main {
  width: 1000px;
  flex-shrink: 0;
  background-color: #fff;
  padding: 38px 3rem 0;
}
.main .right-main .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main .right-main .list .item {
  width: 440px;
  height: 310px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.main .right-main .list .item:nth-child(n+3) {
  margin-top: 1.75rem;
}
.main .right-main .list .item .thumb {
  width: 100%;
  height: 100%;
}
.main .right-main .list .item .thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 1s;
}
.main .right-main .list .item .thumb img:hover {
  transform: scale(1.3);
}
.main .right-main .list .item .info {
  background-color: rgba(20, 185, 240, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
}
.main .right-main .list .item .info .title {
  margin: 0;
  font-size: 1rem;
}
.warpper .show {
  display: block;
}
.main .right-main .invite .items {
  width: 890px;
  padding-top: 2rem;
  padding-left: 10px;
  border-top: 1px #707070 solid;
}
.main .right-main .invite .items:nth-of-type(1) {
  padding-top: none;
  margin-top: none;
  border-top: none;
}
.main .right-main .invite .items:nth-of-type(9) {
  border-bottom: 1px #707070 solid;
}
.main .right-main .invite .items:hover {
  background-color: #eff8fb;
  border-left: 10px solid #00a0e8;
  border-top: none;
}
.main .right-main .invite .items:hover + a {
  border-top: none;
}
.main .right-main .invite .items:hover:nth-of-type(9) {
  border-bottom: none;
}
.main .right-main .invite .items:hover p {
  width: 879px;
}
.main .right-main .invite .items .title {
  font-family: "SourceHanSansCN Medium";
  color: #00a0e8;
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.25rem;
}
.main .right-main .invite .items .time {
  font-family: "SourceHanSansCN Medium";
  color: #707070;
  margin-bottom: 20px;
}
.main .right-main .invite .items .time .height-light {
  font-family: "Gotham Pro Medium";
}
.main .right-main .invite .items p {
  line-height: 1.5rem !important;
  width: 889px;
  color: #707070;
  font: 0.875rem "SourceHanSanCN Regular";
  margin-bottom: 2rem;
}
.main .right-main .invite .items .close {
  width: 110px;
  line-height: 42px;
  border-radius: 30px;
  background-color: #cccccc;
  color: #fff;
  text-align: center;
  font-family: "SourceHanSansCN Medium";
  margin-bottom: 3rem;
}
.footer .footer-info .left-info {
  margin: 0;
}
