@charset "utf-8";
/*风格样式*/
/* home */
.menuicon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 1rem;
  padding: .5rem;
}
.menuicon img{
  width: 2.5rem;
}
.submenu {
  position: fixed;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  margin: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 1px 1px 3px 0px #aaa;
}
.leftsidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto;
  left: -22rem;
  width: 22rem;
  background-color: #fff;
  box-shadow: 0 0 2px 0 #aaa;
  transition: .5s;
}
.leftsidebar button {
  float: right;
  cursor: pointer;
  font-size: 1.5em;
  background-color: inherit;
  border: none;
}
.personal {
  float: left;
  width: 60%;
  padding: 0 20%;
  text-align: center;
}
.personal img{
  width: 70%;
  border-radius: 100%;
}
.personal ul li {
  float: left;
  width: 33.33%;
}
.personal ul li img {
  width: 60%;
}
.mainnav {
  float: left;
  width: 90%;
  padding: 0 5%;
  margin-top: 1rem;
}
.mainnav ul li {
  float: left;
  width: 100%;
}
.mainnav ul li a {
  display: inline-block;
  width: 70%;
  padding: .5em 15%;
}

.mainnav ul li::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2.1em;
  z-index: -1;
  margin-left: -.3rem;
  border-left: .3rem solid #aaa;
  background: #aaa;
  transition: .4s;
}
.mainnav ul li:hover::before {
  width: 90%;
}
.top {
  position: relative;
  top: 0;
  clear: both;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../img/bg/bg-miku.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}
.column {
  width: auto;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}
.card {
  overflow: hidden;
  width: auto;
  margin: 1rem 1rem 0 1rem;
  padding: 3rem 5rem 2rem 5rem;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 1px 1px 5px 0 #aaa;
  transition: .3s;
}
.card h6 {
  float: right;
  color: #888;
}
.card:hover {
  box-shadow: 1px 1px 7px 0 #666;
}
.card a:hover {
  color: #888;
}
.footer {
  position: relative;
  bottom: 0;
  clear: both;
  width: 100%;
  height: auto;
  padding: 2rem 0;
  text-align: center;
  font-family: Arial;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
/* blog */
.header {
  position: relative;
  top: 0;
  clear: both;
  width: 100%;
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: url(../img/bg/header-star.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0 0 2px 0 #000;
}
.main {
  width: auto;
  margin: 1rem 1rem 0 1rem;
  padding: 1rem 5rem;
  background-color: #fff;
  box-shadow: 1px 1px 7px 0 #aaa;
}
.main h3 {
  text-align: center;
}
.main p {
  text-indent: 2em;
}
.main img {
  width: 100%;
}
/* fonts */