body{
    background:rgba(238, 200, 231, 1);
}
.header_top{
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot_new/top.png);
    width: 7.5rem;
    font-size: 0;
    height: 7.05rem;
}
.zhanpu{
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot_new/top2.png);
    width: 7.5rem;
    font-size: 0;
    height: 5.46rem;
}
.zhanpu_button{
    margin-top: 2.8rem;
    text-align: center;
    border: none;
    background: none;
    /* margin: 2.9rem auto; */
    margin-left: 0.48rem;
}
.icon_zhanpu{
    width: 7.5rem;
    height: 2.4rem;
    -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 0.8s;/*动画持续时间*/
    -webkit-animation-timing-function: ease-in-out; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;/*定义动画方式*/
}
@keyframes ripple {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(0.9);  /*开始为原始大小*/
    }

    100%{
        transform: scale(1);
    }
}
.test_num{

    font-size: 0.24rem;
    text-align: center;
    margin-top: 0.15rem;
    font-weight: 400;
    color: #FFFFFF;

}
.num{
    color: rgba(220, 28, 128, 1);
}
.agreement{
    text-align: center;
    margin-top: 0.15rem;
}
.agreement .layui-form-checked{
    color: rgba(51, 51, 51, 1);
    border-color: rgba(153, 153, 153, 1);
    font-size: 0.18rem;
    padding: 0 0.11rem;
    height: 0.22rem;
}
.agreement .layui-unselect,.layui-form-checkbox{
    font-size: 0.24rem;
    padding: 0 0.12rem;
    height: 0.25rem;
    border: 1px solid rgba(153, 153, 153, 1);
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    margin-top: -0.05rem;
}
.agreement .layui-form-checkbox i{
    width: 0.2rem;
    top: 0.01rem;
    line-height: 0.22rem;
    position: absolute;
    text-align: center;
    font-size: 0.24rem;
    left: -0.08rem;
}
.layui-form-checkbox:hover i {
    color: #fff;
}
.agreement .layui-form-checked i {
    color: #333333;
}
.agreement .black {
    vertical-align: middle;
    font-size: 0.24rem;
    color: #000000;
    text-decoration: none;
}
.tongyi {
    font-size: 0.24rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.4rem;
}
.agreement a {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(220, 28, 128, 1);
    line-height: 0.4rem;
}

.box_img{
    font-size: 0;
    width: 7.5rem;
}
.icon_tarot{
    width: 7.5rem;

}
.show {
    display: none;
    bottom: 0;
    position: fixed;
    height: 100%;
    z-index: 999;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.9rem;
}
.product-intro {
    width: 7.5rem;
    height: 100vh;
    border: unset;
    overflow: scroll;
}
.guanbi {
    width: 100vw;
    max-width: 640px;
    text-align: right;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: white;
}
.pay_close {
    float: right;
    width: 0.3rem;
    margin: 0.2rem 0.5rem;
    z-index: 99;
}
.show::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.review-bullet .list{
    white-space: nowrap;
    margin-bottom: 0.6rem;
}
.review-bullet .list:nth-child(5n+2) .item:nth-child(5n+1) .text{ background-color: #ff9e7a; }
.review-bullet .list:nth-child(5n+2) .item:nth-child(5n+2) .text{ background-color: #90d5e5; }
.review-bullet .list:nth-child(5n+2) .item:nth-child(5n+3) .text{ background-color: #a48af8; }
.review-bullet .list:nth-child(5n+2) .item:nth-child(5n+4) .text{ background-color: #e298eb;}
.review-bullet .list:nth-child(5n+2) .item:nth-child(5n) .text{ background-color: #afcfa6; }

.review-bullet .list:nth-child(5n+3) .item:nth-child(5n+1) .text{ background-color: #afcfa6;}
.review-bullet .list:nth-child(5n+3) .item:nth-child(5n+2) .text{ background-color: #e298eb; }
.review-bullet .list:nth-child(5n+3) .item:nth-child(5n+3) .text{ background-color: #a48af8; }
.review-bullet .list:nth-child(5n+3) .item:nth-child(5n+4) .text{ background-color: #90d5e5; }
.review-bullet .list:nth-child(5n+3) .item:nth-child(5n) .text{ background-color: #ff9e7a; }

.review-bullet .list:nth-child(5n+4) .item:nth-child(5n+1) .text{ background-color: #a48af8; }
.review-bullet .list:nth-child(5n+4) .item:nth-child(5n+2) .text{ background-color: #afcfa6; }
.review-bullet .list:nth-child(5n+4) .item:nth-child(5n+3) .text{ background-color: #ff9e7a; }
.review-bullet .list:nth-child(5n+4) .item:nth-child(5n+4) .text{ background-color: #90d5e5; }
.review-bullet .list:nth-child(5n+4) .item:nth-child(5n) .text{ background-color: #e298eb; }

.review-bullet .list:nth-child(5n) .item:nth-child(5n+1) .text{ background-color: #e298eb; }
.review-bullet .list:nth-child(5n) .item:nth-child(5n+2) .text{ background-color: #ff9e7a; }
.review-bullet .list:nth-child(5n) .item:nth-child(5n+3) .text{ background-color: #90d5e5; }
.review-bullet .list:nth-child(5n) .item:nth-child(5n+4) .text{ background-color: #afcfa6;}
.review-bullet .list:nth-child(5n) .item:nth-child(5n) .text{ background-color: #a48af8; }

.review-bullet .item{
    display: inline-block;
    vertical-align: top;
    height: 0.7rem;
    margin-right: 0.5rem;
}

.review-bullet .item:nth-child(5n+1) .text{ background-color: #90d5e5; }
.review-bullet .item:nth-child(5n+2) .text{ background-color: #a48af8; }
.review-bullet .item:nth-child(5n+3) .text{ background-color: #afcfa6; }
.review-bullet .item:nth-child(5n+4) .text{ background-color: #e298eb; }
.review-bullet .item:nth-child(5n) .text{ background-color: #ff9e7a; }
.text,
.face{
    display: inline-block;
    vertical-align: top;
}
.face{
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot/touwai.png);
    width: 0.7rem;
    height: 0.7rem;
    padding: 0.08rem;
}
.face-img{
    display: inline-block;
    vertical-align: top;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}
.text{
    background: #fff;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.44rem;
    padding: 0.2rem 0.32rem;
    border: 1px solid #fff;
    border-radius: 0.4rem;
}
.review-bullet{
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot_new/tarot8.png);
    width: 7.5rem;
    height: 7.97rem;
    overflow: hidden;
}
.rece{
    margin-top: -0.01rem;
}
.xing_left{
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
.rece_title{
    width: 7.5rem;
    height: 1.26rem;
}
.rece_tou{
    width: 7.5rem;
    height: 0.47rem;
}
.hot_ce{
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot_new/rece_center.png);
    background-size:100% 100%;
    overflow: hidden;
    padding-left: 0.52rem;
}
.guntu:nth-child(4n+4) {
    margin-right: 0;
}
.guntu:nth-child(5) {
    margin-bottom: 0;
}
.guntu:nth-child(6) {
    margin-bottom: 0;
}
.guntu:nth-child(7) {
    margin-bottom: 0;
}
.guntu:nth-child(8) {
    margin-bottom: 0;
}
.guntu {
    margin-right: 0.32rem;
    width: 1.37rem;
    float: left;
    margin-bottom: 0.4rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align:center;
}
.guntu img {
    width: 1.37rem;
    height: 1.37rem;
    background: #E5E5E5;
    border-radius: 0.2rem;
    float: left;
    margin-bottom: 0.2rem;
}
.rece_wei{
    width:7.5rem;
    height: 0.35rem;
    margin-top: -0.05rem;
}
.footer_bei{
    background-repeat: no-repeat;
    background-position: center center;
    background-image:url(/Public/Ffcs/images/tarot_new/footer_bei.png);
    background-size:100% 100%;
    width: 7.5rem;
}
.page_footer2{


    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A713E3;
    opacity: 0.7;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.page_footer2 a{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A713E3;

}
.xunheight{
height: 1.2rem;
    display: none;
}
.xuan_ce{
    width: 7.5rem;
    height: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    display: none;

}
.xuanfu_tu{
    width: 6.64rem;
    margin: 0.1rem auto;
}
.zhanpu_xiao{
width: 6.64rem;

    -webkit-animation-name:'ripple';/*动画属性名，也就是我们前面keyframes定义的动画名*/
    -webkit-animation-duration: 0.8s;/*动画持续时间*/
    -webkit-animation-timing-function: ease-in-out; /*动画频率，和transition-timing-function是一样的*/
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -webkit-animation-iteration-count: infinite;/*定义循环资料，infinite为无限次*/
    -webkit-animation-direction: alternate;/*定义动画方式*/
}
@keyframes ripple {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(0.9);  /*开始为原始大小*/
    }

    100%{
        transform: scale(1);
    }
}
