html{
    font-size: 100px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "MicrosoftYaHeiUI";
}
a, area {
    display: inline-block;
    outline: 0;
    text-decoration: none;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
img{
    border: 0;
    vertical-align: middle;
    display: block;
}
span a{
    display: inline-block;
}
.fL{float:left}
.fR{float:right}
.claer{
    width: 0;
    height: 0;
    clear: both;
}
ul,li,ol{
    list-style: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
body{
    font-family: Arial,"Microsoft YaHei","Hiragino Sans GB",sans-serif;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    resize: none;
}
.wrapper{
    width: 7.5rem;
    height: 41.3rem;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
    background: url(../images/bg.jpg) #011d29 center -1.3rem / 100% auto no-repeat;
}
.banner{
    width: 7.5rem;
    position: relative;
    height: 10rem;
}
.play_video{
    width: 0.73rem;
    height: 0.88rem;
    display: block;
    position: relative;
    top: 4.45rem;
    margin: 0 auto;
    background: url(../images/play_icon.png) center center / 100% auto no-repeat;

}
.down_icon{
    width: 0.65rem;
    height: 0.42rem;
    margin: 0 auto;
    background: url(../images/down.png) 0 0 no-repeat;
    background-size: 0.65rem;
}
@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -0.1rem, 0);
        transform: translate3d(0, -0.1rem, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -0.05rem, 0);
        transform: translate3d(0, -0.05rem, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -0.01rem, 0);
        transform: translate3d(0, -0.01rem, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -0.1rem, 0);
        transform: translate3d(0, -0.1rem, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -0.05rem, 0);
        transform: translate3d(0, -0.05rem, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -0.01rem, 0);
        transform: translate3d(0, -0.01rem, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.characteristic{
    height: 7.5rem;
    height: 9.82rem;
    margin-top: 0.81rem;
    padding-top: 2.3rem;
    position: relative;
    z-index: 9;
    background: url(../images/feature_bg.png) center center / 100% auto no-repeat;

}
.characteristic .c_left{
    padding-top: 0.35rem;
    position: absolute;
    display: none;
}
.font_icon{
    width: 0.49rem;
    height: 0.49rem;
    margin-bottom: 0.1rem;
    background: url(../images/sprinticon.png) 0 0 no-repeat;
    background-size:0.49rem;
}
.taste_title{
    background-position: 0 -1.25rem;
}
.change_title{
    background-position: 0 -0.64rem;
}
.c_title{
    width: 0.49rem;
    text-align: center;
    font-size: 0.46rem;
    font-weight: bold;
    color: #212527;
    line-height: 0.46rem;
    margin-left: 0.96rem;
}

.c_title.sp {
    margin-left: 0.38rem;
}
.c_text{
    height: 4.35rem;
    margin-left: 0.2rem;
}
.c_text li{
    width: 0.4rem;
    padding-right: 0.08rem;
    line-height: 0.25rem;
    font-size: 0.24rem;
    text-align: right;
    color: #0c1e26;
    border-right: 1px dashed #a08a73;
}
.oli0{
    border-left: 1px dashed #a08a73;
}
.c_text li span{
    font-weight: bold;
    display: block;
    margin-top: -0.15rem;
    padding-left: 0.15rem;
    margin-bottom: 0.15rem;
}
.fenhao{
    margin-top: -0.05rem!important;
}
.card{
    width: 2.99rem;
    height: 5.31rem;
    margin-right: 1rem;
    margin-top: 0.23rem;
    float: right;
    background-size: 2.99rem;
    position: absolute;
    right: 0;
    top:2.5rem;
}
#card01{
    background: url(../images/feature-gif1.gif?1) center center / 100% auto no-repeat;
}
#card02{
    background: url(../images/feature-gif2.gif?1) center center / 100% auto no-repeat;
}
#card03{
    background: url(../images/feature-gif3.gif?1) center center / 100% auto no-repeat;
}
#card04{
    background: url(../images/zhandou1/0.png) 0 0 no-repeat;
}
.card img{
    width: 2.99rem;
    height: 5.31rem;
    position: absolute;
    right: 0;
    top:0;
    margin: 0!important;
}
.page_box{
    position: absolute;
    bottom: 1.22rem;
    left: 1.4rem;
}
.page_box li{
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    line-height: 0.28rem;
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #563a23;
    margin-left: 0.15rem;
    border: solid 0.04rem #563a23;
}
.page_box li.active{
    background-color: #563a23;
    color: #d8c9ae;
}
.card_intro{
    height:9.65rem;
    padding: 1.85rem 0 0 0.6rem;
    margin-top: -0.65rem;
    position: relative;
    background: url(../images/langgongzhu.png) 0 -1.5rem no-repeat;
    background-size: 100% auto;
}
.card_content{
   width: 5.65rem;
}
.person_intro{
    padding-top: 0.94rem;
    position: relative;
    left: 0;
    display: none;
}
.p_left{
    position: absolute;
    left: 0;
    z-index: 5;
}
.person_intro img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}
.person_name{
    font-size: 0.5rem;
    font-weight: bold;
    color: #e6d9c0;
}
.person_name span{
    font-size: 0.01rem;
    letter-spacing: 0.01rem;
    color: rgba(230, 217, 192, 0.5);
}
p.intro_text{
    height: 0.5rem;
    line-height: 0.45rem;
    font-size: 0.24rem;
    color: #79c9e8;
}

.icon-heart {
    background: url("../images/icon-heart.png") no-repeat;
    background-size: 100% 100%;
    width: 0.21rem;
    height: 0.18rem;
    display: inline-block;
    vertical-align: middle;
}
.vedio_box{
    width: 4.93rem;
    height: 2.87rem;
    padding: .08rem;
    text-align: center;
    position: relative;
    background: url(../images/vedio_bg02.jpg)  no-repeat;
    background-size: 100% 100%;
    margin-bottom: .12rem;
    overflow: hidden;
}
.vedio_box img, .vedio_box video{
    display: block;
    width: 4.8rem;
    height: 2.72rem;
    left: .06rem;
    top: .08rem;
}
#myVideo::-webkit-media-controls {  /*不显示时间条*/
  object-fit:fill;  /*设置预览图铺满*/
  display:none !important;
}
#myVideo::-webkit-media-controls-enclosure {
    display: none !important;
}
.trick_text{
    width: 4.9rem;
    height: 1rem;
    text-align: center;
    background: url(../images/trick.png) 0 0 no-repeat;
    background-size: 5.12rem;
    font-size: 0.24em;
    color: #0c2f3d;
    display: table-cell;
    vertical-align:middle;
    padding-left: .3rem;
    border-radius: .06rem;
}
.iframe{
    width: 5rem;
    height: 2.81rem;
    position: absolute;
    left: 0.07rem;
    top: 0.16rem;
}
.trick_text span{
    font-weight: bold;
}
.padingL{
    padding-left: 0.6rem;
    font-weight: inherit!important;
}
.tab_box{
    margin-top: 1.65rem;
}
.tab_box li{
    width: 0.72rem;
    height: 0.72rem;
    margin-bottom: 0.15rem;
    border-radius: 50%;
    overflow: hidden;
    background: #000000;
    position: relative;
    border: 0.05rem solid rgb(216,213,187);
}
.tab_box li.active{
    border: 0.05rem solid rgb(109,69,30);
}

.fade_box{
    width: 0.72rem;
    height: 0.72rem;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 50%;
    background: #000000;
    opacity: 0.2;
}

.tab_box li img{
   width: 0.72rem;
   height: 0.72rem;
   display: block;
}
.tab_box li.active .fade_box{
    display: none;
}
.show{
    display: block!important;
}
.goody_bag{
    margin-top: 1rem;
}
.bag{
    width: 5.95rem;
    height: 1.78rem;
    margin: 0 auto;
    background: url(../images/libao.png) 0 0 no-repeat;
    background-size: 5.95rem
}
.receive{
    padding-left: 0.8rem;
    margin: 0.5rem auto 0;
}
.input_box{
    font-size: 0.3rem;
    color: #6c412c;
    font-weight: bold;
    margin-bottom: 0.15rem;
}
.input_box label{
    display: inline-block;
    width: 2rem;
    text-align:right;
}
.input_box .require{
    position: relative;
    top: 0.05rem;
}
input::-webkit-input-placeholder {
    color: #604538 !important;
    font-size: 0.14rem;
    font-weight: bold;
}
input:-moz-placeholder {
    color: #604538 !important;
    font-size: 0.14rem;
    font-weight: bold;
}
input::-moz-placeholder {
    color: #604538 !important;
    font-size: 0.14rem;
    font-weight: bold;
}
input:-ms-input-placeholder {
    color: #604538 !important;
    font-size: 0.22rem;
    font-weight: bold;
}
.input_box input{
    width: 3.26rem;
    height: 0.38rem;
    line-height: 0.38rem;
    border: none;
    background: url(../images/input_bg.png) 0 0 no-repeat;
    background-size: 3.26rem;
    padding-left: 0.15rem;
    color: #604538;
}
.pet_name{
    display: inline-block;
    width: 3.27rem;
    height: 0.38rem;
    line-height: 0.38rem;
    text-align: center;
    background-color: #604538;
    font-weight: normal;
    font-size: 0.22rem;
    color: #e5dbca;
}
.submit{
    display: block;
    width: 5.49rem;
    height: 1.25rem;
    background: url(../images/receive.png) 0 -2.75rem no-repeat;
    background-size: 5.49rem;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: rgba(38, 54, 72, 0.72);
    color: #b0d0f5;
    text-align: center;
    margin-left: 0.3rem;
}
.submit:active{
    background-position: 0 -1.41rem;
}
.submit.active{
    background: url(../images/receive.png) -0.05rem -0.1rem no-repeat;
    background-size: 5.49rem;
    color: rgb( 178, 178, 178 );
}
.f_line{
    width: 5.49rem;
    height: 0.4rem;
    background: url(../images/line.png) 0.85rem 0.15rem no-repeat;
    background-size: 4.49rem;
}
p.messge{
    text-align: center;
    font-size: 0.24rem;
    color: #233640;
    margin-top: -0.1rem;
}
.input_box select {
    width: 3.26rem;
    height: 0.38rem;
    line-height: 0.38rem;
    border: 0;
    background: url(../images/input_bg.png) #d9d0bf no-repeat;
    background-size: 100% 100%;
    font-size: 0.17rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 0.1rem;
    box-sizing: border-box;
    color: #604538;
    margin-left: 0.1rem;
}
.guanzhu{
    width: 7.5rem;
    height: 5.83rem;
    margin: -0.5rem auto 0;
    background: url(../images/code_bg.png) center center / 100% no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.3rem 0.9rem;
}
.weixin,.weibo{
    width: 2.58rem;
    text-align: center;
    font-size: 0.3rem;
    color: #000000;

}
.weixin img,.weibo img{
    width: 2.27rem;
    margin: 0 auto 0.3rem;
}
.weibo img{
    margin-left: 0.26rem;
}
.header{
    width: 7.5rem;
    height: 0.94rem;
    background: url(../images/topbar-bg.png) center /100% auto no-repeat;
    position: fixed;
    left: 50%;
    margin-left: -3.75rem;
    padding: 0.15rem 0.2rem 0;
    top:0;
    z-index: 15;
}
#libao{
    position: absolute;
    bottom: 2.8rem;
}
.logo{
    width: 0.56rem;
    height: 0.56rem;
    background: url(../images/logo.png?v=10332) 0 0 no-repeat;
    background-size: 0.56rem;
    margin-right: 0.25rem;
}
.age-btn{
    width: 0.747rem;
    height: 0.96rem;
    background: url("../images/12+.jpg") 0 0 no-repeat;
    background-size: 0.747rem;
    position: absolute;
    top: 6rem;
    right: 0.1rem;
}
.h_text{
    font-size: 0.2rem;
    color: #757575;
    margin-right: 0.46rem;
}
.h_text .h_title{
    font-weight: bold;
    color: #c8aa7a;
}
.h_text img {
    width: 1.2rem;
    height: auto;
    display: block;
    margin-top: -0.1rem;
}
/* .h_abtn{
    width: 1.76rem;
    height: 0.59rem;
    background: url(../images/download_btn.png?v=1d22) 0 0 no-repeat;
    background-size: 3.6rem;
} */
.download{
    width: 1.75rem;
    height: 0.57rem;
    position: absolute;
    right: 0.1rem;
    background: url(../images/btn-download.png) center /100% auto no-repeat;
    margin-left: 0.1rem;
}
.tip-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    text-align: center;
}
.tip-wrap {
    margin-top: 20px;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    color: #b95817;
}
.tip-wrap p {
    display: flex;
    align-items: center;
}
.icon-browser {
    width: 20px;
    height: 20px;
    object-fit: cover;
    margin: 0 4px;
}
.icon-arrow {
    width: 50px;
    height: 50px;
    object-fit: cover;
    position: absolute;
    right: 30px;
    top: 20px;
}
.swiper-container{width:100%;height: 7rem;border-top:0;margin-top:10px!important}
.swiper-slide{width:100%;background:none;color:#373737;}
.content-slide a{
    display: block;
    height: 0.4rem;
    margin: 0.2rem 0;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    20% {
        opacity: 0.2;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 0.6;
    }
    80% {
        opacity: 0.8;
    }
    90% {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1200ms;
    animation-duration: 1200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
#musicPlayBtn{
    display: block;
    position: fixed;
    right: 2.14rem;
    top: 0.17rem;
    z-index: 99;
    width: 0.63rem;
    height: 0.63rem;
}

#musicPlayBtn img{
    width: 100%;
    height: 100%;
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.lb_btn{
    position: absolute;
    right: 2rem;
}
.footer-box{
    width: 6.76rem;
    margin: 0.11rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.footer-box .link{
   width: 3.22rem;
    height:1.28rem;
    margin-bottom: 0.22rem;
    display: block;
}
.footer-box .link:nth-child(1){
    background: url(../images/linkBtn1.png) center center / 100% auto no-repeat;
}
.footer-box .link:nth-child(2){
    background: url(../images/linkBtn2.png) center center / 100% auto no-repeat;
}
.footer-box .link:nth-child(3){
    background: url(../images/linkBtn3.png) center center / 100% auto no-repeat;
}
.footer-box .link:nth-child(4){
    background: url(../images/linkBtn4.png) center center / 100% auto no-repeat;
}
.footer-box .link:nth-child(5){
    background: url(../images/linkBtn5.png) center center / 100% auto no-repeat;
}   
.footer-box .link:nth-child(6){
    background: url(../images/linkBtn6.png) center center / 100% auto no-repeat;
}


.footer-box a{
    width: 100%;
    height: 100%;
}
.fade{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    display: none;
    background: #000000;
    opacity: 0.5;
    z-index: 199;
}
.vedio_bg{
    width: 6.80rem;
    height: 3.76rem;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -3.4rem;
    margin-top: -1.88rem;
    display: none;
    z-index: 200;
    background: #000000;
    color: #bca05e;
    text-align: center;
}

.vedio_bg .vedio,.vedio video{
    width: 6.80rem;
    height: 3.76rem;
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;

}
.alert_close{
    width: 0.37rem;
    height: 0.38rem;
    background: url("../images/close-icon.png") 0 0 no-repeat;
    background-size: 0.37rem;
    position: absolute;
    right: 0;
    top:-0.6rem;
}
.yuyue-btn{
    width: 4.87rem;
    height: 1.2rem;
    position: absolute;
    z-index: 10;
    top: 6.05rem;
    left: 2.8rem;
    transform: rotate(-15deg);
}
.ybtn{
    width: 2.28rem;
    height: 1.15rem;
    float: left;
    background: url("../images/yuyue-btn.png") 0 0 no-repeat;
    background-size:4.95rem;
}
.tab-tab{
    background-position: -0.1rem -0.1rem;
}
.gw-btn{
    position: relative;
    top: -0.49rem;
    background-position:-0.1rem -1.45rem;
}
