@media (min-width: 768px) {
  .full-space {
    height: 100vh;
  }
  .left-card {
    margin-right: -200px;
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .left-card {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -100px;
  }
  .right-card {
    padding: 30px 30px 150px 30px;
    margin: 0!important;
  }
}
.bg-img {
  position: absolute;
}
.left-card {
  z-index: 100;
  background-color: #b02318;
  height: 350px;
}
.right-card {
  width: 100%;
  max-width: 380px;
  margin-bottom: 0;
  margin-right: 150px;
}
.classic-tabs {
  width: 100%;
}
.bg-color {
  background-color: #b02318!important;
}
.text-color {
  color: #b02318;
}
.btn-code {
  line-height: 28px;
  font-size: 12px;
  min-width: 80px;
  padding: 0 10px;
  margin-right: 0px!important;
}
.classic-tabs .nav {
  overflow-x: initial;
}
.classic-tabs .nav .nav-item a.active {
  color: #b02318;
  border-bottom: 1px solid #b02318;
}
.classic-tabs .nav li a:not(.active) {
  color: #666;
}
.classic-tabs .nav .nav-item a {
  position: relative;
  bottom: -2px;
}
.right-text {
  position: absolute;
  top: 0;
  padding: 0 40px;
  font-size: 40px;
  color: #fff;
  font-family: cursive;
}
.embed-responsive {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.btn {
  border: 2px solid #b02318;
  color: #b02318;
  border-radius: 5px;
}
.md-form input:focus:not([readonly]){
  border-color: #b02318!important;
}
.md-form label.active {
  color: #b02318!important;
}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #b02318!important;
    background-color: #b02318!important;
}
.flex-1 {
  flex: 1;
}
.margin-top-rem {
  margin-top: 43px!important;
}
.HW-iphone {
  color: #00336b;
  cursor: pointer;
}
.display-opacity {
  opacity: 0;
  transition: opacity .15s linear;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.select-wrapper {
  border: 1px solid #dadce0!important;
  border-radius: 4px!important;
  background-color: transparent!important;
  padding: 0rem .75rem!important;
}
.select-wrapper input {
  border-bottom: none!important;
  margin-bottom: 0!important;
}
.select-wrapper .caret {
  margin-right: 10px;
}
.select-dropdown {
  left: 0!important;
  max-height: 310px!important;
}
.error-container {
  padding: .5rem .75rem!important;
  margin-bottom: .5rem!important;
  border-radius: 0!important;
}
.error-field {
  display: block;
}
.link-container {
  margin-bottom: 1rem!important;
}
.text-blue {
  color: #b02318;
}
.copyright {
  padding: 10px;
  color: #b02318;
  background-color: white;
}
.lang-div {
  top: 0;
  right: 10px;
  position: fixed;
  height: 64px;
  display: flex;
  align-items: center;
  z-index: 2000;
  padding-right: 10px;
  box-sizing: border-box;
}
.lang-div a {
  color: white!important;
  padding: 5px;
}
#qrcode-image {
  width: 85%!important;
}
#main {
  background: url(../img/ceibs-bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 0px 16px;
  background-color: #b02318;
  color: white;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 1000; /* 确保标题栏在最上层 */
}
.logo-container {
  display: flex;
  align-items: center;
}
.logo {
  width: auto!important;
}
.text {
  font-size: 20px;
  white-space: nowrap;
}
.modal-error-message {
  color: red;
  font-weight: bold;
  margin-right: auto!important;
}

@media (max-width: 768px) {
  .mobile-shown {
    display: block !important;
  }
  #content {
    padding-top: 75px!important;
    padding-bottom: 75px!important;
  }
}

@media (min-width: 768px) {
  .pc-shown {
    display: block !important;
  }
}