@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(0);
        transform: rotate(0)
    }

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

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

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

@keyframes rotate2 {
    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)
    }
}

html {
    background-color: #f7f7f7
}

body {
    background-color: #f1a350
}

.footer-base {
    background-color: transparent
}

.common-testfixed,.public_pay_bottom,.public_paybottom_height {
    height: .76rem
}

.public_pay_bottom i {
    display: none
}
.common-testfixed span,.public_pay_bottom span {
    height: .66rem;
    line-height: .64rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 700;
    color: #ffeec9;
    margin: .07rem auto 0;
    background-image: url(/bzcy/m_btn.png?v=1723778966113);
    -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
}

.product-popular {
    margin: .1rem 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.product-popular__title {
    text-indent: -99999px;
    padding: 18.66% 0 0;
    background-image: url(/bzcy/m_hot_t.png?v=1723778966113);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 0;
    border: 0
}

.product-popular__ul {
    background-image: url(/bzcy/m_hot_c.png?v=1723778966113);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: .2rem 6%
}

.product-popular__ul:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6% 0 0;
    background-image: url(/bzcy/m_hot_b.png?v=1723778966113);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

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

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

.index-banner .anim-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3rem;
    height: 3rem;
    -webkit-transform: translate(-50%,-40%);
    -moz-transform: translate(-50%,-40%);
    -ms-transform: translate(-50%,-40%);
    -o-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%)
}

.index-banner .anim-box .bgimg {
    display: block;
    width: 100%
}

.index-banner .anim-box .animbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.index-banner .anim-box .animbox img {
    display: block;
    width: 100%
}

.index-banner .anim-box .animbox.out img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.index-banner .anim-box .animbox.inner img {
    -webkit-transform: scale(.56);
    -moz-transform: scale(.56);
    -ms-transform: scale(.56);
    -o-transform: scale(.56);
    transform: scale(.56)
}

.index-banner .anim-box .animbox.center img {
    -webkit-transform: scale(.35);
    -moz-transform: scale(.35);
    -ms-transform: scale(.35);
    -o-transform: scale(.35);
    transform: scale(.35)
}

.index-banner .ttit {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%
}

.index-banner .btab {
    position: absolute;
    left: 3%;
    bottom: 15%;
    width: 94%
}

.index-banner .anim-box .animbox.out {
    -webkit-animation: rotate1 10s linear infinite;
    -moz-animation: rotate1 10s linear infinite;
    animation: rotate1 10s linear infinite
}

.index-banner .anim-box .animbox.inner {
    -webkit-animation: rotate2 10s linear infinite;
    -moz-animation: rotate2 10s linear infinite;
    animation: rotate2 10s linear infinite
}

.index-banner .anim-box .animbox.center {
    -webkit-animation: rotate1 15s linear infinite;
    -moz-animation: rotate1 15s linear infinite;
    animation: rotate1 15s linear infinite
}

.index-form {
    position: relative;
    background-color: #fff9eb;
    border: 2px solid #fee66b;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    border-radius: .2rem;
    margin: -10% 3% .2rem;
    padding: .2rem .1rem
}

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

.index-form__timg {
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto
}

.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(/bzcy/icon_date.png?v=1723778966113);
    -moz-background-size: .14rem auto;
    background-size: .14rem auto;
    background-position: center;
    background-repeat: no-repeat
}

.index-form__btn {
    position: relative
}

.index-form__btn a {
    display: block;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    font-size: .24rem;
    font-weight: 700;
    color: #ffeec9;
    -webkit-animation: btnAnim 1.5s linear infinite;
    -moz-animation: btnAnim 1.5s linear infinite;
    animation: btnAnim 1.5s linear infinite;
    background-image: url(/bzcy/m_btn.png?v=1723778966113);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center
}

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

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

.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-pic {
    position: relative
}

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

.guide-banner {
    position: relative
}

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

.guide-banner__info {
    position: absolute;
    top: 55%;
    left: 15%;
    width: 70%
}

.guide-banner__info .place {
    padding: 0 .2rem
}

.guide-banner__info .red {
    color: #d33c27
}

.guide-banner__info .date {
    font-size: .9em
}

.guide-banner__info>div {
    padding: .04rem 0;
    color: #000
}

.guide-banner__info .line {
    border-bottom: 1px solid #e3c79a
}

.guide-banner__info .none {
    padding: 0;
    line-height: 1.2
}

.guide-banner__info .none .key {
    color: transparent
}

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

.guide-pay__tit {
    text-align: center;
    font-size: .18rem;
    color: #d33c27
}

.guide-pay__scroll {
    font-size: .14rem;
    overflow: hidden;
    height: .4rem
}

.guide-pay__scroll ul {
    position: relative;
    top: 0
}

.guide-pay__scroll li {
    overflow: hidden;
    line-height: .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem;
    color: #999
}

.guide-pay__scroll li span,.guide-pay__scroll li strong {
    display: block;
    float: left
}

.guide-pay__scroll li span {
    position: relative
}

.guide-pay__scroll li b {
    color: #999
}

.guide-pay__scroll li strong {
    padding-left: .1rem;
    font-weight: 400
}

.guide-pay__scroll li i {
    float: right;
    padding-right: 0
}

.guide-pay__price {
    margin: 0 -.1rem;
    position: relative;
    overflow: hidden
}

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

.guide-pay__price .left-item .price {
    background-color: #e23c0f;
    color: #fff;
    line-height: .36rem;
    -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 .1rem;
    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: .1rem;
    padding: 0 .1rem
}

.guide-pay__price .left-item:after {
    content: '';
    width: .8rem;
    height: .2rem;
    background-color: #b9b08b;
    -webkit-box-shadow: 0 0 .1rem #b9b08b;
    -moz-box-shadow: 0 0 .1rem #b9b08b;
    box-shadow: 0 0 .1rem #b9b08b;
    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;
    padding: .05rem 0 0
}

.guide-pay__tips {
    margin: .15rem 0;
    border: 1px solid #d8bf98;
    background-color: #fae0b6;
    text-align: center;
    color: #000;
    padding: .05rem 0;
    font-size: .13rem
}

.public_pay_box {
    padding: 0 0 .08rem
}

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

.guide-box {
    position: relative;
    margin-top: .15rem
}

.guide-box__tit {
    padding: 18.66% 0 0;
    position: relative;
    background-image: url(/bzcy/1_guide_t.png?v=1723778966113);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    font-size: 0
}

.guide-box__con {
    background-image: url(/bzcy/1_guide_c.png?v=1723778966113);
    background-repeat: repeat-y;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: .2rem 0 6%
}

.guide-box__con:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6% 0 0;
    background-image: url(/bzcy/1_guide_b.png?v=1723778966113);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.guide-box__con .guide-table {
    position: relative;
    width: 88%;
    margin: 0 auto .2rem;
    border-top: 1px solid #d6cdb6;
    border-left: 1px solid #d6cdb6
}

.guide-box__con .guide-table td,.guide-box__con .guide-table th {
    border-right: 1px solid #d6cdb6;
    border-bottom: 1px solid #d6cdb6;
    padding: .1rem;
    text-align: center
}

.guide-box__con .guide-table th {
    background-color: #333;
    color: #f9f8e9
}

.guide-box__con .guide-table .gz {
    color: #8f3939;
    font-weight: 700
}

.guide-box__con .guide-img {
    position: relative;
    width: 90%;
    margin: 0 auto .2rem
}

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

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

.guide-box__con .guide-img .btn1 {
    bottom: 1%
}

.guide-box__con .guide-img .btn2 {
    bottom: 6%
}

.guide-box__con .guide-img .btn3 {
    bottom: 3%
}

.guide-box__con .guide-img .btn4 {
    bottom: 3%
}
.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
}
.public_footer_servers {
	text-align: center;
	color: #6c6c6c;
	padding: .2rem 0;
	font-size: .14rem
}
.public_foot_xin {
	width: 100%;
	margin: 0 auto;
	display: block
}

.public_foot_al {
	width: 50%;
	margin: 0 auto;
	display: block
}
.public_test_fixed span {
	margin: .05rem .05rem 0;
	height: .36rem;
	line-height: .36rem;
	display: block;
	text-align: center;
	font-size: .16rem;
	color: #fff;
	background-color: red;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem
}
