@charset "utf-8";

/* CSS Document */

body {
    min-width: 3.2rem;
    max-width: 7.5rem;
    margin: 0 auto !important;
    overflow-x: hidden;
    background: #fff;
    font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #333;
}

body,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
th,
td,
input,
textarea,
select,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

ul,
ol,
li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: lighter;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

textarea,
select,
input {
    font-family: "Microsoft Yahei";
    font-size: .32rem;
    color: #666;
}

b {
    font-weight: bold;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    /*color:#333; */
    text-decoration: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
button,
textarea {
    -webkit-appearance: none;
}

.cfx:after,
nav.mini:after,
.h:after,
.hn:after,
.PH:after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
}

* {
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/**** 公共css ****/


/**** 首页 ****/

.wrapper {
    width: 100%;
    float: left;
}

.wrapper.bg2 {
    background: #ffda81 url(../images/bg3.jpg) no-repeat;
    background-size: 100% auto;
    padding: .3rem .2rem;
}

.wrapper.bg1 {
    min-height: 100vh;
    background: #6d3422 url(../images/bg1.jpg) no-repeat;
    background-size: 100% auto;
}

.indexBann {
    width: 100%;
    float: left;
    height: 6.61rem;
    position: relative;
}

.indexBann ul li {
    position: absolute;
    width: .88rem;
    height: 1.63rem;
    background: url(../images/candle.png) no-repeat;
    background-size: 100% 100%;
    bottom: .53rem;
    left: .85rem;
}

.indexBann ul li img {
    width: 100%;
    float: left;
}

.indexBann ul li:last-child {
    left: 5.85rem;
}

.indexBann ul li span {
    position: absolute;
    bottom: 96%;
    left: 37%;
    width: .17rem;
    height: .6rem;
    background-color: white;
    border-radius: 100% 100% 0 0;
    box-shadow: 0 0 .2rem #fdb913, 0 0 .2rem #ffb601, 0 0 .2rem #fdba13, .1rem -.1rem .3rem #feec85, -.2rem -.2rem .4rem #fdb90e, .2rem -.4rem .5rem #ec760c, -.2rem -.6rem .6rem #cd4606, 0 -.8rem .7rem #973716, .1rem -.9rem .8rem #451b0e;
}

.indexBann ul li:nth-child(1) span {
    animation: flame 2s infinite linear;
    -o-animation: flame 2s infinite linear;
    -moz-animation: flame 2s infinite linear;
    -webkit-animation: flame 2s infinite linear;
}

.indexBann ul li:nth-child(2) span {
    animation: flame 2s infinite 1s linear;
    -o-animation: flame 2s infinite 1s linear;
    -moz-animation: flame 2s infinite 1s linear;
    -webkit-animation: flame 2s infinite 1s linear;
}

@keyframes flame {
    0% {
        height: .6rem;
        transform: skewY(0deg);
    }
    25% {
        height: .5rem;
        transform: skewY(20deg);
    }
    70% {
        height: .55rem;
        transform: skewY(-10deg);
    }
    100% {
        height: .6rem;
        transform: skewY(0deg);
    }
}

@-webkit-keyframes flame {
    0% {
        height: .6rem;
        transform: skewY(0deg);
    }
    25% {
        height: .5rem;
        transform: skewY(20deg);
    }
    70% {
        height: .55rem;
        transform: skewY(-10deg);
    }
    100% {
        height: .6rem;
        transform: skewY(0deg);
    }
}

@-moz-keyframes flame {
    0% {
        height: .6rem;
        transform: skewY(0deg);
    }
    25% {
        height: .5rem;
        transform: skewY(20deg);
    }
    70% {
        height: .55rem;
        transform: skewY(-10deg);
    }
    100% {
        height: .6rem;
        transform: skewY(0deg);
    }
}

@-o-keyframes flame {
    0% {
        height: .6rem;
        transform: skewY(0deg);
    }
    25% {
        height: .5rem;
        transform: skewY(20deg);
    }
    70% {
        height: .55rem;
        transform: skewY(-10deg);
    }
    100% {
        height: .6rem;
        transform: skewY(0deg);
    }
}

.indexMain {
    width: 100%;
    float: left;
    padding: .2rem .45rem .5rem .45rem;
}

.picture,
.picture img {
    width: 100%;
    float: left;
}

.indexTxt {
    width: 100%;
    float: left;
    font-size: .28rem;
    color: #5b3006;
    text-align: justify;
    margin: .2rem 0;
    font-weight: bold;
}

.indexTxt span {
    color: #c5130d;
}

.indexInfo {
    width: 100%;
    float: left;
    background: #ffd05f;
    border-radius: .1rem;
    padding: .2rem;
    border: 1px solid #ffe2b0;
}

.indexInfo ul li {
    width: 100%;
    float: left;
    font-size: .28rem;
    color: #5b0a07;
    text-align: justify;
    padding-left: .35rem;
}

.indexInfo ul li:nth-of-type(1) {
    background: url(../images/index1.png) no-repeat left .1rem;
    background-size: .27rem .27rem;
}

.indexInfo ul li:nth-of-type(2) {
    background: url(../images/index2.png) no-repeat left .1rem;
    background-size: .27rem .27rem;
}

.indexInfo ul li b {
    color: #b50e08;
}

.indexBtn {
    width: 100%;
    float: left;
    margin: .8rem 0 0 0;
    line-height: 1.19rem;
    background: url(../images/btnbg.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
    font-size: .45rem;
    font-weight: bold;
}

.indexBtn.zoom {
    animation: zoom 1s linear infinite alternate;
    -moz-animation: zoom 1s linear infinite alternate;
    -webkit-animation: zoom 1s linear infinite alternate;
    -o-animation: zoom 1s linear infinite alternate;
}

.indexBtn span {
    width: 100%;
    float: left;
    /* -webkit-text-stroke: .01rem #ffe2b0; */
    background: linear-gradient(0deg, #d73f1e 10%, #9c1205 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}

@keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-moz-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-webkit-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}

@-o-keyframes zoom {
    from {}
    to {
        transform: scale(.8);
    }
}


/**** 首页 ****/


/**** 遮罩层 ****/

.zhezhaoBg {
    width: 100%;
    float: left;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    max-width: 7.5rem;
    padding: 1.7rem .3rem 0 .3rem;
    z-index: 99;
}


/**** 遮罩层 ****/


/**** 摇签 ****/

.yaoqianBox {
    float: left;
    width: 100%;
    /* margin: .5rem 0 0 0; */
}

.yaoqianBox .qiantong {
    width: 100%;
    float: left;
    background: url(../images/qiantong_down.png) no-repeat 49% 91%;
    background-size: 3.75rem .9rem;
}

.yaoqianBox .qiantong img {
    width: 100%;
    float: left;
    animation: lottery 1s linear infinite;
    -moz-animation: lottery 1s linear infinite;
    -webkit-animation: lottery 1s linear infinite;
    -o-animation: lottery 1s linear infinite;
    transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
}

@keyframes lottery {
    0% {}
    30% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    60% {
        transform: rotate(12deg);
    }
    70% {
        transform: rotate(-8deg);
    }
    80%,
    100% {
        transform: rotate(0);
    }
}

@-moz-keyframes lottery {
    0% {}
    30% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-12deg);
    }
    60% {
        transform: rotate(12deg);
    }
    70% {
        transform: rotate(-8deg);
    }
    80%,
    100% {
        transform: rotate(0);
    }
}

@-webkit-keyframes lottery {
    0% {}
    30% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-12deg);
    }
    60% {
        transform: rotate(12deg);
    }
    70% {
        transform: rotate(-8deg);
    }
    80%,
    100% {
        transform: rotate(0);
    }
}

@-o-keyframes lottery {
    0% {}
    30% {
        transform: rotate(-20deg);
    }
    40% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-12deg);
    }
    60% {
        transform: rotate(12deg);
    }
    70% {
        transform: rotate(-8deg);
    }
    80%,
    100% {
        transform: rotate(0);
    }
}


/**** 摇签 ****/


/**** 出签 ****/

.chuqianBox {
    position: absolute;
    width: 100%;
    max-width: 6.9rem;
    top: .5rem;
}

.chuqianBox div {
    display: none;
}

.chuqianBox .qiannum {
    width: 3.11rem;
    height: 4.74rem;
    display: block;
    margin: 0 auto;
    background: url(../images/qianbg1.png) no-repeat;
    background-size: 100% 100%;
    padding: 1.05rem 1.4rem 0 1.2rem;
    line-height: .45rem;
    font-size: .38rem;
    color: #f0dbd1;
    text-align: center;
}

.chuqianBox .qiannum.fadeIn {
    animation: fadeIn 1s linear forwards;
    -moz-animation: fadeIn 1s linear forwards;
    -webkit-animation: fadeIn 1s linear forwards;
    -o-animation: fadeIn 1s linear forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem) scale(.7);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem) scale(.7);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem) scale(.7);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(2rem) scale(.7);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.chuqianBox .qiannum.move {
    animation: move 1s linear forwards;
    -moz-animation: move 1s linear forwards;
    -webkit-animation: move 1s linear forwards;
    -o-animation: move 1s linear forwards;
}

@keyframes move {
    from {}
    to {
        transform: translate(-2rem, -.5rem) scale(.7);
    }
}

@-moz-keyframes move {
    from {}
    to {
        transform: translate(-2rem, -.5rem) scale(.7);
    }
}

@-webkit-keyframes move {
    from {}
    to {
        transform: translate(-2rem, -.5rem) scale(.7);
    }
}

@-o-keyframes move {
    from {}
    to {
        transform: translate(-2rem, -.5rem) scale(.7);
    }
}

.chuqianBox .qiantxt {
    width: 100%;
    float: left;
    background: url(../images/qianbg2.png) no-repeat;
    background-size: 100% 100%;
    padding: .3rem;
    line-height: .6rem;
    color: #a01e04;
    text-align: center;
    margin: .5rem 0 -.4rem 0;
}

.chuqianBox .qiantxt b {
    font-size: .42rem;
    color: #e32020;
}

.chuqianBox .qiantxt p {
    font-weight: bold;
}


/**** 出签 ****/


/**** 掷杯 ****/

.zhibeiBox {
    width: 4.42rem;
    float: right;
    animation: beiMove 1.2s linear;
    -moz-animation: beiMove 1.2s linear;
    -webkit-animation: beiMove 1.2s linear;
    -o-animation: beiMove 1.2s linear;
}

.zhibeiBox img {
    width: 2rem;
    float: left;
}

@keyframes beiMove {
    from {
        transform: translateY(-3rem) scale(.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@-moz-keyframes beiMove {
    from {
        transform: translateY(-3rem) scale(.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes beiMove {
    from {
        transform: translateY(-3rem) scale(.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@-o-keyframes beiMove {
    from {
        transform: translateY(-3rem) scale(.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.zhibeiBox img.cupRotate {
    animation: beiTurn .5s linear infinite;
    -moz-animation: beiTurn .5s linear infinite;
    -webkit-animation: beiTurn .5s linear infinite;
    -o-animation: beiTurn .5s linear infinite;
}

.zhibeiBox img.cupShow {
    display: none;
    width: 3.84rem;
}

@keyframes beiTurn {
    from {}
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes beiTurn {
    from {}
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes beiTurn {
    from {}
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes beiTurn {
    from {}
    to {
        transform: rotate(360deg);
    }
}


/**** 掷杯 ****/


/**** 免费页 ****/

.freeWrap {
    width: 100%;
    float: left;
    min-height: 100vh;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% auto;
    background-color: rgba(0, 0, 0, .7);
    padding: 8rem .45rem .3rem .45rem;
    position: relative;
}

.freeQiannum {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #622718;
    font-size: .36rem;
    height: 1.18rem;
    background: url(../images/freeqianbg.png) no-repeat center;
    background-size: auto 100%;
    line-height: 1.2;
    font-weight: bold;
}

.freeQiannum span {
    color: #f2370b;
}


/**** 免费页 ****/


/**** 付费页 ****/

.resultQian {
    width: 100%;
    float: left;
    height: 4.82rem;
    background: url(../images/resbg1.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    font-family: "宋体";
}

.resultQian .num {
    width: .35rem;
    position: absolute;
    left: .57rem;
    top: 0.75rem;
    line-height: 1;
    font-size: .36rem;
    color: #b90c07;
    font-weight: bold;
}

.resultQian .list {
    width: 2.6rem;
    position: absolute;
    right: 3.1rem;
    top: .8rem;
}

.resultQian .list ul li {
    width: .35rem;
    float: right;
    margin: 0 .15rem;
    line-height: 1.3;
    font-size: .35rem;
    color: #392807;
    font-weight: bold;
}

.resultQian .qji {
    width: 1.6rem;
    position: absolute;
    right: .52rem;
    top: 3.7rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #f5281b;
    border-radius: .35rem;
}

.resultBox {
    width: 100%;
    float: left;
    background: #fdfae7;
    border: .03rem solid #f5a12a;
    border-radius: .1rem;
    padding: .3rem;
    margin: 1rem 0 0 0;
}

.resultTitle {
    width: 100%;
    float: left;
    background: url(../images/titlebg.png) no-repeat center;
    background-size: auto 100%;
    line-height: .96rem;
    font-weight: bold;
    text-align: center;
    margin-top: -.8rem;
}

.resultXiaob {
    width: 100%;
    float: left;
    font-size: .36rem;
    color: #D9001B;
    font-weight: bold;
    text-align: center;
    margin: .3rem 0;
}

.resultQianji {
    width: 100%;
    float: left;
    padding: 0 35%;
}

.resultQianji span {
    width: 100%;
    float: left;
    line-height: .51rem;
    background: #F59A23;
    color: #fff;
    text-align: center;
    border-radius: .35rem;
    font-weight: bold;
}

.resultTitle span {
    background: linear-gradient(0deg, #fff132 50%, #fffffe 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.resultTxt {
    width: 100%;
    float: left;
    color: #3f0d08;
    text-align: justify;
    margin: .3rem 0 0 0;
    font-size: .3rem;
}

.resultTxt span {
    width: auto;
    display: inline-block;
    border-radius: .35rem;
    color: #fff;
    background-color: #ff7c03;
    padding: 0 .3rem;
    margin-bottom: .1rem;
}


/* .resultTxt p {
    height: .2rem;
} */

.resultTxt i {
    color: #d9280b;
}

.resultFu {
    margin: .3rem 0 0 0;
    padding: 0 .8rem;
}

.resultFu,
.resultFu img {
    width: 100%;
    float: left;
}

.textp p {
    height: .2rem;
}


/**** 付费页 ****/