* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

a {
  color: #1a5dbb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.topline {
  background: #f3d23b;
  border-bottom: 1px solid #d1b420;
  height: 38px;
  line-height: 38px;
}

.wrap {
  width: 960px;
  margin: 0 auto;
}

.logo {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #111;
  letter-spacing: -1px;
}

.logo a {
  color: inherit;
  text-decoration: none;
}

.logo span {
  color: #c40000;
}

.nav {
  float: right;
  font-size: 13px;
}

.nav a {
  margin-left: 18px;
  color: #333;
}

.clear {
  clear: both;
}

.main {
  background: white;
  border: 1px solid #ddd;
  margin-top: 24px;
  padding: 26px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.hero {
  display: table;
  width: 100%;
}

.hero-left {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  padding-right: 35px;
}

.hero-right {
  display: table-cell;
  width: 40%;
  vertical-align: top;
}

h1 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: normal;
}

.subtitle {
  color: #555;
  font-size: 16px;
  line-height: 1.45;
  margin-bottom: 22px;
}

.upload-box {
  border: 2px dashed #cfcfcf;
  background: #fafafa;
  padding: 25px;
  text-align: center;
  border-radius: 4px;
}

.upload-title {
  font-size: 19px;
  margin-bottom: 10px;
}

.fake-input {
  display: inline-block;
  margin: 12px 0;
  padding: 9px 16px;
  background: #e9e9e9;
  border: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
}

.btn {
  display: inline-block;
  background: #ffdb4d;
  border: 1px solid #c9a900;
  border-radius: 3px;
  padding: 9px 20px;
  color: #000;
  font-weight: bold;
  margin-top: 8px;
}

.small {
  color: #777;
  font-size: 12px;
  margin-top: 10px;
}

.side-card {
  border: 1px solid #ddd;
  background: #fbfbfb;
  padding: 16px;
  margin-bottom: 16px;
}

.side-card h3 {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: normal;
}

.side-card ul {
  margin: 0;
  padding-left: 18px;
  line-height: 1.7;
}

.features {
  margin-top: 28px;
  border-top: 1px solid #eee;
  padding-top: 22px;
}

.feature {
  float: left;
  width: 33.333%;
  padding-right: 24px;
}

.feature h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.feature p {
  margin: 0;
  color: #555;
  line-height: 1.45;
}

.news {
  margin-top: 28px;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.news h2 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: normal;
}

.news-item {
  margin-bottom: 8px;
  color: #555;
}

.date {
  color: #999;
  display: inline-block;
  width: 82px;
}

.page-text p,
.page-text li {
  color: #444;
  line-height: 1.6;
}

.page-text h2 {
  margin: 28px 0 10px;
  font-size: 20px;
  font-weight: normal;
}

.notice {
  border: 1px solid #e6d48a;
  background: #fff8d6;
  padding: 12px 14px;
  margin: 16px 0;
}

.footer {
  color: #777;
  font-size: 12px;
  margin: 18px auto 30px;
  width: 960px;
}

.footer a {
  color: #666;
  margin-right: 15px;
}

@media (max-width: 980px) {
  .wrap,
  .footer {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }

  .hero,
  .hero-left,
  .hero-right {
    display: block;
    width: 100%;
  }

  .hero-left {
    padding-right: 0;
  }

  .hero-right {
    margin-top: 20px;
  }

  .feature {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }

  .nav {
    display: none;
  }
}
