.article {
  background: #fff;
  width: 835px;
}
.article .article-head {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 0 25px 25px 25px;
}
.article .article-head h2 {
  font-size: 32px;
  color: #404040;
}
.article .article-head .author {
  margin-top: 20px;
  font-size: 14px;
  color: #888;
  height: 20px;
  line-height: 20px;
}
.article .article-head .author span {
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  float: left;
}
.article .article-head .author span img {
  margin-top: -7px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.article .article-head .collect {
  background: #fafafa;
  position: absolute;
  top: 25px;
  right: 25px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #a1a1a1;
  cursor: pointer;
  border-radius: 4px;
}
.article .article-head .collect:hover {
  background: #eee;
}
.article .article-head .label {
  margin-top: 20px;
  color: #888;
}
.article .article-head .original_genuine {
  position: absolute;
  top: 25px;
  right: 15px;
  border: 1px solid #5bc0de;
  padding: 2px 5px;
  color: #5bc0de;
  display: none;
}
.article .article-content {
  border-bottom: 1px solid #eee;
  padding: 25px 25px;
  line-height: 30px;
  font-size: 14px;
  color: #3d464d;
}
.article .article-content h2,
.article .article-content h3 {
  margin-bottom: 20px;
}
.article .article-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.article .article-content .summary {
  background: #f1f1f1;
  padding: 10px;
  line-height: 30px;
}
.article .article-content img {
  max-width: 835px;
}
.article .post_author {
  margin: 30px 0;
  font-size: 12px;
  color: #888;
  text-align: right;
}
.article .img {
  position: relative;
  text-align: center;
}
.article .img .preg {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 35%;
  height: 100%;
  cursor: url(/source/public/images/pic_prev.cur), auto;
}
.article .img .next {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 35%;
  height: 100%;
  cursor: url(/source/public/images/pic_next.cur), auto;
}
.article .img img {
  width: 100%;
}
.article .related {
  padding: 25px;
  font-size: 16px;
}
.article .related .preg {
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article .related .next {
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article .related a:hover {
  text-decoration: underline;
}
.article .thumbile {
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.article .thumbile .demo-count,
.article .thumbile .down-count {
  font-size: 16px;
  color: #999;
}
.article .thumbile a {
  display: inline-block;
  font-size: 18px;
  padding: 0 25px;
  height: 45px;
  line-height: 45px;
}
.article .thumbile a i {
  color: #fff !important;
}
.article .thumbile a.down {
  background: #5bc0de;
  font-size: 24px;
  color: #fff;
}
.article .thumbile a.down:hover {
  background: #3eb3d6;
}
.article .thumbile a.demo {
  background: #fc7553;
  font-size: 24px;
  color: #fff;
}
.article .thumbile a.demo:hover {
  background: #e24c26;
}
.article .thumbile a.collect {
  box-shadow: 0px 1px 5px #999;
  background: #5cb85c;
  color: #fff;
}
.article .thumbile a.collect:hover {
  background-color: #5cb85c;
  border: 1px solid #5cb85c;
}
.article .thumbile-count {
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
.article .thumbile-count .down-count {
  width: 20%;
  display: inline-block;
  margin-right: 50px;
  color: #1d9ce8;
}
.article .thumbile-count .down-count span {
  color: #fc9700;
}
.article .thumbile-count .demo-count {
  width: 20%;
  display: inline-block;
  color: #1d9ce8;
}
.article .thumbile-count .demo-count span {
  color: #fc9700;
}
.demo {
  background: #58c77f;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.demo a {
  color: #fff;
}
.download {
  background: #5bc0de;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.download a {
  color: #fff;
}
.count {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #333;
}
.userinfo {
  background: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.userinfo .stores-model {
  height: auto;
}
.userinfo .stores-model .img {
  position: relative;
  width: 80px;
  height: 80px;
  float: left;
}
.userinfo .stores-model .img .tamll {
  background: #fff;
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 30px;
  height: 30px;
  color: #ff9900;
  text-align: center;
  z-index: 100;
}
.userinfo .stores-model .img img {
  border-radius: 50%;
}
.userinfo .stores-model .name {
  width: 180px;
  height: 80px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  float: right;
}
.detail {
  line-height: 30px;
  font-size: 14px;
}
.detail p {
  text-indent: 30px;
}
.learn-content h3 {
  margin-top: 25px;
}
.learn-content h3:first-child {
  margin-top: 0;
}
.learn-content p {
  text-indent: 0 !important;
  padding: 5px 0;
}
.learn-content .lang-php {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-left-width: 4px;
  background: #f0f5e1 !important;
  color: #a7e9ff;
}
.learn-content .lang-bsh {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-left-width: 4px;
  background: #333 !important;
  color: #ccc !important;
}
.learn-content .linenums {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-left-width: 4px;
  background: #fbfbfb;
  color: #333;
}
.learn-content pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 0.5rem 0px 1em 0px;
  line-height: 25px;
  font-family: 微软雅黑;
}
