﻿/* 时间选择器样式修改 */

.date_ctrl
{
    left: 0 !important;
    margin: 0 auto !important;
}

.date_roll_mask
{
    padding: 1em 0 !important;
}

.date_roll > div
{
    font-size: 0.38rem !important;
}

/* 头部导航 */

.nav_box
{
    position: relative;
    background: #a9845f;
    z-index: 10;
    height: 1rem;
}

.nav_box .btindex
{
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 1rem;
    background-image: url(img/btindex.png);
    background-size: 86%;
    background-position: center;
    background-repeat: no-repeat;
    left: 4%;
    top: 0;
}

.btncesuan
{
    position: absolute;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #faefe0 !important;
    border: 1px solid #faefe0;
    border-radius: 4px;
    font-size: 0.32rem;
    right: 4%;
    top: 50%;
    padding: 0 2%;
    margin-top: -0.25rem;
}

.nav_box .nav_title
{
    line-height: 1rem;
    text-align: center;
    font-size: 0.4rem;
    color: #ffdeb2;
}


/* 首页 */
.xzyy_hint
{
    position: absolute;
    display: none;
    width: 50%;
    max-width: 800px;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fefefe;
    font-size: 0.34rem;
    border-radius: 0.1rem;
    background-color: rgba(65, 65, 65, 0.6);
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
}

.xzyy_banner
{
    width: 100%;
    background-image: url('img/xzyy_banner.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #180345;
    padding-bottom: 0.4rem;
    overflow: hidden;
}

.xzyy_input
{
    width: 94%;
    margin: 58% auto 0;
}

.xzyy_input .xzyy_ul
{
    position: relative;
    width: 96%;
    border: 2px solid #a11873;
    background-color: #fff5fc;
    box-shadow: 0 0 0 0.1rem #fff0db;
    margin: 0.26rem auto;
}

.xzyy_input .xzyy_ul li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 99%;
    height: 1.2rem;
    border-bottom: 1px solid #eeb7de;
    margin: auto;
}

.xzyy_input .xzyy_ul .xzyy_ul_t
{
    color: #414141;
    padding: 0 0.26rem;
    font-size: 0.32rem;
}

.xzyy_input .xzyy_ul .xzyy_name
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #404040;
    font-size: 0.32rem;
    background-color: #fff5fc;
}

.xzyy_input .xzyy_sex
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1.2rem;
}

.xzyy_input .xzyy_sex span
{
    display: inline-block;
    font-size: 0.32rem;
    width: 0.6rem;
    line-height: 0.6rem;
    color: #414141;
    text-align: center;
    border: 1px solid #868686;
    border-radius: 50%;
    margin: 0 0.2rem;
    cursor: pointer;
}

.xzyy_input .xzyy_sex .selected
{
    background-color: #b82f87;
    border: 1px solid #b82f87;
    color: #fffefe;
}

.xzyy_input .xzyy_xx
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.32rem;
    text-align: justify;
    background-color: #fff5fc;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    cursor: pointer;
}

a.xzyy_ckdd
{
    display: block;
    text-align: center;
    color: #fef1fd;
    font-size: 0.32rem;
    margin: 4% 0;
}

.xzyy_btn
{
    display: block;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-size: 0.48rem;
    color: #fff7f0;
    font-weight: 700;
    border-radius: 0.16rem;
    border: none;
    background-color: #ff923c;
    background: -webkit-linear-gradient( top, rgba(166, 34, 113, 1) 0%, #b82f87 10%, #b82f87 90%, rgba(166, 34, 113, 1) 100%);
    box-shadow: 0.06rem 0.06rem 0.04rem #1c0b3a;
    -webkit-appearance: none;
    cursor: pointer;
}

.xzyy_num
{
    font-size: 0.32rem;
    color: #e88ee0;
    text-align: center;
    padding: 4% 0 0;
}

.xzyy_pic
{
    width: 100%;
}

.xzyy_pic img
{
    display: block;
    width: 94%;
    margin: 6% auto 0;
}

.xzyy_fankui
{
    width: 94%;
    background-image: url('img/xzyy_fankui.png');
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 8% auto 0;
}

.xzyy_fankui::after
{
    display: block;
    content: "";
    padding-bottom: 4%;
}

.xzyy_fankui .xzyy_pictcnt
{
    position: relative;
    width: 100%;
    height: 3.6rem;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 22%;
}

.xzyy_fankui .xzyy_pictcnt ul
{
    position: absolute;
    width: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.xzyy_fankui .xzyy_pictcnt span
{
    color: #fe8080;
    font-size: 0.3rem;
}

.xzyy_fankui .xzyy_pictcnt p
{
    color: #ebddd5;
    font-size: 0.3rem;
    line-height: 0.8rem;
}

/* 付款页面 */
.pay_box
{
    padding-bottom: 0.4rem;
    background-image: url('img/pay_bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #180345;
}

.pay_xinxi
{
    width: 94%;
    margin: 0.4rem auto;
}

.xinxi_header
{
    width: 100%;
    background-image: url('img/xinxi_header.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.xinxi_header::after
{
    display: block;
    content: "";
    padding-bottom: 8%;
}

.xinxi_body
{
    background-image: url('img/xinxi_body.png');
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 0 5%;
}

.xinxi_body::after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.xinxi_footer
{
    width: 100%;
    background-image: url('img/xinxi_footer.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.xinxi_footer::after
{
    display: block;
    content: "";
    padding-bottom: 10%;
}

.xinxi_body .xinxi_one
{
    float: left;
    width: 12%;
    color: #fe8080;
    font-size: 0.34rem;
    line-height: 0.6rem;
}

.xinxi_body .xinxi_two
{
    float: left;
    width: 88%;
    color: #fe8080;
    font-size: 0.34rem;
    line-height: 0.6rem;
}

.xinxi_body .xinxi_two span
{
    display: block;
}

.cesuantitle
{
    display: block;
    line-height: 1rem;
    color: #fff3e5;
    font-size: 0.36rem;
    text-align: center;
    background-color: #b82f87;
}

.cesuantext
{
    text-align: justify;
    line-height: 0.6rem;
    font-size: 0.32rem;
    color: #343434;
    background-color: #fcedeb;
    padding: 0.4rem 0.26rem;
    letter-spacing: 1px;
}

._red
{
    color: #fb4f4f;
}

.pay_zfdjs
{
    display: block;
    background-color: #fff6f3;
    padding: 0.26rem 0.52rem 0.28rem;
}

.pay_zfdjs::after
{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.pay_zfdjs > div
{
    float: left;
    width: 50%;
    font-size: 0.32rem;
}

.pay_youhui span
{
    display: block;
    text-align: center;
    color: #fff0db;
    font-size: 0.34rem;
    border-radius: 6px;
    background-color: #ad0725;
    padding: 0.06rem 0.12rem;
    margin-bottom: 0.08rem;
}

.pay_youhui del
{
    color: #808080;
}

.pay_daojishi
{
    text-align: right;
}

.pay_daojishi span:first-child
{
    display: block;
    padding-right: 0.02rem;
    margin-bottom: 0.08rem;
}

.pay_select
{
    position: relative;
    width: 100%;
    padding-bottom: 0.4rem;
}

.pay_select .pay_shadow
{
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: -2%;
    left: 0;
    background-color: #e3e3e3;
    opacity: 0.8;
    z-index: 18;
}

.pay_select .pay_shadow2
{
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: -4%;
    left: 0;
    background-color: #fcdfdc;
    opacity: 0.8;
    z-index: 17;
}

.pay_select span
{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6rem;
    text-align: left;
    background-color: #fefefe;
    z-index: 18;
}

.pay_select b
{
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 6%;
    margin-right: 2%;
}

.pay_select i
{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    font-size: 0.38rem;
    font-style: normal;
}

.pay_select_submit
{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.38rem;
    color: #fcf7f2 !important;
    border-radius: 6px;
    background-color: #bd0a32 !important;
    margin-right: 6%;
    padding: 0 4%;
    box-shadow: 0 0 0.1rem 0.1rem #ac0724 inset;
    cursor: pointer;
}

.pay_select .pay_select_wx
{
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.1rem;
    border-bottom: 1px solid #e3e3e3;
}

.pay_select .wx
{
    background-image: url('img/pay_choose_wx.png');
}

.pay_select .pay_select_wx.one
{
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}

.pay_select .pay_select_zfb
{
    border-bottom-left-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem;
}

.pay_select .zfb
{
    background-image: url('img/pay_choose_zfb.png');
}

.pay_show_title
{
    line-height: 1rem;
    font-size: 0.38rem;
    text-align: center;
    color: #fff3e5;
    background-color: #d85839;
    font-weight: bold;
}

.pay_show_title
{
    line-height: 1rem;
    font-size: 0.38rem;
    text-align: center;
    color: #fff5fc;
    background-color: #b82f87;
    font-weight: bold;
}

.pay_jscnt_lock
{
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0.4rem auto 0;
}

.pay_jscnt_lock img
{
    width: 100%;
}

/* 详情页 */

.details_box
{
    background-color: #180345;
    padding: 0.4rem 0.26rem;
}

.cnt_head
{
    display: block;
    width: 100%;
    background-image: url('img/cnt_head.png');
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.cnt_head::after
{
    display: block;
    content: "";
    padding-bottom: 8%;
}

.cnt_body
{
    position: relative;
    display: block;
    background-image: url('img/cnt_body.png');
    background-size: 100%;
    background-repeat: repeat-y;
    padding: 0.1rem 0.46rem;
    margin-top: -1px;
}

.cnt_foot
{
    display: block;
    width: 100%;
    background-image: url('img/cnt_foot.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.cnt_foot::after
{
    display: block;
    content: "";
    padding-bottom: 16%;
}

.cnt_title
{
    display: block;
    width: 54%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}

.cnt_title::after
{
    display: block;
    content: "";
    padding-bottom: 28%;
}

.details_mingzhu{
    position: relative;
}

.details_mingzhu .mz_list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    font-size: 0.32rem;
    box-sizing: border-box;
    padding: 0.26rem 0 0;
    margin: 0 auto;
}

.details_mingzhu .mz_list .mz_xx
{
    white-space: nowrap;
    padding-left: 0.18rem;
}

.details_mingzhu .mz_list .mz_name
{
    padding-left: 0.18rem;
}

.details_mingzhu .mz_list .mz_birth span
{
    display: block;
    padding-bottom: 0.16rem;
}

.details_mingzhu .mz_list span
{
    color: #4d4d4d;
}

.mz_body .cnt_title
{
    background-image: url('img/mz_title.png');
}

.xg_body .cnt_title
{
    background-image: url('img/xg_title.png');
}

.la_body .cnt_title
{
    background-image: url('img/la_title.png');
}

.jh_body .cnt_title
{
    background-image: url('img/jh_title.png');
}

.pd_body .cnt_title
{
    background-image: url('img/pd_title.png');
}

.ys_body .cnt_title
{
    background-image: url('img/ys_title.png');
}
.ys_body .cnt_title_2020
{
    background-image: url('img/ys_title_2020.png');
}
.ys_body .cnt_title_2021
{
    background-image: url('img/ys_title_2021.png');
}
.ys_body .cnt_title_2022
{
    background-image: url('img/ys_title_2022.png');
}
.ys_body .cnt_title_2023
{
    background-image: url('img/ys_title_2023.png');
}
.ys_body .cnt_title_2024
{
    background-image: url('img/ys_title_2024.png');
}
.ys_body .cnt_title_2025
{
    background-image: url('img/ys_title_2025.png');
}



.cnt_body .jxcnt
{
    line-height: 0.6rem;
    color: #4d4d4d;
    font-size: 0.32rem;
    text-align: justify;
    margin-top: 0.2rem;
}

.cnt_body .jx_title
{
    display: inline-block;
    color: #fff5fc;
    font-size: 0.34rem;
    text-align: justify;
    border-radius: 0.12rem;
    background-color: #fe8080;
    padding: 0.1rem 0.2rem;
    margin-top: 0.4rem;
}

.cnt_body .jx_small
{
    display: block;
    font-size: 0.32rem;
    color: #fe8080;
    margin-top: 0.2rem;
}

.pj_fwdp .fwdp_title
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0.26rem auto 0;
}

.pj_fwdp .fwdp_title span
{
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0px;
    border-top: 1px solid #ff9322;
}

.pj_fwdp .fwdp_title b
{
    width: 50%;
    font-size: 0.36rem;
    text-align: center;
    color: #ff9322;
}

.fwdp_cnt > div
{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.26rem;
}

.fwdp_cnt span
{
    display: block;
    font-size: 0.36rem;
    color: #ff9322;
    padding-right: 0.26rem;
}

.fwdp_cnt ul
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36%;
    background-image: url(/style/bazi/bz_pingjia.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0%;
}

.fwdp_cnt ul::after
{
    display: block;
    content: "";
    padding-bottom: 16%;
}

.fwdp_cnt ul.start1
{
    background-position: 0 101.5%;
}

.fwdp_cnt ul.start2
{
    background-position: 0 76%;
}

.fwdp_cnt ul.start3
{
    background-position: 0 50.5%;
}

.fwdp_cnt ul.start4
{
    background-position: 0 25%;
}

.fwdp_cnt ul.start5
{
    background-position: 0 -0.5%;
}

.fwdp_cnt li
{
    width: 20%;
    cursor: pointer;
}

.myddc
{
    position: relative;
    padding-bottom: 4%;
}

.myddc .dp_text
{
    display: block;
    width: 88%;
    height: 2rem;
    line-height: 0.4rem;
    text-align: justify;
    font-size: 0.32rem;
    text-indent: 1em;
    border: 1px solid #ffbc67;
    border-radius: 4px;
    padding: 0.16rem;
    margin: 0.26rem auto;
}

.myddc .dp_text::-webkit-input-placeholder
{
    color: #adadad !important;
    text-align: center;
    line-height: 2rem;
}

.myddc .fw_submit
{
    display: block;
    width: 92%;
    height: 0.8rem;
    font-size: 0.42rem;
    color: #fff7ec;
    border: none;
    border-radius: 0.1rem;
    background-color: #ffbc67;
    margin: auto;
    -webkit-appearance: none;
    cursor: pointer;
}

/* 手机验证码 */

.yzm_order
{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    color: #ffeac5;
    background-color: #bc2e4e;
    padding: 0.1rem 0;
    z-index: 6;
}

.yzm_order span
{
    font-size: 0.24rem;
}

.yzm_settel
{
    width: 100%;
    text-align: center;
    background-color: #f3bf7c;
}

.yzm_settel b
{
    display: block;
    line-height: 1.2rem;
    color: #fffbf6;
}

.yzm_telform
{
    background-color: #180345;
    padding: 0.26rem 0.26rem 0;
}

.yzm_telform .yzm_hint
{
    top: 14%;
}
.yzm_hint
{
    position: absolute;
    display: none;
    width: 50%;
    max-width: 800px;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    color: #fefefe;
    font-size: 0.34rem;
    border-radius: 0.1rem;
    background-color: rgba(65, 65, 65, 0.6);
    top: 24%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 101;
}

.yzm_telform .yzm_yzk
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.yzm_telform .yzm_telphone
{
    width: 70%;
    text-indent: 0.16rem;
    border: 1px solid #f3bf7c;
    background-color: #faefe0;
    -webkit-appearance: none;
}

.yzm_telform input
{
    height: 1rem;
    border-radius: 0.12rem;
}

.yzm_telform .yzm_yzbtn
{
    width: 28%;
    font-size: 0.28rem;
    height: 1rem;
    line-height: 1rem;
    color: #fefefe;
    border-radius: 0.12rem;
    border: 1px solid #f3bf7c;
    background-color: #f3bf7c;
    -webkit-appearance: none;
    cursor: pointer;
}

.yzm_telform .yzm_yzm
{
    display: none;
    width: 30%;
    height: 1rem;
    text-indent: 0.16rem;
    border: 1px solid #f3bf7c;
    margin-top: 0.26rem;
}

.yzm_telform .yzm_telsubmit
{
    width: 100%;
    color: #fefefe;
    font-size: 0.36rem;
    font-weight: 800;
    background-color: #980e2d;
    margin-top: 0.26rem;
    margin-bottom: 0.26rem;
    -webkit-appearance: none;
    cursor: pointer;
}

/* 关注公众号广告 */

.more_body .cnt_title:after {
    padding-bottom: 1%;
}
.cnt_title b{
    display: block;
    width: 100%;
    color: #980e2d;
    font-size: 0.4rem;
    text-align: center;
}

.more_body .more_ewm {
    width: 36%;
    margin: 0.4rem auto 0.2rem;
}

.more_body .more_guanzhu {
    text-align: center;
    font-size: 0.32rem;
    padding-bottom: 0.4rem;
}

.more_body .more_guanzhu em {
    font-style: normal;
}

.more_body .more_guanzhu .more_clone {
    line-height: 0.4rem;
    color: #fff0db;
    border: 1px solid #86735b;
    border-radius: 6px;
    background-color: #980e2d;
    padding: 0.1rem 0.2rem;
    cursor: pointer;
}

/* 底部产品导航 */
.syd_meau_cnt {
	padding-bottom: 0.26rem;
}

.syd_meau_cnt::after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.syd_meau {
	width: 100%;
	background-color: #fad9af;
}

.syd_meau .syd_meau_title {
	display: block;
	line-height: 0.8rem;
	font-size: 0.38rem;
	color: #fad9af;
	text-align: center;
	background-color: #be1c40;
}

.syd_meau .syd_meau_item {
	float: left;
	display: block;
	width: 25%;
	padding-top: 0.46rem ;
}

.syd_meau .syd_meau_item img{
	display: block;
	width: 76%;
	margin: 0 auto;
    border-radius: 5px;
}

.syd_meau .syd_meau_item .syd_meau_item_wz {
	display: block;
	text-align: center;
	font-size: 0.32rem;
	color: #91570d;
}

.weixin_box {
    border: none;
    margin-bottom: 0.4rem;
    background: #fffafe;
    border-radius: 4px;
}