header {
  width: 100%;
  height: 70px;
}

/* h2 {
  color: #fff;
  font-size: 24px;
  font-family: "Noto Sans TC", "Heiti TC", 微軟正黑體, "Microsoft JhengHei";
} */

.header_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.logo {
  width: 90px;
  /* margin-left: 10px; */
  padding: 0px 0;
  margin: 0 auto;
}

.logo img {
  width: 100%;
}

.registeredForm,
.termsForm {
  width: 94%;
  height: 450px;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #d4d3db;
  box-sizing: border-box;
  padding: 10px;
  text-align: justify;
  color: #2f2f30;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
}

.termsContent {
  width: 100%;
  height: calc(100% - 10px);
  padding: 10px 20px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.termsContent p {
font-size: 16px;
line-height: 26px;
}
.block {
  text-align: left;
}

.btns {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto 20px;
}
input {
  appearance: button;
  -moz-appearance: button; /* Firefox */
  -webkit-appearance: button; /* Safari 和 Chrome */
  box-sizing: border-box;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  width: 30%;
  display: inline-block;
  height: 40px;
  padding: 0px;
  margin: 10px;
  font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
  border-radius: 4px;
  transition: all 0.3s;
  box-shadow: none;
  border: 0;
  color: #fff;
  font-weight: bold;
}

input[placeholder="輸入系統驗證碼"] {
  border-radius: 10px 0 0 10px;
}

input[value="同意"] {
  /* margin-right: 10%; */
  background: #0d3998;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #001183;
  font-size: 16px;
}

input[value="同意"]:hover {
  background: #001183;
}

input[value="不同意"] {
  color: #fff;
  background-color: #ea502e;
  font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , Helvetica , Arial , sans-serif , serif;
  border-bottom: 1px solid #cf4527;
  font-size: 16px;
}
input[value="不同意"]:hover {
  color: #fff;
  background-color: #e21000;
  /* border: 1px solid #aaa; */
}

input:focus {
  outline: 0;
}

.agency_Photo input {
  opacity: 0;
  width: 100px;
  height: 100px;
}
.photo {
  width: 110px;
  height: 110px;
  background: url(../img/user.svg) 50% 50% no-repeat #f5f5f5;
  -webkit-background-size: 80px auto;
  background-size: 80px auto;
  display: inline-block;
  border-radius: 10px;
}

ul {
  text-align: justify;
  color: #2f2f30;
  font-size: 16px;
  line-height: 26px;
}
ul li {
  margin-left: -15px;
}
ul.cjk-ideographic {
  list-style-type: cjk-ideographic;
  font-size: 16px;
  color: #136cb6;
}
ul.cjk-ideographic li {
  margin-bottom: 0px;
  font-weight: bold;
}

ul.decimal {
  padding-left: 10px;
  list-style-type: decimal;
}

ul.disc {
  list-style-type: disc;
}

ul.decimal-leading-zero {
  list-style-type: decimal-leading-zero;
}
ul.none {
  list-style-type: none;
}
ul.none li {
  margin-left: -40px;
}

/* ================================================行動版================================================ */
@media screen and (min-width: 0px) and (max-width: 640px) {
  .termsContent {
    height: calc(100% - 10px);
  }
  input {
    width: 40%;
    height: 40px;
  }

  input[value="同意"] {
    font-size: 16px;
  }

  input[value="不同意"] {
    font-size: 16px;
  }
}
