.zongkuang {
    background: rgba(255, 215, 117, 1);
}
.zongbei{
    position: relative;
    z-index: 1;
}
.header_tit {
    line-height: 30px;
    height: 30px;
    padding: 0 5px;
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center;
}
.header_fankui {
    position: absolute;
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    border: 1px solid #EE3F4D;
    border-radius: 0.05rem;
    display: block;
    color: #EE3F4D;
    left: 0.1rem;
    top: 0.2rem;
    font-size: 0.28rem;
}
.his_order {
    position: fixed;
    top: 20%;
    right: 0;
    z-index: 12;
    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%;
}
.gubei{
    position: fixed;
    top: 1rem;
    background-image: url(../images/bzjingpi_zy/lp.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height: 15.69rem;
}
.one_form{
    width: 7.11rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    position: relative;
}
.formtop{
    background-image: url(../images/bztop.png);
    background-size: 100% 100%;
    width: 7.11rem;
    height: 1.28rem;
}
.formzhong{
    background-image: url(../images/bzzhong.png);
    background-size: 100% 100%;
    width: 7.11rem;
    overflow: hidden;
    margin-top: -0.05rem;
}
.formdi{
    background-image: url(../images/bzdi.png);
    background-size: 100% 100%;
    width: 7.11rem;
    height: 0.66rem;
    margin-top: -0.05rem;
}
.formtit{
    font-size: 0.3rem;
    font-weight: bold;
    color: #FEEBB6;
    background: linear-gradient(179deg, #FBF3F9 0%, #FFF0AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 0.8rem;
}
.info_box{
    width: 6.97rem;
    margin: 0 auto;
    background: linear-gradient(1deg, #FFFCF5, #FFFBF3);
    border:0.06rem solid #FFB339;
    border-radius: 0.2rem;
    padding-bottom: 0.4rem;
}
.infoitem{
    width: 6.39rem;
    height: 0.83rem;
    background: #FFFFFF;
    border: 0.02rem solid #E9C09C;
    border-radius: 0.41rem;
    box-sizing: content-box;
    margin: 0.2rem auto;
    margin-bottom: 0;
}
.infoname{
    font-size: 0.32rem;
    font-weight: 500;
    color: #C86E38;
    padding: 0;
    line-height: 0.83rem;
    float: left;
    margin-left: 0.24rem;
}
#xingming{
    width: 3rem;
    float: left;
    padding-left: 0;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.83rem;
    background: none;
}
.infotype{
    position: relative;
}
.sex-select {

    position: absolute;
    right: 0.3rem;
    margin-top: 0.1rem;

}
.left-sex {
    font-size: 0.24rem;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #999999;
    line-height: 0.33rem;
    float: left;
    padding: 0.07rem 0.06rem;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
}
#birthday{
    width: 4.65rem;
    float: left;
    padding-left: 0;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.83rem;
    background: none;
}
.cesuan_tupian{
    display: block;
    background-image: url(../images/xb.png);
    background-size: 100% 100%;
    width: 6.61rem;
    height: 1.02rem;
    line-height: 1.02rem;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 0.36rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
    -webkit-animation-name: 'ripple';
    -webkit-animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    border-radius: unset;
    border: none;
    background-color: unset;
}
@keyframes ripple {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(0.9);  /*开始为原始大小*/
    }

    100%{
        transform: scale(1);
    }
}
.agreement{
    text-align: center;
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
    margin-top: 0.4rem;
}
.layui-form-checkbox i{
    color:rgba(174, 1, 1, 1) !important;
    opacity: 0;
}
.layui-form-checked i, .layui-form-checked:hover i {
    color:rgba(171, 70, 25, 1) !important;
    opacity: 1;
    font-size: 0.2rem;
    width: auto;
}
.layui-form-checkbox{
    width: 0.33rem !important;
    height: 0.33rem !important;
    border: 0.03rem solid rgba(171, 70, 25, 1) !important;
    border-radius: 50%;
    box-sizing: content-box;
    line-height: 0.33rem !important;
    padding: 0 !important;
    background: none !important;
    opacity: 1;
}
.layui-form-checkbox:hover{
    border: 0.03rem solid rgba(171, 70, 25, 1) !important;
}

.tongyi{
    position: relative;
    top: 0.05rem;
    font-size: 0.26rem;
}
.tixing{
    position: relative;
    top: 0.05rem;
    font-size: 0.26rem;
    color: rgba(171, 70, 25, 1);
}
.tixing:hover{
    color: rgba(171, 70, 25, 1);
}
.test_num{
    text-align: center;
    padding-top: 0.18rem;
    font-size: 0.26rem;
    font-weight: 500;
    color: #333333;
}
.num{
    color: rgba(214, 46, 1, 1);
}
.qmian{
    width: 7.08rem;
    margin: 0.3rem auto;
    margin-bottom: 0;
}
.qmdesc{
    background-image: url(../images/wxtu.png);
    background-size:100% 100%;
    width: 6.27rem;
    height: 5.79rem;
    margin: 0 auto;
}
.fmbox{
    overflow: hidden;
    margin-top: 0.12rem;
}
.fmitem{
    float: left;
    background-image: url(../images/fmk.png);
    background-size: 100% 100%;
    width: 2.04rem;
    height: 2.89rem;
    position: relative;
    margin-top: 0.2rem;
    margin-left: 0.22rem;
}
.fmtit{
    line-height: 0.59rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 800;

}
.jk{
    color: #EB5436;
}
.yy{
    color: rgba(231, 97, 128, 1);
}
.cy{
    color: rgba(230, 169, 6, 1);
}
.sy{
    color: rgba(134, 167, 221, 1);
}
.zn{
    color: rgba(219, 101, 3, 1);
}
.wn{
    color: rgba(102, 163, 103, 1);
}
.xy{
    color: rgba(234, 113, 32, 1);
}
.zy{
    color: rgba(254, 183, 30, 1);
}
.ys{
    color: rgba(206, 131, 228, 1);
}
.fmjkitem{
    padding-top: 0.1rem;
    padding-left: 0.15rem;
    font-size: 0.28rem;
    color: #6D3F22;
    text-align: center;
    line-height: 0.4rem;
}
.cksj{
    background-image: url(../images/cksj.png);
    background-size: 100% 100%;
    width: 2.94rem;
    height: 0.38rem;
    margin: 0.6rem auto;
    margin-bottom: 0;
}
.cksjbox{
    width: 6.87rem;
    margin: 0.22rem auto;
    padding-top: 0.25rem;
    background-image: url(../images/tujian.png);
    height: 2.3rem;
    padding-bottom: 0.1rem;
    background-size: 100% 100%;
}
.cksjbox img{
    width: 2.08rem;
    height: 0.78rem;
    margin-top: 0.15rem;
}
.cplist{
    overflow: hidden;
}
.cplist img{
    margin-left: 0.3rem;
    width: 1.91rem;
    height: 2.12rem;
}
.zybox{
    overflow: hidden;
    margin-top: -0.2rem;
}
.zyitem{
    width: 6.65rem;
    margin: 0.2rem auto;
    margin-bottom: 0;
    height: 1.36rem;
    background: #FBF5D5;
    box-shadow: 1px 0px 0.06rem 0px rgba(244,212,134,0.39);
    border-radius:0.2rem;
}
.ybg{
    background-image: url(../images/ybg.png);
    background-size: 100% 100%;
    width: 1.36rem;
    height: 1.36rem;
    margin-left:0.26rem;
    float: left;
}
.ybgdesc{
    float: left;
    margin-left: 0.33rem;
    line-height: 1.36rem;
    font-size:0.32rem;
    font-weight: 500;
    color: #333333;
}
.zzdesc{
    float: left;
    width: 4.8rem;
    font-size: 0.32rem;
    padding-top: 0.23rem;
    padding-left: 0.25rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.45rem;
}
.zhuzi{
    float: left;
    background-image: url(../images/zhuzi.png);
    background-size: 100% 100%;
    width: 1.36rem;
    height: 1.36rem;
    margin-left: 0.24rem;
}
.hulu{
    float: left;
    background-image: url(../images/hulu.png);
    background-size: 100% 100%;
    width: 1.36rem;
    height: 1.36rem;
    margin-left: 0.3rem;
}
.hldesc{
    float: left;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.45rem;
    margin-top: 0.24rem;
    margin-left: 0.3rem;
    width: 4.36rem;
}
#moocBox {
    height: 6.3rem;
    overflow: hidden;
    position: relative;
}
.order-line {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.1rem 0;
    color: rgba(153, 153, 153, 1);
    margin: 0 0.2rem;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.order-p{
    font-size: 0.28rem;
    color: #666666;
}
.order-left{
    font-size: 0.28rem;
    color: rgba(109, 77, 59, 1);
    line-height: 0.5rem;
}
.second_form{
    width: 6.9rem;
    padding-bottom: 0.4rem;
    background: linear-gradient(1deg, #FFFCF5, #FFFBF3);
    border: 0.06rem solid #FFB339;
    border-radius: 0.2rem;
    box-sizing: content-box;
    margin: 0.3rem auto;
}
.lock_title {
    position: relative;
    font-size: 0.32rem;
    text-align: center;
    color: rgba(215, 67, 36, 1);
    padding-top: 0.3rem;
    margin-bottom: 0.2rem;
}
.biaotu {
    width: 0.14rem;
    height: 0.14rem;
}
.isshengchen{
    display: none;
}
#calldate{
    width: 4.65rem;
    float: left;
    padding-left: 0;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.83rem;
    background: none;
}
.layui-form-item{
    height: 0.91rem;
    margin-bottom: 0;

}
.layui-form-label {
    font-size: 0.32rem;
    font-weight: 500;
    color: #70624D;
    padding: 0;
    line-height: 0.91rem;
    text-align: left;
    width: 1rem;
    margin-left: 0.62rem;
}
.layui-input-block {
    margin-left: 0px;
}
#xingming1 {
    width: 3rem;
    float: left;
    padding-left: 0;
    font-size: 0.32rem;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #333333;
    height: 0.9rem;
}
.layui-form .layui-form-label, .layui-input, .layui-select, .layui-textarea, .layui-form .layui-input-block {
    background: none;
}
.layui-input, .layui-select, .layui-textarea {
    border: none;
}
.second_form .hr {
    width: 5.8rem;
    height: 0.02rem;
    margin-left: 0.6rem;
    background: rgba(229, 154, 88, 0.2);
}
#birthday1 {
    font-size: 0.32rem;
    color: #333333;
    height: 0.9rem;
    width: 4.65rem;
    background: none;
}
#calldate1 {
    font-size: 0.32rem;
    color: #333333;
    height: 0.9rem;
    width: 4.65rem;
    background: none;
}
.hr1 {
    width: 5.8rem;
    height: 0.02rem;
    margin-left: 0.6rem;
    background: rgba(229, 154, 88, 0.2);
}
.page_footer2{
    color: #fff;
    opacity: 1;
}
.page_footer2 a{
    color: #fff;
}
.show{ display: none;
    bottom: 0;
    position: fixed;
    height: 100%;
    z-index: 999;
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 0.9rem;
}
.pay_close{
    float: right;
    width: 0.3rem;
    margin: 0.2rem 0.5rem;
    z-index: 99;
}
.guanbi{
    width: 100vw;
    max-width: 640px;
    text-align: right;
    position: fixed;
    top: 0px;
    z-index: 9999;
    background-color: white;
}
.product-intro {
    width: 7.5rem;
    height: 100vh;
    border: unset;
    overflow: scroll;
}
.zsbei {
    background-image: url(../images/zs.png);
    background-size: 100% 100%;
    width: 7.5rem;
    height: 7.02rem;
    position: absolute;
    top: 6.5rem;
}

.page_footer{
    color: #333;
}
.fuzhicg{
    max-width: 3rem;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    padding: 0.2rem 0.2rem;
    text-align: center;
    font-size: 0.28rem;
    border-radius: 0.2rem;
    z-index: 10000;
}