* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

body {
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  background: #ffffff;
}

.header {
  margin: 50px auto 42px;
  padding: 0 20px;
  width: 980px;
  max-width: 998px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav li {
  float: left;
  height: 16px;
}

.nav li:not(:last-child) {
  border-right: 1px solid #c3c3c3;
}

.nav li a {
  padding: 0px 4px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #484441;
  line-height: 16px;
  text-align: center;
  transition: all 0.2s;
}

.nav li a:hover {
  color: #e50012;
}

.social-media {
  /* width: 60px; */
  height: 18px;
  position: absolute;
  right: -78px;
  top: -1px;
}

.social-media li {
  float: left;
  width: 18px;
  height: 18px;
  margin: 0 30px 0 0;
  border: none;
}

.social-media li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/facebook.png) no-repeat;
  background-size: contain;
  transition: all 0.2s;
}

.social-media li a:hover {
  background: url(../images/facebook-hover.png) no-repeat;
  background-size: contain;
}

.footer {
  width: 100%;
  clear: both;
  overflow: hidden;
  display: block !important;
}

.footer-up {
  width: 100%;
  height: 48px;
  background: #fff;
  position: relative;
}

.footer-mid,
.footer-down {
  width: 100%;
  height: 24px;
  background: #e50012;
}

.footer-down {
  background: #fcf8f6;
}

.footer-up-content {
  width: 940px;
  margin: auto;
}

.footer-link li {
  float: left;
  margin: 0 36px 0 0;
}

.footer-link li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #80776d;
  line-height: 48px;
  transition: all 0.2s;
}

.footer-link li a:hover {
  color: #e50012;
}

.footer-contact {
  float: right;
}

.footer-contact p {
  font-size: 14px;
  font-weight: normal;
  color: #80776d;
  line-height: 48px;
}

.footer-mid p {
  width: 940px;
  margin: auto;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
}

.footer2 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}

.btn-login-header,
.member-name {
  border-radius: 18px;
}

.btn-login-header a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background: #e50012;
  transition: all 0.2s;
}

.btn-login-header a:hover {
  background: #a87658 !important;
}

.login-main {
  width: 100%;
  height: 680px;
  background: url(../images/bg-login.png) no-repeat center top;
  background-size: contain;
  padding: 118px 0 0 0;
  margin: 0 0 100px 0;
}

.login-content {
  width: 400px;
  height: 530px;
  margin: auto;
  background: #fff;
  border: 1px solid #f5e8d9;
  /*box-shadow: 0 10px 20px 0 rgba(254, 158, 46, .1);*/
}

.login-content h2 {
  font-family: Avenir, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #80776d;
  text-align: center;
  margin: 50px 0 54px;
}

.form-login,
.form-binding {
  width: 300px;
  margin: auto;
}

.login-content input,
.form-signup input,
.signup-content input,
.form-binding input,
.password-content input,
.form-member input,
#inline2 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  font-size: 16px;
  color: #484441;
  padding: 0 0 0 16px;
  width: 300px;
  height: 48px;
  border: 1px solid #eeedec;
  border-radius: 4px;
  transition: all 0.2s;
  margin: 0 0 24px 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  color: #bab2a9;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  color: #bab2a9;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  color: #bab2a9;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  color: #bab2a9;
}

.login-content input:focus,
.form-signup input:focus,
.signup-content input:focus,
.form-binding input:focus,
.password-content input:focus,
.form-member input:focus,
#inline2 input:focus {
  border: 1px solid #e50012;
}

.login-account,
.login-password,
.login-captcha,
.signup-account,
.signup-password,
.signup-name,
.signup-phone,
.captcha-text,
.signup-cardnumber,
.password-phone {
  position: relative;
}

.captcha-img {
  position: absolute;
  right: 16px;
  top: 10px;
}

.btn-login {
  width: 140px;
  height: 48px;
  margin: 6px auto 50px;
  border-radius: 10px;
}

.btn-login a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #e50012;
  transition: all 0.2s;
  border-radius: 10px;
}

.btn-login a:hover,
.btn-login a:active {
  background: #a87658 !important;
}

.login-otherlink {
  width: 374px;
  height: 16px;
  margin: auto;
}

.login-otherlink li {
  float: left;
  height: 16px;
  border-right: 1px solid #80776d;
}

.login-otherlink li:last-child {
  border: none;
}

.login-otherlink li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #bab2a9;
  padding: 0 15px;
  transition: all 0.2s;
}

.login-otherlink li a:hover {
  color: #e50012;
}

.warning {
  position: absolute;
  right: 16px;
  top: 16px;
}

.login-content input.input-error,
.form-signup input.input-error,
.captcha-text input.input-error,
.form-binding input.input-error,
.password-phone input.input-error {
  border: 2px solid #f8739b;
}

.login-captcha .warning {
  right: 104px;
}

.signup-main {
  width: 980px;
  margin: auto;
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 96px;
}

.signup-step,
.btn-logout {
  width: 415px;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 10px;
  background: url(../images/bg-signup-step.png) no-repeat center center #fff;
  border-radius: 24px;
}

.signup-step ul,
.password-step ul {
  padding: 0 0 0 20px;
}

.signup-step li,
.password-step li {
  float: left;
  font-size: 16px;
  color: #bab2a9;
  line-height: 48px;
  margin: 0 60px 0 0;
}

.signup-step li:last-child,
.password-step li:last-child {
  margin: 0;
}

.signup-step li span,
.password-step li span {
  font-size: 20px;
  margin: 0 10px 0 0;
}

.signup-step li.current,
.password-step li.current {
  color: #484441;
}

.signup-step li span.current,
.password-step li span.current {
  color: #e50012;
}

.form-signup,
.form-binding,
.form-member {
  width: 100%;
  padding: 80px 160px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(165, 134, 116, 0.05);
  margin: 50px 0;
}

.form-signup p,
.form-binding p,
.form-member p {
  font-size: 16px;
  color: #80776d;
  margin: 0 0 13px 0;
}

.form-signup input,
.form-binding input,
.form-member input {
  width: 100%;
  margin: 0 0 30px 0;
  font-size: 18px;
}

.signup-account .warning {
  top: 44px;
}

select[name="branch-like"],
select[name="bday-year"],
select[name="bday-month"],
select[name="bday-day"],
select[name="county"],
select[name="district"],
select[name="txtProvince"],
select[name="txtDistrict"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 48px;
  border: 1px solid #eeedec;
  border-radius: 4px;
  font-family: Helvetica, Arial, "PingFangTC-Light", "Microsoft JhengHei",
    sans-serif;
  font-size: 18px;
  color: #484441;
  padding: 0 0 0 16px;
  background: url(../images/bg-select.png) no-repeat right 16px center;
  margin: 0 0 30px 0;
}

select[name="branch-like"]:invalid {
  color: #80776d;
}

select[name="bday-year"] {
  width: 105px;
}

select[name="bday-month"],
select[name="bday-day"] {
  width: 87px;
}

label {
  font-size: 18px;
  color: #484441;
  margin: 0 16px 0 10px;
}

input[type="radio"] {
  width: 100px;
}

input[type="radio"]:not(old) {
  margin: -32px 0 0 0;
  padding: 0;
  opacity: 0;
}

input[type="radio"]:not(old) + label {
  display: inline-block;
  padding-left: 32px;
  line-height: 20px;
  background: url("../images/btn_radio.png") no-repeat 0 0;
  background-size: 20px 40px;
  font-size: 18px;
  color: #484441;
  margin: 0 46px 30px -104px;
}

input[type="radio"]:not(old):checked + label {
  background-position: 0 -20px;
}

.signup-email span {
  color: #bab2a9;
  margin: 0 0 0 16px;
}

#twzipcode {
  width: 100%;
  position: relative;
}

.zipcode input {
  width: 120px;
  margin: 0 0 8px 0;
}

select[name="county"],
select[name="district"] {
  width: 180px;
}

.city {
  position: absolute;
  left: 136px;
  top: 0;
}

.district {
  position: absolute;
  left: 332px;
  top: 0;
}

.signup-notice {
  width: 100%;
  height: 434px;
  border: 1px solid #eeedec;
  border-radius: 4px;
  padding: 16px;
  overflow: auto;
}

.signup-notice h2 {
  font-size: 26px;
  color: #595656;
  text-align: center;
  padding: 20px 0 60px;
}

.signup-notice p {
  font-size: 14px;
  color: #616161;
  line-height: 24px;
  margin: 0 0 1em 0;
}

.signup-notice h6 {
  font-size: 16px;
  color: #e50012;
  padding: 1em 0 2em;
}

input[type="checkbox"] {
  width: 100%;
  height: auto;
}

input[type="checkbox"]:not(old) {
  margin: -32px 0 0 0;
  padding: 0;
  opacity: 0;
}

#checkbox2:not(old) {
  margin: 0;
}

input[type="checkbox"]:not(old) + label {
  display: inline-block;
  padding-left: 32px;
  line-height: 20px;
  background: url("../images/btn_check.png") no-repeat 0 0;
  background-size: 20px 40px;
  font-size: 16px;
  color: #484441;
  margin: 0;
}

input[type="checkbox"]:not(old):checked + label {
  background-position: 0 -20px;
}

.signup-btn {
  width: 140px;
  height: 48px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.signup-btn input {
  height: 48px;
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: #e50012;
  border-radius: 10px;
  cursor: pointer;
}

.signup-btn input[type="button"]:hover {
  background: #a87658;
}

.signup-btn input[type="button"]:disabled {
  background: #ececec;
  color: #bab2a9;
}

.signup-btn input[type="button"]:disabled:hover {
  background: #ececec;
}

select::-ms-expand {
  display: none;
}
select[name="branch-like"]:focus,
select[name="bday-year"]:focus,
select[name="bday-month"]:focus,
select[name="bday-day"]:focus,
select[name="county"]:focus,
select[name="district"]:focus {
  border: 1px solid #e50012;
}

.checkbox2-warning {
  margin: 0 0 0 10px;
  color: #d03a57;
}

.signup-content,
.password-content {
  width: 940px;
  padding: 80px 320px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(165, 134, 116, 0.05);
  margin: 50px 0 0 0;
  position: relative;
}

.btn-back {
  width: 66px;
  height: 24px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.btn-back a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #bab2a9;
  line-height: 24px;
  padding: 0 0 0 34px;
  background: url(../images/bg-btn-back.png) no-repeat 6px center;
  transition: all 0.2s;
}

.btn-back a:hover {
  color: #e50012;
}

.signup-content h2,
.password-content h2 {
  font-size: 20px;
  color: #484441;
  text-align: center;
  margin: 0 0 20px 0;
}

.signup-content input,
.password-content input {
  text-align: center;
  padding: 0;
}

.btn-submit,
.btn-goto,
.btn-binding,
.btn-next,
.btn-save,
.btn-done,
.btn-change {
  width: 140px;
  height: 48px;
  border-radius: 10px;
  margin: 10px auto 50px;
}

.btn-submit a,
.btn-goto a,
.btn-binding a,
.btn-next a,
.btn-save a,
.btn-done a,
.btn-change a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  background: #e50012;
  border-radius: 10px;
  transition: all 0.2s;
}

.btn-submit a:hover,
.btn-goto a:hover,
.btn-binding a:hover,
.btn-next a:hover,
.btn-save a:hover,
.btn-done a:hover,
.btn-change a:hover {
  background: #a87658;
}

.resend {
  width: 200px;
  margin: auto;
}

.resend p {
  font-size: 16px;
  color: #bab2a9;
  text-align: center;
}

.resend p span,
.signup-content > p > span,
.password-content > p > span {
  margin: 0 10px;
  color: #484441;
}

.btn-resend {
  display: none;
  text-decoration: none;
  font-size: 16px;
  color: #bab2a9;
  transition: all 0.2s;
  text-align: center;
}

.resend a:hover {
  color: #e50012;
}

.signup-content h3,
.password-content h3 {
  font-size: 36px;
  color: #484441;
  text-align: center;
  margin: 0 0 24px 0;
}

.signup-content > p,
.password-content > p {
  font-size: 16px;
  color: #bab2a9;
  text-align: center;
}

.btn-goto {
  margin: 30px auto 0;
}

.password-step {
  width: 300px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 10px;
  background: url(../images/bg-password-step.png) center center #fff;
  border-radius: 24px;
  box-shadow: 0px 5px 10px rgba(165, 134, 116, 0.05);
}

.btn-next {
  margin: 10px auto 0;
}

.password-content {
  padding: 80px 308px;
}

.password-content input {
  width: 100%;
}

.member-name {
  width: 140px;
}

.member-name a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  padding: 0 0 0 40px;
  transition: all 0.2s;
  background: url(../images/bg-member.png) no-repeat 10px center #302e31;
  border-radius: 18px;
}

.member-name a:hover {
  background: url(../images/bg-member.png) no-repeat 10px center #e19106;
}

.member-name a span {
  margin: 0 0 0 5px;
}

.btn-logout {
  width: 124px;
}

.btn-logout a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  padding: 0 0 0 20px;
  transition: all 0.2s;
  background: url(../images/bg-logout.png) no-repeat right 20px center #e50012;
  border-radius: 24px;
}

.btn-logout a:hover {
  background-color: #f1dec8;
}

.form-member {
  float: right;
  width: 620px;
  height: 970px;
  padding: 60px 40px;
  padding-bottom: 50px;
}

.signup-bday h4 {
  font-size: 18px;
  color: #484848;
  margin: 0 0 30px -5px;
}

.signup-bday h4 span {
  margin: 0 5px;
}

.btn-save {
  margin: 50px auto 0;
}

.member-info {
  float: left;
  width: 300px;
  height: 970px;
  background: #fff;
  box-shadow: 0px 5px 10px rgba(165, 134, 116, 0.05);
  margin: 50px 0;
  padding: 60px 40px;
}

.info-password {
  margin: 0 0 60px 0;
}

.info-name {
  margin: 0 0 50px 0;
}

.info-name p,
.info-account p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #80776d;
  margin: 0 0 4px 0;
}

.info-name h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 53px;
  color: #302e31;
}

.info-account {
  margin: 0 0 12px 0;
}

.info-account h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #484441;
}

.info-password a {
  text-decoration: underline;
  font-size: 16px;
  color: #302e31;
  transition: all 0.2s;
}

.info-password a:hover {
  color: #a87658;
}

.info-other p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #80776d;
  margin: 0 0 4px 0;
}

.info-other h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #484441;
  margin: 0 0 25px 0;
}

#inline1,
#inline3 {
  width: 780px;
  background: #fff;
  padding: 80px 0;
}

#inline1 h2,
#inline3 h2 {
  font-size: 36px;
  color: #484441;
  text-align: center;
  margin: 0 0 35px 0;
}

.btn-done {
  margin: 0 auto;
}

#inline2 {
  width: 780px;
  padding: 80px 240px;
  background: #fff;
}

#inline2 h2 {
  font-size: 24px;
  color: #80776d;
  text-align: center;
  margin: 0 0 50px 0;
}

#inline2 input {
  width: 100%;
}

.btn-change {
  margin: 10px auto 0;
}

.ui-widget.ui-widget-content {
  padding: 15px !important;
}

.ui-datepicker-year,
.ui-datepicker-month {
  font-size: 20px !important;
}

.header-mitsul,
.header-lalaport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-mitsul img {
  width: 120px;
  height: 28px;
}

.header-lalaport {
  margin-left: 0px;
}

.header-lalaport img {
  width: 110px;
  height: 28px;
}

.header-mitsul > ul,
.header-lalaport > ul {
  margin-left: 10px;
}

.btn-login-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .btn-login-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

#pointQuery {
  height: 36px;
  min-width: 122px;
  border: 1px solid #e50012;
  color: #e50012;
  background: transparent;
  padding: 0 17px;
  margin-right: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#pointQuery::before {
  content: "";
  display: block;
  background: url(../images/list.png) center no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  #pointQuery {
    margin-right: 0;
    margin-top: 8px;
  }
}

#pointQuery:hover {
  color: #a87658;
  border: 1px #a87658 solid;
  background: transparent !important;
}

#lname {
  flex-shrink: 0;
  min-width: 122px;
  height: 36px;
  padding: 0 12px 0 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#lname::before {
  content: "";
  display: block;
  background: url(../images/account.png) center no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.signup-branch {
  margin-bottom: 30px;
}

.select {
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  width: 100%;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  color: #484441;
  border: 1px solid #eeedec;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select::after {
  content: "";
  display: block;
  background: url(../images/bg-select.png) no-repeat center;
  width: 24px;
  height: 24px;
}

.select span {
  flex-shrink: 0;
}

.select ul::before {
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  margin: 0 auto;
  display: block;
  background: #eeedec;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.select:focus {
  border: 1px solid #595959;
}

.select:disabled {
  border: 1px solid #a6a6a6;
  background: #d9d9d9;
}

.select ul {
  display: none;
  width: calc(100% + 2px);
  position: absolute;
  top: 47px;
  left: -1px;
  background: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 6px 0;
  z-index: 99;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select ul li {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #484441;
  padding: 6px 16px;
}

.select--active {
  border: 1px solid #e50012;
}

.select--active::after {
  transform: rotate(180deg);
}

.select--active ul {
  display: block !important;
  border: 1px solid #e50012;
  border-top: 0;
}

.btn-search a:hover {
  background: #a87658 !important;
}

.signup-branch select {
  margin-bottom: 10px;
}

.page-title {
  font-family: Noto Sans CJK TC;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}

.terms-body li {
  list-style-type: none;
}
