html {
height: 100%;
}

body {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFFFFF;
background-color: #000000;
}

/* 滚动条样式调整 */
/* // IE浏览器 */
* {
scrollbar-arrow-color: #c0c4cc;
scrollbar-face-color: #a2a2a3;
scrollbar-highlight-color: #a2a2a3;
scrollbar-shadow-color: #a2a2a3;
scrollbar-track-color: #f4f4f5;
scrollbar-3dlight-color: #a2a2a3;
scrollbar-darkshadow-color: #a2a2a3;
scrollbar-base-color: #f4f4f5;
scroll-padding-block: 6px;
}

/* // 谷歌浏览器 */
::-webkit-scrollbar {
width: 6px;
height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
/*滚动条里面轨道*/
/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
background: #ededed;
border-radius: 10px;*/
background-image: linear-gradient(rgb(14, 14, 14, 0.2), rgb(159, 255, 255, 0.2));
}

/* Handle */
::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 12px;
border: 5px solid rgb(159, 255, 255, 0.2);
background: rgb(159, 255, 255, 0.2);
}


#app{
width : 100vmin;
height : 100vmax;
}
/* 横屏 */
.media-tip {
color: #fff;
background-color: #313131;
z-index: 100111;
position: fixed;
visibility: hidden;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.media-tip-content {
transform: rotate(90deg);
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.media-tip-text {
margin-left: 1.25rem;
letter-spacing: 0.25rem;
/* 防止 div 内文字换行 */
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}

.icon-phone {
width: 2.8125rem;
animation: spin 3s infinite;
}
.menu-box {
width: 146px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
position: fixed;
top: 24px;
left: 24px;
list-style: none;
margin: 0;
border: 2px solid #93EAE8;
border-radius: 15px;
/* border-image: linear-gradient(#93EAE8, #9DA0A4) 30 30; */
padding: 0 0 24px 0;
}

.menu-box li {
font-size: 16px;
color: #fff;
margin-top: 24px;
display: flex;
align-items: center;
padding-left: 24px;
cursor: pointer;
}

.menu-box li div {
height: 8px;
margin: 0 9px;
border-left: 1px solid #fff;
}

.menu-logo {
width: 18px;
height: 16px;
}

.menu-btn {
width: 18px;
height: 16px;
margin: 12px 0 0 14px;
cursor: pointer;
}

.copyright {
position: fixed;
left: 48px;
bottom: 24px;
font-size: 11px;
color: #fff;
}

.blur {
-webkit-filter: blur(6px);
filter: blur(6px);
}

.video-h2 {
position: fixed;
top: calc(10vh - 70px);
left: calc(15vw - 60px);
z-index: 999;
width: 70vw;
height: 80vh;
font-size: 45px;
color: #fff;
cursor: pointer;
}

.bottom-text {
width: 40px;
height: 5px;
margin-top: 4px;
}

/* 视频列表 */
.copyright-box,
.video-menu-box {
position: fixed;
top: 20vh;
left: 20vw;
z-index: 999;
width: 60vw;
height: 60vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}

.copyright-box {
opacity: 0.5;
}

.video-menu-box {
padding: 7px;
box-sizing: border-box;
}

.video-menu {
width: 100%;
height: 50px;
/* line-height: 50px; */
box-sizing: border-box;
margin: 0;
padding: 10px 0 0 30px;
list-style: none;
background-image: linear-gradient(rgb(14, 14, 14, 0.2), rgb(159, 255, 255, 0.2));
border-top-left-radius: 10px;
border-top-right-radius: 10px;
color: #fff;
display: flex;
align-items: flex-start;
/* justify-content: space-around; */
text-align: center;
font-size: 16px;
}

.video-menu li {
display: flex;
flex-direction: column;
align-items: center;
cursor: pointer;
width: 110px;
line-height: 21px;
}

.video {
width: 80%;
height: calc(60vh - 80px);
background: #000000;
}

.video-box {
display: flex;
padding: 10px 0;
}

.video-list {
width: 20%;
}

.video-list-title {
width: calc(100% - 16px);
height: 60px;
line-height: 60px;
text-align: center;
margin-left: 10px;
background-image: linear-gradient(rgb(14, 14, 14, 0.2), rgb(159, 255, 255, 0.2));
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.blue {
color: #56F1EB;
}

.video-name {
width: 93%;
  height: 50px;
  line-height: 50px;
  margin-left: 10px;
  margin-top: 2px;
  background: rgb(0, 0, 0, 0.6);
  box-shadow: 0px 0px 50px rgb(255, 255, 255, 0.5) inset;
  cursor: pointer;
  /* background-image: linear-gradient(rgb(14,14,14,0.2), rgb(159,255,255,0.2)); */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.video-name img {
width: 10px;
height: 10px;
margin: 0 18px 0 22px;
}

.video-name-box {
height: calc(60vh - 140px);
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
}

/* 样册列表 */
.sample-box-bg,
.sample-box, .sample-box-draw {
position: fixed;
top: 20vh;
left: 25vw;
z-index: 999;
width: 50vw;
height: 60vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}

.sample-box-bg {
opacity: 0.5;
}

.sample-box {
padding: 7px;
box-sizing: border-box;
}

.sample-menu-box {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 50px;
box-sizing: border-box;
margin: 0;
padding: 0 20px 0;
list-style: none;
background-image: linear-gradient(rgb(14, 14, 14, 0.2), rgb(159, 255, 255, 0.2));
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.sample-menu {
padding: 0;
color: #fff;
display: flex;
align-items: flex-start;
font-size: 16px;
}

.sample-menu li {
display: flex;
/* flex-direction: column; */
text-align: center;
align-items: flex-start;
cursor: pointer;
}

.sample-line {
height: 8px;
margin: 6px 17px;
border-left: 1px solid #56F1EB;
}

.sample-list-box-container {
height: calc(60vh - 100px);
overflow-y: auto;
}

.sample-list-box {
padding: 8px 0 8px 8px;
/* height: calc(80vh - 100px); */
overflow-y: auto;
display: flex;
flex-wrap: wrap;
}

/* .sample-list-box::-webkit-scrollbar { display: none; } */
.sample-list {
width: 20%;

text-align: center;
}

.sample-list-img {
padding: 40px 0 6px 0;
background-image: linear-gradient(rgb(255, 255, 255, 0), rgb(255, 255, 255, 0), rgb(255, 255, 255, 0), rgb(255, 255,
255, 0.2));
}

.sample-list-img img {
width: 107px;
height: 150px;
}

.sample-list-title {
font-size: 11px;
margin-top: 6px;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

[v-cloak] {
display: none;
}

.plus-icon-enter-active {
transition: opacity .8s;
}

.plus-icon-enter {
opacity: 0;
}

.plus-icon-leave-active {
transition: opacity .8s;
}

.plus-icon-leave-to {
opacity: 0;
}

/* 联系我们 */
.relation {
background: #D3D3D3;
margin: 0;
margin-top: 5px;
padding: 15px 0 0;
color: #000000;
/* min-height: 410px; */
font-size: 16px;
height: calc(100% - 72px);
width: 100%;
}

.relation-tit {
text-align: center;
}

.relation-card {
/* width: 708px; */
width: 90%;
margin: 2% auto 0;
display: flex;
justify-content: space-between;
}

.relation-card-son {
display: flex;
width: 50%;
}

.relation-card-son1 {
display: flex;
width: 100%;
}

.relation-card-son>div {
margin-right: 10px;
position: relative;
top: 5px;
}

.relation-card-son1>div {
margin-right: 10px;
position: relative;
top: 5px;
}

.relation-card-input {
/* width: 270px; */
width: 75%;
height: 28px;
outline: none;
background: #E0E0E0;
border: 1px solid #bebebe;
border-radius: 4px;
}

.relation-cpy {
/* width: 643px; */
width: 87.5%;
}

.relation-yx {
width: 50%;
}

.relation-xv {
width: 84%;
height: 90px;
}

.relation-text {
margin-left: 3%;
display: flex;
flex-wrap: wrap;
}

.relation-text-cpy {
margin-right: 40px;
}

.relation-text-btm {
/* margin-right: calc(100% - 1000px); */
margin-right: 2%;
}

.relation-top {
margin-top: 1%;
}

.relation-btn {
width: 32%;
height: 29px;
background: #56f1ec9f;
border: 1px solid #aaaaaa;
border-radius: 5px;
display: block;
margin: 3% auto 0;
}

/* 展台信息 */
.booth-top-text {
z-index: 9999;
position: fixed;
color: #FFFFFF;
font-size: 10px;
top: 5px;
left: 5px;
}

.booth-top-img {
z-index: 9999;
position: fixed;
top: 24px;
right: 24px;
cursor: pointer;
}

.booth {
width: 97px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
position: fixed;
top: 240px;
right: 24px;
list-style: none;
margin: 0;
/* border: 2px solid #93EAE8; */
border-radius: 15px;
padding: 8px 0;
}

.booth-title {
text-align: center;
line-height: 35px;
color: #56F1EB;
background: linear-gradient(to top, #56f1ec3a, rgba(0, 0, 0, 0));
}

.booth-ul {
list-style: none;
text-align: center;
margin-left: 0;
padding-left: 0;
margin: 0;
}

.booth-li {
line-height: 50px;
position: relative;
cursor: pointer;

}

.booth-li:hover .booth-li-img {
display: block;
}

.booth-li-img {
width: 53px;
height: 7px;
position: absolute;
top: 37px;
left: 23px;
display: none;
}

.booth-list {
width: 293px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
position: fixed;
top: 14.5%;
right: 130px;
list-style: none;
margin: 0;
padding: 7px;
}

.booth-list-ul {
list-style: none;
margin: 0;
padding: 0;
}

.booth-list-li {
font-size: 14px;
line-height: 24px;
height: 24px;
background: linear-gradient(0deg, #ffffff63 0%, rgba(255, 255, 255, 0.075) 50%, rgba(255, 255, 255, 0) 100%);
padding-left: 20px;
margin-top: 2px;
cursor: pointer;
position: relative;
overflow: hidden;
font-family: PingFang SC;
}

.booth-list-li>div {
text-overflow: ellipsis;
white-space: nowrap;
width: 250px;
}

.booth-list-li-img {
position: absolute;
right: 10px;
top: 5px;
display: none;
}

.booth-list-li:hover .booth-list-li-img {
display: block;
}

.booth-list-li:hover {
color: #56F1EB;
}

.booth-h2 {
position: fixed;
top: 100%;
left: 40%;
margin-left: -585px;
margin-top: -365px;
font-size: 45px;
color: #fff;
cursor: pointer;
}

.booth-down {
position: fixed;
bottom: 290px;
left: 36px;
font-size: 45px;
color: #fff;
z-index: 9999999;
cursor: pointer;
width: 25px;
height: 25px;
display: none;
}

.booth-video {
position: fixed;
width: 278px;
height: 250px;
background-color: rgba(0, 0, 0, 0.8);
bottom: 70px;
left: 24px;
font-size: 45px;
color: #fff;
cursor: pointer;
border: 4px solid #56F1EB;
display: none;
}

.code-box {
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
margin: -170px 0 0 -170px;
}

.code-close-btn {
width: 30px;
height: 30px;
position: absolute;
top: -30px;
right: -30px;
z-index: 999;
}

.code-img {
width: 340px;
height: 340px;
}

.booth_big_vid {
position: fixed;
top: 15vh;
left: 50%;
z-index: 999;
width: 440px;
height: 70vh;
margin-left: -220px;
/* display: flex; */

/* border: 4px solid #93EAE8; */
/* border-radius: 10px; */
}

.booth-cc {
width: 69%;
height: 100%;
border: 4px solid #56F1EB;
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.8);
}

.booth_big_vid-img {
width: 440px;
/*height: 100%;*/
/* position: relative; */
/* top: -10px; */
/* background: none; */
}

.booth_big_vid_down {
position: relative;
left: 386px;
top: 5vh;
/* top: 17%;
left: 61%; */
/* margin-left: -585px;
margin-top: -365px; */
font-size: 45px;
color: #fff;
z-index: 9999999;
cursor: pointer;
width: 25px;
height: 25px;
}

/* 抽奖活动内容 */
.luckdraw-box-container {
width: 100%;
height: calc(60vh - 74px);
background-color: #F6F6F6;
margin-top: 6px;
padding: 10px 34px;
overflow-y: auto;
box-sizing: border-box;
}

.luckdraw-box-container img {
width: 100%;
/*height: 100%;*/
object-fit: cover;
}

.luckdraw-title {
font-size: 19px;
font-family: FZCuQian-M17S;
color: #FF0000;
}

.luckdraw-date {
display: flex;
align-items: flex-start;
justify-content: space-between;
margin-top: 10px;
color: #000000;
font-size: 14px;
font-family: Microsoft YaHei UI;
}
.luckdraw-date div {
width: 60%;
}
.luckdraw-date-img-left {
width: 97px;
height: 102px;
}

.luckdraw-date-img-right {
width: 157px;
height: 134px;
}
/* 活动提示 */
.luckdraw-tips {
padding: 0 15px;
}
.luckdraw-tips>div{
display: flex;
align-items: flex-start;
color: #000000;
line-height: 21px;
font-size: 14px;
}
.luckdraw-tips-title {
color: #9C9C9C !important;
width: 82px;
flex-shrink: 0;
}
.luckdraw-goods {
display: flex;
align-items: center;
justify-content: center;
margin-top: 6px;
}
.luckdraw-goods img {
width: 90px;
height: 99px;
margin: 0 10px;
}

.sample-box-contact {
position: fixed;
top: 10vh;
left: 20vw;
z-index: 999;
width: 60vw;
height: 80vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}
/* 商品详情相对定位 */

.goodsVideo-relative {
position: relative;
top: 15px;
font-family: PingFang SC;
}

.goodsVideo-absolute {
position: absolute;
display: flex;
align-items: flex-end;
width: 100%;
padding: 0 30px;
box-sizing: border-box;
color: #000000;
}

.goodsVideo-name {
font-size: 24px;
}

.goodsVideo-biref {
font: 14px;
color: #B7B7B7;
margin-left: 18px;
}

.goodsVideo-relative-btn {
position: relative;
top: -46px;
}

.goodsVideo-absolute-btn {
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 0 30px;
box-sizing: border-box;
color: #000000;
font-size: 16px;
font-family: PingFang SC;
}

.goodsVideo-absolute-btn div {
cursor: pointer;
}

.img-360 {
width: 33px;
height: 30px;
}

.img-arrow-left {
width: 13px;
height: 13px;
margin-right: 20px;
}

.img-arrow-right {
width: 13px;
height: 13px;
margin-left: 20px;
}

.goods-data {
background: #fff; display: flex; align-items: center;justify-content: center;height: 100%;
}

.goods-data-grey {
background: #D3D3D3; display: flex; align-items: center;justify-content: center;height: 100%;
}

.grey {
color: #959595 !important;
}

.max-video {
width: 100%;
height: 100%;
}

.max-img {
max-width: 100%;
height: 100%;
}

.video-menu-one {
width: 100% !important;
align-items: flex-start !important;
}
.video-menu-one div {
display: flex;
align-items: center;
flex-direction: column;
}

.goods-popup-logo {
position: fixed;
top: calc(20vh - 80px);
right: 20vw;
width: 200px;
height: 63px;
z-index: 999;
object-fit: contain;
}

.rx-img-box img {
position: fixed;
bottom: 48px;
right: 48px;
width: 167px;
height: 109px;
z-index: 999;
}


@media screen and (max-width: 1024px) {
/* .hidden-max {
display: none;
} */
/* 活动 */
.sample-box-bg, .sample-box, .sample-box-draw{
position: fixed;
top: 9vh;
left: 7vw;
z-index: 999;
width: 86vw;
height: 70vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}
.sample-menu li{
position: relative;
top: -3px;
}
.sample-menu{
margin: 0;
position: relative;
top: 5px;
}
.luckdraw-box-container{
height: calc(70vh - 74px);
}
/* 左上角 */
.menu-box{
width: 56px;
}
.menu-box li{
/* padding-left: 19px; */
text-align: center;
display: block;
padding: 0;
font-size: 8px;
}
.menu-box li:nth-child(1){
margin-top: 0;
}
/* 左下角视频 */
.booth-video{
width: 310px;
height: 175px;
border: 1px solid #56F1EB;
border-radius: 10px;
}
.booth-img{
width: 200px;
height: 300px;
border: none;
border-radius: 0;
}
.booth-down{
bottom: 211px;
}
.img-down{
bottom: 351px;
left: 22px;
}
/* 右侧列表 */
.booth-list-li{
background: none;
border-bottom: 1px solid #8D8D8D;
font-size: 12px;
line-height: 20px;
padding-left: 14px;
}
.booth{
width: 87px;
font-size: 14px;
}
.booth-li-img {
width: 53px;
height: 7px;
position: absolute;
top: 40px;
left: 17px;
display: none;
}
/* 展示资料 */
.copyright-box, .video-menu-box {
position: fixed;
top: 13vh;
left: 4vw;
z-index: 999;
width: 92vw;
height: 63vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}
.video{
width: 70%;
height: calc(63vh - 80px);
}
.video-list{
width: 30%;
}
.video-name-box{
height: calc(63vh - 140px);
}
.goods-popup-logo {
position: fixed;
top: calc(14vh - 80px);
right: 3vw;
width: 200px;
height: 63px;
z-index: 999;
}
.sample-list-box-container {
height: calc(73vh - 100px);
overflow-y: auto;
}
.booth_big_vid_down{
left: 355px;
}
}

@media screen and (max-width: 900px) {
/* */
.sample-box-bg, .sample-box, .sample-box-draw{
position: fixed;
top: 4vh;
left: 13vw;
z-index: 999;
width: 74vw;
height: 82vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}
.luckdraw-box-container{
padding: 10px 21px;
}
.sample-menu-box{
height: 32px;
}
.sample-menu{
font-size: 12px;
}
.luckdraw-box-container {
height: calc(87vh - 95px);
}
.luckdraw-title{
font-size: 12px;
}
.luckdraw-date p{
font-size: 12px;
margin: 0;
}
.luckdraw-date-img-right{
width: 111px;
height: 79px;
}
.luckdraw-date-img-left {
width: 67px;
height: 75px;
}
.luckdraw-tips div{
font-size: 12px;
line-height: 20px;
}
.luckdraw-goods img{
width: 60px;
height: 66px;
margin: 7px 6px;
}

.booth-video {
width: 189px;
height: 171px;
border: 1px solid #56F1EB;
border-radius: 7px;
}
.booth-video {
bottom: 237px;
left: 85px;
}
.booth-down{
left: 92px;
width: 16px;
height: 16px;
top: 32px;
}
.booth{
width: auto;
display: flex;
align-items: center;
top: 79%;
right: 24%;
font-size: 12px;
border-radius: 5px;
padding: 0px 10px;
}
.booth-ul{
display: flex;
}
.booth-li{
line-height: 1em;
padding: 7px 0 10px;
margin: 0 14px;
border-top: 3px solid rgba(0,0,0,0);
}
.booth-li-now{
border-top: 3px solid #56F1EB;
}
.booth-title{
background: none;
line-height: 1em;
margin: 0 10px;
}
.booth-list {
width: 273px;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
position: fixed;
top: 10%;
right: 195px;
list-style: none;
margin: 0;
padding: 7px;
height: 241px;
overflow-y: auto;
}
.booth-list-li:last-child{
border: none;
}
.booth-list-li>div {
text-overflow: ellipsis;
white-space: nowrap;
width: 260px;
overflow: hidden;
margin: 0;
}
.booth-list-li {
background: none;
border-bottom: 1px solid #8D8D8D;
font-size: 12px;
line-height: 20px;
padding-left: 9px;
}
.booth-top-img{
height: 35px;
width: 35px;
}
.booth-img{
width: 141px;
height: 218px;
bottom: 129px;
left: 85px;
border: none;
}
.img-down{
left: 90px;
}
/* 产品列表 */
.sample-list-box-container {
height: calc(95vh - 100px);
overflow-y: auto;
}
.sample-list{
width: 16.2%;
}
.sample-list-img{
padding: 7px 0 4px 0;
}
.sample-list-img img {
width: 65px;
height: 91px;
}
.sample-list-title{
margin-top: 2px;
}
/* 产品展示 */
.video-menu-box {
position: fixed;
top: 2vh;
left: 7vw;
z-index: 999;
width: 86vw;
height: 85vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
}
.video-menu {
height: 38px;
font-size: 12px;
}
.video-box{
padding: 4px 0;
}
.video{
height: calc(90vh - 80px);
}
.goods-data img{
width: 200px !important;
}
.bottom-text{
margin-top: -1px;
}
.goodsVideo-name {
font-size: 16px;
}
.goodsVideo-biref{
font-size: 12px;
}
.goodsVideo-absolute-btn{
font-size: 12px;
}
.img-arrow-left{
width: 10px;
height: 10px;
margin-right: 13px;
}
.img-arrow-right {
width: 10px;
height: 10px;
margin-left: 13px;
}
.goodsVideo-relative-btn {
top: -37px;
}
.goodsVideo-absolute-btn:nth-child(2) img{
width: 25px;
height: 25px;
}
.video-list{
font-size: 13px;
width: 100%;
flex: 1;
overflow: hidden;
}
.video-list-title{
height: 45px;
line-height: 45px;
width: 100%;
margin: 0;
}
.video-name-box {
height: calc(93vh - 140px);
}
.video-name{
height: 40px;
line-height: 40px;
width: 100%;
margin-left: 0;
}
/* 表单信息 */
.relation{
font-size: 12px;
padding-top: 14px;
height: calc(100% - 51px);
overflow-y: auto;
}
.relation-card-input{
height: 20px;
}
.relation-xv{
height: 63px;
}
.relation-card-son>div{
top: 3px;
}
.relation-card-son1>div{
top: 3px;
}
.relation-card{
margin-top: 2%;
}
.relation-top {
margin-top: 2%;
}
.relation-btn{
margin: 3% auto 3%;
}
.code-box {
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
margin: -140px 0 0 -140px;
}
.code-img {
width: 170px;
height: 170px;
}
.code-close-btn{
top: 3px;
right: 3px;
}
}
.is-change{
color: #56F1EB !important;
}
@media screen and (max-width: 568px){
.booth{
right: 0;
top: inherit;
bottom: 13px;
background: none;
padding: 0;
}
.booth-li{
margin: 0;
padding: 7px 0 7px;
width: 14vw;
}
.booth-ul {
list-style: none;
text-align: center;
margin-left: 0;
padding-left: 0;
margin: 0;
background: #4598C4;
border-left: 1px solid #41414154;
padding: 0 1px;
}
.booth-title {
background: none;
line-height: 1em;
padding: 10px 12px;
background: url(../images/sq_img.png);
background-repeat: no-repeat;
background-size: 100% 100%;
position: relative;
top: -2px;
margin: 0;
color: #fff;
}
.booth-li-now{
border-top: 3px solid rgba(0,0,0,0);
font-weight: bold;
margin: 0;
padding: 7px 0 7px;
width: 16vw;
}
.booth-list {
border: 4px solid #4598C4;
border-radius: 9px;
width: 64vw;
background-color: rgba(0, 0, 0, 0.4);
z-index: 9999;
position: fixed;
top: 51vh;
right: 13vw;
list-style: none;
margin: 0;
padding: 7px;
height: 241px;
overflow-y: auto;
backdrop-filter: saturate(100%) blur(16px);
-webkit-backdrop-filter: saturate(100%) blur(16px);
/* -webkit-filter: blur(6px); */
background: rgba(0,0,0,0.3);
}
/* .booth-list-bul{
border: none;
-webkit-filter: blur(16px);
filter: saturate(100%) blur(16px);
} */
.video-menu-box-phone {
width: 100vw;
height: 100vw;
transform: rotate(90deg);
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
.video-menu-box-phone-video {
width: 100vw;
height: 100vh;
/* transform: rotate(90deg); */
position: fixed;
top: 0;
left: 0;
z-index: 999;
}
.video-menu-box {
/* position: fixed; */
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
border: 2px solid #93EAE8;
border-radius: 10px;
background: rgba(0, 0, 0, 0.5);
/* transform: rotate(90deg) translate(58.4vw,26.9vh); */
}

.video-name-box {
height: calc(100% - 90px);
}
.sample-box-bg, .sample-box {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vh;
height: 100vw;
box-sizing: border-box;
}

.video-box {
padding: 0;
flex-direction: column;
width: 100%;
height: 100%;
}
.video {
height: 200px;
transition: all .4s ease-in-out;
width: 100%;
}
.poster-draw {
width: 300px;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #56F1EB;
background-color: #f6f6f6;
box-sizing: border-box;
/* padding-top: 40px; */
text-align: center;
border-radius: 6px;
overflow: hidden;
}
.code-close-btn {
width: 20px;
height: 20px;
}
.booth-down {
right: 179px;
left: auto;
top: 15px;
}
.booth-video {
top: 10px;
right: 10px;
left: auto;
}
.code-box {
position: fixed;
top: 50%;
left: 50%;
z-index: 999;
margin: -135px 0 0 -85px;
}
.sample-list-box-container {
height: calc(86vw);
overflow-y: auto;
}
.copyright2{
position: fixed;
right: 20px;
bottom: 30px;
font-size: 11px;
color: #fff;
}
/* 竖屏4-10 */
.sp-container {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 999;
color: #fff;
background-color: #2e2e2e;
}

.sp-header {
width: 100%;
height: 50px;
box-sizing: border-box;
margin: 0;
padding: 0 20px;
background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.9) 20%, rgb(86, 241, 235, 0.4));
color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 12px;
}

.sp-header span {
font-size: 16px;
margin-right: 4px;
}

.sp-header>img {
width: 126px;
height: 40px;
object-fit: contain;
}

.sp-content {
width: 100%;
height: calc(100vh - 50px);
display: flex;
align-items: center;
}

.sp-menu-box {
position: fixed;
top: 80px;
right: 10px;
z-index: 999;
}

.sp-menu {
width: 100px;
height: 30px;
line-height: 30px;
font-size: 14px;
margin-top: 2px;
background: rgb(0, 0, 0, 0.6);
box-shadow: 0px 0px 50px rgb(255, 255, 255, 0.5) inset;
border-radius: 100px;
cursor: pointer;
text-align: center;
}

.sp-menu-active {
/* background: rgb(255, 255, 255, 0.6); */
box-shadow: 0px 0px 22px rgb(86, 241, 235) inset;
color: rgb(86, 241, 235);
}

.sp-menu-content {
width: 100%;
}
.sp-huanwu{
background-color: #FFFFFF;
align-items: flex-start;
flex-direction: column;
}
.sp-goodsVideo-name{
font-size: 15px;
padding-top: 15px;
}
.sp-goods-data{
/* margin-top: 50px auto; */
width: 100%;
height: 85vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
}
/* @media screen and (orientation: portrait) {
html{
width : 100vmin;
height : 100vmax;
}
body{
width : 100vmin;
height : 100vmax;
}
#heng{
width : 100vmax;
height : 100vmin;
transform-origin: top left;
transform: rotate(90deg) translate(0,-100vmin);
}
#pano{
width : 100vmax;
height : 100vmin;
transform-origin: top left;
transform: rotate(90deg) translate(0,-100vmin);
}
#app{
width : 100vmax;
height : 100vmin;
transform-origin: top left;
transform: rotate(90deg) translate(0,-100vmin);
}
.media-tip {
visibility: visible;
}
} */
/* @media screen and (orientation: landscape) {
html{
width : 100vmax;
height : 100vmin;
}
body{
width : 100vmax;
height : 100vmin;
}
#gyroContain{
width : 100vmax;
height : 100vmin;
}
} */
.booth-mobile {
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 30px;
color: #BFBAB7;
background-image: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.60) 12%, rgba(0,0,0,0.60) 100%);
}

.booth-mobile .booth-ul {
background: none;
}

.booth-mobile img {
height: 11px;
object-fit: cover;
}
.booth-li-now {
color: #FFFFFF;
}
.right_bar {
position: fixed;
bottom: 75px;
left: 50%;
transform: translateX(-50%);
}
.shine {
color: white;
line-height: 16px;
font-weight: bold;
letter-spacing: 2px;
font-size: 16px;
background: linear-gradient(to right, #ffffff 0,#4d4d4d 10%, #ffffff 20%);
background-position: 0;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 2s linear infinite;
text-decoration: none;
white-space: nowrap;
}
@keyframes shine {
to{
background-position: 108px;
}
}
.bottom_bar {
position: fixed;
bottom: 15px;
left: 50%;
transform: translateX(-50%);
width: 300px;
height: 40px;
z-index: 1;
background-color: rgba(244, 247, 255, 0.8);
border-radius: 5.5px;
display: flex;
align-items: center;
justify-content: space-around;
padding: 5px;
}

.bottom_bar .item {
background-size: contain;
background-repeat: no-repeat;
cursor: pointer;
background-position: center;
width: 16%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.bottom_bar #scene {
transition: all 0.2s ease-in-out;
}

.bottom_bar #scene img {
height: 10px;
}

.bottom_bar .item img {
height: 20px;
object-fit: cover;
user-select: none;
}

.bottom_bar .item p {
font-size: 12px;
color: #39436f;
letter-spacing: 0;
margin-top: 2px;
user-select: none;
margin: 0;
}

@media screen and (max-width: 750px) {
.right_bar {
bottom: 100px;
}
.bottom_bar {
bottom: 45px;
}
}