@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media screen and (min-width: 600px) {
    html {
        font-size: 160px !important;
    }
}
/*a标签不需要点击效果*/
a {
    -webkit-tap-highlight-color: transparent;
}

html, body {
    -webkit-user-select: none;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
}

body, ul, li, input, img, a, dl, dt, dd, textarea, button, input, select {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}


img {
    vertical-align: middle;
}
/*common style start*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pointer {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.block-center {
    margin-left: auto;
    margin-right: auto;
}
/*******scene********/
body {
    background-color: #e3eef4;
}

.cm-scene {
    background: #e3eef4;
}
#allBox{
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    height:100%;
}
.cm-stage-container {
    background-color: #e3eef4;    
}

.scene-loading {
    visibility: visible;
}

/************加载页**************/
.scene-loading {
    background: url('../image/bg.jpg') center bottom no-repeat;
    background-size: 100% 100%;
}
.scene-loading img {
    display: block;
}

.scene-loading .titlecontainer {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    display: block;
    z-index: 2;
}
.scene-loading .logo{
    margin-left:auto;
    margin-right:auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .43rem;
}
.scene-loading .loading-percent {
    font-size: 0.14rem;
    line-height:0.24rem;
    margin-top:0.11rem;
    text-align: center;
    color: #7C80E3;               
}
.scene-loading .loading-bar-inner {
    width: 1%;
    height: 6px;
    /*border-radius: 4px;*/
    background: #9B9EEB;
    transition: width 4s;
    -webkit-transition: width 4s;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
}
.scene-loading .loading-ruler {
    width: 100%;
    height: .18rem;
    position: absolute;
    left: 0;
    bottom: 8px;
    background: url(../image/loading-ruler.png) repeat-x left center;
    background-size: auto 100%;
}
.scene-loading .cup {
    width: .36rem;
    height: auto;
    display: block;
    position: absolute;
    right: -.18rem;
    bottom: .3rem;
}
.scene-loading .loading-bar{
    width:3rem;
    height: 6px;
    background: #fff;
    border-radius: 6px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0.2rem;
    position: relative;
}
.scene-loading .title{
    width:1.36rem;
    height:.67rem;
    margin-left:auto;
    margin-right:auto;
} 

/**********页面1*************/
#scene1 {
    background: url('../image/bg.jpg') center bottom no-repeat;
    background-size: 100% 100%;
}   
#scene1 .logo,#scene2 .logo{
    position:absolute;
    margin-left: 50%;
    top:5%;
    left:-.78rem;
}
#scene1 .circle-box {
    width: 3.42rem;
    height: 3.43rem;
    background: url(../image/page0/circle.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* top: 2.1rem; */
    top: 31%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scene1 .wine {
    width: 2.56rem;
    height: 2.57rem;
    display: block;
}
#scene1 .btn-enter {
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 50%;
    background: #f4ff6b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.61rem;
    cursor: pointer;
}
#scene1 .img-enter {
    width: .66rem;
    height: .17rem;
    display: block;
    margin: 0 auto;
}
#scene1 .img-up {
    width: .2rem;
    height: .16rem;
    display: block;
    margin: 0 auto .1rem;
}
#scene1 .tips2 {
    width: 2.08rem;
    height: .17rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .2rem;
}
#scene1 .word-box {
    width: 100%;
    left: 0;
    top: 14%;
    position: absolute;
}
#scene1 .page0-title {
    width: 3.16rem;
    height: .37rem;
    display: block;
    margin: 0 auto .19rem;
}
#scene1 .ruler {
    width: 2.91rem;
    height: .18rem;
    display: block;
    margin: 0 auto .1rem;
}
#scene1 .tips1 {
    width: 2.91rem;
    height: .12rem;
    display: block;
    margin: 0 auto;
}
.arrow-up{
    animation: moveIconUp ease 1.4s 2s both infinite;
    -webkit-animation: moveIconUp ease 1.4s 2s both infinite;
    cursor: pointer;
}
#scene1 .arrow-up{
    bottom:.34rem;
}
@keyframes moveIconUp {
    0% {
        -webkit-transform: translateY(10%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-10%);
        opacity: 0;
    }    
}
@keyframes -webkit-moveIconUp {
    0% {
        -webkit-transform: translateY(10%);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-10%);
        opacity: 0;
    }    
}

/**********页面2 时间和地点*************/
#scene2 .contentcontainer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
#scene2 .contentcontainer .content{
    position: relative;
    min-height: 100%;
    background: url('../image/bg.jpg') center bottom no-repeat;
    background-size: 100% 100%;
    padding-top:0.39rem;
}
#scene2 .sign-box{
    width: auto;
    height: 85%;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
#scene2 .sign{
    width: auto;
    height: 100%;
    display: block;
}
.sign-button {
    width: 100%;
    height: 57%;
    position: absolute;
    left: 0;
    top: 29%;
}
.sign-button div:nth-of-type(1){ 
    width: 100%;
    height: 25%;
    cursor: pointer;
}
.sign-button div:nth-of-type(2){ 
    width: 100%;
    height: 25%;
    cursor: pointer;
}
.sign-button div:nth-of-type(3){ 
    width: 100%;
    height: 25%;
    cursor: pointer;
}
.sign-button div:nth-of-type(4){ 
    width: 100%;
    height: 25%;
    cursor: pointer;
}

/**********页面3 活动介绍*************/
#scene3 .contentcontainer,#scene4 .contentcontainer,#scene5 .contentcontainer,#scene6 .contentcontainer{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
#scene3 .contentcontainer .content,#scene4 .contentcontainer .content,#scene5 .contentcontainer .content,
#scene6 .contentcontainer .content{
    position: relative;
    min-height: 100%;
    background: url('../image/bg.jpg') center center no-repeat;
    background-size: 100% 100%;
    padding-top:0.38rem;
    padding-bottom: 1.17rem;
}
#scene3 .logo {
    margin: 0 auto .1rem;
}
#scene3 .page3-words-bg {
    width: 100%;
    height: 4.84rem;
    background: url(../image/page3/card.png) no-repeat center;
    background-size: 100% 100%;
    font-weight: 500;
    font-size: .14rem;
    color: #3F4563;
    line-height: .31rem;
    padding: 1.5rem .58rem 0 .72rem;
    box-sizing: border-box;
}
.tool {
    width: 1.83rem;
    height: .4rem;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: .46rem;
    z-index: 20;
}
.btn-back,.btn-back-detail {
    width: .84rem;
    height: .42rem;
    /* position: fixed; */
    position: absolute;
    left: .13rem;
    top: 1rem;
    z-index: 20;
}
#scene4 .btn-back{
    top: 1.1rem;
}
/*  */
#scene4 .logo,#scene5 .logo,#scene6 .logo {
    margin: 0 auto .1rem;
}
#scene4 .video-list {
    width: 100%;
    height: 6.3rem;
    background: url(../image/zj-bg.png?01) no-repeat center;
    background-size: 100% 100%;
    padding-top: 1.35rem;
    box-sizing: border-box;
}
.video-item {
    width: 100%;
    height: 2.4rem;
    position: relative;
    padding: 0 .2rem;
    box-sizing: border-box;
    margin-bottom: .2rem;
}
.video-cover,.qidai-cover {
    width: 100%;
    height: 1.88rem;
    border: 1px solid #2A2C3E;
    background: rgba(0,0,0,0.6);
    position: relative;
}
.qidai,.video-poster {
    width: 100%;
    height: 100%;
    display: block;
}
.icon-play {
    width: .73rem;
    height: .73rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
.video-info {
    width: 3.1rem;
    height: .77rem;
    background: url(../image/namecard1.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: .1rem .53rem 0 .2rem;
    box-sizing: border-box;
}
.video-title {
    font-weight: 800;
    font-size: .15rem;
    color: #1D1D1D;
    margin-bottom: 5px;
}
.video-desc {
    font-weight: 600;
    font-size: .11rem;
    color: #515151;
    line-height: .15rem;
}
.video-desc span{
    color: #575BC8;
}
.video-item2 .video-info {
    background: url(../image/namecard2.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    left: unset;
    right: 0;
    padding: .1rem .33rem 0 .4rem;
}
.video-toast {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: rgba(0,0,0,1);
    display: none;
}
.video-inner {
    width: 100%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.video-box {
    width: 100%;
    height: 90%;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
}
.close-video-toast {
    width: .3rem;
    height: auto;
    display: block;
    margin: .2rem auto 0;
}
.video-box video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
/*  */
.article-wrapper {
    width: 100%;
    height: 7.79rem;
    background: url(../image/zs-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 1.53rem;
    box-sizing: border-box;
}
.article-list {
    width: 100%;
}
.article-item {
    width: 3.6rem;
    height: .98rem;
    background: url(../image/_textbg.png) no-repeat center;
    background-size: 100% 100%;
    padding: .14rem .22rem 0 2.02rem;
    box-sizing: border-box;
    position: relative;
    margin-bottom: .43rem;
    cursor: pointer;
}
.article-cover {
    width: 1.72rem;
    height: .97rem;
    border: 1px solid #2A2C3E;
    position: absolute;
    left: .16rem;
    bottom: .23rem;
}
.article-image {
    width: 100%;
    height: 100%;
    display: block;
}
.article-title {
    font-weight: bold;
    font-size: .15rem;
    color: #1D1D1D;
    line-height: .23rem;
}
.page5-btn-box {
    width: 100%;
    display: flex;
    padding-left: .42rem;
    box-sizing: border-box;
}
.page5-prev {
    width: 1.02rem;
    height: .36rem;
    background: url(../image/btn-prev-page.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: .34rem;
    cursor: pointer;
}
.page5-next {
    width: 1.02rem;
    height: .36rem;
    background: url(../image/btn-next-page.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
/*  */
.detail-box {
    width: 100%;
    /* height: 8.73rem; */
    /* background: url(../image/detail-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 1.56rem .57rem 0 .72rem; */
    box-sizing: border-box;
    font-weight: 500;
    font-size: .14rem;
    color: #3F4563;
    line-height: .3rem;
    position: relative;
    text-align: justify;
}
.s-title {
    font-size: .18rem;
    font-weight: bold;
    margin: .1rem 0;
}
.content-middle-img {
    width: 100%;
    height: auto;
    display: block;
    margin: .15rem auto;
}
.detail-box-inner {
    width: 100%;
}
.content-top,.content-bottom {
    width: 100%;
    height: auto;
    display: block;
}
.content-middle {
    width: 100%;
    min-height: 1rem;
    background: url(../image/content-middle.png) repeat-y top center;
    background-size: 100% auto;
    padding: 0 .57rem 0.32rem .72rem;
}
.content-middle.middle-3 {
    padding: 0 .57rem 0.2rem .72rem;
}
.content-middle.middle-4 {
    padding: 0 .57rem 0.16rem .72rem;
}
.detail-box-top {
    width: 100%;
    height: 1.18rem;
    background: url(../image/detail-top.png) no-repeat center;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: .19rem;
    color: #000000;
    padding: .7rem .66rem 0;
    box-sizing: border-box;
    line-height: .24rem;
}
.temp {
    width: 2.48rem;
    height: 1.85rem;
    display: block;
    margin: .23rem 0 .28rem;
}
.btn-see-all {
    width: 1.23rem;
    height: .36rem;
    background: url(../image/btn-see-all.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: .43rem;
    bottom: .22rem;
}
/***动画效果****/
.animated.delay-05s {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.logo {
    width: 1.56rem;
    height: .34rem;
    display: block;
}
.page-bottom-text {
    width: 2.19rem;
    height: .8rem;
    display: block;
    margin: .34rem auto 0;
}