@charset "gb2312";
/*首页*/
header {
  width: 100%;
  height: 1rem;
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
}
#top {
  height: 1rem;
  margin: 0px auto;
  text-align: center;
  position: relative;
  background: #fff;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, .2);
}
h2 {
  font-size: .3rem;
  font-weight: normal;
}
header h1 {
  height: 1rem;
  display: block;
  width: 70%;
  margin: 0 auto;
  line-height: 1rem;
  font-size: .4rem;
}
header h2 {
  height: 1rem;
  display: block;
  width: 70%;
  margin: 0 auto;
  line-height: 1rem;
  font-size: .4rem;
  font-weight: 600;
  overflow: hidden;
}
header .logo {
  margin: 0.2rem;
  width: .6rem;
  height: .6rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://js.1ppt.com/mimages/home.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
header .searchicon {
  margin: 0.2rem;
  width: .6rem;
  height: .6rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0px;
  background: url("https://js.1ppt.com/mimages/search.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.nosearchbox {
  display: none;
}
.searchbox {
  position: absolute;
  height: 1rem;
  width: 100%;
  padding: 0.2rem 5%;
  left: 0;
  top: 1rem;
  z-index: 99;
  background: #f1f1f1;
  border-top: 1px solid #d3d3d3;
  box-sizing: border-box;
}
.searchbox .search-keyword {
  width: 70%;
  color: #333;
  text-indent: 0.1rem;
  font-size: .22rem;
  height: 0.6rem;
  line-height: .6rem;
  background: none;
  border: 1px solid #216ac4;
  border-radius: 0.1rem;
  position: absolute;
  left: 5%;
  top: 0.2rem;
}
.searchbox .search-submit {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: 0.6rem;
  line-height: .6rem;
  text-align: center;
  border: 1px solid #216ac4;
  background: #216ac4;
  position: absolute;
  right: 5%;
  top: 0.2rem;
}
nav.topnav {
  width: 100%;
  margin-top: 1rem;
  background: #216ac4;
}
nav.topnav ul {
  overflow: hidden;
}
nav.topnav ul li {
  width: 33.33%;
  height: 0.7rem;
  float: left;
  text-align: center;
  border-left: 1px #2a76d4 solid;
  border-bottom: 1px #2a76d4 solid;
}
nav.topnav ul li a {
  display: block;
  width: 100%;
  height: .69rem;
  line-height: .69rem;
  color: #fff;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
section {
  display: block;
  clear: both;
}
.indexTit {
  position: relative;
  height: .78rem;
  line-height: .32rem;
  padding: 0.3rem 0.2rem;
}
.indexTit h2 {
  float: left;
}
.indexTit a {
  float: right;
}
.colourList {
  position: relative;
  padding: 0 0.2rem;
}
.colourList a {
  height: .6rem;
  width: .8rem;
  overflow: hidden;
  line-height: 0.6rem;
  display: block;
  float: left;
  margin: .1rem;
  border-radius: 0.3rem;
}
.colourList a.c1 {
  background: url("https://js.1ppt.com/mimages/c1.gif") no-repeat;
  background-size: 100%;
}
.colourList a.c2 {
  background-color: #cc0000;
}
.colourList a.c3 {
  background-color: #ea4c88;
}
.colourList a.c4 {
  background-color: #663399;
}
.colourList a.c5 {
  background-color: #0066cc;
}
.colourList a.c6 {
  background-color: #669900;
}
.colourList a.c7 {
  background-color: #ffcc00;
}
.colourList a.c8 {
  background-color: #ff6600;
}
.colourList a.c9 {
  background-color: #663300;
}
.colourList a.c10 {
  background-color: #000000;
}
.colourList a.c11 {
  background-color: #999999;
}
.colourList a.c12 {
  background: url("https://js.1ppt.com/mimages/c12.gif") no-repeat;
  background-size: 100%;
}
.styleList {
  padding: 0 0.2rem;
}
.styleList ul li {
  height: .6rem;
  overflow: hidden;
  line-height: 0.6rem;
  display: block;
  float: left;
  margin: 0 0.1rem 0.1rem 0;
  padding: 0 .3rem;
  border: 1px solid #f0f0f0;
  border-radius: 0.3rem;
}
.pptList {
  margin: 0.2rem;
}
.pptList a {
  width: 47%;
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
}
.pptList figure {
  width: 100%
}
.pptList a img {
  width: 100%;
  border-radius: 0.08rem;
}
.pptList a figure figcaption {
  padding: 0 4%;
  line-height: .6rem;
  height: 0.6rem;
  color: #666;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
footer {
  width: 100%;
  padding: 0.5rem 0 0.5rem;
  line-height: .36rem;
  font-size: .22rem;
  color: #666;
  text-align: center;
}
.navBar {
  width: 100%;
  height: 1.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
.navBar ul {
  width: 100%;
  height: 1.1rem;
  margin: 0 auto;
  background: #216ac4;
}
.navBar ul li {
  float: left;
  width: 50%;
  height: 1.1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: .3rem;
  display: block;
  text-align: center;
  color: #fff;
}
/*模板列表页*/
.thiscolor {
  color: #F0F0F0;
}
.sitepath {
  height: 0.72rem;
  border-bottom: 1px solid #ccc;
  padding: 0.2rem;
  color: #333;
  font-size: .22rem;
}
.pagebar {
  clear: both;
  margin: .2rem 0;
  text-align: center;
}
.pages li {
  display: inline-block;
  padding: 0 0.2rem;
  height: 0.4rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  font-size: .2rem;
  line-height: .4rem;
}
.pages li a {
  color: #333;
}
/*文章列表页*/
.arcList {
  margin: 0.2rem 0.3rem 0 0.3rem;
}
.arcList a {
  margin: 0 0 0.2rem;
  padding: 0 0 0.2rem;
  float: left;
  border-bottom: dashed #ddd 1px;
  width: 100%;
}
.arcList p {
  font-size: .28rem;
}
.arcList span {
  font-size: .24rem;
  color: #aaa;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: .4rem;
}
/*内容页*/
article {
  margin: auto 0.2rem;
}
article h1 {
  font-size: .35rem;
  text-align: center;
  line-height: .35rem;
  margin: 0.2rem 0;
  color: #333333;
  height: 0.35rem;
  overflow: hidden;
}
article img {
  width: 7.1rem !important;
  height: auto !important;
}
article .arcMark {
  margin-bottom: .15rem;
  font-size: .2rem;
  text-align: center;
}
article .arcMark span {
  margin: 0 .3rem;
}
article .infoTags {
  height: 0.4rem;
  overflow: hidden;
  line-height: 0.4rem;
  margin: .02rem;
  padding: .02rem .08rem;
  border: 1px solid #f0f0f0;
  border-radius: 0.3rem;
}
article a.showmore {
  color: red;
}
article a.shownull {
  color: red;
}
article h3.acrH3 {
  font-size: .3rem;
  font-weight: normal;
  margin: .2rem 0;
}
article .downList li {
  margin: 0.25rem 0;
  width: 4rem;
}
article .downList li a {
  color: #FFFFFF;
  font-size: .28rem;
  line-height: .4rem;
  padding: 0.18rem;
  background-color: #368DD9;
  display: block;
  width: 100%;
  text-align: center;
}
article .downList li a.green {
  background-color: #5FA924;
}
article .downList li a.orange {
  background-color: #ff7d2b;
}
.down p {
  font-size: 0.18rem;
}
.likeArc {
  position: relative;
  height: 0.78rem;
  line-height: .32rem;
  padding: 0.3rem 0.2rem;
}
.acrH4 {
  float: left;
  font-size: .3rem;
  font-weight: normal;
}
.navBarDown {
  width: 100%;
  height: 1.1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
.navBarDown ul {
  width: 100%;
  height: 1.1rem;
  margin: 0 auto;
  background: #216ac4;
}
.navBarDown ul li {
  float: left;
  width: 33.33%;
  height: 1.1rem;
}
.navBarDown ul li a {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: .3rem;
  display: block;
  text-align: center;
  color: #fff;
}