@charset "UTF-8";
.sort-sprite, .icon-sort-desc, .icon-sort-desc-disabled, .icon-sort-asc, .icon-sort-asc-disabled, .icon-sort-both {
  background-image: url('./assets/images/sort-s0f57be200a.png');
  background-repeat: no-repeat;
}

.icon-sort-desc {
  background-position: 0 -116px;
}

.icon-sort-desc-disabled {
  background-position: 0 -87px;
}

.icon-sort-asc {
  background-position: 0 -29px;
}

.icon-sort-asc-disabled {
  background-position: 0 0;
}

.icon-sort-both {
  background-position: 0 -58px;
}

.day-mode, .night-mode {
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

html, body, .top-box {
  height: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}

input.ng-invalid.ng-dirty {
  color: #f0ad4e;
}

input.ng-valid.ng-dirty {
  color: #5cb85c;
}

.day-mode {
  color: #555;
  background-color: white;
}
.day-mode a {
  color: #999;
}
.day-mode a:hover {
  color: #717171;
}
.day-mode a.link-title {
  color: #555;
}
.day-mode a.link-title:hover {
  color: black;
}
.day-mode a.link-light {
  color: #4094c7;
}
.day-mode a.link-light:hover {
  color: #075b8d;
}
.day-mode hr, .day-mode footer, .day-mode .modal-header, .day-mode .modal-footer, .day-mode .md-editor, .day-mode .article-item, .day-mode .wrap-img img, .day-mode .comment-head, .day-mode .comment-text, .day-mode .comment-item, .day-mode .reply-list, .day-mode .reply-item, .day-mode .signin-form {
  border-color: #d9d9d9;
}
.day-mode .modal-content {
  background-color: white;
}
.day-mode .sort-tags a {
  border-color: #d9d9d9;
  background-color: transparent;
}
.day-mode .sort-tags a:hover {
  color: white;
  border-color: #e78170;
  background-color: #e78170;
}
.day-mode .sort-tags .active {
  color: white;
  border-color: #e78170;
  background-color: #e78170;
}
.day-mode .markdown-content, .day-mode .md-preview {
  color: #2f2f2f;
}
.day-mode .markdown-content blockquote, .day-mode .md-preview blockquote {
  background-color: whitesmoke;
  border-color: #999;
}
.day-mode .markdown-content blockquote border-left, .day-mode .md-preview blockquote border-left {
  color: #999;
}
.day-mode .markdown-content code, .day-mode .md-preview code {
  background-color: #fae5e2;
  color: #d96f5d;
}
.day-mode .markdown-content pre, .day-mode .md-preview pre {
  background-color: #fae5e2;
  color: #d96f5d;
}
.day-mode .markdown-content a, .day-mode .md-preview a {
  color: #4094c7;
}
.day-mode .markdown-content a:hover, .day-mode .md-preview a:hover {
  color: #075b8d;
}
.day-mode .markdown-content ul, .day-mode .md-preview ul {
  list-style-type: disc;
}
.day-mode .markdown-content ol, .day-mode .md-preview ol {
  list-style-type: decimal;
}
@media (max-width: 767px) {
  .day-mode .navbar-skin {
    background-color: white;
    -moz-box-shadow: 0 1px 4px #eee;
    -webkit-box-shadow: 0 1px 4px #eee;
    box-shadow: 0 1px 4px #eee;
  }
  .day-mode .navbar-skin .dropdown-menu {
    background-color: white;
  }
  .day-mode .navbar-skin a.shrink-avatar:hover img {
    border-color: #f49484;
  }
  .day-mode .navbar-skin a.shrink-avatar:after {
    border-top: 4px solid black;
  }
}
.day-mode a.weibo, .day-mode a.qq, .day-mode a.github, .day-mode a.google, .day-mode a.wechat {
  background-color: #eee;
}

.night-mode {
  color: #999;
  background-color: #3f3f3f;
}
.night-mode a {
  color: #999;
}
.night-mode a:hover {
  color: #717171;
}
.night-mode a.link-title {
  color: #b1b1b1;
}
.night-mode a.link-title:hover {
  color: white;
}
.night-mode a.link-light {
  color: #3dbcf5;
}
.night-mode a.link-light:hover {
  color: #4094c7;
}
.night-mode hr, .night-mode footer, .night-mode .modal-header, .night-mode .modal-footer, .night-mode .md-editor, .night-mode .article-item, .night-mode .wrap-img img, .night-mode .comment-head, .night-mode .comment-text, .night-mode .comment-item, .night-mode .reply-list, .night-mode .reply-item, .night-mode .signin-form {
  border-color: #2f2f2f;
}
.night-mode .modal-content {
  background-color: #3f3f3f;
}
.night-mode .sort-tags a {
  border-color: #2f2f2f;
  background-color: #2f2f2f;
}
.night-mode .sort-tags a:hover {
  color: white;
  border-color: black;
  background-color: black;
}
.night-mode .sort-tags .active {
  color: white;
  border-color: black;
  background-color: black;
}
.night-mode .markdown-content, .night-mode .md-preview {
  color: #b1b1b1;
}
.night-mode .markdown-content blockquote, .night-mode .md-preview blockquote {
  background-color: #555;
  border-color: #2f2f2f;
}
.night-mode .markdown-content blockquote border-left, .night-mode .md-preview blockquote border-left {
  color: #999;
}
.night-mode .markdown-content code, .night-mode .md-preview code {
  background-color: #002b36;
  color: #839496;
}
.night-mode .markdown-content pre, .night-mode .md-preview pre {
  background-color: #002b36;
  color: #839496;
}
.night-mode .markdown-content a, .night-mode .md-preview a {
  color: #4094c7;
}
.night-mode .markdown-content a:hover, .night-mode .md-preview a:hover {
  color: #075b8d;
}
.night-mode .markdown-content ul, .night-mode .md-preview ul {
  list-style-type: disc;
}
.night-mode .markdown-content ol, .night-mode .md-preview ol {
  list-style-type: decimal;
}
@media (max-width: 767px) {
  .night-mode .navbar-skin {
    background-color: #3f3f3f;
    -moz-box-shadow: 0 1px 4px #2f2f2f;
    -webkit-box-shadow: 0 1px 4px #2f2f2f;
    box-shadow: 0 1px 4px #2f2f2f;
  }
  .night-mode .navbar-skin .dropdown-menu {
    background-color: gray;
  }
  .night-mode .navbar-skin a.shrink-avatar:hover img {
    border-color: black;
  }
  .night-mode .navbar-skin a.shrink-avatar:after {
    border-top: 4px solid gray;
  }
}
.night-mode .input-group-addon, .night-mode .form-control {
  color: #999;
  background-color: #555;
  border: 1px solid #2f2f2f;
}
.night-mode .input-group-addon {
  border-right: 0;
}
.night-mode .comment-text, .night-mode textarea {
  background-color: #555;
}
.night-mode a.weibo, .night-mode a.qq, .night-mode a.github, .night-mode a.google, .night-mode a.wechat {
  background-color: #2f2f2f;
}
.night-mode .write-blog .select-tags, .night-mode .write-blog .select-images, .night-mode .write-blog .md-editor > textarea:focus, .night-mode .write-blog .md-editor > .md-header {
  background-color: #555555;
}
.night-mode table {
  background-color: #555555;
}
.night-mode .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #444;
}
.night-mode .table > thead > tr > th,
.night-mode .table > thead > tr > td,
.night-mode .table > tbody > tr > th,
.night-mode .table > tbody > tr > td,
.night-mode .table > tfoot > tr > th,
.night-mode .table > tfoot > tr > td {
  border-color: black;
}
.night-mode .table-bordered, .night-mode .table-responsive {
  border-color: black;
}
.night-mode .table-hover > tbody > tr:hover {
  background-color: #333;
}
.night-mode .pagination > li > a,
.night-mode .pagination > li > span {
  background-color: #555;
  border-color: #2f2f2f;
}
.night-mode .pagination > .active > a, .night-mode .pagination > .active > a:hover, .night-mode .pagination > .active > a:focus,
.night-mode .pagination > .active > span,
.night-mode .pagination > .active > span:hover,
.night-mode .pagination > .active > span:focus {
  background-color: #337ab7;
  border-color: #337ab7;
}
.night-mode .pagination > .disabled > span,
.night-mode .pagination > .disabled > span:hover,
.night-mode .pagination > .disabled > span:focus,
.night-mode .pagination > .disabled > a,
.night-mode .pagination > .disabled > a:hover,
.night-mode .pagination > .disabled > a:focus {
  background-color: #555;
  border-color: #2f2f2f;
}

.dropdown-menu li > a {
  text-align: left;
}

.flex-vertical-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.gotop {
  position: fixed;
  right: 2%;
  bottom: 5px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.gotop i {
  font-size: 2em;
  color: #fff;
  margin-top: 3px;
}
.gotop:hover {
  background: rgba(0, 0, 0, 0.8);
}

.react-alerts .alert {
  padding: 5px;
  font-size: 1.2em;
}

.versions {
  position: fixed;
  right: 2%;
  top: 5px;
}

.browsehappy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 13px 0 12px;
  text-align: center;
  background-color: #d9534f;
  color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 1100;
}
.browsehappy a {
  color: yellow;
}

/* navbar,sidebar,footer and other component */
.navbar-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 45px;
}
@media (min-width: 768px) {
  .navbar-box {
    width: 45px;
    height: 100%;
  }
}
.navbar-box .navbar-menu {
  position: relative;
  left: 0;
  top: 0;
}
.navbar-box .navbar-shrink {
  display: block !important;
}
@media (min-width: 768px) {
  .navbar-box .navbar-shrink {
    display: none !important;
  }
}
.navbar-box .navbar-expanded {
  display: none !important;
}
@media (min-width: 768px) {
  .navbar-box .navbar-expanded {
    display: block !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
  }
}
.navbar-box a.expanded-var {
  display: block;
  background-image: url("./assets/images/icons.png");
  background-repeat: no-repeat;
  -moz-background-origin: content;
  -o-background-origin: content-box;
  -webkit-background-origin: content;
  background-origin: content-box;
}

@media (min-width: 768px) {
  .navbar-skin {
    background: #2a2a2a;
    box-shadow: none;
  }
}
.navbar-skin .navbar-item {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.navbar-shrink {
  /***其它版本图标**/
}
.navbar-shrink .navbar-item {
  width: 45px;
  height: 45px;
}
.navbar-shrink a.shrink-avatar {
  position: relative;
  top: 3px;
  right: 0;
  display: inline-block;
  width: 48px;
  height: 38px;
  padding: 0 10px 0 0;
  margin-right: 10px;
}
.navbar-shrink a.shrink-avatar img {
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-shrink a.shrink-avatar:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.navbar-shrink .shrink-login {
  position: relative;
  top: 11px;
  right: 0;
  padding: 0 2px;
  margin-right: 8px;
}
.navbar-shrink a.expanded-var {
  width: 44px;
  height: 45px;
  padding: 14px;
}
.navbar-shrink a.angular2 {
  background-position: -40px 0;
}
.navbar-shrink a.angular1 {
  background-position: -40px -40px;
}
.navbar-shrink a.react {
  background-position: -40px -80px;
}
.navbar-shrink a.vue {
  background-position: -40px -120px;
}
@media (min-width: 320px) and (max-width: 400px) {
  .navbar-shrink .navbar-item {
    display: none;
  }
  .navbar-shrink .shrink-login {
    margin-right: 0px;
  }
}
@media (max-width: 319px) {
  .navbar-shrink a.expanded-var {
    display: none;
  }
}
.navbar-menu a.navbar-item {
  float: left;
  width: 45px;
  height: 45px;
}
.navbar-menu a.navbar-item:hover {
  background-color: #f49484;
  color: white;
}
.navbar-menu .active {
  background-color: #e78170;
  color: white;
  text-shadow: 0 1px 0 #de533a;
}
.navbar-menu .logo {
  font-size: 18px;
}
.navbar-menu .mobile {
  padding: 5px;
  font-size: 24px;
}
.navbar-expanded {
  /***其它版本图标**/
}
.navbar-expanded a.navbar-item:hover {
  color: white;
}
.navbar-expanded a.active {
  color: white;
}
.navbar-expanded a.expanded-avatar {
  padding: 5px;
}
.navbar-expanded a.expanded-avatar img {
  width: 32px;
  height: 32px;
  border: 2px solid #2a2a2a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navbar-expanded a.expanded-avatar:hover img {
  border-color: #f49484;
}
.navbar-expanded a.expanded-var {
  width: 45px;
  height: 44px;
  padding: 11px;
}
.navbar-expanded a.angular2 {
  background-position: 0 0;
}
.navbar-expanded a.angular1 {
  background-position: 0 -40px;
}
.navbar-expanded a.react {
  background-position: 0 -80px;
}
.navbar-expanded a.vue {
  background-position: 0 -120px;
}
.navbar-expanded a.expanded-version {
  padding: 10px;
}
.navbar-expanded a.expanded-version img {
  width: 22px;
  height: 22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.navbar-expanded a.expanded-version:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.navbar-skin .tooltip.nav-tooltip .tooltip-inner {
  min-width: 40px;
}

/**********************sidebar***************/
.sidebar-box {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45px;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
@media (min-width: 768px) {
  .sidebar-box {
    display: block !important;
  }
}
.sidebar-box .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.sidebar-box .bottom-block {
  position: absolute;
  bottom: 0;
  padding: 30px;
  color: white;
}

/***********************footer**************/
footer {
  display: none !important;
  padding: 10px 0 10px 25%;
  border-top-width: 1px;
  border-top-style: solid;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  footer {
    display: block !important;
  }
}
.footer-container {
  display: inline-block;
  margin: 0;
  color: #999;
  font-size: 12px;
  padding-left: 65px;
  vertical-align: middle;
}
.footer-container ul {
  margin: 0;
  padding: 0;
}
.footer-container ul li {
  display: inline-block;
  margin-right: 5px;
}
.footer-container ul li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.footer-container ul li a:hover {
  color: white;
}
.footer-container ul li a.weibo:hover {
  background-color: #f57e42;
}
.footer-container ul li a.qq:hover {
  background-color: #15a7f0;
}
.footer-container ul li a.github:hover {
  background-color: #49be38;
}
.footer-container ul li a.google:hover {
  background-color: #e03d37;
}
.footer-container ul li a.wechat:hover {
  background-color: #49be38;
}
.footer-container ul li {
  margin-right: 10px;
}

.article-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 10px;
}
@media (min-width: 768px) {
  .article-box {
    width: 700px;
    padding: 20px 0 10px 45px;
  }
}

.article-container .title {
  word-break: break-all;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.5;
}
.article-container .counts {
  margin: 20px 0;
}
.article-container .counts span {
  position: relative;
  top: 1px;
  margin-right: 10px;
  font-size: 12px;
}
.markdown-content, .day-mode .md-preview, .night-mode .md-preview {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
}
.markdown-content h1, .day-mode .md-preview h1, .night-mode .md-preview h1 {
  font-size: 26px;
}
.markdown-content p, .day-mode .md-preview p, .night-mode .md-preview p, .markdown-content ul, .day-mode .md-preview ul, .night-mode .md-preview ul, .markdown-content ol, .day-mode .md-preview ol, .night-mode .md-preview ol {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-word;
}
.markdown-content p, .day-mode .md-preview p, .night-mode .md-preview p {
  margin-bottom: 25px;
}
.markdown-content blockquote, .day-mode .md-preview blockquote, .night-mode .md-preview blockquote {
  position: relative;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-left-width: 4px;
  border-left-style: solid;
  word-break: break-word;
  font-size: 15px;
  font-weight: 100;
  line-height: 30px;
}
.markdown-content blockquote p, .day-mode .md-preview blockquote p, .night-mode .md-preview blockquote p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.7;
}
.markdown-content blockquote p:last-child, .day-mode .md-preview blockquote p:last-child, .night-mode .md-preview blockquote p:last-child {
  margin: 0;
}
.markdown-content ul, .day-mode .md-preview ul, .night-mode .md-preview ul {
  margin-bottom: 20px;
}
.markdown-content ul li, .day-mode .md-preview ul li, .night-mode .md-preview ul li {
  line-height: 30px;
}
.markdown-content img, .day-mode .md-preview img, .night-mode .md-preview img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.markdown-content pre, .day-mode .md-preview pre, .night-mode .md-preview pre {
  word-wrap: normal;
  word-break: normal;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.markdown-content pre code, .day-mode .md-preview pre code, .night-mode .md-preview pre code {
  padding: 0;
}
.markdown-content code, .day-mode .md-preview code, .night-mode .md-preview code {
  padding: 2px 4px;
  border: none;
  white-space: pre;
}

.article-share {
  margin-bottom: 40px;
}
a.like-btn {
  display: block;
  position: relative;
  float: left;
  width: 160px;
  height: 50px;
  border: 1px solid #e78170;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  color: #e78170;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a.like-btn .like-content {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 70%;
  line-height: 50px;
  vertical-align: middle;
  padding-right: 10px;
}
a.like-btn .like-count {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 30%;
  line-height: 50px;
  vertical-align: middle;
  border-left: 1px solid;
}
a.like-btn:hover {
  color: #e78170;
  background: #f6cec7;
  border-color: #f6cec7;
}
.article-share a.note-liked {
  border-color: #de533c;
  background-color: #de533c;
  color: white;
}

.comment-container {
  margin-bottom: 30px;
  font-size: 13px;
}
.comment-container .comment-head {
  margin-bottom: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 12px;
  line-height: 52px;
}
.comment-container .comment-head a.goto-comment {
  margin: 0 5px;
}
.comment-item {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 16px;
  line-height: 1.5;
}
.comment-item .meta-top {
  padding-top: 10px;
  margin: 0 0 10px;
}
.comment-item .meta-top .avatar {
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 1%;
}
.comment-item .meta-top .avatar img {
  width: 100%;
  height: 100%;
  border: none;
}
.comment-item .meta-top .reply-time {
  position: relative;
  top: 1px;
  margin-top: 3px;
  margin-right: 10px;
  font-size: 12px;
}
.comment-item .meta-top .author-name {
  display: block;
  line-height: 1.1;
  font-size: 14px;
}
.comment-item .comment-content {
  word-break: break-all;
  word-wrap: break-word;
}
.comment-item .comment-footer, .comment-item .reply-item .reply-footer, .reply-item .comment-item .reply-footer {
  margin-bottom: 10px;
}
.comment-item .comment-footer a, .comment-item .reply-item .reply-footer a, .reply-item .comment-item .reply-footer a {
  margin-left: 14px;
  font-size: 12px;
}
.comment-item .reply-list {
  padding-bottom: 30px;
  margin-top: 10px;
  border-top-width: 1px;
  border-top-style: dashed;
}
.comment-item form.new-reply {
  margin-bottom: 30px;
}
.comment-item form.new-reply .comment-text {
  margin-top: -1px;
  border-radius: 0;
}
.reply-item {
  padding: 15px 0 15px 10px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-left-width: 3px;
  border-left-style: solid;
  font-size: 13px;
}
.reply-item .reply-footer .reply-time {
  font-size: 12px;
}
.comment-container .comment-text {
  padding: 10px;
  margin-top: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.comment-container .comment-text textarea {
  width: 100%;
  height: 78px;
  padding: 0;
  margin: 0;
  border: none;
  resize: none;
  overflow: auto;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comment-container .comment-signin {
  text-align: center;
}

.prenext {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prenext .next, .prenext .prev {
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 0;
  flex: 1 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.prenext .next a, .prenext .prev a {
  font-size: 16px;
}
.prenext .next a span, .prenext .prev a span {
  font-size: 14px;
}

.main-box {
  padding: 0;
}
.main-box .row {
  margin: 0;
}
@media (min-width: 768px) {
  .main-box {
    padding-left: 45px;
  }
}

.main-content {
  width: 100%;
  padding-top: 50px;
  min-height: 400px;
}
@media (min-width: 768px) {
  .main-content {
    padding-top: 10px;
    padding-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .main-content {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .main-content {
    max-width: 1000px;
  }
}
.article-list {
  margin-top: 35px;
}
.article-list .article-item {
  display: list-item;
  float: left;
  width: 100%;
  padding-right: 2px;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  line-height: 1.5em;
}
.article-list .no-content {
  font-size: 2em;
  padding-top: 2em;
  text-align: center;
}
.article-list .have-img > div {
  padding-right: 110px;
}
.article-list .have-img .wrap-img {
  float: right;
  width: 100px;
  height: 100px;
}
.article-list .have-img .wrap-img img {
  width: 100%;
  height: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.article-list .list-top {
  margin: 8px 0;
  font-size: 12px;
}
.article-list .title {
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.article-list .list-footer {
  font-size: 12px;
  line-height: 1.5;
}
ul.sort-tags {
  padding-top: 13px;
}
ul.sort-tags li {
  display: list-item;
  float: left;
  margin: 10px 15px 5px 0;
  line-height: 1.5em;
}
ul.sort-tags li a {
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.5em;
}
ul.sort-tags .loader-tiny {
  width: 17px;
}
.main-content .load-more {
  margin-bottom: 30px;
  text-align: center;
}
.main-content .load-more .ladda-button {
  background: #e78170;
  border-color: #e78170;
  padding: 14px 18px;
  font-size: 1.2em;
  cursor: pointer;
  color: white;
  border: 1px solid transparent;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.settings-box, .signin-box {
  width: 100%;
  margin: 0 auto;
  padding: 60px 10px 10px;
}
@media (min-width: 768px) {
  .settings-box, .signin-box {
    width: 700px;
    padding: 20px 0 10px 45px;
  }
}
.settings-box .title, .signin-box .title {
  margin: 25px auto;
  text-align: center;
}

.signin-form {
  max-width: 300px;
  padding-bottom: 40px;
  margin: 0 auto 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.signin-form .form-group {
  margin-left: 0;
  margin-right: 0;
}
.signin-form input {
  height: 44px;
  padding: 4px 12px;
  font-size: 16px;
}
.signin-form .input-group-addon i {
  width: 14px;
}
.signin-form .captcha-code {
  padding-left: 0;
}
.signin-form .captcha-img {
  padding-right: 0;
}
.signin-form .captcha-img img {
  width: 100%;
  height: 44px;
}
.login-sns {
  margin-left: 0;
  text-align: center;
}
.login-sns p {
  margin-bottom: 15px;
  text-align: center;
}
.login-sns ul {
  padding: 0;
  margin: 10px auto;
}
.login-sns ul li {
  display: inline-block;
  margin-right: 10px;
}
.login-sns ul li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 44px;
  font-size: 26.4px;
  text-align: center;
}
.login-sns ul li a:hover {
  color: white;
}
.login-sns ul li a.weibo:hover {
  background-color: #f57e42;
}
.login-sns ul li a.qq:hover {
  background-color: #15a7f0;
}
.login-sns ul li a.github:hover {
  background-color: #49be38;
}
.login-sns ul li a.google:hover {
  background-color: #e03d37;
}
.login-sns ul li a.wechat:hover {
  background-color: #49be38;
}

.settings-container form.settings-form {
  max-width: 300px;
  margin: 0 auto 40px;
}
.settings-container form.settings-form input {
  height: 44px;
  padding: 4px 12px;
}
.settings-container form.settings-form .control-label {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.settings-container .mobile-apps {
  margin: 40px auto;
}
.settings-container .mobile-apps .version {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
.settings-container .mobile-apps .version a {
  margin-left: 10px;
  color: #5cb85c;
}
.settings-container .mobile-apps .downloads {
  text-align: center;
}
.settings-container .mobile-apps .downloads li {
  margin-bottom: 20px;
  line-height: 58px;
  vertical-align: middle;
}
.settings-container .mobile-apps .downloads li a {
  font-size: 20px;
  width: 180px;
  height: 58px;
  text-align: left;
  color: #fff;
}
.settings-container .mobile-apps .downloads li a i {
  font-size: 36px;
  width: 40px;
  text-align: center;
}
.settings-container .mobile-apps .qrcode {
  text-align: left;
}
.settings-container .mobile-apps .qrcode img {
  width: 135px;
  border: 1px solid #d9d9d9;
}

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