#tappay {
  width: 100%;
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  top: 50px !important;
}
@media (max-width: 1023.98px) {
#tappay {
    top: 70px !important;
    height: calc(100vh - 70px);
}
}
#tappay .copyicon {
  position: relative;
  top: 2px;
  left: 6px;
  color: #AAAAAA;
}
#tappay .block_img {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#tappay .block_img img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}
#tappay .custom_house_info {
  width: 100%;
  color: #555555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
#tappay .custom_house_info.pd_top {
  padding-top: 60px;
}
@media (max-width: 1023.98px) {
#tappay .custom_house_info {
    padding-bottom: 40px;
}
#tappay .custom_house_info.pd_top {
    padding-top: 40px;
}
}
#tappay .custom_house_info.border {
  border-bottom: 1px solid #E5E5E5;
}
#tappay .custom_house_info h2 {
  margin-bottom: 60px;
}
#tappay .custom_house_info .info_block {
  width: 100%;
  padding: 0;
}
#tappay .custom_house_info .info_block label {
  min-height: 14px;
}
#tappay .custom_house_info .info_block:not(:first-of-type) {
  margin-top: 40px;
}
#tappay .custom_house_info .info_block .dezu_note:not(:first-of-type) .first_label {
  margin-top: 20px;
}
#tappay .custom_house_info .info_block .dezu_note:not(:first-of-type) span:not(:first-of-type) {
  min-width: 140px;
  text-align: right;
}
#tappay .custom_house_info .info_block .dezu_note:not(:first-of-type) .el-checkbox {
  padding: 0 0 0 13px;
}
@media (max-width: 1023.98px) {
#tappay .custom_house_info .info_block {
    padding: 0px;
}
}
#tappay .custom_house_info .info_block .dezu_input {
  flex-wrap: wrap;
  justify-content: center;
}
#tappay .custom_house_info .info_block .dezu_input label {
  display: block;
  width: 100%;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #555555;
  margin-bottom: 9px;
}
#tappay .custom_house_info .info_block h4 {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #555555;
  margin-bottom: 5px;
}
@media (max-width: 1023.98px) {
#tappay .custom_house_info .info_block h4 {
    font-size: 18px;
    line-height: 26px;
}
}
#tappay .custom_house_info .info_block h4:not(:first-of-type) {
  margin-top: 30px;
}
#tappay .custom_house_info .info_block > h4, #tappay .custom_house_info .info_block > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #555;
  text-align: justify;
}
#tappay .custom_house_info .info_block > h4 *, #tappay .custom_house_info .info_block > div * {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
#tappay .custom_house_info .info_block > label:not(.first_label) {
  margin-top: 24px;
}
#tappay .custom_house_info .info_block .warning-text {
  margin-top: 20px;
  color: red;
  animation: shake 800ms ease-in-out;
}
@keyframes shake {
10%, 90% {
    transform: translate3d(-1px, 0, 0);
}
20%, 80% {
    transform: translate3d(2px, 0, 0);
}
30%, 70% {
    transform: translate3d(-4px, 0, 0);
}
40%, 60% {
    transform: translate3d(4px, 0, 0);
}
50% {
    transform: translate3d(-4px, 0, 0);
}
}
#tappay .next_options {
  width: 100%;
  margin: 0;
  padding: 8.62px auto 10.38px auto !important;
  background: #FFDE1F;
  border: 1px solid #FFDE1F;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
  color: #555555;
  z-index: 1;
}
#tappay .next_options.is_disabled {
  color: #CACACA;
  background: #F5F5F5;
  border: 1px solid #F5F5F5 !important;
  pointer-events: none;
}
#tappay .more_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#tappay .more_info span {
  font-family: Noto Sans TC;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #555555;
  cursor: pointer;
}
#tappay .lds-ring {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#tappay .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 2px;
  border: 2px solid #AAAAAA;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #AAAAAA transparent transparent transparent;
}
#tappay .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
#tappay .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
#tappay .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
