.new-user{color: #fff5d5;text-align: center;position: absolute;right:.34rem;top:.14rem;z-index: 999;}
.new-user span,.new-user a{color: #fff5d5;}

.gift-look{text-align: center;position: relative;z-index: 9;cursor: pointer;}
.gift-look div{display: inline-block;}
.gift-look div+div{margin-left: .2rem;}
.gift-look span{text-decoration: underline;color: #ffe3bf;display: inline-block;vertical-align: middle;margin-left: .1rem;}
.gift-look img{width: .27rem;display: inline-block;vertical-align: middle;}

.tit{color: #ffe8ce;padding-top: .72rem;text-align: center;}
.num{display: inline-block; margin-top: .44rem; text-align: center;color: #942a00;width: 100%;height: .43rem;line-height: .43rem;}
.num span{color: #ff3000;}
.num i{color: #91ff30;font-size: .26rem;}

.explain{color: #805f50;margin: 0 .4rem;}
.explain .explain-tit{font-weight: bold;}
.explain .explain-txt .s1{display: inline-block;width: 90%; vertical-align: top;}

.tooltip{ width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; background: rgba(0,0,0,.8);}
.tooltip img{ width: 6.3rem; margin: 0 auto;}

.tit_img{display: block;width: 6.36rem;height: 1.93rem;margin: 0 auto;padding-top: .15rem;}

.con1 {position: relative;height: 13.34rem;background: url(../img/bg_01.jpg) center center no-repeat;background-size: cover;}
.logo{width: 2rem; position: absolute;  left: .34rem;  top: .3rem;z-index: 999;}
.con1-btn{position: absolute;top: .63rem;right: .35rem;display: flex;}
.con1-btn a{display: block;width: 1.73rem;}
.con1-btn a+a{margin-left: .12rem;}
.con1 .bg_bottom{height: 11.94rem;position: absolute;bottom: 0;left: 0;}
.con1 .bg_tit{width: 6.94rem;height: 2.48rem;position: absolute;top: 1.54rem;left: .29rem;}

.slide-arrow {
    width: .99rem;
    height: .99rem;
    background: url(../img/slide_jiantou.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5.9rem;
    right: .2rem;
    -webkit-animation: rightAndDown 1.2s infinite linear;
    -moz-animation: rightAndDown 1.2s infinite linear;
    -ms-animation: rightAndDown 1.2s infinite linear;
    animation: rightAndDown 1.2s infinite linear;
    z-index: 10;
}
@keyframes rightAndDown {
    0% {
        right: .2rem;
    }
    50% {
        right: .28rem;
    }
    100% {
        right: .2rem;
    }
}

.con2 {position: relative;height: 13.34rem;background: url(../img/bg_02.jpg) center center no-repeat;background-size: cover;}
.con2-con{width: 100%;height: 10.51rem; z-index: 99;background: url("../img/bg2_icon.png") center center no-repeat;background-size: 100% 100%;position: absolute;bottom: 0;left: 0;}
.con2-btn{position: absolute;right: .28rem;top:2.43rem; z-index: 999;}
.con2-btn a{display: block;width: .96rem;}
.con2-bar-box {text-align: center;width: 6.7rem;margin: 0 auto;margin-top: 5.93rem;}
.con2-bar {position: relative;left: 50%;transform: translate(-50%);z-index: 1;background: url(../img/bar_bg.png)center center no-repeat;width: 5.12rem;height: 1.04rem;background-size: 100% 100%;padding-top: .01rem;box-sizing: border-box;}
.con2-bar-span {display: block;width: 16%;height: .29rem;position: absolute;left: .06rem;top: .7rem;border-radius: .2rem;background: -webkit-linear-gradient(top,#ffa200, #e51e09,#f95965);}
.con2-bar-span.s1{width: 16%;}
.con2-bar-span.s2{width: 50%;}
.con2-bar-span.s3{width: 84%;}
.con2 .qd_list .qd_item{width: .92rem;position: absolute;z-index: 1;top: .66rem;height: .39rem;line-height: 0.4rem;color: #ed6d22;}
.con2 .qd_list .qd_item.active{color: #fff1db;}
.con2 .qd_list .qd_item:nth-child(1){left: .4rem;}
.con2 .qd_list .qd_item:nth-child(2){left: 2.1rem;}
.con2 .qd_list .qd_item:nth-child(3){left: 3.78rem;}
.btn_fhb {width: 3.9rem;display: block;margin: .3rem auto .14rem auto;}
.baozhu_num{width: 100%;height: .52rem;display: flex;justify-content: center;}
.baozhu_num img{width: .36rem;}

.baozhu_num div{height: .52rem;line-height: .68rem;color: #942a00;margin-left: .13rem;}
.baozhu_num div span{color: #ff3000;}
.con2-con .baozha{opacity: 0; width: 4.25rem;position: absolute;top: 1.38rem;left: 1.53rem;}
.con2-con .baozha.on{
    -webkit-animation: twinkling .8s ease;
}
@-webkit-keyframes twinkling{    /*透明度由0到1*/
    0%{
        opacity: 0;
        transform: scale(0);
     }
    100%{
        opacity: 1;
        transform: scale(1.5);
    }
}

.con3, .con4,.con5{position: relative;height: 13.34rem;background: url(../img/bg_03.jpg) center center no-repeat;background-size: cover;}
.con3-con{width: 100%;height: 13.34rem;z-index: 99;background: url(../img/qiuqian_bg.png) center center no-repeat;background-size: 100% 100%;position: absolute;bottom: 0;left: 0;}
.con3-con .qiuqian{
    width: 2.74rem;
    height: 3.47rem;
    margin: 0 auto;
    position: relative;
    margin-top: 4.66rem;
}
.con3-btn{
    position: absolute;
    right: .28rem;
    top: 2.43rem;
    z-index: 999;
}
.con3-btn a {
    display: block;
    width: .96rem;
    margin-bottom: .35rem;
}
.con3-con .qiuqian .qq_tong .tong_front{
    width: 2.74rem;
    height: 3.47rem;
    background: url("../img/tong.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
}
.con3-con .qiuqian .qq_tong .qian_list img{
    width: 1.26rem;
}
.con3-con .qiuqian .qq_tong .qian_01{
    position: absolute;
    top: -1.2rem;
    left: .12rem;
    transform: rotate(-11deg);
}
.con3-con .qiuqian .qq_tong .qian_02{
    position: absolute;
    top: -2.1rem;
    left: .75rem;
    transform: rotate(0deg);
}
.con3-con .qiuqian .qq_tong .qian_03{
    position: absolute;
    top: -2.05rem;
    left: 1.2rem;
    transform: rotate(16deg);
}
.con3-con .qiuqian .qq_tong .qian_04{
    position: absolute;
    top: -1.9rem;
    left: 0.3rem;
    transform: rotate(-8deg);
}
.con3-con .qiuqian .qq_tong .qian_05{
    position: absolute;
    top: -1.5rem;
    left: 1.42rem;
    transform: rotate(10deg);
}

.con3-con .qiuqian .btn_cj{
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 1.27rem;
    left: .88rem;
}
.con3-con .chouqian_num{
    text-align: center;
    color: #ffe4c1;
    line-height: 1;
    font-size: .24rem;
    position: absolute;
    width: 100%;
    bottom: .63rem;
}
.con3-con .chouqian_num span{color: #ffe730;}

/* 抽签 */
.tong_gd1{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard;
    -ms-animation-name: shake-hard;
    animation-name: shake-hard;
    -webkit-animation-duration: .5s;
    -ms-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(-9px, 6px) rotate(-4.5deg)
    }
    40% {
        transform: translate(4px, -9px) rotate(5.5deg)
    }
    60% {
        transform: translate(-4px, -8px) rotate(-3.5deg)
    }
    80% {
        transform: translate(-4px, -9px) rotate(6.5deg)
    }
    98% {
        transform: translate(-3px, 4px) rotate(-4.5deg)
    }
}

.qian_gd1{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard1;
    -ms-animation-name: shake-hard1;
    animation-name: shake-hard1;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard1 {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(6px, -9px) rotate(-5deg)
    }
    40% {
        transform: translate(-4px, -18px) rotate(-10.5deg)
    }
    60% {
        transform: translate(-2px, -11px) rotate(0deg)
    }
    80% {
        transform: translate(0px, -18px) rotate(-11.5deg)
    }
    98% {
        transform: translate(-3px, 4px) rotate(-2deg)
    }
}

.qian_gd2{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard2;
    -ms-animation-name: shake-hard2;
    animation-name: shake-hard2;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard2 {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(6px, -9px) rotate(10.5deg)
    }
    40% {
        transform: translate(-6px, -18px) rotate(-8.5deg)
    }
    60% {
        transform: translate(-8px, -11px) rotate(11.5deg)
    }
    80% {
        transform: translate(-11px, -18px) rotate(-7.5deg)
    }
    98% {
        transform: translate(-4px, 4px) rotate(-9.5deg)
    }
}
.qian_gd3{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard3;
    -ms-animation-name: shake-hard3;
    animation-name: shake-hard3;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard3 {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(6px, -9px) rotate(-10.5deg)
    }
    40% {
        transform: translate(-11px, -18px) rotate(7.5deg)
    }
    60% {
        transform: translate(-8px, -11px) rotate(-11.5deg)
    }
    80% {
        transform: translate(-6px, -18px) rotate(8.5deg)
    }
    98% {
        transform: translate(-4px, 4px) rotate(-9.5deg)
    }
}
.qian_gd4{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard4;
    -ms-animation-name: shake-hard4;
    animation-name: shake-hard4;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard4 {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(-11px, -18px) rotate(-7.5deg)
    }
    40% {
        transform: translate(6px, -9px) rotate(0deg)
    }
    60% {
        transform: translate(-6px, -18px) rotate(-8.5deg)
    }
    80% {
        transform: translate(-8px, -11px) rotate(0.5deg)
    }
    98% {
        transform: translate(-4px, 4px) rotate(-9.5deg)
    }
}
.qian_gd5{
    /* animation: tong_around .8s linear infinite;
    -webkit-animation: tong_around .8s linear infinite */
    -webkit-animation-name: shake-hard5;
    -ms-animation-name: shake-hard5;
    animation-name: shake-hard5;
    -webkit-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -ms-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    -ms-animation-play-state: running;
    animation-play-state: running
}
@keyframes shake-hard5 {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(-11px, -18px) rotate(-7.5deg)
    }
    40% {
        transform: translate(6px, -9px) rotate(10.5deg)
    }
    60% {
        transform: translate(-6px, -18px) rotate(-8.5deg)
    }
    80% {
        transform: translate(-8px, -11px) rotate(11.5deg)
    }
    98% {
        transform: translate(-4px, 4px) rotate(-9.5deg)
    }
}

.task_tit{
    width: 2.34rem;
    height: .49rem;
    margin: .44rem auto .12rem auto;
}
.con4-con .task_tit{margin-top: .9rem}

.con3 .task_list{
    width: 100%;
    height: 3.38rem;
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}
.con3 .task_list .lw_list{
    width: 100%;
    /* height: 1.42rem; */
    /* margin: .14rem auto .11rem auto; */
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
     justify-content: center;
    align-items: center;
}
.con3 .task_list .lw_list.one{
    height: 1.42rem;
}
.con3 .task_list .lw_list.row{
    flex-direction: row;
}
.con3 .task_list .lw_list.row .gf_lp+.gf_lp{
    margin-left: .05rem;
}
.con3 .task_list .lw_list .gf_lp{
    width: .64rem;
    height: .65rem;
    /*margin: 0 auto;*/
    margin-bottom: .1rem;
    position: relative;
}
.con3 .task_list .lw_list .gf_lp .lp_bg{
    width: .64rem;
    height: .65rem;
}
.con3 .task_list .task_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.56rem;
    height: 3.1rem;
    background: url("../img/rect_01.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 .08rem;
}
.con3 .task_list .task_item > span{
    display: block;
    color: #942a00;
    font-size: .22rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-bottom: .14rem;
}
.con3 .task_list .task_item .btn_lingqu{
    width: 1.29rem;
    height: .51rem;
    background: url("../img/btn_lingqu.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    cursor: pointer;
}
.desc {
    position: absolute;
    left: -.35rem;
    bottom: .8rem;
    padding: .1rem 0;
    background: #6E2315;
    color: #F3B5A7;
    width: 158%;
    border-radius: .05rem;
    text-align: center;
    line-height: 1;
    z-index: 997;
}
.desc:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -.15rem;
    bottom: -.3rem;
    z-index: 9;
    width: 0;
    height: 0;
    border-width: .15rem;
    border-style: solid;
    border-color: #6E2315 transparent transparent transparent;
}
.desc span{
    font-size: .30rem;
    color: #CDFF39;
    font-style: italic;
}

.gf_lp .desc{
    width: 1.5rem;
    left: -.38rem;
    line-height: 1.3;
    color: #F3B5A7;
}
.gf_lp:first-child .desc{
    bottom: -0.8rem;
}
.gf_lp:first-child .desc:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    bottom: 0.8rem;
    top: -.3rem;
}
.gf_lp:last-child .desc{
    bottom: .72rem;
}

.dh_item .desc{
    width: 100%;
    left: 0rem;
    bottom: 1.38rem;
    line-height: 1.2;
}

.con4-con{width: 100%;height: 11.33rem; z-index: 99;background: url("../img/bg_niudan.png") center center no-repeat;background-size: 100% 100%;position: absolute;bottom: 0;left: 0;}
.con4 .nd_list{width: 4.77rem;height: 4.77rem;margin: 0 auto;position: relative;margin-top: .4rem;}
.con4 .nd_anniu{
    width: 1.34rem;
    height: 1.34rem;
    background: url("../img/btn_niu.png") center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.67rem;
    cursor: pointer;
}
.con4 .nd_list > div > img:first-child{
    width: 1.22rem;
    height: 1.22rem;
}
.con4 .nd_list .jp1{width: 1.22rem;height: 1.22rem;position:  absolute;left: 3.36rem;top: 1.58rem;}
.con4 .nd_list .jp2{width: 1.22rem;height: 1.22rem;position:  absolute;left: 2.8rem;top: 2.78rem;}
.con4 .nd_list .jp3{width: 1.22rem;height: 1.22rem;position:  absolute;left: 1.55rem;top: 3.24rem;}
.con4 .nd_list .jp4{width: 1.22rem;height: 1.22rem;position:  absolute;left: .42rem;top: 2.5rem;}
.con4 .nd_list .jp5{width: 1.22rem;height: 1.22rem;position:  absolute;left: .38rem;top: 1.2rem;}
.con4 .nd_list .jp6{width: 1.22rem;height: 1.22rem;position:  absolute;left: 1.3rem;top: .29rem;}
.con4 .nd_list .jp7{width: 1.22rem;height: 1.22rem;position:  absolute;left: 2.6rem;top: .51rem;}

.diaol_1 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn1 1s linear .3s backwards;
    -webkit-animation: dialuodn1 1s linear .3s backwards;
}
.diaol_2 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn2 1s linear .3s backwards;
    -webkit-animation: dialuodn2 1s linear .3s backwards;
}
.diaol_3 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn3 1s linear .3s backwards;
    -webkit-animation: dialuodn3 1s linear .3s backwards;
}
.diaol_4 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn4 1s linear .3s backwards;
    -webkit-animation: dialuodn4 1s linear .3s backwards;
}
.diaol_5 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn5 1s linear .3s backwards;
    -webkit-animation: dialuodn5 1s linear .3s backwards;
}
.diaol_6 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn6 1s linear .3s backwards;
    -webkit-animation: dialuodn6 1s linear .3s backwards;
}
.diaol_7 {
    transform: scale(0.923,0.923);
    -moz-transform: scale(0.923,0.923);
    -webkit-transform: scale(0.923,0.923);
    -o-transform: scale(0.923,0.923);
    animation: dialuodn7 1s linear .3s backwards;
    -webkit-animation: dialuodn7 1s linear .3s backwards;
}
@-webkit-keyframes dialuodn1 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn2 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn3 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn4 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn5 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn6 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
@-webkit-keyframes dialuodn7 {
    0%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923);opacity: 0}
    5%   {-webkit-transform: translateY(-50%)  scale(0.923,0.923)}
    15%  {-webkit-transform: translateY(0)     scale(0.923,0.923)}
    30%  {-webkit-transform: translateY(-25%)  scale(0.923,0.923)}
    40%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    50%  {-webkit-transform: translateY(-15%)  scale(0.923,0.923)}
    70%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    80%  {-webkit-transform: translateY(-7.5%) scale(0.923,0.923)}
    90%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    95%  {-webkit-transform: translateY(-3.5%) scale(0.923,0.923)}
    97%  {-webkit-transform: translateY(0%)    scale(0.923,0.923)}
    99%  {-webkit-transform: translateY(-1.5%) scale(0.923,0.923)}
    100% {-webkit-transform: translateY(0)     scale(0.923,0.923);opacity: 1}
}
.weiyi_1{
    animation: around1 .8s linear infinite;
    -webkit-animation: around1 .8s linear infinite
}
.weiyi_2{
    animation: around2 .8s linear infinite;
    -webkit-animation: around2 .8s linear infinite
}
.weiyi_3{
    animation: around3 .8s linear infinite;
    -webkit-animation: around3 .8s linear infinite
}
.weiyi_4{
    animation: around4 .8s linear infinite;
    -webkit-animation: around4 .8s linear infinite
}
.weiyi_5{
    animation: around5 .8s linear infinite;
    -webkit-animation: around5 .8s linear infinite
}
.weiyi_6{
    animation: around6 .8s linear infinite;
    -webkit-animation: around6 .8s linear infinite
}
.weiyi_7{
    animation: around7 .8s linear infinite;
    -webkit-animation: around7 .8s linear infinite
}
@-webkit-keyframes around1 {
    0% {
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
    14%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
    29%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    43%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
    57%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    71%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
    85%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    100%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;
    }
}
@-webkit-keyframes around2 {
    0% {
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
    14%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
    29%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
    43%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    57%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;
    }
    71%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
    85%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    100%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
}
@-webkit-keyframes around3 {
    0% {
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
    14%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
    29%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    43%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
    57%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    71%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    85%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;

    }
    100%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
}
@-webkit-keyframes around4 {
    0% {
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;

    }
    14%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;

    }
    29%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    43%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
    57%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    71%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    85%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;
    }
    100%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
}
@-webkit-keyframes around5 {
    0% {
        /* 6 */
        top: 3rem;
        left: 0.55rem;

    }
    14%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
    29%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    43%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
    57%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
    71%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    85%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;
    }
    100%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
}
@-webkit-keyframes around6 {
    0% {
        /* 7 */
        top: 1.8rem;
        left: 0rem;

    }
    14%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;

    }
    29%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;

    }
    43%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
    57%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    71%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
    85%{
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    100%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
}
@-webkit-keyframes around7 {
    0% {
        /* 8 */
        top: 0.55rem;
        left: 0.55rem;
    }
    14%{
        /* 5 */
        top: 3.55rem;
        left: 1.8rem;
    }
    29%{
        /* 6 */
        top: 3rem;
        left: 0.55rem;
    }
    43%{
        /* 4 */
        top: 3rem;
        left: 3.05rem;
    }
    57%{
        /* 1 */
        top: 0rem;
        left: 1.8rem;
    }
    71%{
        /* 7 */
        top: 1.8rem;
        left: 0rem;
    }
    85%{
        /* 3 */
        top: 1.78rem;
        left: 3.55rem;
    }
    100%{
        /* 2 */
        top: 0.55rem;
        left: 3.05rem;
    }
}

.con4 .task_list{
    width: 100%;
    height: 2.35rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .2rem;
}
.con4 .task_list .task_item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 2.09rem;
    height: 2.35rem;
    background: url("../img/rect_02.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 .09rem;
}
.con4 .task_list .task_item > span:nth-child(1){
    display: block;
    color: #942a00;
    text-align: center;
    line-height: .26rem;
}
.con4 .task_list .task_item > span:nth-child(2){
    display: block;
    color: #ff5400;
    text-align: center;
    width: 1.8rem;
    height: .54rem;
    line-height: .26rem;
    margin: 0 auto;
    margin-top: .08rem;
    margin-bottom: 0.05rem;
}
.con4 .task_list .task_item .btn_complete{
    width: 1.45rem;
    height: .51rem;
    background: url("../img/btn_bg1.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    color: #fff1db;
    text-align: center;
    line-height: .51rem;
    cursor: pointer;
}

.nav_con{display: none;}
.nav_box{display: flex;position: fixed;left: 0;bottom: 0;width: 100%;z-index: 99;background: url("../img/nav_bg.png") center center no-repeat;background-size: 100% 100%;}
.nav_box div{cursor: pointer; position: relative; flex: 1;text-align: center; color: #fe9867;font-size: .26rem;height: .89rem;display: flex;justify-content: center;align-items: center;}
.nav_box div.on{background: url("../img/nav_active.png") center center no-repeat; background-size: 100% 100%;color: #721800;}

.icon_wdjl{width: .97rem;position: absolute;right:.3rem;top: .93rem;}

.niudan-tk{display: none; position: absolute;left: 0;top: 0;z-index: 9999; width: 100%;height: 100%;background: rgba(0,0,0,.8);}
.niudan-box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 7.5rem; height: 9.52rem;background: url("../img/niudan-tk.png") center center no-repeat;background-size: 100% 100%;}
.niudan-box div{font-size: .24rem;color: #942a00;padding-top: 5.3rem;text-align: center;}

.niudan-close{width: .98rem;height: .98rem;cursor: pointer;position: absolute;left: 50%;bottom: 0; transform: translate(-50%,-50%);}

.tk-con{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.8);z-index: 999;}
.tk-box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%); width: 7.2rem;height: 5.55rem;background: url("../img/tk-bg.png") center center no-repeat;background-size: 100% 100%;}
.tk-tit{width: 2.05rem;margin: 0 auto;padding-top: 1.6rem;margin-bottom: .4rem;}
.tk-txt{color: #ffe8c9;line-height: .32rem;width: 5.4rem;margin: 0 auto;}
.tk-txt i{color: #ffd800;}
.tk-close{width: .98rem;height: .98rem;cursor: pointer;position: absolute;left: 50%;bottom: -1.5rem; transform: translate(-50%,-50%);}

.flag{width: 4.45rem;margin: 0 auto;margin-top: 1rem; margin-left: 1.6rem;}
.btn-ks{background: url("../img/btn-ks.png") center center no-repeat;background-size: 100% 100%;font-size: .36rem;font-weight: bold; width: 2.4rem;height: .85rem;line-height: .85rem;text-align: center;font-size: .36rem;font-weight: bold;color: #fff1db; margin: 0 auto;cursor: pointer;display: block;margin-top: .3rem;}
.yun{position: absolute;left: 0;bottom: 0;}

.go-neiye{display: none; position: absolute;left: .4rem;top: .4rem;}
.go-neiye img{ width: .29rem;display: inline-block;vertical-align: middle;}
.go-neiye span{font-size: .24rem;color: #ffe4c1;text-decoration: underline;}

.buzhou{width: 4.45rem;margin: 0 auto;margin-top: .3rem;margin-bottom: .65rem;}

.con5-list{display: flex;flex-wrap: wrap; justify-content: space-between;width: 6.05rem;margin: 0 auto;}
.con5-list .con5-item{margin-bottom: .14rem; color: #ffe4c1; display: flex; padding-top:.2rem;box-sizing: border-box;  width: 2.8rem;height: 1.3rem;background: #a30300;}
.yuan{ margin-top: .1rem; margin-left: .3rem;margin-right: .1rem; width: .34rem;height: .34rem;background: url("../img/yuan1.png") center center no-repeat;background-size: 100% 100%;}
.xuan{width: 2rem;}
.con5-item.on .yuan{background: url("../img/yuan2.png") center center no-repeat;background-size: 100% 100%;}

.icon-jt{width: .45rem;margin: 0 auto;margin-top: .36rem;margin-bottom: .24rem;}
.con5-btn{display: flex;justify-content: center;}
.con5-btn a{margin: 0;}
.con5-btn a+a{margin-left: .3rem;}
.con5-inp{margin: 0 auto;margin-top: .3rem; border: none;display: block;padding: 0 .2rem;box-sizing: border-box; color: #fa6c69; background: #a30300; width: 5.8rem;border-radius: 2rem;height: .7rem;}
.con5-inp::placeholder{color: #fa6c69;}

.btn-xyb-box{;margin-top: 1rem;text-align: right;padding-right: .7rem;}
.btn-xyb{  width: 1.45rem;
    height: .51rem;display: inline-block;
    background: url("../img/btn_bg1.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff1db;
    text-align: center;
    line-height: .51rem;
    cursor: pointer;}

.renwu-fx{width: 5.34rem;margin: 0 auto;}

.con5-con3{position: relative;}
.rewu-box{width: 1.77rem;height: 2.53rem;position: absolute;left: 50%;transform: translateX(-50%);top: 4rem;}
.rewu-box.on1{background: url("../img/renwu1.png") center center no-repeat;background-size: 100% 100%;}
.rewu-box.on2{background: url("../img/renwu2.png") center center no-repeat;background-size: 100% 100%;}
.rewu-box.on3{background: url("../img/renwu3.png") center center no-repeat;background-size: 100% 100%;}

.fugu-renwu-box.on1{background: url("../img/fu-renwu1.png") center center no-repeat;background-size: 100% 100%;}
.fugu-renwu-box.on2{background: url("../img/fu-renwu2.png") center center no-repeat;background-size: 100% 100%;}
.fugu-renwu-box.on3{background: url("../img/fu-renwu3.png") center center no-repeat;background-size: 100% 100%;}

.moyu-renwu-box.on1{background: url("../img/moyu-renwu1.png") center center no-repeat;background-size: 100% 100%;}
.moyu-renwu-box.on2{background: url("../img/moyu-renwu2.png") center center no-repeat;background-size: 100% 100%;}
.moyu-renwu-box.on3{background: url("../img/moyu-renwu3.png") center center no-repeat;background-size: 100% 100%;}

.zhuanshi-box{width: 5.04rem;height: 2.9rem;position: absolute;left: 50%;transform: translateX(-50%);top: 3.5rem;}
.zhuanshi-box.on1{background: url("../img/zhuangshi1-on.png") center center no-repeat;background-size: 100% 100%;}
.zhuanshi-box.on2{background: url("../img/zhuangshi2-on.png") center center no-repeat;background-size: 100% 100%;}
.zhuanshi-box.on3{background: url("../img/zhuangshi3-on.png") center center no-repeat;background-size: 100% 100%;}
.zhuanshi-box.on4{background: url("../img/zhuangshi4-on.png") center center no-repeat;background-size: 100% 100%;}


.con5-con3-xuan{position: absolute;left: 0;bottom: 0;width: 100%;height: 3.9rem;background: #ffe1b5;}
.xuan-tab{display: flex;}
.xuan-tab div{border-bottom: 1px solid #fff;width: 50%;text-align: center;font-size: .24rem;color: #942a00;height: .62rem;line-height: .62rem;}
.xuan-tab div.on{border-bottom: 1px solid #f59547;}
.xuan-tab div img{width: .3rem;height: .3rem;display: inline-block;vertical-align: middle;}

.xuan-bg,.xuan-yzs{height: 2.1rem;background: #fff3e4;display: flex;justify-content: space-between; align-items: center;padding: 0 .4rem;box-sizing: border-box;}
.xuan-bg div{width: 33%;height: 2.1rem;cursor: pointer;}
.ju-bg div:nth-of-type(1){    background: url(../img/renwu1.png) center no-repeat;  background-size: 1.4rem;}
.ju-bg div:nth-of-type(2){    background: url(../img/renwu2.png) center no-repeat;  background-size: 1.4rem;}
.ju-bg div:nth-of-type(3){    background: url(../img/renwu3.png) center no-repeat;  background-size: 1.4rem;}

.fu-bg div:nth-of-type(1){    background: url(../img/fu-renwu1.png) center no-repeat;  background-size: 1.4rem;}
.fu-bg div:nth-of-type(2){    background: url(../img/fu-renwu2.png) center no-repeat;  background-size: 1.4rem;}
.fu-bg div:nth-of-type(3){    background: url(../img/fu-renwu3.png) center no-repeat;  background-size: 1.4rem;}

.my-bg div:nth-of-type(1){    background: url(../img/moyu-renwu1.png) center no-repeat;  background-size: 1.4rem;}
.my-bg div:nth-of-type(2){    background: url(../img/moyu-renwu2.png) center no-repeat;  background-size: 1.4rem;}
.my-bg div:nth-of-type(3){    background: url(../img/moyu-renwu3.png) center no-repeat;  background-size: 1.4rem;}

.xuan-yzs{ padding: 0 .73rem; }
.xuan-yzs div{width: .98rem;height: .98rem;background: #ffe1b5;}
.xuan-yzs div:nth-of-type(1){    background:#ffe1b5 url(../img/zhuangshi1.png) center no-repeat;  background-size: .8rem;}
.xuan-yzs div:nth-of-type(2){    background:#ffe1b5 url(../img/zhuangshi2.png) center no-repeat;  background-size: .8rem;}
.xuan-yzs div:nth-of-type(3){    background:#ffe1b5 url(../img/zhuangshi3.png) center no-repeat;  background-size: .8rem;}
.xuan-yzs div:nth-of-type(4){    background:#ffe1b5 url(../img/zhuangshi4.png) center no-repeat;  background-size: .8rem;}

.xuan-btn{display: flex;justify-content: space-between;align-items: center;height: 1.1rem;padding: 0 .6rem;box-sizing: border-box;}
.xuan-btn div{width: 1.45rem;
    height: .51rem;display: inline-block;
    background: url("../img/btn_bg1.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff1db;
    text-align: center;
    line-height: .51rem;
    cursor: pointer;}

.buzhou3-bg{ box-sizing: border-box; padding: 0 .7rem; padding-top: 1.3rem; width: 6.36rem;margin: 0 auto;height: 7.9rem;background: url("../img/buzhou3-bg.png") center center no-repeat;background-size: 100% 100%;}
.buzhou3-txt{color: #ffe8c9;font-size: .24rem;line-height: .48rem;}
.buzhou3-txt span{color: #ffc967;font-weight: bold;}

.buzhou3-xuan {color: #ffc967;margin-top: .25rem;}
.buzhou3-xuan div{width: .34rem;height: .34rem;display: inline-block;vertical-align: top; background: url("../img/icon-qr-on.png") center center no-repeat;background-size: 100% 100%;}
.buzhou3-xuan div.on{background: url("../img/icon-qr.png") center center no-repeat;background-size: 100% 100%;}
.buzhou3-xuan span{display: inline-block;width: 90%;}

.buzhou3-name{margin: 0.2rem auto; border: none;background: #a30300;display: block; border-radius: 2rem;padding: 0 .2rem;box-sizing: border-box; font-size: .24rem;color: #fa6c69;width: 2.7rem;height: .52rem;line-height: .52rem;}.buzhou3-name::placeholder{color: #fa6c69;}

.btn-buzhou3{cursor: pointer;margin: 0 auto;font-size: .36rem;font-weight: bold;color: #fff1db; display: block; width: 2.4rem;text-align: center;height: .85rem;line-height: .85rem;background: url("../img/btn-ks.png") center center no-repeat;background-size: 100% 100%;}

.btn-fanhui{margin-top: .7rem;margin-left: .7rem; cursor: pointer;color: #fff1db; display: block; width: 1.45rem;text-align: center;height: .5rem;line-height: .5rem;background: url("../img/btn-ks.png") center center no-repeat;background-size: 100% 100%;}

.con5-con4 .buzhou{margin-bottom: .3rem;}

.wc-fx{position: relative; padding-top: 2.1rem;box-sizing: border-box; margin: 0 auto;margin-top: .15rem; width: 5.34rem;height: 9.23rem;background: url("../img/wc-bg.png") center center no-repeat;background-size: 100% 100%;}
.wc-fx.hidden{visibility: hidden;}
.wc-user{width: 1.77rem;height: 2.53rem;margin:0 auto; }
.wc-user.on1{background: url("../img/renwu1.png") center center no-repeat;background-size: 100% 100%;}
.wc-user.on2{background: url("../img/renwu2.png") center center no-repeat;background-size: 100% 100%;}
.wc-user.on3{background: url("../img/renwu3.png") center center no-repeat;background-size: 100% 100%;}

.wc-zs{width: 5.04rem;height: 2.9rem;position: absolute;left: 0;top: 1.8rem;}
.wc-zs.on1{background: url("../img/zhuangshi1-on.png") center center no-repeat;background-size: 100% 100%;}
.wc-zs.on2{background: url("../img/zhuangshi2-on.png") center center no-repeat;background-size: 100% 100%;}
.wc-zs.on3{background: url("../img/zhuangshi3-on.png") center center no-repeat;background-size: 100% 100%;}


.wc-txt{ position: relative; padding-top: .15rem;padding-bottom: .5rem; line-height: .4rem; font-size: .24rem;color: #ffe8c9;width: 4.2rem;margin: 0 auto; border-top: 1px solid #ffecc7;}
.wc-txt:after{
    content: '';
    position: absolute;
    width: 2.7rem;
    border-top: 1px solid #ffecc7;
    bottom: 0;
    left: 0;
}
.wc-name{color: #ffe8c9;font-weight: bold; width: 4.2rem;margin: 0 auto;margin-top: .1rem; }
.wc-time{color: #ffe8c9;  width: 4.2rem;margin: 0 auto;}

.wc-p1 img{width: 1.32rem;height: 1.32rem;margin: 0 auto}
.wc-p1{position: absolute;right:.45rem;bottom: .45rem;color: #620000; }

.btn-bc{margin: 0 auto;margin-top: .12rem; cursor: pointer;display: block;font-size: .3rem;font-weight: bold;color: #fff1db; width: 2.8rem;height: .85rem;text-align: center;line-height: .85rem;background: url("../img/btn-ks.png") center center no-repeat;background-size: 100% 100%;}

.btn-fh{width: 1.45rem;margin-left: .6rem;
    height: .51rem;display: inline-block;
    background: url("../img/btn_bg1.png") center center no-repeat;
    background-size: 100% 100%;
    color: #fff1db;
    text-align: center;
    line-height: .51rem;
    cursor: pointer;}

.con5-con5{position: relative;}
canvas{    position: absolute;  left: 0; top: 0;}
#capture2{  position: absolute;top: 0; left: 50%; transform: translateX(-50%); width: 5.34rem; height: 9.23rem;  }

.qiuqian-tk{display: none; position: absolute;left: 0;top: 0;z-index: 999999; width: 100%;height: 100%;background: rgba(0,0,0,.8)}
.qiuqian-tk-box{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.qiuqian-tk .p1{margin-bottom:-1.8rem;  font-size: .36rem;color: #ffe8c9;text-align: center;}
.qiuqian-tk .qian-img{width: 7.5rem;}
.qiuqian-tk .niudan-close{bottom: -.5rem;}



/*ios5 宽度以下*/
@media screen and (max-width: 320px) {
    .tit{margin: 0 auto}
}


































