@import "global.css";
.registration .container {
  padding: 0px 0px;
}
@keyframes load {
  0%,
  100% {
    height: 20px;
    background: #1E2426;
  }
  50% {
    height: 40px;
    background: #4D6C82;
  }
}
@-moz-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #1E2426;
  }
  50% {
    height: 40px;
    background: #4D6C82;
  }
}
@-webkit-keyframes load {
  0%,
  100% {
    height: 20px;
    background: #1E2426;
  }
  50% {
    height: 40px;
    background: #4D6C82;
  }
}
h1,
h2,
h3 {
  font-weight: inherit;
}
::-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
:-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.registration .break {
  background-color: #1E2426;
  padding: 13px 0px;
  color: #fff;
  font-size: 14px;
}
.registration .break span {
  color: #fff;
  font-size: 14px;
}
.registration .break a {
  color: #4D6C82;
  font-size: 14px;
}
.registration .break a:hover {
  color: #827502;
}
.registration .banner {
  width: 100%;
  background-color: #4D6C82;
  padding: 70px 0px;
}
.registration .banner h1 {
  font-size: 43px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.registration .content {
  padding: 50px 0px;
}
.registration .content .word p {
  text-align: center;
  color: #535353;
  font-size: 16px;
  margin-bottom: 10px;
}
.registration .content .word p:nth-last-child {
  margin-bottom: 0px;
}
.registration .content .information {
  padding-top: 30px;
}
.registration .content .information .name {
  text-align: center;
  color: #4B4C4C;
  font-size: 30px;
  font-weight: bolder;
  background: url('https://cdn.tunefab.tw/site/29/img/underline.png') no-repeat center bottom;
  padding-bottom: 28px;
  margin-bottom: 36px;
}
.registration .content .information form {
  width: 647px;
  margin: auto;
}
.registration .content .information form input {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}
.registration .content .information form [type="email"],
.registration .content .information form [type="text"] {
  border: none;
  background-color: #4D6C82;
  text-align: center;
  height: 60px;
}
.registration .content .information form [type="text"] {
  margin-bottom: 20px;
}
.registration .content .information form [type="submit"] {
  border: none;
  background-color: #1E2426;
  border: 1px solid #1E2426;
  text-align: center;
  height: 50px;
  font-weight: bolder;
  color: #fff;
  font-size: 18px;
  transition: 1s;
}
.registration .content .information form [type="submit"]:hover {
  background-color: #fff;
  color: #1E2426;
}
.registration .content .information .ret-msg {
  text-align: center;
  color: red;
}
.registration .content .result {
  display: none;
  padding: 80px 0 40px;
}
.registration .content .result .info {
  display: none;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 16px;
  padding-right: 16px;
}
.registration .content .result .info p.warning {
  font-size: 18px;
  text-align: center;
  color: #f74440;
}
.registration .content .result .info p.title {
  font-size: 24px;
  color: #1E2426;
  padding-bottom: 6px;
  border-bottom: 3px solid #EFEFEF;
  margin-bottom: 18px;
}
.registration .content .result .info div {
  margin-bottom: 12px;
  font-size: 18px;
}
.registration .content .result .info div p,
.registration .content .result .info div h2 {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  text-indent: 8px;
}
.registration .content .result .info div::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #4D6C82;
  margin-right: 8px;
}
.registration .content .result .info div:last-child {
  margin-bottom: 0;
}
.registration .content .result .loading {
  display: none;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: space-between;
  align-items: center;
}
.registration .content .result .loading span {
  display: inline-flex;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #1E2426;
  animation: load 1s ease infinite;
  -webkit-animation: load 1s ease infinite;
  -moz-animation: load 1s ease infinite;
}
.registration .content .result .loading span:nth-child(2) {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.registration .content .result .loading span:nth-child(3) {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.registration .content .result .loading span:nth-child(4) {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.registration .content .result .loading span:nth-child(5) {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.registration .hot {
  background-color: #EFEFEF;
  padding: 40px 0px;
}
.registration .hot .note {
  margin-bottom: 50px;
}
.registration .hot .note .name {
  font-size: 24px;
  color: #4B4C4C;
  font-weight: bolder;
  padding-bottom: 20px;
  background: url('https://cdn.tunefab.tw/site/29/img/underline.png') no-repeat left bottom;
  margin-bottom: 20px;
}
.registration .hot .note p {
  margin-bottom: 10px;
}
.registration .hot .note p span {
  display: inline-block;
  overflow: hidden;
  padding: 0px 0px;
  width: 93%;
  vertical-align: top;
  color: #535353;
  font-size: 14px;
}
.registration .hot .note p span a {
  color: #4D6C82;
  font-size: 14px;
}
.registration .hot .note p span a:hover {
  color: #827502;
}
.registration .hot .note p:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #535353;
  margin-right: 15px;
}
.registration .hot .row .box {
  margin-bottom: 20px;
}
.registration .hot .row .box .name {
  font-size: 24px;
  color: #4B4C4C;
  font-weight: bolder;
  padding-bottom: 20px;
  background: url('https://cdn.tunefab.tw/site/29/img/underline.png') no-repeat left bottom;
  margin-bottom: 20px;
}
.registration .hot .row .box p {
  margin-bottom: 0px;
}
.registration .hot .row .box p span {
  transition: 0.5s;
  display: inline-block;
  overflow: hidden;
}
.registration .hot .row .box p span a {
  font-size: 16px;
  color: #4D6C82;
  transition: 0.5s;
  display: inline-block;
  float: left;
}
.registration .hot .row .box p span a:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #4D6C82;
  transition: 0.5s;
  margin-right: 15px;
}
.registration .hot .row .box p span:hover {
  padding-left: 13px;
}
.registration .hot .row .box p span:hover a {
  color: #827502;
}
.registration .hot .row .box p span:hover a::before {
  background-color: #827502;
  margin-right: 2px;
}
.registration .hot .row .box .active {
  margin-bottom: 14px;
  margin: 0px 0px;
}
.registration .hot .row .box .active span {
  display: inline-block;
  overflow: hidden;
  padding: 0px 0px;
  width: 93%;
  vertical-align: top;
  color: #606060;
  font-size: 16px;
}
.registration .hot .row .box .active span:hover {
  padding-left: 0px;
}
.registration .hot .row .box .active:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #606060;
  margin-right: 15px;
}
@media screen and (max-width: 600px) {
  .registration .content .result .info div p,
  .registration .content .result .info div h2 {
    text-indent: 0;
    word-break: break-all;
  }
}
@media (max-width: 414px) {
  .registration .banner {
    padding: 55px 0px;
  }
  .registration .banner h1 {
    font-size: 28px;
  }
  .registration .banner h2 {
    font-size: 16px;
    margin-left: 0px;
    margin-top: 16px;
  }
  .registration .content .information .name {
    font-size: 20px;
  }
  .registration .content .information form {
    width: 100%;
  }
  .registration .hot .note p span,
  .registration .hot .row .box .active span {
    width: 90%;
  }
}
