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

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

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

a {
  color: #8c8c8c;
  text-decoration: none; }
  a:hover {
    color: #f2f2f2; }

.cardb {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #595959;
  border-radius: 0px 0px 10px 10px; }

.bt2 {
  display: inline-block;
  height: 30px;
  padding: 0px 5px;
  border: solid 2px #1f1e1d;
  background-color: #1f1e1d;
  text-align: center;
  line-height: 30px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .bt2:hover {
    border: solid 2px #595959;
    background-color: #595959;
    cursor: pointer; }

@media screen and (max-width: 960px) {
  .cardb {
    width: 100%; } }

@media screen and (max-width: 700px) {
  .bt2 {
    border: solid 1px #f2f2f2; } }

@media screen and (max-width: 350px) {
  .cardb {
    min-width: 320px; }
  a {
    font-size: 13px; } }
