body {
  font: 15px/1.8em "Century Gothic", Arial, Microsoft JhengHei, "sans-serif";
  color: #222;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover {
  color: #FF3399;
  text-decoration: underline
}
input::placeholder, textarea::placeholder {
  font-size: 13px;
}
input, textarea {
  font-family: Arial, Microsoft JhengHei, "sans-serif";
}
/****/
.hd_m {
  display: none;
}
.ft_m {
  font-size: 12px;
  color: #fff;
  background: #555;
  text-align: center;
  width: 100%;
  display: none;
}
.ft_m > nav > a {
  margin: 0 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.ft_m > nav > a:nth-child(2) {
  color: #FFA1B2;
}
.pez_header, .pez_footer {
  width: 950px;
  margin: 0 auto;
}
.pez_header iframe, .pez_footer iframe {
  width: 100%;
}
/***/
.mem_main {
  max-width: 800px;
  box-sizing: border-box;
  margin: 20px auto;
}
h2 {
  font-size: 30px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  vertical-align: middle
}
h2:before {
/*  content: '';*/
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 10px;
  background-color: #fff;
  vertical-align: middle
}
h2 .en {
  white-space: nowrap;
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}
h3 {
  font-size: 1em;
}
input[type="text"], input[type="tel"], input[type="email"], textarea {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 6px;
  transition: border-color .1s ease;
  font-size: 15px;
  border-radius: 4px;
  -webkit-appearance: none;
	height: 42px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .13);
  border-color: #999;
}
.content {
  box-sizing: border-box;
  box-shadow: 0 0 3px #888;
  background-color: #ffffffbd;
  padding: 10px 30px;
  min-height: 290px;
  border-radius: 1em;
	backdrop-filter: blur(5px);
}
.form_lg, .form_md, .form_check, .form_sm {
  margin: 10px 0;
  padding: 0 5px;
  box-sizing: border-box;
}
.form_lg:after, .form_md:after, .form_sm:after, .form_check:after {
  display: table;
  content: '';
  clear: both;
}
.form_md {
  width: 50%;
  float: left;
  min-height: 86px;
}
.form_sm input {
  width: 12%;
  float: none
}
.form_lg a, .form_md a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.form_inner {
  margin: 3px 0;
}
.form_inner:after {
  content: '';
  display: table;
  clear: both;
}
.form_inner b {
  font-size: 15px;
}
.form_txt {
  float: left;
  font-size: 12px;
  line-height: 18px;
}
.form_md .form_txt {
  width: 52%;
  margin-left: 3%;
}
select {
  font-size: 13px;
  padding: 8px;
  border: 1px solid #ccc;
  transition: border-color .1s ease;
}
select:focus {
  border-color: #555;
}
.btn_lg {
  width: 100%;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  background-color: #ec7946;
  cursor: pointer;
  margin: 10px auto;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn_lg a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.btn_md {
  display: inline-block;
  width: 46%;
  text-align: center;
  text-shadow: 0 1px #a0013d;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  background-color: #e71d69;
  cursor: pointer;
  margin: 10px 2%;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn_md a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
.btn_md.single {
  display: block;
  margin: 5px auto;
}
.btn_gray {
  background-color: #999;
  text-shadow: 0 1px #555;
}
.btn_orange {
  background-color: coral;
  text-shadow: 0 1px #d13800;
}
.security_code {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  width: calc(50% - 5px);
}
.security_code img {
  width: 106px;
  height: 30px;
  float: left;
  margin-right: 3px;
}
.security_code a {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.guide_wrape {
  font-size: 15px;
  margin: 10px 0;
}
.guide_wrape .en {
  display: block;
  font-size: 14px;
  color: #888;
}
.guide_wrape .en a {
  color: #888;
}
.guide_wrape .hightlight {
  color: #e71d69;
}
.guide_wrape b.hightlight {
  font-size: large;
  color: #df0000;
  margin: 5px 0;
  display: block;
}
.guide_wrape a {
  color: #222;
}
.form_check {}
.form_check a {
  color: #222;
}
.form_sm .year {
  width: 20%;
}
/***/
.wrong_wrape {
  clear: both;
}
.wrong_msg {
  font-size: 13px;
  color: #fc0000;
  line-height: 15px;
  margin-bottom: 5px;
}
.wrong_msg .en {
  font-size: 12px;
}
input.wrong {
  border-color: #fc0000;
  border-width: 2px;
}
/*****/
.otp_verify.otp_verify {}
.otp_verify .content {
  min-height: 300px;
}
.otp_verify .service_txt {
  font-size: 14px;
  margin-top: 20px;
}
.otp_input_wrapper {
  text-align: center;
}
.otp_verify .send {
  width: 30%;
}
.otp_input_wrapper input {
  border: none;
  border-bottom: 2px solid #ccc;
  text-align: center;
  font-size: 24px;
  border-radius: 0;
  transition: border-color .1s ease;
  float: none
}
.otp_input_wrapper input:focus {
  border-color: #e71d69;
  box-shadow: none;
}
.otp_input_wrapper input::placeholder {
  color: #777;
  font-size: 15px;
}
.otp_input_wrapper input.wrong {
  border-color: red;
}
/******/
.service_txt {
  font-size: 13px;
  text-align: left;
  color: #555;
  margin-top: 10px;
}
.service_txt a {
  text-decoration: underline;
  color: #555;
}
.service_txt a:hover {
  text-decoration: none
}
.service_txt ul, .service_txt ul li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 7px;
  margin-top: 5px;
}
/******/
.text_reset_id {
  display: inline-block;
  float: left;
  line-height: 18px;
  color: red
}
.btn_reset_id {
  display: inline-block;
  line-height: 36px !important;
  color: #fff !important;
  font-weight: bold;
  background-color: #e71d69;
  cursor: pointer;
  margin: 0 10px 0 20px;
  padding: 0 5px;
  font-size: 16px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.edit__idCard b {
  float: left
}
/*****/
.bk_mask {
  position: fixed;
  z-index: 888;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}
.alert_block {
  width: 300px;
  height: 180px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
  text-align: center;
}
.alert_block:before {
  content: '';
  display: inline-block;
  height: 120px;
  vertical-align: middle;
}
.alert_block .txt {
  display: inline-block;
  font-size: 15px;
  vertical-align: middle;
}
/*-----------header--------------*/
.header_pc {}
.header_m {
  display: none;
}
.intext {
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 948px;
}
.tb01 {
  width: 100%;
}
.tb01 tr td {
  padding: 7px 0 3px 0;
  border-bottom: 0px #8F8F8F dashed;
}
.tb01 tr td p {
  margin-left: 10px;
}
.tb02 {
  width: 100%;
}
.company_welfare_input {
  width: 120px !important;
}
.captcha_input {
  width: 140px;
  float: left;
}
@media (max-width:576px) {
  body {
    background-color: #e6e6e6;
    width: 100%;
  }
  ::input-placeholder {
    font-size: 13px;
  }
  input {
    font-size: 16px;
  }
  .pez_header, .pez_footer,.hd_pc {
    display: none;
  }
  .hd_m, .ft_m {
    display: block;
  }
  .header_pc {
    display: none;
  }
  .header_m {
    display: block;
  }
  h2 {
    margin-left: 10px;
  }
  .mem_main {
    width: 100%;
    min-height: calc(100vh - 125px);
    margin: 10px auto;
  }
  .content {
    padding: 10px;
    min-height: 0;
  }
  .alert_block {
    top: 0;
    bottom: 0;
  }
  .btn_reset_id {
    margin: 0 3px 0 5px;
  }
  .tb01 {
    width: 100%;
  }
  .pic {
    width: 100%;
  }
  .tb01 tr td {
    padding: 7px 0 3px 0;
    border-bottom: 0px #8F8F8F dashed;
  }
  .tb02 {
    width: 100%;
  }
  .form_md {
    width: 100%;
	min-height:inherit;
  }
}
/**font color**/
.f_red {
  color: #e90000;
}