/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//at.alicdn.com/t/font_2468976_4fj7f1uc7ld.css);
@import url(//at.alicdn.com/t/font_2468976_4fj7f1uc7ld.css);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.iconfont {
  font-size: 12px;
}

.loading-page {
  position: absolute;
  background: url("../images/home.jpg") no-repeat top center;
  width: 100%;
  height: 100vh;
  background-size: cover;
  z-index: 99999;
}

.loading-page .dh {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/dh.png") no-repeat center;
  width: 106px;
  height: 111px;
  background-size: cover;
  -webkit-mask-image: url(../images/dh.png);
  -webkit-mask-size: 100%;
}

.loading-page .dh:before {
  position: absolute;
  content: '';
  width: 106px;
  height: 111px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(227, 188, 138, 0.05)), color-stop(46.88%, #FFF4E6), to(rgba(227, 188, 138, 0.05)));
  background: linear-gradient(90deg, rgba(227, 188, 138, 0.05) 0%, #FFF4E6 46.88%, rgba(227, 188, 138, 0.05) 100%);
  -webkit-animation: lightLine1 3s linear infinite;
          animation: lightLine1 3s linear infinite;
}

@-webkit-keyframes lightLine1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes lightLine1 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.loading-page .title {
  position: absolute;
  top: 224px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/home_t.png") no-repeat center;
  width: 212px;
  height: 90px;
  background-size: cover;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.iconfont {
  font-size: 12px;
}

:root {
  --color-bg: #141F2A;
  --color-text: #A98563;
}

html,
body {
  font-size: 12px;
  color: #333;
  background: #fff;
  -ms-touch-action: none;
      touch-action: none;
}

a {
  color: #333;
  text-decoration: none;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  height: 100vh;
}

.logo {
  position: absolute;
  left: 20px;
  bottom: 30px;
  background: url("../images/logo.png") no-repeat center;
  width: 133px;
  height: 16px;
  background-size: cover;
}

#app {
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  position: absolute;
  top: 20px;
  left: 50%;
  background: url("../images/title_bg.png") no-repeat center;
  width: 246px;
  height: 30px;
  background-size: cover;
  margin-left: -123px;
  color: #fff;
  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;
  z-index: 1999;
}

.header .title {
  font-size: 16px;
}

.map {
  position: absolute;
  top: 60px;
  left: 10px;
  background: url("../images/map.png") no-repeat center;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-color: rgba(137, 148, 166, 0.5);
  border-radius: 5px;
  z-index: 10;
}

.main-menu {
  position: absolute;
  left: calc(50% - 172px);
  bottom: 25px;
  width: 356px;
  z-index: 999;
  border-radius: 25px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.main-menu.close {
  width: 50px;
  -webkit-transition: width .5s ease .5s;
  transition: width .5s ease .5s;
}

.main-menu.close .menu {
  width: 50px;
  padding: 13px 12px;
}

.main-menu.close .menu .home {
  display: inline-block;
  -webkit-animation: show .1s ease .5s;
          animation: show .1s ease .5s;
}

.main-menu.close .menu .item {
  display: none;
}

.main-menu .menu {
  display: inline-block;
  width: 345px;
  max-width: 345px;
  height: 50px;
  background-color: rgba(197, 44, 52, 0.7);
  border-radius: 25px;
  padding: 6px 15px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  overflow: hidden;
}

.main-menu .menu .home {
  display: none;
}

.main-menu .menu .home .iconfont {
  font-size: 24px;
  color: var(--color-text);
}

.main-menu .menu .mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  max-width: 305px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-menu .menu .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  text-align: center;
}

.main-menu .menu .item .iconfont {
  font-size: 20px;
}

.main-menu .menu .item span {
  display: block;
  font-size: 10px;
  margin-top: 2px;
}

.main-menu .menu .item.active {
  color: var(--color-text);
}

.main-menu .iconfont {
  display: inline-block;
}

.main-menu .icon-dh {
  background: url("../images/icon0.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.main-menu .icon-arrow {
  background: url("../images/arrow.svg") no-repeat center;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-size: auto;
}

.main-menu .icon-1 {
  background: url("../images/icon1.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.main-menu .icon-2 {
  background: url("../images/icon2.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.main-menu .icon-3 {
  background: url("../images/icon3.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.main-menu .icon-4 {
  background: url("../images/icon4.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.sidemenu {
  position: absolute;
  top: 80px;
  right: 5px;
  z-index: 999;
  background-color: rgba(36, 41, 83, 0.3);
  border-radius: 18px;
  width: 34px;
}

.sidemenu.close .btn {
  display: inline-block !important;
}

.sidemenu.close .mask {
  display: none;
}

.sidemenu .btn {
  display: none !important;
}

.sidemenu .item {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}

.sidemenu .item .iconfont {
  font-size: 16px;
  color: #fff;
}

.sidemenu .item .iconfont.icon-close, .sidemenu .item .iconfont.icon-menu {
  display: inline-block;
  font-size: 14px;
  background-color: #C52C34;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.sidemenu .item .iconfont {
  display: inline-block;
  vertical-align: middle;
}

.sidemenu .item .icon-music-on {
  background: url("../images/music_on.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.sidemenu .item .icon-music-off {
  background: url("../images/music_off.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.sidemenu .item .icon-vr {
  background: url("../images/vr.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
}

.sidemenu .item .icon-info {
  background: url("../images/info.svg") no-repeat center;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-size: auto;
  margin-bottom: 10px;
}

.topmenu {
  position: absolute;
  top: 26px;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  z-index: 2;
}

.topmenu .item {
  display: inline-block;
  font-size: 14px;
  color: #CFCFCF;
  margin: 5px 10px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
}

.topmenu .item.current {
  color: #FDDF8E;
  border-bottom-color: #FDDF8E;
}

.slide-enter-active,
.slide-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slide-enter {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

.slide-leave-to {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.fade-enter {
  opacity: 0;
}

.fade-leave-to {
  opacity: 0;
}

.loader {
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
          animation: 1s loader linear infinite;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  top: 0;
  left: 0;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vr-page {
  width: 100%;
  height: 100%;
}

.vr-page #pano {
  width: 100%;
  height: 100%;
}

.vr-page #pano div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.gtips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.gtips .tips {
  position: absolute;
  top: 20vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/tips.png") no-repeat center;
  width: 238px;
  height: 398px;
  background-size: cover;
}

.guide-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #C52C34;
  z-index: 9999;
}

.guide-panel .close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("../images/close.svg") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
  z-index: 10;
}

.guide-panel .info {
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.guide-panel .a {
  text-align: center;
}

.guide-panel .a .area {
  background: url("../images/a.png") no-repeat center;
  width: 287px;
  height: 227px;
  background-size: cover;
  margin: 20px auto 0;
}

.guide-panel .a .title {
  background: url("../images/t_a.png") no-repeat center;
  width: 279px;
  height: 45px;
  background-size: cover;
  margin: 0 0 20px 30px;
}

.guide-panel .a .txt {
  background: url("../images/c_a.png") no-repeat center;
  width: 219px;
  height: 268px;
  background-size: cover;
  margin: 20px auto;
}

.guide-panel .b {
  text-align: center;
}

.guide-panel .b .area {
  background: url("../images/b.png") no-repeat center;
  width: 287px;
  height: 227px;
  background-size: cover;
  margin: 20px auto 0;
}

.guide-panel .b .title {
  background: url("../images/t_b.png") no-repeat center;
  width: 279px;
  height: 45px;
  background-size: cover;
  margin: 0 0 20px 30px;
}

.guide-panel .b .txt {
  background: url("../images/c_b.png") no-repeat center;
  width: 342px;
  height: 268px;
  background-size: cover;
  margin: 20px auto;
}

.guide-panel .c {
  text-align: center;
}

.guide-panel .c .area {
  background: url("../images/c.png") no-repeat center;
  width: 287px;
  height: 227px;
  background-size: cover;
  margin: 20px auto 0;
}

.guide-panel .c .title {
  background: url("../images/t_c.png") no-repeat center;
  width: 279px;
  height: 45px;
  background-size: cover;
  margin: 0 0 20px 30px;
}

.guide-panel .c .txt {
  background: url("../images/c_c.png") no-repeat center;
  width: 345px;
  height: 319px;
  background-size: cover;
  margin: 20px auto;
  -webkit-transform: translateY(-30px) scale(0.9);
          transform: translateY(-30px) scale(0.9);
}

.guide-panel .d {
  text-align: center;
}

.guide-panel .d .area {
  background: url("../images/d.png") no-repeat center;
  width: 287px;
  height: 227px;
  background-size: cover;
  margin: 20px auto 0;
}

.guide-panel .d .title {
  background: url("../images/t_d.png") no-repeat center;
  width: 279px;
  height: 45px;
  background-size: cover;
  margin: 0 0 20px 30px;
}

.guide-panel .d .txt {
  background: url("../images/c_d.png") no-repeat center;
  width: 202px;
  height: 214px;
  background-size: cover;
  margin: 20px auto;
}

.submenu {
  position: absolute;
  bottom: 35px;
  left: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  height: 22px;
  -webkit-transition: -webkit-transform .5s ease .5s;
  transition: -webkit-transform .5s ease .5s;
  transition: transform .5s ease .5s;
  transition: transform .5s ease .5s, -webkit-transform .5s ease .5s;
  z-index: 999;
}

.submenu.close {
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.submenu :nth-last-child(2):after {
  display: none;
}

.submenu .item {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  z-index: 1;
}

.submenu .item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
}

.submenu .item:nth-child(1).current ~ .box {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.submenu .item:nth-child(2).current ~ .box {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.submenu .item:nth-child(3).current ~ .box {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

.submenu .item:nth-child(4).current ~ .box {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}

.submenu .item:nth-child(5).current ~ .box {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}

.submenu .box {
  position: absolute;
  width: 60px;
  height: 22px;
  background-color: rgba(79, 0, 4, 0.5);
  -webkit-transition: all 0.5s cubic-bezier(1, 0.01, 0, 1.22);
  transition: all 0.5s cubic-bezier(1, 0.01, 0, 1.22);
}

.info-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.info-panel .info {
  position: absolute;
  top: 15vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/info.jpg") no-repeat center;
  width: 342px;
  height: 526px;
  background-size: cover;
}

.work-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.work-panel .close {
  position: absolute;
  top: 10%;
  right: 10px;
  background: url("../images/close.svg") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
  z-index: 10;
}

.work-panel .work-swiper-container {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
}

.iframe-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.iframe-panel .panel {
  position: absolute;
  top: 80px;
  left: 20px;
  width: calc(100vw - 40px);
  background: #fff;
  padding: 10px;
}

.iframe-panel .panel .title {
  position: relative;
  height: 64px;
}

.iframe-panel .panel .title .dh {
  position: absolute;
  background: url("../images/box_t.png") no-repeat center;
  width: 74px;
  height: 74px;
  background-size: cover;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.iframe-panel .panel .title .bg {
  position: absolute;
  background: url("../images/box_b.png") no-repeat center;
  width: 100%;
  height: 18px;
  background-size: cover;
  background-size: auto 100%;
  bottom: 0;
}

.iframe-panel .panel .title .close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/close2.svg") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
  z-index: 10;
}

.iframe-panel .panel .body {
  background-color: #ebebeb;
  height: calc(100vh - 200px);
}

.iframe-panel .panel .footer {
  text-align: center;
  padding-top: 10px;
  color: #ccc;
}
/*# sourceMappingURL=styles.css.map */