
.con {
  width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
#app .banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#app .banner img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#app .banner h1,
#app .banner h2 {
  width: 300px;
  line-height: 1;
  color: #fff;
}
#app .banner h1 {
  margin-top: 70px;
  font-size: 52px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,0.6);
}
#app .banner h2 {
  font-size: 35px;
  font-weight: 300;
  padding-top: 20px;
}
#app .title_tab {
  border-bottom: 1px solid #e7e7e7;
}
#app .title_tab .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#app .title_tab .con .li {
  padding: 0 15px;
  cursor: pointer;
}
#app .title_tab .con .li span {
  font-size: 15px;
  color: #575757;
  display: inline-block;
  line-height: 55px;
  border-bottom: 2px solid rgba(0,0,0,0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#app .title_tab .con .li:hover span {
  color: #333;
}
#app .title_tab .con .li.active span {
  font-size: 20px;
  color: #333;
  border-bottom: 2px solid #ff6f00;
}
#app .types {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #e7e7e7;
}
#app .types .li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  padding: 0 11px;
  margin: 10px 20px 0 0;
  cursor: pointer;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#app .types .li:hover span {
  color: #666;
}
#app .types .li.active {
  background: #ffecde;
  border: 1px solid #ff6f00;
  border-radius: 8px;
}
#app .types .li.active span {
  color: #ff6f00;
}
#app .types .li img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
#app .types .li span {
  font-size: 15px;
  color: #aeaeae;
}
#app .files {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#app .files .li {
  margin-top: 20px;
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(50% - 10px);
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  background: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
}
#app .files .li .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#app .files .li .look {
  color: #888;
  text-align: right;
}
#app .files .li:hover {
  -webkit-box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
          box-shadow: 0 2px 3px 0px rgba(0,0,0,0.1);
}
.none {
  padding: 10px 15px;
  color: #888;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .con {
    width: 100%;
  }
  #app .banner {
    height: 200px;
  }
  #app .banner h1 {
    margin-top: 35px;
    padding-bottom: 15px;
  }
  #app .files .li {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

/* # sourceMappingURL=init.css.map */
