@charset "UTF-8";
* {
  font-family: "Source Sans Pro", 微軟正黑體;
  line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.block {
  border-left: solid 1px #aaa;
  border-right: solid 1px #aaa;
}

.border {
  border: solid 1px #aaa;
}

[v-cloak] {
    display: none !important;
}

.bgcgray{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55,55,55,.6);
  height: 100%;
  display: none;
}

.fixedpage{
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0,0,0,.15);
  overflow:hidden;
}

.dpn{
  display: none;
}

.wrap{
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
}

.modala{
  margin: 0 auto;
  position: relative;
  outline: 0;
  top: 100px;
  width:70%
}

.mgo{
  margin: 0 auto;
}