@charset "UTF-8";
:root {
    --black-text-shadow: #fff 0 0 1px, #fff 1px 0, #fff -1px 0 0, #fff 0 -1px 0!important;
    --text-color: #888;
}
#toastMessage{
    z-index:100000 !important;
}


@media screen and (min-width: 768px){
    .topNavMaxScreen.J_display3d_navi{
        background: rgba(0,0,0,0);
    }
}
.hide {
    display: none
}

* {
    margin: 0;
    padding: 0
}

br {
    color: transparent
}

svg:not(:root) {
    overflow: visible;
    width: 100%;
    height: 100%
}

svg {
    visibility: visible!important
}

canvas {
    display: block
}

body {
    position: relative;
    overflow: hidden
}

ul {
    list-style-type: none
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

#view-wrapper {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    visibility: visible;
    background-color: #fff;
    /* background: -webkit-radial-gradient(circle, #51638e -4%, #000 40%);
    background: radial-gradient(circle, #51638e -4%, #000 40%); */
}

#view-wrapper .view-content {
    background-color: transparent
}

@font-face {
    font-family: FZLanTingHeiS-EL-GB;
    src: url(HYQiHei-50S-02.eot);
    src: url(HYQiHei-50S-02.eot?#ie-fixed) format("embedded-opentype"), url(HYQiHei-50S-02.woff2) format("woff2"), url(HYQiHei-50S-02.woff) format("woff"), url(HYQiHei-50S-02.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: FZLanTingHeiS-DB-GB;
    src: url(HYQiHei-60S-02.eot);
    src: url(HYQiHei-60S-02.eot?#ie-fixed) format("embedded-opentype"), url(HYQiHei-60S-02.woff2) format("woff2"), url(HYQiHei-60S-02.woff) format("woff"), url(HYQiHei-60S-02.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: FZLTZHUNHK;
    src: url(HYQiHei-NAV.eot);
    src: url(HYQiHei-NAV.eot?#ie-fixed) format("embedded-opentype"), url(HYQiHei-NAV.woff2) format("woff2"), url(HYQiHei-NAV.woff) format("woff"), url(HYQiHei-NAV.ttf) format("truetype");
    font-style: normal;
    font-weight: 200
}

.view-error {
    display: none;
    width: 80%;
    text-align: center;
    margin: auto;
    line-height: 1.5;
    margin-top: 15px;
    font-size: 18px;
}

.view-error.display {
    display: block;
    opacity: 1;
    top: 0;
}

.view-error .error-content {
    position: absolute;
    width: 300px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -150px;
    text-align: center
}

.view-error .error-content p {
    font-size: 16px;
    line-height: 1.5em
}

.view-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    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;
    background: #fff;
    z-index: 998;
    top: 0;
    left: 0;
    z-index: 101;
}

.view-loading .box {
    width: 300px;
    height: 200px;
    position: relative
}

.view-loading .load-text {
    font-size: 16px;
    position: absolute;
    left: 70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center
}

.view-loading .load-text br {
    display: none
}

.view-loading .lading-logo {
    text-align: center
}

.view-loading .logo-svg, .toast .logo-svg {
    position: relative;
    display: block;
    width: 150px;
    height: 40px;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
}

.view-loading .logo-svg svg {
    position: absolute;
    width: 100%;
    height: auto
}

.toast .logo-svg svg {
    position: absolute;
    left: 0;
}

.view-loading .progress-bar {
    position: relative;
    display: block;
    margin-top: 20px;
    width: 120px;
    height: 8px;
    left: 50%;
    margin-left: -60px;
    border-radius: 4px;
    background-color: #f5f5f5;
    overflow: hidden;
    -webkit-box-shadow: #ccc 0 0 3px inset;
    box-shadow: #ccc 0 0 3px inset
}

.view-loading div p {
    position: relative;
    display: block;
    width: 100%;
    height: 14px;
    line-height: 14px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 18px;
    font-size: 16px;
}

.view-loading .progress-bar .progress-inner {
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 4px;
    background-color: #456fff
}

.view-tip div {
    width: 60%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 22%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-height:1080px) {
    .view-tip div {
        width: 700px
    }
}

.view-tip div .title {
    font-family: languageFont,PermianSansTypeface;
    line-height: 1.6;
    font-size: 64px;
    margin-bottom: 22px;
    text-align: center
}

@media screen and (max-height:1920px) {
    .view-tip div .title {
        font-size: 46px;
        margin-bottom: 16px
    }
}

@media screen and (max-height:1080px) {
    .view-tip div .title {
        font-size: 32px;
        margin-bottom: 5px
    }
}

.view-tip div .content {
    font-family: languageFont,PermianSansTypeface;
    line-height: 1.6;
    text-align: center;
    font-size: 31px
}

@media screen and (max-height:1920px) {
    .view-tip div .content {
        font-size: 22px
    }
}

@media screen and (max-height:1080px) {
    .view-tip div .content {
        font-size: 15px
    }
}

.view-tip .active {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1), margin-top .3s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.2, 0, .2, 1), margin-top .3s cubic-bezier(.2, 0, .2, 1)
}

.hide {
    display: none
}

.view-actions {
    position: absolute;
    left: 5%;
    bottom: 50%;
    z-index: 88;
    transform: translateY(50%);
    transition: all 1s ease-out;
}

.view-actions .view-modes {
    position: relative;
    width: 160px;
    height: 80px
}

.view-actions .view-modes .mode-list {
    position: absolute;
    width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 200;
    margin-left: 10px;
}

.view-actions .view-modes .mode-list .mode-item {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
    cursor: pointer;
    height: 20px;
    color: #666;
}

.view-actions .view-modes .mode-list .mode-item p {
    font-size: 20px;
    line-height: 20px;
    height: 1em;
    font-family: languageFont,PermianSansTypeface;
    white-space: nowrap;
    /* text-shadow:var(--black-text-shadow) */
}

.view-actions .view-modes .mode-list .mode-item.current {
    color: #000
}

.view-actions .view-modes .mode-line {
    position: absolute;
    width: 2px;
    height: 64px;
    left: 0;
    top: 50%;
    margin-top: -32px;
    background: #e0e0e0;;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px
}

.view-actions .view-modes .mode-line .mode-current-line {
    width: 4px;
    height: 30px;
    margin-left: -1px;
    background: #456fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    transition: transform .2s ease-in-out;
}

.view-functions {
    position: fixed;
    width: 100%;
    height: 170px;
    bottom: 0;
    z-index: 9;
    background: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    display: none
}

.view-functions .functions-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%
}

.view-icon {
    font-size: 16px
}

.view-icon .rotate {
    position: absolute;
    right: 23%;
    top: 38%
}

@media screen and (max-height:800px) {
    .view-icon .rotate {
        top: 33%
    }
}

.view-icon .rotate #view-icon-svg1 {
    width: 48px
}

.view-icon .mouse {
    position: absolute;
    right: 23.4%;
    top: 46%;
    margin-top: 5px
}

.view-icon .mouse #view-icon-svg2 {
    height: 50px;
    width: 39px
}

.view-reset {
    position: absolute;
    font-size: 20px;
    right: -34px;
    cursor: pointer;
    width: 24px;
    height: 24px
}

.view-reset div {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.view-reset .reset-hover {
    opacity: 1
}

.view-reset svg {
    width: 24px
}

.view-reset:hover {
    color: #456fff
}

.view-reset:hover .reset-hover {
    opacity: 1
}

.hide {
    display: none
}

.view-colors {
    position: absolute;
    right: 5%;
    bottom: 50%;
    transform: translateY(50%);
}

.view-colors .color-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.view-colors .color-list .color-box1 {
    display: none
}

.view-colors .color-list .color-box1 div {
    width: 120px
}

.view-colors .color-list .color-item {
    min-width: 50px;
    width: 100%;
    height: 30px;
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 200;
}


.view-colors .color-list .color-item p {
    font-size: 20px;
    line-height: 30px;
    color: var(--text-color);
    /* text-shadow: var(--black-text-shadow); */
    font-family: languageFont,PermianSansTypeface;
}
.view-colors .color-list .color-item .color-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -35px;
    border-radius: 50%;
    filter: contrast(80%);
    -webkit-filter: contrast(80%);
    background-color: #c0c0c0;
    background-size: 100% 100%;
}

.view-colors .color-list .color-item.current .color-circle {
    filter: none !important;
    -webkit-filter: none !important;
}

.view-colors .color-list .color-item.current p {
    color: #000
}

.view-arr-left {
    z-index: 2;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 14%;
    top: 100%;
    margin-top: calc(-7vh - 25px)
}

@media screen and (max-width:1100px) {
    .view-arr-left {
        left: 7%
    }
}

.view-arr-left svg {
    width: 50px;
    position: absolute
}

.view-arr-left .arr-left-hover {
    opacity: 0
}

.view-arr-right {
    z-index: 2;
    display: none;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 14%;
    top: 100%;
    margin-top: calc(-7vh - 25px)
}

@media screen and (max-width:1100px) {
    .view-arr-right {
        right: 7%
    }
}

.view-arr-right svg {
    width: 50px;
    position: absolute
}

.view-arr-right .arr-right-hover {
    opacity: 0
}

.view-arr-left:hover .arr-left-hover {
    opacity: 1
}

.view-arr-right:hover .arr-right-hover {
    opacity: 1
}

.view-progress .view-progress-box {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 14vh;
    background-color: rgba(255, 255, 255, .69);
    background: rgba(255, 255, 255, .69);
    /* color: var(--text-color); */
    /* text-shadow: var(--black-text-shadow); */
}

.view-progress .view-progress-box ul {
    padding: 0 200px;
    height: 14vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1921px) {
    .view-progress .view-progress-box ul {
        padding-left: 400px;
        padding-right: 400px
    }
}

@media (max-width:1440px) {
    .view-progress .view-progress-box ul {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width:1200px) {
    .view-progress .view-progress-box ul {
        padding-left: 0;
        padding-right: 0;
    }
}

.view-progress .view-progress-box ul li {
    position: relative;
    flex: 1;
    height: 36px
}

@media (min-width:1921px) {
    .view-progress .view-progress-box ul li {
        width: 300px
    }
}

@media (max-width:1440px) {
    .view-progress .view-progress-box ul li {
        width: 180px
    }
}

@media (max-width:1080px) {
    .view-progress .view-progress-box ul li {
        width: 126px
    }
}


@media screen and (max-width:1100px) {
    .view-progress .view-progress-box ul li {
        width: 200px
    }
}

.view-progress .view-progress-box ul li .view-progress-li-box {
    text-align: center;
    font-size: 20px
}

.view-progress .view-progress-box ul li .view-progress-li-box strong {
    cursor: pointer;
    -webkit-transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    padding-bottom: 5px;
    font-family: languageFont,PermianSansTypeface;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
}

@media screen and (max-width:1920px) {
    .view-progress .view-progress-box ul li .view-progress-li-box strong {
        font-size: 18px
    }
}

@media screen and (max-width:1080px) {
    .view-progress .view-progress-box ul li .view-progress-li-box strong {
        font-size: 16px
    }
}

.view-progress .view-progress-box ul li .view-progress-li-box .active {
    -webkit-transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    border-bottom: 2px solid #415fff;
    opacity: 1;
    color: #fff;
}

.view-progress .view-progress-box ul li .view-progress-li-box em {
    -webkit-transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .5s cubic-bezier(.2, 0, .2, 1);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.view-progress .view-progress-box ul li .view-progress-li-box em span {
    width: 32px;
    height: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.view-progress .view-progress-box ul li .view-progress-li-box em svg {
    height: 26px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-start {
    cursor: pointer;
    display: none;
    position: absolute
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-start #progress-start-hover {
    opacity: 0
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-pause {
    cursor: pointer;
    display: none;
    position: absolute
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-pause #progress-pause-hover {
    opacity: 0
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-replay {
    display: none;
    cursor: pointer;
    position: absolute
}

.view-progress .view-progress-box ul li .view-progress-li-box em .view-progress-replay #progress-replay-hover {
    opacity: 0
}

.view-progress .view-progress-box ul li .view-progress-li-box em span:hover.view-progress-start #progress-start-hover {
    opacity: 1
}

.view-progress .view-progress-box ul li .view-progress-li-box em span:hover.view-progress-pause #progress-pause-hover {
    opacity: 1
}

.view-progress .view-progress-box ul li .view-progress-li-box em span:hover.view-progress-replay #progress-replay-hover {
    opacity: 1
}

.view-progress .view-progress-box ul li .view-progress-li-box b {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3px;
    width: 6px;
    height: 6px;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    background-color: #d8d8d8
}

.view-progress .view-progress-box ul li .view-progress-li-box .view-progress-end {
    font-weight: 400;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 6px;
    border: 1px solid #415fff;
    background-color: #415fff
}

.view-progress .view-progress-box ul li .view-progress-li-box .blue {
    border: 1px solid #415fff;
    background-color: #415fff
}

.view-progress .view-progress-box ul li .bottom-border1 {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d8d8d8
}

.view-progress .view-progress-box ul li .bottom-border2 {
    position: absolute;
    width: 50%;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #d8d8d8
}

.view-progress .view-progress-box ul li .bottom-border-first {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 50%;
    border-bottom: 1px solid #d8d8d8
}

.view-progress .view-progress-box ul li .bottom-border-last {
    width: 30%;
    left: 50%
}

.view-progress .view-progress-box ul li .view-progress-played {
    border-bottom: 1px solid #415fff
}

.view-progress .view-progress-box .view-progress-line {
    position: absolute;
    bottom: 30%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 760px;
    height: 2px;
    border-radius: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #666
}

@media (min-width:1921px) {
    .view-progress .view-progress-box .view-progress-line {
        width: 1000px
    }
}

@media (max-width:1440px) {
    .view-progress .view-progress-box .view-progress-line {
        width: 600px
    }
}

@media (max-width:1080px) {
    .view-progress .view-progress-box .view-progress-line {
        width: 420px
    }
}

@media screen and (max-width:1100px) {
    .view-progress .view-progress-box .view-progress-line {
        width: 63%
    }
}

.view-progress .view-progress-box .view-progress-line .line {
    height: 2px;
    background-color: #fff;
    width: 84px
}

@media (min-width:1921px) {
    .view-progress .view-progress-box .view-progress-line .line {
        width: 110px
    }
}

@media (max-width:1440px) {
    .view-progress .view-progress-box .view-progress-line .line {
        width: 66px
    }
}

@media (max-width:1080px) {
    .view-progress .view-progress-box .view-progress-line .line {
        width: 47px
    }
}

.view-mask {
    display: none;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, .8)
}

.view-mask .mask-icon {
    font-size: 16px
}

.view-mask .mask-rorate {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 34%;
    left: 33%
}

.view-mask .mask-rorate .box {
    height: 70px;
    width: 290px;
    margin-bottom: 12px
}

.view-mask .mask-rorate #mask-svg1 {
    color: #fff;
    height: 57px;
    margin-top: 11px;
    margin-left: -37px
}

.view-mask .mask-rorate span {
    margin-left: -10px
}

.view-mask .mask-scale {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 34%;
    right: 33%
}

.view-mask .mask-scale .box {
    height: 70px;
    width: 290px;
    margin-bottom: 12px
}

.view-mask .mask-scale #mask-svg2 {
    color: #fff;
    height: 70px;
    margin-bottom: 8px
}

.view-mask .mask-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 60%;
    height: 40px;
    line-height: 40px;
    width: 200px;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    font-family: languageFont,PermianSansTypeface;
}

.forbidScroll {
    pointer-events: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0;
    transition: all 1s ease-out;
}

.unvisible {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: all 1s ease-out;
    pointer-events: none;
}

body {
    margin: 0;
    height: 100vh;
}

.env {
    /* background: -webkit-radial-gradient(center, #fff, #666); */
    /* background: #fff; */
    background-repeat: no-repeat;
}

#canvas {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}

@media screen and (max-height: 720px) {
    #canvas {
        height: 100%;
    }
}

@media screen and (min-width: 720px) {
    #view-wrapper {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1199px) {
    #view-wrapper {
        margin-top: 120px;
    }
}

@media screen and (max-height:800px) {
    #view-wrapper {
        margin-top: 80px;
    }
}

@media screen and (max-width:720px) {
    #view-wrapper {
        margin-top: 0;
    }
}

.view-modes {
    position: relative;
    bottom: 26%;
    display: flex;
    z-index: 100;
    justify-content: center;
}

.view-modes .mode-item.current {
    color: #fff;
}

.view-modes .mode-line {
    position: absolute;
    width: 2px;
    height: 64px;
    left: 0;
    top: 50%;
    margin-top: -32px;
    background: rgba(151, 151, 151, .3);
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.view-tip .view-tip-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22%
}

.view-tip .view-tip-box .title {
    font-family: languageFont,PermianSansTypeface;
    line-height: 1.6;
    font-size: 64px;
    margin-bottom: 22px;
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
}

.view-tip .view-tip-box .title span {
    text-shadow: #8894ff 0 0 30px, #8894ff 0 1px 0, #8894ff -1px 0 0, #8894ff 0 -1px 0!important
}

@media screen and (max-height: 1920px) {
    .view-tip .view-tip-box .title {
        font-size: 36px;
        margin-bottom: 16px
    }
}

@media screen and (max-height: 1080px) {
    .view-tip .view-tip-box .title {
        font-size: 32px;
        margin-bottom: 5px;
    }
}

@media screen and (max-height: 800px) {
    /* .view-tip .view-tip-box .title {
        font-size: 20px
    } */
}

@media screen and (max-height: 700px) {
    .view-tip .view-tip-box .title {
        font-size: 18px
    }
}

.view-tip .view-tip-box .content {
    font-family: languageFont,PermianSansTypeface;
    line-height: 1.6;
    text-align: center;
    font-size: 31px
}

@media screen and (max-height: 1920px) {
    .view-tip .view-tip-box .content {
        font-size: 22px
    }
}

@media screen and (max-height: 1080px) {
    .view-tip .view-tip-box .content {
        font-size: 19px
    }
}

.view-tip .view-tip-box1 .title1 {
    /* margin-left: -10% */
}

.view-tip .view-tip-box1 .title2 {
    margin-left: 10%
}
.view-tip .view-tip-box3 p{
    font-size: 18px;
    color: #fff;
    /* margin-top:-20px; */
    font-family: languageFont,PermianSansTypeface;
}
@media (max-width: 1440px) {
    .view-tip .view-tip-box3 {
        /* top: 34% */
    }
}

@media screen and (max-width: 1080px) {
    .view-tip .view-tip-box3 {
        /* top: 38%; */
    }
}

/* @media screen and (max-height: 920px) {
    .view-tip .view-tip-box3 {
        margin-top:15px
    }
} */

/* @media screen and (max-height: 800px) {
    .view-tip .view-tip-box3 {
        margin-left:-200px;
        margin-top: 14px
    }
} */

/* @media screen and (max-height: 700px) {
    .view-tip .view-tip-box3 {
        margin-left:-201px;
        margin-top: 13px
    }
} */

.view-tip .view-tip-box3 .title {
    text-align: center
}

.view-tip .view-tip-box3 .title1 {
    margin-bottom: 10px
}

@media screen and (max-height: 1080px) {
    .view-tip .view-tip-box3 .title1 {
        margin-bottom: 22px
    }
}

@media screen and (max-height: 920px) {
    .view-tip .view-tip-box3 .title1 {
        margin-bottom: 26px
    }
}

@media screen and (max-height: 800px) {
    .view-tip .view-tip-box3 .title1 {
        margin-bottom: 28px
    }
}

@media screen and (max-height: 700px) {
    .view-tip .view-tip-box3 .title1 {
        margin-bottom: 17px
    }
}

@media screen and (max-height: 800px) {
    /* .view-tip .view-tip-box3 .title2 {
        font-size: 20px;
    } */
}

.view-tip .view-tip-box3 .title3 {
    margin-bottom: 40px
}

@media screen and (max-height: 1080px) {
    .view-tip .view-tip-box3 .title3 {
        margin-bottom: 50px
    }
}

@media screen and (max-height: 920px) {
    .view-tip .view-tip-box3 .title3 {
        margin-bottom: 35px
    }
}

@media screen and (max-height: 800px) {
    .view-tip .view-tip-box3 .title3 {
        /* font-size: 20px; */
        margin-bottom: 40px
    }
}

@media screen and (max-height: 700px) {
    .view-tip .view-tip-box3 .title3 {
        margin-bottom: 38px
    }
}

.view-tip .active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s cubic-bezier(.2, 0, .2, 1);
    transition: opacity .3s cubic-bezier(.2, 0, .2, 1)
}

.view-tip .view-tip-box1-line {
    position: absolute;
    width: 0;
    height: 0;
    right: 45%;
    top: 38%;
    border-top: 1px solid #d8d8d8
}

.view-tip .view-tip-box2-line {
    position: absolute;
    width: 0;
    height: 0;
    top: 46%;
    right: 45%;
    border-top: 1px solid #d8d8d8
}

.view-tip .view-tip-box3-line {
    position: absolute;
    width: 0;
    height: 0;
    top: 54%;
    right: 45%;
    border-top: 1px solid #d8d8d8
}

.view-tip .view-tip-box4-line {
    position: absolute;
    width: 0;
    height: 0;
    top: 56%;
    right: 41%;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

@media screen and (max-height: 1080px) {
    .view-tip .view-tip-box4-line {
        right: 40%
    }
}

.view-tip .active {
    transition: opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s, margin-top 0.3s cubic-bezier(0.2, 0, 0.2, 1) 0s;
}

.view-tip div {
    transform: translateX(-50%);
}

.view-loading .loading {
    margin-top: 20px;
    font-size: 20px;
}

.toast .loading {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.view-loading .loading span, .toast .loading span {
    text-transform: uppercase;
    opacity: 1;
    display: inline-block;
    animation: letterWave 3.5s infinite ease-in-out;
}

.view-loading .loading span:nth-child(0), .toast .loading span:nth-child(0) {
    animation-delay: 0ms;
}

.view-loading .loading span:nth-child(1), .toast .loading span:nth-child(1) {
    animation-delay: 250ms;
}

.view-loading .loading span:nth-child(2), .toast .loading span:nth-child(2) {
    animation-delay: 500ms;
}

.view-loading .loading span:nth-child(3), .toast .loading span:nth-child(3) {
    animation-delay: 750ms;
}

.view-loading .loading span:nth-child(4), .toast .loading span:nth-child(4) {
    animation-delay: 1000ms;
}

.view-loading .loading span:nth-child(5), .toast .loading span:nth-child(5) {
    animation-delay: 1250ms;
}

.view-loading .loading span:nth-child(6), .toast .loading span:nth-child(6) {
    animation-delay: 1500ms;
}

.view-loading .loading span:nth-child(7), .toast .loading span:nth-child(7) {
    animation-delay: 1750ms;
}

.view-loading .loading span:nth-child(8), .toast .loading span:nth-child(8) {
    animation-delay: 2000ms;
}

.view-loading .loading span:nth-child(9), .toast .loading span:nth-child(9) {
    animation-delay: 2250ms;
}

.view-loading .loading span:nth-child(10), .toast .loading span:nth-child(10) {
    animation-delay: 2500ms;
}

.view-loading .loading span:nth-child(11), .toast .loading span:nth-child(11) {
    animation-delay: 2750ms;
}

.view-loading .loading span:nth-child(12), .toast .loading span:nth-child(12) {
    animation-delay: 3000ms;
}

.view-loading .loading span:nth-child(13), .toast .loading span:nth-child(13) {
    animation-delay: 3250ms;
}

.view-loading .loading span:nth-child(14), .toast .loading span:nth-child(14) {
    animation-delay: 3500ms;
}

@keyframes letterWave {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
        color: #000;
    }
    25% {
        transform: scale(0.9);
        opacity: 0.8;
        color: #456fff;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
        color: #456fff;
    }
    75% {
        transform: scale(1);
        opacity: 0.8;
        color: #456fff;
    }
}

body {
    position: relative;
    overflow: hidden;
    margin: 0;
}
#view-wrapper .btn-close {
    position: fixed;
    top: 120px;
    right: 20px;
    width: 60px;
    opacity: 0.6;
    transition: 0.25s;
    cursor: pointer;
}
.share-3d-icon{
    display: none;
    position: absolute;
    right: 133px;
    top: 22.61vh;
    width: 76px;
    height: 32px;
    cursor: pointer;
    background: url('https://zhanstatic.vivo.com.cn/wukong/img/c941b4d9-62fa-41b8-862b-5310bdf93986.png')no-repeat;
    background-size:contain;
    transition: all 0.3s ease-in-out;
}
.share-3d-icon:hover{
    background: url('https://zhanstatic.vivo.com.cn/wukong/img/92eba426-6fa1-4525-9db5-59c760a865ff.png')no-repeat;
    background-size:contain;
}
.view-disassembly-tips{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 16px 16px 0 0;
    background: #fff;
    padding: 2vw 10vw 2vw 26.48vw;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}
.view-disassembly-tips-hide{
    bottom: -20vh;
}
.view-disassembly-tips p:nth-child(1){
    font-size: 20px;
    color: #000;
    margin-bottom: 12px;
}
.view-disassembly-tips p:nth-child(2){
    font-size: 14px;
    color: rgba(0,0,0,0.4);
}
.disassembly-desc{
    position: absolute;
    bottom: 160px;
    left: 5%;
    font-size: 14px;
    color: #999;
}
@media (max-width:720px) {
    .view-colors .color-list {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .view-colors .color-list .color-box2 {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-around;
    }
    .view-colors .color-list .color-box1 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .view-colors .color-list .color-box1 div {
        width: 72px
    }
    .view-colors .color-list .color-item {
        width: 70px;
        cursor: none;
        text-align: center;
    }
    .view-colors .color-list .color-box2 div {
        width: auto;
        font-size: 12px;
    }
    .view-colors .color-list .color-box2 .color-phone-switch {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }    
    .view-colors .color-list .color-item .color-circle {
        position: static;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-top: 5px
    }
    .view-colors .color-list .color-item p {
        font-size: 14px;
    }
    .view-loading .box {
        width: 200px
    }
    .view-arr-left {
        display: none
    }
    .view-arr-right {
        display: none
    }
    .view-progress {
        display: none
    }
    .view-progress .view-progress-box ul {
        padding-left: 160px;
        padding-right: 160px
    }
    .view-progress .view-progress-box ul li {
        width: 120px
    }
    .view-progress .view-progress-box .view-progress-line {
        width: 400px
    }
    .view-progress .view-progress-box .view-progress-line .line {
        width: 44px
    }
    .view-reset {
        display: none
    }
    .view-loading .loading {
        font-size: 2vh;
    }
    .view-mask {
        display: block
    }
    .env {
        overflow: hidden;
        position: fixed;
    }
    .view-loading .load-text {
        line-height: 1.8em;
        left: 60px
    }
    .view-loading .load-text br {
        display: block
    }
    .view-functions {
        display: none;
        left: 0;
    }
    .view-icon {
        display: none
    }
    .view-error {
        font-size: 2vh;
    }
    .toast .loading {
        font-size: 2vh;
    }
    .view-actions {
        left: 3.2vw;
        top: 30vw;
        transform: unset;
        bottom: unset;
        display: none;
    }
    .view-actions .view-modes{
        height: 16vw;
    }
    .view-colors {
        width: 100%;
        bottom: 7%;
        left: 0
    }
    .view-actions .view-modes .mode-list{
        top: 50%;
        transform: translateY(-50%);
    }
    .view-actions .view-modes .mode-list .mode-item p {
        font-size: 14px;
        line-height: 20px;
        height: 1em;
        text-align: left;
        font-family: languageFont,PermianSansTypeface;
        cursor: none;
    }
    .view-actions .view-modes .mode-list{
        width: 20vw;
    }
    .view-actions .view-modes .mode-list .mode-item{
        margin: 1vw 0;
    }
    .view-actions .view-modes .mode-line{
        height: 13vw;
        transform: translateY(-50%);
        margin-top:unset;
    }
    .view-actions .view-modes .mode-line .mode-current-line{
        height: 6vw;
    }
    .share-3d-icon{
        width: 12.22vw;
        height: 6.02vw;
        top: 30.19vw;
        right:4.07vw;
        background: url('//zhanstatic.vivo.com.cn/wukong/img/12d808e7-0b8c-4bf5-ae70-c77dce7cd6ab.png')no-repeat;
        background-size:contain;
    }
    .share-3d-icon:hover{
        background: url('//zhanstatic.vivo.com.cn/wukong/img/12d808e7-0b8c-4bf5-ae70-c77dce7cd6ab.png')no-repeat;
        background-size:contain;
    }
    .view-disassembly-tips{
        padding: 3.33vw;
    }
    .view-disassembly-tips p:nth-child(1){
        font-size: 4.44vw;
        margin-bottom: 3vw;
        font-weight: bold;
    }
    .view-disassembly-tips p:nth-child(2){
        font-size: 3.73vw;
    }
    .disassembly-desc{
        width: 100vw;
        bottom: 7.4vw;
        left: 0;
        font-size: 3.33vw;
        text-align: center;
    }
}