<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: 'NotoSans-Regular';
  src: url('./fonts/NotoSansCJKtc-Regular.ttf');
  src: url('./fonts/NotoSansCJKtcNotoSansCJKtc-Regular.eot');
  src: url('./fonts/NotoSansCJKtc-Regular.eot?#iefix') format('embedded-opentype'),
  url('./fonts/NotoSansCJKtc-Regular.woff2') format('woff2'),
  url('./fonts/NotoSansCJKtc-Regular.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans-Medium';
  src: url('./fonts/NotoSansCJKtc-Medium.ttf');
  src: url('./fonts/NotoSansCJKtc-Medium.eot');
  src: url('./fonts/NotoSansCJKtc-Medium.eot?#iefix') format('embedded-opentype'),
  url('./fonts/NotoSansCJKtc-Medium.woff2') format('woff2'),
  url('./fonts/NotoSansCJKtc-Medium.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans-Bold';
  src: url('./fonts/NotoSansCJKtc-Bold.ttf');
  src: url('./fonts/NotoSansCJKtc-Bold.eot');
  src: url('./fonts/NotoSansCJKtc-Bold.eot?#iefix') format('embedded-opentype'),
  url('./fonts/NotoSansCJKtc-Bold.woff2') format('woff2'),
  url('./fonts/NotoSansCJKtc-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSans-Black';
  src: url('./fonts/NotoSansCJKtc-Black.ttf');
  src: url('./fonts/NotoSansCJKtc-Black.eot');
  src: url('./fonts/NotoSansCJKtc-Black.eot?#iefix') format('embedded-opentype'),
  url('./fonts/NotoSansCJKtc-Black.woff2') format('woff2'),
  url('./fonts/NotoSansCJKtc-Black.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

body {
  font-family:'NotoSans-Regular', Arial, sans-serif;
  color: #444;
  font-size: 1rem;
  /*letter-spacing: .0312rem;*/
}

.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor .vid1-dimensions {width: 100%;min-height: 200px}
@media (min-width: 1024px){
  .editor .vid1-dimensions {
    min-height: 245px
  }
}
@media (min-width: 1200px) {
  .editor .vid1-dimensions {
    min-height: 315px
  }
}
.editor table {max-width: 100%!important;}

.container {
  width: 100%;
  max-width: 1200px;
  /*padding-left:0;
  padding-right:0;*/
}

.form-wrapper {
  /*background-color: #f1ebfb;*/
  background: linear-gradient(#b4f0ef, #b6f1f0);
}

.form-title {
  /*background-color: #8c7eef;*/
  background-color: #0079c8;
  padding:1rem;
  color:#fff;
  font-size:1.375rem;
  text-align: center;
  font-weight: bold;
}
/*.form-title .sub-title {*/
.form-top-content .sub-title {
  display: flex;
  font-size: 1.75rem;
  margin-top: .5rem;
  color: #3978c2;
  align-items: baseline;
  justify-content: center;
}

.form-content-wrapper {
  padding:0.725rem 1.375rem 2.5rem;
  min-height: 200px;
  background: #d2e9fc;
}
@media(min-width: 768px) {
  .form-content-wrapper {
    padding:0.725rem 3rem 2.5rem;
  }
}
.sub-title-line {
  background-color: #0079c8;
  height: 2px;
}

.form-custom-field-radio {
  display: flex;
  flex-direction: row;
}
.form-custom-field-radio div {
  margin:0 20px;
}

.tip-text {
  margin-bottom: 0.5rem;
}

.btn-primary {
  padding: .5rem 2rem;
  min-width: 200px;
  background-color: #4a4a4a!important;
  color: #fff !important;
  border: 0!important;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  white-space:nowrap;
  border-radius: 1.275rem;
  font-size: 16px;
}
.btn-primary:hover {
  opacity: 0.8;
  border: 0;
}

.btn-default {
  padding: .5rem 2rem;
  min-width: 200px;
  background-color: #ccc!important;
  border: 0!important;
  -webkit-transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  white-space:nowrap;
  border-radius: 1.275rem;
  font-size: 16px;
}

@media(max-width: 767px) {
  .btn-primary, .btn-default {
    min-width: 100px;
    margin-bottom: 10px;
  }
}

div.required .control-label:not(span):before, td.required:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

.control-label {
  margin-bottom: 0.275rem;
}
.form-control {
  /*border-radius:0.725rem;*/
  border-radius:0.1rem;
  border:1px solid #ccc;
  color:#495057;
  height: calc(1.5em + 1rem + 6px);
  padding: .375rem .75rem;
}
.form-control:focus {
  box-shadow:none;
  border:1px solid #ccc;
}

.has-error .form-control {
  border-color: #e3503e;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.form-item-group-style-1 {
  border:2px solid rgba(0,0,0,.1);
  padding:1rem;
}
.item-group-title {
  font-size:1rem;
}


.form-style .radio-wrapper {
  position: relative;
  /*line-height: 25px;*/
  display:flex;
}

.form-style .radio-wrapper input[type="radio"], .form-style .radio-wrapper input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  margin-right:6px;
}

.form-style .radio-wrapper .item {
  position: relative;
}

.form-style .radio-wrapper label {
  position: absolute;
  left: 5px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999;
}

.form-style .radio-wrapper .item label {
  top: 4px;
}

.form-style .checkbox label, .form-style .radio-wrapper label {
  min-height: 20px;
}


.form-style .radio-wrapper input:checked+label {
  background-color: #973b9e;
  border: 1px solid #973b9e;
}

.form-style .radio-wrapper input:checked+label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 4px;
  left: 7px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg)
}
.form-style .checkbox label, .form-style .radio-wrapper label {
  padding-left:0;
}

.form-style .agree-radio {
  width:30px;
  margin-top: 3px;
}

.radio-style.horizontal .item{
  display: inline-block;
  position: relative;
}
.radio-style .item input[type="radio"], .radio-style .item input[type="checkbox"]{
  opacity: 0;
  position: absolute;
}
.radio-style .item input[type="radio"], .radio-style .item input[type="checkbox"]{
  opacity: 0;
  position: absolute;
}

.radio-style label {
  padding-left: 24px;
}
.radio-style label:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #999;
  left:0;
  top:2px;
}

.radio-style input[type="radio"]:checked ~ label:before, .radio-style input[type="checkbox"]:checked ~ label:before {
  background-color: #973b9e;
  border: 1px solid #973b9e;
}

.radio-style input[type="radio"]:checked ~ label:after, .radio-style input[type="checkbox"]:checked ~ label:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  left:8px;
  top:6px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg)
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.text-red {
  color:red;
}

.copyright {
  text-align: center;
  padding:1rem 0;
}

.layui-layer {
  max-width: 100%!important;
}
.layui-layer-btn {
  text-align: center!important;
}
.layui-layer-btn .layui-layer-btn0 {background-color:#4a4a4a!important;color:#fff!important;border:none!important;}

.popup-content {
  padding:1.725rem;
}

.signature-content {
  border:2px solid rgba(0,0,0,.1);
}

.form-success {
  padding-top:1rem;
  padding-bottom:1rem;
}

.form-group.row .control-label {
  padding-top:10px;
}

.questionnaire-option {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  text-align: center;
}
.questionnaire-option &gt; div {
  width: 20%;
}

.question-item {
  margin-bottom: .725rem;
}

@media (max-width: 767px) {
  .question-item {
    margin-bottom: 1rem;
  }
  .answer-item {
    margin-top:3px;
  }
}

.answer-item {
  font-size:14px;
}

.semi-bold {
  font-family:'MYuenHK-SemiBold',Arial;
}
.xbold {
  font-family:'MYuenHK-Xbold',Arial;
}

.question-group-item {
  padding: 0.5rem 0;
  font-family:'MYuenHK-Xbold',Arial;
  font-size: 1.075rem;
}

.agree-wrapper, .font-size-13 {
  font-size:13px;
}
.radio-item-ml-5 .item{
  margin-left:5px;
}
.radio-item-ml-5 .item:first-child{
  margin-left:0;
}
.radio-item-ml-10 .item{
  margin-left:10px;
}
.radio-item-ml-10 .item:first-child{
  margin-left:0;
}
.radio-item-ml-15 .item{
  margin-left:15px;
}
.radio-item-ml-15 .item:first-child{
  margin-left:0;
}


.event-code-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
}

.event-code-wrapper .code-input-text {
  width: 22%;
}
.event-code-wrapper .code-select {
  width: 16%;
}
.event-code-wrapper .code-select2 {
  width: 20%;
}
.event-code-wrapper .space {
  width: 12px;
  text-align: center;
  padding-top: 8px;
}
.event-code-wrapper .form-control {
  padding-left:3px;
  padding-right:3px;
  text-align: center;
}

@media (max-width: 767px) {
  .signature-content canvas {
    height: 150px!important;
  }
}

.agree-wrapper label {
  padding-top:3px;
}

.banner img {
  width: 100%;
}

.custom-field-radio {
  padding-left:1rem;
}

.alert-button:hover{
  color: #fff;
}
.alert-content:last-child{
  position: relative;
}
.alert-content:last-child:before{
  content: "|";
  color: #fff;
  position: absolute;
  top: -1px;
  left: -7px;
}

.alert-content:first-child{
  margin-right: 10px;
}
.alert-button{
  color: #fff;
  text-decoration: underline;
}

/*footer*/
footer {background: #6bdbda;color: #fff;}
.footer-con{text-align: center;padding: 40px 0 80px;}
.footer-con-logo{margin-bottom:20px;}
.footer-con-logo img{height: 80px;}

.footer-con-link{margin:0 10px;font-size:14px; max-width: 305px; margin: 0 auto;}
@media(min-width: 768px) {
  .footer-con-link{margin:0 10px;font-size:16px; max-width: 100%; margin: 0 ;}
}
.footer-con-link a{color: #fff;display: inline-block; padding:0 5px;}
.footer-con-link a:hover, .footer-con-link a.active{color:#ffe800;}
.footer-con-icon{margin:15px 10px;}
.footer-con-icon a{padding: 0 5px;}
/* add 亮,2021-1012 */
.reminder-content p{
  margin-bottom: 0px;
}
.reminder-content{
  min-width: 50%;
  color: #0079c8;
  border: 3px solid #0079c8;
  word-break: break-all;
  font-size: 1.25rem;
  font-weight: bold;
}
.fix-reminder:before{
  width: 16px;
  height: 16px;
  background: #0079c8;
  border-radius: 10px;
  content: ' ';
  position: absolute;
  top: -8px;
  left: -8px;
}
.fix-reminder{
  position: relative;
  overflow: visible;
}
.third-party-content{
  background: #00335b;
}
.third-party-description{
  color: #fff;
}
.form-field-title{
  font-size: 1.75rem;
  font-weight: bold;
  color: #0079c8;
}
.form-title-line{

  height: 2px;
  background: #0079c8;
}
.bg-font{
  display: inline-block;
  font-size: 20px;
  line-height: 29px;
  color: #b0001f;
  font-weight: 800;
}
.now-btn{
  margin: 0 auto;
  width: 33px;
  line-height: 24px;
  border: 1px solid #fff;
  padding: 8px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 5px;
  z-index: 999;
  padding-bottom: 3px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 51%;
  background: #0079c8;
  color: #fff;
}


.custom-field-radio {
  padding-left:1rem;
}
.custom-field-answer {
  padding-left:1rem;
  display: flex;
  flex-direction: column;
}

.custom-field-answer &gt; div {
  margin-right: 4rem;
}

@media(min-width: 768px) {
  .custom-field-answer {
    padding-left:1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.other-form-control {
  border-radius: 0.525rem;
  border: 1px solid #ccc;
  color: #495057;
  height: calc(.8em + 1rem);
  padding: 0.175rem 0.375rem;
  min-width: 80px;
  margin-top: -6px;
}</pre></body></html>