@charset "UTF-8";
@import "./base.css";
.sub-page-top .title {
  margin-top: 130rem;
  color: #2420bc;
  padding-left: 200rem;
  font-size: 70rem;
  position: relative;
}
.sub-page-top .title:before {
  display: inline-block;
  content: "";
  background-image: url("/images/arrow_right.jpg");
  height: 90rem;
  width: 85rem;
  background-size: contain;
  position: absolute;
  top: -11rem;
  left: 80rem;
}
.sub-page-top .banner {
  margin-top: 60rem;
  font-size: 0;
}
.sub-page-top .banner-image {
  width: 100%;
}

.content-wrapper {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.common-btn {
  display: flex;
  align-items: center;
  padding: 0 40rem;
  font-size: var(--text-xl);
  height: 60rem;
  border-radius: 30rem;
  border: 1px solid #000;
  width: max-content;
  cursor: pointer;
}

.common-btn-white {
  color: white;
  border-color: #fff;
}

.common-btn.common-btn-link {
  position: relative;
}

.common-btn-link {
  padding-right: 70rem;
}
.common-btn-link .iconfont {
  position: absolute;
  right: 5rem;
  font-size: 50rem;
}

.cube {
  width: 100%;
  height: 180px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateX(0deg) rotateY(0deg);
  color: #fff;
}
.cube > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
}
.cube > div.left {
  transform: translateX(-50%) rotateY(90deg);
}
.cube > div.right {
  transform: translateX(50%) rotateY(90deg);
}
.cube > div.front {
  transform: translateZ(90px);
}
.cube > div.back {
  transform: translateZ(-90px) rotateX(180deg);
}
.cube > div.up {
  transform: translateY(-90px) rotateX(90deg);
  background: rgb(36, 32, 150);
}
.cube > div.down {
  transform: translateY(90px) rotateX(90deg);
}

.main-wrapper {
  position: relative;
  z-index: 9;
  background: #fff;
}

.guest-info-dialog {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
}
.guest-info-dialog .guest-info__left {
  background: #000;
  height: 100%;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guest-info-dialog .guest-info__right {
  width: 40%;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.guest-info-dialog .guest-info__name {
  display: flex;
  justify-content: space-between;
  background: var(--color-primary);
  height: 150rem;
  align-items: center;
  padding-left: 90rem;
  padding-right: 60rem;
  font-size: 50rem;
}
.guest-info-dialog .dialog-close {
  cursor: pointer;
}
.guest-info-dialog .guest-info__company {
  font-size: 25rem;
  padding-top: 100rem;
  padding-left: 70rem;
  background: #000;
  padding-bottom: 70rem;
  border-bottom: 1px solid #fff;
}
.guest-info-dialog .guest__position {
  margin-top: 15rem;
}
.guest-info-dialog .guest-info__profile {
  width: 500rem;
  height: 500rem;
  border-radius: 250rem;
}
.guest-info-dialog .guest__intro-wrapper {
  flex: 1;
  background: #000;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.guest-info-dialog .guest__intro {
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.5;
  font-size: 18rem;
  width: 80%;
  height: 80%;
  margin-top: 10%;
  overflow-y: auto;
  scrollbar-width: none;
}

.sponsorship-dialog .guest-info__profile {
  height: auto;
  border-radius: 0;
}

[v-cloak] {
  display: none;
}

.error {
  color: red;
}

label.required:before {
  content: "*";
  color: red;
}

.form-group {
  margin-bottom: 15rem;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control {
  outline: none;
  display: block;
  width: 80%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.hide-scroll::-webkit-scrollbar {
  width: 0px; /* 滚动条的宽度 */
}

/*# sourceMappingURL=common.css.map */
