/* 遮罩 */

#jpreOverlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

/* 讀取文字 */

#jpreOverlay #jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  width: 50%;
  /*置中*/
}

#jpreOverlay #jpreLoader {
  padding-top: 10px;
  /* logo與進度條距離 */
  margin-top: -50px;
  width: 100%;
}

#jpreOverlay #jpreLoader #jpreBar {
  background-color: transparent;
}

#jpreOverlay #jpreLoader #jprePercentage {
  color: #ccc;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}

#btn {
  padding: 0px 30px;
  cursor: pointer;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin: 60px auto 0 auto;
  color: #fff;
  text-shadow: -1px -1px 0 #01293f;
  border: 1px solid #2eacea;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background-color: #23a6ed;
  background-image: -moz-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #23a6ed),
    color-stop(100%, #1275aa)
  );
  background-image: -webkit-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
  background-image: -o-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
  background-image: -ms-linear-gradient(top, #23a6ed 0%, #1275aa 100%);
  background-image: linear-gradient(to bottom, #23a6ed 0%, #1275aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23a6ed', endColorstr='#1275aa',GradientType=0 );
}

#btn a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  line-height: 35px;
  letter-spacing: 0.3px;
  display: block;
}
#btn a:hover {
  color: rgb(250, 212, 0);
}
