@media only screen and (min-width: 640px) {
    html {
        font-size:138.6666px
    }
}

@media only screen and (min-width: 320px) and (max-width:640px) {
    html {
        font-size:26.6666vw
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size:85.3333px
    }
}

@-webkit-keyframes btnAnim {
    0% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.85);
        transform: scale(.85)
    }
}

@-moz-keyframes btnAnim {
    0% {
        -moz-transform: scale(.85);
        transform: scale(.85)
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(.85);
        transform: scale(.85)
    }
}

@keyframes btnAnim {
    0% {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(.85);
        -moz-transform: scale(.85);
        -o-transform: scale(.85);
        transform: scale(.85)
    }
}

@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate1 {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-moz-keyframes rotate2 {
    from {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes rotate2 {
    from {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes translateAnim {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes translateAnim {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes translateAnim {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10%);
        -moz-transform: translateY(10%);
        -o-transform: translateY(10%);
        transform: translateY(10%)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

html {
    background-color: #f7f7f7
}

body {
    background-color: #efe5d3
}

.guide-body {
    background-color: #eddcc2
}

.footer-base {
    background-color: transparent
}

.footer-base a,.footer-base__help,.footer-base__help a {
    color: #333
}

.common-testfixed,.public_pay_bottom {
    height: .6rem
}

.public_pay_bottom i {
    display: none
}

.common-testfixed span,.public_pay_bottom span {
    height: .5rem;
    margin: .07rem auto 0;
    background-image: url(/bzzh/m_btn.png?v=1736780995032);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-animation: btnAnim 1.5s linear infinite;
    -moz-animation: btnAnim 1.5s linear infinite;
    animation: btnAnim 1.5s linear infinite;
    background-position: center;
    text-indent: -9999px
}

.product-popular {
    position: relative;
    background-color: #fffbf0;
    border: 1px solid #8e5a33;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    margin: .4rem 3% .2rem;
    padding: .4rem .1rem .1rem
}

.product-popular__title {
    position: absolute;
    left: 0;
    top: -.24rem;
    width: 100%;
    height: .52rem;
    background-image: url(/bzzh/m_box_tit.png?v=1736780995032);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-image: url(/bzzh/0_hot_tit.png?v=1736780995032);
    border-bottom: 0;
    padding: 0
}

.product-popular__ul {
    background-color: transparent
}

.index-banner {
    position: relative;
    overflow: hidden
}

.index-banner .img-bg {
    display: block;
    width: 100%
}

.index-banner .pan-con {
    position: absolute;
    width: 80%;
    display: block;
    left: 10%;
    top: 32%
}

.index-banner .pan-con .p1 {
    width: 100%;
    display: block
}

.index-banner .pan-con .p2 {
    position: absolute;
    width: 84%;
    display: block;
    left: 9%;
    top: 9%;
    -webkit-animation: rotate1 10s linear infinite;
    -moz-animation: rotate1 10s linear infinite;
    animation: rotate1 10s linear infinite
}

.index-banner .pan-con .p3 {
    position: absolute;
    width: 56%;
    display: block;
    left: 23%;
    top: 23%;
    -webkit-animation: rotate2 10s linear infinite;
    -moz-animation: rotate2 10s linear infinite;
    animation: rotate2 10s linear infinite
}

.index-banner .pan-con .p4 {
    position: absolute;
    width: 36%;
    display: block;
    left: 33%;
    top: 33%;
    -webkit-animation: rotate1 20s linear infinite;
    -moz-animation: rotate1 20s linear infinite;
    animation: rotate1 20s linear infinite
}

.index-banner .img-tip {
    position: absolute;
    width: 20%;
    display: block;
    -webkit-animation: translateAnim 5s linear infinite;
    -moz-animation: translateAnim 5s linear infinite;
    animation: translateAnim 5s linear infinite
}

.index-banner .img-tip1 {
    left: 3%;
    top: 70%;
    -webkit-animation-delay: -3s;
    -moz-animation-delay: -3s;
    animation-delay: -3s
}

.index-banner .img-tip2 {
    left: 20%;
    top: 80%;
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    animation-delay: -2s
}

.index-banner .img-tip3 {
    left: 41%;
    top: 84%;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    animation-delay: -1s
}

.index-banner .img-tip4 {
    left: 62%;
    top: 80%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.index-banner .img-tip5 {
    left: 78%;
    top: 70%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.index-form {
    position: relative;
    background-color: #fffbf0;
    border: 1px solid #8e5a33;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem;
    margin: .4rem 3% .2rem;
    padding: .24rem .1rem .2rem
}

.index-form--top {
    margin: 5% 3% .2rem
}

.index-form__tit {
    position: absolute;
    left: 0;
    top: -.24rem;
    width: 100%;
    height: .5rem;
    background-image: url(/bzzh/0_form_tit.png?v=1736780995032);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px
}

.index-form__ul {
    position: relative;
    margin-top: .1rem
}

.index-form__ul .form-item {
    position: relative;
    height: .4rem;
    line-height: .4rem;
    background-color: #f6e5be;
    -webkit-border-radius: .22rem;
    -moz-border-radius: .22rem;
    border-radius: .22rem;
    margin-bottom: .12rem;
    padding-left: .84rem
}

.index-form__ul .form-item .label {
    position: absolute;
    left: .14rem;
    top: 0;
    width: .7rem;
    height: .4rem;
    line-height: .42rem;
    font-weight: 700;
    font-size: .15rem
}

.index-form__ul .form-item .content {
    position: relative
}

.index-form__ul .form-item input {
    font-size: .15rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem;
    line-height: .4rem;
    background-color: transparent
}

.index-form__ul .form-item input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset;
    box-shadow: 0 0 0 100px #fff inset
}

.index-form__ul .form-item .content-sex>span {
    position: relative;
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    padding-left: .2rem
}

.index-form__ul .form-item .content-sex>span:first-of-type {
    margin-right: .4rem
}

.index-form__ul .form-item .content-sex>span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .16rem;
    height: .16rem;
    background-color: #d9c390;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.index-form__ul .form-item .content-sex>.cur::before {
    background-color: #e13e18
}

.index-form__ul .form-item .content-sex>.cur::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: .04rem;
    height: .08rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-100%);
    -moz-transform: rotate(45deg) translateY(-100%);
    -ms-transform: rotate(45deg) translateY(-100%);
    -o-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%)
}

.index-form__ul .form-item .content-date {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem;
    padding-right: .3rem
}

.index-form__ul .form-item .content-date:after {
    content: '';
    position: absolute;
    right: .1rem;
    top: 0;
    width: .2rem;
    height: .4rem;
    background-image: url(/bzzh/0_icon_date.png?v=1736780995032);
    -moz-background-size: .14rem auto;
    background-size: .14rem auto;
    background-position: center;
    background-repeat: no-repeat
}

.index-form__submit {
    position: relative
}

.index-form__submit i {
    display: block;
    height: .6rem;
    -webkit-animation: btnAnim 1.5s linear infinite;
    -moz-animation: btnAnim 1.5s linear infinite;
    animation: btnAnim 1.5s linear infinite;
    background-image: url(/bzzh/m_btn.png?v=1736780995032);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px
}

.index-form__agreement {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .1rem
}

.index-form__agreement .check {
    display: inline-block;
    width: .14rem;
    height: .14rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #b86a18;
    position: relative;
    margin: 0 .05rem;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    border-radius: .04rem;
    cursor: pointer;
    position: relative
}

.index-form__agreement .check.active:after {
    content: '';
    position: absolute;
    left: .04rem;
    top: 0;
    width: .04rem;
    height: .08rem;
    border-right: .02rem solid #d73434;
    border-bottom: .02rem solid #d73434;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.index-form__agreement a {
    text-decoration: underline
}

.index-form__visitor {
    text-align: center;
    font-size: .14rem;
    margin-top: .06rem
}

.index-form__visitor b {
    color: #ee371f;
    padding: 0 .02rem
}

.user-pay {
    font-size: .14rem;
    overflow: hidden;
    height: .4rem;
    margin: .1rem 3%;
    border: 1px solid #8e5a33;
    background-color: #fffbf0;
    -webkit-border-radius: .08rem;
    -moz-border-radius: .08rem;
    border-radius: .08rem
}

.user-pay__ul {
    position: relative;
    top: 0
}

.user-pay__ul li {
    overflow: hidden;
    line-height: .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem
}

.user-pay__ul li span,.user-pay__ul li strong {
    display: block;
    float: left
}

.user-pay__ul li span {
    padding-left: .34rem;
    position: relative
}

.user-pay__ul li span::before {
    content: '';
    position: absolute;
    left: .1rem;
    top: 50%;
    margin-top: -.1rem;
    width: .2rem;
    height: .2rem;
    background-image: url(/bzzh/0_user.png?v=1736780995032);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.user-pay__ul li b {
    color: #dc3c34
}

.user-pay__ul li strong {
    padding-left: .1rem;
    font-weight: 400
}

.user-pay__ul li i {
    float: right;
    padding-right: .1rem
}

.index-pic {
    position: relative
}

.index-pic img {
    display: block;
    width: 100%
}

.guide-banner {
    position: relative;
    display: block;
    width: 100%
}

.guide-pay {
    position: relative;
    background-color: #fff;
    border: 1px solid #8e5a33;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    margin: -28% 3% .2rem;
    padding: .3rem 0 .1rem
}

.guide-pay__tit {
    position: absolute;
    left: 0;
    top: -.24rem;
    width: 100%;
    height: .5rem;
    background-image: url(/bzzh/m_box_tit.png?v=1736780995032);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    background-image: url(/bzzh/1_guide_tit.png?v=1736780995032);
    border-bottom: 0;
    padding: 0
}

.guide-pay__txt {
    padding: .1rem .2rem;
    font-size: .16rem
}

.guide-pay__price {
    position: relative;
    overflow: hidden
}

.guide-pay__price .left-item {
    float: left
}

.guide-pay__price .left-item .price {
    background-color: #e23c0f;
    color: #fff;
    line-height: .34rem;
    -webkit-border-top-right-radius: .2rem;
    -moz-border-radius-topright: .2rem;
    border-top-right-radius: .2rem;
    -webkit-border-bottom-right-radius: .2rem;
    -moz-border-radius-bottomright: .2rem;
    border-bottom-right-radius: .2rem;
    font-size: .16rem;
    padding: 0 .15rem 0 .2rem;
    font-weight: 700;
    position: relative;
    z-index: 1
}

.guide-pay__price .left-item .price b {
    font-size: 1.2em
}

.guide-pay__price .left-item .orig {
    margin-top: .04rem;
    padding: 0 .2rem;
    position: relative;
    z-index: 2
}

.guide-pay__price .left-item:after {
    content: '';
    width: .8rem;
    height: .2rem;
    background-color: #f1efe8;
    -webkit-box-shadow: 0 0 .1rem #f1efe8;
    -moz-box-shadow: 0 0 .1rem #f1efe8;
    box-shadow: 0 0 .1rem #f1efe8;
    position: absolute;
    left: -.1rem;
    top: .22rem;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    z-index: 0
}

.guide-pay__price .right-item {
    float: right;
    text-align: right;
    padding: .1rem .1rem 0
}

.guide-pay__price .right-item .time {
    color: #d83b0f;
    font-size: .16rem;
    padding: .02rem 0 0
}

.public_pay_box {
    padding: .1rem .15rem .08rem
}

.public_pay_box a {
    margin: .1rem 0 0
}

.bazi-pan {
    position: relative;
    margin: 0 4% .1rem;
    background-color: #fff;
    border: 1px solid #8e5a33;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem
}

.bazi-pan table {
    width: 100%;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    border-radius: .04rem
}

.bazi-pan td {
    border-right: 1px solid #f7c19a;
    border-bottom: 1px solid #f7c19a;
    text-align: center;
    padding: .08rem 0;
    line-height: .2rem
}

.bazi-pan .btn {
    border-bottom: 0
}

.bazi-pan .brn {
    border-right: 0
}

.bazi-pan .title {
    text-align: center;
    font-size: .18rem;
    color: #ab3030;
    padding: .15rem 0;
    font-weight: 700
}

.bazi-pan .bg {
    width: 20%;
    text-align: center;
    color: #000;
    font-weight: 700
}

.bazi-pan .small {
    color: #ab3030;
    font-weight: 700
}

.bazi-pan .img {
    display: block;
    width: 100%
}

.bazi-pan .tl {
    text-align: left;
    padding-left: .1rem;
    position: relative
}

.bazi-pan .pos {
    position: absolute;
    width: .2rem;
    background-color: #db3729;
    right: -.2rem;
    top: 0;
    color: #fff;
    text-align: center;
    padding: .25rem .1rem;
    line-height: .2rem
}

.bazi-pan .tr {
    text-align: left;
    padding-left: .24rem
}

.guide-img {
    position: relative;
    margin: 0 auto .2rem
}

.guide-img img {
    display: block;
    width: 100%
}

.guide-img .btn {
    position: absolute;
    width: 40%;
    height: .4rem;
    left: 30%;
    color: transparent;
    cursor: pointer
}

.guide-img .btn1 {
    top: 19%
}

.guide-img .btn2 {
    top: 32.7%
}

.guide-img .btn3 {
    top: 46%
}

.guide-img .btn4 {
    top: 59%
}

.guide-img .btn5 {
    top: 72.6%
}

.guide-img .btn6 {
    bottom: 6.6%
}
.protocol_pop_box {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.ppb_content {
	width: 88%;
	height: 80%;
	position: relative;
	padding: .4rem 0;
	top: 10%;
	left: 50%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
	max-width: 564px
}

.ppb_tab_title {
	background-color: #eee;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: .4rem
}

.ppb_tab_title li {
	width: 50%;
	float: left;
	text-align: center;
	line-height: .2rem;
	padding: .1rem 0;
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ppb_tab_title li:last-child {
	border-left: 1px solid #e6e6e6
}

.ppb_tab_title .active {
	background-color: #fff;
	border-bottom: 1px solid #fff
}

.ppb_tab_text {
	height: 100%;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .06rem .14rem .1rem
}

.ppb_tab_text li {
	height: 100%;
	overflow-y: scroll;
	display: none
}

.ppb_tab_text .active {
	display: block
}

.ppb_tab_text h2 {
	margin-top: .16rem;
	font-size: 1.2em;
	font-weight: 600
}

.ppb_tab_text h3 {
	margin-top: .04rem;
	font-size: 1.1em
}

.ppb_tab_text p {
	margin-top: .1rem;
	word-break: break-word
}

.ppb_tab_text em {
	text-decoration: underline
}

.ppb_close {
	position: absolute;
	width: 100%;
	height: .4rem;
	left: 0;
	line-height: .4rem;
	text-align: center;
	bottom: 0
}

.ppb_close b {
	display: block;
	width: .5rem;
	height: .24rem;
	margin: .08rem auto 0;
	border: 1px solid #ccc;
	line-height: .24rem;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem
}