body{
    background: rgba(208, 61, 61, 1);
}
.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;
}
.yinsi {
    margin-top: 3.6rem;
}
.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;
}

.his_order {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 9;
    width: 18px;
    text-align: center;
    color: #fff;
    padding: 28px 5px 8px 6px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    line-height: 16px;
    font-size: 14px;
    background: rgba(0,0,0,.7) url(/Public/Ffcs/images/head_zhuo/chali.png) no-repeat center 8px;
    -webkit-background-size: 56% 56%;
    -moz-background-size: 56%;
    background-size: 56%;
}
.his_order a {
    color: #fff;
    /* 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; */
}
.one_form, .second_form{
    position: relative;
}
.form_top{
    background-image: url(../images/jiri/bei_top.png);
    background-size: 100%;
    width: 7.5rem;
    height: 0.54rem;
}
.xinxikuang{
    background-image: url(../images/jiri/form_kuang.png);
    background-size: 100%;
    width: 4.62rem;
    height: 0.77rem;
    line-height: 0.77rem;
    text-align: center;
    position: absolute;
    font-size: 0.38rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #FAD677;
    top: 0.2rem;
    left: 1.47rem;
}

.form_beijing{
    background-image: url(../images/jiri/bei_center.png);
    background-size: 100%;
    width: 7.5rem;
    overflow: hidden;
    padding-bottom: 0.3rem;
}
.event_box{
    width: 6.6rem;
    height: 0.82rem;
    background: #FDE1B9;
    border: 1px solid #F9BC66;
    border-radius: 0.11rem;
    margin: 0.9rem auto;
    margin-bottom: 0;
}
.jiri_cha_tite{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.82rem;
    float: left;
    font-family: Source Han Sans CN;
    font-weight: 500;
   padding-left: 0.2rem;
}
#shijian ,#shijian2{
    width: 4.6rem;
    height: 0.82rem;
    background: none;
    border: none;
    line-height: 0.82rem;
    font-size: 0.32rem;
    color: #333333;
    background-image: url(../images/jiri/xiala.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.28rem 0.15rem;
}
.birth_box{
    width: 6.6rem;
    height: 0.82rem;
    background: #FDE1B9;
    border: 1px solid #F9BC66;
    border-radius: 0.11rem;
    margin: 0.12rem auto;
    margin-bottom: 0;
}

.birthday{
    width: 4.65rem;
    height: 0.82rem;
    background: none;
    border: none;
    line-height: 0.82rem;
    font-size: 0.32rem;
    color: #333333;

    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.36rem 0.36rem;
}
.sheng_bei{
    background-image: url(../images/jiri/icon_rili.png);
}
.fanwei{
    width: 6.6rem;
    margin: 0rem auto;
    margin-bottom: 0;
    overflow: hidden;
}
.fanwei_list{
    overflow: hidden;
    margin-left: 0.2rem;
}
.fanwei_item{
    float: left;
    width: 1.39rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    background: rgba(102, 102, 102, 0.5);
    border-radius:0.07rem;
    margin: 0.2rem 0rem 0 0.15rem;
    font-size: 0.28rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFD79E;
}
.is_xuan{
    background: #D03D3D;
    color: #FFD79E;
}
.cesuan_tupian{
    width: 6.32rem;
    height: 0.99rem;
    margin: 0.2rem auto;
    margin-left: 0.59rem;
    border: none;
    background:url(../images/jiri/btn.png);
    background-size: 100%;
    border-radius: 0;
    font-size: 0.46rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FAD677;
    line-height:0.99rem;
    text-align: center;

}

/* 测算按钮 */
.cesuan_tupian  {
    width:6.32rem;
    height:0.99rem;
    -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;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666464;
    text-align: center;
}
.test_num span{
    color: rgba(213, 62, 22, 1);
}
.agreement{
    text-align: center;
    margin-top: 0.1rem;
}
.agreement .layui-unselect, .layui-form-checkbox {
    font-size: 0.18rem;
    padding: 0 0.12rem;
    height: 0.25rem;
    border-color: red;
    margin-right: 0.1rem;
}
.agreement .layui-form-checkbox i {
    right: 0.1rem;
    width: 0.2rem;
    top: 0.02rem;
    line-height: 0.2rem;
    /* left: -0.01rem; */
    text-align: center;
    font-size: 0.18rem;
    /* margin-left: -0.5rem; */
}
.layui-form-checkbox:hover i {
    color: #fff;
}
.agreement .layui-form-checked i {
    color: red;
}
.tongyi{
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666464;
}
.tixing{
    font-size: 0.24rem;
    color: rgba(255, 154, 5, 1);
}
.form_di{
    background-image: url(../images/jiri/bei_bottom.png);
    width: 7.5rem;
    height: 0.51rem;
    background-size: 100%;
}
.bgcolor_box{
    width: 7.5rem;
}
.box_img img{
    width: 7.5rem;
}
.second_form .form_beijing{
    padding-bottom: 0;
}
.select_zhe{
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
}
.hdjr_selcet {
    display: none;
    width: 7.5rem;
    position: fixed;
    bottom: 0;
    background: #FFFFFF;
    z-index: 1000001;
}
.hdjr_tit {
    font-size: 0.32rem;
    color: #333333;
    padding: 0.35rem 0;
    text-align: center;
}
.selcet_xiala {
    overflow: hidden;
    padding-bottom: 0.4rem;
}
.select_xl_item {
    float: left;
    width: 1.5rem;
    height: 0.64rem;
    line-height: 0.64rem;
    text-align: center;
    background: rgba(254, 224, 181, 1);
    border-radius: 0.08rem;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
    font-size: 0.28rem;
    color: #C89E73;
}
.selected_xl_item {
    background: rgba(208, 61, 61, 1);
    color: #fff;
}
.layui-input-block{
    margin-left: 0;
}
.hide{
    display: none;
}
 .page_footer2 {
    color: #ffffff;
    margin-bottom: .3rem;
}
 .page_footer2 a {
    color: #ffffff;
}
