
.button-content .content-item{
    cursor: pointer;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
    margin-left: 13px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.button-content .content-item img{
    height: 32px;
    margin: auto;
    margin-bottom: .4rem;
    width: 32px;
}
.center{
    bottom: 10%;
    left: 0;
    position: absolute;
    width: 100%;
}
.categories{
    background-color: #00000050;
    display: flex;
    margin-bottom: 7px;
}
.categories2{
    background-color: #00000050;
    display: flex;
    margin-bottom: 7px;
}
.category-center{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.category-center-item-label{
    font-size: 14px;
    margin: auto 6px;
    max-width: 100px;
    padding: 6px 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.category-center-item-label2{
    font-size: 14px;
    margin: auto 6px;
    max-width: 100px;
    padding: 6px 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.arrow-left{
    color: #fff;
    cursor: pointer;
    margin: auto;
    padding: 0 13px;
}
.arrow-right{
    color: #fff;
    cursor: pointer;
    margin: auto;
    padding: 0 13px;
}
.category-center-item-label .label,.category-center-item-label2 .label{
    letter-spacing: .1em;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.label-active{
    border-bottom:1px solid #ff6600;
    overflow: hidden;
    padding-bottom:5px;
}
.label-active .label-100{

    animation: 9s loop linear infinite normal;
    overflow: visible;
    overflow: initial;
    text-overflow: initial;
    white-space: inherit;
    width: -moz-fit-content;
    width: fit-content;
}
.label-active .label-100:hover{

    animation-play-state:paused;

}
@keyframes loop {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(-100%);
    }
}
.dialog-mask{
    display: none;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dialog-header{
    display: flex;
    justify-content: space-between;
    padding: 13px;
}
.dialog-header .header-left{
    display: flex;
    width: 100%;
}
.header-left .header-audio{
  cursor: pointer;
  flex: none;
  margin-right: 13px;
}
.header-left .header-href{
  cursor: pointer;
  flex: none;
  margin-right: 13px;
}
.header-left .header-label{
  margin: auto;
  width: 100%;
}
.dialog-content{
    cursor:pointer;
    display: flex;
    height: 100%;
    width: 100%;
    /* justify-content: center;
    align-items:center; */
    /* border-top: 1px solid ; */
  }
.dialog-content::-webkit-scrollbar {
    cursor: pointer;
    /* //滚动条整体部分 */
    width: 7px;
  }
.dialog-content::-webkit-scrollbar-thumb {
    background: #29292942;
    /* // 滚动条里面可以拖动的滑块 */
    border-radius: 10px;
    width: 15%;
  }
.dialog-content::-webkit-scrollbar-track {
    background: #00000000;
    /* //外层轨道 */
    border-radius: 0
  }
.frame .btn-bottom{
    bottom: 10%;
    color:#fff;
    display: flex;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -10%)
}
.frame .btn-bottom div{
    font-size: 13px;
    padding: 7px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.phone-number-model{
    color: #666;
    margin-bottom: 15px;
    padding: 12px 20px;
}
.phone-item{
    display: flex;
    margin-bottom: 12px;
}
.member-avatar img{
    height: 50px;
}
.member-info{
    padding-left: 18px;
}
.pictures{
    align-items: center;
    display: flex;
    flex-flow: wrap;
    height: 100%;
    justify-content: center;
    margin: auto;
}
.pictures .pictures-item{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px;    
    position: relative;
}
.pictures .pictures-item .pictures-item-img{
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.pictures-item-img-play{
    height: 54px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
}
.preview .arrow-left{
    color: #fff;
    cursor: pointer;
    
    display: flex;
    left: 0;
    margin: auto;
    padding: 23px 13px;
    position: fixed;
    top: 50%;
    z-index: 1;
}
.preview .arrow-right{
    color: #fff;
    cursor: pointer;
    
    display: flex;
    margin: auto;
    padding: 23px 13px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1;
}
.preview .bottom{
    bottom: 10%;
    color:#fff;
    left: 50%;
    position: fixed;
    /* mix-blend-mode: difference; */
    text-shadow: 1px 1px 1px black;
    transform: translate(-50%, -10%)
}
.preview .btn-bottom{
    display: flex;
    justify-content: center;
}
.preview .text-bottom{
    text-align: center;
}
.preview .btn-bottom div{
    font-size: 13px;
    padding: 7px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.pictures::-webkit-scrollbar {
    cursor: pointer;
    /* //滚动条整体部分 */
    width: 7px;
  }
.pictures::-webkit-scrollbar-thumb {
    background: #29292942;
    /* // 滚动条里面可以拖动的滑块 */
    border-radius: 10px;
    width: 15%;
  }
.pictures::-webkit-scrollbar-track {
    background: #00000000;
    /* //外层轨道 */
    border-radius: 0
  }
.scenes{
    background-color: #00000050;
    display: flex;
}
.scene-center{
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.scene-center .scene-center-item .scene-center-item-img{
    display: flex;
    padding:6px 3px;
    position: relative;
}
.scene-center .scene-center-item .scene-center-item-img > img{
    border-radius: 6px;
    height: 86px;
    padding:1px;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 86px;
}
.scene-center .scene-center-item .scene-center-item-img > label{
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    bottom: 7%;
    font-size: 12px;
    left: 4%;
    overflow: hidden;
    padding:2px 8%;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 76%;
}
.arrow-left{
    color: #fff;
    cursor: pointer;
    margin: auto;
    padding: 0 13px;
}
.arrow-right{
    color: #fff;
    cursor: pointer;
    margin: auto;
    padding: 0 13px;
}
.image-active{
    border:1px solid #ff6600;
    padding:0 !important;
}
.thumb{
    display: none;
    height:100%;
    left: 0;
    position: absolute;
    top: 0;
    width:100%;
}
.thumb .thumb-content .thumb-content-item{
    left: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-user-drag: none;
}
.thumb .thumb-content .thumb-close{
    color: #fff;
    cursor:pointer;
    padding: 13px;
    padding-left: 0;
}
.thumb .thumb-content .thumb-muted{
    color: #fff;
    cursor:pointer;
    margin: auto;
    padding-right: 13px;
}
.tour-content{
    background-color: #0000008c;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 230px;
}
.tour-left,.tour-right{
    display: flex;
    padding: 6px;
    position: relative;
}
.tour-left > .tour-left-img,.tour-right > .tour-right-img{
    cursor:pointer;
    height: 30px;
    width: 30px;
}
.tour-body{
    margin: auto 0;
    padding: 6px 0;
    width: 140px;
}
.tour-body-speed{
    background-color: #fff;
    height: 3px;
    width: 100%;
}
.tour-body-speed-val{
    background-color: #008eff;
    height: 100%;
}
.tour-body-label{
    font-size: 13px;
    overflow: hidden;
    text-align: center;
    -webkit-user-drag: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    white-space: nowrap;
}
.tour-body-label > .tour-active{

    animation: 9s tourLoop linear infinite normal;
    overflow: visible;
    overflow: initial;
    text-overflow: initial;
    white-space: inherit;
    width: -moz-fit-content;
    width: fit-content;
}
.tour-body-label > .tour-active:hover{

    animation-play-state:paused;

}
@keyframes tourLoop {
    0% {
        transform: translateX(140px);
    }
    100% {
        transform: translateX(-100%);
    }
}
.muli-next {
    background-color: #0000008c;
    bottom: 40px;
    display: none;
    flex-direction: column;
    margin: 0;
    position: absolute;
    position: absolute;
    transform: translateX(-10px);
    width: 200px;
}
.tour-right:hover > .muli-next,.muli-next:hover{
    display: flex;
}
.muli-next > div {
    font-size: 13px;
    padding: 5px 13px;
    text-align: center;
}
.muli-next > div:hover {
    background-color: #000000b4;
    color: #fff;
    cursor:pointer;
}
.muli-active{
    background-color: #000000b4;
}
.compassw {
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100px;
    left: 20px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 100px;
    z-index: 1;
  }
.top-left{
    cursor: pointer;
    left: 0;
    padding: 13px;
    position: absolute;
    top: 0;
    
}
.top-center{
    font-size: 1.3em;
    left: 50%;
    padding: 13px;
    position: absolute;
    text-shadow: 1px 1px 9px #000;
    top: 0;
    transform: translate(-50%, 0);
}
.top-right{
    display: flex;
    height: 0;
    padding: 13px;
    /* flex-direction: column; */
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    width: initial;
}
.bottom-left{
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    left: 0;
    padding: 13px;
    position: absolute;
}
.bottom-right{
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    padding: 13px;
    position: absolute;
    right: 0;
}
.center{
    bottom: 10%;
    left: 0;
    position: absolute;
    width: 100%;
}
.center > div{
    margin-bottom: 7px;
}
.top-right .sandboxs{
    background: #00000080;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    height: 400px;
    transform: scale(0.5) translate(50%, -50%);
    width: 400px;
}
.sandbox{
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: space-evenly;
    margin: auto;
    position: relative;
    width: 100%;
}
.sandbox-list{
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 200px;
}
.sandbox-show{
    height: 100%;
    position: relative;
    width: 100%;
    /* position: relative;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%; */
}
.audioplay{
  background-color: #606060;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: none;
  left: 50%;
  padding: 5px 10px;
  position:fixed;
  top: 30px;
}
.amap-info-contentContainer,.amap-sug-result{
    color: #000000;
}
.qrCodeDiv {
    height:128px;
    
    width: 128px
}
.qrCodeDiv img{
    height:100%;
    width: 100%;
}