/* 苹方字体 */
@font-face {
  font-family: "pingfang";
  src: url("https://ve.cool360.com/commonfonts/pingfang.ttf")
    format("truetype");
}

html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-text-size-adjust: none;
  font-family: "pingfang";
  -webkit-tap-highlight-color: transparent;
}

.iconfont {
  font-size: 40px;
}

.cover {
  display: none;
  height: 100%;
  width: 100%;
}

#cover-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

#bg {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1;
  -moz-opacity: 0.7;
  opacity: 0.5;
  filter: alpha(opacity=70);
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
  outline: none;
}

#fpsLabel {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: default;
  z-index: 10;
  background-color: #7283a0;
  color: white;
  padding: 5px;
  border-radius: 3px;
  font-family: "Montserrat";
  pointer-events: none;
  user-select: none;
}

#loadingScreen {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 50px;
  text-align: center;
  background-color: #bb464bcc;
  z-index: 9999;
}

#model3d {
  position: absolute;
  width: 100%;
  height: 90%;
  outline: none;
}

.demo {
  padding: 15em 0;
  z-index: 9999;
}

/* 加载界面 */
.progress {
  /* position:absolute;bottom:0; */
  height: 25px;
  background: #ffffff;
  padding: 5px;
  overflow: visible;
  border-radius: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #7992a8;
  /* margin-top: 50px; */
}

.progress .progress-bar {
  border-radius: 20px;
  position: relative;
  animation: animate-positive 2s;
}

.progress .progress-value {
  display: block;
  padding: 3px 7px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  background: #191919;
  border: 1px solid #000;
  position: absolute;
  top: -40px;
  right: -10px;
}

.progress .progress-value:after {
  content: "";
  border-top: 10px solid #191919;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 26%;
}

.progress-bar.active {
  animation: reverse progress-bar-stripes 0.4s linear infinite,
    animate-positive 2s;
}

@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}

/* 初始化设置 */
html,
body {
  color: #000;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-user-select: none;
  user-select: none;
  line-height: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background: #aaa;
  line-height: normal;
}

/* 公共取消样式 */
.close {
  display: block;
  position: absolute;
  right: 42px;
  top: 52px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.close::after {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  transform: rotate(-45deg);
}

.close::before {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}

.icon-guanbi1 {
  display: block;
  position: absolute;
  right: 42px;
  top: 52px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.icon-guanbi1::after {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #333;
  transform: rotate(-45deg);
}

.icon-guanbi1::before {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}

/* 公共取消样式2 */
.close2 {
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.close2::after {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  transform: rotate(-45deg);
}

.close2::before {
  position: absolute;
  top: 6px;
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  transform: rotate(45deg);
}

/* 界面按钮 */
.menu {
  display: none;
  position: fixed;
  top: 4.6vw;
  left: 4.6vw;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0vw 0.2vw 1vw 0vw;
  text-align: center;
  cursor: pointer;
}

.menu img {
  width: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
}

.menu-list {
  display: none;
  position: fixed;
  width: 25vw;
  top: 20vw;
  left: 4.6vw;
  background-color: #ffffff;
  border-radius: 3vw;
}
.menu-tri {
  display: none;
  position: fixed;
  top: 16.2vw;
  left: 8.6vw;
  background-color: #ffffff00;
}

.menu-triangle {
  width: 0;
  height: 0;
  border-width: 0 0 0;
  border: 2vw solid;
  border-color: transparent transparent #ffffff;
}

.menu-li {
  display: flex;
  margin-bottom: 1.6vw;
  margin-left: 1.6vw;
  margin-right: 1.6vw;
  width: 22vw;
  text-align: center;
  cursor: pointer;
  height: 5vw;
  line-height: 4.2vw;
  justify-content: flex-start;
}

.menu-li:first-child {
  margin-top: 2.4vw;
  margin-bottom: 1.6vw;
  text-align: center;
  cursor: pointer;
  height: 5vw;
  line-height: 5vw;
}
.menu-li:last-child {
  margin-bottom: 2.4vw;
  text-align: center;
  cursor: pointer;
  height: 5vw;
  line-height: 5vw;
}

.menu-li span {
  font-size: 3.6vw;
  font-weight: 600;
  line-height: 5vw;
  font-family: "pingfang";
  margin-left: 1.5vw;
}

.menu-li .iconfont {
  width: 3.6vw;
  height: 3.6vw;
  margin-right: 2.4vw;
  margin-left: 1.2vw;
}

.btn-selected {
  background-color: #1989fa !important;
  color: #fff !important;
  border-radius: 5px;
}

/* 通讯录 */
.cardcase-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84.6vw;
  background: #fffdfd;
  border-radius: 9.8vw;
  z-index: 10;
}
.cardcase-box .close {
  top: 8.6vw;
  right: 7vw;
  font-size: 3.2vw;
}
.cardcase-box-title {
  height: 4.8vw;
  line-height: 6vw;
  font-size: 4.4vw;
  font-family: "pingfang";
  font-weight: 600;
  margin-top: 8vw;
  margin-left: 9.4vw;
}
#cardcase-box-main {
  position: relative;
  margin-top: 6.6vw;
  margin-left: 6.8vw;
  margin-bottom: 17.6vw;
  width: 70.6vw;
  max-height: 61.6vw;
  overflow-y: auto;
}
.business-card {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 3.4vw;
  box-sizing: border-box;
  width: 70.6vw;
  height: 12vw;
  background: #ededed;
  border-radius: 7.4vw;
}
.business-card .icon--nangaoliang {
  font-size: 10vw;
  color: #0091ff;
  margin-left: 1vw;
}
.business-card .icon--nvgaoliang {
  font-size: 10vw;
  color: #e500ff;
  margin-left: 1vw;
}
.card-name {
  margin-left: 3.2vw;
  width: 29.6vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
}
.card-phoneNo {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #828282;
}

/* 闯关成功 */
/* 错误提醒 */
.system-success {
  display: flex;
  position: fixed;
  top: 4.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 27.8vw;
  height: 10.4vw;
  line-height: 10.4vw;
  background-color: #fff;
  border-radius: 2.6vw;
  text-align: center;
  align-items: center;
  z-index: 9999;
}
.system-alert {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 27.8vw;
  height: 10.4vw;
  line-height: 10.4vw;
  background-color: #fff;
  border-radius: 2.6vw;
  text-align: center;
  align-items: center;
  z-index: 9999;
}

.system-success .icon-chenggong,
.system-alert .icon-cuowu {
  width: 3.6vw;
  height: 3.6vw;
  margin-right: 1.4vw;
  margin-left: 4.2vw;
}

.system-success-text,
.system-alert-text {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
}
/*版本型号*/
.museum-version {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  height: 6.4vw;
  width: 51.4vw;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4vw;
  line-height: 6.4vw;
  text-align: center;
  z-index: 9999;
}
.versionNo {
  font-size: 3.6vw;
  font-weight: 600;
  font-family: "pingfang";
  color: white;
}
/*技术支持*/
.tech-support {
  position: fixed;
  bottom: 3vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.4vw;
  font-family: "pingfang";
  font-weight: 400;
  color: #7e7e7e;
}

/*名片交换*/
.exchange,
.guideNotice {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 84.6vw;
  height: 56.8vw;
  min-height: 31.4vw;
  background: #fffdfd;
  box-shadow: 0vw 0.2vw 1.8vw 0vw rgb(0 0 0 / 50%);
  border-radius: 9.8vw;
  z-index: 10;
}
.exchange-title,
.guideNotice-title {
  font-size: 4.4vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #1989fa;
  line-height: 6vw;
  margin-top: 8.2vw;
  text-align: center;
}
.exchange-main,
.guideNotice-main {
  margin-top: 4.8vw;
  margin-left: 7vw;
  width: 70.6vw;
  overflow-x: clip;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  line-height: 5vw;
}
.exchange-name,
.guideNotice-name {
  color: #0091ff;
}
.exchange-agree,
.guideNotice-agree {
  position: absolute;
  bottom: 7vw;
  left: 7vw;
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  line-height: 12vw;
  font-weight: 600;
  color: white;
  text-align: center;
  background: #0091ff;
  border-radius: 6vw;
  cursor: pointer;
}
.exchange-refuse,
.guideNotice-refuse {
  position: absolute;
  bottom: 7vw;
  right: 7vw;
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  line-height: 12vw;
  font-weight: 600;
  color: white;
  text-align: center;
  background: #b4b3b3;
  border-radius: 6vw;
  cursor: pointer;
}

/*人见人交互界面*/
.PTP-box {
  display: none;
  width: 84.6vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fffdfd;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgb(0 0 0 / 50%);
  border-radius: 9.8vw;
}
.PTP-title {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 5.8vw;
  margin-top: 7.4vw;
  margin-left: 9.4vw;
}
.PTP-content {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 5.8vw;
  margin-top: 3.6vw;
  margin-left: 9.4vw;
}
.PTP-content .PTP-name {
  color: #1989fa;
}
.PTP-body {
  width: 70.4vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  margin-left: 6.8vw;
  margin-top: 3.6vw;
  max-height: 60vw;
}
.PTP-body .sayHiBtn,
.PTP-body .guideBtn,
.PTP-body .resumeBtn {
  width: 70.4vw;
  height: 12vw;
  background: #ededed;
  border-radius: 6vw;
  font-size: 3.6vw;
  text-align: center;
  line-height: 12vw;
  margin-bottom: 3vw;
}
.PTP-choice {
  display: flex;
}
.PTP-agree {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #1989fa;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 4.2vw auto 7.4vw 6.8vw;
}
.PTP-cancel {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #b4b3b3;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 4.2vw 6.8vw 7.4vw auto;
}

/*登录界面*/
.login-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 510px;
  height: 601px;
  background: #fffdfd;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
  border-radius: 49px;
  z-index: 2;
}

.login-text {
  display: inline-block;
  margin: 46px 340px 0px 42px;
  width: 200px;
  height: 45px;
  font-size: 30px;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 45px;
}

.login-box .icon {
  display: inline-block;
  margin: 7px 0 7px 7px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
}

.login-box input {
  display: inline-block;
  position: relative;
  bottom: 30px;
  width: 300px;
  height: 30px;
  margin-left: 15px;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 22px;
}

.login-account {
  display: inline-block;
  overflow: hidden;
  margin: 32px 42px 0px 42px;
  width: 426px;
  height: 73px;
  border-radius: 37px;
  background-color: #ededed;
}

.login-password {
  display: inline-block;
  overflow: hidden;
  margin: 24px 42px 0px 42px;
  width: 428px;
  height: 74px;
  border-radius: 37px;
  background-color: #ededed;
}

.login-btn {
  display: inline-block;
  margin: 42px 42px 0px 42px;
  width: 428px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 20px;
  color: #fff;
  border-radius: 37px;
  background-color: #0091ff;
  cursor: pointer;
}

.wander-btn {
  display: inline-block;
  margin: 24px 42px 0px 42px;
  width: 428px;
  height: 74px;
  text-align: center;
  line-height: 74px;
  font-size: 20px;
  color: #fff;
  border-radius: 37px;
  background-color: #b4b3b3;
  cursor: pointer;
}

.extra {
  display: inline-block;
  height: 22px;
  margin: 25px 0 0 61px;
}

.forget-password {
  width: 64px;
  height: 22px;
  margin: 25px 250px 47px 0px;
  font-size: 18px;
  font-family: "pingfang";
  font-weight: 400;
  color: #2a2a2a;
  line-height: 22px;
  cursor: pointer;
}

.register-btn {
  width: 64px;
  height: 22px;
  font-size: 18px;
  font-family: "pingfang";
  font-weight: 400;
  color: #2a2a2a;
  line-height: 22px;
  cursor: pointer;
}

#tepCanvas {
  display: none;
  position: absolute;
  top: 91px;
  right: 150px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0);
}

/*对话框*/
.oldMessage {
  display: none;
  width: 70vw;
  height: 5.8vw;
  position: absolute;
  left: 6.6vw;
  bottom: 17vw;
  text-align: left;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #ffffff;
  overflow-y: auto;
}

.messagePar {
  display: none;
}

.message {
  width: 80vw;
  height: 6.4vw;
  background: #ffffff00;
  left: 3.4vw;
  bottom: 8vw;
  position: absolute;
  display: flex;
}

.content {
  width: 72vw;
  height: 6.4vw;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3.8vw;
}

.content input {
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 400;
  padding-left: 3.2vw;
  color: white;
  width: 72vw;
  height: 6.4vw;
  background: #ffffff00;
  border-radius: 3.8vw;
  line-height: 3vw;
  text-shadow: 0 0 rgb(0 0 0 / 25%);
  border: 0vw;
  outline: 0vw;
}

.content input::-webkit-input-placeholder {
  color: white;
  font-size: 3vw;
}
.content input:-moz-placeholder {
  color: white;
  font-size: 3vw;
}
.content input::-moz-placeholder {
  color: white;
  font-size: 3vw;
}
.content input:-ms-input-placeholder {
  color: white;
  font-size: 3vw;
}

.message .icon-tongxunlu {
  width: 6.4vw;
  height: 6.4vw;
  font-size: 3vw !important;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin-left: 1.6vw;
  text-align: center;
  line-height: 6.4vw;
  color: white;
}

/*guide swiper*/
.swiper {
  display: none;
  position: fixed !important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper .swiper-slide img {
  display: block;
  width: 70%;
  object-fit: contain;
}

.skipGuide {
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1%;
  border: none;
  text-align: center;
  border-radius: 18px;
  border: 0px solid #b5b5b5;
  cursor: pointer;
  font-family: "pingfang";
  font-weight: 300;
  color: #ffffff;
  line-height: 35px;
  text-decoration: underline;
  z-index: 10;
}

/*安卓端系统静音按钮消失*/
.babylonUnmuteIcon {
  display: none !important;
}

/*mobile ui*/
/*手机版本竖屏UI设置*/
.scan-ku {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 450;
}

.scan-ku .gray {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  top: 0;
  left: 0;
}
.scan-ku::before {
  content: "";
  background-size: cover;
  filter: blur(3vw);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: -6vw;
}

.scan-ku-content {
  width: 90vw;
  height: 18.4vw;
  background: #ffffff;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.5);
  border-radius: 3.4vw;
  position: absolute;
  top: 3.54%;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}
.inner-content {
  width: calc(100%);
  padding: 4.2vw;
  height: calc(100%);
  line-height: calc(100% - 8.4vw);
  display: flex;
  align-items: center;
  text-align: left;
}

.inner-content .ku-icon {
  width: 8.8vw;
  height: 8.8vw;
  box-shadow: 0vw 0.2vw 1.8vw 0vw rgba(0, 0, 0, 0.5);
  background: #1989fa;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}

.ku-icon span {
  font-size: 4.4vw;
  color: #ffffff;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-content .ku-name {
  width: 60vw;
  height: 12vw;
  line-height: 12vw;
  margin-left: 3.4vw;
}
.ku-name .name {
  display: inline-block;
  max-height: 12vw;
  font-size: 4.4vw;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 6vw;
  font-family: "pingfang";
  vertical-align: middle;
  overflow-y: auto;
}
.inner-content .exhibit-close {
  width: 3.2vw;
  height: 3.2vw;
  background: #ffffff00;
  margin-left: 3vw;
  position: relative;
}
.exhibit-close span {
  font-size: 4.4vw;
  color: #ffffff;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.resource-show {
  width: 100% !important;
  height: 69.92% !important;
  position: absolute;
  top: 19.74%;
}

.resource-list {
  height: 6.4vw;
  position: absolute;
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
  top: 15.85%;
  z-index: 500;
  text-align: center;
}

.resource-last {
  margin-right: 5.333vw;
}

.resource-next {
  margin-left: 5.333vw;
}

.resource-last span {
  font-size: 6.4vw;
  color: rgba(255, 255, 255, 0.8);
}

.resource-next span {
  font-size: 6.4vw;
  color: rgba(255, 255, 255, 0.8);
}

.resource-title {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 6.4vw;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.5);
  border-radius: 3.8vw;
  line-height: 6.4vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #2a2a2a;
  z-index: 999;
  white-space: nowrap;
  overflow-y: auto;
  max-width: 90vw;
}

.resource-show .res-model {
  width: 100%;
  height: 88vw;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.resource-show .res-txt {
  width: 80vw;
  height: 84.2vw;
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
  overflow-y: auto;
  position: absolute;
  top: 38.84%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resource-show .res-txt p {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
}
.resource-show .res-txt strong {
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
}

.resource-show .res-music {
  width: 80.6vw;
  height: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.res-music .yinfu-div {
  width: 32vw;
  height: 48vw;
  margin: 0 auto;
}
.yinfu-div div {
  color: #ffffff;
  font-size: 32vw;
  opacity: 0.1;
}

.res-music .music-progress {
  margin-top: 8vw;
  margin-bottom: 2.8vw;
}

.res-music .music-progress .totalProgress {
  cursor: pointer;
  margin: 0 auto;
  width: 77.4vw;
  height: 1vw;
  background-color: white;
  border-radius: 2vw;
  position: relative;
}

.totalProgress .music-circle,
.video-circle {
  width: 4.8vw;
  height: 4.8vw;
  background: #1989fa;
  border: 0.6vw solid #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.totalProgress .currentProgress {
  width: 0;
  height: 100%;
  -webkit-border-top-left-radius: 2vw;
  -webkit-border-bottom-left-radius: 2vw;
  background-color: #1989fa;
}

.res-music .music-time {
  width: 77.4vw;
  height: 4.4vw;
  margin: 0 auto;
}

.res-music .music-time span {
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #ffffff;

  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
}

.res-music .music-control {
  margin: 0 auto;
  text-align: center;
}

.music-control span {
  font-size: 9.4vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.resource-show .res-image {
  width: 100%;
  height: 85vw;
  position: relative;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
}

.res-img {
  width: 100%;
  height: 85vw;
  position: absolute;
}

.res-image .swiper-container {
  width: 100%;
  height: 80vw;
}

.res-image .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.res-image .swiper-wrapper .swiper-slide img {
  display: block;
  height: 100%;
  object-fit: contain;
}

.swiper-pagination {
  position: relative;
  left: 0;
  text-align: center;
  bottom: 0;
  width: 100%;
  font-size: 2.4vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  color: #1989fa;
}

.swiper-pagination span {
  font-size: 2.4vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  color: #1989fa;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  border-radius: 2vw;
  background: #999;
  box-shadow: 0vw 0.2vw 0.4vw #555 inset;
  margin: 0 0.6vw;
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 1.333vw;
  width: 1.6vw;
  height: 1.6vw;
}

.swiper-active-switch {
  background: #fff;
}
.swiper-pagination-bullet-active {
  background: #1989fa !important;
}

.res-image .swiper-wrapper {
  text-align: center;
}

/* 操作指引 */
.swiper .swiper-slide img {
  display: block;
  width: 40%;
  object-fit: contain;
}

/* 图集文字 */
.resource-show .res-imageTxt {
  width: 80vw;
  height: 28vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
  overflow-y: auto;
  position: relative;
  top: 4vw;
  left: 50%;
  transform: translateX(-50%);
}

.resource-show .res-imageTxt p {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
}
.resource-show .res-imageTxt strong {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 500;
  color: #ffffff;
  line-height: 5.4vw;
}

.resource-show .res-video {
  width: 100%;
  height: 60vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.res-video .video-control {
  width: 100%;
  height: 10vw;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.video-control .video-btn {
  width: auto;
  height: auto;
  z-index: 99;
  font-size: 4.4vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-left: 3.2vw;
}

.video-control .video-btn-full {
  font-size: 3.104vw;
  margin-left: 4.767vw;
}

.video-fullscreen-active {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  background: #000000;
  margin: 0 !important;
}

.video-control .video-circle {
  width: 2.8vw;
  height: 2.8vw;
}

.video-control .video-circle-full {
  width: 1.552vw;
  height: 1.552vw;
}

.video-control .video-currentTime {
  width: 7.6vw;
  height: 2.8vw;
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #ffffff;
  line-height: 2.8vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  margin-left: 3.2vw;
}

.video-control .video-currentTime-full {
  width: auto;
  font-size: 1.663vw;
  margin-left: 1.441vw;
}

.video-control .totalProgress {
  cursor: pointer;
  width: 55.6vw;
  height: 1vw;
  background-color: rgba(126, 126, 126, 0.5);
  border-radius: 0.4vw;
  position: relative;
  margin-left: 2.4vw;
}

.video-control .video-totalProgress-full {
  width: 68.847vw;
  height: 0.554vw;
  margin-left: 1.33vw;
}

.video-control .video-totalTime {
  width: 7.6vw;
  height: 2.8vw;
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #ffffff;
  line-height: 2.8vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  margin-left: 2.6vw;
}

.video-control .video-totalTime-full {
  width: auto;
  font-size: 1.663vw;
  margin-right: 1.552vw;
}

.video-control .fullscreen-btn {
  width: auto;
  height: auto;
  z-index: 99;
  font-size: 4.4vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-left: 3.6vw;
}

.video-control .video-fullscreen-full {
  font-size: 2.217vw;
  margin-left: 1.441vw;
}

.resource-show .res-url,
.resource-show .res-360url,
.resource-show .res-pdfurl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.res-url .url-box,
.res-360url .url360-box,
.res-pdfurl .pdfurl-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.res-url .url-content,
.res-360url .url360-content,
.res-pdfurl .pdfurl-content {
  width: 74.4vw;
  height: 4.2vw;
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #1989fa;
  line-height: 4.2vw;
  text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
  margin: 2.6vw auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.res-url .url-info,
.res-360url .url360-info,
.res-pdfurl .pdfurl-info {
  width: 74.4vw;
  height: 4.2vw;
  font-size: 3vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #ffffff;
  line-height: 4.2vw;
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none !important;
}

.disabled {
  pointer-events: none !important;
}

@media (min-width: 240vw) {
  .container {
    width: 234vw;
  }
}
@media (min-width: 198.4vw) {
  .container {
    width: 194vw;
  }
}
@media (min-width: 153.6vw) {
  .container {
    width: 150vw;
  }
}

@media screen and (max-width: 72vw) {
  html,
  body {
    font-size: 3vw;
  }
}
@media screen and (min-width: 72vw) and (max-width: 80vw) {
  html,
  body {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 80vw) and (max-width: 92vw) {
  html,
  body {
    font-size: 3.6vw;
  }
}

.resource-choose {
  width: 100%;
  height: 7.6vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.876%;
  z-index: 500;
  text-align: center;
}

.resource-choose .res-btn-div {
  width: auto;
  height: 7.6vw;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.5);
  border-radius: 3.8vw;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}

.resource-choose .res-btn {
  width: 14.2vw;
  height: 6.4vw;
  border-radius: 3.2vw;
  text-align: center;
  line-height: 6.4vw;
  margin-right: 0.8vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
}

.resource-choose .res-btn:first-child {
  margin-left: 0.6vw;
}

.resource-choose .active {
  background: #ffffff;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.5);
  border-radius: 3.2vw;
  color: #1989fa;
}

/*问答题*/
.question-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84.6vw;
  background: #fffdfd;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgb(0 0 0 / 50%);
  border-radius: 9.8vw;
}
.question-head {
  height: 6vw;
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 7.4vw;
  margin-left: 9.4vw;
}
.question-head-title {
  height: 6vw;
  font-size: 4.4vw;
  font-weight: 600;
  color: #000000;
  line-height: 6vw;
  font-family: "pingfang";
}
.question-head-index {
  font-weight: 500;
  color: #909399;
  line-height: 4.2vw;
  font-family: "pingfang";
}
.question-box .close {
  right: 7.4vw !important;
  top: 9vw !important;
  width: 3.2vw !important;
  height: 3.2vw !important;
}
.question-content {
  width: 65.8vw;
  height: 22.8vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 5.7vw;
  align-items: center;
  overflow-y: auto;
  margin: 3.6vw 9.4vw 3.6vw 9.4vw;
}
.question-body-choice {
  display: flex;
  width: 70.4vw;
  height: 12vw;
  margin-bottom: 3vw;
  border-radius: 6vw;
  background: #ededed;
  margin-left: 6.8vw;
  align-items: center;
}
.question-choice-1 {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 4.2vw;
  margin: 0 0 0 6.4vw;
}
.question-choice-2 {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  max-height: 8.4vw;
  width: 48vw;
  margin: 1.8vw 1.8vw 1.8vw 2.8vw;
  overflow-y: auto;
}
.question-tf {
  display: flex;
  height: 4.6vw;
  justify-content: center;
  align-items: center;
}
.question-tf .icon-chenggong {
  font-size: 3.6vw;
  color: #6dd400;
  line-height: 4vw;
  margin-right: 1vw;
}
.question-tf .icon-cuowu {
  font-size: 3.6vw;
  color: #e02020;
  line-height: 4vw;
  margin-right: 1vw;
}
.question-tf p {
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  margin: 0 0 0 0;
}

.question-tf-landscape {
  display: flex;
  margin-left: 8.478vw;
  justify-content: center;
  align-items: center;
}
.question-tf-landscape .icon-chenggong {
  font-size: 1.995vw;
  color: #6dd400;
  line-height: 2.217vw;
  margin-right: 0.554vw;
}
.question-tf-landscape .icon-cuowu {
  font-size: 1.995vw;
  color: #e02020;
  line-height: 2.217vw;
  margin-right: 0.554vw;
}
.question-tf-landscape p {
  font-size: 1.995vw;
  font-family: "pingfang";
  font-weight: 600;
  margin: 0 0 0 0;
}

.question-finish {
  display: flex;
}
.question-last {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #1989fa;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 4vw auto 7.4vw 6.8vw;
}
.question-next {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #1989fa;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 4vw 6.8vw 7.4vw auto;
}

/*跳转网页页面*/
.success-box {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84.6vw;
  background: #fffdfd;
  box-shadow: 0vw 0.4vw 0.8vw 0vw rgba(0, 0, 0, 0.5);
  border-radius: 9.8vw;
}
.success-title {
  width: 29.2vw;
  height: 6vw;
  font-size: 4.4vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #1989fa;
  line-height: 6vw;
  margin-top: 8vw;
  margin-left: 27.8vw;
  text-align: center;
}
.success-content {
  width: 29.2vw;
  height: 6.4vw;
  font-size: 3.6vw;
  font-family: "pingfang";
  font-weight: 600;
  color: #000000;
  line-height: 4.2vw;
  margin-top: 5.4vw;
  margin-left: 27.8vw;
  text-align: center;
}
.success-finish {
  display: flex;
}
.success-yes {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #1989fa;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 6.4vw auto 7.4vw 6.8vw;
}
.success-no {
  width: 31.6vw;
  height: 12vw;
  font-size: 3.6vw;
  background: #b4b3b3;
  border-radius: 6vw;
  align-items: center;
  text-align: center;
  line-height: 12vw;
  color: #ffffff;
  margin: 6.4vw 6.8vw 7.4vw auto;
}
/* wsm */
/* 分厅目录 */
.directory-board-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 664px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  z-index: 1;

}
.directory-board-box .close{
  display: block;
  position: absolute;
  right: 28px;
  top: 28px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.directory-board-box .directory-title {
  position: absolute;
  top: 23px;
  left: 36px;
line-height: normal;
font-size: 16px;
color: #000;
font-family: "pingfang";
}
.directory-title img {
  width: 10px;
  position: absolute;
  bottom: 6px;
  left: 73px;
}
.directory-board-box .directory-main {
  position: absolute;
  width: 254px;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-content: space-between;
}

.directory-board-box .directory-list {
  position: relative;
  margin-right: 14px;
  margin-left: 14px;
  width: 35px;
  height: 195px;
  border-radius: 35px;
  color: #fff;
  text-align: center;
  border: 2px solid #009fe8;
  cursor: pointer;
  margin-bottom: 5px;
}
.directory-board-box .directory-list img{
  position: absolute;
left: 2px;
top: 2px;
width: 28px;
}
.directory-board-box .directory-list a{
  position: absolute;
  top: 37px;
  display: inline-block;
  width: 46px;
  padding: 0 10px;
  height: 155px;
  left: 50%;
  font-size: 12px;
  font-weight: 600;
  transform: translate(-50%, 0);
  text-decoration: none;
}
.directory-list-name span{
  writing-mode: vertical-lr;
}
.link-board-box {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 294px;
  height: 345px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  z-index: 1;

}

.link-board-box .link-main {
  position: absolute;
  top: 36px;
  left: 35px;
  width: 262px;
  line-height: normal;
}
.link-board-box .close {
  position: absolute;
  right: 18px;
  top: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.link-board-box .link-main input {
  float: left;
  width: 32px;
  margin-right: 33px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
/*手机版本横屏UI设置*/
@media screen and (orientation: landscape) {
  .resource-list {
    height: 3.548vw;
    position: absolute;
    display: inline-flex;
    left: 50%;
    transform: translateX(-50%);
    top: 4.2%;
    z-index: 500;
    text-align: center;
  }
  .resource-last span {
    font-size: 3.548vw;
    color: rgba(255, 255, 255, 0.8);
  }
  .resource-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    height: 3.548vw;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0vw 0.4vw 0.8vw 0vw rgb(0 0 0 / 50%);
    border-radius: 3.8vw;
    line-height: 3.548vw;
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #2a2a2a;
    z-index: 999;
    max-width: 50vw;
  }
  .resource-next span {
    font-size: 3.548vw;
    color: rgba(255, 255, 255, 0.8);
  }
  .resource-show {
    width: 100% !important;
    height: 50% !important;
    position: absolute;
    top: 15.8%;
    display: inline-flex;
  }
  /*txt*/
  .resource-show .res-txt {
    width: 81.818vw;
    height: 23.947vw;
    font-size: 1.663vw;
    font-family: "pingfang";
    font-weight: 500;
    color: #ffffff;
    line-height: 2.993vw;
    overflow-y: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .resource-show .res-txt p {
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 500;
    color: #ffffff;
    line-height: 2.993vw;
  }
  /*video*/
  .resource-show .res-video {
    width: 55.432vw;
    height: 31.153vw;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .res-video .video-control {
    width: 100%;
    height: 5.543vw;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  .video-control .video-btn {
    width: 3.104vw;
    height: 3.548vw;
    z-index: 99;
    font-size: 3.104vw;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    color: #ffffff;
    margin-left: 1.774vw;
  }
  .video-control .video-currentTime {
    width: 4.213vw;
    font-size: 1.663vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #ffffff;
    line-height: 2.8vw;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    margin-left: 1.774vw;
  }
  .video-control .totalProgress {
    cursor: pointer;
    width: 30.82vw;
    height: 0.507vw;
    background-color: rgba(126, 126, 126, 0.5);
    border-radius: 0.4vw;
    position: relative;
    margin-left: 1.33vw;
  }
  .video-control .video-circle {
    width: 1.552vw;
    height: 1.552vw;
  }
  .video-control .video-totalTime {
    width: 4.213vw;
    font-size: 1.663vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    margin-left: 1.33vw;
  }
  .video-control .fullscreen-btn {
    width: 2.217vw;
    height: 2.217vw;
    z-index: 99;
    font-size: 2.217vw;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    color: #ffffff;
    margin-left: 1.996vw;
  }
  /*model*/
  .resource-show .res-model {
    width: 100%;
    height: 29.268vw;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  /*image*/
  .resource-show .res-image {
    width: 55.432vw;
    height: 33.259vw;
    max-height: 100%;
    position: relative;
    left: 0vw;
    margin-left: 3.437vw;
    overflow: hidden;
    top: 0;
    transform: translateX(0);
  }

  .res-image .swiper-container {
    width: 100%;
    height: 31.153vw;
    max-height: 100%;
  }

  .res-image .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-pagination {
    position: relative;
    left: 0;
    text-align: center;
    bottom: 0;
    width: 100%;
    font-size: 0.665vw;
    text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
    color: #1989fa;
  }

  .swiper-pagination span {
    font-size: 0.665vw;
    text-shadow: 0vw 0.4vw 0.8vw rgba(0, 0, 0, 0.5);
    color: #1989fa;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    border-radius: 2vw;
    background: #999;
    box-shadow: 0vw 0.2vw 0.4vw #555 inset;
    margin: 0 0.6vw;
    cursor: pointer;
  }

  .swiper-pagination .swiper-pagination-bullet {
    margin-right: 1.333vw;
    width: 0.665vw;
    height: 0.665vw;
  }

  .swiper-active-switch {
    background: #fff;
  }
  .swiper-pagination-bullet-active {
    background: #1989fa !important;
  }

  .res-image .swiper-wrapper {
    text-align: center;
  }
  .resource-show .res-imageTxt {
    width: 34.812vw;
    height: 28.936vw;
    max-height: 100%;
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 500;
    color: #ffffff;
    line-height: 2.993vw;
    overflow-y: auto;
    position: relative;
    margin-left: 2.772vw;
    left: 0vw;
    top: 0;
    transform: translateX(0);
  }

  /*link*/
  .resource-show .res-url,
  .resource-show .res-360url,
  .resource-show .res-pdfurl {
    width: 55.432vw;
    height: 31.153vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .res-url .url-content,
  .res-360url .url360-content,
  .res-pdfurl .pdfurl-content {
    width: 55.432vw;
    height: 4.2vw;
    font-size: 1.663vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #1989fa;
    line-height: 4.2vw;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    margin: 1.441vw auto;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .res-url .url-info,
  .res-360url .url360-info,
  .res-pdfurl .pdfurl-info {
    width: 55.432vw;
    height: 4.2vw;
    font-size: 1.663vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #ffffff;
    line-height: 4.2vw;
    margin: 0 auto;
    text-align: center;
  }
  .resource-choose {
    width: 100%;
    height: 10.199vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.876%;
    z-index: 500;
    text-align: center;
  }
  .resource-choose .res-btn-div {
    width: 93.126vw;
    height: 10.199vw;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0vw 0.4vw 0.8vw 0vw rgb(0 0 0 / 50%);
    border-radius: 1.885vw;
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
  }
  .resource-choose .res-btn {
    width: 7.761vw;
    height: 3.548vw;
    border-radius: 3.2vw;
    text-align: center;
    line-height: 3.548vw;
    margin-right: 0.554vw;
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
  }
  .resource-close {
    position: absolute;
    right: 3.548vw;
    top: 4.102vw;
    z-index: 500;
  }
  .resource-close span {
    font-size: 1.774vw;
    color: rgba(255, 255, 255, 0.8);
  }

  /*landscape title*/
  .resource-choose .inner-content-landscape {
    width: 38.803vw;
    height: 6.652vw;
    border-radius: 3.2vw;
    text-align: center;
    line-height: 6.652vw;
    padding-right: 0.8vw;
    padding-left: 1.663vw;
    display: inline-flex;
    align-items: center;
    font-size: 3vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #2a2a2a;
  }
  .inner-content-landscape .ku-icon-landscape {
    width: 4.656vw;
    height: 4.656vw;
    box-shadow: 0vw 0.2vw 1.8vw 0vw rgb(0 0 0 / 50%);
    background: #1989fa;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
  }
  .ku-icon-landscape span {
    font-size: 2vw;
    color: #ffffff;
    text-shadow: 0vw 0.4vw 0.8vw rgb(0 0 0 / 50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .name-landscape {
    width: 24.612vw;
    font-size: 2.439vw;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 3.326vw;
    font-family: "pingfang";
    text-align: left;
    margin-left: 1.33vw;
    overflow-y: auto;
  }

  /* 界面按钮 */
  .menu {
    display: none;
    position: fixed;
    top: 2.55vw;
    left: 2.55vw;
    width: 6.652vw;
    height: 6.652vw;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0vw 0.111vw 0.554vw 0vw;
    text-align: center;
    cursor: pointer;
  }
  .menu img {
    width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .menu-list {
    display: none;
    position: fixed;
    width: 13.858vw;
    top: 11.086vw;
    left: 2.55vw;
    background-color: #ffffff;
    border-radius: 1.663vw;
  }
  .menu-tri {
    display: none;
    position: fixed;
    top: 8.98vw;
    left: 4.767vw;
    background-color: #ffffff00;
  }
  .menu-triangle {
    width: 0;
    height: 0;
    border-width: 0 0 0;
    border: 1.109vw solid;
    border-color: transparent transparent #ffffff;
  }
  .menu-li {
    margin-bottom: 0.887vw;
    margin-left: 0.831vw;
    width: 12.195vw;
    height: 2.772vw;
    line-height: 2.328vw;
  }
  .menu-li:first-child {
    margin-top: 1.33vw;
    margin-bottom: 0.887vw;
    height: 2.772vw;
    line-height: 2.772vw;
  }
  .menu-li:last-child {
    margin-bottom: 1.33vw;
    height: 2.772vw;
    line-height: 2.772vw;
  }
  .menu-li span {
    font-size: 1.995vw;
    line-height: 2.772vw;
    margin-left: 0.831vw;
  }
  .menu-li .iconfont {
    width: 1.995vw;
    height: 1.995vw;
    margin-right: 1.33vw;
    margin-left: 0.665vw;
  }

  /*版本型号*/
  .museum-version {
    height: 3.548vw;
    width: 28.492vw;
    border-radius: 2.217vw;
    line-height: 3.548vw;
  }
  .versionNo {
    font-size: 1.995vw;
  }

  /*技术支持*/
  .tech-support {
    bottom: 0.5vw;
    font-size: 1.33vw;
  }

  /*对话框*/
  .oldMessage {
    width: 38.803vw;
    height: 3.215vw;
    left: 3.659vw;
    bottom: 9.424vw;
    font-size: 1.996vw;
  }
  .message {
    width: 44.346vw;
    height: 3.548vw;
    left: 1.885vw;
    bottom: 4.435vw;
  }
  .content {
    width: 39.911vw;
    height: 3.548vw;
    border-radius: 2.106vw;
  }
  .content input {
    font-size: 1.663vw;
    padding-left: 1.774vw;
    width: 39.911vw;
    height: 3.548vw;
    border-radius: 2.106vw;
    line-height: 1.663vw;
    border: 0vw;
    outline: 0vw;
  }
  .content input::-webkit-input-placeholder {
    font-size: 1.663vw;
  }
  .content input:-moz-placeholder {
    font-size: 1.663vw;
  }
  .content input::-moz-placeholder {
    font-size: 1.663vw;
  }
  .content input:-ms-input-placeholder {
    font-size: 1.663vw;
  }
  .message .icon-tongxunlu {
    width: 3.548vw;
    height: 3.548vw;
    font-size: 1.663vw !important;
    margin-left: 0.887vw;
    line-height: 3.548vw;
  }

  /*名片交换*/
  .exchange,
  .guideNotice {
    width: 46.896vw;
    height: 31.486vw;
    min-height: 17.406vw;
    border-radius: 5.432vw;
  }
  .exchange-title,
  .guideNotice-title {
    font-size: 2.439vw;
    line-height: 3.326vw;
    margin-top: 4.545vw;
  }
  .exchange-main,
  .guideNotice-main {
    margin-top: 2.661vw;
    margin-left: 3.88vw;
    width: 39.135vw;
    font-size: 1.996vw;
    line-height: 2.772vw;
  }
  .exchange-agree,
  .guideNotice-agree {
    bottom: 3.88vw;
    left: 3.88vw;
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.996vw;
    line-height: 6.652vw;
    border-radius: 3.326vw;
  }
  .exchange-refuse,
  .guideNotice-refuse {
    bottom: 3.88vw;
    right: 3.88vw;
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.996vw;
    line-height: 6.652vw;
    border-radius: 3.326vw;
  }

  /*人见人交互界面*/
  .PTP-box {
    width: 46.896vw;
    border-radius: 5.432vw;
    transform: translate(-50%, -50%) scale(0.75);
  }
  .PTP-title {
    font-size: 1.996vw;
    line-height: 3.215vw;
    margin-top: 4.102vw;
    margin-left: 5.211vw;
  }
  .PTP-content {
    font-size: 1.996vw;
    line-height: 3.215vw;
    margin-top: 1.996vw;
    margin-left: 5.211vw;
  }
  .PTP-body {
    width: 39.024vw;
    font-size: 1.996vw;
    margin-left: 3.769vw;
    margin-top: 1.995vw;
    max-height: 33.259vw;
  }
  .PTP-body .sayHiBtn,
  .PTP-body .guideBtn,
  .PTP-body .resumeBtn {
    width: 39.024vw;
    height: 6.652vw;
    border-radius: 3.326vw;
    font-size: 1.996vw;
    line-height: 6.652vw;
    margin-bottom: 1.663vw;
  }
  .PTP-agree {
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.996vw;
    border-radius: 3.326vw;
    line-height: 6.652vw;
    margin: 2.328vw auto 4.102vw 3.769vw;
  }
  .PTP-cancel {
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.996vw;
    border-radius: 3.326vw;
    line-height: 6.652vw;
    margin: 2.328vw 3.769vw 4.102vw auto;
  }

  /*问答题*/
  .question-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.75);
    width: 91.463vw;
    max-height: 47.007vw;
    background: #fffdfd;
    box-shadow: 0vw 0.222vw 0.443vw 0vw rgb(0 0 0 / 50%);
    border-radius: 5.432vw;
  }
  .question-head {
    height: 3.326vw;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 4.435vw;
    margin-left: 5.211vw;
  }
  .question-head-title {
    height: 3.326vw;
    font-size: 2.439vw;
    font-weight: 600;
    color: #000000;
    line-height: 3.326vw;
    font-family: "pingfang";
  }
  .question-head-index {
    font-weight: 500;
    color: #909399;
    line-height: 2.328vw;
    font-family: "pingfang";
  }
  .question-box .close {
    right: 4.102vw !important;
    top: 4.989vw !important;
    width: 1.774vw !important;
    height: 1.774vw !important;
  }
  .question-content {
    width: 82.151vw;
    height: 6.984vw;
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #000000;
    line-height: 3.215vw;
    align-items: center;
    overflow-y: auto;
    margin: 2.439px 5.211vw 2.217vw 5.211vw;
  }
  .question-body {
    display: flex;
    flex-wrap: wrap;
    margin-left: 1.1086vw;
    align-items: center;
  }
  .question-body-choice {
    display: flex;
    width: 39.024vw;
    height: 6.652vw;
    margin-bottom: 1.33vw;
    border-radius: 3.326vw;
    background: #ededed;
    margin-left: 3.769vw;
    align-items: center;
  }
  .question-choice-1 {
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #000000;
    line-height: 2.328vw;
    margin: 0 0 0 3.548vw;
  }
  .question-choice-2 {
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #000000;
    line-height: 2.328vw;
    max-height: 4.656vw;
    width: 26.608vw;
    margin: 0.998vw 0.998vw 0.998vw 1.552vw;
    overflow-y: auto;
  }

  .question-finish {
    display: flex;
    margin-left: 1.1086vw;
  }
  .question-last {
    width: 39.024vw;
    height: 6.652vw;
    font-size: 1.995vw;
    background: #1989fa;
    border-radius: 3.326vw;
    align-items: center;
    text-align: center;
    line-height: 6.652vw;
    color: #ffffff;
    margin: 1.663vw 0 3.326vw 3.769vw;
  }
  .question-next {
    width: 39.024vw;
    height: 6.652vw;
    font-size: 1.995vw;
    background: #1989fa;
    border-radius: 3.326vw;
    align-items: center;
    text-align: center;
    line-height: 6.652vw;
    color: #ffffff;
    margin: 1.663vw auto 3.326vw 3.769vw;
  }

  /* 通讯录 */
  .cardcase-box {
    width: 46.896vw;
    border-radius: 5.432vw;
    transform: translate(-50%, -50%) scale(0.8);
  }
  .cardcase-box .close {
    top: 4.767vw;
    right: 3.88vw;
    font-size: 1.774vw;
  }
  .cardcase-box-title {
    height: 2.661vw;
    line-height: 3.326vw;
    font-size: 2.439vw;
    margin-top: 4.435vw;
    margin-left: 5.211vw;
  }
  #cardcase-box-main {
    margin-top: 3.659vw;
    margin-left: 3.769vw;
    margin-bottom: 9.756vw;
    width: 39.135vw;
    max-height: 34.146vw;
  }
  .business-card {
    margin-bottom: 1.885vw;
    width: 39.135vw;
    height: 6.652vw;
    border-radius: 4.102vw;
  }
  .business-card .icon--nangaoliang {
    font-size: 5.543vw;
    margin-left: 0.554vw;
  }
  .business-card .icon--nvgaoliang {
    font-size: 5.543vw;
    margin-left: 0.554vw;
  }
  .card-name {
    margin-left: 1.774vw;
    width: 16.408vw;
    font-size: 1.996vw;
  }
  .card-phoneNo {
    font-size: 1.996vw;
  }

  /* 闯关成功 */
  .system-success {
    top: 2.55vw;
    left: 50%;
    width: 15.41vw;
    height: 5.765vw;
    line-height: 5.765vw;
    border-radius: 1.441vw;
  }

  .system-success .icon-chenggong {
    width: 1.996vw;
    height: 1.996vw;
    margin-right: 0.776vw;
    margin-left: 2.328vw;
  }

  .system-success-text {
    font-size: 1.996vw;
  }
  /* 错误提醒 */
  .system-alert {
    width: 15.41vw;
    height: 5.765vw;
    line-height: 5.765vw;
    border-radius: 1.441vw;
  }

  .system-alert .icon-cuowu {
    width: 1.996vw;
    height: 1.996vw;
    margin-right: 0.776vw;
    margin-left: 2.328vw;
  }

  .system-alert-text {
    font-size: 1.996vw;
  }
  /*跳转网页页面*/
  .success-box {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 46.896vw;
    background: #fffdfd;
    box-shadow: 0vw 0.222vw 0.443vw 0vw rgba(0, 0, 0, 0.5);
    border-radius: 5.432vw;
  }
  .success-title {
    width: 16.186vw;
    height: 3.326vw;
    font-size: 2.439vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #1989fa;
    line-height: 3.326vw;
    margin-top: 4.435vw;
    margin-left: 15.41vw;
    text-align: center;
  }
  .success-content {
    width: 16.186vw;
    height: 3.548vw;
    font-size: 1.995vw;
    font-family: "pingfang";
    font-weight: 600;
    color: #000000;
    line-height: 2.328vw;
    margin-top: 2.993vw;
    margin-left: 15.41vw;
    text-align: center;
  }
  .success-finish {
    display: flex;
  }
  .success-yes {
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.995vw;
    background: #1989fa;
    border-radius: 3.326vw;
    align-items: center;
    text-align: center;
    line-height: 6.652vw;
    color: #ffffff;
    margin: 3.548vw auto 4.102vw 3.769vw;
  }
  .success-no {
    width: 17.517vw;
    height: 6.652vw;
    font-size: 1.995vw;
    background: #b4b3b3;
    border-radius: 3.326vw;
    align-items: center;
    text-align: center;
    line-height: 6.652vw;
    color: #ffffff;
    margin: 3.548vw 3.769vw 4.102vw auto;
  }
  .closelink{
    position: absolute;
    width: 39px;
    height: 39px;
    /* background: url(./images/exhibits/close.png); */
    top: 2px;
    left: 2px;
  }
}

0.597806(s) elapsed

1.887250(s) elapsed
