/* stylelint-disable selector-class-pattern */
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

.wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
}

.wrap2 {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  overflow-x: auto;
}


.navigation-bar-all {
  height: 64px;
  background: white;
  display: flex;
  width: 100%;
  justify-content: center;

}

.navigation-bar {
  width: 1200px;
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.navigation-bar .logImg {
  height: 32px;
}

.logImgPhone {
  display: none;
}

.navigation-bar__title {
  font-weight: bold;
}

.theOne {
  margin: 0 8px;
}

.content-all {
  flex: 1;
  position: relative;
}

.content-all img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
}

.content-title {
  /* flex: 1; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: white;
}

.content-title_title {
  font-size: 72px;
  font-weight: bold;
}

.content-title_option {
  font-size: 36px;
  margin-top: 16px;
}

.content-title_option>span {
  margin: 0 40px;
}

.content-content {
  display: flex;

}

.content-content>.maskImg>img {
  width: 100%;
}

.qrCode {
  flex: 1;
  display: flex;
  justify-content: right;
  align-items: center;
  color: white;
}

.qrCode>div {
  height: 208px;
}

.qrCode>div>p {
  font-size: 24px;
  display: flex;
  align-items: flex-end;
}

.qrCode>div>p>img {
  width: 34px;
  margin-bottom: 6px;
  margin-left: 10px;
}

.qrCode>div:first-child>.phoneType {
  width: 230px;
  height: 68px;
  border-radius: 4px;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qrCode>div:first-child>.phoneType img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.qrCode>div:last-child {
  margin-left: 34px;
}

.imageMotor-all {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  overflow: auto;


}

.imageMotor-all img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imageMotor {
  position: absolute;
  top: 0;
  width: 1200px;
  height: 100%;
  left: 50%;
  margin-left: -600px;
  z-index: 30;
}


.record {
  font-size: 14px;
  display: flex;
  justify-content: center;
  line-height: 78px;
}

.bottomWrap2 {
  display: flex;

}
