12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172 |
- * {
- margin: 0;
- padding: 0;
- border: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- -webkit-tap-highlight-color: transparent;
- }
- li {
- list-style: none;
- }
- :root {
- --fontsize: 16px;
- }
- @media (max-width: 1600px) {
- :root {
- --fontsize: 14px;
- }
- }
- @media (max-width: 1450px) {
- :root {
- --fontsize: 12px;
- }
- }
- @media (max-width: 1200px) {
- :root {
- --fontsize: 10px;
- }
- }
- @media (max-width: 1025px) {
- :root {
- --fontsize: 13px;
- }
- }
- @media (max-width: 500px) {
- :root {
- --fontsize: 12px;
- }
- }
- html {
- font-size: var(--fontsize);
- }
- @font-face {
- font-family: "sk";
- src: url(../font/sk.ttf);
- }
- body {
- font-family: "sk";
- width: 100%;
- height: 100%;
- position: fixed;
- overflow: hidden;
- -ms-scroll-chaining: none;
- overscroll-behavior: none;
- -webkit-overflow-scrolling: touch;
- background: linear-gradient(45deg, #021d3c, #082c56, #021d3c, #0c2f57);
- }
- @-webkit-keyframes bgAnimation {
- 0% {
- background-position: 0% 50%;
- }
- 50% {
- background-position: 100% 50%;
- }
- 100% {
- background-position: 0% 50%;
- }
- }
- @keyframes bgAnimation {
- 0% {
- background-position: 0% 50%;
- }
- 50% {
- background-position: 100% 50%;
- }
- 100% {
- background-position: 0% 50%;
- }
- }
- img {
- pointer-events: none;
- }
- .svg img {
- width: 100%;
- }
- #menu {
- position: relative;
- z-index: 2;
- }
- .menuicon {
- position: absolute;
- right: 2.3rem;
- top: 1.3rem;
- width: 2rem;
- height: 2rem;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- cursor: pointer;
- background: url(https://vr.njmuseum.com/img/close2.png) no-repeat center/1.2rem;
- }
- .menuicon:hover {
- -webkit-transform: rotate(180deg) scale(1.1);
- transform: rotate(180deg) scale(1.1);
- }
- .menubox {
- position: absolute;
- right: -6.8rem;
- top: 0;
- height: 100vh;
- -webkit-transition: all 0.6s;
- transition: all 0.6s;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- border-bottom-left-radius: 1rem;
- border-top-left-radius: 1rem;
- width: 6.8rem;
- border: 1px solid #896a43;
- border-right: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: rgba(0, 0, 0, 0.6);
- }
- .menubox.active {
- right: 0;
- }
- .menubox .menulist {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-flow: column;
- flex-flow: column;
- margin-top: 3rem;
- }
- .menubox .menulist li {
- position: relative;
- font-size: 1.3rem;
- -webkit-writing-mode: tb-rl;
- -ms-writing-mode: tb-rl;
- writing-mode: tb-rl;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- margin: 1.2rem 0;
- color: #896a43;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- width: 3rem;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- cursor: pointer;
- border-left: 1px solid #896a43;
- border-right: 1px solid #896a43;
- background-color: #11153a;
- padding: 1.8rem 0;
- }
- .menubox .menulist li:before, .menubox .menulist li:after {
- content: "";
- position: absolute;
- border: 1px solid #896a43;
- background-color: #11153a;
- border-radius: 3px;
- width: 116%;
- left: -8%;
- height: 8px;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- }
- .menubox .menulist li:before {
- top: -8px;
- }
- .menubox .menulist li:after {
- bottom: -8px;
- }
- .menubox .menulist li:hover, .menubox .menulist li.active {
- color: #eacea4;
- background-color: #614118;
- }
- .menubox .menulist li:hover:before, .menubox .menulist li:hover:after, .menubox .menulist li.active:before, .menubox .menulist li.active:after {
- background-color: #614118;
- }
- .section1 {
- background: url(../img/bg.png) no-repeat center/cover;
- }
- .allbg {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- -webkit-transition: all 0.5s;
- transition: all 0.5s;
- background: url(../img/bg.png) no-repeat center/cover;
- }
- .allbg video {
- width: 100%;
- height: 100%;
- -o-object-fit: fill;
- object-fit: fill;
- background: url(../img/bg.png) no-repeat center/cover !important;
- }
- @media (min-width: 768px) {
- ::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- background-color: #f5f5f5;
- }
- ::-webkit-scrollbar-track {
- background-color: #f5f5f5;
- }
- ::-webkit-scrollbar-thumb,
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
- }
- ::-webkit-scrollbar-thumb {
- background-color: #969696;
- }
- }
- @-webkit-keyframes activedown-upin {
- 0% {
- opacity: 0;
- margin-top: 10vh;
- }
- to {
- opacity: 1;
- margin-top: 0;
- }
- }
- @keyframes activedown-upin {
- 0% {
- opacity: 0;
- margin-top: 10vh;
- }
- to {
- opacity: 1;
- margin-top: 0;
- }
- }
- @-webkit-keyframes down-upout {
- 0% {
- opacity: 1;
- margin-top: 0;
- }
- to {
- opacity: 0;
- margin-top: -10vh;
- }
- }
- @keyframes down-upout {
- 0% {
- opacity: 1;
- margin-top: 0;
- }
- to {
- opacity: 0;
- margin-top: -10vh;
- }
- }
- @-webkit-keyframes activeup-downin {
- 0% {
- opacity: 0;
- margin-top: -10vh;
- }
- to {
- opacity: 1;
- margin-top: 0;
- }
- }
- @keyframes activeup-downin {
- 0% {
- opacity: 0;
- margin-top: -10vh;
- }
- to {
- opacity: 1;
- margin-top: 0;
- }
- }
- @-webkit-keyframes up-downout {
- 0% {
- opacity: 1;
- margin-top: 0;
- }
- to {
- opacity: 0;
- margin-top: 10vh;
- }
- }
- @keyframes up-downout {
- 0% {
- opacity: 1;
- margin-top: 0;
- }
- to {
- opacity: 0;
- margin-top: 10vh;
- }
- }
- .section video {
- width: 100vw;
- height: 100vh;
- background: #000;
- }
- .section2 {
- position: relative;
- z-index: 2;
- }
- .videopage #fp-nav ul li:nth-child(-n+0) {
- display: none !important;
- }
- .videopage #fp-nav ul li:nth-child(12):after {
- display: none !important;
- }
- .videopage #fp-nav ul li:nth-child(n+13) {
- display: none !important;
- }
- .skpage #fp-nav ul li:nth-child(-n+12) {
- display: none !important;
- }
- .skpage #fp-nav ul li:nth-child(15):after {
- display: none !important;
- }
- .skpage #fp-nav ul li:nth-child(n+16) {
- display: none !important;
- }
- .dmzpage #fp-nav ul li:nth-child(-n+15) {
- display: none !important;
- }
- .dmzpage #fp-nav ul li:nth-child(15):after {
- display: none !important;
- }
- .dmzpage #fp-nav ul li:nth-child(n+16) {
- display: none !important;
- }
- .wwpage #fp-nav ul li:nth-child(-n+15) {
- display: none !important;
- }
- .wwpage #fp-nav ul li:nth-child(29):after {
- display: none !important;
- }
- .wwpage #fp-nav ul li:nth-child(n+30) {
- display: none !important;
- }
- .otherpage #fp-nav ul li:nth-child(-n+29) {
- display: none !important;
- }
- .section.active .iconbtn {
- margin-top: 0.85rem;
- opacity: 1;
- }
- .section.active .iconbtn:nth-child(1) {
- -webkit-transition-delay: 0.7s;
- transition-delay: 0.7s;
- }
- .section.active .iconbtn:nth-child(2) {
- -webkit-transition-delay: 0.9s;
- transition-delay: 0.9s;
- }
- .section.active .iconbtn:nth-child(3) {
- -webkit-transition-delay: 1.1s;
- transition-delay: 1.1s;
- }
- .iconlist {
- position: absolute;
- z-index: 1;
- right: 1.5rem;
- top: 1.5rem;
- }
- .iconbtn {
- background: no-repeat center/contain;
- width: 3.75rem;
- height: 3.75rem;
- margin-top: 3.13rem;
- -webkit-transition: all 0.6s;
- transition: all 0.6s;
- opacity: 0;
- cursor: pointer;
- }
- .iconbtn.icon-back {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-back.webp);
- }
- .iconbtn.icon-video {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-video.webp);
- }
- .iconbtn.icon-3d {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-3d.webp);
- }
- .iconbtn.icon-rnsys {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-rnsys.webp);
- }
- .iconbtn.icon-jcyy {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-jcyy.webp);
- }
- .iconbtn.icon-yrzh {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-yrzh.webp);
- }
- .iconbtn.icon-ww-js {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-js.webp);
- }
- .iconbtn.icon-ww-tnd {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-tnd.webp);
- }
- .iconbtn.icon-ww-ft {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-ft.webp);
- }
- .iconbtn.icon-ww-xl {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-xl.webp);
- }
- .iconbtn.icon-ww-dy {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-dy.webp);
- }
- .iconbtn.icon-ww-mp {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-mp.webp);
- }
- .iconbtn.icon-ww-tld {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-tld.webp);
- }
- .iconbtn.icon-ww-tyh {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-tyh.webp);
- }
- .iconbtn.icon-ww-jcyy {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-jcyy.webp);
- }
- .iconbtn.icon-ww-jz {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-jz.webp);
- }
- .iconbtn.icon-ww-rnsys {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-rnsys.webp);
- }
- .iconbtn.icon-ww-sst {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-sst.webp);
- }
- .iconbtn.icon-ww-szcmap {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-szcmap.webp);
- }
- .iconbtn.icon-ww-szc {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-szc.webp);
- }
- .iconbtn.icon-ww-xjm {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-xjm.webp);
- }
- .iconbtn.icon-ww-xdm {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-xdm.webp);
- }
- .iconbtn.icon-ww-xfl {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-xfl.webp);
- }
- .iconbtn.icon-ww-lltgm {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-lltgm.webp);
- }
- .iconbtn.icon-ww-jgyb {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-jgyb.webp);
- }
- .iconbtn.icon-ww-ylwbh {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-ylwbh.webp);
- }
- .iconbtn.icon-ww-mhxxj {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-mhxxj.webp);
- }
- .iconbtn.icon-ww-hylwgt {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-hylwgt.webp);
- }
- .iconbtn.icon-ww-lylwgt {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-lylwgt.webp);
- }
- .iconbtn.icon-ww-swllgj {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-swllgj.webp);
- }
- .iconbtn.icon-ww-hyxgg {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-hyxgg.webp);
- }
- .iconbtn.icon-ww-sjhhwmp {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-sjhhwmp.webp);
- }
- .iconbtn.icon-ww-hhwzyp {
- background-image: url(https://vr.njmuseum.com/img/webp/icon-ww-hhwzyp.webp);
- }
- .section-yrzh {
- position: relative;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -ms-flex-flow: column;
- flex-flow: column;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- background: url(https://vr.njmuseum.com/img/yrzh/bg.webp) no-repeat center/cover !important;
- font-family: "Simsun";
- }
- .section-yrzh .point {
- right: 10%;
- top: 15%;
- }
- .section-yrzh .section-yrzhlogo,
- .section-yrzh .section1-wwbox img,
- .section-yrzh .section1-wwbox .title2,
- .section-yrzh .txt1,
- .section-yrzh .txt2,
- .section-yrzh .txt3 {
- opacity: 0;
- }
- .section-yrzh .entxt {
- font-family: "Minion Pro";
- }
- .section-yrzh .section-yrzhlogo {
- z-index: 1;
- width: 18rem;
- height: 4rem;
- margin-bottom: 1.5rem;
- display: block;
- background: url(https://vr.njmuseum.com/img/yrzh/logo.png) no-repeat center/contain;
- }
- .section-yrzh .section1-wwbox {
- position: relative;
- height: min(44rem, 70vh);
- margin: -3rem 0 -6rem;
- text-align: center;
- -webkit-transform: translate3d(0, -3%, 0);
- transform: translate3d(0, -3%, 0);
- }
- .section-yrzh .section1-wwbox img {
- z-index: 1;
- position: relative;
- max-width: 100%;
- max-height: 100%;
- }
- .section-yrzh .section1-wwbox .title2 {
- z-index: 2;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: url(https://vr.njmuseum.com/img/yrzh/section1-title.webp) no-repeat center/contain;
- }
- .section-yrzh .txt {
- text-align: center;
- }
- .section-yrzh .txt1 {
- font-size: 2rem;
- color: #ebeae3;
- margin-bottom: 1rem;
- letter-spacing: 0.2rem;
- }
- .section-yrzh .txt2 {
- font-size: 1.5rem;
- color: #d09d68;
- }
- .section-yrzh .txt3 {
- font-size: 0.75rem;
- color: #d09d68;
- letter-spacing: 0.015rem;
- }
- .section-yrzh.active .section-yrzhlogo,
- .section-yrzh.active .title1,
- .section-yrzh.active .txt1,
- .section-yrzh.active .txt2,
- .section-yrzh.active .txt3, .section-yrzh.down .section-yrzhlogo,
- .section-yrzh.down .title1,
- .section-yrzh.down .txt1,
- .section-yrzh.down .txt2,
- .section-yrzh.down .txt3, .section-yrzh.up .section-yrzhlogo,
- .section-yrzh.up .title1,
- .section-yrzh.up .txt1,
- .section-yrzh.up .txt2,
- .section-yrzh.up .txt3 {
- -webkit-animation: section1-fadeInUp 0.8s 0.5s forwards;
- animation: section1-fadeInUp 0.8s 0.5s forwards;
- }
- .section-yrzh.active .point, .section-yrzh.down .point, .section-yrzh.up .point {
- -webkit-animation: section1-fadeInUp 0.8s 1.2s forwards;
- animation: section1-fadeInUp 0.8s 1.2s forwards;
- }
- .section-yrzh.active .ewmbox, .section-yrzh.down .ewmbox, .section-yrzh.up .ewmbox {
- visibility: visible;
- opacity: 1;
- }
- .section-yrzh.active .section1-wwbox img, .section-yrzh.down .section1-wwbox img, .section-yrzh.up .section1-wwbox img {
- -webkit-animation: section1-fadeInUp-little 1.5s 0.8s forwards;
- animation: section1-fadeInUp-little 1.5s 0.8s forwards;
- }
- .section-yrzh.active .section1-wwbox .title2, .section-yrzh.down .section1-wwbox .title2, .section-yrzh.up .section1-wwbox .title2 {
- -webkit-animation: section1-fadeIn 1.2s 1s forwards;
- animation: section1-fadeIn 1.2s 1s forwards;
- }
- .section-yrzh.active .title1, .section-yrzh.down .title1, .section-yrzh.up .title1 {
- -webkit-animation-delay: 0.6s;
- animation-delay: 0.6s;
- }
- .section-yrzh.active .txt1, .section-yrzh.down .txt1, .section-yrzh.up .txt1 {
- -webkit-animation-delay: 0.9s;
- animation-delay: 0.9s;
- }
- .section-yrzh.active .txt2, .section-yrzh.down .txt2, .section-yrzh.up .txt2 {
- -webkit-animation-delay: 1s;
- animation-delay: 1s;
- }
- .section-yrzh.active .txt3, .section-yrzh.down .txt3, .section-yrzh.up .txt3 {
- -webkit-animation-delay: 1.1s;
- animation-delay: 1.1s;
- }
- @-webkit-keyframes section1-fadeIn {
- 0% {
- opacity: 0.5;
- }
- to {
- opacity: 1;
- }
- }
- @keyframes section1-fadeIn {
- 0% {
- opacity: 0.5;
- }
- to {
- opacity: 1;
- }
- }
- @-webkit-keyframes section1-fadeInUp-little {
- 0% {
- opacity: 0.1;
- -webkit-transform: translateY(3%);
- transform: translateY(3%);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- }
- @keyframes section1-fadeInUp-little {
- 0% {
- opacity: 0.1;
- -webkit-transform: translateY(3%);
- transform: translateY(3%);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- }
- @-webkit-keyframes section1-fadeInUp {
- 0% {
- opacity: 0.5;
- -webkit-transform: translateY(10%);
- transform: translateY(10%);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- }
- @keyframes section1-fadeInUp {
- 0% {
- opacity: 0.5;
- -webkit-transform: translateY(10%);
- transform: translateY(10%);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- }
- @-webkit-keyframes section1-fadeInDown {
- 0% {
- opacity: 0.5;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(10%);
- transform: translateY(10%);
- }
- }
- @keyframes section1-fadeInDown {
- 0% {
- opacity: 0.5;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- to {
- opacity: 1;
- -webkit-transform: translateY(10%);
- transform: translateY(10%);
- }
- }
- #fp-nav {
- position: fixed;
- z-index: 100;
- top: 50%;
- opacity: 1;
- left: 1.5rem;
- width: 2rem;
- display: none;
- margin: 0 !important;
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- }
- #fp-nav ul li {
- position: relative;
- width: 2rem;
- height: 2rem;
- margin: 1.25rem 0;
- }
- #fp-nav ul li a.active span {
- background: none;
- background: url(https://vr.njmuseum.com/img/navicon-active.png) no-repeat center/contain;
- }
- #fp-nav ul li:after {
- content: "";
- position: absolute;
- bottom: -1.25rem;
- left: 50%;
- width: 100%;
- margin-left: -1rem;
- height: 1.25rem;
- background: url(https://vr.njmuseum.com/img/nav-bg.png) no-repeat center/auto 100%;
- }
- #fp-nav ul li:last-child:after {
- display: none;
- }
- #fp-nav span {
- position: absolute;
- border: 0;
- background: url(https://vr.njmuseum.com/img/navicon.png) no-repeat center/contain;
- width: 2rem;
- height: 2rem;
- top: 0;
- left: 0;
- -webkit-transition: all 0.1s ease-in-out;
- transition: all 0.1s ease-in-out;
- }
- .fp-slides {
- z-index: 1;
- height: 100%;
- overflow: hidden;
- position: relative;
- -webkit-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- }
- .fp-slides .fp-slide,
- .fp-slides .fp-slidesContainer {
- height: 100%;
- display: block;
- float: left;
- position: relative;
- }
- .fp-completely {
- position: relative;
- z-index: 2;
- }
- .nextbox {
- z-index: 1;
- position: absolute;
- bottom: 16px;
- left: 50%;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- }
- .nextbox .addbox {
- position: absolute;
- border-top-right-radius: 40px;
- border-bottom-right-radius: 40px;
- background: url(https://vr.njmuseum.com/img/addboxbg.png) no-repeat center right/100% 100%;
- width: 66px;
- height: 40px;
- top: 50%;
- left: 62%;
- margin-top: -20px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .nextbox .addbox .add {
- background-color: #ba8746;
- width: 22px;
- height: 22px;
- border-radius: 50%;
- position: absolute;
- right: 13px;
- top: 50%;
- margin-top: -11px;
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- cursor: pointer;
- }
- .nextbox .addbox .add i {
- position: absolute;
- top: 50%;
- left: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 12px;
- height: 12px;
- }
- .nextbox .addbox .add i:before {
- content: "";
- position: absolute;
- top: 50%;
- left: 0;
- width: 12px;
- height: 1px;
- background-color: #000;
- border-radius: 2px;
- margin-top: -1px;
- }
- .nextbox .addbox .add i:after {
- content: "";
- position: absolute;
- top: 0;
- left: 50%;
- width: 1px;
- height: 12px;
- background-color: #000;
- border-radius: 2px;
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- -webkit-transition: all 0.3s;
- transition: all 0.3s;
- }
- .nextbox .addbox .add.close i:after {
- -webkit-transform: rotate(90deg) translateX(-50%);
- transform: rotate(90deg) translateX(-50%);
- }
- .nextbox .addbox .add:hover {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- .nextbox .addbox:hover {
- background-image: url(https://vr.njmuseum.com/img/addboxbg-active.png);
- }
- .nextbox .next {
- width: 75px;
- height: 75px;
- -webkit-transition: all 0.4s;
- transition: all 0.4s;
- }
- .nextbox .next .bg2,
- .nextbox .next .bg3,
- .nextbox .next .bg4 {
- position: absolute;
- width: 100%;
- height: 100%;
- background: no-repeat center/contain;
- left: 0;
- border-radius: 50%;
- }
- .nextbox .next .bg1 {
- position: absolute;
- z-index: 4;
- background-color: rgba(0, 0, 0, 0.7);
- width: 50px;
- height: 50px;
- top: 50%;
- left: 50%;
- margin-left: -25px;
- margin-top: -25px;
- border-radius: 50%;
- -webkit-animation: arrowAnim steps(5, end) 1.5s infinite;
- animation: arrowAnim steps(5, end) 1.5s infinite;
- background-image: url("https://vr.njmuseum.com/img/webp/arrow_anim.webp");
- background-size: auto 100% !important;
- }
- @-webkit-keyframes arrowAnim {
- 100% {
- background-position: -250px 0;
- }
- }
- @keyframes arrowAnim {
- 100% {
- background-position: -250px 0;
- }
- }
- .nextbox .next .bg2 {
- z-index: 3;
- background-image: url(https://vr.njmuseum.com/img/webp/shang-bg2.webp);
- }
- .nextbox .next .bg3 {
- z-index: 2;
- background-image: url(https://vr.njmuseum.com/img/webp/shang-bg3.webp);
- }
- .nextbox .next .bg4 {
- height: 64%;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- width: 64%;
- z-index: 6;
- background-image: url(https://vr.njmuseum.com/img/webp/shang-bg4.webp);
- pointer-events: none;
- }
- .nextbox .next .bg2,
- .nextbox .next .bg3 {
- -webkit-animation: bgmoves 1s linear infinite;
- animation: bgmoves 1s linear infinite;
- }
- @-webkit-keyframes bgmoves {
- 0% {
- opacity: 0.8;
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- 100% {
- opacity: 0.8;
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- }
- }
- @keyframes bgmoves {
- 0% {
- opacity: 0.8;
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- }
- 50% {
- opacity: 1;
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- 100% {
- opacity: 0.8;
- -webkit-transform: scale(0.95);
- transform: scale(0.95);
- }
- }
- .nextbox .next .ringCanvas {
- display: block;
- left: 0;
- left: 50%;
- margin: 0 auto;
- position: absolute;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- z-index: 5;
- cursor: pointer;
- }
- .wwkicon {
- background: url(https://vr.njmuseum.com/img/webp/wwkicon.webp) no-repeat center/24px;
- position: absolute;
- z-index: 1;
- left: 50%;
- bottom: 16px;
- width: 40px;
- height: 40px;
- cursor: pointer;
- -webkit-transition: -webkit-transform 0.5s;
- transition: -webkit-transform 0.5s;
- transition: transform 0.5s;
- transition: transform 0.5s, -webkit-transform 0.5s;
- margin-left: -80px;
- }
- .wwkicon:hover {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- .indexgohome {
- position: absolute;
- left: 50%;
- bottom: 17px;
- width: 40px;
- height: 40px;
- background: url(https://vr.njmuseum.com/img/webp/gohome.webp) no-repeat center/26px;
- z-index: 1;
- cursor: pointer;
- margin-left: -120px;
- -webkit-transition: -webkit-transform 0.5s;
- transition: -webkit-transform 0.5s;
- transition: transform 0.5s;
- transition: transform 0.5s, -webkit-transform 0.5s;
- display: none;
- }
- .indexgohome:hover {
- -webkit-transform: scale(1.1);
- transform: scale(1.1);
- }
- .pcbody .loadbox {
- display: none;
- }
- .pcbody .menuicon {
- top: 2.5rem;
- }
- .pcbody .scroll-icon {
- z-index: 1;
- position: absolute;
- bottom: 1.5rem;
- left: 50%;
- margin-left: -0.9rem;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- height: 3rem;
- width: 1.9rem;
- font-size: 22px;
- color: rgba(255, 255, 255, 0.5);
- border-radius: 2em;
- border: solid 2px;
- -webkit-transition: 0.4s;
- transition: 0.4s;
- cursor: pointer;
- }
- .pcbody .scroll-icon:hover {
- background-color: rgba(255, 255, 255, 0.05);
- color: #fff;
- }
- .pcbody .scroll-icon::after {
- content: "";
- width: 0.3rem;
- height: 0.3rem;
- background-color: #fff;
- border-radius: 50%;
- -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
- animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
- }
- @-webkit-keyframes scroll-icon {
- 0% {
- -webkit-transform: translateY(-12px);
- transform: translateY(-12px);
- opacity: 0;
- }
- 30%, 70% {
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateY(12px);
- transform: translateY(12px);
- opacity: 0;
- }
- }
- @keyframes scroll-icon {
- 0% {
- -webkit-transform: translateY(-12px);
- transform: translateY(-12px);
- opacity: 0;
- }
- 30%, 70% {
- opacity: 1;
- }
- 100% {
- -webkit-transform: translateY(12px);
- transform: translateY(12px);
- opacity: 0;
- }
- }
- .wapbody .loadbox {
- z-index: 10;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- display: none;
- }
- .wapbody .loadbox img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-animation: imgbigger 5s linear forwards;
- animation: imgbigger 5s linear forwards;
- }
- @-webkit-keyframes imgbigger {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 100% {
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- }
- @keyframes imgbigger {
- 0% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- 100% {
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- }
- .wapbody .loadbox .skip {
- position: absolute;
- right: 2rem;
- top: 2rem;
- padding: 0.6rem 1.2rem;
- font-size: 1.2rem;
- color: #fff;
- background-color: rgba(0, 0, 0, 0.5);
- border-radius: 0.5rem;
- font-family: "HeiTi";
- }
- .wapbody .scroll-icon {
- position: fixed;
- z-index: 1;
- bottom: 0;
- left: 50%;
- margin-left: -5rem;
- width: 10rem;
- background: url(https://vr.njmuseum.com/img/scroll.gif) no-repeat center bottom/auto 6rem;
- height: 11rem;
- }
- .wapbody .allbg video {
- -o-object-fit: cover;
- object-fit: cover;
- }
|