html {
    font-size: 20px;
}

*,
body {
    margin: 0;
    padding: 0;
}

body {
    /* width: 100vw; */
    overflow: scroll;
}

.flex {
    display: flex;
}

.center {
    align-items: center;
}

.column {
    flex-direction: column;
}

.middle {
    justify-content: center;
}

.abso {
    position: absolute;
}

.hide {
    display: none;
}

.main {
    background: url(../img/main.png) no-repeat;
    background-size: 100%;
    width: 18.75rem;
    height: 75.525rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
}

.card-list {

    width: 100%;

    height: 8.225rem;

    top: 18rem;
}

.card {
    background: url(../img/card.png) no-repeat;
    background-size: 100%;
    width: 4.975rem;
    height: 8.225rem;
    margin: 0 .125rem;
    position: relative;

    animation-duration: 4s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

.result {

    font-weight: bold;

    width: 90%;

    height: 100%;

    margin-left: 3%;

    font-size: 0.45rem;

    text-align: center;

    color: #fff3d8;

    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform:rotateY(180deg);
}

.card {
/*     transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s; */
}

.card-two {}

.card-three {}

.card-one-normal {
    animation-name: card-one-animation;
}

.card-two-normal {
    animation-name: card-two-animation;
}

.card-three-normal {
    animation-name: card-three-animation;
}

.card-one-open {
    animation-name: card-one-animation;
}

.card-two-open {
    animation-name: card-two-animation;
}

.card-three-open {
    animation-name: card-three-animation;
}

@keyframes card-one-animation {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        
    }

    33% {
        transform: scale(0.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes card-two-animation {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    33% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    66% {
        transform: scale(0.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
}

@keyframes card-three-animation {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }

    66% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }


    100% {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
    }
}

.man {
    background: url(../img/man.png) no-repeat;
    background-size: 100%;
    width: 2.525rem;
    height: 2.275rem;
}

.yun {
    background: url(../img/yun.png) no-repeat;
    background-size: 100%;
    width: 2.525rem;
    height: 2.275rem;
    top: 2rem !important;
}

.ying {
    background: url(../img/ying.png) no-repeat;
    background-size: 100%;
    width: 2.475rem;
    height: 2.45rem;
    top: 1.8rem !important;
}

.card .text {
    position: absolute;
    left: 1.25rem;
    top: 2rem;
}

.btn {
    background: url(../img/btn.png) no-repeat;
    background-size: 100%;
    width: 3.6rem;
    height: 1.45rem;
    top: 5.875rem;
    left: .625rem;
}


.time {
    height: 1rem;
    width: 1rem;
    color: #f7e5ae;
    font-size: .6rem;
    top: 15.7rem;
    left: 6rem;
}

.time .item {
    width: .5rem;
}

.d1 {
    left: .25rem;
}

.d2 {
    left: 1.125rem;
}

.h1 {
    left: 2.75rem;
}

.h2 {
    left: 3.575rem;
}

.m1 {
    left: 5.225rem;
}

.m2 {
    left: 6.05rem;
}

.count {
    width: 50%;
    height: 1rem;
    font-size: .7rem;
    top: 28.425rem;
    left: 6.125rem;
    font-weight: bold;
    color: #c80e01;
}

.amount {
    padding: 0 .2rem 0 .2rem;
}

.cow {
    background: url(../img/cow.png) no-repeat;
    background-size: 100%;
    width: 4.35rem;
    height: 5.375rem;
    top: 25.125rem;
    left: 13.375rem;
    pointer-events: none;
}

.ruler {
    background: url(../img/ruler.png) no-repeat;
    background-size: 100%;
    width: 1.075rem;
    height: 7.425rem;
    top: 6.375rem;
    right: 0;
}

.ruler-container {
    background: url(../img/ruler-container.png) no-repeat;
    background-size: 100%;
    width: 15.9rem;
    height: 29rem;
    position: relative;
}

.ruler-scroll {
    width: 87%;
    height: 75%;
    margin-left: .25rem;
    overflow: scroll;
    margin-top: -0.95rem;
}

.ruler-btn {
    width: 2.5rem;
    height: 2.5rem;
    bottom: .25rem;
}

.ruler-text {
    background: url(../img/ruler-text.png) no-repeat;
    background-size: 100%;
    width: 100%;
    height: 62rem;
}

.ruler .button1 {
    width: 100%;
    height: 30%;
}

.ruler .button2 {
    width: 100%;
    height: 70%;
}




.gift-container {
    background: url(../img/gift-container.png) no-repeat;
    background-size: 100%;
    width: 16rem;
    height: 29rem;
    position: relative;
}

.gift-scroll {
    width: 85%;
    height: 62%;
    margin-left: .25rem;
    overflow: scroll;
    margin-top: -2.5rem;
}

.list-text {
    background: url(../img/list-null.png) no-repeat;
    background-size: 100%;
    width: 11rem;
    height: 2.5rem;
    margin-top: -5rem;
}

.list-null {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gift-btn {
    width: 2.5rem;
    height: 2.5rem;
    bottom: 2.75rem;
}

.gift-item {
    background: url(../img/gift-bg.png) no-repeat;
    background-size: 100%;
    width: 13rem;
    height: 2.5rem;
    position: relative;
    margin-bottom: 0.5rem;
}
.gift-text {
    background: url(../img/list-notice.png) no-repeat;
    background-size: 100%;
    width: 4rem;
    height: 0.7rem;
    /* margin-bottom: -18.5rem; */
    top: 22.5rem;
}

.gift-img {
    background-size: 100%;
    width: 1.9rem;
    height: 1.9rem;
    top: 0.35rem;
    left: 0.35rem;
}

.gift-name {/* font-size: 0.5rem; */top: 0.5rem;left: 2.5rem;width: 5rem;/* line-height: 0.6rem; */height: 1.5rem;}

.gift-detail {
    background-size: 100%;
    width: 3.1rem;
    height: 1.1rem;
    top: 0.7rem;
    right: 1rem;
}

.gift-detail img {
    height: 100%;
    width: 100%;
}
.gift-img img {
    height: 100%;
    width: 100%;
}

.gift-name img {
    height: 100%;
    width: 100%;
}

.name-menpiao {
    width: 5.7rem !important;
}

.name-tianmaoxiuxian {
    width: 4.7rem !important;
    height: 1.8rem !important;
}

.name-qingju {
    width: 4.7rem !important;
    height: 1.9rem !important;
}

.finger {
    background: url(../img/finger.png) no-repeat;
    background-size: 100%;
    width: 2.825rem;
    height: 2.875rem;
    top: 24.75rem;
    left: 4.125rem;
    animation-name: finger-animation;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

@keyframes finger-animation {
    0% {
        top: 24.75rem;
        left: 4.125rem;
    }

    33% {
        top: 24rem;
        left: 3.625rem;
        transform: scale(0.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
    }

    34% {
        top: 24.75rem;
        left: 9.125rem;
    }


    66% {
        top: 24rem;
        left: 8.625rem;
    }

    67% {
        top: 24.75rem;
        left: 14.125rem;
    }


    100% {
        top: 24rem;
        left: 13.625rem;
    }
}

.animation-closed {
    animation: null;
}

.mask {

    height: 100vh;

    width: 100vw;

    left: 0;

    top: 0;

    background: #000000c9;

    position: fixed;
}

.content {
    background: url(../img/huiyuanka.png) no-repeat;
    background-size: 100%;
    width: 18.725rem;
    height: 20.25rem;
    position: relative;
}

.content .button {
    height: 4.5rem;
    width: 7.75rem;
    left: 5.5rem;
    top: 15.5rem;
    position: absolute;
}

.to-finish {
    height: 24rem;
    width: 17.2rem;
    top: 49.8rem;
    left: 0.85rem;
    background: url(../img/mission-finish.png) no-repeat;
    background-size: 100%;
}

.to-focus {
    height: 1.75rem;
    width: 4.25rem;
    top: 55.95rem;
    left: 12.6rem;
    /* background: url(../img/yiwancheng.png) no-repeat;
    background-size: 100%; */
}


.to-share {
    height: 1.75rem;
    width: 4.25rem;
    top: 60.6rem;
    left: 12.6rem;
    /* background: url(../img/yifenxiang.png) no-repeat;
    background-size: 100%; */
}

.to-q3 {
    height: 1.75rem;
    width: 4.25rem;
    top: 65.45rem;
    left: 12.6rem;
    /* background: url(../img/yicanyu.png) no-repeat;
    background-size: 100%; */
}

.to-q4 {
    height: 1.75rem;
    width: 4.25rem;
    top: 70.2rem;
    left: 12.6rem;
    /* background: url(../img/yicanyu.png) no-repeat;
    background-size: 100%; */
}

.share-count {
    height: 1.75rem;
    width: 3.15rem;
    top: 59.225rem;
    left: 15.2rem;
    font-size: .8rem;
    color: #ffd6ab;
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.unfocus {
    background: url(../img/to-focus.png) no-repeat;
    background-size: 100%;
    width: 18.725rem;
    height: 20.25rem;
    position: relative;
}

.unfocus .close {
    height: 2.5rem;
    width: 7.25rem;
    left: 2.5rem;
    top: 8.1rem;
}

.unfocus .focus {
    height: 2rem;
    width: 7.75rem;
    left: 9.9rem;
    top: 8.2rem;
}


.finish {
    background: url(../img/finish.png) no-repeat;
    background-size: 100%;
    width: 18.725rem;
    height: 20.25rem;
    position: relative;
}

.finish .close {
    height: 2.5rem;
    width: 7.25rem;
    left: 2.5rem;
    top: 7.1rem;
}

.finish .todo {
    height: 2rem;
    width: 7.75rem;
    left: 9.9rem;
    top: 7rem;
}


.share-container {
    background: url(../img/share.png) no-repeat;
    background-size: 100%;
    width: 15.9rem;
    height: 29rem;
    top: 0;
}

.q-container {
    background: url(../img/question-container.png) no-repeat;
    background-size: 100%;
    width: 15.9rem;
    height: 29rem;
    top: 0;
    font-size: 0.8rem;
    color: #fff;
    position: relative;
}

.q4-container {
    background: url(../img/question-container2.png) no-repeat;
    background-size: 100%;
}


.q-container .title {
    width: 80%;
    margin-top: 4.4rem;
    letter-spacing: 0.1rem;
}

.q-container .answer-list {
    font-size: 0.7rem;
    color: #b80404;
    font-weight: bold;
    margin-top: 1.5rem;
}

.q-container .answer {
    background: url(../img/answer-btn.png) no-repeat;
    background-size: 100%;
    width: 12.4rem;
    height: 2.7rem;
    margin-bottom: 0.7rem;
    text-align: center;
}
.q-container .answer-close {
    background: url(../img/closed.png) no-repeat;
    background-size: 100%;
    width: 1.87rem;
    height: 1.87rem;
    top: 24.2rem;
}
.q-container .answer-failed{
    background: url(../img/answer-failed.png) no-repeat;
    background-size: 100%;
    width: 7.3rem;
    height: .82rem;
    top: 24.2rem;
}
.q-container .answer-okk {
    background: url(../img/yinsi-ok.png) no-repeat;
    background-size: 100%;
    width: 6.55rem;
    height: 1.55rem;
    top: 25.7rem;
}
.q-container .answer-confirm {
    background: url(../img/answer-ok.png) no-repeat;
    background-size: 100%;
    width: 9.55rem;
    height: .82rem;
    top: 24.2rem;
}

.q-container .answer>div {
    width: 80%;
}


.save-menpiao {
    background: url(../img/save_menpiao.png) no-repeat;
    background-size: 100%;
    width: 16.8em;
    height: 29rem;
    position: relative;
}

.save-menpiao .input-name {
    top: 14.8rem;
    left: 6rem;
}

.save-menpiao .input-idcard {
    top: 16.9rem;
    left: 6rem;
    width: 8rem;
}

.save-menpiao .input-tel {
    top: 19rem;
    left: 6rem;
}

.save-menpiao .save-confirm {
    top: 22.5rem;
    left: 4.2rem;
    height: 2.7rem;
    width: 8.75rem;
    background: url(../img/save_btn.png) no-repeat;
    background-size: 100%;
}

.save-menpiao .save-cancel {
    top: 26.5rem;
    left: 7.4rem;
    height: 2rem;
    width: 2rem;
}

.save-menpiao input {
    height: 1rem;
    width: 7rem;
    background: transparent;
    border: none;
    padding-left: 0.4rem;
    font-size: 0.7rem;
    padding-top: 0.1rem;
    outline: none;
}



.save-dajuyuanVIP {
    background: url(../img/save_dajuyuan.png) no-repeat;
    background-size: 100%;
    width: 16.8em;
    height: 29rem;
    position: relative;
}

.save-dajuyuanVIP .input-name {
    top: 8.75rem;
    left: 6rem;
}

.save-dajuyuanVIP .input-idcard {
    top: 16.9rem;
    left: 6rem;
}

.save-dajuyuanVIP .input-tel {
    top: 10.8rem;
    left: 6rem;
}

.save-dajuyuanVIP .save-confirm {
    top: 22.5rem;
    left: 4.2rem;
    height: 2.7rem;
    width: 8.75rem;
    background: url(../img/save_btn.png) no-repeat;
    background-size: 100%;
}

.save-dajuyuanVIP .save-cancel {
    top: 26.5rem;
    left: 7.4rem;
    height: 2rem;
    width: 2rem;
}

.save-dajuyuanVIP input {
    height: 1rem;
    width: 7rem;
    background: transparent;
    border: none;
    padding-left: 0.4rem;
    font-size: 0.7rem;
    padding-top: 0.1rem;
    outline: none;
}

input::input-placeholder{
	color:#ed2d2d4f;
}

input::-webkit-input-placeholder{
    color:#ed2d2d4f;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ed2d2d4f;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ed2d2d4f;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#ed2d2d4f;
}

.save-shiwu {
    background: url(../img/save_shiwu.png) no-repeat;
    background-size: 100%;
    width: 16.8em;
    height: 29rem;
    position: relative;
}

.save-shiwu .input-name {
    top: 8.35rem;
    left: 6rem;
}

.save-shiwu .input-idcard {
    top: 16.9rem;
    left: 6rem;
}

.save-shiwu .input-tel {
    top: 10.4rem;
    left: 6rem;
}
.save-shiwu .input-province {
    top: 12.4rem;
    left: 6rem;
}
.save-shiwu .input-city {
    top: 14.5rem;
    left: 6rem;
}
.save-shiwu .input-area {
    top: 16.55rem;
    left: 6rem;
}
.save-shiwu .input-detail {
    top: 18.6rem;
    left: 2.7rem;
    height: 3rem;
    width: 11rem;
}

.save-shiwu .save-confirm {
    top: 22.9rem;
    left: 4.2rem;
    height: 2.7rem;
    width: 8.75rem;
    background: url(../img/save_btn.png) no-repeat;
    background-size: 100%;
}

.save-shiwu .save-cancel {
    top: 26.5rem;
    left: 7.4rem;
    height: 2rem;
    width: 2rem;
}

.save-shiwu input, .save-shiwu textarea {
    height: 1rem;
    width: 7rem;
    background: transparent;
    border: none;
    padding-left: 0.4rem;
    font-size: 0.7rem;
    padding-top: 0.1rem;
    outline: none;
}

.city {
    
width: 10rem;
    
height: 5.7rem;
    
top: 17rem;
    
left: 5rem;
}



.save-vip {
    background: url(../img/save_vip.png) no-repeat;
    background-size: 100%;
    width: 16.8em;
    height: 29rem;
    position: relative;
}

.save-vip2 {
    background: url(../img/save_vip2.png) no-repeat;
    background-size: 100%;
}


.save-vip .save-confirm {
    top: 7.5rem;
    left: 4.2rem;
    height: 2.7rem;
    width: 8.75rem;
    /* color: #fff; */
}

.vip-key {
    top: 5.7rem;
    left: 2.3rem;
    height: 2rem;
    width: 15rem;
    font-size: 0.7rem;
    color: #fff;
}

.save-vip .save-cancel {
    top: 11.2rem;
    left: 7.7rem;
    height: 2rem;
    width: 2rem;
}

.save-vip .save-copy {
    top: 5.7rem;
    left: 13.8rem;
    height: 1rem;
    width: 2rem;
    background: url(../img/copy.png) no-repeat;
    background-size: 100%;
}



.yinsi-container {
    background: url(../img/yinsi-container.png) no-repeat;
    background-size: 100%;
    width: 16rem;
    height: 29rem;
    position: relative;
}

.yinsi-scroll {
    width: 85%;
    height: 60%;
    margin-left: .25rem;
    overflow: scroll;
    margin-top: -4rem;
}

.yinsi-btn {
    width: 2.5rem;
    height: 2.5rem;
    bottom: .25rem;
}

.yinsi-text {
    /* background: url(../img/yinsi-text.png) no-repeat; */
    background-size: 100%;
    width: 97%;
    height: 60rem;
}

.yinsi-text img{
   width: 100%;
}


.yinsi-end {
    width: 1px;
    height: 1px;
}

.yinsi-unchoose {
    background: url(../img/unchoose.png) no-repeat;
    background-size: 100%;
    width: 7.2rem;
    height: 0.8rem;
    top: 22.1rem;
    left: 1.4rem;
}
.yinsi-choose {
    background: url(../img/choose.png) no-repeat;
    background-size: 100%;
    width: 7.2rem;
    height: 0.8rem;
    top: 22.1rem;
    left: 1.4rem;
}

.yinsi-ok {
    background: url(../img/yinsi-ok.png) no-repeat;
    background-size: 100%;
    width: 5rem;
    height: 2rem;
    top: 23.5rem;
}


.to-miguVIP {
    background: url(../img/to-keep.png) no-repeat;
    background-size: 100%;
    width: 16.8rem;
    height: 29rem;
    position: relative;
}

.to-miguVIP .to-cancel {
    top: 22.4rem;
    left: 7.5rem;
    height: 2rem;
    width: 2rem;
}

.to-tencentVIP {
    background: url(../img/to-tencent.png) no-repeat;
    background-size: 100%;
    width: 16.8rem;
    height: 29rem;
    position: relative;
}

.to-tencentVIP .to-cancel {
    top: 26.3rem;
    left: 7.5rem;
    height: 2rem;
    width: 2rem;
}


.alert-container {
    background: url(../img/alert.png) no-repeat;
    background-size: 100%;
    width: 16.8rem;
    height: 11.4rem;
    position: relative;
}
