@charset "UTF-8";
body,
div,
p,
ul,
li,
ol,
dl,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i,
input,
img,
a,
button,
select,
table,
tr,
th,
td,
label,
textarea {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
li {
    list-style: none;
}
i {
    font-style: normal;
}
a {
    text-decoration: none;
}
img {
    border: 0 none;
    vertical-align: top;
}
.clearfix {
    *zoom: 1;
}
.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
body,
button {
    font-size: 14px;
    font-family: "microsoft yahei";
}
body {
    position: relative;
    overflow: hidden;
}
.body {
    position: relative;
    background-size: 100% 100%;
    overflow: hidden;
}

@font-face {
    font-family : 'hei';
    src         : url('/font/hei.TTF'); /* IE9 Compat Modes */
    src         : url('/font/hei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/font/hei.TTF') format('woff'), /* 所有现代浏览器 */ url('/font/hei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/font/hei.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family : 'xihei';
    src         : url('/font/xihei.TTF'); /* IE9 Compat Modes */
    src         : url('/font/xihei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/font/xihei.TTF') format('woff'), /* 所有现代浏览器 */ url('/font/xihei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/font/xihei.TTF') format('svg'); /* Legacy iOS */
}
@font-face {
    font-family : 'zhonghei';
    src         : url('/font/zhonghei.TTF'); /* IE9 Compat Modes */
    src         : url('/font/zhonghei.TTF') format('embedded-opentype'), /* IE6-IE8 */ url('/font/zhonghei.TTF') format('woff'), /* 所有现代浏览器 */ url('/font/zhonghei.TTF') format('truetype'), /* Safari, Android, iOS */ url('/font/zhonghei.TTF') format('svg'); /* Legacy iOS */
}

body {
    background:#f0fdff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 100px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
}
.swiper-pagination span{position:initial;}

.swiper-slide {
    overflow: hidden;
    background:#000;
}
.swiper-pagination-bullet {
    background: #fff;
}

.re{position: relative;}
.ra{position: absolute;}
.rf{position: fixed;}
.sec {
    overflow: hidden;
	z-index:1;
}
.loadgif{
    position: absolute;
    width: 3.19rem;
    height: 1.29rem;
    top: 5.5rem;
    left: 2.1rem;
}
.audwrap img{width: 100%;-webkit-animation: show 0.8s linear infinite;animation: show 0.8s linear infinite;opacity: 0;}
.audwrap.off img{display: none;}
.audwrap.on{
    -webkit-animation: rotateani 2s linear forwards infinite;animation: rotateani 2s linear forwards infinite;
}

@-webkit-keyframes rotateani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.progress {
    width: 3.6rem;
    height: 0.3rem;
    /*border: 3px solid #f2a523;*/
    position: absolute;
    left: 1.9rem;
    top: 5.5rem;
    right: auto;
    /* bottom: 0; */
    margin: auto;
    border-radius: 0.2rem;
}
.progressbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #66a482;
    -webkit-transition: width ease-in 200ms;
    border-radius: 0.2rem;
}
.percent {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    font-size: 0.3rem;
    color: #4b64a4;
    position: absolute;
    text-align: center;
    top: 0.5rem;
    font-weight: bold;
    left:1.9rem;
}

span{
    position: absolute;
}


.secbg2,.secbg22{
    position: absolute;width: 100%;top: 0;left: 0;
}
.loadww{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f0fdff;
}
.playbtn{
    background: url(../images/playbtn.png) center no-repeat;
    background-size: 1.2rem 1.2rem;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    animation: show 1s 1s ease-in-out alternate infinite;
    -webkit-animation: show 1s 1s ease-in-out alternate infinite;
}
.maskbg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.videobox{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
}
.vdesc{
    line-height: 0.4rem;
}
.secbg22{opacity: 0;}
.section1.actived .secbg22{animation : show3 3s ease-in-out forwards;-webkit-animation : show3 3s ease-in-out forwards;}

@-webkit-keyframes show3 {
    100%{
        opacity: 1;
    }
}
@keyframes show3 {
    100%{
        opacity:1;
    }
}


.stitle{position: absolute; width: 4.86rem;height: 4.67rem;top: 0.5rem;left: 1.45rem;}
.stitle span{top: 0;left: 0;width: 100%;height: 100%;-webkit-transform: translate(0,0.5rem);transform: translate(0,0.5rem);opacity: 0;}
.stitle span:nth-child(1){background: url('../images/1p1-1.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(2){background: url('../images/1p1-2.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(3){background: url('../images/1p1-3.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(4){background: url('../images/1p1-4.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(5){background: url('../images/1p1-5.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(6){background: url('../images/1p1-6.png') center no-repeat;background-size: contain;}
.stitle span:nth-child(7){background: url('../images/1p1-7.png') center no-repeat;background-size: contain;}

.section1.actived .stitle span:nth-child(1){animation : show 0.8s linear forwards;-webkit-animation : show 0.8s linear forwards;}
.section1.actived .stitle span:nth-child(2){animation : show 0.8s 0.6s linear forwards;-webkit-animation : show 0.8s 0.6s linear forwards;}
.section1.actived .stitle span:nth-child(3){animation : show 0.8s 1.2s linear forwards;-webkit-animation : show 0.8s 1.2s linear forwards;}
.section1.actived .stitle span:nth-child(4){animation : show 0.8s 1.8s linear forwards;-webkit-animation : show 0.8s 1.8s linear forwards;}
.section1.actived .stitle span:nth-child(5){animation : show 0.8s 2.4s linear forwards;-webkit-animation : show 0.8s 2.4s linear forwards;}
.section1.actived .stitle span:nth-child(6){animation : show 0.8s 3s linear forwards;-webkit-animation : show 0.8s 3s linear forwards;}
.section1.actived .stitle span:nth-child(7){animation : show 0.8s 3.6s linear forwards;-webkit-animation : show 0.8s 3.6s linear forwards;}

.opera{position: absolute;width:5.46rem;height: 1.27rem;top:9rem;left:1rem;background: url('../images/1p2.png') center no-repeat;background-size: contain;/*-webkit-transform: translate(0,1rem);transform: translate(0,1rem);*/opacity: 0;}
.section1.actived .opera{animation : show 0.5s 5s linear forwards;-webkit-animation : show 0.5s 5s linear forwards;}


.section2{position: absolute;width: 100%; height: 100%;left: 0;top: 0;overflow-y: auto;display: none;-webkit-overflow-scrolling: touch;}
.secbg3{width: 100%;}
.picscroll{position: absolute;width: 4.95rem;height: 4.95rem;left: 1.26rem;top: 2.88rem;}
.picscroll span{    width: 33.333%;
    height: 33.333%;
    /* background: red; */
    position: initial;
    display: block;
    float: left;}
.piclsbtn{width: 0.62rem;
    height: 0.62rem;
    top: 0.2rem;
    right: 0.2rem;
    background: url(../images/closebtn.png) center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 999;
    border-radius: 50%;}

.joinchat{position: absolute;width:1.94rem;height: 0.46rem;top: 15.76rem;left: 2.7rem;background: url('../images/2p1.png') center no-repeat;background-size: contain;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: show 1s ease-in-out alternate infinite;
    -webkit-animation: show 1s ease-in-out alternate  infinite;
}
.cmtwrap{position: absolute;width: 6.03rem;height: 3.13rem;top: 39.6rem;left: 1.3rem;}
.cmtwrap2{position: absolute;width: 6.08rem;height: 3.65rem;top: 31.85rem;left: 1.3rem;}
.cmtbtn{
    position: absolute;width:0.62rem;height: 0.38rem;top: 0;right: 0;background: url('../images/2p2-1.png') center no-repeat;background-size: contain;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: show 0.6s ease-in-out alternate infinite;
    -webkit-animation: show 0.6s ease-in-out alternate  infinite;
}
.cmtbg{
    position: absolute;width:3.24rem;height: 0.68rem;top: 0;right: 0.85rem;background: url('../images/2p2-2.png') center no-repeat;background-size: contain;display: none;
}
.cmtopera{
    position: absolute;width:1.6rem;height: 0.68rem;top: 0;right: 0.85rem; display: none;
}
.cmtrlt{
    position: absolute;width:6.08rem;height: 0.53rem;bottom: 0.1rem;left: -0.08rem;background: url('../images/2p3.png') center no-repeat;background-size: contain; display: none;
}
.cmtwrap2 .cmtrlt{width:6.08rem;height: 0.61rem;background: url('../images/2p3-2.png') center no-repeat;background-size: contain;}
.zanwrap{
    position: absolute;width: 6.03rem;height: 1.1rem;top: 54.8rem;left: 1.3rem;

}
.zanwrap .cmtbg{background: url('../images/2p2-3.png') center no-repeat;background-size: contain;display: none;top: -0.15rem;}
.zanwrap .cmtopera{width:1.6rem;height: 0.68rem;top: 0;right: 2.5rem; display: none;}
.zanwrap .cmtrlt{
    position: absolute;width:4.55rem;height: 0.64rem;bottom: 0.1rem;left: -0.08rem;background: url('../images/2p4-1.png') left center no-repeat;background-size: 4.08rem 0.64rem; display: block;
}
.zanwrap .cmtrlt.clicked{background: url('../images/2p4-2.png') left center no-repeat;background-size: 4.55rem 0.64rem;}

.p11{position: absolute;width: 100%;height: 100%;background: #000;top: 0;left: 0;display: none;}
.p11 img{
    width: 100%;position: absolute;top: 50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.ygcf{
    width: 2.77rem;height: 4.5rem;top:27.3rem;left: 1.3rem;
}



.qmbtn{
    width: 2.85rem;height: 4rem;background: url('../images/1p3.png') right bottom no-repeat;background-size:0.53rem 0.71rem; top:86.9rem;left: 1.3rem;opacity: 0;
    animation: show 1s ease-in-out alternate infinite;
    -webkit-animation: show 1s ease-in-out alternate  infinite;
}

/*群聊*/
.pyq{
    position: absolute;width: 100%;height: 100%;overflow: hidden;background: #ededed;display: none;
}
.qlcon{
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.hotname{width:100%;height: 1.08rem;background: url('../images/btm_up.jpg') center no-repeat;background-size:contain; top: 0;left: 0;    position: initial;display: block;z-index: 999;}
.bannar{position: absolute; width:100%;height: 1.15rem;background: url('../images/btm.jpg') center no-repeat;background-size:contain; bottom: 0;left: 0;}
.qlcon img{margin: 0.45rem 0 0 0.25rem; display: block;width:5.98rem;}
.zanani{
    /*background: url('../images/gif2.gif') center no-repeat;background-size:contain;    */
    top: 0.24rem;
    left: 0.9rem;
    width: 2.32rem;
    height: 0.69rem;
    position: absolute;
}

.qlcon img:nth-child(1){width:3.62rem;}
.qlcon img:nth-child(3){width:5.78rem;}
.qlcon img:nth-child(5){width:4.42rem;}
.qlcon img:nth-child(10){width:3.92rem;}
.qlcon img:nth-child(11){width:2.62rem;}
.qlcon img:nth-child(12){width:2.66rem;margin: 0.45rem 0 0 4.6rem;}

.vd1,.vd1wrap{position: absolute;width: 5.96rem;height: 3.33rem;top: 20.8rem;left: 1.22rem;}
.vd2,.vd2wrap{position: absolute; width: 5.96rem; height: 3.33rem;top: 67.9rem; left: 1.22rem;}
.vd1,.vd2{display: none;}
.vd1wrap{background: url('../images/poster2.jpg') center no-repeat;background-size:contain; }
.vd2wrap{background: url('../images/poster1.jpg') center no-repeat;background-size:contain; }


.sendbtn{position: absolute;width:1.36rem;height: 0.75rem;bottom: 0.2rem;right: 0.2rem;background: url('../images/btm2.png') left center no-repeat;background-size:contain;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    animation: show 0.6s ease-in-out alternate infinite;
    -webkit-animation: show 0.6s ease-in-out alternate  infinite;
    display: none;
}

.qmwrap{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
}
.secwrap2{
    /*      position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);*/
}
.sigwrap{
    width: 100%;
    height: 6rem;
    top: 6rem;
    left: 0;
    position: absolute;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.txtnote{
    width:3.22rem;height: 0.35rem;background: url('../images/4p4.png') center no-repeat;background-size:contain; top: 0.2rem;left: 2.2rem;
}
.js-signature {
    width: 7rem;
    height: 3.4rem;
    position: absolute;
    top: 1rem;
    left: 0.24rem;
    background: #f7f5f5;
}
.js-signature canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.btn_clear {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    border: none;
}
.btn_submit {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    left: 3.1rem;
    background: none;
    border: none;
}
.sigbg{
    position: absolute;width: 5.6rem;height: 0.62rem;background: url('../images/4p3.png') center no-repeat;background-size: 100%;bottom: 0;left:1rem;
}

.canvas_copy {
    width: 7.5rem;
    height: 10.75rem;
    position: absolute;
    /*z-index: 9999;*/
    top: 6.7rem;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: none;
}
.hcbg,.hcbg2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#signature {
    position: absolute;
    width: 2.1rem;
    height: 1rem;
    top: 3rem;
    left: 0.9rem;
    font-size: 0.3rem;
    line-height: 1.6rem;
    color: #fff;
}
#signature img {
    height: 100%;
}
.morebtn{
    position: absolute;width: 2.45rem;height:1.07rem;background: url('../images/4p3-3.png') center no-repeat;background-size: 100%;    top: 9.2rem;left: 2.5rem;
    opacity: 0;
    -webkit-transform: translate(0,1rem);
    transform: translate(0,1rem);
}
.sharewrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.sharewrap span{
    position: absolute;
    width: 2.1rem;
    height: 0.6rem;
    left: 1.4rem;
    top: 57.5rem;
}
.sharewrap span.againbtn{
    left: 3.7rem;
}
.sharenote{
    background: rgba(0,0,0,0.5);
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;    display: none;
    z-index: 9999999;
}
.share{
    position: absolute;width: 5.51rem;height: 2.64rem;background: url('../images/share.png') center no-repeat;background-size: 100%;
    top: 0.2rem;right:0.3rem;
    opacity:0;
    -webkit-animation: show 2s ease-in-out infinite;animation: show 2s ease-in-out infinite;
}

.sharewrap img{
    width:100%;}

.morebtn.shown,.sharewrap.shown{
    -webkit-animation: show 0.5s ease-in-out forwards;animation: show 0.5s ease-in-out forwards;
}






/* .swiper-slide{opacity: 0;} */
.bg{width: 100%;position: absolute;top: 0;left: 0;}




.secwrap{width: 100%;height: 100%;}

.sec2bg{
    background: url('../images/bg2-2.png') center no-repeat;background-size: 100%;position: absolute;width: 100%;height: 14.48rem;top: 50%;margin-top:-7.24rem;opacity: 0;-webkit-transform: scale(1.2);transform: scale(1.2);
}

.jt2{
    position: absolute;width: 2.58rem;height: 2.66rem;top: 1.3rem;left: 2.1rem;background: url('../images/jt2.gif') center no-repeat;background-size: 100%;z-index: 10;
}

.vdcon{
    position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 9999;opacity: 0; -webkit-transform: translate(0,-100%);transform: translate(0,-100%);
}
.vdcon.actived{
    -webkit-animation: show 0.8s ease-in-out alternate forwards;animation: show 0.8s ease-in-out alternate forwards;
}



.vdwrap{position: absolute;width: 100%;height: 4.27rem;left: 0;top: 3.8rem;background: #000 url('../images/2p4.png') top center no-repeat;background-size: 100%;    z-index: 99;display: none;}
.vdwrap.sp{width: 4.6rem;
    height: 8rem;
    left: 1.3rem;
    top: 2rem;
    background: #000 url(../images/2p4.png) top center no-repeat;
    background-size: 100% 100%;}
.vdwrap.sp .s2vd{
    width: 4.4rem;
    height: 7.7rem;
    top: 0.18rem;
    left: 0.12rem;
}
.closebtn{background: url('../images/close.png') top center no-repeat;background-size: 100%;width: 0.68rem;height: 0.68rem;top: -0.7rem;right:0.2rem; }
.closebtn2{background: url('../images/close.png') top center no-repeat;background-size: 100%;width: 0.68rem;height: 0.68rem;/*top: 2.3rem;*/
    top: 1.3rem;
    right: 0.8rem;z-index: 99; }

.pullinbtn{
    background: url(../images/2p8.png) top center no-repeat;
    background-size: 100%;
    width: 3.88rem;
    height: 0.99rem;
    top: 10.5rem;
    left: 1.8rem;
    z-index: 99;
    display: none;
}
.pullinbtn.actived{
    -webkit-animation: bounceIn 2s 0.8s ease-in-out forwards;
    animation: bounceIn 2s 0.8s ease-in-out forwards;
    display: block;
}

img[src=""],img:not([src]){opacity:0;}

.vdnote{
    position: absolute;left: 0.5rem;top: 1.7rem;width: 6.29rem;height: 8.11rem;
}
.s2vd,.s2pic{
    width: 7.2rem;
    height: 4rem;
    /*background: #000;*/
    position: absolute;
    left: 0.15rem;
    top: 0.15rem;
}
video{
    object-fit: fill;
    position: absolute;
    width:100%;
    left:0;
    /*top: 2.5rem;*/
    display: block;
    top:50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    /*height:100%;*/
    /*z-index: 999999;*/

    /*height: 4.23rem;*/
}
video.h{
    object-fit: fill;
    height:100%;
}
.imggif{
    display: none;
    position: absolute;
    width: 100%;
    top:0;
}




.andriodvd{
    background: url('../images/bg2.jpg') center no-repeat;
    background-size: 100%;
    width:100%;height: 100%;
    position: absolute;
    top:0;
    left:0;
    z-index:9999999;
    display: none;
}

.skipbtn{
    position: absolute;
    width: 1.82rem;
    height: 0.78rem;
    top: 1rem;
    right: 0;
    font-size: 0.3rem;
    text-align: center;
    text-decoration: underline;
    z-index:999999;
    color: rgba(218, 218, 218, 0.85);
}
.vdbox3{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99999999;
}

.sltwrap{
    background: url('../images/3-1.png') center no-repeat;background-size: 100%;width: 5.68rem;
    height: 2.47rem;
    top: 5rem;
    left: 0.9rem;
    position: absolute;
    z-index: 99999999;
    opacity: 0;
    transform: translate(0,-1.5rem);
    -webkit-transform: translate(0,-1.5rem);
}

.sltwrap.actived{
    -webkit-animation: show 1s ease-in-out forwards;animation: show 1s ease-in-out forwards;

}
.sltwrap span{
    width:100%;height: 1.1rem;
    margin-bottom:0.2rem;
    position: initial;
    display: block;
}


/* ---------------------- page1 ------------------ */
.logo{
    width: 3.45rem;
    height: 0.56rem;
    bottom: 1rem;
    left: 2rem;
    position: absolute;}

.title{background: url('../images/2.png?v9') center no-repeat;background-size: 100%;    width: 7.5rem;
    height: 4.97rem;
    top: 0.2rem;
    left: 0rem;position: absolute;}
.txt{position: absolute;top: 5.15rem;width: 5.7rem;height: 1.35rem;left: 0.98rem;font-size: 0.39rem;color: #3275c7;}
.txt span{width: 100%;    display: block;}
.txt span:nth-child(1){font-weight: bold;}
.txt span:nth-child(2){font-size: 0.24rem;color: #3275c7;text-align: center;margin-top: 5px;}
.txt input{width: 4.02rem;height: 0.82rem;background: #fff;border:1px solid #cadcfb;border-radius:10px;    font-size: 0.3rem;text-indent: 5px;margin-top: 5px;}
/*.btn{position: absolute;width: 2.46rem;height: 1.5rem;top:7.15rem;    left: 2.5rem;}*/
.startbtn{background: url('../images/3.png?v9') center no-repeat;background-size: 100%;width:2.46rem;height: 1.11rem;top:0rem;left: 0rem;    position: absolute;
    display: block;}
.startbtn2{background: url('../images/33.png?v9') center no-repeat;background-size: 100%;width:2.46rem;height: 1.11rem;top:0rem;left: 0rem;    position: absolute;
    display: block;}
.rulebtn{    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    color: #3275c7;
    display: block;
    position: absolute;
    top: 1.15rem;}
.blasket{background: url('../images/11.png?v9') center no-repeat;background-size: 100%;width:2.01rem;height:1.95rem;top:9.49rem;left: 2.74rem;position: absolute;}

.divwrap{width: 100%;height: 100%;background:rgba(0,0,0,0.66);display: none;
    z-index: 9999;
    top: 0;
    left: 0;
}
.rtext{background: url('../images/4.png?v9') center no-repeat;background-size: 100%;position: absolute;width:5.29rem;height:7.45rem;top:2.18rem;left: 1.33rem;}
.slcbtn,.ynclsbtn{position: absolute;width:1rem;height:1rem;top: 2.4rem;left: 5.7rem;}

.rbg{position: absolute;    width: 5.54rem;
    height: 7.21rem;
    top: 2.48rem;
    /* width:5.72rem;height:8.15rem;top:1.48rem; */left: 0.98rem;}
.rbg img{width: 100%;display: none;}
.downbtn{    position: absolute;
    width: 4rem;
    height: 0.8rem;
    top: 6.8rem;
    left: 1.8rem;}
.no .downbtn{    width: 3.5rem;
    height: 0.6rem;
    top: 6rem;
    left: 2rem;}
.no .ynclsbtn{    top: 1.4rem;}

.rltxt img{    position: absolute;
    width: 1.14rem;
    height: 0.62rem;
    top: 4.88rem;
    left: 2.12rem;
    display: none;
}




.secbg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.gcbpwrap{
    width: 6.14rem;height: 9.81rem;position: absolute;top: 0.2rem;left: 0.7rem;/*background: url('../images/bg6.jpg') center no-repeat;background-size: 100%;*/
}
.gcbpwrap img{width: 100%;position: absolute;top: 0;left: 0;}
.savenote{
    width: 2.54rem;height: 0.45rem;position: absolute;    top: 8.6rem;
    left: 1.8rem;background: url('../images/5p2.png') center no-repeat;background-size: 100%;
}

.shbg{
    background: url(../images/share.png) center no-repeat;
    background-size: 100%;
    position: absolute;
    width: 3.4rem;
    height: 3.08rem;
    top: 0;
    right: 0.65rem;
}


.sec{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
}
.ending{
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    position: absolute;
    display: none;
    z-index: 999999;
}
.ending.actived{
    display: block;
}

.endcon{
    position: absolute;
    top: 1rem;
    width: 100%;
}
.endcon p{
    margin: 0 0 0.1rem 0.8rem;
    font-size: 0.36rem;
    color: #a2cffe;
}
.gobtn{
    background: rgba(0,0,0,0.5) url(../images/logo.png) 1rem center no-repeat;
    background-size: 0.5rem 0.5rem;
    position: absolute;
    width: 100%;
    height: 0.8rem;
    color: #ddd;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.8rem;
	z-index:10;
}

.english .gobtn{
    background: rgba(0,0,0,0.5) url(../images/logo.png) 1.0rem center no-repeat;
    background-size: 0.5rem 0.5rem;
    position: absolute;
    width: 100%;
    height: 0.8rem;
    color: #ddd;
    left: 0;
    font-size: 0.25rem;
    text-align: left;
    line-height: 0.8rem;
    text-indent: 1.69rem;
    z-index:10;
}
.vtd{
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05));*/
    background: url(../images/maskbg.png) top center no-repeat;
    background-size: cover;
    width:100%;
    min-height: 1.8rem;
    position: absolute;
    /*bottom: 1.3rem;*/
    bottom:0;
    left: 0;
	z-index:10;
}
.dtzone{
    width: 1.7rem;
    height: 3rem;
    position: absolute;
    top: -2.5rem;
    right: 0.1rem;
    font-family: PingFangSC-Medium;
    font-size: 0.26rem;
    color: #FFFFFF;
    text-align: center;
}
.dtzone .author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.dtzone .author {
    width: 0.76rem;
    height: 0.76rem;
    top: -1.74rem;
    border-radius: 50%;
    right: 0.24rem;
    border: 2px solid #fff;
}

.like{
    background: url(../images/like.png) top center no-repeat;
    background-size: 0.82rem 0.74rem;
    width: 2rem;
    height: 1rem;
    line-height: 1.7rem;
    text-align: center;
    left: 0;
}
.cmt{
    background: url(../images/chat.png) top center no-repeat;
    background-size: 0.76rem;
    width: 2rem;
    height: 1rem;
    line-height: 1.7rem;
    text-align: center;
    left: 0;
    top: 1.5rem;
}

.vtd p{
    font-family: 'zhonghei', "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    color: #eee;
    width:85%;
    margin-top: 0.1rem;
    /*max-height: 1.2rem;*/
    overflow-y: auto;
    font-size: 0.34rem;
    color: #FFF;
    line-height: 0.48rem;
    padding-bottom:0.45rem;
}
.vtitle{
    padding-top: 0.5rem;
}
.detailbtn{
    /*background: url(../images/morebtn.png) 1rem center no-repeat;*/
    /*width: 2.61rem;*/
    /*height:0.72rem;*/
    /*position: absolute;*/
    /*bottom: 0.9rem;*/
    /*right: 0;*/
    /*padding: 0.2rem;*/
    /*font-size: 0.22rem;*/
    /*color: #ddd;*/

    background: url(../images/morebtn.png) top center no-repeat;
    background-size: 100% 0.48rem;
    width: 1.74rem;
    height: 1rem;
    display: block;
    margin: 0.2rem 0 0 0.2rem;
}

.blurify{
    width:100%;
    height: 100%;
    top:0;
    left:0;
    position: absolute;
}


@-webkit-keyframes show {
    100% {
        -webkit-transform: translate(0, 0) scale(1) rotate(0) skew(0);
        transform: translate(0, 0) scale(1) rotate(0) skew(0);
        opacity: 1;
    }
}
@keyframes show {
    100% {
        -webkit-transform: translate(0, 0) scale(1) rotate(0) skew(0);
        transform: translate(0, 0) scale(1) rotate(0) skew(0);
        opacity: 1;
    }
}


/*iPhoneX的适配*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .handwrap{
        /*top: 10rem;*/
    }
}

/*iPhoneXS XR的适配*/
/*body.xx .handwrap{top: 10rem;}*/



@media screen and (min-device-height:720px) and (min-device-width: 444px) {
    .handwrap{
        /*top: 10rem;*/
    }

}

