@charset "UTF-8";
.formBox input[type="text"], .formBox select, .formBox textarea, .checkArea a {
  box-sizing: border-box;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.contentBox .rightBox iframe {
  width: 100%;
  height: 300px;
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d8d7d5;
  font-size: 17px;
  color: #333;
  line-height: 1.8;
}

.formBox {
  margin-top: 20px;
  font-size: 17px;
  color: #2f2f2f;
  /*字的顏色*/
}

.formBox .left {
  margin-bottom: 5px;
}

.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  color: #333;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  font-family: "新細明體", Verdana, Geneva, sans-serif;
  color: #53c0f3;
  /*星號的顏色*/
}

.formBox input[type="text"], .formBox select, .formBox textarea {
  padding: 5px;
  border: 1px solid #d8d7d5;
  border-radius: 3px;
}

.formBox input[type="text"] {
  width: 100%;
  height: 35px;
  line-height: 35px;
}

.formBox select {
  height: 35px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 100px;
}

.checkArea {
  clear: both;
  padding-top: 25px;
}

.checkArea .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.checkArea a {
  display: block;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*--滑動解鎖--*/
.captchaArea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 40px;
  background-color: #fff;
}

.captchaArea.unlocking .sliderBtn {
  transition: none;
}

.captchaArea .note {
  position: absolute;
  top: 11px;
  right: 35px;
  z-index: 1;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  background-color: #ef95cf;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s linear;
}

.sliderBtn::before {
  content: '\f105';
  position: absolute;
  top: 7px;
  left: 17px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

.dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.dropError {
  /*錯誤*/
  display: none;
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
