@charset "UTF-8";
@import "//fonts.googleapis.com/earlyaccess/notosanstc.css";
html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background: #eee;
  background-size: cover;
  background-attachment: fixed !important;
  background: url("../img/bg2.png");
  background-repeat: no-repeat;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-attachment: fixed !important;
  background: url("../img/bg2.png");
  background-repeat: no-repeat;
}

.image {
  width: 100%;
}

a.logo {
  text-align: center;
  display: block;
  padding: 1em;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.logo:hover {
  opacity: .5;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.logo:active, a.logo:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner {
  position: relative;
  margin: 0 -15px;
}

.banner .nav-tabs a.logo {
  color: #949494;
  background: #131313;
  padding: 1rem 0;
  text-align: center;
}

.right-info {
  margin: 0 -15px;
  padding: 0% 4%;
}

.bg2 {
  background: url("../img/bg.png");
  background-position: bottom;
}

.bg3 {
  background-color: #fff;
}

.bg4 {
  padding: 3em 0em;
  background: #ff494961;
  color: #fff;
}

.registration {
  margin-top: 5em;
}

.registration p {
  color: #333;
}

.registration h5 {
  color: #333;
  font-size: 17px;
}

.c1 {
  font-family: "微軟正黑體", sans-serif;
  color: #fff;
}

.c2 {
  font-family: "微軟正黑體", sans-serif;
  color: #333;
  letter-spacing: 3px;
}

.c3 {
  font-family: "微軟正黑體", sans-serif;
  color: #00a0e9;
}

.c4 {
  font-family: "微軟正黑體", sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 1.5em;
}

.tit-font1 {
  font-weight: bold;
  font-family: "微軟正黑體", sans-serif;
}

.mw800 {
  max-width: 900px !important;
  margin: 0 auto;
}

input, select {
  border: 0px !important;
  background: #eee !important;
}

input:focus, select:focus, input:active, select:active {
  outline: 0;
}

button {
  outline: 0;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:focus {
  outline: 0;
}

button:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

* {
  font-family: "微軟正黑體", sans-serif, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

* input:focus {
  outline: none !important;
}

ul {
  margin: 0px;
  margin: 0px;
  padding: 0px;
  padding: 0px;
  list-style: none;
  list-style: none;
}

select {
  font-family: "Quicksand", sans-serif, "微軟正黑體", sans-serif;
  height: 50px !important;
  border-radius: 10px !important;
}

option {
  font-family: "Quicksand", sans-serif, "微軟正黑體", sans-serif;
  height: 50px;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p {
  font-size: 15px;
  font-family: "微軟正黑體", sans-serif;
  color: #7d7d7d;
}

small {
  font-family: "微軟正黑體", sans-serif;
  color: #fff;
}

.tab-content {
  background-color: rgba(10, 10, 10, 0.411765);
}

.user-group .info {
  padding: 2em 1em;
}

.user-group #tel {
  border-left: none;
}

.md500 {
  max-width: 450px;
  margin: 0 auto;
}

.form-group input {
  height: 50px;
  border-radius: 10px;
  background: #eee;
}

.form-group2 {
  height: 50px;
  max-width: 445px;
}

.form-group2 span {
  border-radius: 10px 0px 0 10px !important;
  background: #ff4745 !important;
  border-color: #ff6c00;
}

.form-group2 .form-control {
  border-radius: 0 10px 10px 0 !important;
}

.bor-box {
  border: 7px solid #fff;
  padding: 1.5em;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.bor-box:after {
  position: absolute;
  bottom: -1.85em;
  left: 50%;
  margin-left: -25px;
  display: block;
  content: '';
  width: 50px;
  background: url("../img/arrow.png");
  background-size: 30px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  background-position: center;
}

#register p {
  line-height: 205%;
}

#register h3 {
  color: #ffbe00;
}

.input-group-text, #verification .input-group-text {
  background: none;
  border-right: none;
}

.btn-primary {
  font-weight: 600;
  color: #4f3507;
  background-color: #ffaf1f;
  border-color: #ffe4b2;
  border-radius: 10px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #fba407;
  border-color: #ffa600;
}

.modal-header, .modal-footer {
  background: #eee;
}

.archive {
  text-align: center;
  display: block;
  width: 100%;
}

.archive small {
  color: #fff !important;
  text-decoration: underline;
}

.archive:hover small {
  color: #ff7607 !important;
}

.exp {
  display: table;
  width: 100%;
}

.exp .checkbox {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.exp label {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.exp label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 25px;
  height: 25px;
  -webkit-transform-origin: center;
  transform-origin: center;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: -6px;
  margin-right: 10px;
  -webkit-transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89), -webkit-transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
}

.exp label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 6px;
  -webkit-transition: width 50ms ease 50ms;
  transition: width 50ms ease 50ms;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.exp label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  -webkit-transform: rotate(305deg);
  transform: rotate(305deg);
  top: 14px;
  left: 8px;
  -webkit-transition: width 50ms ease;
  transition: width 50ms ease;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.exp label:hover span:before {
  width: 5px;
  -webkit-transition: width 100ms ease;
  transition: width 100ms ease;
}

.exp label:hover span:after {
  width: 10px;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label span, input[type="radio"]:checked + label:hover span {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

input[type="radio"]:checked + label span:after, input[type="radio"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="radio"]:checked + label span:before, input[type="radio"]:checked + label:hover span:before {
  width: 5px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked + label span, input[type="checkbox"]:checked + label:hover span {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

input[type="checkbox"]:checked + label span:after, input[type="checkbox"]:checked + label:hover span:after {
  width: 10px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

input[type="checkbox"]:checked + label span:before, input[type="checkbox"]:checked + label:hover span:before {
  width: 5px;
  background: #fff;
  -webkit-transition: width 150ms ease 100ms;
  transition: width 150ms ease 100ms;
}

#checkAccount {
  margin: auto;
}

footer {
  font-size: 15px;
  background: #0000006b;
  padding: 1em 0;
  max-width: 1200px;
  margin: 0  -15px;
}

@-webkit-keyframes rotateCoin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

@keyframes rotateCoin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}

.coin {
  width: 50px;
  height: 50px;
  background-color: gold;
  border-radius: 50%;
  -webkit-animation: rotateCoin 2s linear infinite;
          animation: rotateCoin 2s linear infinite;
}
