﻿.sectionTitle {
  color: #606060;
}
table.sectionContent {
  border-color: #aaa;
  color: #606060;
}
table.sectionContent td {
  width: 25%;
  padding: 4px;
}
.sectionContent:nth-of-type(3) td:nth-child(1) {
  width: 60%;
}
.sectionContent:nth-of-type(3) td:nth-child(2) {
  width: 20%;
}
.sectionContent:nth-of-type(3) td:nth-child(3) {
  width: 20%;
}
.weixing {
  text-align: center;
}
.weixing img {
  width: 50%;
  height: 50%;
  max-width: 320px;
  max-height: 320px;
}
@media screen {
  * {
    font-size: 12pt;
  }
}
@media screen and (max-width: 480px) {
  * {
    font-size: 10pt;
  }
}
.button {
  background-color: #5F8DE3;
  text-align: center;
  padding: 4px;
  color: #fff;
  cursor: pointer;
}