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

a {
  border: none;
  text-decoration: none;
  color: #333;
  blr: expression(this.onFocus=this.blur());
  -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;
  letter-spacing: .05em;
  padding: 4em 20px;
}

.form_body .form-wrap {
  position: relative;
  z-index: 2;
  width: 600px;
  max-width: 100%;
  margin: 60px auto 0;
  color: #434343;
  background: #fff;
  border: 2px solid #2e93ff;
  border-radius: 30px;
  overflow: hidden;
}

.form_body .form-wrap .form-ul {
  width: 420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

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

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

.form_body .form-wrap .form-ul .form_line > li p {
  position: relative;
}

.form_body .form-wrap .form-ul .form_line > li .fn {
  line-height: 32px;
  white-space: nowrap;
  font-size: 15px;
  overflow: hidden;
  padding: 3px 15px 3px 0;
  color: #000;
}

.form_body .form-wrap .form-ul .form_line > li .meg-error {
  color: #FA0417;
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 14px;
  line-height: 30px;
  background-color: #fff;
  padding: 0 5px;
}

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

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

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

.form_body .form-wrap .form-private {
  position: relative;
  font-size: 13px;
  margin: 20px 0 30px;
  text-align: center;
  color: #999;
  padding: 0 20px;
}

.form_body .form-wrap .form-private input[type="checkbox"] {
  display: none;
}

.form_body .form-wrap .form-private input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  line-height: 1.26;
  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: 50%;
  margin-top: -11px;
}

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

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

.form-title {
  background: #2e93ff;
  padding: 20px;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}

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

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

.form-ul .wfn {
  width: 80px;
}

.form-ul .winput {
  width: calc(100% - 80px);
}

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

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

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

.form-input {
  width: 100%;
  *width: 93.5%;
  color: #222;
  line-height: 32px;
  height: 38px;
  font-size: 15px;
  overflow: hidden;
  padding: 3px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dcdcdc;
  border-radius: .35rem;
}

.form-input:hover, .form-input:focus {
  border-color: #9c9c9c;
}

.form-input::-webkit-input-placeholder {
  color: #a7a7a7;
}

.form-input:-ms-input-placeholder {
  color: #a7a7a7;
}

.form-input::-ms-input-placeholder {
  color: #a7a7a7;
}

.form-input::placeholder {
  color: #a7a7a7;
}

input[type="button"] {
  display: block;
  width: 100%;
  border-radius: .5em;
  border: 0;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  background-color: #ff6464;
  padding: 3px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

input[type="button"].form-submit {
  max-width: 280px;
  margin: 0 auto;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
}

input[type="button"].form-submit:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

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

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

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

.moveleft {
  clear: both;
}

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

@media all and (max-width: 680px) {
  .form_body .form-wrap .form-ul li.wfn {
    display: none;
  }
  .form_body .form-wrap .form-ul li.winput {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_body .form-wrap .form-ul li.wcode {
    width: 60%;
  }
  .form_body .form-wrap .form-ul li.w-otp {
    width: calc(40% - 10px);
  }
  .form_body .form-wrap .form-private {
    padding: 0 20px;
  }
}

@media all and (max-width: 450px) {
  .form-title {
    font-size: 1.2em;
  }
}
