* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

/* css3 - animation */
@-webkit-keyframes anim {
    from {
        -webkit-transform: rotateZ(0deg);
    }
    50% {
        -webkit-transform: rotateZ(180deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
    }
}

@-moz-keyframes anim {
    from {
        -moz-transform: rotateZ(0deg);
    }
    50% {
        -moz-transform: rotateZ(180deg);
    }
    to {
        -moz-transform: rotateZ(360deg);
    }
}

@-ms-keyframes anim {
    from {
        -ms-transform: rotateZ(0deg);
    }
    50% {
        -ms-transform: rotateZ(180deg);
    }
    to {
        -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes anim {
    from {
        -o-transform: rotateZ(0deg);
    }
    50% {
        -o-transform: rotateZ(180deg);
    }
    to {
        -o-transform: rotateZ(360deg);
    }
}

@keyframes anim {
    from {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(180deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes showbar {
    from {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
    }
    to {
        -webkit-transform: translateY(0px);
    }
}

@keyframes showbar {
    from {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0px);
    }
}

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;
}
.layui-layer-dialog .layui-layer-content{
    color: #fff;
}
/* pano */
#pano {
    width: 100%;
    height: 100%;
}

/* unsupported */
#unsupported {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 200px 0 0 0;
    background-color: black;
    text-align: center;
    display: none;
}

/* launch */
#launch {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* 	background: #F18B13 no-repeat center center; */
    background: radial-gradient(circle at center, #f5a925 0, #ee7808 100%) no-repeat center center;
    /* background: radial-gradient(circle at center, #6CB4FB 0, #288ADD 100%) no-repeat center center; */
    background-size: 100% 100%;
}

#launch .launch-header {
    background: url('/swpanorama/icon/yfskin_launch_header_bg.png') no-repeat top center;
    background-size: 100% auto;
    position: relative;
    max-width: 400px;
    width: 80%;
    height: 98vw; /* 100vw*80%*645/526 */
    max-height: 490.5px; /* 400px*645/526 */
    margin: 0 auto 30px auto;
    top: 10%;
}

#launch .launch-logo {
    background: url('/swpanorama/icon/yfskin_launch_logo.png') no-repeat center bottom;
    background-size: 100% auto;
    width: 45%;
    height: 36vw; /* 100vw*80%*45% */
    max-height: 180px; /* 400px*45% */
    margin: 0 auto;
    padding-top: 30%;
}

#launch .launch-loading {
    background: url('/swpanorama/icon/yfskin_launch_loading.png') no-repeat center center;
    background-size: 100% 100%;
    width: 45%;
    height: 36vw; /* 100vw*80%*45% */
    max-height: 180px; /* 400px*45% */
    margin: -45% auto 0 auto;
    -webkit-animation: anim 2s linear infinite;
    -moz-animation: anim 2s linear infinite;
    -ms-animation: anim 2s linear infinite;
    -o-animation: anim 2s linear infinite;
    animation: anim 2s linear infinite;
}

#launch .launch-footer {
    top: 10%;
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}

/* #launch .launch-footer .launch-text {
    width: 50%;
    height: 100px;
    margin: 0 auto;
    background: url('/swpanorama/icon/yfskin_launch_text.png?v=201812071518') no-repeat center top;
    background-size: 100% auto;
    cursor: pointer;
} */

/* container */

/* widget */
#widget > div {
    z-index: 1000;
}

#widget-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 75px;
    height: 45px;
    background: url('/swpanorama/icon/yfskin_widget_logo.png') no-repeat left top;
    background-size: 100% 100%;
    cursor: pointer;
}

#widget-popularity {
    position: absolute;
    top: 55px;
    left: 17px;
    width: 150px;
    height: 20px;
    font-size: 12px;
    opacity: 0.6;
}

#widget-qrcode {
    position: absolute;
    top: 176px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/yfskin_widget_qrcode.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}



#widget-qrcode #widget-qrcode-img {
    position: fixed;
    top: 50%;
    width: 200px;
    height: 200px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    display: none;
    z-index: 1000;
}
#widget-Aftersales #widget-qrcodes {
    position: fixed;
    top: 15%;
    width: 300px;
    height: 300px;
    left: calc((100vw - 200px) / 2);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    z-index: 1000;
    color: #000;
    display: none;
    text-align: center;
}

#widget-qrcode #widget-qrcode-img canvas {
    margin: 10px;
    width: 180px;
    height: 180px;
}

#widget-bgm {
    position: absolute;
    top:65px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/yfskin_widget_bgm_close.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

#widget-bgm.active {
    background-image: url('/swpanorama/icon/yfskin_widget_bgm_open.png');
}

#widget-thumbs {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/scene.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 100000000 !important;
}
#widget-thumbss {
    position: absolute;
    top: 6px;
    right: 9px;
    width: 50px;
    height: 50px;
    background: url(/swpanorama/icon/fz.png) no-repeat center center;
    background-size: 77% 77%;
    cursor: pointer;
    z-index: 100 !important;
}
#widget-yuan {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background: url('/swpanorama/icon/yuan.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget-project {
    position: absolute;
    top: 230px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/projecticon.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget-company {
    position: absolute;
    top: 285px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/companyicon.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget-cad {
    position: absolute;
    bottom: 20px;
    left: 60px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/cad.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 100000000 !important;

}
#widget-del {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    background: url('/swpanorama/icon/del.png') no-repeat center center;
    background-size: 100% 100%;
    z-index: 9999999;
}
  /*手机*/
  @media screen and (max-width:600px){
    #widget-del {
        position: absolute;
        top: 7px;
        right: 7px;
        width: 20px;
        height: 20px;
        background: url('/swpanorama/icon/del.png') no-repeat center center;
        background-size: 100% 100%;
        z-index: 9999999;
    }
    #widget-Aftersales #widget-qrcodes{
        left: calc((100vw - 290px) / 2);
    }
}


#widget-webvr {
    position: absolute;
    top: 130px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/yfskin_widget_webvr.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget-Aftersales {
    position: absolute;
    top: 70px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url('/swpanorama/icon/ryuan.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}
#widget-revolve{
    position: absolute;
    top: 120px;
    right: 10px;
    width: 40px;
    height: 40px;
   
    background: url('/swpanorama/icon/stop.png') no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

#widget-sharescreen {
    position: fixed;
    top: 25%;
    width: 300px;
    height: 200px;
    left: calc((100vw - 300px) / 2);
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    text-align: center;
    display: none;
}

#widget-sharescreen .ss-header {
    font-size: 26px;
    padding: 10px 0;
    color: #fff;
    background-color: #F18B13;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#widget-sharescreen .ss-body .ss-id {
    font-size: 24px;
    padding: 8px 0;
    color: #EE9319;
}

/*-------------------------*/
#widget-vrmachine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) no-repeat 10px center;
    z-index: 10000;
    display: none;
}

#widget-vrmachine .vm-body {
    position: relative;
    top: 10%;
    width: 300px;
    height: 500px;
    margin: 0 auto;
}

#widget-vrmachine .vm-body .vm-image {
    width: 250px;
    height: 160px;
    background: url('/swpanorama/icon/yfskin_widget_vrmachine.png') no-repeat center;
    background-position: 0 0;
    background-size: 100%;
    margin: 0 auto;
}

#widget-vrmachine .vm-body .vm-input {
    font-size: 22px;
    margin-top: 20px;
}

#widget-vrmachine .vm-body .vm-input div {
    float: left;
}

#widget-vrmachine .vm-body .vm-input input {
    float: right;
    width: 130px;
    height: 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

#widget-vrmachine .vm-body button {
    margin-top: 20px;
    width: 100%;
    height: 35px;
    color: #fff;
    background-color: #F18B13;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 20px;
}

#widget-about {
    position: fixed;
    top: 25%;
    width: 300px;
    height: 254px;
    left: calc((100vw - 300px) / 2);
    background: url('/swpanorama/icon/yfskin_widget_about.png') no-repeat center center;
    background-size: 100% 100%;
    display: none;
    z-index: 1000;
}

/* radar */
#radars {
    position: fixed;
    width: 320px;
    height: 320px;
    top: 10%;
    left: calc((100vw - 320px) / 2);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1000;
    display: none;
}

#radars .radar {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url('/swpanorama/icon/yfskin_radar.png');
    background-size: 100%;
    background-repeat: no-repeat;
}



#radars .radar.active {
    background-image: url('/swpanorama/icon/yfskin_radar_active.png');
}

#radars .radar.active .pointer {
    position: absolute;
    z-index: 1024;
    left: -20%;
    right: -20%;
    top: -20%;
    bottom: 50%;
    will-change: transform;
    transform-origin: 50% 100%;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background-image: linear-gradient(135deg,
    rgba(5, 162, 185, 0.8) 0%,
    rgba(0, 0, 0, 0.02) 70%,
    rgba(0, 0, 0, 0) 100%
    );
    clip-path: polygon(100% 0,
    100% 10%,
    50% 100%,
    0 100%,
    0 0);

    animation: rotate360 20s infinite linear;
}

#radars .radar.active .pointer:after {
    content: "";
    position: absolute;
    width: 50%;
    bottom: -1px;
    border-top: 2px solid rgba(0, 231, 244, 0.8);
    box-shadow: 0 0 3px rgba(0, 231, 244, 0.6);
    border-radius: 9px;
}

@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

/* scenes / products */
#scenes, #products {
    width: 100%;
    background: rgba(0, 0, 0, .3);
    transition: all 1s;
    transform: translateY(300px);
    position: fixed;
    bottom: 80px;
    left: 0;
    width: 100%;
    z-index: 999;
}
#scenes .lb{
      padding: 12px 0px;
    box-sizing: border-box;
    position: relative;
}


#products .product {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#scenes .swiper-slide, #products .swiper-slide {
    width: 120px;
}

#scenes .swiper-slide .scene, #products .swiper-slide .scene {
    position: relative;
    width: 120px;
    height: 80px;
    cursor: pointer;
    margin-top: 10px;
    pointer-events: auto;
    background-position: 0px -20px;
    background-size: 120px 120px;
    background-repeat: no-repeat;
}

#scenes .swiper-slide .scene.active, #products .swiper-slide .scene.active {
    border-style: solid;
    border-color: white;
    border-width: 2px;
    border-radius: 0px;
    margin-top: 8px;
}

#scenes .swiper-slide .scene .scene-title, #products .swiper-slide .scene .scene-title {
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    bottom: 0;
    font-size: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* footer */
#footer {
    position: fixed;
    left: 0px;
    bottom: -50px;
    width: 200%;
    height: 50px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

#footer .footer-showbar {
    position: fixed;
    left: calc((100vw - 35px) / 2);
    bottom: 0px;
    width: 35px;
    height: 25px;
    background-image: url(/swpanorama/icon/yfskin_button_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    -webkit-animation: showbar 1.5s linear infinite;
    animation: showbar 1.5s linear infinite;
}

#footer .footer-leftbar, #footer .footer-rightbar {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    overflow: hidden;
}

#footer .footer-leftbar .footer-author-avatar {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    margin-left: 2%;
}

#footer .footer-leftbar .footer-author-avatar a {
    display: block;
}

#footer .footer-leftbar .footer-author-avatar a img {
    width: 100%;
    border-radius: 5px;
}

#footer .footer-leftbar .footer-author-display {
    float: left;
    color: #fff;
    margin-left: 2%;
    margin-top: 5px;
    line-height: 20px;
    width: calc(100vw - 6% - 148.5px);
}

#footer .footer-leftbar .footer-author-display .footer-author-name {
    font-size: 14px;
    margin-bottom: 5px;
}

#footer .footer-leftbar .footer-author-display .footer-author-intro {
    font-size: 12px;
    line-height: 14px;
    max-height: 28px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#footer .footer-leftbar .footer-author-appointment {
    right: 28px;
    font-size: 0;
    float: right;
}

#footer .footer-leftbar .footer-author-appointment a {
    display: block;
}

#footer .footer-leftbar .footer-author-appointment a img {
    /*width: 100%;*/
    height: 50px;
}

#footer .footer-leftbar #footer-to-rightbar {
    background: url('/swpanorama/icon/yfskin_bar_trans.png') no-repeat;
    background-position: left top;
    background-size: 56px 100%;
    width: 28px;
    height: 50px;
    float: right;
}

#footer .footer-rightbar {
    display: flex;
}

#footer .footer-rightbar #footer-to-leftbar {
    background: url('/swpanorama/icon/yfskin_bar_trans.png') no-repeat;
    background-position: right 0px top 0px;
    background-size: 56px 100%;
    width: 28px;
    height: 50px;
    border-right: 1px solid rgba(178, 178, 178, 0.5);
}

#footer .footer-rightbar .footer-buttons {
    width: calc(100% - 28px);
    height: 50px;
    display: flex;
}

#footer .footer-rightbar .footer-buttons .footer-button {
    width: 16.6667%; /* 100/6 */
    height: 100%;
    background-position: center center;
    background-size: auto 35px;
    background-repeat: no-repeat;
}

#footer .footer-rightbar .footer-buttons #btn-floorplan {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_floorplan.png');
}

#footer .footer-rightbar .footer-buttons #btn-gyro720 {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_gyro720.png');
}

#footer .footer-rightbar .footer-buttons #btn-vrmachine {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_vrmachine.png');
}

#footer .footer-rightbar .footer-buttons #btn-sharescreen {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_sharescreen.png');
}

#footer .footer-rightbar .footer-buttons #btn-products {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_products.png');
}

#footer .footer-rightbar .footer-buttons #btn-about {
    background-image: url('/swpanorama/icon/yfskin_bar_btn_about.png?v=201803271636');
}

/* hotspot editor */
#hotspoteditor {
    position: fixed;
    top: 0px;
    left: 0px;
}

#hotspoteditor .he-button, #hotspoteditor .he-button-generate {
    margin: 3px 3px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #B5B5B5;
    cursor: pointer;
}

#hotspoteditor .he-button.active {
    background: #288ADD;
}

#hotspotform,#frame {
    position: fixed;
    width: 350px;
    top: 20px;
    left: 170px;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #30302E;
    z-index: 1000;
    display: none;
}

#hotspotform #frame #hotspot-heade,#frame #hotspot-header {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 2px solid white;
    margin: 0 10px 0 10px;
}

#hotspotform #hotspot-header span,#frame  #hotspot-header span {
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

#hotspotform #hotspot-body,#frame #hotspot-body {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

#hotspotform  #hotspot-body .hotspot-item,#frame #hotspot-body .hotspot-item {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid grey;
    margin: 0 5px 10px 0;
    cursor: pointer;
}

#hotspotform ,#frame #hotspot-body .hotspot-item.active {
    border-color: dodgerblue;
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-default {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_gif.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-left {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_left.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-right {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_right.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-up {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_up.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-down {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_down.png');
}




#hotspot-body .hotspot-item.hotspot-item-one {
    background-image: url('/swpanorama/icon/tip1.gif.png');
    background-position: 0px -4px !important;
}

 #hotspot-body .hotspot-item.hotspot-item-two {
    background-image: url('/swpanorama/icon/tip2.gif.png');
    background-position: 1px -4px !important;
}

 #hotspot-body .hotspot-item.hotspot-item-three {
    background-image: url('/swpanorama/icon/tip3.gif.png');
    background-position: -2px -7px !important;
}

#hotspot-body .hotspot-item.hotspot-item-four {
    background-image: url('/swpanorama/icon/tip4.gif.png');
    background-position: -2px -4px !important;
}

#hotspot-body .hotspot-item.hotspot-item-five {
    background-image: url('/swpanorama/icon/tip5.gif.png');
    background-position: 0px -5px !important;
}
#hotspot-body .hotspot-item.hotspot-item-six {
    background-image: url('/swpanorama/icon/tip6.gif.png');
    background-position: 2px -4px !important;
}

 #hotspot-body .hotspot-item.hotspot-item-seven {
    background-image: url('/swpanorama/icon/tip7.gif.png');
    background-position: 1px -5px !important;
}

 #hotspot-body .hotspot-item.hotspot-item-eight {
    background-image: url('/swpanorama/icon/tip8.gif.png');
    background-position: 1px -5px !important;
}


#hotspotform #hotspot-footer button {
    width: 100%;
    font-size: 20px;
    background-color: #6DA7F6;
    border: none;
    color: #fff;
    height: 40px;
}

#hotspotform {
    position: fixed;
    width: 365px;
    top: 3px;
    left: 110px;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #30302E;
    z-index: 1000;
    display: none;
}
#frame  #hotspot-header {
    width: 96% !important; 
}
#hotspotform  #hotspot-header,#frame  #hotspot-header {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 2px solid white;
    margin: 0 10px 0 10px;
}

#hotspotform #hotspot-header span,#frame  #hotspot-header span {
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

#hotspotform,#frame #hotspot-body {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

#hotspotform #hotspot-body .hotspot-item,#frame #hotspot-body .hotspot-item {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid grey;
    margin: 0 5px 10px 0;
    cursor: pointer;
}

#hotspotform #hotspot-body .hotspot-item.active {
    border-color: dodgerblue;
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-default {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_gif.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-left {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_left.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-right {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_right.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-up {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_up.png');
}

#hotspotform #hotspot-body .hotspot-item.hotspot-item-down {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_down.png');
}
#hotspotform #hotspot-body .hotspot-item.hotspot-item-fj {
    background-image: url('/swpanorama/icon/yfskin_hotspot_arrow_fj.png');
}


#hotspotform #hotspot-footer button {
    width: 100%;
    font-size: 20px;
    background-color: #6DA7F6;
    border: none;
    color: #fff;
    height: 40px;
}

/* ware editor */
#wareeditor {
    position: fixed;
    top: 0px;
    left: 0px;
}

#wareeditor .wr-button, #wareeditor .wr-button-generate {
    margin: 3px 3px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #44454b;
    cursor: pointer;
    font-size: 14px;
}

#wareeditor .active {
    background: #288ADD;
}

#wareform {
    position: fixed;
    width: 70%;
    top: 15%;
    left: calc((100vw - 70%) / 2);
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #30302E;
    z-index: 1000;
    display: none;
}


#wareform #ware-header {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 2px solid white;
    margin: 0 20px 0 20px;
}

#wareform #ware-header span {
    float: right;
    cursor: pointer;
    width: 20px;
    text-align: center;
}

#wareform #ware-body {
    margin: 10px 20px 10px 20px;
}

#wareform #ware-body .ware-item {
    margin: 10px 0 10px 0;
    height: 30px;
    line-height: 30px;
}

#wareform #ware-body .ware-item span:nth-child(1) {
    width: 20%;
}

#wareform #ware-body .ware-item span:nth-child(2) * {
    height: 23px;
    float: right;
    width: 75%;
    background: transparent;
    border: 1px solid #909090;
    color: #fff;
}

#wareform #ware-footer {
    margin: 20px;
}

#wareform #ware-footer button {
    width: 100%;
    font-size: 20px;
    background-color: #6DA7F6;
    border: none;
    color: #fff;
    height: 40px;
}

/*层数*/
#floor{width:100%}
#floor div{width:200px; margin:0 auto}
#floor ul{ display: flex;}
#floor li{list-style-type:none;padding: 0px 5px;}
#floor li a{text-decoration:none;background: rgba(255, 255, 255, .2);padding: 3px 10px;
    font-size: 14px;
    text-align: center;border-radius: 4px;
    line-height: 30px;
    background: rgba(255, 255, 255, .2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center; color:#fff}
#floor li.cur a {
    background: #288ADD;
    color: #fff;
}

#frame{
        width: 477px;
        position: absolute;
        left: 110px;
        top: 3px;
        color: #fff;
        z-index: 9999;
}
.subnav{ margin:10px;}
 .subnav .subitem {
    line-height: 35px;
    height: 35px;
    width: 25%;
    float: left;
    background: #44454b;
   
    text-align: center;
    font-size: 14px;
}
.subnav .subitem a{
    color: #fff;
}
 .subnav .active {
    background: #288ADD;
    cursor: pointer;
}
#frame a {
    color: #fff;
    text-decoration: none;
    
}
#frame .hotspot-list {
    width: 398px;
    margin-top: 2px;
    padding: 10px;
    background: #44454b;
    box-sizing: border-box;
}
.hotspot-list .list ul {
    max-height: 500px;
    overflow-y: auto;
}
.hotspot-list li.title {
    text-align: left;
    border: 0;
}
.hotspot-list li {
    border: 1px solid #999;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    line-height: 32px;
}
.hotspot-list .hotspotlist {
    text-align: left;
    overflow: hidden;
}
.hotspotlist .pic {
    width: 32px;
    height: 32px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}
 .hotspot-list .hotspotlist .pic img {
    width: 32px;
    margin-top: -2px;
}
.hotspot-list .scene-switching-item .edit {
    position: absolute;
    top: -1px;
    width: 310px;
    right: 0;
    background: #333;
    border: 0px solid;
    align-items: center;
    padding-left: 10px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
}
.scene-switching-item .edit a {
    min-width: 44px;
    width: 44px;
    cursor: pointer;
    display: inline-block;
    float: left;
    text-align: center;
    
}
.add-hotspot {
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin: 10px auto;
    border: 1px solid #288ADD;
    box-sizing: border-box;
    text-align: center;
}
.add-hotspot:hover{
    background-color: #288ADD;
}
.scene-switching-item .edit a.rename {
    margin-right: 7px;
    min-width: 60px;
    width: 60px;
}

ol, ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: normal 14px/24px "Microsoft YaHei";
}

.clear {
	clear: both;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

.model-box .tab {
    width: 100%;
    display: table;
}
.model-box {
   width: 95%;
   margin: 0 auto;
}

.model-box .tab li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #44454b;
    background: #44454b;
    position: relative;
    border-right: 0;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
}
.model-box .tab li.active {
    background: #288ADD;
    border: 1px solid #288ADD;
}
.model-box .tab .step1.active:after {
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #288ADD;
    content: '';
    top: -1px;
    right: -15px;
    z-index: 2;
}
.model-box .style-choose-list {
    text-align: center;
    margin-left: -10px;
}
.model-box .style-choose-list li {
    width: 70px;
    height: 70px;
    margin: 10px 14px 10px 10px;
    overflow: hidden;
    float: left;
    border: 1px solid #44454b;
    background: #44454b;
    position: relative;
}
.layui-layer-btn .layui-layer-btn0 {
    background-color: #fff !important;
    color: #313131 !important;
    border: 1px solid #e5e5e5 !important;
    cursor: pointer;
    width: 120px;
    height: 36px;
    padding: 0;
    line-height: 36px;
    border-radius: 36px;
}
.layui-layer-btn .layui-layer-btn0:hover {
    background-color: #2e8ded !important;
    color: #fff !important;
    border: 1px solid #2e8ded !important;
}
.layui-layer-btn {
    text-align: center !important;
}
.layui-layer-btn .layui-layer-btn1, .layui-layer-btn .layui-layer-btn2 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 120px;
    margin-left: 20px;
    padding: 0;
    border-radius: 36px;
    background: #288ADD;
    border: 1px solid #288ADD;
}

.model-box .style-choose-list li.active {
    background-color: #288ADD;
    border: 1px solid #288ADD;
}

.model-box .style-choose-list li:hover{
    background-color: #288ADD;
    border: 1px solid #288ADD;
    cursor:pointer
}

.model-box .style-choose-list li img {
    width: 64px;
}
.model-box .tab .step2:after {
    position: absolute;
    display: inline-block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #44454b;
    content: '';
    top: -1px;
    left: -2px;
    z-index: 1;
}
.model-box .link-edit-box {
    padding: 0;
    width: 100%;
    margin-top: 10px;
    position: relative;
}
 input[type=text], .pano-edit textarea {
    height: 26px;
    text-indent:4px ;
    width: 99.6%;
    color: #666;
    border: 1px solid #ddd;
    margin-top: 10px;
}
.model-box .link-edit-box .c_tips {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}
.model-box .link-edit-box .c_tips .red {
    color: #E70;
}
#uploader-submit{display: none; }
#uploader-video{display: none; }
#video-content{display: none; }
.file-uploader{margin-bottom: 10px;}
.pic-edit-box-div-img-list{display: flex;flex-wrap: wrap;}
.pic-edit-box-div-img-list .file-list-item{margin-right: 10px;}
.pic-edit-box-div-img-list .file-list-item .img-wrap{width: 100px;height: 100px;overflow: hidden;border-radius: 3px; border: 1px solid #ddd;position: relative;}
.pic-edit-box-div-img-list .file-list-item .img-wrap .layui-badge{position: absolute;top: 0px;left: 0px;}
.pic-edit-box-div-img-list .file-list-item img{width: 100%;height: 100%;}
.pic-edit-box-div-img-list .file-list-item .file-cancel{width: 100%;}
.file-cancel:hover{  background-color: #288ADD;
    border: 1px solid #288ADD; color: #fff !important;}
body .layui_hei {
        border-radius: 4px;
        overflow: hidden;
        background: rgba(0, 0, 0, .5);
        border: 0;
    }
.layui-carousel{
    width: 100% !important;
    height: 100% !important;
}
.img-wrapvideo{
    position: relative;
}
.img-wrapvideo .badge-video{
    position: absolute;
    top: 0px;
    left: 0px;
}
 .video-cancel{
    position: absolute;
    right: 0px;
    top: 0px;
}
#frames{
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    transition: all 1s;
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translateX(400px);
    z-index: 9999;
    overflow-x: hidden;
}
#framess{
    width: 400px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    transition: all 1s;
    position: fixed;
    top: 0px;
    right: -68px;
    transform: translateX(400px);
    z-index: 9999;
    overflow-x: hidden;
}

#frame-header{
    width: 100%;
}
#frame-body{padding-bottom: 15px;}
#ware-hide{
   position: absolute;
   right: 7px;
   z-index: 999;
}
#ware-hide img{
    width: 26px;
    cursor:pointer;
}
.frame-swiper {
   width: 100%;
   height: 300px;
 }
  .swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
  .swiper-pagination-bullet {
   width: 20px;
   height: 20px;
   text-align: center;
   line-height: 20px;
   font-size: 12px;
   color: #000;
   opacity: 1;
   background: rgba(0, 0, 0, 0.2);
 }
 .swiper-pagination-bullet-active {
   color: #fff;
   background: #007aff;
 }
 .product_name{width:100%;margin:16px 14px 0px 14px;display: flex; color:#000;}
 .product_name .lable{ width:22%; font-size:16px}
 .product_name .content{ width:70%;margin-left:5px;font-size:16px}
 .product_name a{text-decoration:none;padding:5px 10px;  border-radius:5px; color:#fff;background:#409eff; font-size:14px}
 .product_name .product_input{ width: 95%;width: 95%;padding: 9px 0px;border-radius: 5px;border: 1px solid #ccc;text-indent: 0.6rem;outline-color: #409eff;}
 .product_name textarea{    width: 95%;height: 95px;border: 1px solid #ccc;border-radius: 5px;line-height: 18px;text-indent: 0.6rem;outline-color: #409eff;}
 .product_name  #ware-edit{width: 70%;height: 40px;margin: 0px auto;background: #409eff;border: none;border-radius: 5px;color: #fff;font-size: 16px;}
.z_photo{
padding: 11px;
display: flex；
}
.z_photo .z_file{
position: relative;
}
.z_file  .file{
width: 100px;
height: 100px;
opacity: 0;
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
}
.z_photo .up-section{
position: relative;
margin-bottom: 20px;
}
.up-section .close-upimg{
position: absolute;
top: 3px;
right: 8px;
display: none; 
z-index: 10;
width: 20px;
}
.up-section .up-span{
display: block;
width: 100%;
height: 100%;
visibility: hidden;
position: absolute;
top: 0px;
left: 0px;
z-index: 9;
background: rgba(0,0,0,.5);
}
.up-section:hover .close-upimg{
display: block;
}
.z_photo .up-img{
display: block;
width: 90%;
height: 100%;
margin: 0 auto;
}
.loading{
background:url(/swpanorama/icon/loading.gif) no-repeat center;
}
.up-opcity{
opacity: 0;
}
.img-name-p{
display: none;
}
.upimg-div .up-section {
height: 100px;
}
.img-box .upimg-div .z_file {
width: 100px;
height: 100px;
}
.z_file .add-img {
display: block;
width: 90%;
height: 100%;
margin: 0 auto;

}
.fl{float:left; width: 33.333%;}
/*閬僵灞傛牱寮�*/
.mask{
z-index: 1000;
display: none;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background: rgba(0,0,0,.4);
}
.mask .mask-content{
width: 60%;
position: absolute;
top: 15%;
left: 50%;
margin-left: -30%;
background: white;
height: 83px;
text-align: center;

}
.mask .mask-content .del-p{
color: #555;
height: 43px;
line-height: 32px;
font-size: 16px;
border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p{
height: 22px;
line-height: 38px;
position: absolute;
bottom: 17px;
left: 0px;
width: 100%
}
.mask-content .check-p span{
width: 49%;
display: inline-block;
text-align: center;
color: #d4361d;
font-size: 14px;
cursor: pointer;
}
.check-p .del-com{
border-right: 1px solid #D1D1D1;
}



.clear {
clear: both;
}
.clear:after {
content: '';
display: block;
clear: both;
}
.swiper-slides{width: 100%;}
.up-imgs{width: 100%; height: 100%;background-repeat: no-repeat;
    background-size: cover}

@media screen and (max-width:600px) {
    #framess {
        width: 100%;
        height: 380px;
        }
  
}
.swiper-container{ color: #fff;}