/* 请使用less修改本文件 */
@font-face {
  font-family: "Didot";
  src: url("../../../font/Didot.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
.ceremon_form,
.merryou520_form {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.ceremon_form .mask,
.merryou520_form .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.ceremon_form .merryou520_form--wrapper,
.merryou520_form .merryou520_form--wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 640px;
  transform: translate(-50%, -50%);
  border: 20px solid #a99050;
  border-left-width: 32px;
  border-right-width: 32px;
  background-color: #fffdf7;
  box-shadow: 0px 3px 24px 0px rgba(140, 107, 27, 0.49);
}
.ceremon_form .close,
.merryou520_form .close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 45px;
  height: 45px;
  z-index: 1;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.ceremon_form .close .close--icon,
.merryou520_form .close .close--icon {
  height: 32px;
  position: absolute;
  bottom: 10px;
  left: 25%;
}
.ceremon_form .close .close--icon .iconfont,
.merryou520_form .close .close--icon .iconfont {
  font-size: 32px;
  color: #fff;
}
.ceremon_form .logo,
.merryou520_form .logo {
  position: relative;
  height: 80px;
  text-align: center;
  background-color: #cdbd97;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-user-select: none;
  user-select: none;
}
.ceremon_form .logo img,
.merryou520_form .logo img {
  width: 161.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ceremon_form .bg,
.merryou520_form .bg {
  font-size: 113px;
  font-family: Didot;
  font-weight: 400;
  color: #f4d68e;
  line-height: 103px;
  opacity: 0.25;
  text-align: center;
}
.ceremon_form .form-main,
.merryou520_form .form-main {
  position: relative;
  width: 100%;
  padding: 25px 25px 72px;
  margin-top: -65px;
}
.ceremon_form .form-main > div,
.merryou520_form .form-main > div {
  margin: 0 auto;
  text-align: center;
}
.ceremon_form .form-main .main-title,
.merryou520_form .form-main .main-title {
  color: #594219;
  font-size: 40px;
  line-height: 1;
}
.ceremon_form .form-main .main-desc,
.merryou520_form .form-main .main-desc {
  margin-top: 20px;
  color: #594219;
  font-size: 24px;
  line-height: 1;
}
.ceremon_form .form-main .main-symbol,
.merryou520_form .form-main .main-symbol {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
}
.ceremon_form .form-main .main-symbol span,
.merryou520_form .form-main .main-symbol span {
  transform: scale(1, 0.8);
  font-size: 28px;
  line-height: 0.4;
  color: #c1a050;
  opacity: 0.9;
}
.ceremon_form .form-main .main-symbol span:last-child,
.merryou520_form .form-main .main-symbol span:last-child {
  opacity: 0.5;
}
.ceremon_form .form-main .list--wrap,
.merryou520_form .form-main .list--wrap {
  margin-top: 26px;
  font-size: 0;
  margin-bottom: 3px;
}
.ceremon_form .form-main .hotel--mobile-input,
.merryou520_form .form-main .hotel--mobile-input {
  width: 360px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #c1a050;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 3px;
}
.ceremon_form .form-main .hotel--mobile-input.error,
.merryou520_form .form-main .hotel--mobile-input.error {
  color: #ff7385;
}
.ceremon_form .form-main .btn--wrap,
.merryou520_form .form-main .btn--wrap {
  margin-top: 46px;
}
.ceremon_form .form-main .btn--wrap .form--btn,
.merryou520_form .form-main .btn--wrap .form--btn {
  margin: auto;
  width: 230px;
  height: 50px;
  font-size: 22px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 400;
  background-color: #c1a050;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  box-shadow: 0px 4px 12px 0px rgba(89, 66, 25, 0.3);
  border-radius: 2px;
}
.ceremon_form .form-main .btn--wrap .form--btn:hover,
.merryou520_form .form-main .btn--wrap .form--btn:hover {
  background-color: #cdbd97;
}
.ceremon_form .form-main .btn--wrap .form--btn:active,
.merryou520_form .form-main .btn--wrap .form--btn:active {
  background-color: #ece1c0;
}
.ceremon_form .merryou520_form--wrapper {
  width: 600px;
  background-color: #fff;
  border: none;
  box-shadow: none;
}
.ceremon_form .form-main {
  padding: 40px;
  background-color: #fff;
}
.ceremon_form .form-main .main-title {
  color: #7e5144;
  font-size: 40px;
  line-height: 1;
}
.ceremon_form .form-main .main-desc {
  margin-top: 50px;
  color: #666;
  font-size: 16px;
  line-height: 1;
  padding: 0 50px;
  text-align: left;
}
.ceremon_form .form-main .list--wrap {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0 50px;
}
.ceremon_form .form-main .hotel--mobile-input {
  width: 100%;
  border: 1px solid #dbdbdb;
  text-align: left;
  margin-top: 15px;
}
.ceremon_form .form-main .btn--wrap {
  margin-top: 30px;
}
.ceremon_form .form-main .btn--wrap .form--btn {
  width: 300px;
  font-size: 16px;
  background-color: #805346;
  border-radius: 4px;
}
.ceremon_form .form-main .btn--wrap .form--btn:hover {
  background-color: #805346;
}
.ceremon_form .main-title {
  font-family: Didot;
}
