body {
  background-color: #f6f6f8;
}
body .container {
  background-color: #fff;
  padding: 20px 50px;
}
body .container .title {
  font-size: 24px;
  color: #454545;
  text-align: center;
  margin: 0 20px;
  border-bottom: 1px solid #7b7b7b;
  padding-bottom: 10px;
}
body .container .content {
  margin-top: 20px;
  font-size: 16px;
  color: #454545;
  line-height: 2;
}
body .container .btn-group {
  width: 550px;
  margin: 40px auto 20px;
}
body .container .btn-group a {
  display: block;
  width: 240px;
  height: 50px;
  border-radius: 12px;
  font-size: 16px;
  border: 2px solid #ff6f3e;
  line-height: 46px;
  text-align: center;
  font-weight: bold;
}
body .container .btn-group a.fl {
  background-color: #ff6f3e;
  color: #fff;
}
body .container .btn-group a.fr {
  background-color: #fff;
  color: #ff6f3e;
}
