.hot_blck.zhegai{
    position: fixed;
    width: 100%;
    bottom: 1rem;
    z-index: 99;
    background-color: rgba(1,1,1,0.6);
    top: 0px;
    max-width: 640px;
    display: none;
}
.hot_blck{
    display: none;
    top: 44px;
    width: 7.5rem;
    position: fixed;
    z-index: 1000;
    background: rgb(255,255,255);
    padding-bottom: 0.4rem;

}

.hot_show{
    width: 1.4rem;
    margin: 0.4rem 0.5rem 0.4rem 0.6rem;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 0;
}
.hot_blck img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding-bottom: 0.1rem;
    border-radius:50% ;
}

.his_order a{
    color: #fff;
    /*writing-mode: vertical-lr;!*从左向右 从右向左是 writing-mode: vertical-rl;*!*/
    /*writing-mode: tb-lr;!*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*!*/
    /*font-size:0.24rem;*/
    /*font-family:SourceHanSansCN-Regular;*/
    /*font-weight:400;*/
    /*color:rgba(255,255,255,1);*/
    /*line-height: 0.6rem;*/
    /*padding-top: 0.3rem;*/

}
.cesuan_btn{
    position: absolute;
    display: block;
    color: #EE3F4D;
    right: 0.3rem;
   top:0;
}
.page_header{
    line-height: 40px;
}
.cesuan_btn img{
    height:18px;
}
.zhezhu{
    display: none;
    position: fixed;
    width: 100%;
    bottom: 1rem;
    z-index: 99;
    background-color: rgba(1,1,1,0.6);
    top: 0px;
    max-width: 640px;
    height: 100vh;
}
.xuanfu{
    position: fixed !important;
    z-index: 99;
    width: 7.5rem;
}
.hot_show p{
    font-size: 0.32rem;
}

#zhifu_tanchuan{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,.7);
}
.paytan_public{
    display: none;
    background: url(img/bzjingpi/pay_di.png);
    position: fixed;
    width: 5.9rem;
    height: 6.64rem;
    z-index: 1000000000;
    background-size: 100%;
    top: 50%;
    left: 50%;

    margin-top: -3.95rem;
    margin-left: -3rem;
}
.cebiaoti{
    width: 0.18rem;
    height: 0.18rem;
}
.pay_title{
    text-align: center;


    font-size: 0.4rem;
    font-family: SF UI Display;
    font-weight: bold;
    color: #E43E2A;
    line-height: 0.4rem;
    padding-top: 0.6rem;
}
.pay_second_title{
    text-align: center;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
    margin: 0.5rem auto;
    margin-bottom: 0;
}
.prodyct_price{
    text-align: center;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    line-height: 0.4rem;
    padding-top: 0.25rem;
}
.tiyan_price{

    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    text-align: center;
    padding-top: 0.15rem;
}
.wx_zhifu{
    width: 5.1rem;
    height: 1rem;
    background: #29C64E;
    border-radius: 0.1rem;
    line-height: 1rem;
    text-align: center;
    margin: 0.35rem auto;
   margin-bottom: 0;
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;

}
.icon_wx{
    width: 0.46rem;
    height: 0.46rem;
    margin-right: 0.2rem;
}
.apliy_zhifu{
    width: 5.1rem;
    height: 1rem;
    margin: 0.2rem auto;
    text-align: center;
    line-height: 1rem;
    background: #5498E4;
    border-radius: 0.1rem;

    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;

}
.icon_zhifu{
    width: 0.48rem;
    height: 0.48rem;
    margin-right: 0.2rem;
}
.icon_guanbi{
  float: right;
   padding-top: 0.2rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;



}
.guanbi_icon{
    width: 0.22rem;
    height: 0.22rem;
}
.baguaidi{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Public/Ffcs/images/cesuan_pay/baguai.png);
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto;
    position: relative;
}
.dingwibai{

}
.dingwei{
    display: none;
    width: 7.5rem;
    position: fixed;
    top: 33%;
    transform: translateY(-33%);
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding-top:5rem;


}
.xuanzhuan_dong{
    width: 1.36rem;
    height: 1.36rem;
    position: absolute;
    top: 0.42rem;
    left: 0.42rem;
    -webkit-transform: rotate(360deg);

    animation: rotation 8s linear infinite;

    -moz-animation: rotation 8s linear infinite;

    -webkit-animation: rotation 8s linear infinite;

    -o-animation: rotation 8s linear infinite;
}
@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}


.taiji{
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: 0.78rem;
    left: 0.78rem;
    /*-webkit-transform: rotate(360deg);*/

    /*animation: rotation1 8s linear infinite;*/

    /*-moz-animation: rotation1 8s linear infinite;*/

    /*-webkit-animation: rotation1 8s linear infinite;*/

    /*-o-animation: rotation1 8s linear infinite;*/
}
@-webkit-keyframes rotation1 {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }

}
.luruxinxi, .luruxinxi2,.luruxinxi3{

    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;
}


.sifu{
    margin-top: 0.25rem;
}
.ce_shiye{
    float: left;
    margin-left: 0.4rem;
    width: 1rem;
    height:0.56rem;
    line-height: 0.56rem;
    background: #408867;
    border-radius: 0.08rem;
    text-align: center;

    font-size: 0.32rem;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
}
.ce_caifu{
    float: left;
    margin-left: 0.35rem;
    width: 1rem;
    height:0.56rem;
    line-height: 0.56rem;
    background: #E0853F;
    border-radius: 0.08rem;
    text-align: center;

    font-size: 0.32rem;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
}
.ce_jiangkang{
    float: left;
    margin-left: 0.35rem;
    width: 1rem;
    height:0.56rem;
    line-height: 0.56rem;
    border-radius: 0.08rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
    background: #5771A1;
}
.ce_yinyuan{
    float: left;
    margin-left: 0.35rem;
    width: 1rem;
    height:0.56rem;
    line-height: 0.56rem;
    border-radius: 0.08rem;
    text-align: center;
    font-size: 0.32rem;
    font-family: Source Han Serif CN;
    font-weight: bold;
    color: #FFFFFF;
    background: rgba(230, 101, 118, 1);
}
.cesuanneirong{

    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
    text-align: center;

}
.celijichakan{
    width: 4.7rem;
    height: 1rem;
    margin: 0.55rem auto;
}
.chakan_icon{
    width: 4.7rem;
    height: 1rem;

}
.zhongjian_jia{
    height: 1.4rem;
}
.hengxian{
    width: 5.1rem;
    height: 0.11rem;
    margin: 0 auto;
}
.anmit{
    -webkit-animation:fadeOutUp 1.5s .5s ease both;
    -webkit-animation-delay: 0s;/*动画延迟时间*/
    -moz-animation:fadeOutUp 1.5s .5s ease both;
    -webkit-animation-duration: 0.8s;/*动画持续时间*/
    -webkit-animation-timing-function: ease-in-out; /*动画频率，和transition-timing-function是一样的*/
}
.xia{-webkit-animation:fadeInUp 2s .5s ease both;
    -moz-animation:fadeInUp 2s .5s ease both;
    -webkit-animation-duration: 0.8s;/*动画持续时间*/
    -webkit-animation-timing-function: ease-in-out; /*动画频率，和transition-timing-function是一样的*/
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translateY(20px)
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity:0;
        -moz-transform:translateY(20px)
    }
    100% {
        opacity:1;
        -moz-transform:translateY(0)
    }
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity:1;
        -webkit-transform:translateY(0)
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(-50px)
    }
}
@-moz-keyframes fadeOutUp {
    0% {
        opacity:1;
        -moz-transform:translateY(0)
    }
    100% {
        opacity:0;
        -moz-transform:translateY(-50px)
    }
}
.quanling_bu{
    display: block;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Public/Ffcs/images/bzjingpi/quan.png);
    width: 6.9rem;
    height: 2rem;
    filter: drop-shadow(0 0.1rem 0.2rem rgba(195, 39, 43, 0.3));
    margin: 0 auto;
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: 0.6rem;

}
.quanling{
    display: block !important;
    -webkit-animation:pulse 1s .5s ease both;
    -moz-animation:pulse 1s .5s ease both;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform:scale(0);
    }

    60%{
        -webkit-transform:scale(1);
    }
    100% {
        -webkit-transform:scale(1);

    }
}

.youyuanren{
    width: 1.68rem;
    height: 0.4rem;
    background: rgba(195, 39, 43, 0);
    border: 1px solid #FDF0DE;
    border-radius: 0.2rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FDF0DE;
    line-height: 0.4rem;
    text-align: center;
    position: absolute;
    top: 1rem;
    left: 2.88rem;
}
.jinxian{

    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FDF0DE;
    position: absolute;
    top: 1.57rem;
    left: 2.88rem;
}
.lijilingqu{
    width: 1.2rem;
    height: 1.2rem;
    background: linear-gradient(180deg, #FCDDC9, #FCBD99);
    box-shadow: 0px 0.03rem 0.08rem 0px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #C3272B;
    float: right;
    text-align: center;

}
.lingqu_youhui{
    word-wrap:break-word;
    word-break:normal;
    width: 0.8rem;
    text-align: center;
    margin: 0.12rem auto;
}
.quanedu{
    width: 2.57rem;
    height: 1.4rem;
    margin-top: 0.3rem;
    border-right: 1px solid rgba(253, 240, 222, 0.3);
    float: left;
    line-height: 1.4rem;
    text-align: center;

    font-size: 1.2rem;
    font-family: SF UI Display;
    font-weight: bold;
    color: #FCDDC9;





}
.xiaoqian{

    font-size: 0.4rem;
    font-family: SF UI Display;
    font-weight: bold;
    color: #FCDDC9;
    margin-right: 0.1rem;
}
.header_fankui{right: 1rem}

.tanhuo{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,.6);
}
.niu_huo{
    display: none;
    position: fixed;
    top: 15%;
    z-index: 1001;
    margin-left: 0.46rem;
}
.tanbei_zhuo{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/Public/Ffcs/images/cesuan_pay/zhuotan.png);
    width: 6.59rem;
    height: 6.97rem;
    position: relative;
}
.tantitle_zhuo{

    position: absolute;
    top: 3.55rem;
    left: 2.3rem;
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    /* filter: drop-shadow(0.1rem 0.06rem 0.06rem rgba(0, 0, 0, 0.17)); */
    background: linear-gradient(0deg, #EEAA57 0%, #FFF7A7 51.123046875%, #FACC6A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
}
.tantitle_yinying_zhuo{
    text-shadow: 0px 0.1rem 0.1rem rgba(0, 0, 0, 0.17);
    position: absolute;
    top: 3.55rem;
    left: 2.3rem;
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    z-index: 9;
}
.tandesc_zhuo{
    position: absolute;
    top: 4.75rem;
    left: 1.65rem;
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    /*filter: drop-shadow(0.1rem 0.06rem 0.06rem rgba(0, 0, 0, 0.17));*/
    background: linear-gradient(0deg, #EEAA57 0%, #FFF7A7 51.123046875%, #FACC6A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
    letter-spacing:0.1rem;
}
.tandesc_yinying_zhuo{
    text-shadow: 0px 0.1rem 0.06rem rgba(0, 0, 0, 0.17);
    letter-spacing:0.1rem;
    position: absolute;
    top: 4.75rem;
    left: 1.65rem;
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    z-index: 9;
}
.zhufu_zhuo{
    position: absolute;
    top: 5.3rem;
    left: 2.2rem;
    font-size: 0.64rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    background: linear-gradient(0deg, #EEAA57 0%, #FFF7A7 51.123046875%, #FACC6A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 10;
    letter-spacing:0.1rem;
}
.zhufu_yinying_zhuo{
    position: absolute;
    top: 5.3rem;
    left: 2.2rem;
    font-size: 0.64rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FFFDFA;
    text-shadow: 0px 0.1rem 0.06rem rgba(0, 0, 0, 0.17);
    z-index: 9;
    letter-spacing:0.1rem;

}
.shouxia_fu{
    width: 3rem;
    height: 0.8rem;
    border: 0.03rem solid rgba(243, 197, 96, 1);
    border-radius: 0.4rem;
    background: rgba(250, 225, 128, 1);
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #A84200;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.2rem auto;

}

.animation_huo1 {
    -webkit-animation:zoomIn1 0.3s .2s cubic-bezier(0,0,0,0) both;
    -moz-animation:zoomIn1 0.3s .2s cubic-bezier(0,0,0,0) both;
}

@keyframes zoomIn1 {
    from {transform: scale3d(0, 0, 0);}
}
@-webkit-keyframes zoomIn1 {
    from {transform: scale3d(0, 0, 0);}
}

.bounceout{
    -webkit-animation:bounceOut 0.3s .2s ease both;
    -moz-animation:bounceOut 0.3s .2s ease both;
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform:scale(1)
    }

    100% {
        opacity:0;
        display: none;
        -webkit-transform:scale(.3)
    }
}
@-moz-keyframes bounceOut {
    0% {
        -moz-transform:scale(1)
    }

    100% {
        opacity:0;
        -moz-transform:scale(.3)
    }
}
.saofix{
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 20;
}
.saobox{
    background-image: url(../images/sao.png);
    background-size: 100% 100%;
    width: 1.54rem;
    height: 1.63rem;
}
.saoling{
    background-image: url(../images/sao_kuang.png);
    background-size: 100% 100%;
    width: 1.57rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    top: -0.4rem;
}
.lingzhe{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 990;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,.6);
}
.lingtan{
    display: none;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    width: 7.5rem;
    z-index: 991;
    margin: 0 auto;
}
.ltkbox{
   background-image: url(../images/ltan.png);
    background-size: 100% 100%;
    width: 6.18rem;
    height: 7.66rem;
    margin: 0 auto;

}
.lttit{
    text-align: center;
    padding-top: 0.8rem;
    font-size: 0.48rem;
    font-weight: 800;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 245, 241, 1) 50%, rgba(255, 250, 191, 1) 100%);
    -webkit-background-clip: text;
    color: transparent;
    position: relative;

}
.lttit::before{
   z-index: -1;
    content: attr(data-date);
    position: absolute;
    text-shadow: 4px 4px 4px #014753, 0px 0px 2px rgba(255,255,255,0.16);
}
.miande{
    text-align: center;
    padding-top: 0.2rem;
}
.miande img{
    display: inline-block;
    width: 0.55rem;
    height: 0.21rem;
}
.miande span{
    margin: 0 0.1rem;
    font-size:0.32rem;
    font-weight: 500;
    color: #FEEF17;
}
.erweibox{
   background-image: url(../images/erwei.png);
    background-size: 100% 100%;
    width: 5.65rem;
    height: 4.82rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
}
.erweitu{
    display: block;
    margin: 0 auto;
    width: 2.9rem;
    height: 2.9rem;
}
.weweitis{
    text-align: center;
    padding-top: 0.15rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #C73A32;
}
.gauyntan{
      background-image: url(../images/guanling.png);
    background-size: 100% 100%;
    width: 0.57rem;
    height: 0.57rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
}