html,body{
  /* background: linear-gradient(180deg, #122870 0%, #5172D0 100%); */
  background-color: transparent;
  font-family:'SF Pro Display';
}

h1 {
  color: #e9e9e9;
  font-size: 16px;
  text-align: center;
}

p {
  color: #e9e9e9;
  font-size: 14px;
}

table{
  color: #d8d8d8;
  width: 100%;
  background-color: #21232c;
  border-radius: 8px;
  border-collapse: collapse;
}

tr {
  border-bottom: solid 1px rgb(37, 40, 50);
}
th,td {
  text-align: center;
  padding: 12px 0;
}
th{
  color: #e9e9e9;
}
tfoot td {
  font-weight: bold;
}
tbody tr:nth-child(odd){
  background-color: rgba(255,255,255,0.028);
}

#btnTest{
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #21232c;
  border-radius: 5px;
  border:none;
  color: rgb(182, 182, 182);
}


.contact-us-item{
  display: block;
  margin: auto;
  margin-top: 20px;
  width: 340px;
  vertical-align: middle;
}

.card-wechat{
  display: block;
  width: 340px;
  margin: auto;
  margin-top: 20px;
}

.contact-us-item a{
  vertical-align: middle;
  border-radius: 5px;
}

.contact-us-item a > img{
  border-radius: 5px;
}

.email-link{
   height:30px;
   color: white;
   background-color:#1494E4;
   border-radius: 5px;
   padding: 5px 10px;
}
