body {
  min-width: 1440px;
}
.header {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 40px;
}
.header .header-container {
  width: 1080px;
  margin: 0 auto;
}
.lay-header {
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  position: relative;
}
.lay-header .lay-header-logo {
  height: 80px;
  position: absolute;
  left: 0;
}
.lay-header .lay-header-logo:nth-child(2) {
  left: 90px;
}
.lay-header .lay-header-navs {
  align-self: stretch;
  display: flex;
  gap: 24px;
}
.lay-header .lay-header-navs .lay-header-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.lay-header .lay-header-navs .lay-header-nav.active a {
  color: #ED751C;
}
.lay-header .lay-header-navs .lay-header-nav a {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.lay-header .lay-header-navs .lay-header-nav .lay-header-nav-menu {
  padding: 0 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  display: none;
  position: absolute;
  top: 80px;
}
.lay-header .lay-header-navs .lay-header-nav .lay-header-nav-menu a {
  line-height: 40px;
  white-space: nowrap;
}
.lay-header .lay-header-navs .lay-header-nav:hover .lay-header-nav-menu {
  display: flex;
  z-index: 99;
}
.lay-header .lay-header-information {
  display: flex;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 0;
}
.lay-header .lay-header-information .lay-header-information-btn {
  cursor: pointer;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.lay-header .lay-header-information .lay-header-information-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.lay-header .lay-header-lang {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  padding-left: 24px;
  position: relative;
  height: 40px;
}
.lay-header .lay-header-lang .lay-header-lang-icon {
  width: 24px;
  height: 24px;
}
.lay-header .lay-header-lang .lay-header-lang-text {
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.lay-header .lay-header-lang .lay-header-lang-dropdown {
  position: absolute;
  right: 0;
  bottom: -84px;
  display: none;
  z-index: 9;
}
.lay-header .lay-header-lang .lay-header-lang-dropdown .lay-header-lang-dropdown-item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 110px;
  height: 42px;
  padding: 12px 24px;
  border-radius: 0;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #DBDBDB solid transparent;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.lay-header .lay-header-lang:hover .lay-header-lang-dropdown {
  display: block;
}
.header.index .header-container {
  width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
}
.header.index .lay-header .lay-header-navs .lay-header-nav a {
  color: #FFFFFF;
}
.header.index .lay-header .lay-header-navs .lay-header-nav .lay-header-nav-menu {
  padding: 0 12px;
  background-color: #f47e26;
  z-index: 999;
}
.header.index .lay-header .lay-header-information .lay-header-information-btn {
  color: #FFFFFF;
}
.ad-block {
  padding: 64px 0;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 52px;
}
.footer {
  padding: 30px 0;
  background-color: #EFEFEF;
}
.footer .lay-container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.footer .footer-container {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  box-sizing: border-box;
  justify-content: space-evenly;
}
.footer .footer-left {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.footer .footer-divider {
  width: 1px;
  height: 50px;
  background-color: #9c9c9c;
  margin: 0 6px;
}
.footer .footer-logo {
  height: 40px;
}
.footer .footer-center {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
.footer .footer-social-icon {
  width: 30px;
  height: 30px;
}
.footer .footer-right {
  flex: initial;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-certificates {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.footer .footer-certificate {
  height: 30px;
  margin: 0;
}
.footer .footer-divider-cert {
  width: 1px;
  height: 30px;
  background-color: #9c9c9c;
  margin: 0 1px;
}
.footer .footer-btns {
  display: flex;
  gap: 16px;
}
.footer .footer-btn {
  height: 32px;
}
.footer .footer-ads {
  display: flex;
  gap: 24px;
}
.footer .footer-ad {
  height: 48px;
}
.footer-easy {
  background: #222222;
}
.footer-easy .footer-easy-container {
  padding: 0 40px;
}
.footer-easy .footer-content {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
}
.footer-easy .footer-content .footer-content-1 {
  flex: 1;
}
.footer-easy .footer-content .footer-content-3 {
  display: flex;
  gap: 8px;
}
.footer-easy .footer-links {
  display: flex;
  gap: 24px;
}
.footer-easy .footer-links .footer-link {
  cursor: pointer;
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}
.footer-easy .footer-copyright {
  opacity: 0.4;
  color: #9C9C9C;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.footer-easy .footer-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.footer-copyright {
  border-top: 1px solid #999;
  background-color: #EFEFEF;
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px 0;
}
.footer-copyright a {
  color: #333;
}
.lay-container {
  width: 1080px;
  margin: 0 auto;
}
.breads {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}
.breads .bread {
  color: #9C9C9C;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}
.breads .bread.active {
  color: #000000;
  font-weight: 600;
}
.lay-choose {
  padding: 24px;
  background-color: #F7F7F7;
  margin-bottom: 24px;
}
.lay-choose .lay-choose-block {
  border-bottom: 1px solid #ECECEC;
  display: flex;
  gap: 24px;
}
.lay-choose .lay-choose-block .item-title {
  min-width: 28px;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
}
.lay-choose .lay-choose-block .item-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
}
.lay-choose .lay-choose-block .item-list .item {
  cursor: pointer;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
}
.lay-choose .lay-choose-block .item-list .item.active {
  color: #ED751C;
}
.lay-divide {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.lay-divide .lay-divide-main {
  width: 710px;
}
.lay-divide .lay-divide-auxiliary {
  flex: 1;
  position: relative;
}
.advertise-list .advertise {
  cursor: pointer;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.advertise-list .advertise .advertise-img {
  width: 100%;
}
.advertise-list .advertise .advertise-title {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.advertise-list .advertise .advertise-desc {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.lay-switch .switches {
  display: flex;
  background-color: #F5F5F5;
}
.lay-switch .switches .switch {
  cursor: pointer;
  font-size: 14px;
  line-height: 38px;
  padding: 0 20px;
  border-top: 2px solid transparent;
}
.lay-switch .switches .switch.active {
  font-weight: 600;
  border-color: #ED751C;
  background-color: #FFFFFF;
}
.lay-switch .contents .content {
  height: 250px;
  background-color: #FFFFFF;
  display: none;
}
.lay-switch .contents .content.active {
  display: block;
}
.shadow {
  box-shadow: 0 0 10px #CCCCCC;
}
.pages .pagination {
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pages .pagination li span,
.pages .pagination li a {
  width: 34px;
  height: 34px;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .pagination li.active span {
  color: #FFFFFF;
  background-color: #ED751C;
}
.mb80 {
  margin-bottom: 80px;
}
.hidden {
  display: none;
}
.lay-verify-fail {
  border-color: red !important;
}
.form-controls {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.form-controls .form-control-block {
  flex: 1;
}
.form-controls-block {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.form-control-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.form-control-text {
  color: #ED751C;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 8px;
  cursor: pointer;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-login .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 640px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-login .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-login .modal-dialog .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-login .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-login .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-login .modal-dialog .roommate-count {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-login .modal-dialog .roommate-count span {
  color: #ED751C;
}
.modal.modal-login .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-login .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-login .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-login .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.avatar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}
.avatar-img {
  width: 64px;
  height: 64px;
}
.lay-enlarge-lg {
  z-index: 10;
}
.lay-popup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.lay-popup .lay-popup-mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-enter .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 480px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-enter .modal-dialog .title {
  margin: 0;
}
.modal.modal-enter .modal-dialog .roommate-count {
  color: #575757;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-enter .modal-dialog .roommate-count span {
  color: #ED751C;
}
.modal.modal-enter .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-enter .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-enter .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-enter .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 480px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-success .modal-dialog .roommate-enter-success-icon {
  width: 166px;
  height: 128px;
}
.modal.modal-success .modal-dialog .roommate-enter-success-notice {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-success .modal-dialog .roommate-enter-success-btn {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-center {
  align-items: center;
  justify-content: center;
}
.modal.modal-assign .modal-dialog,
.modal.modal-rent .modal-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  width: 640px;
  height: auto;
  padding: 32px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 0 solid transparent;
}
.modal.modal-assign .modal-dialog .title,
.modal.modal-rent .modal-dialog .title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal.modal-assign .modal-dialog .title .title-text,
.modal.modal-rent .modal-dialog .title .title-text {
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}
.modal.modal-assign .modal-dialog .title-sec,
.modal.modal-rent .modal-dialog .title-sec {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.modal.modal-assign .modal-dialog .title-thr,
.modal.modal-rent .modal-dialog .title-thr {
  color: #575757;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
}
.modal.modal-assign .modal-dialog .form-btns,
.modal.modal-rent .modal-dialog .form-btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.modal.modal-assign .modal-dialog .form-btn,
.modal.modal-rent .modal-dialog .form-btn {
  flex: 1;
  margin: 0;
}
.modal.modal-assign .modal-dialog .form-btn.cancel,
.modal.modal-rent .modal-dialog .form-btn.cancel {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #ECECEC;
  color: #575757;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.modal.modal-assign .modal-dialog .form-btn.submit,
.modal.modal-rent .modal-dialog .form-btn.submit {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  width: auto;
  height: 42px;
  padding: 0;
  border-radius: 1px;
  box-sizing: border-box;
  background-color: #ED751C;
  border: 0 solid transparent;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.lay-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-items {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form .lay-form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form .lay-form-item .lay-form-item-label {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form .lay-form-item .lay-form-item-label span {
  width: 8px;
  color: #8B1C29;
  display: inline-block;
}
.lay-form .lay-form-item .lay-form-item-control {
  min-height: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  position: relative;
}
.lay-form .lay-form-item .lay-form-item-control .lay-form-item-control-notice {
  cursor: pointer;
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 16px;
}
.lay-form .lay-form-item .lay-form-item-notice {
  color: #8B1C29;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
.lay-form-choose {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
}
.lay-form-choose .lay-form-choose-name {
  color: #575757;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
input.lay-form-choose-control {
  display: none;
}
label.lay-form-choose-control {
  flex-shrink: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin: 0;
  position: relative;
  overflow: hidden;
}
label.lay-form-choose-control.radio {
  border-radius: 50%;
}
label.lay-form-choose-control.checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  border: 1px solid #ED751C;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  position: absolute;
  left: -1px;
  top: -0.5px;
  opacity: 0;
}
label.lay-form-choose-control.radio::before {
  content: "";
  display: block;
  width: calc(20px - 4px);
  height: calc(20px - 4px);
  border-radius: 50%;
  background-color: #ED751C;
  position: absolute;
  left: 1px;
  top: 1px;
  opacity: 0;
}
input.lay-form-choose-control:checked + label.lay-form-choose-control::before {
  opacity: 1;
  transform: all 0.5s;
}
input[type="file"] {
  display: none;
}
.file-btn {
  width: 72px;
  height: 72px;
}
.file-control {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.file-imgs {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.lay-form-upload {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-control .lay-form-upload-control-icon {
  width: 72px;
  height: 72px;
}
.lay-form-upload .lay-form-upload-images {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image {
  position: relative;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-content {
  width: 72px;
  height: 72px;
}
.lay-form-upload .lay-form-upload-images .lay-form-upload-image .lay-form-upload-image-icon {
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;
  top: -7px;
  right: -7px;
}
input.lay-form-upload-control {
  display: none;
}
label.lay-form-upload-control {
  cursor: pointer;
  margin-bottom: 0;
}
.icon-glory {
  position: absolute;
  right: 50px;
  top: -15px;
  height: 334px;
}
.flex-1 {
  flex: 1 !important;
}
.flex-2 {
  flex: 2 !important;
}
.flex-3 {
  flex: 3 !important;
}
.flex-4 {
  flex: 4 !important;
}
.flex-5 {
  flex: 5 !important;
}
.flex-6 {
  flex: 6 !important;
}
.flex-7 {
  flex: 7 !important;
}
.flex-8 {
  flex: 8 !important;
}
.flex-9 {
  flex: 9 !important;
}
.flex-10 {
  flex: 10 !important;
}
.flex-11 {
  flex: 11 !important;
}
.flex-12 {
  flex: 12 !important;
}
.flex-13 {
  flex: 13 !important;
}
.flex-14 {
  flex: 14 !important;
}
.flex-15 {
  flex: 15 !important;
}
.flex-16 {
  flex: 16 !important;
}
.flex-17 {
  flex: 17 !important;
}
.flex-18 {
  flex: 18 !important;
}
.flex-19 {
  flex: 19 !important;
}
.flex-20 {
  flex: 20 !important;
}
.flex-21 {
  flex: 21 !important;
}
.flex-22 {
  flex: 22 !important;
}
.flex-23 {
  flex: 23 !important;
}
.flex-24 {
  flex: 24 !important;
}
.flex-25 {
  flex: 25 !important;
}
.flex-26 {
  flex: 26 !important;
}
.flex-27 {
  flex: 27 !important;
}
.flex-28 {
  flex: 28 !important;
}
option:disabled {
  display: none;
}
.zonecode {
  flex-shrink: 0;
  width: 100px;
}
.form-control-outer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-control-outer .form-control.login {
  flex: 1;
}
.footer-line-icon {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 48px;
  bottom: 160px;
  z-index: 999;
}
h1 {
  margin: 0;
}
