/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #5a5a5a;
  background-color: #ffffff;
  font-family: "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}
.footer a {text-decoration:none; color: inherit;}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
/*
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}*/

/* Flip around the padding for proper display in narrow viewports */
/*
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
*/

.navbar {
  border-color: #4ba5be;
  background-color: #ffffff;
}

/*
.navbar-text {
  color: white;
}
.navbar-wrapper .navbar .container {
  width: auto;
}
*/
/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  color: white;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  background-color: #5a5a5a;
  background-image: url(/_img/bg-730.jpg);
  background-repeat: no-repeat;
}
.jumbotron .title {
  font-size: 28px;
  font-weight: 500;
}
.jumbotron .subtitle {
  font-size: 20px;
  font-weight: 300;
}
.jumbotron .text {
  font-size: 22px;
  font-weight: 400;
}
.jumbotron .btn {
  padding: 10px 20px;
  font-size: 18px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}
