* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*:focus {
  outline: 0 !important
}

html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Hiragino Sans GB", tahoma, Arial, "宋体", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
  font-family: "PingFangSC-Regular", "Microsoft YaHei", "Hiragino Sans GB", tahoma, Arial, "宋体", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #333;
  word-wrap: break-word
}

aside,
nav,
footer,
header,
section {
  display: block
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible;
  border: none;
  outline: none
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-text-fill-color: #333
}

textarea {
  overflow: auto;
  resize: none;
  color: #333;
  padding: 10px;
  border: #e9e9e9 1px solid;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

optgroup {
  font-weight: bold
}

a {
  color: inherit;
  text-decoration: none
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

a:hover {
  color: inherit
}

ul,
ol {
  margin: 0;
  padding-left: 0;
  list-style: none
}

p {
  margin: 0
}

input[type=text],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
  border: #e9e9e9 1px solid;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus {
  border-color: #a0bdfe;
  -webkit-box-shadow: 0 0 3px 0 #427afb;
  box-shadow: 0 0 3px 0 #427afb
}

::-webkit-input-placeholder {
  color: #9b9b9b
}

:-ms-input-placeholder {
  color: #9b9b9b
}

::-ms-input-placeholder {
  color: #9b9b9b
}

::-moz-placeholder {
  color: #9b9b9b
}

::placeholder {
  color: #9b9b9b
}

.pano-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.pano-button-primary {
  background-color: #286efa;
  color: #fff
}

.pano-button-primary:hover {
  background-color: #0057ff;
  color: #fff
}

.pano-button-important {
  background-color: #db4437;
  color: #fff
}

.pano-button-important:hover {
  background-color: #cc3629;
  color: #fff
}

.pano-button-outline {
  background-color: rgba(0, 0, 0, 0);
  color: #286efa;
  border: #286efa 1px solid
}

.pano-button-outline:hover {
  background-color: #286efa;
  color: #fff
}

.pano-button-gray {
  background-color: rgba(0, 0, 0, 0);
  color: #4a4a4a;
  border: #c4c4c4 1px solid
}

.pano-button-gray:hover {
  background-color: #4a4a4a;
  color: #fff
}

.pano-button-black {
  background-color: #4a4a4a;
  color: #fff
}

.pano-button-black:hover {
  background-color: #333;
  color: #fff
}

.pano-button-md {
  height: 34px
}

.pano-button-lg {
  height: 40px
}

.pano-button-sm {
  height: 30px
}

.pano-button-xs {
  height: 24px
}

.pano-button-loading,
.pano-button-loading:hover {
  background-color: #d8d8d8;
  color: #fff;
  border: 1px solid #d8d8d8;
  cursor: wait
}

.pano-button-disabled,
.pano-button-disabled:hover {
  background-color: #d8d8d8 !important;
  color: #fff;
  border: 1px solid #d8d8d8;
  cursor: not-allowed;
  pointer-events: none
}

.block-horizontal-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}

.block-vertical-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column
}

.block-flow-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap
}

.block-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.block-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.block-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.block-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.block-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.block-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.block-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.block-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.pano-input {
  width: 100%;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  font-size: 14px
}

.pano-input:focus {
  border-color: #a0bdfe;
  -webkit-box-shadow: 0 0 3px 0 #427afb;
  box-shadow: 0 0 3px 0 #427afb
}

.pano-input-light {
  background-color: #fff;
  border-color: #d8d8d8 !important;
  color: #333 !important
}

.pano-input-light:disabled {
  background-color: #efefef;
  color: #7a7a7a !important
}

.pano-input-dark {
  background-color: #2c2c2c;
  border-color: #525252 !important;
  color: #fff !important
}

.pano-input-dark:disabled {
  background-color: #333;
  color: #eee !important
}

.pano-input-md {
  height: 34px
}

.pano-input-lg {
  height: 40px
}

.pano-input-sm {
  height: 30px
}

.pano-input-xs {
  height: 24px
}

.pano-input-warning {
  border-color: #f46465 !important;
  -webkit-box-shadow: 0 0 3px 0 #f46465;
  box-shadow: 0 0 3px 0 #f46465
}

.pano-input-warning:focus {
  -webkit-box-shadow: 0 0 3px 0 #f46465 !important;
  box-shadow: 0 0 3px 0 #f46465 !important
}

.editLoading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  background-color: #1c1c1c;
  color: #5b5b5b;
  font-size: 14px
}

.editLoading .edit-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 10px
}

.editLoading .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite
}

.editLoading .path {
  stroke-dasharray: 187;
  stroke: #fff;
  stroke-dashoffset: 24;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(265deg);
  transform: rotate(265deg)
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes colors {
  0% {
    stroke: #fff
  }

  25% {
    stroke: #fff
  }

  50% {
    stroke: #fff
  }

  75% {
    stroke: #fff
  }

  100% {
    stroke: #fff
  }
}

@keyframes colors {
  0% {
    stroke: #fff
  }

  25% {
    stroke: #fff
  }

  50% {
    stroke: #fff
  }

  75% {
    stroke: #fff
  }

  100% {
    stroke: #fff
  }
}

.editLoading .edit-circle img {
  width: 40px;
  height: 40px
}

.text-scroll {
  position: relative;
  height: 30px !important;
  background-color: rgba(0, 0, 0, .5);
  z-index: 4000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.text-scroll .mItem {
  line-height: 30px;
  color: #fff
}

.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move
}

.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0
}

.str_vertical .str_move_clone {
  left: 0;
  top: 100%
}

.str_down .str_move_clone {
  left: 0;
  bottom: 100%
}

.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit
}

.str_wrap img {
  max-width: none !important
}

.custom-layer-wrapper {
  background-color: rgba(0, 0, 0, 0) !important
}

.custom-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden
}

.custom-layer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  min-height: 50px;
  margin: 0 15px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.custom-layer-title {
  font-size: 16px
}

.custom-layer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.custom-layer-link {
  display: inline-block;
  color: #015aff
}

.custom-layer-link:hover {
  color: #0350df
}

.custom-layer-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../image/dialog-close.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 30px;
  cursor: pointer
}

.custom-layer-body {
  padding: 15px;
  width: 100%;
  height: calc(100% - 50px)
}

.custom-layer-iframe {
  display: block;
  width: 100%;
  height: 100%
}

.share-layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  padding: 20px
}

.share-layer .share-layer-img {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  border: 1px solid #eee
}

.share-layer .share-layer-img .share-layer-tips {
  display: none;
  color: #333;
  margin-top: 10px;
  text-align: center
}

.share-layer .share-layer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.share-layer .share-layer-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.share-layer .share-layer-links .share-layer-link {
  margin-bottom: 30px
}

.share-layer .share-layer-links .share-layer-link:last-child {
  margin-bottom: 0
}

.share-layer .share-layer-links .share-layer-link input {
  background-color: #fff;
  border: 1px solid #efefef !important
}

.share-layer .share-layer-links .share-layer-link-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px
}

.share-layer .share-layer-links .share-layer-link-head .btn {
  color: #015aff;
  cursor: pointer
}

.custom-layer-introuce {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  white-space: pre-line
}

.custom-layer-introuce img {
  max-width: 100%
}

body {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0)
}

#pano {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.author_container {
  position: absolute;
  left: 15px;
  margin-top: 15px;
  z-index: 4000;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.author_container_item {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.logo {
  position: absolute;
  right: 15px;
  z-index: 4000;
  display: block;
  width: 72px;
  margin-top: 15px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.logo img {
  display: block;
  width: 100%
}

.rightbtns_container {
  position: fixed;
  z-index: 4000;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.rightbtns {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, .5)
}

.rightbtns-item {
  position: relative;
  width: 40px;
  list-style: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0
}

.rightbtns-item .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px
}

.rightbtns-item .rightbtns-tips {
  position: absolute;
  white-space: nowrap;
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  right: calc(100% + 5px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, .5);
  border-radius: 5px;
  color: #fff;
  display: none
}

.rightbtns-item .text {
  color: #fff;
  font-size: 12px;
  margin-top: 2px
}

.rightbtns-item.like .icon {
  background-image: url(../image/icon_praise.png)
}

.rightbtns-item.like.active .icon {
  background-image: url(../image/icon_praise_true.png)
}

.rightbtns-item.share .icon {
  background-image: url(../image/icon_share.png)
}

.rightbtns-item.introduce .icon {
  background-image: url(../image/icon_intro.png)
}

.rightbtns-item.autorotate .icon {
  background-image: url(../image/icon_stop.png)
}

.rightbtns-item.autorotate.off .icon {
  background-image: url(../image/icon_play.png)
}

.rightbtns-item.music .icon {
  background-image: url(../image/icon_music.png)
}

.rightbtns-item.music.off .icon {
  background-image: url(../image/icon_music_guanbi.png)
}

.rightbtns-item.narrate .icon {
  background-image: url(../image/icon_yuyin.png)
}

.rightbtns-item.narrate.off .icon {
  background-image: url(../image/icon_yuyin_guanbi.png)
}

.rightbtns-item:hover .rightbtns-tips {
  display: block
}

.opentips-img {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 300px;
  height: 300px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999
}

.opentips-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

@media screen and (max-width: 767px) {
  .author_container {
    left: 10px;
    margin-top: 10px
  }

  .author_container_item {
    display: block;
    margin-bottom: 10px
  }

  .rightbtns_container {
    right: 10px
  }

  .rightbtns-item:hover .rightbtns-tips {
    display: none
  }

  .logo {
    right: 10px;
    margin-top: 10px
  }

  .share-layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .share-layer .share-layer-img .share-layer-tips {
    display: block
  }

  .share-layer .share-layer-links {
    display: none
  }
}

.hotspot-list {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    pointer-events: none;
}

.hotspot-list .hotspot-list-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  transform: translate(-50%, -50%);
  z-index: 4000;
  display: none;
  pointer-events: all;
}

.hotspot-list .hotspot-list-item .inner {
  position: absolute;
  width: max-content;
  display: flex;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.hotspot-list .hotspot-list-item .icon {
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  transform: scale(1);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  pointer-events: auto;
}

.hotspot-list .hotspot-list-item .title {
  position: absolute;
  top: calc(-50% - 6px);
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 18px;
  box-sizing: border-box;
  padding: 6px 12px;
  font-family: PingFangSC-Regular, Hiragino Sans GB, Microsoft YaHei;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, .7);
  border-radius: 3px;
  order: 1px solid transparent;
  transition: opacity .25s linear, visibility .25s linear;
  pointer-events: auto;
  z-index: 4000;
}

.mediaModal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 80001;
  color: #fff;
  white-space: nowrap
}

.mediaModal-closebtn {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  padding: 10px;
  z-index: 80001;
}

.mediaModal-close-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../image/media_modal_icon.png);
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 0 -24px;
}

.mediaModal-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 80000;
}

.layer-carousel-container {
  width: 100%;
  height: 100%;
}

.layer-carousel {
  width: 100%;
  height: 100%;
}

.mediaModal-imgbox {
  max-width: 1200px;
  max-height: 640px;
  -ms-touch-action: none;
  touch-action: none;
}

.layer-carousel .mediaModal-imgbox {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}

.mediaModal-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
}

.layer-carousel .mediaModal-imgbox .mediaModal-img {
  max-width: 1200px;
  max-height: 640px;
}

.f-panzoom {
  background: transparent;
}

.layer-carousel .f-button {
  color: #ffffff;
}

.custom_layer_wrapper {
  background-color: transparent !important;
}

.mediaModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 99999;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.mediaModal-video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mediaModal-video-container .mediaModal-video {
  min-width: 320px;
  width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
  max-width: 1000px;
  max-height: 600px;
}

.mediaModal-video-container iframe {
  max-height: 100%;
  max-width: 100%;
  min-height: 600px;
  min-width: 1050px;
}

.hotspot-menu {
  position: absolute;
  top: 50%;
  left: 15px;
  background-color: rgba(0, 0, 0, .3);
  transform: translateY(-50%);
}

.hotspot-head {
  width: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 8px 10px 20px;
  height: 44px;
  color: #ffffff;
  border-bottom: 1px solid #2a2a2a;
  cursor: pointer;
}

.hotspot-menu-list {
  width: 156px;
}

.hotspot-menu-list .hotspot-menu-item {
  width: 100%;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  cursor: pointer;
  transition: all .2s ease-in-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hotspot-menu-list .hotspot-menu-item:hover {
  background-color: rgba(0, 0, 0, .5);
}

.hotspot-menu-list .hotspot-menu-item.active {
  background-color: rgba(0, 0, 0, .5);
  color: #fa6400;
}

.hotspot-head .hotspot-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../image/icon-dropdown.png) no-repeat center;
  background-size: contain;
  transition: all .2s ease-in-out;
  transform: rotate(180deg);
}

.hotspot-head.show .hotspot-arrow {
  transform: rotate(0);
}

.scene {
  position: absolute;
  bottom: 10px;
  left: 15px;
  top: auto;
  /* transform: translateX(-50%); */
}
.scene-inner {}
.scene-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row
}
.scene-item {
  /* width: 70px; */
  margin-right: 10px;
  cursor: pointer;
}
.scene-item .scene-thumb {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .3);
  overflow: hidden;
}
.scene-item .scene-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene-item .scene-title {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scene-item.active .scene-thumb{
  border-color: #fa6400;
}


@media screen and (max-width: 767px) {
  .layer-carousel .mediaModal-imgbox .mediaModal-img {
    max-width: 90%;
    max-height: none;
  }

  .mediaModal-video-container iframe {
    min-height: 182px;
    min-width: 320px;
  }

  .hotspot-head {
    padding: 8px 10px;
  }

  .hotspot-head,
  .hotspot-menu-list {
    width: 120px;
  }

  .hotspot-menu-list .hotspot-menu-item {
    font-size: 12px;
    padding: 0 10px;
  }
}
