
h1 {
  font-family: 'Century Gothic';
  margin: 30px auto 30px auto;
  color: #09fbd2;
  width: 100%;
  text-align: center;
}

ul.menu {
  padding: 0;
  list-style: none;
  width: 220px;
  margin: 20px auto;
  font-family: 'Century Gothic';
  clear: both;
  display: table;
}
ul.menu .list {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  color: #343434;
  vertical-align: sub;
  clear: both;
}

ul.menu .list:nth-child(1) {
  border-top: 1px solid #e5e5e5;
}

ul.menu .list:after {
  content: "\e670";
  font-family: iconfont;
  font-size: 17px;
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 0px 5px;
  color: #333;
}

ul.menu .list a {
  text-decoration: none;
  color: #666;
  padding: 14px 0px 17px 20px;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
ul.menu .list a:hover {
  transition: 300ms all;
  color: #4E8CFF;
}
ul.menu .list .items {
  height: 0px;
  overflow: hidden;
}
ul.menu .list .items a {
  width: 200px;
  padding: 17px 40px;
}

ul.menu .list .items a:hover {
  transition: 300ms all;
}

ul.menu .list:last-child {
  border-bottom: none;
}
ul.menu .list:last-child.active {
  border-bottom: 1px solid #e5e5e5;
}
ul.menu .active:after {
  content: "\e66f";
  font-family: iconfont;
  font-size: 17px;
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 0px 5px;
  color: #333;
}

ul.menu .active > .items {
  display: block;
  padding: 0px;
  height: auto;
  color: #fff;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 200ms;
  clear: both;
  float: left;
  width: 100%;
}
ul.menu .active > .items li {
  padding: 0px;
  list-style: none;
}
ul.menu .active > .items li:last-child {
  border-color: transparent;
  padding-bottom: 0px;
}
ul.menu .active > .items .active > .items {
  background-color: #2f4b67;
}
ul.menu .active > a {
  /* text-transform: uppercase; */
}
ul.menu .active .list {
  background: #697d92;
}
ul.menu .active .list a {
  padding: 17px 0px 17px 45px;
}

/* 激活列表項 */
.active-li {
  color: #343434;
  background-color: #F8FAFE;
}

.list .items li.actived {
  color: #343434;
  background-color: #F8FAFE;
}
