html {
  min-height: 100%;
}
body {
  height: 100%;
  background: url(../images/bg.png) no-repeat center;
  background-size: cover;
}
.header .logo {
  padding-top: 16px;
  float: left;
}
.header .logo h1 a {
  display: block;
  height: 64px;
  width: 323px;
  background: url(../images/logo.png) no-repeat left center;
  background-size: auto 64px;
}
.header .text {
  padding-top: 37px;
  padding-right: 33px;
  float: right;
}
.main .btns {
  margin-top: 40px;
  margin-bottom: 40px;
}
.main .btns .btn {
  display: block;
  float: left;
  height: 100px;
  background-color: #fff;
  line-height: 100px;
  text-align: center;
  box-shadow: 0px 1px 16px 0px rgba(21, 97, 175, 0.3);
  border-radius: 16px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #0096e6;
  overflow: hidden;
}
.main .btns .btn1 {
  width: 230px;
  background: #fff url(../images/btn2.png) no-repeat right bottom;
}
.main .btns .btn2 {
  width: 380px;
  margin-left: 20px;
  background: #fff url(../images/btn1.png) no-repeat right bottom;
}
.main .btns .btn3 {
  width: 550px;
  margin-left: 20px;
  background: #fff url(../images/btn3.png) no-repeat right bottom;
}
.main .main-table {
  margin-bottom: 20px;
}
.main .main-table table {
  background-color: #fff;
  border-radius: 16px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  width: 100%;
}
.main .main-table table thead {
  font-size: 20px;
  color: #888;
  font-weight: bold;
  letter-spacing: 2px;
}
.main .main-table table thead tr {
  height: 70px;
}
.main .main-table table tbody tr {
  border-top: 2px solid #cfecfd;
}
.main .main-table table tbody tr td {
  min-height: 120px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.main .main-table table .td1 {
  width: 140px;
  text-align: center;
}
.main .main-table table .td2 {
  width: 462px;
  color: #333333;
}
.main .main-table table .td3 {
  width: 434px;
}
.main .main-table table .td4 {
  width: 160px;
  text-align: center;
}
.main .main-table table .td4 a {
  display: inline-block;
  height: 46px;
  width: 116px;
  border: 2px solid #0096e6;
  text-align: center;
  line-height: 46px;
  border-radius: 16px;
  transition: all 0.5s;
  font-size: 18px;
  font-weight: bold;
  color: #0096e6;
  letter-spacing: 2px;
}
.main .main-table table .td4 a:hover {
  color: #fff;
  background-color: #0096e6;
}
.footer {
  padding-top: 6px;
  padding-bottom: 38px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #e9095d;
}