html {
  height: 100%;
}
body {
  position: relative;
  height: 100%;
  width: 100%;
}
.loadBox {
  color: #7C3AED;
  font-size: 38px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateZ(0);
  /* animation：规定完成动画所花费的时间，该属性必须规定，否则动画时长为0，无法播放 */
  animation: loadBox 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes loadBox {0% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}5%, 95% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}10%, 59% {box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em;}20% {box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em;}38% {box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em;}100% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}}
@keyframes round {0% {transform: rotate(0deg); /* 开始旋转 div 元素 */}100% {transform: rotate(360deg); /* 结束旋转 div 元素 */}}
.video-js {
  width: 300px;
  height: 150px;
}

.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%
}

#index_loading {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#root {
    margin: auto;
}
#preview_container_style {
    width: 100%;
    height: 100%;
    margin: auto;
    min-width: 300px;
}
.realpreview-contnet{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: black;
    position: relative;
    overflow: auto;
}
.realpreview-contnet-style1{
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.realpreview-contnet-style2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    overflow: auto;
    position: relative;
}
#preview_container{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
    margin-top: 50px;
}

.preview_container-style1{
    width: 100%;
    margin-top: 23px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flexLC{
    overflow: hidden;
    margin-left: 5%;
    border-radius: 20px;
    background: white;
}
.pointer{
    height: 96px;
    width: 96px;
    box-sizing: border-box;
    margin-bottom: 8px;
}
.van-image--round{
    width: 96px;
    height: 96px;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid rgb(232, 233, 237);
}
.van-image__img{
    object-fit: contain;
}
.item-intro-title{
  margin-top: 8px;
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  width: 90%;
  white-space: pre-wrap;
  color: black;
}
.item-intro-content{
    margin-top: 4px; 
    text-align: center; 
    word-break: break-all; 
    width: 90%; 
    white-space: pre-wrap; 
    font-size: 14px; 
    color: rgba(0, 0, 0, 0.6);
}
.item-list{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 20px;
    margin-top: 14px;
}
.item-list-info{
    width: 100%;
}
.item-ls{
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}
.link_hover_pc{
    background-color: white;
    border-radius: 4px;
    color: rgb(94, 94, 94);
    min-height: 30px;
    padding: 7px 7px 7px 6px;
}
.item-show-logo{
  height: 42px;
  width: 42px;
  object-fit: contain;
  vertical-align: middle;
  border-radius: 4px;
}
#title{
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
  flex-grow: 1;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 18px;
  color: rgb(51, 51, 51);
  text-align: left;
  padding-left: 14px;
}
.item-list-icon{
    vertical-align: middle;
}
.van-icon-arrow{
  flex-shrink: 0;
  margin-left: 10px;
  width: 16px;
  padding: 8px;
  vertical-align: bottom;
}
#redirectJumpId{
  visibility: hidden;
}
.my_link3_class{
    margin-top: 12px;
    font-weight: 400;
    height: 16px;
    cursor: pointer;
    text-align: center;
    background: rgba(237, 237, 237, 0.2);
    padding: 10px 12px; 
    border-radius: 23px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    box-shadow: rgba(0, 0, 0, 0.04) 0px -1px 2px 0px inset; 
    color: rgba(0, 0, 0, 0.6);
}