/*
  作者：OUZERO
  官网：https://www.ouzero.com
  演示：https://nav.ouzero.com
  ＱＱ：81389321
  Ｑ群：14979283
  邮箱：admin@ouzero.com
*/

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

img,
.fa {
  -webkit-animation: fadeIn 0.6s;
  -moz-animation: fadeIn 0.6s;
  -o-animation: fadeIn 0.6s;
  animation: fadeIn 0.6s;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background: #fafafa;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  body {
    background: #f9f9f9;
    padding-right: 0 !important;
  }
}

::-moz-selection {
  background: #ff7f00;
  color: #fff;
}

::selection {
  background: #ff7f00;
  color: #fff;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #ff7f00;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #222;
}

::-webkit-scrollbar-track {
  background: #222;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 2px;
}

.center {
  text-align: center;
  clear: both;
}

.xs-1,
.sm-1,
.md-1,
.lg-1,
.xs-2,
.sm-2,
.md-2,
.lg-2,
.xs-3,
.sm-3,
.md-3,
.lg-3,
.xs-4,
.sm-4,
.md-4,
.lg-4,
.xs-5,
.sm-5,
.md-5,
.lg-5,
.xs-6,
.sm-6,
.md-6,
.lg-6,
.xs-7,
.sm-7,
.md-7,
.lg-7,
.xs-8,
.sm-8,
.md-8,
.lg-8,
.xs-9,
.sm-9,
.md-9,
.lg-9,
.xs-10,
.sm-10,
.md-10,
.lg-10,
.xs-11,
.sm-11,
.md-11,
.lg-11,
.xs-12,
.sm-12,
.md-12,
.lg-12 {
  position: relative;
  min-height: 1px;
}

.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12 {
  float: left;
}

.xs-12 {
  width: 100%;
}

.xs-11 {
  width: 91.66666667%;
}

.xs-10 {
  width: 83.33333333%;
}

.xs-9 {
  width: 75%;
}

.xs-8 {
  width: 66.66666667%;
}

.xs-7 {
  width: 58.33333333%;
}

.xs-6 {
  width: 50%;
}

.xs-5 {
  width: 41.66666667%;
}

.xs-4 {
  width: 33.33333333%;
}

.xs-3 {
  width: 25%;
}

.xs-2 {
  width: 16.66666667%;
}

.xs-1 {
  width: 8.33333333%;
}

@media screen and (min-width: 767px) {
  .sm-1,
  .sm-2,
  .sm-3,
  .sm-4,
  .sm-5,
  .sm-6,
  .sm-7,
  .sm-8,
  .sm-9,
  .sm-10,
  .sm-11,
  .sm-12 {
    float: left;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-11 {
    width: 91.66666667%;
  }

  .sm-10 {
    width: 83.33333333%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-8 {
    width: 66.66666667%;
  }

  .sm-7 {
    width: 58.33333333%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-5 {
    width: 41.66666667%;
  }

  .sm-4 {
    width: 33.33333333%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-2 {
    width: 16.66666667%;
  }

  .sm-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 991px) {
  .md-1,
  .md-2,
  .md-3,
  .md-4,
  .md-5,
  .md-6,
  .md-7,
  .md-8,
  .md-9,
  .md-10,
  .md-11,
  .md-12 {
    float: left;
  }

  .md-12 {
    width: 100%;
  }

  .md-11 {
    width: 91.66666667%;
  }

  .md-10 {
    width: 83.33333333%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.66666667%;
  }

  .md-7 {
    width: 58.33333333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.66666667%;
  }

  .md-4 {
    width: 33.33333333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.66666667%;
  }

  .md-1 {
    width: 8.33333333%;
  }
}

@media screen and (min-width: 1300px) {
  .lg-1,
  .lg-2,
  .lg-3,
  .lg-4,
  .lg-5,
  .lg-6,
  .lg-7,
  .lg-8,
  .lg-9,
  .lg-10,
  .lg-11,
  .lg-12 {
    float: left;
  }

  .lg-12 {
    width: 100%;
  }

  .lg-11 {
    width: 91.66666667%;
  }

  .lg-10 {
    width: 83.33333333%;
  }

  .lg-9 {
    width: 75%;
  }

  .lg-8 {
    width: 66.66666667%;
  }

  .lg-7 {
    width: 58.33333333%;
  }

  .lg-6 {
    width: 50%;
  }

  .lg-5 {
    width: 41.66666667%;
  }

  .lg-4 {
    width: 33.33333333%;
  }

  .lg-3 {
    width: 25%;
  }

  .lg-2 {
    width: 16.66666667%;
  }

  .lg-1 {
    width: 8.33333333%;
  }
}

.mobile-header-wrap {
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #000;
  display: none;
  position: fixed;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .mobile-header-wrap {
    display: block;
  }
}

.mobile-header-wrap .mobile-logo {
  display: block;
  max-width: 112px;
  max-height: 28px;
  margin: 11px auto;
  text-align: center;
  text-decoration: none;
}

.mobile-header-wrap .mobile-logo img {
  width: 100%;
  max-height: 28px;
}

.btn-mobile-sidenav {
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  color: #ddd;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-mobile-sidenav {
    display: block;
  }
}

.nav-bar {
  margin: 13px;
  position: fixed;
  z-index: 1000;
}

.nav-bar span {
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 4.5px;
  display: block;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transform-origin: 20px;
  transform-origin: 20px;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease,
    -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.nav-bar-animate span {
  opacity: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-bar-animate span:nth-last-child(2) {
  opacity: 0;
}

.nav-bar-animate span:nth-last-child(3) {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hide-sidenav {
  transform: translate(-230px, 0) !important;
}

.show-sidenav {
  transform: translate(0, 0) !important;
}

.sidenav-mark {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 299;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 530ms;
  animation-duration: 530ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sidenav {
  width: 230px;
  top: 0;
  left: 0;
  height: 100%;
  color: #ccc;
  background: #000;
  position: fixed;
  z-index: 300;
  box-shadow: 0 0 18px #ff7f00;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .sidenav {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .sidenav {
    box-shadow: none;
    transform: translate(-230px, 0);
    transition: transform 430ms cubic-bezier(0.3, 0, 0, 1);
  }
}

.sidenav .btn-mobile-close {
  top: 0;
  width: 180px;
  height: 40px;
  padding-top: 18px;
  padding-left: 12px;
  display: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sidenav .btn-mobile-close {
    display: block;
  }
}

.sidenav .logo {
  text-align: center;
  margin: 30px auto;
}

.sidenav .logo img {
  width: 114px;
  z-index: 2;
}

.sidenav .nav-item {
  border-top: 1px solid #222;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.sidenav .nav-item:hover {
  background: #ff7f00;
}

.sidenav .nav-item a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  display: block;
}

.sidenav .nav-item a span {
  text-align: center;
  position: relative;
}

.sidenav .nav-item.active {
  background: #ff7f00;
}

.sidenav .nav-item.active a {
  color: #fff;
}

.sidenav .nav-tags {
  max-height: 400px;
  background: #222;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: hidden;
}

@media screen and (min-height: 900px) {
  .sidenav .nav-tags {
    max-height: 390px;
  }
}

@media screen and (min-height: 760px) and (max-height: 900px) {
  .sidenav .nav-tags {
    max-height: 295px;
  }
}

@media screen and (min-height: 630px) and (max-height: 760px) {
  .sidenav .nav-tags {
    max-height: 230px;
  }
}

@media screen and (min-height: 460px) and (max-height: 630px) {
  .sidenav .nav-tags {
    max-height: 165px;
  }
}

@media screen and (max-height: 460px) {
  .sidenav .nav-tags {
    max-height: 65px;
  }
}

.sidenav .nav-tags .active {
  background-color: #333;
}

.sidenav .nav-tags .active a {
  color: #fff;
}

.sidenav .nav-tags li {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.sidenav .nav-tags li:hover {
  background: #333;
}

.sidenav .nav-tags li a {
  color: #999;
  font-size: 12px;
  padding: 8px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sidenav .nav-tags li a:hover {
  color: #fff;
}

.main-wrap {
  margin-left: 230px;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .main-wrap {
    margin-left: 180px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrap {
    margin-left: 0;
  }
}

.main {
  width: 95%;
  margin: 70px auto 0;
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}

.board {
  position: fixed;
  display: flex;
  font-size: 14px;
  top: 0;
  right: 0;
  width: calc(100% - 230px);
  height: 55px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 2px;
  box-shadow: 0 0 6px #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 199;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .board {
    width: calc(100% - 180px);
  }
}

@media screen and (max-width: 767px) {
  .board {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    z-index: 0;
    top: 60px;
    width: 100%;
    height: 45px;
    padding: 12px 12px;
  }
}

.board .icon {
  margin-right: 6px;
}

.board .notice {
  flex: auto;
  width: 95%;
}

.board .notice ul li {
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search-box {
  width: 560px;
  margin: 10px auto 15px;
  text-align: center;
  font-size: 0;
}

@media (max-width: 767px) {
  .search-box {
    width: 85%;
    margin: 5px auto 15px;
  }
}

.search-box .search-type {
  display: flex;
}

.search-box .search-type li {
  font-size: 15px;
  padding: 6px 18px;
  margin-right: 6px;
  border: 1px dashed #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-box .search-type li:hover {
  background: #eee;
}

.search-box .search-type li.active {
  color: #fff;
  background: #ff7f00;
  border-color: #ff7f00;
}

@media (max-width: 767px) {
  .search-box .search-type li {
    padding: 5px 12px;
    margin-right: 4px;
  }
}

.search-box .search-form {
  display: flex;
  width: 100%;
}

.search-box .search-input {
  flex: auto;
  outline: none;
  border: 1px solid #ff7f00;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 0 0 0 4px;
}

@media (max-width: 767px) {
  .search-box .search-input {
    font-size: 14px;
  }
}

.search-box .search-btn {
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  outline: none;
  border: 1px solid #ff7f00;
  background: #ff7f00;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .search-box .search-btn {
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

.search-box .search-btn:hover {
  opacity: 0.8;
}

.search-box .search-btn:active {
  opacity: 1;
}

.panel {
  background: #fff;
  margin-bottom: 12px;
  box-shadow: 0 0 8px #eee;
  border-radius: 0 8px 8px 8px;
}

.panel .panel-heading {
  color: #666;
  font-size: 16px;
  font-weight: 900;
  padding: 12px;
  border-left: 3px solid #000;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767px) {
  .panel .panel-heading {
    font-size: 14px;
    padding: 8px;
  }
}

.panel .panel-heading .more {
  float: right;
  font-size: 14px;
  line-height: 21px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .panel .panel-heading .more {
    font-size: 13px;
  }
}

.panel .panel-body {
  padding: 6px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .panel .panel-body {
    padding: 5px;
  }
}

.panel .panel-body .content {
  font-size: 14px;
  line-height: 22px;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .panel .panel-body .content {
    font-size: 13px;
  }
}

.panel .panel-body .content .info {
  display: flex;
  justify-content: space-around;
  color: #888;
  font-size: 13px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
}

.panel .panel-body .content img {
  max-width: 100%;
  border-radius: 4px;
}

.panel .panel-body p {
  margin: 6px auto;
}

.card {
  background: #fff;
  padding: 12px;
  margin: 6px;
  box-shadow: 0 0 4px #ddd;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .card {
    padding: 10px;
  }
}

.card:hover {
  box-shadow: 0 1px 10px #ddd;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

.card .card-heading {
  color: #333;
  display: block;
  cursor: pointer;
  overflow: hidden;
}

.card .card-heading .card-icon {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  border-radius: 32px;
}

.card .card-heading .card-icon img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 32px;
}

.card .card-heading .card-title {
  color: inherit;
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin: 6px 0 6px 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card .card-body {
  color: #666;
  font-size: 12px;
  margin-top: 6px;
  min-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card .card-footer {
  color: #888;
  font-size: 11px;
  line-height: 8px;
  margin-top: 6px;
  overflow: hidden;
}

.card .card-footer .view {
  width: 50%;
  float: left;
}

.card .card-footer .love {
  max-width: 50%;
  float: left;
  cursor: pointer;
}

.card .card-footer .love:hover {
  color: #ff7f00;
}

.card .card-footer .love i.active {
  color: #ff7f00;
}

.card.post {
  display: flex;
  color: #555;
  font-size: 14px;
  padding: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card.post .pic {
  flex: none;
  width: 90px;
  height: 70px;
}

.card.post .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.card.post .text {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 10px;
  padding: 4px 0;
}

.card.post .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 15px;
  height: 2.85714286em;
}

.card.post .info {
  display: flex;
  justify-content: space-between;
  color: #888;
  font-size: 12px;
}

.part-logo {
  width: 280px;
  padding: 20px 20px 0;
  float: left;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .part-logo {
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .part-logo {
    position: absolute;
    right: 0;
    width: 40%;
    padding: 35px 75px;
  }
}

@media screen and (max-width: 767px) {
  .part-logo {
    padding: 35px 20px;
  }
}

.part-logo .logo-box {
  width: 240px;
  height: 80px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .part-logo .logo-box {
    width: 40%;
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .part-logo .logo-box {
    height: 60px;
  }
}

.part-logo .logo-box img {
  padding: 5px;
  border: 1px solid #ddd;
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0 0 6px #ccc;
  border-radius: 2px;
}

.part-main {
  width: calc(100% - 280px);
  float: right;
  padding: 5px;
}

@media screen and (max-width: 1300px) {
  .part-main {
    width: calc(100% - 240px);
  }
}

@media screen and (max-width: 991px) {
  .part-main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .part-main {
    font-size: 13px;
  }
}

.part-main span {
  line-height: 42px;
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1300px) {
  .part-main span {
    line-height: 32px;
    padding: 6px;
  }
}

@media screen and (max-width: 767px) {
  .part-main span {
    line-height: 26px;
    padding: 4px;
  }
}

.part-main .rank {
  margin-bottom: -6px;
}

.part-main .star {
  margin-bottom: -2px;
}

.part-btns {
  float: left;
  padding: 0 20px;
  width: 280px;
}

@media screen and (max-width: 1300px) {
  .part-btns {
    width: 240px;
  }
}

@media screen and (max-width: 991px) {
  .part-btns {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.part-btns .btn {
  width: 100%;
  margin: 20px 0 0;
}

@media screen and (max-width: 991px) {
  .part-btns .btn {
    width: 120px;
    margin: 5px;
  }
}

@media screen and (max-width: 767px) {
  .part-btns .btn {
    width: 105px;
  }
}

.btn {
  width: 120px;
  height: 40px;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .btn {
    width: 105px;
    height: 35px;
    font-size: 13px;
  }
}

.btn:hover {
  color: #fff;
  opacity: 0.8;
}

.btn:active {
  opacity: 1;
}

.btn-orange {
  background: #ff7f00;
}

.btn-black {
  background: #000;
}

.btn-red {
  background: #ff5722;
}

.btn-yellow {
  background: #ffb800;
}

.btn-blue {
  background: #1e9fff;
}

.btn-green {
  background: #5cb85c;
}

.btn-block {
  width: 100%;
}

.form-group {
  position: relative;
  display: flex;
  padding: 6px;
}

.form-group .form-label {
  width: 70px;
  height: 38px;
  font-size: 14px;
  background: #eee;
  padding: 8px 4px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px 0 0 2px;
}

.form-group .form-field input,
.form-group .form-field select {
  position: relative;
  width: 100%;
  height: 38px;
  font-size: 14px;
  font-family: inherit;
  padding: 0 10px;
  margin-left: -1px;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.form-group .form-field input:focus,
.form-group .form-field select:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 4px #ddd;
}

.form-group .form-field:last-child,
.form-group .form-field:last-child {
  flex: auto;
}

.form-group .form-field:first-child input,
.form-group .form-field:first-child select {
  border-radius: 2px 0 0 2px;
}

.form-group .form-field:last-child input,
.form-group .form-field:last-child select {
  border-radius: 0 2px 2px 0;
}

.form-group .form-field:only-of-type {
  flex: auto;
}

.timeline {
  padding: 5px;
}

.timeline .timeline-item {
  position: relative;
  padding-bottom: 5px;
}

.timeline .timeline-item:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.timeline .timeline-main {
  margin-left: 20px;
}

.timeline .timeline-main:before {
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin: 0 0 0 -22px;
  box-shadow: 0 0 6px #ccc;
  background: #ccc;
  content: '';
  position: absolute;
}

.timeline .timeline-title {
  line-height: 15px;
  font-weight: 700;
  font-size: 14px;
}

.timeline .timeline-content {
  font-size: 13px;
  padding-top: 5px;
}

.apply-content {
  float: left;
  display: block;
  padding: 5px 8px;
  width: 100%;
}

.suspend {
  right: 20px;
  bottom: 10%;
  display: block;
  position: fixed;
}

.suspend ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.suspend ul li {
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #000;
  margin: 5px auto;
  opacity: 0.8;
  border-radius: 2px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .suspend ul li {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}

.suspend ul li:hover {
  opacity: 1;
}

.suspend .top:hover .more,
.suspend .qq:hover .more,
.suspend .email:hover .more,
.suspend .wx:hover .more {
  right: 50px;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
}

@media screen and (max-width: 767px) {
  .suspend .top:hover .more,
  .suspend .qq:hover .more,
  .suspend .email:hover .more,
  .suspend .wx:hover .more {
    right: 40px;
  }
}

.suspend .more {
  right: -250px;
  width: 190px;
  font-size: 14px;
  line-height: 26px;
  padding: 5px;
  margin: 2px 0;
  background: #000;
  position: absolute;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .suspend .more {
    font-size: 12px;
    line-height: 16px;
  }
}

.suspend .more i {
  top: 50%;
  right: -4px;
  width: 0;
  height: 0;
  margin-top: -5px;
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  border-left: 4px solid #000;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.suspend .top .more {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .suspend .top .more {
    width: 55px;
  }
}

.suspend .qq .more {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .suspend .qq .more {
    width: 90px;
  }
}

.suspend .email .more {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .suspend .email .more {
    width: 130px;
  }
}

.suspend .wx .more {
  width: 100px;
  height: 100px;
  margin: -30px 0;
}

@media screen and (max-width: 767px) {
  .suspend .wx .more {
    width: 80px;
    height: 80px;
    margin: -25px 0;
  }
}

.suspend .wx .more img {
  width: 100%;
  height: 100%;
  background: #fff;
}

.footer {
  font-size: 13px;
  text-align: center;
  color: #666;
  background: #fff;
  padding: 10px;
  margin-top: 15px;
  box-shadow: 0 -1px 10px #ddd;
}

.footer p {
  margin: 5px auto;
}

.footer a {
  color: #555;
}

.footer a:hover {
  color: #ff7f00;
}

.footer .links {
  font-size: 0;
  margin: 5px;
}

.footer .links .title {
  font-size: 13px;
  padding-left: 6px;
  border-left: 3px solid #ff7f00;
}

.footer .links li {
  font-size: 13px;
  display: inline-block;
}

.footer .links li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  color: #666;
  background: #eee;
  margin: 2px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .links li a:hover {
  color: #fff;
  background: #ff7f00;
}

#link-tooltip {
  width: auto;
  top: 200px;
  left: 300px;
  min-width: 80px;
  max-width: 220px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #a1a7b7;
  background: #000;
  padding: 8px 12px;
  position: absolute;
  z-index: 100;
  display: none;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #link-tooltip {
    display: none !important;
  }
}

#link-tooltip .tooltip-content {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pagination {
  padding: 8px;
  clear: both;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  display: inline-block;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin-left: -1px;
}

.pagination li a:hover {
  background: #eee;
}

.pagination .active a {
  background: #ddd;
}

.pagination .disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.pagination li:first-child a {
  border-radius: 2px 0 0 2px;
}

.pagination li:last-child a {
  border-radius: 0 2px 2px 0;
}

#captchaImage {
  height: 38px;
  cursor: pointer;
}

.ad {
  display: block;
  font-size: 0;
}

.ad img {
  width: 100%;
  border-radius: 4px;
}
