html {
  font-size: 50px;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  width: 7.5rem;
  background: #0b1b27;
  color: #fff;
  font-family: microsoft yahei;
  margin: 0 auto;
  overflow-x: hidden;
}

p {
  margin: 0;
  padding: 0;
}

.header {
  display: flex;
  position: fixed;
  top: 0;
  width: 7.5rem;
  height: 1.1rem;
  background: #0b1b27;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  opacity: 0.8;
  z-index: 20;
}
.header .left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .left .header-content {
  margin-left: 0.2rem;
}
.header .left .logo {
  width: 1.04rem;
  height: 0.78rem;
}
.header .left .title {
  font-size: 0.26rem;
  font-weight: bold;
}
.header .left .subhead {
  font-size: 0.2rem;
  font-weight: 400;
}
.header .right {
  width: 2.04rem;
  height: 0.45rem;
  background: url('../images/mobile/button.png');
  background-size: cover;
  color: #333;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.45rem;
}

.content {
  width: 7rem;
  box-sizing: border-box;
  font-size: 0.24rem;
  color: #ccc;
  margin: 0 auto;
  margin-top: 0.2rem;
  padding: 0.3rem;
}

.content img {
  width: 100%;
}

.content p {
  text-indent: 0.4rem;
  line-height: 0.4rem;
  margin: 0.2rem 0;
}

h5 {
  margin: 0.2rem 0;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
}

h6 {
  margin: 0;
  text-align: center;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  margin-top: 0.1rem;
}
.back-home {
  width: 7rem;
  font-size: 0.24rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.header-img {
  width: 7.5rem;
  margin-top: 1.2rem;
}
video {
  width: 100%;
  margin: 0 auto;
}

/* 立即预约弹框 */
.popupWrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: none;
}

.popup-container {
  width: 5rem;
  height: 3.5rem;
  background-image: url('../images/popup-bac.png');
  background-size: 100% 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.closePopup {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/close.jpg');
  background-size: 100% 100%;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
}

.lable-code-box,
.lable-box {
  height: 0.52rem;
  background-size: 100% 100%;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.lable-box {
  width: 3.86rem;
  background-image: url('../images/input-border1.png');
  position: relative;
}
.lable-code-box {
  width: 1.96rem;
  background-image: url('../images/input-border2.png');
  position: absolute;
  left: 0;
}
.lable-code-box input,
.lable-box input {
  height: 0.52rem;
  border: none;
  color: #ffffff;
  background-color: transparent !important;
  width: 100%;
  outline: none;
  font-size: 0.24rem;
  line-height: 0.4rem;
}

.lable-code-box input:-webkit-autofill,
.lable-box input:-webkit-autofill {
  -webkit-text-fill-color: #ffffff !important;
  caret-color: white;
  transition: background-color 0s linear 3600s;
}

.lable-code-box input::-webkit-input-placeholder,
.lable-box input::-webkit-input-placeholder {
  color: #6890ad;
}
.lable-code-box input::-webkit-input-placeholder,
.lable-box input::-moz-input-placeholder {
  color: #6890ad;
}
.tips {
  position: absolute;
  left: 0.2rem;
  bottom: -0.2rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  color: red;
  display: none;
}

.mb-36 {
  margin-bottom: 0.2rem;
}

.code-box {
  width: 3.86rem;
  height: 0.52rem;
  position: relative;
  margin-bottom: 0.45rem;
}

.code-btn {
  width: 1.94rem;
  height: 0.52rem;
  display: block;
  background-image: url('../images/code_bac.png');
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  padding-left: 0.1rem;
  text-align: center;
  line-height: 0.52rem;
  font-size: 0.2rem;
  color: #000000;
  box-sizing: border-box;
}

.submit {
  display: block;
  width: 3.86rem;
  height: 0.52rem;
  background-image: url('../images/sub-bac.png');
  background-size: 100% 100%;
}

.dialog {
  padding: 0.3rem;
  box-shadow: 0 0 0.1rem 0.05rem rgb(90 129 156 / 60%);
  border-radius: 0.2rem;
  border: 0.02rem solid #22303a;
  color: #ffffff;
  font-size: 0.28rem;
  line-height: 0.28rem;
  position: fixed;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  z-index: 10000;
  display: none;
  text-align: center;
  width: 2.5rem;
  box-sizing: border-box;
}
