* {
  margin: 0;
  padding: 0;
}

[v-cloak] {
  display: none;
}

html,
body {
  -webkit-overflow-scrolling: touch
}

body {
  font-size: 14px;
  color: #222;
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
  background: url('/assets/images/conn/2026/register_bg.png') #fff;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

a {
  cursor: pointer;
}

/* === element样式 === */
.el-form-item {
  margin-bottom: 18px;
}

.el-form-item__label {
  color: #222;
}

.el-form-item__label:before {
  color: #ff0000 !important;
}

.el-input__inner,
.el-textarea__inner {
  color: #222;
}

.el-textarea__inner,
.el-textarea__inner::-webkit-input-placeholder {
  font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
}

.el-input.is-disabled .el-input__inner {
  color: #666;
}

.form-item-checkbox .el-form-item__label,
.form-item-checkbox .el-form-item__content {
  line-height: 30px !important;
}

.el-checkbox__label,
.el-radio__label {
  font-weight: normal;
  color: #222;
}

.form-item-radio .el-form-item__label,
.form-item-radio .el-form-item__content {
  font-weight: normal !important;
  line-height: 22px !important;
}

.form-item-checkbox-20 .el-checkbox {
  width: 20%;
}

.form-item-checkbox-30 .el-checkbox {
  width: 30%;
}

.form-item-checkbox-16 .el-checkbox {
  width: 16%;
}

.form-item-checkbox .el-checkbox {
  margin-right: 15px;
}

.form-item-checkbox .el-checkbox__label {
  font-size: 12px;
}

.person-form .el-form-item {
  margin-bottom: 3px;
}

.person-form .el-form-item__label{
  padding-bottom: 0;
  font-size: 12px;
}

.person-form .el-form-item__content {
  margin-left: 0 !important;
}

.daypass-radio .el-radio {
  margin-right: 17px;
}

.daypass-radio .el-radio:last-child {
  margin-right: 0;
}

.daypass-radio .el-radio.is-bordered {
  height: auto;
  padding: 10px 10px;
}

.daypass-radio .el-radio__label {
  font-size: 12px;
}

.el-popconfirm__action {
  margin-top: 10px;
}

.el-message {
  max-width: 400px;
}

.diy-label {
  color: #222;
}

.diy-label .required {
  color: #ff0000;
}

.left-label {
  padding-left: 20px;
}

.input-full {
  width: 280px;
}

/* === 内容样式 === */
.logo {
  padding: 10px 15px;
  position: fixed;
  left: 0;
  top: 0;
}

.main {
  width: 850px;
  margin: 0 auto;
  /* background: rgba(0, 0, 0, 0.4); */
}

.main>* {
  -webkit-transform: translateZ(0px);
}

.banner {
  padding: 50px 0 100px;
  text-align: center;
  color: #222;
}

.banner h2 {
  font-size: 36px;
  font-weight: bold;
}

.banner h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 40px 0 20px;
}

.banner .date {
  font-size: 28px;
}

.welcome {
  color: #222;
  text-align: center;
  margin-bottom: 50px
}

.welcome .welcome-title {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}

.welcome .wait {
  background: #ff000078;
  width: 395px;
  padding: 10px;
  text-align: center;
  margin: 30px auto 0;
  font-size: 14px;
}

.welcome .wait img {
  width: 15px;
  height: 15px;
  margin-right: 6px;
  vertical-align: -2px;
}

.supplier-card-step1 {
  width: 620px;
  margin: 0 auto;
  position: relative;
}

.supplier-card-step2 {
  width: 720px;
  margin: 0 auto;
  position: relative;
}

.buyer-card-step1 {
  width: 740px;
  margin: 0 auto;
  position: relative;
}

.buyer-card-step .input-full {
  width: 500px;
}

.buyer-card-step2 {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.form-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.del-icon {
  font-size: 22px;
  color: #222;
  margin-left: 5px;
  vertical-align: -2px;
  cursor: pointer;
}

.country-icon {
  color: #222;
  font-size: 24px;
  cursor: pointer;
  margin-left: 5px;
  vertical-align: -3px;
}

.country-icon.person-country {
  vertical-align: 0;
  position: absolute;
  right: -30px;
  top: 3px;
}

.country-conetnt {
  margin: -20px -20px;
}

.country-nav {
  display: flex;
  padding: 0 20px 20px;
  border-bottom: 1px solid #f0f0f0;
}

.country-nav a {
  flex: 1;
  text-align: center;
  border-radius: 2px;
  padding: 4px;
}

.country-nav a.active {
  background: #b48c48;
  color: #fff;
}

.country-scroll {
  height: 300px;
  overflow-y: auto;
}

.country-list {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  text-align: center;
}

.country-list a {
  padding: 10px 0;
  background: #f6f8fa;
  border-radius: 4px;
  padding: 15px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.country-list a:hover {
  color: #b48c48;
}

.lucky-draws-tips {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.upload-tip {
  display: inline-block;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}

.upload-logo {
  max-width: 200px;
  max-height: 50px;
  display: block;
  margin-top: 10px;
  border-radius: 4px;
  padding: 8px;
  border: 1px solid #DCDFE6;
  background: #fff
}

.person-item {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #666;
}

.person-item.no-border {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.person-item .flex {
  display: flex;
}

.person-item .left {
  width: 161px;
  padding-top: 10px;
}

.person-item .del {
  position: absolute;
  right: -38px;
  top: 35px;
  display: block;
  background: #FFF;
  border: 1px solid #DCDFE6;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #666;
  z-index: 1;
}

.person-item .del:hover {
  color: #b48c48;
}

.person-item .avatar {
  border: 1px solid #DCDFE6;
}

.person-item .avatar,
.person-item .avatar img {
  position: relative;
  width: 161px;
  height: 213px;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  text-align: center;
}

.person-item .avatar.no-click {
  cursor: not-allowed;
}

.person-item .null-photo {
  width: 161px;
  height: 213px;
  color: #666;
}

.person-item .upload-icon {
  display: block;
  font-size: 40px;
  padding-top: 65px;
  color: #666;
}

.price-content {
  margin-top: 15px;
}

.price-content label {
  color: #333;
  margin-right: 5px;
}

.price-content strong {
  color: #b48c48;
}

.person-item .person-info {
  flex: 1;
  margin-left: 30px;
}

.person-add {
  text-align: center;
  margin-top: 20px;
}

.additional-info {
  margin-top: 30px;
}

.total-fee {
  margin-top: 30px;
}

.total-fee label {
  color: #222;
  margin-right: 120px;
}

.total-fee strong {
  color: #b48c48;
}

.clip-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
}

.clip-masker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, .4);
}

.clip-main {
  width: 600px;
  background: #fff;
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
}

.clip-upload-title {
  padding: 15px;
  display: flex;
  align-items: center;
}

.clip-upload-title h3 {
  flex: 1;
  font-size: 20px;
}

.clip-upload-title .el-button {
  position: relative;
}

.clip-select {
  height: 400px;
  line-height: 465px;
  text-align: center;
  position: relative
}

.clip-select-box {
  display: inline-block;
  width: 350px;
  height: 250px;
  line-height: 1;
  border-radius: 12px;
  border: 1px dashed #666;
  text-align: center;
  cursor: pointer;
}

.clip-select-box i {
  font-size: 80px;
  color: #222;
  display: block;
  margin-top: 50px;
}

.clip-select-box p {
  color: #666;
  font-size: 18px;
  margin-top: 15px;
}

.clip-select-box:hover {
  border-color: #b48c48;
}

.clip-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  cursor: pointer;
}

.clip-preview {
  height: 400px;
  overflow: hidden;
  background: #eee;
}

.clip-buttons {
  text-align: center;
  padding: 15px;
}

.step-tips {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin: 20px 0;
}

.success-page,
.error-page {
  width: 500px;
  border-radius: 4px;
  padding: 30px;
  margin: 30px auto;
  text-align: center;
  color: #222;
}

.success-page img {
  width: 65px;
  height: 65px;
}

.success-page p {
  color: #b48c48;
  font-size: 24px;
  margin-top: 10px;
}

.error-page .thanks {
  font-size: 16px;
  margin-top: 10px;
}

.error-page .error {
  color: #b48c48;
}

.footer {
  margin: 50px 0;
  text-align: center;
}

.footer .button-content {
  text-align: center;
}

.footer .agree {
  margin-bottom: 20px;
}

.footer .agree input[type="checkbox"] {
  cursor: pointer;
  accent-color: #b48c48;
  vertical-align: -1px;
}

.footer .agree a {
  color: #b48c48;
}

.footer .back {
  margin-right: 50px;
  color: #222;
}

.footer button.submit {
  width: 280px;
  font-size: 18px;
}

.terms-conetnt {
  margin: -20px auto 0;
  background: #fff;
  line-height: 1.65;
  height: 750px;
  overflow-y: auto;
}

.terms-conetnt .event-date {
  text-align: center;
  font-size: 17px;
  color: #444;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.terms-conetnt h2 {
  font-size: 14px;
  margin: 20px 0 10px;
  color: #1a1a1a;
}

.terms-conetnt h3 {
  font-size: 14px;
  margin: 24px 0 10px;
  color: #222;
}

.item-wrap {
  margin-bottom: 14px;
}

.item-row {
  display: flex;
  gap: 0;
  margin-bottom: 10px;
  font-size: 15px;
}

.item-row>span:last-child {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.item-num {
  min-width: 25px;
}

.note-block {
  background-color: #f3f7fd;
  padding: 16px 20px;
  border-radius: 6px;
  margin: 18px 0;
}

.terms-dialog .el-dialog__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.discount-dialog .discount-conetnt {
  color: #333;
}

.discount-dialog .discount-conetnt p {
  margin-bottom: 10px;
  word-break: break-word;
}

.discount-dialog .discount-conetnt .close-button {
  text-align: center;
  margin-top: 30px;
}