@charset "UTF-8";
* {
  font-family: 微軟正黑體; }

html, body {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #1f1e1d; }

.mid {
  left: 50%;
  right: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.card2 {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch !important;
  display: block;
  position: relative;
  background-color: #595959;
  border-radius: 10px 10px 0px 0px;
  max-width: 1200px; }

.card3 {
  display: block;
  position: relative;
  background-color: #595959;
  border-radius: 0px 0px 0px 0px;
  margin: 0px;
  padding: 0px;
  max-width: 1200px; }
