/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0; padding:0;box-sizing:border-box; -webkit-tap-highlight-color:rgba(0,0,0,0)}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,summary,picture{display:block;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left; font-weight:normal;}
html,body,img,iframe,abbr{border:0;}
address,i,em,b{font-style:normal;}
[hidefocus],summary,button:focus{outline:0;}
li{list-style:none;}
sup{font-size:0.6em;vertical-align:0.2em;}
sub{font-size:0.6em;vertical-align:-0.2em;}
textarea{overflow:auto; resize:none;}
label{cursor:default;}
a,button,input[type="submit"]{cursor:pointer;}
h1,h2,h3,h4,h5,h6,b{font-weight:normal; display:block;}
a{-webkit-transition:.3s; -moz-transition:.3s; transition:.3s;}
a{color:inherit;}
a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.6 Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'SimSun', Tahoma, Helvetica, STHeiti !important; color:#454545; outline:0;}
body{position:relative; background:#fff; -webkit-transition:none !important; -moz-transition:none !important; -ms-transition:none !important; -o-transition:none !important;}
html, body{width: 100%; height: 100%; overflow: hidden;}


.fl{float:left;}
.fr{float:right;}
.clear{zoom:1;}
.clear:after{content:''; width:0; height:0; display:block; clear:both;}
.dib{display:inline-block; *display:inline; *zoom:1;}


#main{
  position: relative;
  width: 100%;
  height: 100%;
  /*perspective: 150;
  -webkit-perspective: 344;*/
}

.screen-tips{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(./../img/header/horizontal.jpg);
  background-size: cover;
  background-position: 50% 50%;
}
.screen-tips.android{
  background-image: url(./../img/header/horizontal_android.jpg);
}



.preview{
  position: relative;
  width: 100%;
  height: 100%;
}
.preview-entry{
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 6.46rem;
  margin-top: -3.23rem;
}
.preview-entry-logo{
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.45rem;
  height: 0.52rem;
  margin-left: -1.225rem;
  background-image: url(./../img/preview/logo.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.preview-entry-slogan{
  position: absolute;
  top: 1.14rem;
  left: 0;
  width: 100%;
  height: 3.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.preview-entry-slogan-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.68rem;
  height: 1.33rem;
  margin: -0.62rem 0 0 -5.84rem;
  color: transparent;
  background-image: url(./../img/preview/slogan.png);
  background-size: 100% 100%;
}
.preview-entry-button{
  position: absolute;
  top: 5.1rem;
  left: 50%;
  width: 1.16rem;
  height: 1.36rem;
  margin-left: -0.58rem;
  opacity: 0;
  transition: 0.3s;
}
.preview-entry-button.act{
  opacity: 1;
  cursor: pointer;
}

.preview-entry-button-bg{
  position: absolute;
  top: 0.35rem;
  left: 0;
  width: 1.16rem;
  height: 0.66rem;
  background-color: #fff;
}
.preview-entry-button-bg::before,
.preview-entry-button-bg::after{
  content: '';
  position: absolute;
  left: 0;
  widht: 0;
  height: 0;
  border-right: 0.58rem solid transparent;
  border-left: 0.58rem solid transparent;
}
.preview-entry-button-bg::before{
  bottom: 99%;
  border-bottom: 0.35rem solid #fff;
}
.preview-entry-button-bg::after{
  top: 99%;
  border-top: 0.35rem solid #fff;
}
.preview-entry-button-bg.shadow1{
  animation: ani-preview-button 2s infinite both;
  -webkit-animation: ani-preview-button 2s infinite both;
}
.preview-entry-button-bg.shadow2{
  animation: ani-preview-button 2s 0.4s infinite both;
  -webkit-animation: ani-preview-button 2s 0.4s infinite both;
}
@keyframes ani-preview-button{
  to {
    transform: scale(1.45);
    opacity: 0;
  }
}
.preview-entry-button-text{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.58rem;
  height: 0.64rem;
  margin: -0.32rem 0 0 -0.29rem;
  background-image: url(./../img/preview/button.png);
  background-size: 100% 100%;
}
.preview-entry-progress{
  position: absolute;
  top: 5.1rem;
  left: 50%;
  width: 1.16rem;
  height: 1.36rem;
  margin-left: -0.58rem;
}
.preview-entry-progress-icon{
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  margin: auto;
  background-image: url(./../img/preview/loading.gif);
  background-size: 100% 100%;
  font-size: 0.28rem;
  line-height: 1.28rem;
  text-align: center;
  color: #fff;
}
.preview-entry-progress-text{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 0.1rem;
  line-height: 0.28rem;
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
}



.header{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 1.1rem;
  background-color: #e71a26;
  animation:ani-header 0.3s both;
  -webkit-animation:ani-header 0.3s both;
}
@keyframes ani-header{
  from {
    transform: translate3d(0,-100%,0);
  }
}
.header-logo{
  float: left;
  width: 2.6rem;
  height: 100%;
  background-image: url(./../img/header/logo.png);
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.header-location{
  /*display: none;*/
  position: absolute;
  left: 50%;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #fff;
  transform: translateX(-50%);
}
.header-location-icon{
  display: inline-block;
  width: 0.35rem;
  height: 0.44rem;
  background-image: url(./../img/header/location.png);
  background-size: 100% 100%;
  vertical-align: middle;
}
.header-location-text{
  font-size: 0.4rem;
  vertical-align: -0.1rem;
  margin-left: 0.1rem;
}
.header-ctrl{
  display: none;
  position: absolute;
  top: 0.16rem;
  right: 0;
  height: 0.78rem;
  overflow: hidden;
  line-height: 0.78rem;
  color: #fff;
}
.header-ctrl-item{
  float: left;
  width: 2.56rem;
  height: 100%;
  margin-right: 0.15rem;
  padding-left: 0.26rem;
  border-radius: 0.03rem;
  border: 1px solid #ec4851;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.header-ctrl-item:active,
.header-ctrl-item.act{
  border-color: #c9131e;
  background-color: #c9131e;
}
.header-ctrl-item .ctrl-icon{
  display: inline-block;
  width: 0.67rem;
  height: 100%;
  margin-right: 0.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}
.header-ctrl-item .ctrl-icon.icon-3d{
  background-image: url(./../img/header/model_01.png);
}
.header-ctrl-item .ctrl-icon.icon-normal{
  background-image: url(./../img/header/model_02.png);
}
.header-ctrl-item .ctrl-icon.icon-panorama{
  background-image: url(./../img/header/panorama.png);
}
.header-ctrl-item-text{
  font-size: 0.24rem;
}

.music{
  position: absolute;
  top: 1.2rem;
  right: 0.1rem;
  z-index: 10;
  width: 0.48rem;
  height: 0.48rem;
  background-image: url(./../img/header/music_off.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.music.act{
  background-image: url(./../img/header/music_on.png);
}

.gift{
  position: absolute;
  top: 50%;
  right: 0.1rem;
  z-index: 10;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.24rem;
  background-image: url(./../img/header/gift.png);
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-user-select: none;
}


.model{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(./../img/model/normal_bg.png);
  background-size: cover;
}
.model-3d,
.model-normal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
}

.model-3d-pointer{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-user-select: none;
  opacity: 0;
  transition: opacity 0.12s;
  cursor: pointer;
}
.model-3d-pointer i{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.44rem;
  height: 0.56rem;
  margin-left: -0.26rem;
  background-image: url(./../img/model/pointer.png);
  background-size: 100% 100%;
}
.model-3d-pointer span{
  position: absolute;
  bottom: 100%;
  left: 50%;
  min-width: 0.9rem;
  margin-bottom: 0.14rem;
  padding: 0.1rem 0.16rem 0.08rem;
  text-align: center;
  font-size: 0.18rem;
  white-space: nowrap;
  line-height: 1;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #e71a26;
  transform: translateX(-50%);
}
.model-3d-pointer i::after,
.model-3d-pointer span::after{
  content: '';
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  /*background-color: rgba(0,0,0,.5);*/
}
.model-3d-pointer span::before{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-bottom: 0.01rem;
  margin-left: -0.1rem;
  border-top: 0.14rem solid #e71a26;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
}


.model-3d-tips{
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 2.58rem;
  height: 0.62rem;
  margin-left: -1.29rem;
  background-image: url(./../img/model/tips.png);
  background-size: 100% 100%;
  transition: 0.3s;
  pointer-events: none;
}
.model-normal{
  background-image: url(./../img/model/normal_bg.png);
  background-size: cover;
}
.model-normal::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.4rem;
  height: 5rem;
  margin: -2.5rem 0 0 -3rem;
  box-shadow: 0 0.4rem 0.16rem 0.35rem rgb(85,128,145,0.3);
}
.model-normal::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3rem;
  height: 2rem;
  margin: -1rem 0 0 -6rem;
  box-shadow: 0 0.4rem 0.16rem 0.35rem rgb(85,128,145,0.3);
}
.model-normal-main{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 13.18rem;
  height: 6.06rem;
  margin: -3.15rem 0 0 -6.9rem;
  background-image: url(./../img/model/normal.png);
  background-size: 100% 100%;
}
.model-normal-main-pointer{
  position: absolute;
  width: 0.52rem;
  height: 0.66rem;
  background-image: url(./../img/model/pointer.png);
  background-size: 100% 100%;
  cursor: pointer;
  transform-origin: 50% 100%;
  transition: 0.3s;
}
.model-normal-main-pointer:hover{
  transform: scale(1.12);
}
.model-normal-main-pointer.pointer-01{
  top: 1.74rem;
  left: 1.9rem;
}
.model-normal-main-pointer.pointer-02{
  top: 0.4rem;
  left: 5.2rem;
}
.model-normal-main-pointer.pointer-03{
  top: 0.2rem;
  left: 8.4rem;
}
.model-normal-main-pointer.pointer-04{
  top: 1.6rem;
  left: 8rem;
}
.model-normal-main-pointer.pointer-05{
  top: 3.2rem;
  left: 7.2rem;
}
.model-normal-main-pointer.pointer-06{
  top: 4.4rem;
  left: 8.2rem;
}
.model-normal-main-pointer.pointer-07{
  top: 2.8rem;
  left: 11rem;
}



.panorama{
  position: absolute!important;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.panorama .panorama-list{
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 1.82rem;
  padding: 0.25rem;
  border-top: 1px solid rgba(255,255,255,0.6);
  background-color: rgba(255,255,255,0.3);
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s;
}
.panorama .panorama-list.act{
  transform: translateY(0);
}
.panorama-list-ctrl{
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 1.16rem;
  height: 0.46rem;
  margin-bottom: 1px;
  margin-left: -0.23rem;
  background: url(./../img/panorama/ctrl_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.5rem;
  color: #fff;
  cursor: pointer;
}
.panorama-list-item{
  position: relative;
  display: inline-block;
  width: 2.2rem;
  height: 100%;
  margin: 0 0.19rem;
  cursor: pointer;
}
.panorama-list-item-bg{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.panorama-list-item-bg::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  transition: 0.3s;
}
.panorama-list-item-bg::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.03rem solid #fff;
  opacity: 0;
  transition: 0.3s;
}
.panorama-list-item-name{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.32rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  transition: 0.3s;
}
.panorama-list-item.act .panorama-list-item-bg::before,
.panorama-list-item.act .panorama-list-item-name{
  opacity: 0;
}
.panorama-list-item:hover .panorama-list-item-bg::after,
.panorama-list-item.act .panorama-list-item-bg::after{
  opacity: 1;
}


.hotspot-product{
  width: 0.6rem;
  height: 0.6rem;
  background-image: url(./../img/panorama/icon_product.png);
  background-size: 100% 100%;
}
.hotspot-location{
  width: 0.56rem;
  height: 0.56rem;
  background-image: url(./../img/panorama/icon_location.png);
  background-size: 100% 100%;
}
.hotspot-simple {
  position: relative;
  width: 1px;
  height: 1px;
}
.hotspot-simple::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.14rem solid #e71b26;
  border-right: 0.14rem solid transparent;
  border-left: 0.14rem solid transparent;
  margin-left: -0.14rem;
}
.hotspot-simple-text {
  position: absolute;
  bottom: 100%;
  left: 50%;
  height: 0.34rem;
  margin-bottom: 0.13rem;
  padding: 0 0.14rem;
  border-radius: 0.18rem;
  background-color: #e71b26;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.34rem;
  white-space: nowrap;
  transform: translateX(-50%);
}


.product{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-image: url(./../img/product/bg.png);
  background-size: 1rem 1rem;
  background-repeat: repeat;
}
.product-main{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11.64rem;
  height: 6.88rem;
  margin: -3.44rem 0 0 -5.82rem;
  padding: 0.78rem 0.46rem 0.6rem;
  border-radius: 4px;
  background-color: #fff;
}
.product-main-close{
  position: absolute;
  top: 0.23rem;
  right: 0.46rem;
  width: 1.2rem;
  height: 0.46rem;
  padding: 0.08rem 0;
  line-height: 0.3rem;
  border-radius: 3px;
  font-size: 0.24rem;
  text-align: center;
  background-color: #e71a26;
  color: #fff;
  cursor: pointer;
  -wekbit-user-select: none;
  transition: background 0.16s;
}
.product-main-close:active{
  background-color: #c9131e;
}
.product-main-close-icon{
  display: inline-block;
  width: 0.33rem;
  height: 0.3rem;
  margin-left: 0.05rem;
  background-image: url(./../img/product/close.png);
  background-size: 100% 100%;
  vertical-align: -0.03rem;
}


.product-main-info{
  float: left;
  display: flex;
  flex-direction: column;
  width: 4.86rem;
  height: 100%;
}
.product-main-info-title{
  position: relative;
  flex-shrink: 1;
  padding: 0.22rem 0 0.18rem 0.28rem;
  margin-right: 0.3rem;
  margin-bottom: 0.35rem;
  border-top: 1px solid #bec6cb;
  border-bottom: 1px solid #bec6cb;
  /*text-align: justify;*/
  word-break: break-word;
  line-height: 0.46rem;
  font-size: 0.36rem;
  color: #303030;
}
.product-main-info-title::before{
  content: '';
  position: absolute;
  top: 0.23rem;
  left: 0;
  width: 0.13rem;
  height: 0.37rem;
  background-image: url(./../img/product/title_triangle.png);
  background-size: 100% 100%;
}
.product-main-info-desc{
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-right: 0.3rem;
}
.product-main-info-desc-content{
  
}
.product-main-info-desc-content-summary{
  margin-bottom: 0.2rem;
}
.product-main-info-desc-content-summary h4{
  font-size: 0.24rem;
  font-weight: bold;
  color: #363738;
}
.product-main-info-desc-content-summary p{
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: justify;
  color: #363738;
}
.product-main-info-desc-content-feature{
  
}
.product-main-info-desc-content-feature dt{
  font-size: 0.24rem;
  font-weight: bold;
  color: #363738;
}
.product-main-info-desc-content-feature dd{
  position: relative;
  padding-left: 0.26rem;
  margin-bottom: 0.15rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  text-align: justify;
  color: #363738;
}
.product-main-info-desc-content-feature dd::before{
  content: '';
  position: absolute;
  top: 0.02rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 1px solid #e71a26;
}
.product-main-info-desc-content-feature dd::after{
  content: '';
  position: absolute;
  top: 0.08rem;
  left: 0.04rem;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #e71a26;
  border-right: 1px solid #e71a26;
  transform: rotate(45deg);
}
.product-main-info .swiper-scrollbar{
  position: absolute;
  top: 0;
  right: 0;
  width: 0.16rem;
  height: 100%;
  border-radius: 0.1rem;
  background-color: #e8edf1;
}
.product-main-info .swiper-scrollbar-drag{
  position: relative;
  border-radius: 0.1rem;
  background-color: #9daab4;
}
.product-main-info .swiper-scrollbar-drag::before,
.product-main-info .swiper-scrollbar-drag::after{
  content: '';
  position: absolute;
  left: 0.05rem;
  width: 0.06rem;
  height: 0.06rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.product-main-info .swiper-scrollbar-drag::before{
  top: 0.1rem;
  transform: rotate(-45deg);
}
.product-main-info .swiper-scrollbar-drag::after{
  bottom: 0.1rem;
  transform: rotate(135deg);
}


.product-a .product-main-photo{
  box-sizing: content-box;
  position: relative;
  float: right;
  width: 5.5rem;
  height: 100%;
  overflow: hidden;
}
.product-a .product-main-photo-container{
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product-a .product-main-photo .swiper-slide{
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-a .product-main-photo-img{
  display: block;
  width: auto;
  height: 100%;
  margin: auto;
}
.product-a .product-main-photo .swiper-pagination{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.product-a .product-main-photo .swiper-pagination-bullet{
  display: inline-block;
  vertical-align: bottom;
  width: 8px;
  height: 8px;
  margin: 0 0.04rem;
  border-radius: 50%;
  border: 1px solid #aaa;
  transition: 0.3s;
  cursor: pointer;
}
.product-a .product-main-photo .swiper-pagination-bullet-active{
  border-color: #e71a26;
  background-color: #e71a26;
}


.product-b{
  background-image: linear-gradient(#dee6eb,#fff,#fff);
}
.product-b .product-main-canvas{
  position: relative;
  float: right;
  width: 5.5rem;
  height: 100%;
  -webkit-user-select: none;
}
.product-b .product-main-canvas-tips{
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 100%;
  margin-top: -0.25rem;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.46rem;
  color: #50585d;
  transition: 0.2s;
  -webkit-user-select: none;
  pointer-events: none;
}
.product-b .product-main-canvas-tips::before{
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0.66rem;
  height: 0.66rem;
  margin-left: -0.33rem;
  background-image: url(./../img/product/tips.png);
  background-size: 100% 100%;
}

@media screen and (max-height: 440px) {
  .model-normal-main{
    top: 1.3rem;
    /*bottom: 0.2rem;*/
    width: 181.2vh;
    height: 82vh;
    margin: 0 0 0 -90.6vh;
  }

  .model-normal::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 118vh;
    height: 57vh;
    margin: -17vh 0 0 -38vh;
    box-shadow: 0 4vh 2vh 4vh rgb(85 128 145 / 30%);
  }
  .model-normal::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32vh;
    height: 47vh;
    margin: -29vh 0 0 -78vh;
    box-shadow: 0 6vh 2vh 4vh rgb(85 128 145 / 30%);
  }

  .model-normal-main-pointer.pointer-01{
    top: 20vh;
    left: 28vh;
  }
  .model-normal-main-pointer.pointer-02{
    top: 5vh;
    left: 72vh;
  }
  .model-normal-main-pointer.pointer-03{
    top: 3vh;
    left: 116vh;
  }
  .model-normal-main-pointer.pointer-04{
    top: 21vh;
    left: 110vh;
  }
  .model-normal-main-pointer.pointer-05{
    top: 45vh;
    left: 100vh;
  }
  .model-normal-main-pointer.pointer-06{
    top: 63vh;
    left: 113vh;
  }
  .model-normal-main-pointer.pointer-07{
    top: 39vh;
    left: 152vh;
  }

  .product-main{
    top: 0.3rem;
    bottom: 0.3rem;
    left: 50%;
    margin-top: 0;
    width: 15rem;
    height: auto;
    margin-left: -7.5rem;
    overflow: hidden;
  }
  /*.model-normal::before{
    display: none;
  }*/

  .product-main-close{
    left: 0.46rem;
  }
  .product-main-info{
    float: none;
    width: auto;
    margin-right: 6rem;
  }
  .product-main-info-title{
    font-size: 0.48rem;
    line-height: 0.58rem
  }
  .product-main-info-title::before{
    top: 0.32rem;
  }
  .product-main-info-desc-content-feature dt,
  .product-main-info-desc-content-summary h4{
    font-size: 0.36rem;
  }
  .product-main-info-desc-content-feature dd,
  .product-main-info-desc-content-summary p{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .product-main-info-desc-content-feature dd{
    padding-left: 0.3rem;
  }
  .product-main-info-desc-content-feature dd::before{
    width: 0.22rem;
    height: 0.22rem;
  }
  .product-main-info-desc-content-feature dd::after{
    top: 0.1rem;
    left: 0.06rem;
  }

  #main .product-main-canvas,
  #main .product-main-photo{
    position: absolute;
    /*top: 0.78rem;
    right: 0.46rem;
    bottom: 0.6rem;*/
    top: 0;
    right: 0;
    bottom: 0;
    width: 5.96rem;
    height: auto;
  }

  .panorama-list-item-name{
    font-size: 0.24rem;
  }

  /*.product-main-info-desc-content-summary p,
  .product-main-info-desc-content-feature dd{
    font-size: 0.2rem;
    line-height: 0.36rem;
  }*/
}


/*.test{
position: absolute;
top: 50%;
left: 50%;
width: 800px;
height: 300px;
margin: -150px 0 0 -400px;
border: 1px solid black;
background-color: yellow;
transform: rotateX(17deg) rotateY(-1deg) rotateZ(-4deg) translate3d(-36px, -55px, 0);
-webkit-transform: rotateX(17deg) rotateY(-1deg) rotateZ(-4deg) translate3d(-36px, -55px, 0);
}*/


