﻿#competition-name {
  text-align: center;
  padding-bottom: 12px;
}
#competition-name a {
  font-size: xx-large;
  font-weight: 600;
}
.top-navigation .wrapper.wrapper-content {
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.navbar a.navbar-brand {
  font-weight: 600;
}
.navbar a.navbar-brand.company {
  color: #676a6c;
  background-color: white;
}
.navbar a.navbar-brand.company:hover {
  color: white;
  background-color: #1ab394;
}
/*微信分享*/
#share-logo + * {
  margin-top: -18px;
}
/*头像*/
img.profile {
  padding-top: 3px;
  height: 46px;
  padding-right: 0;
}
/*footable v3*/
.footable .dropdown-toggle {
  display: none !important;
}
.footable .footable-empty td {
  font-size: 1.5em !important;
}
/*导航*/
#service-box.side {
  height: 44px;
  right: 0;
  width: 33px;
  bottom: 56px;
  display: none;
}
#service-box.side ul {
  padding-left: 0;
}
#service-box.side ul li {
  height: 44px;
}
#service-box.side ul li a.sidetop {
  height: 44px;
}
#service-box.side ul li a.sidetop img {
  position: absolute;
  left: -5px;
  pointer-events: none;
  width: 80%;
}
#section-navigation {
  display: none;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
#section-navigation .widget {
  padding: 10px;
  padding-top: 15px;
}
#section-navigation a.section-tab {
  display: inline-block;
  width: 20%;
}
#section-navigation a.section-tab:not(:last-child) {
  margin-right: 20px;
}
#section-navigation a.section-tab p.section-title {
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.8em;
}
#section-navigation a.section-tab p.section-title span {
  display: inline-block;
}
@media only screen and (max-width: 625px) {
  #section-navigation a.section-tab p.section-title {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 398px) {
  #section-navigation a.section-tab:not(:last-child) {
    margin-right: 10px;
  }
  #section-navigation a.section-tab .widget .fa-3x {
    font-size: 2em;
  }
}
@media only screen and (max-width: 833px) {
  /*#page-wrapper {
        padding: 0;
    }*/
  .wrapper.wrapper-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wrapper.wrapper-content.article {
    margin-left: -30px;
    margin-right: -30px;
  }
  .ibox-content.no-padding-at-phone {
    padding-left: 0;
    padding-right: 0;
  }
  .thumbnail.no-border-at-phone {
    border: 0;
  }
  #competition-name {
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #competition-name a {
    font-size: 2em;
  }
  .body-small.top-navigation .wrapper.wrapper-content {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  #section-navigation {
    display: block;
  }
}
@media only screen and (max-width: 388px) {
  .article .ibox-content {
    padding: 20px;
  }
}
@media only screen and (max-width: 512px) {
  #intro-nav {
    display: none;
  }
}