@charset "UTF-8";
/* 修正IE6振动bug */
*html,
*html body {
  background-image: url(about:blank);
  background-attachment: fixed;
}

a {
  border: none;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

img {
  border: none;
  text-decoration: none;
  vertical-align: middle;
  max-width: 100%;
}

:focus {
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

textarea {
  overflow: scroll;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

.hover-delay {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}

select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px #fff inset;
          box-shadow: 0 0 0 60px #fff inset;
  -webkit-text-fill-color: #676767;
  background-color: #f9f9f9;
}

.form_body {
  position: relative;
  width: 100%;
  height: auto;
  padding: 5em 20px;
  letter-spacing: .05em;
  background: url(../images/form_bg.png) no-repeat center top;
  background-size: cover;
}

.form_body .form-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 0 0 40px;
  color: #434343;
}

.form_body .form-wrap .form-ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.form_body .form-wrap .form-ul .form_line {
  overflow: hidden;
}

.form_body .form-wrap .form-ul li {
  margin-bottom: 15px;
  overflow: hidden;
}

.form_body .form-wrap .form-ul li p {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  *overflow: none;
}

.form_body .form-wrap .form-ul li p:hover, .form_body .form-wrap .form-ul li p:focus {
  color: #000;
  -webkit-box-shadow: 0 0 5px #999;
          box-shadow: 0 0 5px #999;
}

.form_body .form-wrap .form-ul li .fn {
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 20px 3px 0;
}

.form_body .form-wrap .form-ul li .meg-error {
  color: #FA0417;
  position: absolute;
  top: 14px;
  right: 15px;
  font-size: 15px;
  background-color: #F9F9F9;
}

.form_body .form-wrap .form-ul li .meg-border-error input {
  border-color: #f65662;
}

.form_body .form-wrap .form-ul li .meg-error-color {
  color: #FA0417;
}

.form_body .form-wrap .form-ul li .meg-border-okay input {
  border-color: #6ac451;
}

.form_body .form-wrap .form-private {
  position: relative;
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
}

.form_body .form-wrap .form-private input[type="checkbox"] {
  display: none;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  vertical-align: -5px;
}

.form_body .form-wrap .form-private input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 22px;
  display: inline-block;
  text-align: left;
}

.form_body .form-wrap .form-private input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 50em;
  left: 0;
  top: 0;
}

.form_body .form-wrap .form-private input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 12px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 7px;
  top: 4px;
}

.form_body .form-wrap .form-private a {
  color: inherit;
  border-bottom: 1px solid;
}

.form-title {
  text-align: center;
  margin-bottom: 40px;
}

.form-title h4 {
  text-indent: -9999px;
  height: 0;
}

.form-title img {
  max-width: 80%;
}

.form-title h5 {
  font-size: 1.1em;
  margin-top: 20px;
}

.form-title h5 b {
  color: #ff5c30;
  white-space: nowrap;
}

.tree__1 {
  position: absolute;
  bottom: 0;
  left: 80px;
  width: 18%;
}

.tree__2 {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 27.2%;
}

.form-note {
  margin: 20px 0 0;
  font-size: 15px;
  color: #fff;
}

.form-ul .mar_r {
  float: right;
}

.form-ul .mar_l {
  float: left;
}

.form-ul .w20 {
  width: 18%;
}

.form-ul .w80 {
  width: 82%;
}

.form-ul .w50 {
  width: 50%;
}

.form-ul .w-otp {
  width: calc(32% - 10px);
}

.form-ul .w100 {
  width: 100%;
}

.form-input {
  width: 100%;
  *width: 93.5%;
  color: #222;
  line-height: 36px;
  height: 44px;
  font-size: 16px;
  overflow: hidden;
  padding: 3px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: 50em;
}

.form-input:hover, .form-input:focus {
  background-color: #E6EEF7;
}

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: 50em;
  border: 0;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  background-color: #2453a8;
  font-weight: bold;
  padding: 3px;
  text-align: center;
}

input[type="button"].form-submit {
  max-width: 340px;
  margin: 0 auto;
  line-height: 44px;
  font-size: 18px;
  border: 0;
  -webkit-animation: flipInX 1s 1;
          animation: flipInX 1s 1;
}

input[type="button"].form-submit:hover {
  background-color: #311c41;
  color: #fff;
}

#getOtp {
  background: #9b9b9b;
  color: #fff;
  font-size: 14px;
}

#getOtp:hover {
  background-color: #686868;
}

input.getOtp_off[type="button"] {
  font-size: 14px;
  background-color: #999;
  cursor: wait;
}

.moveleft {
  clear: both;
}

/*--- radio select style ---*/
#QT1 {
  font-size: 0;
  padding: 0;
  line-height: inherit;
}

.group_select {
  text-align: center;
}

.group_select .ans_block {
  margin-bottom: 30px;
}

.group_select .q_left {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36%;
  margin: 0 5px 15px;
}

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

.group_select input[type="radio"] + label {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.group_select input[type="radio"] + label > * {
  display: block;
}

.group_select input[type="radio"] + label span {
  font-weight: bold;
}

.group_select input[type="radio"] + label b {
  color: #e62325;
}

.group_select input[type="radio"] + label small {
  margin-top: 5px;
}

.group_select input[type="radio"] + label:hover,
.group_select input[type="radio"]:checked + label {
  -webkit-box-shadow: inset 0px 0px 0px 7px #ffd900;
          box-shadow: inset 0px 0px 0px 7px #ffd900;
}

.group_select .se_close_msg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  line-height: 100px;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}

#endmsg {
  display: none;
  width: 500px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  padding: 30px;
}

#endmsg a {
  border-bottom: 1px solid;
  color: #fff100;
}

/*--- OTP彈出視窗 ---*/
.jconfirm .jconfirm-holder {
  max-width: 700px;
  margin: 0 auto;
  max-height: 100%;
  padding: 50px 0;
}

@media all and (max-width: 1000px) {
  .group_select .q_left {
    width: 50%;
  }
}

@media all and (max-width: 680px) {
  .form_body .form-wrap .form-ul {
    padding: 0;
  }
  .form_body .form-wrap .form-ul li.w20, .form_body .form-wrap .form-ul li.w80 {
    width: 100%;
  }
  .form_body .form-wrap .form-ul li.w20 {
    display: none;
  }
  .form_body .form-wrap .form-ul li.w80 {
    margin-bottom: 10px;
  }
  .form_body .form-wrap .form-ul li.w50 {
    width: 60%;
  }
  .form_body .form-wrap .form-ul li.w-otp {
    width: calc(40% - 10px);
  }
  .form_body .form-wrap .form-private {
    padding: 0 20px;
  }
  .form-title span {
    display: block;
  }
}

@media all and (max-width: 576px) {
  .group_select .q_left {
    width: 70%;
  }
  .group_select input[type="radio"] + label:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tree__1 {
    left: 40px;
    width: 28%;
  }
  .tree__2 {
    right: 10px;
    width: 43%;
  }
}

@media all and (max-width: 450px) {
  .group_select .q_left {
    width: 100%;
    margin: 0 0 10px;
  }
}
