123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808 |
- @charset "UTF-8";
- /**
- *
- * @authors Your Name (you@example.org)
- * @date 2017-07-04 14:35:58
- * @version $Id$
- */
- @font-face {
- font-family: 'newFont';
- src: url('/static/css/HYJKJ.ttf') format('truetype');
- }
- * {
- margin: 0;
- padding: 0;
- font-family: "PingFang SC", "STXihei", "Microsoft YaHei";
- }
- html {
- font-size: 625%;
- }
- body {
- width: 100%;
- background-color: #202020;
- }
- #fp-nav.right {
- z-index: 1;
- right: 0.8rem;
- }
- .m-header > .nav-wrap {
- z-index: 3;
- }
- .nav-shop {
- position: relative;
- }
- .nav-shop img{
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- margin: auto;
- }
- .preview-thumb-fixed {
- position: absolute;
- top: 0;
- right: 0;
- width: 2.26rem;
- right: -1.8rem;
- height: 100vh;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A6%96%E9%A1%B5/preview_mk_bg.jpg');
- background-size: 100% 100%;
- -webkit-transition: right 0.5s cubic-bezier(0,0,.2,1);
- transition: right 0.5s cubic-bezier(0,0,.2,1);
- z-index: 2;
- }
- .preview-thumb-fixed::before {
- z-index: 0;
- display: inline-block;
- content: '';
- width: 0;
- height: 0;
- border: 10px solid #fff;
- border-color: transparent #fff transparent transparent;
- position: absolute;
- top: 50%;
- left: 5px;
- margin-top: -10px;
- }
- .preview-thumb-fixed:hover {
- right: 0;
- }
- .preview-thumb-fixed:hover::before {
- opacity: 0;
- }
- .preview-thumb-fixed:hover .preview-thumb-wrap {
- opacity: 1;
- }
- .preview-thumb-wrap {
- opacity: 0;
- position: absolute;
- width: 2.26rem;
- text-align: center;
- }
- .preview-thumb {
- z-index: 3;
- display: block;
- height: 13.6vh;
- position: relative;
- font-size: 0.16rem;
- text-align: center;
- }
- .preview-thumb-wrap .current {
- background-color: rgba(222,222,222,0.3);
- }
- .preview-thumb:hover {
- background-color: transparent;
- }
- .preview-current-icon {
- width: 3.8rem;
- height: 11vh;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A6%96%E9%A1%B5/preview_thumb_current.png') no-repeat center center;
- background-size: 100% 100%;
- -webkit-transform: translate(100%, -50%);
- transform: translate(100%, -50%);
- -webkit-transition: -webkit-transform 0.3s ease-out;
- transition: -webkit-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
- position: absolute;
- top: 50%;
- right: 0;
- z-index: 2;
- }
- .preview-current-icon::before {
- font-color: #0c0c0c;
- display: inline-block;
- position: absolute;
- top: 75%;
- right: 0.66rem;
- font-size: 12px;
- -webkit-transform: translate(50%, -50%);
- transform: translate(50%, -50%);
- }
- .preview-thumb:nth-child(1) .preview-current-icon {
- top: 63%;
- }
- .preview-thumb > img {
- width: auto;
- height: 6vh;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- -webkit-transform: translate(-50%, -50%);
- -webkit-transition: -webkit-transform 0.6s ease-out;
- -webkit-transition: -webkit-transform 0.6s;
- transition: -webkit-transform 0.6s;
- transition: transform 0.6s;
- transition: transform 0.6s, -webkit-transform 0.6s;
- -webkit-transform-origin: 50% 0;
- transform-origin: 50% 0;
- z-index: 3;
- }
- .preview-thumb:nth-child(1) {
- height: 18.4vh;
- background-size: 100% 56%;
- background-position: 2.26rem 80%;
- }
- .preview-thumb:nth-child(1) > img {
- top: 60%;
- }
- .preview-thumb-name {
- color: #f2e7ce;
- font-weight: 200;
- position: absolute;
- right: 50%;
- bottom: 1vh;
- -webkit-transform: translateX(50%);
- transform: translateX(50%);
- pointer-events: none;
- width: 100%;
- }
- .preview-thumb-ro {
- font-size: 0.24rem;
- color: #f2e7ce;
- position: absolute;
- left: 50%;
- top: 40%;
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- pointer-events: none;
- white-space: nowrap;
- z-index: 1;
- }
- .preview-thumb:nth-child(1) .preview-thumb-ro {
- top: 55%;
- }
- .preview-thumb-sub-fixed {
- width: 1.6rem;
- height: 100%;
- background-color: rgba(19,19,19,0.65);
- position: absolute;
- //right: 1.8rem;
- right: -1.6rem;
- // display: none;
- -webkit-transition: right 0.3s ease-out;
- transition: right 0.3s ease-out;
- }
- .preview-thumb-sub {
- width: 1.6rem;
- height: 700%;
- position: absolute;
- right: 1.8rem;
- visibility: hidden;
- opacity: 0;
- -webkit-transition: opacity 0.3s ease-out 0.3s;
- transition: opacity 0.3s ease-out 0.3s;
- z-index: 3;
- }
- .preview-thumb:nth-child(1) .preview-thumb-sub {
- top: 2.8vh;
- }
- .preview-thumb-subitem {
- position: relative;
- width: 100%;
- height: 13.6vh;
- }
- .preview-thumb-subitem > img {
- z-index: 2;
- width: auto;
- height: 7vh;
- position: absolute;
- top: 42%;
- left: 50%;
- -webkit-transform-origin: 0 0;
- transform-origin: 0 0;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- -webkit-transition: -webkit-transform 0.3s ease-out;
- transition: transform 0.3s ease-out;
- }
- .preview-thumb-subitem > img:hover {
- -webkit-transform: scale(2) translate(-50%, -50%);
- transform: scale(2) translate(-50%, -50%);
- }
- .preview-thumb:nth-child(1) .preview-thumb-sub img{
- top: 58%;
- }
- .preview-thumb-subname {
- color: #f2e7ce;
- font-weight: 200;
- position: absolute;
- top: 78%;
- left: 50%;
- white-space: nowrap;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .preview-thumb:nth-child(1) .preview-thumb-subname {
- top: 94%;
- }
- .preview-thumb .sub-current img {
- -webkit-transform: scale(2) translate(-50%, -50%);
- transform: scale(2) translate(-50%, -50%);
- }
- .preview-thumb .sub-current > .preview-thumb-subname {
- top: 110%;
- }
- .preview-thumb:nth-child(1) .sub-current > .preview-thumb-subname {
- top: 126%;
- }
- .scroll-wrap {
- width: 100%;
- position: relative;
- }
- .scroll-item {
- position: relative;
- width: 100%;
- height: 100vh;
- }
- .scroll-inner {
- width: 100%;
- height: 100vh;
- position: relative;
- background-position: center center;
- background-size: cover;
- }
- .scroll-inner .scroll-text {
- width: 100%;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- text-align: center;
- }
- .scroll-text-subtitle {
- // font-family: 'newFont', 'Microsoft Yahei', 'STHeiti';
- // font-family: 'Microsoft Yahei', 'STHeiti';
- font-size: 0.84rem;
- letter-spacing: 20px;
- color: #f2e7ce;
- margin: 0.2rem 1rem;
- font-weight: 800;
- }
- .scroll-text-title {
- // font-family: 'Microsoft Yahei', 'STHeiti';
- // font-family: 'newFont', 'Microsoft Yahei', 'STHeiti';
- font-size: 0.72rem;
- color: #f2e7ce;
- margin: 0 1rem;
- font-weight: 800;
- }
- .scroll-text-content {
- font-size: 0.18rem;
- color: #f2e7ce;
- line-height: 0.4rem;
- margin: 0.2rem 20% 0 20%;
- font-weight: 300;
- }
- .scroll-text p{
- opacity: 0;
- transform: translateY(0.5rem);
- -webkit-transform: translateY(0.5rem);
- }
- .scroll-text-title, .scroll-text-subtitle {
- transition: all 0.7s cubic-bezier(0,0,.2,1);
- -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1);
- }
- .scroll-text-content {
- transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;
- -webkit-transition: all 0.7s cubic-bezier(0,0,.2,1) 0.1s;
- }
- .fp-completely .scroll-text p{
- opacity: 1;
- transform: translateY(0);
- -webkit-transform: translateY(0);
- }
- #fp-nav > ul > li > a > span {
- background-color: #fff;
- }
- .btn-buynow {
- width: 2.25rem;
- height: 0.62rem;
- position: absolute;
- left: 50%;
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- cursor: pointer;
- border-radius: 0.38rem;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A6%96%E9%A1%B5/preview_btn_02.png') no-repeat center center;
- background-size: contain;
- }
- // .btn-inner {
- // width: 2.25rem;
- // height: 0.62rem;
- // position: absolute;
- // left: 50%;
- // -webkit-transform: translate(-50%,-50%);
- // transform: translate(-50%,-50%);
- // cursor: pointer;
- // border-radius: 0.38rem;
- // background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A6%96%E9%A1%B5/preview_btn_01.png') no-repeat center center;
- // background-size: contain;
- // }
- .btn-inner {
- width: 100%;
- height: 1.5rem;
- position: absolute;
- top: 100vh;
- // background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E9%A6%96%E9%A1%B5/btn_inner.png') no-repeat center center;
- // background-size: contain;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/btn_inner.jpg') center center;
- background-size: 100% auto;
- text-align: center;
- padding: 0.5rem 0;
- cursor: pointer;
- z-index: 1;
- box-shadow: 0 0 10px 5px #000 inset;
- -webkit-transition: background-size 1s ease;
- transition: background-size 1s ease;
- }
- .btn-inner-title {
- font-size: 0.18rem;
- line-height: 0.5rem;
- color: #aaa;
- }
- .btn-inner-subtitle {
- font-size: 0.3rem;
- line-height: 0.5rem;
- color: #dab379;
- }
- .btn-inner:hover {
- position: absolute;
- top: calc(100vh - 0.75rem);
- background-size: 120% auto;
- box-shadow: 0 0 10px 5px #000;
- padding: 1.25rem 0;
- }
- .btn-inner:hover .btn-inner-subtitle {
- font-size: 0.32rem;
- font-weight: 600;
- color: #fff;
- }
- .btn-outer {
- width: 2.25rem;
- height: 0.62rem;
- position: absolute;
- left: 50%;
- -webkit-transform: translate(-50%,-50%);
- transform: translate(-50%,-50%);
- cursor: pointer;
- border-radius: 0.38rem;
- background: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/outer_btn.png') no-repeat center center;
- background-size: contain;
- }
- .btn-innerlast {
- top: 86%;
- }
- .btn-first {
- top: 92%;
- }
- .btn-last {
- top: 91%;
- margin-top: -375px;
- }
- .btn-left {
- margin-left: -1.8rem;
- }
- .btn-right {
- margin-left: 1.8rem;
- }
- .video-wrap {
- position: absolute;
- left: 1.1rem;
- bottom: 0.8rem;
- font-size: 0;
- }
- .video-title {
- font-size: 0.28rem;
- color: #fffde8;
- margin: 5px;
- }
- .video-tv {
- margin: 15px 0;
- cursor: pointer;
- }
- .video-tv img:hover {
- opacity: 0.6;
- }
- .video-text {
- font-size: 12px;
- color: #fffde8;
- margin: 5px;
- line-height: 20px;
- }
- .inner-wrap .scroll-item:nth-child(1) .scroll-inner .scroll-text {
- top: 20%;
- }
- .inner-wrap .scroll-item:nth-child(2) .scroll-inner .scroll-text {
- top: 14%;
- }
- .inner-wrap .scroll-item:nth-child(3) .scroll-inner .scroll-text {
- top: 18%;
- }
- .inner-wrap .scroll-item:nth-child(4) .scroll-inner .scroll-text {
- top: 22%;
- }
- .inner-wrap .scroll-item:nth-child(5) .scroll-inner .scroll-text {
- top: 20%;
- }
- .inner-wrap .scroll-item:nth-child(1) .scroll-text-title {
- font-size: 0.94rem;
- }
- .inner-wrap .scroll-item:nth-child(1) .scroll-text-content {
- font-size: 0.3rem;
- letter-spacing: 1px;
- }
- .video-layer {
- display: none;
- width: 100%;
- height: 100vh;
- background-color: rgba(0,0,0,0.8);
- text-align: center;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 101;
- }
- .btn-videoplay {
- background-image: url('http://airsmart-web.oss-cn-shanghai.aliyuncs.com/upload/images/%E5%85%B1%E9%80%9A/btn-play.png');
- background-size: contain;
- width: 96px;
- height: 96px;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- cursor: pointer;
- }
- .video-layer video {
- width: 80%;
- height: auto;
- position: absolute;
- left: 50%;
- top: 50%;
- -webkit-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .btn-close {
- font-size: 0.72rem;
- position: absolute;
- top: 0.4rem;
- right: 0.4rem;
- color: #fff;
- text-align: center;
- -webkit-transform: rotate(45deg);
- transform: rotate(45deg);
- cursor: pointer;
- }
- .mb-scroll-hint {
- display: none;
- }
- .mb-black-top {
- display: none;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 1rem;
- background-color: rgb(17,17,17);
- }
- .mb-scroll-text {
- display: none;
- }
- .bg-alpha-layer {
- display: none;
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0,0,0,0.5);
- pointer-events: none;
- z-index: 0;
- }
- .scroll-video {
- overflow: hidden;
- }
- .scroll-video #scrollVideo{
- width: 100%;
- height: auto;
- position: absolute;
- top: 50%;
- left: 50%;
- // right: 0;
- // bottom: 0;
- // margin: auto;
- -webkit-transform: translate(-50%, -50%);
- -ms-transform: translate(-50%, -50%);
- transform: translate(-50%, -50%);
- }
- .scroll-video .scroll-video-title {
- font-size: 0.6rem;
- color: #fff;
- text-align: center;
- position: absolute;
- top: 32%;
- width: 100%;
- }
- @media (min-width: 959px) {
- html {
- font-size: 325%;
- }
- .scroll-text-content {
- font-size: 14px;
- }
- }
- @media (min-width: 1279px) {
- html {
- font-size: 425%;
- }
- .scroll-text-content {
- font-size: 16px;
- }
- }
- @media (min-width: 1599px) {
- html {
- font-size: 525%;
- }
- .scroll-text-content {
- font-size: 16px;
- }
- }
- @media (min-width: 1919px) {
- html {
- font-size: 625%;
- }
- }
- .ani-bgscale-x {
- -webkit-animation: bgscale-x 2s cubic-bezier(0,0,.2,1);
- animation: bgscale-x 2s cubic-bezier(0,0,.2,1);
- }
- .ani-bgscale-y {
- -webkit-animation: bgscale-y 2s cubic-bezier(0,0,.2,1);
- animation: bgscale-y 2s cubic-bezier(0,0,.2,1);
- }
- @-webkit-keyframes bgscale-x {
- 0% {
- -webkit-background-size: 115% auto;
- background-size: 115% auto;
- }
- 100% {
- -webkit-background-size: 115% auto;
- background-size: 100% auto;
- }
- }
- @keyframes bgscale-x {
- 0% {
- -webkit-background-size: 115% auto;
- background-size: 115% auto;
- }
- 100% {
- -webkit-background-size: 115% auto;
- background-size: 100% auto;
- }
- }
- @-webkit-keyframes bgscale-y {
- 0% {
- -webkit-background-size: auto 115%;
- background-size: auto 115%;
- }
- 100% {
- -webkit-background-size: auto 100%;
- background-size: auto 100%;
- }
- }
- @keyframes bgscale-y {
- 0% {
- -webkit-background-size: auto 115%;
- background-size: auto 115%;
- opacity: 0.3;
- }
- 100% {
- -webkit-background-size: auto 100%;
- background-size: auto 100%;
- opacity: 1;
- }
- }
- @media (max-device-width: 1081px) {
- html {
- font-size: 585%;
- }
- .video-wrap {
- display: none;
- }
- .scroll-text-title {
- margin: 0.2rem 0;
- font-size: 0.4rem;
- }
- .scroll-text-subtitle {
- margin: 0;
- font-size: 0.5rem;
- letter-spacing: 2px;
- }
- .scroll-text-content {
- margin: 0 0.4rem;
- font-size: 0.18rem;
- letter-spacing: 0;
- line-height: 0.26rem;
- text-align: center;
- }
- .btn-first {
- top: 92vh;
- margin-top: -0.31rem;
- }
- .btn-last {
- // top: 94%;
- top: 92vh;
- margin-top: 0;
- }
- #fp-nav {
- display: none;
- }
- .preview-thumb-fixed {
- display: none;
- }
- .effect-layer {
- display: none;
- }
- .mb-scroll-hint {
- display: block;
- position: absolute;
- bottom: 0.12rem;
- left: 50%;
- margin-left: -0.2rem;
- -webkit-animation: mb-hint-move 1s linear infinite;
- animation: mb-hint-move 1s linear infinite;
- }
- .mb-scroll-hint img {
- width: 0.4rem;
- height: auto;
- }
- @keyframes mb-hint-move {
- 0% {
- bottom: 0;
- }
- 50% {
- bottom: 10px;
- }
- 100% {
- bottom: 0;
- }
- }
- @-webkit-keyframes mb-hint-move {
- 0% {
- bottom: 0;
- }
- 50% {
- bottom: 10px;
- }
- 100% {
- bottom: 0;
- }
- }
- .ani-bgscale-x {
- -webkit-animation: none;
- animation: none;
- }
- .ani-bgscale-y {
- -webkit-animation: none;
- animation: none;
- }
- .mb-black-top {
- display: block;
- }
- // .mb-scroll-text {
- // display: block;
- // }
- // .pc-scroll-text {
- // display: none;
- // }
- .inner-wrap .pc-scroll-text {
- display: none;
- }
- .inner-wrap .mb-scroll-text {
- display: block;
- }
- .outer-wrap .mb-scroll-text {
- display: block;
- }
- .outer-wrap .pc-scroll-text {
- display: none;
- }
- }
- @media (max-device-width: 720px) {
- html {
- font-size: 465%;
- }
- }
- @media (max-device-width: 660px) {
- html {
- font-size: 445%;
- }
- }
- @media (max-device-width: 600px) {
- html {
- font-size: 425%;
- }
- }
- @media (max-device-width: 540px) {
- html {
- font-size: 405%;
- }
- }
- @media (max-device-width: 480px) {
- html {
- font-size: 385%;
- }
- }
- @media (max-device-width: 420px) {
- html {
- font-size: 365%;
- }
- }
- @media (max-device-width: 360px) {
- html {
- font-size: 345%;
- }
- }
- @media (max-device-width: 240px) {
- html {
- font-size: 305%;
- }
- }
|