#topcontrol {
  z-index: 22;
  background: rgba(61, 180, 230, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

#topcontrol:hover {
  background: #3db4e6;
}

#topcontrol i {
  color: #fff;
  font-size: 24px;
}

.swiper-buttons {
  width: 100%;
  height: 32px;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  background: none;
  width: 32px;
  height: 32px;
  border: 1px solid #03234b;
  border-radius: 50%;
  margin-top: 0;
  text-align: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #0047b2;
}

.swiper-button-next:hover i,
.swiper-button-prev:hover i {
  color: #0047b2;
}

.swiper-button-prev {
  margin-right: 8px;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 16px;
  line-height: 32px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: rgba(3, 35, 75, 0.5);
  border-color: rgba(3, 35, 75, 0.5);
}

[v-cloak] {
  display: none;
}

#root {
  padding-top: 92px;
  overflow: hidden;
  color: #03234b;
}

.en-font {
  font-family: Arial;
  font-style: normal;
}

#root .nav-wrap {
  width: 100%;
  height: 92px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

#root .nav-wrap > div {
  width: 100%;
  padding: 0 158px;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

#root .nav-wrap > div .logo {
  width: 214px;
}

#root .space-between {
  display: flex;
  justify-content: space-between;
}

#root .nav-wrap > div > ul {
  display: flex;
  align-items: center;
}

#root .nav-wrap > div > ul > li {
  color: rgba(3, 35, 75, 0.5);
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-right: 36px;
  padding: 36px 0;
  cursor: pointer;
  position: relative;
}

#root .nav-wrap > div > ul > li:nth-child(2) .icon-arrow-up-s-fill {
  display: none;
}

#root .nav-wrap > div > ul > li:nth-child(2) {
  display: flex;
  align-items: center;
}

#root .nav-wrap > div > ul > li::after {
  position: absolute;
  bottom: 20px;
  left: 12px;
  right: 12px;
  height: 3px;
  background: #ffd202;
  content: "";
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(10px);
}

#root .nav-wrap > div > ul > li:nth-child(2)::after {
  right: 28px;
}

#root .nav-wrap > div > ul > li:hover,
#root .nav-wrap > div > ul > li.active {
  color: #03234b;
}

#root .nav-wrap > div > ul > li:hover::after,
#root .nav-wrap > div > ul > li.active::after {
  opacity: 1;
  transform: translateY(0px);
}

#root .nav-wrap > div > ul > li:nth-child(2):hover .icon-arrow-up-s-fill {
  display: block;
}

#root .nav-wrap > div > ul > li:nth-child(2):hover .icon-arrow-down-s-fill {
  display: none;
}

#root .nav-wrap > div > ul > li .hover-content {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
}

#root .nav-wrap > div > ul > li:nth-child(2) .hover-content {
  padding: 16px 0px;
  width: 160px;
  left: -34px;
}

#root .nav-wrap > div > ul > li:nth-child(2):hover .hover-content,
#root .nav-wrap > div > ul > li:nth-child(6):hover .hover-content {
  display: flex;
}

#root .nav-wrap > div > ul > li:nth-child(2) .hover-content > ul > li {
  width: 160px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03234b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
}

#root
  .nav-wrap
  > div
  > ul
  > li:nth-child(2)
  .hover-content
  > ul
  > li:not(:last-child) {
  margin-bottom: 8px;
}

#root .nav-wrap > div > ul > li:nth-child(2) .hover-content > ul > li:hover {
  background: #f7f8fa;
}

#root .nav-wrap > div > ul > li:nth-child(6) .hover-content {
  width: 258px;
  height: 104px;
  align-items: center;
  color: #03234b;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  left: -93px;
}

#root .nav-wrap > div > ul > li:nth-child(6) .hover-content img {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}

#root .nav-wrap > div > ul > li:nth-child(6) .hover-content p {
  font-weight: 400;
}

#root .sign-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #03234b;
  font-weight: bold;
  background: #ffd202;
  cursor: pointer;
}

#root .sign-btn:hover {
  background: #ffdc34;
}

#root .nav-wrap > div .sign-btn {
  padding: 6px 16px;
  font-size: 16px;
  line-height: 20px;
}

#root .banner {
  height: 600px;
  position: relative;
}

#root .banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

#root .banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  background: #000;
}

#root .banner .content {
  width: 1460px;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 117px;
  padding-left: 158px;
}

#root .banner .content .sub-title {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 8px;
}

#root .banner .content .theme-title {
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 20px;
}

#root .banner .content .desc {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  width: 584px;
}

#root .banner .content .desc .iconfont {
  font-size: 20px;
  margin-right: 12px;
}

#root .banner .content .sign-btn {
  padding: 13px 40px;
  border-radius: 18px 0px;
  margin-top: 60px;
  font-size: 28px;
  line-height: 42px;
  position: relative;
}

#root .banner .content .sign-btn i {
  font-size: 28px;
  margin-right: 8px;
  font-weight: 400;
}

#root .banner .content .sign-btn:hover::before {
  content: "预约现场参会";
  height: 48px;
  padding: 14px 20px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  bottom: 84px;
  left: 62px;
}

#root .banner .content .sign-btn.sign-btn-live:hover::before,
#root .banner .content .sign-btn.sign-btn-live:hover::after {
  content: "";
  display: none;
}

#root .banner .content .sign-btn:hover::after {
  content: "";
  background: #000;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 79px;
  left: 121.5px;
}

#root .part1 {
  background: #fff;
  height: 302px;
  position: relative;
}

#root .part1 .intro-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 56%;
  height: 270px;
  padding: 48px 120px 0px 0;
  background: #eef1f3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#root .part1 .intro-left .intro-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 12px;
  width: 590px;
}

#root .part1 .intro-left .intro-content {
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  word-break: break-all;
  position: relative;
  width: 590px;
}

#root .part1 .intro-left .intro-content span {
  font-weight: 600;
  display: block;
  background: #eef1f3;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

#root .part1 .intro-left .intro-content span::after {
  content: "";
  background: #ffd202;
  width: 57px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#root .part1 .intro-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 47.5%;
  background: #03234b;
  padding: 48px 0 48px 60px;
}

#root .part1 .intro-right > ul {
  display: flex;
  align-items: center;
}

#root .part1 .intro-right > ul > li:not(:last-child) {
  margin-right: 76px;
}

#root .part1 .intro-right > ul > li .name {
  color: #ffd200;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 4px;
}

#root .part1 .intro-right > ul > li .num {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 4px;
}

#root .part1 .intro-right > ul > li .desc {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

#root .part:not(.part1) {
  padding: 100px 0px;
}

#root .part .part-content {
  width: 1204px;
  margin: 0 auto;
}

#root .part .part-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 40px;
}

#root .part2 .part-title,
#root .part6 .part-title {
  color: #fff;
}

#root .part2,
#root .part6 {
  background: url("https://static.stmcu.com.cn/applications/Home/images/roadshow2024/bg.jpg")
    center/cover no-repeat;
  background-attachment: fixed;
}

#root .part2 .space-between,
#root .part6 .space-between {
  align-items: baseline;
}

#root .part-tip {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

#root .part-tip i {
  margin-right: 4px;
}

#root .part2 .part-tip i {
  font-size: 20px;
}

#root .part6 .part-tip i {
  color: rgba(60, 180, 230, 1);
}

#root .part2 .part-agenda {
  display: flex;
}

#root .part2 .city-tabs {
  margin-right: 120px;
  flex-shrink: 0;
}

#root .part2 .city-tabs .tab {
  color: #fff;
  display: flex;
  align-items: center;
  width: 212px;
  height: 56px;
  padding-left: 14px;
  border-radius: 2px;
  border: 1px solid #324a6d;
  background: rgba(3, 35, 75, 0.5);
  backdrop-filter: blur(10px);
  cursor: pointer;
  position: relative;
}

#root .part2 .city-tabs .tab:not(:last-child) {
  margin-bottom: 24px;
}

#root .part2 .city-tabs .tab .li-left {
  width: 72px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

#root .part2 .city-tabs .tab .li-right {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  align-items: center;
}

#root .part2 .city-tabs .tab .li-right i {
  font-size: 32px;
  font-weight: 400;
  margin-right: 6px;
}

#root .part2 .city-tabs .tab .tag {
  position: absolute;
  width: 28px;
  height: 24px;
  top: 0;
  right: 0;
  background: #3cb4e6;
  border-radius: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#root .part2 .city-tabs .tab .tag i {
  color: #fff;
}

#root .part2 .city-tabs .tab:not(.tab-active):hover {
  background: #22395a;
  color: #fff;
}

#root .part2 .city-tabs .tab-active {
  color: #03234b;
  background: #ffd200;
  border: 0;
}

#root .part2 .main-content {
  width: 864px;
}

#root .part2 .main-content .content-top {
  height: 100px;
  padding: 14px 40px;
  background: #ffd202;
  position: relative;
  display: flex;
  align-items: center;
}

#root .part2 .main-content .content-top > p {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#root .part2 .main-content .content-top > p i {
  font-size: 32px;
  margin-right: 4px;
}

#root .part2 .content-top > span {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  margin-right: 20px;
}

#root .part2 .content-top > span i {
  font-size: 32px;
  margin-right: 4px;
  font-weight: 400;
}

#root .part2 .content-top .hotel-address {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #03234b;
  font-size: 14px;
  line-height: 20px;
  color: #03234b;
  max-width: 500px;
}

#root .part2 .content-top .hotel-address:hover {
  border: 1px solid #ffdc34;
  background: #ffdc34;
}

#root .part2 .content-top .hotel-address i {
  font-size: 20px;
  margin-left: 2px;
}

#root .part2 .content-top .signup-btn {
  position: absolute;
  right: 40px;
  top: 27px;
  cursor: pointer;
  display: flex;
  padding: 8px 28px;
  align-items: center;
  background: #03234b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

#root .part2 .content-top .signup-btn:hover {
  background: #26416c;
}

#root .part2 .content-top .signup-btn.disabled {
  background: rgba(38, 65, 108, 0.4);
  cursor: not-allowed;
}

#root .part2 .main-content .content-body {
  background: #fff;
  padding: 36px 40px 48px 40px;
}

#root .part2 .main-content .tip {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(61, 180, 230, 0.2);
  background: #e3f7fe;
  font-size: 14px;
  line-height: 20px;
  margin-top: 32px;
}

#root .part2 .main-content .tip i {
  color: rgba(60, 180, 230, 1);
  margin-right: 8px;
}

#root .part2 .main-content .timeline {
  width: 784px;
  position: relative;
}

#root .part2 .main-content.offline .timeline > li {
  align-items: baseline;
}

#root .part2 .main-content.offline .timeline:after {
  bottom: 50px;
}

#root .part2 .main-content .timeline::after {
  content: "";
  position: absolute;
  left: 158px;
  top: 22px;
  bottom: 22px;
  width: 2px;
  background: rgba(60, 180, 230, 0.2);
}

#root .part2 .main-content .timeline > li {
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#root .part2 .main-content .timeline > li:not(:last-child) {
  margin-bottom: 16px;
}

#root .part2 .timeline > li .timeline-time {
  width: 120px;
  text-align: right;
  color: #3cb4e6;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
}

#root .part2 .timeline > li .timeline-time:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #3cb4e6;
  position: absolute;
  z-index: 1;
  right: -22px;
  top: 7px;
  outline: 3px solid #fff;
}

#root .part2 .timeline > li .timeline-content {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 38px;
  width: 500px;
}

#root .part2 .timeline > li .timeline-content-sub {
  margin-left: 38px;
  color: #3cb4e6;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 8px;
}

#root .part2 .main-content .timeline > li:hover {
  border-radius: 4px;
  background: #e3f7fe;
}

#root .part3 .award-list {
  display: flex;
}

#root .part3 .award-list > li {
  background: #fff;
  width: 274px;
  padding-bottom: 32px;
}

#root .part3 .award-list > li:not(:last-child) {
  margin-right: 36px;
}

#root .part3 .award-list > li:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

#root .part3 .award-list > li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#root .part3 .award-list > li .award-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("https://static.stmcu.com.cn/applications/Home/images/roadshow2024/icon-award.png")
    no-repeat;
  background-size: contain;
  font-size: 16px;
  line-height: 24px;
}

#root .part3 .award-list > li .award-info div {
  display: flex;
  padding: 2px 8px;
  align-items: center;
  background: #ffd200;
  font-weight: 600;
  margin-bottom: 16px;
}

#root .part3 .award-list > li .award-info p {
  white-space: nowrap;
}

#root .part4 {
  background: #eef1f3;
}

#root .part4 .review-card {
  display: block;
  width: 360px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

#root .part4 .review-card:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

#root .part4 .review-card:hover img {
  transform: scale(1.05);
}

#root .part4 .review-card:hover .review-info > span {
  color: #0147b2;
}

#root .part4 .review-card img {
  width: 360px;
  height: 218px;
  transition: all 0.3s ease-in-out;
}

#root .part4 .review-card .tag {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  background: #03234b;
  padding: 4px 12px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

#root .part4 .review-card .tag::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #ffd200;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 0 2px 2px 0;
}

#root .part4 .review-card .review-info {
  padding: 20px 20px 28px 20px;
  background: #fff;
}

#root .part4 .review-card .review-info .review-title {
  color: #03234b;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}

#root .part4 .review-card .review-info > span {
  color: #74757c;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
}

#root .part5 {
  background: #fff;
}

.el-collapse {
  width: 582px;
  border: 0;
}

.el-collapse-item {
  width: 582px;
  margin-bottom: 28px;
}

.el-collapse-item:last-child {
  margin-bottom: 0;
}

.el-collapse-item__header {
  color: #03234b;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  background: #eef1f4;
  border: 0;
  position: relative;
}

.el-collapse-item__header::before {
  content: "";
  width: 4px;
  height: 18px;
  background: #ffd200;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 0 2px 2px 0;
}

.el-collapse-item__header.focusing:focus:not(:hover) {
  color: inherit;
}

.el-collapse-item__arrow {
  margin: 0;
  font-size: 24px;
}

.el-icon-arrow-right:before {
  content: "\e8a5";
  font-family: "iconfont";
}

.el-collapse-item__arrow.is-active {
  transform: rotate(180deg);
}

.el-collapse-item__wrap {
  border: 0;
  background: #eef1f4;
  padding: 16px 24px;
}

.el-collapse-item__content {
  color: #74757c;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

#root .part6 {
  padding-bottom: 64px;
}

#root .part6 .logos {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 36px);
}

#root .part6 .logos img {
  width: 119px;
  height: 56px;
  border-radius: 4px;
  margin-right: 36px;
  margin-bottom: 32px;
}

#root .part6 .logos img:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

#root > .sign-btn {
  position: fixed;
  z-index: 99;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 36px;
  padding: 15px 48px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

#root > .sign-btn i {
  font-size: 30px;
  margin-right: 16px;
  font-weight: 400;
}

.el-button {
  border-radius: 0;
  height: 40px;
}

.el-button--default {
  color: #03234b;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 0;
  border: 1px solid #dadee2;
}

.el-button:focus,
.el-button:hover {
  color: #03234b;
  border-color: #dadee2;
  background-color: #fff;
}

.el-button--primary {
  color: #03234b;
  font-weight: bold;
  background-color: #ffd200;
  border-color: transparent;
}

.el-button--primary:focus,
.el-button--primary:hover {
  color: #03234b;
  background-color: #ffdc34;
  border-color: transparent;
}

.el-dialog__header,
.el-dialog__body,
.el-dialog--center .el-dialog__body,
.el-dialog__footer {
  padding: 0;
}

.form-content {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dadee2;
}

.form-content img {
  width: 640px;
  margin-bottom: 40px;
}

.form-content p {
  color: #03234b;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 32px;
  margin-left: 80px;
}

.form-content .tip {
  width: 480px;
  padding: 8px 12px;
  display: flex;
  border: 1px solid rgba(61, 180, 230, 0.2);
  background: #e3f7fe;
  color: #03234b;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  margin: 12px 80px 32px;
}

.form-content .tip i {
  color: rgba(60, 180, 230, 1);
  font-size: 20px;
  margin-right: 8px;
}

.form-content .el-checkbox {
  margin-left: 80px;
  margin-bottom: 32px;
  width: fit-content;
}

.form-content .el-checkbox__label {
  color: #03234b;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
  padding-left: 8px;
}

.form-content .el-checkbox__input.is-checked + .el-checkbox__label {
  color: #03234b;
}

.form-content .privacy {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 44px;
}

.form-content .privacy a {
  color: #0047b2;
}

.el-radio-group {
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
}

.el-radio {
  border: 1px solid #dadee2;
  padding: 10px 8px 10px 12px;
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.el-radio__label {
  color: #03234b;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 12px;
}

.el-radio.is-disabled {
  background: #f7f8fa;
  cursor: not-allowed;
}

.el-radio__input {
  margin-top: 1px;
}

.el-radio__input.is-disabled + span.el-radio__label {
  color: #03234b;
}

.el-radio.is-checked {
  background: #e3f7fe;
  border-color: rgba(61, 180, 230, 0.2);
}

.success-content {
  border-top: 8px solid #3cb4e6;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
}

.success-content > p {
  color: #03234b;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 32px 0 24px;
}

.success-content .sigup-info {
  background: #f7f8fa;
  padding: 20px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.success-content .sigup-info .address {
  display: flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  background: #ffd200;
  color: #03234b;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.success-content .sigup-info .address span {
  font-weight: 400;
}

.success-content .sigup-info > p {
  margin: 8px 0 20px;
  font-size: 12px;
  line-height: 18px;
  color: #03234b;
}

.success-content .sigup-info .qrcode-and-code {
  display: flex;
  align-items: center;
}

.success-content .sigup-info .qrcode-and-code img {
  width: 120px;
  height: 120px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 28px;
  flex-shrink: 0;
}

.success-content .sigup-info .qrcode-and-code .code {
  border-left: 1px solid #dfdfdf;
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.success-content .sigup-info .qrcode-and-code .code p {
  color: #03234b;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.success-content .sigup-info .qrcode-and-code .code div {
  display: flex;
  width: 120px;
  padding: 8px 12px;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #03234b;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.success-content .tip {
  padding: 12px;
  margin: 16px 0 24px;
  color: #03234b;
  text-align: justify;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid rgba(61, 180, 230, 0.2);
  background: #e3f7fe;
}

.success-modal .el-dialog__footer {
  padding-bottom: 32px;
}

.el-message-box {
  width: 840px;
  padding-bottom: 0;
}

.el-message-box__headerbtn {
  top: 8px;
  right: 8px;
}

.el-message-box__headerbtn .el-message-box__close {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
}

.el-icon-close:before {
  content: "\e84a";
  font-family: "iconfont";
}

.el-message-box__headerbtn:focus .el-message-box__close,
.el-message-box__headerbtn:hover .el-message-box__close {
  color: inherit;
}

.el-message-box__header {
  padding: 60px 80px 0;
}

.el-message-box__title {
  color: #03234b;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.el-message-box__content {
  color: #03234b;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 80px 60px;
}

.el-message-box__btns {
  padding: 0;
}

.success-live .sigup-info {
  margin-bottom: 24px;
  flex-direction: row;
  padding: 20px;
}

.success-live .sigup-info img {
  width: 92px;
  height: 92px;
  flex-shrink: 0;
  margin-right: 16px;
}

.success-live .sigup-info > div .address {
  font-weight: 400;
}

.success-live .sigup-info > div p:not(.address) {
  margin-top: 8px;
  color: #03234b;
}

.success-live .sigup-info > div p em {
  color: #3db4e6;
  font-weight: 600;
  font-style: normal;
}
