* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  box-sizing: border-box;
}
[v-cloak] {
  display: none;
}
.gallery-img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  height: 400px;
}
.page_right {
  width: 60px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 10px;
  position: fixed;
  bottom: 120px;
  right: 10px;
  padding: 10px 20px;
  cursor: pointer;
}
.lord {
  background: #181E26;
  color: #fff;
}
.model {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.title {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  margin: 30px 0px;
  font-size: 18px;
  background: #ededed;
}
.title > p {
  background: #181E26;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0px 20px;
}
body {
  height: 200px;
  color: #333;
  font-size: 18px;
  background: #fff;
}
.banner {
  width: 100%;
}
.banner > img {
  width: 100%;
}
.banner-mobile {
  display: none;
}
.nav-mobile,
.nav-mebile-btn {
  display: none;
  background: #181E26;
}
.nav-close > p {
  background: #181E26;
}
.nav-pc {
  height: 50px;
  font-size: 20px;
  background: #181E26;
  color: #fff;
}
.nav-pc > div {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
}
.nav-pc > div > div {
  padding: 15px 0px;
  line-height: 20px;
  height: 20px;
  margin: 15px 0px;
  padding: 0px 16px;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.nav-pc > div > div:first-child {
  border: none;
}
.nav-pc > div > div.nav-back {
  padding-right: 30px;
  background-position: right;
  background-size: 15%;
  background-repeat: no-repeat;
  background-image: url(../img/bottom.png);
  position: relative;
  transition: all 0.4s;
}
.nav-pc > div > div.nav-back:hover {
  background-image: url(../img/top.png);
}
.nav-back:hover .back {
  height: auto;
  padding: 20px 0px 10px 0px;
}
.back {
  position: absolute;
  left: 0px;
  top: 20px;
  padding: 7.5px 0px;
  background: #181E26;
  overflow: hidden;
  height: 0px;
  transition: all 0.4s;
}
.back > p {
  line-height: 30px;
  padding: 10px 40px 5px 20px;
  background-position: right;
  background-size: 26px;
  background-repeat: no-repeat;
  background-image: url(../img/right.png);
  white-space: nowrap;
  transition: all 0.4s;
  font-size: 18px;
}
.back > p:hover {
  background-color: #fff;
  color: #181E26;
  font-weight: 900;
}
.days,
.datum,
.images,
.news {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
}
.schedule {
  margin-top: 20px;
  margin-bottom: 20px;
}
.day-mobile {
  display: none;
}
.schedule > p {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}
.schedule > p.bigtitle {
  margin-top: 30px;
  font-size: 24px;
  margin-bottom: 20px;
}
.schedule > ul {
  display: flex;
  line-height: 30px;
  border-left: 1px solid #181E26;
  border-right: 1px solid #181E26;
}
.schedule > ul:last-child {
  border-bottom: 1px solid #181E26;
}
.schedule > ul:nth-child(4) {
  background: #181E26;
  color: #fff;
  margin-top: 20px;
  line-height: 40px;
  text-align: center;
}
.schedule > ul:nth-child(4) > li {
  padding: 0px;
  background: none !important;
}
.schedule > ul > li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.schedule > ul > li.day-time {
  width: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule > ul > li.day-time.noborderbottom {
  border-bottom: none;
}
.schedule > ul > li.day-thing {
  width: 45%;
}
.schedule > ul > li.day-user {
  width: 37%;
}
.schedule > ul > li.day-ppt {
  width: 6%;
  cursor: pointer;
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/download.png);
}
.schedule > ul > li.day-title {
  width: 82%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
}
.schedule > ul > li.day-title > div {
  padding: 10px;
}
.schedule > ul > li > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.day-title-title {
  width: 100%;
  font-weight: 900;
  border-bottom: 1px solid #eee;
}
.day-title-title.noborderbottom {
  border-bottom: none;
}
.day-title-thing {
  width: 57%;
  border-right: 1px solid #eee;
}
.day-title-user {
  width: 43%;
}
.day-des > p {
  text-indent: 2em;
  margin-top: 20px;
}
.images-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.images-content > div {
  width: 19%;
  height: 0px;
  padding-top: 19%;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/banner.png);
  transition: all 0.8s;
}
.news-content {
  display: flex;
  margin-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-content > div {
  width: 48%;
  line-height: 30px;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  margin-top: 20px;
}
.news-content > div:hover {
  color: #181E26;
  border-color: #181E26;
}
