@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

body, html {
  margin: 0;
  padding: 0;
  word-break: normal;
  -webkit-font-smoothing: antialiased;
  color: #1a1a1a;
  font-family: 'Microsoft JhengHei', "微軟正黑體", 'Noto Sans TC', "Microsoft YaHei" , PingFangTC, "PingFang TC" , "蘋果儷中黑", Arial;
  font-weight: 500;
  text-align: left;
  background-color: #000000;
}

body.js-no-scroll, html.js-no-scroll {
  overflow-y: hidden;
}

body {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  scroll-behavior: smooth;
}

body.loading-out {
  opacity: 0;
}

body.lock-scroll {
  overflow: hidden;
}

body {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-test {
  border: .5px solid orange;
}

.u-test * {
  border: .5px solid orange;
}

.u-dn {
  display: none;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 12px;
}

span {
  font-size: 100%;
}

span.no__wrap {
  white-space: nowrap;
}

p, a, li {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}

p {
  font-size: 18px;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 12px;
  }
  p, a, li {
    font-size: 16px;
  }
}

h2.main-title {
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 0.6px;
  text-align: center;
  color: #1a1a1a;
  display: inline-block;
  padding: 15px;
  margin: 0;
  margin-bottom: 30px;
  width: 75px;
  height: 75px;
  text-align: center;
  position: relative;
}

h2.main-title:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  margin-top: -2px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
}

p.sub-title {
  margin: 30px 0 15px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.3px;
}

p.sub-title span:before, p.sub-title span:after {
  content: '/';
}

p.sub-title span:before {
  margin-right: 10px;
}

p.sub-title span:after {
  margin-left: 10px;
}

p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: 1.5px;
}

ol {
  padding-left: 20px;
}

ol li {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: 1px;
  padding-left: 10px;
}

@media all and (max-width: 768px) {
  h2.main-title {
    margin-bottom: 10px;
  }
}

.main-btn-wrap {
  text-align: left;
}

.main-btn-wrap .main-btn {
  display: inline-block;
  padding: 15px 35px;
  min-width: 250px;
  text-align: center;
  background-color: #1a1a1a;
  color: #e4bd78;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 5px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

@media all and (min-width: 991px) {
  .main-btn-wrap .main-btn:hover {
    opacity: 0.8;
  }
}

@media all and (max-width: 768px) {
  .main-btn-wrap {
    text-align: center;
  }
  .main-btn-wrap .main-btn {
    min-width: 200px;
    font-size: 1.6rem;
  }
}

.main-container {
  padding-bottom: 105px;
}

.gradient-box {
  margin-bottom: 20px;
}

.gradient-box img {
  width: 100%;
  max-width: 100%;
}

.form-item-row {
  margin-bottom: 22px;
  font-size: 0px;
  letter-spacing: 0;
}

.form-item-row .title {
  font-family: 'Cormorant Garamond', PingFangTC, "PingFang TC"  , "微軟正黑體", "蘋果儷中黑", Arial;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2.3px;
  display: inline-block;
  vertical-align: top;
  color: #1a1a1a;
  width: 80px;
  padding: 8px 0;
  border-bottom: 1px solid #1a1a1a;
}

.form-item-row .u-select-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}

.form-item-row .input-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}

.form-item-row .input-wrap .form-group {
  margin-bottom: 0px;
}

.form-item-row .input-wrap input {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 35px 8px 25px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

.form-item-row .input-wrap input:link, .form-item-row .input-wrap input:visited, .form-item-row .input-wrap input:hover, .form-item-row .input-wrap input:focus {
  outline: none;
}

.form-item-row .input-wrap input:focus {
  border-bottom: 1px solid #1a1a1a;
}

.form-item-row .input-wrap input::-webkit-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.form-item-row .input-wrap input:-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.form-item-row .input-wrap input::-ms-input-placeholder {
  color: rgba(26, 26, 26, 0.5);
}

.form-item-row .input-wrap input::placeholder {
  color: rgba(26, 26, 26, 0.5);
}

p.error-hint {
  color: #AE312D;
  padding: 8px 25px;
}

p.error-hint:before {
  content: '* ';
}

.input-wrap .selectric {
  border: 0;
  margin-top: -1px;
  background: transparent;
  border-bottom: 1px solid rgba(26, 26, 26, 0.5);
}

.input-wrap .selectric .button {
  background-color: transparent;
  color: #1a1a1a;
}

.input-wrap .selectric .button:after {
  border-top-color: #1a1a1a;
}

.input-wrap .selectric .label {
  text-align: left;
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  padding: 8px 35px 8px 25px;
  margin: 0;
}

.input-wrap .selectric-items {
  margin-top: 0px;
  border-radius: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(58, 58, 58, 0.3);
          box-shadow: 0 5px 20px rgba(58, 58, 58, 0.3);
}

.input-wrap .selectric-items li {
  padding: 10px 5px 10px 25px;
  color: #1a1a1a;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 2.3px;
}

.address {
  margin-bottom: 2px;
}

.address .selectric-wrapper {
  margin-bottom: 20px;
}

.address .no-padding {
  padding: 0;
}

.input-clear {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 10px;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.input-clear:before, .input-clear:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
}

.input-clear:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.input-clear:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.input-clear:hover {
  opacity: 0.8;
}

@media all and (min-width: 992px) {
  .input-wrap .selectric-items li:hover {
    background-color: #1a1a1a;
    color: #fff;
  }
}

@media all and (max-width: 768px) {
  .form-item-row .title {
    font-size: 1.4rem;
    width: 70px;
  }
  .form-item-row .input-wrap {
    width: calc(100% - 70px);
  }
  .form-item-row .input-wrap input {
    font-size: 1.4rem;
  }
  .form-item-row .u-select-wrap {
    width: calc(100% - 70px);
  }
  .input-wrap .selectric {
    margin-top: -3px;
  }
  .input-wrap .selectric .label {
    font-size: 1.4rem;
  }
}

header {
  padding: 50px 0 0 60px;
}

header .logo-imgbox {
  width: 144px;
  height: 40px;
}

header .logo-imgbox a {
  display: block;
}

header .logo-imgbox img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 1199px) {
  header {
    padding: 25px 0 0 30px;
  }
  header .logo-imgbox {
    width: 115px;
    height: calc(115px / 144 * 40);
  }
}

.kv-section {
  position: relative;
  margin-bottom: 55px;
}

.kv-section .img-title {
  max-width: 664px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
}

.kv-section .img-title img {
  width: 100%;
  height: auto;
}

.kv-section .img-model {
  max-width: 460px;
  position: relative;
}

.kv-section .img-model img {
  width: 100%;
  height: auto;
}

.kv-section .img-model:after {
  content: '';
  position: absolute;
  right: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  top: 66%;
  width: 20%;
  padding-top: 20%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.kv-section .img-award-1 img {
  width: 100%;
  height: auto;
}

.kv-section .img-award-1 ~ p {
  font-size: 2rem;
  font-weight: normal;
  line-height: 0.8;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
  margin-top: 25px;
}

.kv-section .img-award-2 {
  text-align: center;
}

.kv-section .img-award-2 img {
  width: 100%;
  height: auto;
  max-width: 295px;
}

.kv-section .img-ribbon {
  text-align: center;
}

.kv-section .img-ribbon img {
  width: 100%;
  height: auto;
}

@media all and (min-width: 1200px) {
  .kv-section {
    position: relative;
    margin-top: 78px;
  }
  .kv-section .img-title {
    position: relative;
  }
  .kv-section .img-title .title-date {
    width: 40%;
    margin-top: 0;
    position: absolute;
    top: calc( 65px +  30px);
    right: 17px;
  }
  .kv-section .img-model {
    width: 38%;
    margin-top: -36.5px;
    position: absolute;
    right: 25px;
    top: 0;
  }
  .kv-section .img-award-2 {
    margin-left: -30px;
  }
}

.done-page .kv-section.win-section {
  margin-top: 150px;
}

@media all and (max-width: 1199px) {
  .kv-section {
    margin-bottom: 0;
    margin-top: 55px;
  }
  .kv-section .img-title {
    margin-bottom: 60px;
  }
  .kv-section .img-award-1 {
    text-align: center;
  }
  .kv-section .img-model {
    margin-top: 65px;
    max-width: 300px;
    width: 60%;
    margin-bottom: -150px;
  }
  .kv-section .img-model:after {
    top: 35%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media all and (max-width: 992px) {
  .kv-section {
    margin-top: 140px;
  }
  .kv-section .done-img {
    margin-left: 0;
    margin-right: 0;
    max-width: 400px;
  }
  .kv-section .done-img .img-model {
    position: absolute;
    -webkit-transform: translate(-5%, 28%) !important;
            transform: translate(-5%, 28%) !important;
  }
  .kv-section .done-img .img-model img {
    width: 70%;
  }
}

.index-body .kv-section {
  margin-top: 35px;
}

@media all and (max-width: 991px) and (min-width: 768px) {
  .kv-section {
    margin-bottom: 135px;
  }
  .kv-section .img-model {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    margin-top: 0;
    margin-bottom: -85px;
  }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
  .kv-section {
    margin-bottom: 155px;
  }
  .kv-section .img-model {
    position: absolute;
    right: 45px;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    margin-top: 0;
    margin-bottom: -55px;
  }
}

@media all and (max-width: 768px) {
  .kv-section .img-ribbon {
    margin-top: 0px;
  }
  .kv-section .img-model {
    margin: 30px auto 0;
    width: 48%;
    padding-top: calc(50% / 173 * 432 / 1.55);
    vertical-align: middle;
  }
  .kv-section .img-model img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kv-section .img-model:after {
    top: 45%;
  }
  .kv-section .img-model.mobile-hide {
    display: none !important;
  }
  .kv-section .img-title .title {
    width: 100%;
  }
  .kv-section .mobile-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .kv-section .img-award-1 ~ p {
    font-size: 1.4rem;
  }
  .kv-section .done-img {
    max-width: 55%;
    margin-bottom: 30px;
  }
  .kv-section .done-img .img-model img {
    width: 82.5%;
    right: 19px;
    left: auto;
  }
}

@media all and (max-width: 480px) {
  .kv-section .img-award-1 ~ p {
    margin-top: 15px;
    line-height: 1.5;
  }
}

.body-section .term-box {
  padding: 70px 55px;
}

.body-section .add-del-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-section .form-box {
  padding: 70px 95px;
}

.body-section .add-eyecod-wrap {
  margin-bottom: 20px;
}

.body-section .add-eyecod-wrap:first-child {
  margin-right: 15px;
}

.body-section .add-eyecod-wrap:last-child .add-eyecode span:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.body-section .add-eyecod-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-section .add-eyecode, .body-section .del-eyecode {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #232323;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.body-section .add-eyecode span, .body-section .del-eyecode span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #231815;
  position: relative;
}

.body-section .add-eyecode span:before, .body-section .add-eyecode span:after, .body-section .del-eyecode span:before, .body-section .del-eyecode span:after {
  content: '';
  width: 8px;
  height: 1px;
  background-color: #e7c07d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.body-section .add-eyecode span:before, .body-section .del-eyecode span:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.body-section .add-eyecode span:after, .body-section .del-eyecode span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.body-section .eyecode-input {
  position: relative;
}

.body-section .eyecode-input .del-wrap {
  position: relative;
}

.body-section .del-eyecode {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 0;
  letter-spacing: 0;
  z-index: 101;
  padding: 5px;
}

.body-section .del-eyecode span {
  margin-right: 0px;
}

.body-section .del-eyecode span:after {
  display: none;
}

.body-section .agree-checkbox label {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  cursor: pointer;
  margin: 20px 0;
  white-space: nowrap;
}

.body-section .agree-checkbox label .wrap {
  white-space: normal;
  width: calc(100% - 30px);
}

.body-section .agree-checkbox label span {
  display: inline-block;
  vertical-align: top;
}

.body-section .agree-checkbox label a {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.body-section .agree-checkbox label input {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.body-section .agree-checkbox label input:checked + .checkbox:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.body-section .agree-checkbox label .checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 10px;
  position: relative;
}

.body-section .agree-checkbox label .checkbox:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: .1s ease;
  transition: .1s ease;
  width: 80%;
  height: 80%;
  background-color: #1a1a1a;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

.body-section .rule-box {
  padding: 30px 60px 60px;
}

.body-section p.note {
  margin-left: 5px;
  word-break: break-all;
}

@media all and (min-width: 992px) {
  .body-section .add-eyecode:hover {
    opacity: 0.8;
  }
  .body-section .agree-checkbox label a:hover {
    opacity: 0.8;
  }
}

@media all and (min-width: 1200px) {
  .body-section .term-box {
    min-height: 630px;
    margin-right: -5px;
  }
  .body-section .form-box {
    min-height: 630px;
    margin-left: -5px;
  }
}

@media all and (max-width: 1199px) {
  .body-section .form-box {
    padding: 70px 60px;
  }
}

@media all and (max-width: 768px) {
  .body-section {
    margin-top: 60px;
  }
  .body-section .term-box {
    padding: 70px 30px;
  }
  .body-section .form-box {
    padding: 70px 30px;
  }
  .body-section .rule-box {
    padding: 30px 30px 60px;
  }
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 0px;
}

.modal-dialog .main-btn-wrap {
  text-align: center;
  padding-top: 30px;
}

.modal-dialog .main-btn-wrap .main-btn {
  max-width: 200px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.modal-dialog h5.modal-title {
  font-family: 'Microsoft JhengHei', "微軟正黑體", 'Noto Sans TC', "Microsoft YaHei" , PingFangTC, "PingFang TC" , "蘋果儷中黑", Arial;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 5px;
  text-align: center;
  color: #1a1a1a;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-content {
  border-radius: 0;
  padding: 70px 70px 50px 70px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.modal-header, .modal-footer {
  border: 0;
}

.modal-body {
  max-height: 40vh;
  overflow-y: auto;
  padding: 20px 0;
}

.modal-body p.sub-title {
  margin-top: 20px;
}

.modal-body p.sub-title:first-child {
  margin-top: 0;
}

@media all and (max-width: 768px) {
  .modal-content {
    padding: 70px 30px 50px 30px;
  }
}

.done-page .gradient-box, .win-page .gradient-box {
  padding: 80px 105px;
  margin: 0;
}

.done-page .gradient-box h2, .win-page .gradient-box h2 {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2.2px;
  margin-bottom: 30px;
}

.done-page .gradient-box p, .win-page .gradient-box p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: 1.7px;
}

.done-page .gradient-box .main-btn-wrap, .win-page .gradient-box .main-btn-wrap {
  margin-top: 40px;
}

@media all and (min-width: 0px) {
  .done-page .kv-section .img-model, .win-page .kv-section .img-model {
    top: auto;
    bottom: 0px;
    right: 0;
    -webkit-transform: translate(64%, 0);
            transform: translate(64%, 0);
    margin: 0;
  }
  .done-page .kv-section .img-model:after, .win-page .kv-section .img-model:after {
    bottom: 0;
    top: auto;
    right: -15px;
  }
}

.index-margin {
  margin-top: -35px;
}

@media all and (min-width: 1200px) and (max-width: 1600px) {
  .index-body .kv-section {
    margin-top: 55px;
  }
}

@media all and (max-width: 1199px) {
  .kv-section.win-section {
    margin-top: 270px !important;
  }
}

@media all and (max-width: 992px) {
  .index-margin {
    margin-top: 0;
  }
  .kv-section.win-section {
    margin-top: 140px !important;
  }
}

@media all and (max-width: 414px) {
  .kv-section.win-section {
    margin-top: 135px !important;
  }
}

@media all and (max-width: 768px) {
  .done-page .gradient-box {
    padding: 50px 45px;
  }
  .done-page .gradient-box h2, .done-page .gradient-box p {
    text-align: center;
  }
  .done-page .gradient-box h2 {
    font-size: 2.4rem;
  }
  .done-page.win-page .gradient-box {
    padding: 70px 45px;
  }
  .kv-section, .win-section {
    margin-top: 40px;
  }
  .done-page .kv-section .img-model, .win-page .kv-section .img-model {
    bottom: -100px;
  }
  .done-box {
    margin-top: 70px;
  }
  .win-box {
    margin-top: 90px;
  }
  .kv-section.win-section {
    margin-top: 65px !important;
  }
}

@media all and (max-width: 576px) {
  .kv-section {
    margin-top: 40px;
  }
  .done-page .kv-section .img-model, .win-page .kv-section .img-model {
    bottom: -50px;
  }
  .done-box, .win-box {
    margin-top: 50px;
  }
  .kv-section.win-section {
    margin-top: 40px !important;
  }
}

.ie .form-item-row .input-wrap, .edge .form-item-row .input-wrap {
  padding-top: 0px;
}

.ie .form-item-row .input-wrap input, .edge .form-item-row .input-wrap input {
  padding-bottom: 8px;
}

.firefox .form-item-row .input-wrap {
  padding-top: 2px;
}

.firefox .form-item-row .input-wrap input {
  padding-bottom: 6px;
}

.firefox .form-item-row.address .input-wrap {
  padding-top: 0px;
}
/*# sourceMappingURL=main.css.map */