@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 fadeAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    8% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

    8% {
        -webkit-transform: scale(1.25);
        transform: scale(1.25)
    }

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

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

@-moz-keyframes fadeAnim {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    8% {
        -moz-transform: scale(1.25);
        transform: scale(1.25)
    }

    8% {
        -moz-transform: scale(1.25);
        transform: scale(1.25)
    }

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

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

@keyframes fadeAnim {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    8% {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

    8% {
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25)
    }

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

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

@-webkit-keyframes feixingAnim {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    6% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 2
    }

    8% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

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

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

@-moz-keyframes feixingAnim {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    6% {
        -moz-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 2
    }

    8% {
        -moz-transform: scale(1.15);
        transform: scale(1.15)
    }

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

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

@keyframes feixingAnim {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    6% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
        z-index: 2
    }

    8% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }

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

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

@-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: #f0dbbb
}

.footer-base {
    background-color: transparent;
    color: #333
}

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

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

.public_pay_bottom i {
    display: none
}

.common-testfixed span,.public_pay_bottom span {
    height: .46rem;
    margin: .08rem auto 0;
    background-image: url(/bazi/m_btn.png?v=1736221104871);
    -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
}

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

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

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

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

.index-banner .anim-box .in {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate1 10s linear infinite;
    -moz-animation: rotate1 10s linear infinite;
    animation: rotate1 10s linear infinite
}

.index-banner .anim-box .in2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate2 10s linear infinite;
    -moz-animation: rotate2 10s linear infinite;
    animation: rotate2 10s linear infinite
}

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

.index-banner .anim-tips {
    position: absolute;
    left: .1rem;
    top: 60%;
    right: .1rem;
    height: 1.8rem;
    -webkit-transform: translate(0,-42%);
    -moz-transform: translate(0,-42%);
    -ms-transform: translate(0,-42%);
    -o-transform: translate(0,-42%);
    transform: translate(0,-42%)
}

.index-banner .anim-tips .box {
    position: absolute;
    width: .9rem;
    height: .36rem;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-animation: fadeAnim 12s infinite;
    -moz-animation: fadeAnim 12s infinite;
    animation: fadeAnim 12s infinite;
    background-repeat: no-repeat;
    background-position: center
}

.index-banner .anim-tips .box1 {
    left: 0;
    top: 0;
    background-image: url(/bazi/0_banner_tips1.png?v=1736221104871);
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s
}

.index-banner .anim-tips .box2 {
    right: 0;
    top: 0;
    background-image: url(/bazi/0_banner_tips2.png?v=1736221104871);
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    animation-delay: 4s
}

.index-banner .anim-tips .box3 {
    left: 0;
    top: 50%;
    margin-top: -.18rem;
    background-image: url(/bazi/0_banner_tips3.png?v=1736221104871);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    animation-delay: 6s
}

.index-banner .anim-tips .box4 {
    right: 0;
    top: 50%;
    margin-top: -.18rem;
    background-image: url(/bazi/0_banner_tips4.png?v=1736221104871);
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s
}

.index-banner .anim-tips .box5 {
    left: 0;
    bottom: 0;
    background-image: url(/bazi/0_banner_tips5.png?v=1736221104871);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    animation-delay: 10s
}

.index-banner .anim-tips .box6 {
    right: 0;
    bottom: 0;
    background-image: url(/bazi/0_banner_tips6.png?v=1736221104871);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    animation-delay: 8s
}

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

.index-form__tit {
    position: absolute;
    left: 0;
    top: -.11rem;
    width: 100%;
    height: .36rem;
    background-image: url(/bazi/0_form_tit.png?v=1736221104871);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fdf3d0;
    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(/bazi/icon_date.png?v=1736221104871);
    -moz-background-size: .14rem auto;
    background-size: .14rem auto;
    background-position: center;
    background-repeat: no-repeat
}

.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__btn {
    position: relative;
    margin-top: .1rem
}

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

.form-bottom {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .2rem 3% .15rem;
    padding: .15rem .1rem;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem
}

.form-bottom__icon {
    width: .68rem;
    display: block
}

.form-bottom__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 .1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-bottom__text .pl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    font-weight: 700;
    font-size: .15rem;
    padding-right: .2rem
}

.form-bottom__text .pl:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #dcbc8d;
    right: .1rem;
    top: 10%
}

.form-bottom__text .pl .tr {
    text-align: right;
    color: #ee371f
}

.form-bottom__text .pr {
    width: .8rem;
    font-size: .13rem;
    text-align: center
}

.form-bottom__text .pr span {
    color: #ee371f
}

.index-pic {
    position: relative
}

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

.eval-box {
    position: relative
}

.eval-box__title {
    position: relative;
    padding: 16% 0 0;
    background-image: url(/bazi/0_eval_t.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
    overflow: hidden
}

.eval-box__content {
    background-image: url(/bazi/0_eval_c.png?v=1736221104871);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: .1rem .2rem
}

.eval-box__bottom {
    position: relative;
    padding: 4% 0 0;
    background-image: url(/bazi/0_eval_b.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.eval-box .user-feedback ul li {
    background-color: #f8e9d4;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    padding: .1rem;
    border: 1px solid #b28550;
    margin-bottom: .1rem
}

.eval-box .user-feedback ul li h5 {
    color: #af270e
}

.hot-box {
    position: relative
}

.hot-box__title {
    position: relative;
    padding: 16% 0 0;
    background-image: url(/bazi/0_hot_t.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
    overflow: hidden
}

.hot-box__bottom {
    position: relative;
    padding: 4% 0 0;
    background-image: url(/bazi/0_hot_b.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.product-popular {
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: url(/bazi/0_hot_c.png?v=1736221104871);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: .1rem .2rem 0
}

.product-popular__title {
    display: none
}

.product-popular__ul {
    background-color: transparent
}

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

.guide-pay {
    position: relative;
    background-color: #fff9eb;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    margin: -94% 3% .1rem;
    padding: .3rem .1rem .1rem
}

.guide-pay__tit {
    position: absolute;
    left: 0;
    top: -.11rem;
    width: 100%;
    height: .36rem;
    background-image: url(/bazi/1_pay_tit.png?v=1736221104871);
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #fdf3d0;
    text-indent: -9999px
}

.guide-pay__content {
    position: relative;
    margin-top: .05rem
}

.guide-pay__content .txt {
    line-height: 1.7;
    padding: 0 5px
}

.guide-pay__content .txt span {
    color: #de2a29
}

.guide-pay__content .timg {
    display: block;
    width: 100%;
    margin: .1rem 0
}

.guide-pay__price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .16rem .1rem .16rem .9rem;
    position: relative;
    border: 2px solid #f0b61c;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    background-color: #fff;
    margin: .2rem 0
}

.guide-pay__price .img {
    position: absolute;
    left: .1rem;
    width: .7rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.guide-pay__price .name p {
    font-weight: 700;
    font-size: .18rem
}

.guide-pay__price .name del {
    font-size: .14rem;
    color: #666
}

.guide-pay__price .price {
    text-align: right;
    position: relative;
    top: -.04rem
}

.guide-pay__price .price p {
    font-size: .24rem;
    color: #dc3c10
}

.guide-pay__price .price p span {
    font-size: .6em;
    font-weight: 700
}

.public_pay_box {
    padding: 0 0 .08rem
}

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

.guide-info {
    position: relative
}

.guide-info__title {
    position: relative;
    padding: 16% 0 0;
    background-image: url(/bazi/0_eval_t.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 0;
    overflow: hidden
}

.guide-info__content {
    background-image: url(/bazi/0_eval_c.png?v=1736221104871);
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: .1rem .2rem
}

.guide-info__bottom {
    position: relative;
    padding: 4% 0 0;
    background-image: url(/bazi/0_eval_b.png?v=1736221104871);
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden
}

.ginfo-table {
    position: relative;
    background-color: #f8f8f8;
    width: 100%;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4
}

.ginfo-table td,.ginfo-table th {
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: .08rem .1rem;
    text-align: center
}

.ginfo-table .title {
    background-color: #fce6c4
}

.ginfo-table .date {
    text-align: left
}

.ginfo-table th {
    background-color: #a3451e;
    color: #fff
}

.ginfo-table .jinian {
    color: #d90a0a
}

.ginfo-get {
    margin: .1rem 0 0;
    padding: .1rem
}

.ginfo-get img {
    display: block;
    width: 90%;
    margin: .15rem auto 0
}

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

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

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

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

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

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

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

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

.guide-img .btn6 {
    top: 71%
}

.guide-img .btn7 {
    top: 82.5%
}

.guide-img .btn8 {
    top: 93%
}
.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
}