html,body{margin:0; padding:0;}
body{
    font:normal 16px/1.6em "Helvetica Neue",Tahoma,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",sans-serif;
    background-color:#544324;
    color:#dfd8cc;
}
ul,ol,li,em {margin:0; padding:0; font-weight:normal; list-style:none; font-style:normal}
a {text-decoration: none;}
.hide{display: none !important;}

/* loading box*/
#loading {
    position: fixed; width: 100%; height: 100vh; z-index: 999;
    background: #64062a url(../img/bg0.jpg) no-repeat 0 0;
    background-size: cover;
}
#loading .ct {
    width: 100%;
    vertical-align: top;
}
.loadicon {
    position: absolute; width: 90px; height: 90px; margin-left: -45px; left: 50%; top: 36%;
}
.loadicon .icon {
    display: block;
    width: 90px; height: 90px;
    position: relative;
    margin-bottom: 10px;
}
.loadicon .icon img {
    width: 100%; vertical-align: top;
    animation: rolling 2s infinite linear;
}
.loadtips {
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#loading .logo {
    position: absolute; width: 80px; left: 50%; bottom: 10%; z-index: 1;
    margin-left: -40px;
}

/* audio */
.bgmwrap{
    position:fixed; right:20px; top:20px; width:30px; height: 30px; z-index:100;
    font-size: 0;
}
.bgmwrap span {
  display: none;
  width:30px; height: 30px; overflow: hidden;
  border: 0 none;
  background: transparent url("../img/icon-play.png") 0 0 no-repeat;
  background-size: 30px;
}
#btnMute {background-position: 0 bottom;}
#btnPlay {background-position: 0 0;}
.bgmwrap .active {display: block;}

@font-face {
    font-family: 'hylx';
    src: url('./HYk2gj.woff') format('woff'),
        url('./HYk2gj.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* container box */
.container{
    position: relative; height: 100%; z-index: 1;
}

#bao {
    position: absolute;
    left: 0; top: 0; z-index: 11;
    width: 100%;
    pointer-events: none;
}

#linetext {
    position: absolute;
    left: 0; top: 0; z-index: 12;
    width: 100%;
    pointer-events: none;
}


/* cover */
.cover {
    height: 100vh;
    position: relative;
    background: transparent url("../img/cbg.jpg") no-repeat center top;
    background-size: cover;
}
.cover .btn-start {
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 6%;
    z-index: 5;
    animation: btnZoom 1s infinite linear;
}
.cover > img {position: absolute;}
.cover .ct {width: 90%; left: 5%; top: 16%; transform: scale(0);}
.cover.active .ct {transform: scale(1); transition: transform 1s;}
.cover .logo {width: 80px; left: 50%; margin-left: -40px; bottom: 24%; z-index: 5;}

/* content */
.infowrap {
    padding: 30px 40px;
}
.p1::first-letter {
    font-size: 2em;
}
.infowrap h2 {margin: 50px 0 50px;}
.infowrap h2 img {width: 100%; vertical-align: top;}

.infowrap h3,
.cbox h3 {
    border-left: 6px solid #f3cf3f; padding-left: 10px;
    font-size: 16px;
}

.infowrap p {text-align: justify;}

.cbox {
    background-color: rgba(82,65,32,0.9);
    border: 1px solid rgba(223,216,204,0.5);
    border-radius: 12px;
    padding: 30px 15px;
    margin-bottom: 30px;
    text-align: justify;
}
.cbox2 {border-radius: 6px 6px 0 0; margin:0 -15px 30px;}
.cbox-card {margin-left:15px; margin-right:15px;}

.csection p {margin-bottom: 30px; text-align: justify;}
.csection p img {width: 100%; vertical-align: top;}
.csection p:last-child, .csection .lastp {margin-bottom: 0;}

.cbox h2 {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 4px solid #eeb400;
    font-size: 20px;
    font-weight: bold;
}
.cbox h2:first-child {margin-top: 0;}

.pre-subt {padding: 20px 0 0;}
.pre-subt img {width: 100%; vertical-align: top;}

.mediawrap {margin: 30px 0; position: relative;}
.mediawrap video {width: 100%; vertical-align: top;}
.mediawrap img {width: 100%; vertical-align: top; margin-bottom: 10px;}
.mediawrap p {font-size: 14px;}
.mediawrap p img {width: 120px; margin-top: 20px;}
.mediawrap .minfo {text-align: center;}

.ph10 {height: 10vh;}
.ph50 {height: 50vh;}
.ph90 {height: 90vh;}
.ph100 {height: 100vh;}
.ph150 {height: 150vh;}
.ph200 {height: 200vh;}
.ph300 {height: 300vh;}

.swiper {margin-bottom: 20px;}
.swiper-slide img {
    width: 100%; vertical-align: top;
}
.swiper-slide p {
    position: absolute; width: 100%; left: 0; bottom: 0; z-index: 5;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
    background-image:         linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    box-sizing: border-box;
    margin: 0;
    padding: 6px;
    font-size: 14px;
}

/* bigmap */
.bigmap  {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.bigmap .mapwrap {
    width: 4068px; height: 2800px; position: absolute; left: 0; top: 0; z-index: 1;
    will-change: transform;
    background: transparent url("../img/map.jpg") no-repeat left top;
    background-size: 100% auto;
    transition: transform 0.2s;
}
.bigmap .themap .mask {
    position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1;
    background-color: rgba(82,65,32,0.7);
}
.bigmap .themap svg {
    position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 5;
}
.bigmap .themap svg path {fill:none; stroke:#00a5ff; stroke-width:4; stroke-miterlimit:10;}
.bigmap .bg0 {
    position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2;
}

/* maker */
.maker {
    text-align: center;
    padding: 60px 0;
}
.maker h2 {text-align: center; margin: 0 0 10px;}
.maker h2 img {width: 80px;}

.maker p {font-size: 14px; line-height: 1.2em;}
.maker p em {font-style: normal; font-weight: bold;}

.popup {
    position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    opacity: 0;
    transform: translateX(-100%);
}
.popup.active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1s 0.3s, transform 0.3s;
}
.popup .inner {
    width: 75%;
    text-align: center;
}
.popup .inner img {
    width: 100%; margin-bottom: 15px;
}
.popup .inner p {
    font-size: 14px; color: #fff; margin-bottom: 15px;
}
.popup .btn-close {
    display: inline-block;
    width: 40px; height: 40px;
    background: transparent url("../img/btn-close.png") no-repeat left top;
    background-size: 100% auto;
}

.popmedia {
    position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 1;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transform: translateX(-100%);
    box-sizing: border-box;
    padding-top: 60px;
}
.popmedia.active {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 1s 0.3s, transform 0.3s;
}
.popmedia .crow {text-align: right;}
.popmedia .crow .btn-close {
    display: inline-block; margin-right: 15px;
    width: 40px; height: 40px;
    background: transparent url("../img/btn-close.png") no-repeat left top;
    background-size: 100% auto;
}
.popmedia .mcon {
    padding: 0 30px;
    height: 42vh;
    overflow-y: auto;
}

.tips-click {
    position: absolute; right: 30px; top: 30px; z-index: 1;
    width: 40px; height: 40px;
    background: transparent url("../img/tips-click.png") no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
}

/* iPhone 6s */
@media only screen
    and (device-width: 375px)
    and (device-height: 667px) /* 603px/667px */
    and (-webkit-device-pixel-ratio: 2) {
        .swiper-slide img {margin-top: -10vh;}
        .p4 img {margin-top: -14vh;}
        .conframe .info #name span {font-size: 20px;}
        .maker {bottom: 10px;}
        .btext {padding-top: 20%;}
        .btext p {font-size: 20px;}
}

/* iPhone 6s plus */
@media only screen
    and (device-width: 414px)
    and (device-height: 672px) /* 672px/736px */
    and (-webkit-device-pixel-ratio: 3) {
        .maker {bottom: 10px;}
}

@media screen and (min-width: 992px) {
    .cover {background-image: url(../img/cbgh.jpg);}
    .cover .ct{
        left: 50%; margin-left: -15vw;
        width: 30vw;
    }
    .cover .logo{
        bottom: 200px;
    }
    .content {
        width: 960px;
        margin: 0 auto;
    }
    .cbox {
        padding: 30px;
    }
    .cbox p {
        margin-top: 0;
    }

    .popmedia {
        width: 960px; left: 50%;
        margin-left: -480px;
        transform: translateX(-100%);
    }
}


/* animation keyframes */
@-webkit-keyframes rolling{
    0%{-webkit-transform:rotate(0deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes rolling{
    0%{transform:rotate(0deg);}
    100%{transform:rotate(360deg);}
}
/* arrow-up */
@-webkit-keyframes arrow-up{
    0% {-webkit-transform: translateY(0px);}
    50% {-webkit-transform: translateY(8px);}
    100% {-webkit-transform: translateY(0px);}
}
@keyframes arrow-up{
    0% {transform: translateY(0px);}
    50% {transform: translateY(8px);}
    100% {transform: translateY(0px);}
}

@-webkit-keyframes btnZoom{
    0% {-webkit-transform: scale(1);}
    50% {-webkit-transform: scale(1.1);}
    100% {-webkit-transform: scale(1);}
}
@keyframes btnZoom{
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
@-webkit-keyframes slowFlash{
    0% {opacity: 0.3;}
    50% {opacity: 1;}
    100% {opacity: 0.3;}
}
@keyframes slowFlash{
    0% {opacity: 0.3;}
    50% {opacity: 1;}
    100% {opacity: 0.3;}
}

@-webkit-keyframes tipSwipe{
    0% {-webkit-transform: translateX(0px);}
    50% {-webkit-transform: translateX(10px);}
    100% {-webkit-transform: translateX(0px);}
}
@keyframes tipSwipe {
    0% {transform: translateX(0px);}
    50% {transform: translateX(10px);}
    100% {transform: translateX(0px);}
}
