/*主题颜色设置*/
:root {
  --theme-color: #000;
  --theme-color-secondary: #999;
  /*该主题暂无用该变量*/
  --theme-color-primary: #4582FF;
  --theme-background: #fff;
  --theme-background-secondary: #fff;
  --theme-content-background: #fff;
  --border-radius: 8px;
  --border-radius-sm: 12px;
  --border-radius-lg: 15px;
  --font-size-sm: 12px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
}

/*全局基本样式设置*/
body {
  background-color: var(--theme-background);
  font-family: Helvetica;
}

* {
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}

.dialog[data-v-7e32e512] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  background: var(--theme-background);
}

#iframeShow[data-v-7e32e512] {
  z-index: 998;
  border: 0 solid black !important;
}

.iframePosition[data-v-7e32e512] {
  height: 100vh;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.btn-play {
  position: absolute;
  line-height: 0;
  left: 0;
  width: 100%;
  bottom: 30%;
  text-align: center;
}
.btn-play img {
  width: 60%;
  min-width: 205px;
  max-width: 260px;
  margin-top: 17px;
}

#iframeShow {
  height: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
}

#playPage[data-v-7e32e512] {
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background: #fff;
}



.loadFullScreen{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 201;
  width: 100vw;
  background: #000;
}

.loadingCircle {
  position: relative;
  z-index: 2;
  height: 100vh;
  width: 100vw;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.loadingMain {
  position: relative;
  height: 100%;
  width: 100%;
}


.loading-logo {
  padding: 80px 30px 0;
  line-height: 0;
}
.loading-logo img {
  width: 100%;
}
.loading-footer{
  position: absolute;
  bottom: 75px;
  left: 30px;
  right: 30px;
  line-height: 0;
}
.loading-progress {
  line-height: 0;
  height: 10px;
  background-color: #7c7c7c;
}
.loading-progress-ratio{
  width: 0;
  height: 10px;
  background: linear-gradient(to right, #27a654, #e5f334);
  position: relative;
  transition: all .3s;
}
.loading-progress-ratio img{
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
}
.loading-progress-num{
  position: absolute;
  top: -20px;
  right: -21px;
  line-height: 12px;
  color: #fff;
  font-size: 12px;
  width: 40px;
  text-align: center;
}
.loading-tip{
  margin-top: 15px;
  line-height: 0;
}
.loading-tip img {
  width: 100%;
}


.loadTips {
  width: 300px;
  min-height: 23px;
  opacity: 0.8;
  line-height: 23px;
  text-align: center;
  font-family: Helvetica;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  word-wrap: break-word;
}

.loadingTextCss {
  font-weight: 700;
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold;
}

