@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html {
    font-size: 625%
}

body {
    font-family: 微软雅黑
}

img {
    vertical-align: middle
}

.screenSizeCotente {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative
}

.slide_content {
    width: 100%;
    z-index: 100;
    position: relative;
    height: 14.4rem
}

.swiper-container, .vr {
    width: 100%;
    height: 100%
}

.heater {
    width: 100%;
    background: rgba(0, 0, 0, .46);
    position: fixed;
    top: 0;
    left: 0;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: flex-start
}

.heater, .heater_left {
    height: .85rem;
    display: flex
}

.heater_left {
    margin-left: .142rem;
    justify-content: center;
    align-items: center;
    font-size: 0
}

#avatar {
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    display: inline-block
}

.heater_left ul {
    display: inline-block;
    font-size: .284rem;
    margin-left: .1rem;
    color: #fff
}

.heater_right {
    width: .85rem;
    height: .85rem;
    margin-right: .426rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0
}

.heater_right a {
    font-size: 0
}

.heater_right svg {
    margin: 0 .04rem
}

#setting {
    position: fixed;
    top: 1.5rem;
    right: .1rem;
    animation: xz 10s linear infinite;
    background: rgba(34, 34, 34, .4);
    border-radius: 50%;
    z-index: 100;
    border: .7px solid #fff;
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

#setting i {
    font-size: .36rem;
    color: #fff;
    /*margin-left: .04rem*/
}

.setting {
    width: 5.6rem;
    top: 2rem;
    height: 2.8rem;
    position: fixed;
    left: 6.4rem;
    background-color: rgba(0, 0, 0, .55);
    border-radius: .14rem;
    z-index: 100
}

.setting .settingChild {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: .42rem
}

.setting a {
    display: block;
    font-size: .18rem;
    height: 1.4rem;
    text-align: center;
    color: #fff;
    padding: .02rem 0;
    margin: auto .15rem
}

.setting a i {
    margin: .028rem auto;
    font-size: .28rem;
}

.setting .jszc {
    position: absolute;
    top: 2rem;
    width: 100%;
    display: flex;
    justify-content: center
}

.setting .jszc a {
    background: hsla(0, 0%, 40.8%, .67);
    height: .4rem;
    font-size: 0;
    text-align: center;
    border-radius: .14rem
}

.setting .jszc a span {
    font-size: .2rem;
    color: #fff;
    line-height: .4rem;
    margin: auto .2rem
}

@keyframes xz {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

#home {
    position: fixed;
    right: .14rem;
    bottom: 4rem;
    background-color: hsla(0, 0%, 91%, .54);
    border-radius: 50%;
    font-size: 0;
    z-index: 1000
}

#home img {
    width: .7rem;
    padding: .07rem
}

footer {
    width: 100%;
    height: 0.9rem;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

footer a {
    display: block;
    /*width: 20%;*/
    height: 0.9rem;
    font-size: .20rem;
    color: #fffefe;
    text-align: center;
    margin: auto 0.3rem;

}

footer a:nth-child(1) {
    margin-left: 2.5rem;
}

footer a img {
    margin: .02rem auto;
    height: .9rem
}

footer .footer-a-on {
    color: #e4cdb4;
    /*background: rgba(0, 0, 0, .6)*/
}

.PMD {
    width: 100%;
    position: fixed;
    bottom: .8rem;
    z-index: 100;
    pointer-events: none;
}

.PMD span {
    color: hsla(0, 0%, 41.6%, .57);
    font-size: .2rem;
}

.slide_up {
    width: 10.24rem;
    text-align: center;
    position: absolute;
    top: 10.5rem;
    z-index: 99
}

.slide_up img {
    width: 1.4rem
}

.top_color {
    position: absolute;
    top: 3.5rem;
    left: 1.2rem;
    width: 6rem;
    display: flex;
    justify-content: flex-start;
    z-index: 100;
    transform-origin: top;
    align-items: center;
    flex-wrap: wrap
}

.top_color img {
    height: .45rem;
    width: 2.37rem;
    margin: .1rem .2rem
}

.imgsmart_p {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
    height: 100%;
    transform-origin: 50% 50%
}

.button_back {
    width: .6rem;
    position: absolute;
    right: .3rem;
    top: 1.4rem
}

.button_back img {
    width: 100%
}

.jrjz {
    top: 4rem;
    left: .8rem;
    width: 1.7rem
}

.jrjz, .zoom {
    position: absolute;
    z-index: 1000
}

.zoom {
    top: 3.2rem;
    left: 6rem;
    width: .76rem;
    height: .17rem;
    animation: zoomloop 2s linear infinite
}

@keyframes zoomloop {
    0% {
        transform: scale(1.4)
    }
    50% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1.4)
    }
}

@keyframes slide_am {
    0% {
        bottom: .8rem;
        opacity: .2
    }
    50% {
        bottom: .9rem;
        opacity: 1
    }
    to {
        bottom: .8rem;
        opacity: .2
    }
}

#backings {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.button_qw {
    position: absolute;
    top: 10rem;
    right: .4rem;
    display: flex;
    z-index: 100;
    height: .2rem;
    flex-direction: column
}

.button_qw img {
    width: 1.37rem;
    margin: .1rem auto;
    height: .32rem
}

.qw_childtop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%
}

.qw_button {
    position: fixed;
    bottom: 2.3rem;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 100
}

.qw_button a {
    display: block;
    width: 1.38rem;
    height: .47rem;
    margin: auto .2rem
}

.csqw img, .qw_button a img {
    width: 100%
}

.csqw img:nth-child(2) {
    animation: opcity 2s linear infinite;
    position: fixed;
    top: 0;
    left: 0
}

.qwjs-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(9,10,34,1);
    z-index: 200;
}

.qwjs-video #video-qw{
    width: 100%;
}

.screenSizeCotente .downUp {
    font-size: .8rem;
    position: absolute;
    left: 9.2rem;
    bottom: 1.5rem;
    z-index: 101;
    color: #fff;
    animation: downUp 1.5s linear infinite
}

@keyframes opcity {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

@keyframes scaleline {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}

@keyframes downUp {
    0% {
        bottom: 1.5rem
    }
    50% {
        bottom: 1.3rem
    }
    to {
        bottom: 1.5rem
    }
}

#jzParent {
    width: 100%;
    height: 100%
}

.hxtext {
    position: absolute;
    top: .8rem;
    width: 100%;
    text-align: center;
    font-size: .28rem
}

.hxtext p {
    color: #fff
}

.f-di {
    position: fixed;
    bottom: 1.2rem;
    display: block;
    text-align: left;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    white-space: nowrap;
    z-index: 100;
    width: 8rem;
    height: .4rem;
    background-color: rgba(34, 34, 34, .4);
    border: .7px solid #fff;
    border-radius: .28rem
}

.scroller {
    height: 2rem;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0
}

.f-di ul {
    width: 100%;
    height: 100%;
    text-align: center
}

.f-di ul li {
    pointer-events: auto;
    height: .4rem;
    display: inline-block;
    color: #5f5f5f;
    cursor: pointer;
}

.f-di ul .item-des {
    margin: auto .14rem;
    position: relative
}

.f-di ul .item-des span {
    font-size: .16rem;
    color: hsla(0, 0%, 90.2%, .96);
    line-height: .4rem;
    margin: auto .03rem
}

.f-di ul .active span {
    font-size: .17rem;
    color: #fff
}

.f-di ul .active {
    background: rgba(0, 0, 0, 0)
}

.f-di .HX {
    width: 20%;
    margin-left: 40%
}

.f-di ul img {
    width: .79rem;
    height: .32rem
}

.item-line {
    background: linear-gradient(90deg, rgba(241, 208, 177, 0), #fff 40%, #fff 53%, rgba(241, 208, 177, 0));
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .05rem;
    width: 70%;
    margin: auto
}

#AnimBook {
    position: fixed;
    bottom: 1.5rem;
    right: .4rem;
    z-index: 100;
    background: rgba(0, 0, 0, .42);
    box-sizing: border-box;
    border: .7px solid #fff;
    border-radius: 50%;
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center
}

#AnimBook div {
    font-size: .3rem;
    color: #fff
}
