@charset "utf-8";

html {
    font-size: 625%;
    background-color: #f7f7f7
}

body {
    background-color: #4c6593
}

.index-body {
    background-color: #08091e !important
}

.index-footer .public_footer_servers {
    display: none
}

.public_footer_servers,
.public_footer_servers a {
    color: #fff
}

.index-page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #07091e url(../img/0_bg_img.jpg) no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.index-top {
    text-align: center;
    margin-top: .2rem;
    color: #fff
}

.index-juan {
    width: 2.8rem;
    height: 1.13rem;
    margin: 40% auto .3rem;
    background: url(../img/0_img_juan.png) no-repeat top center;
    -webkit-background-size: auto 1.13rem;
    -moz-background-size: auto 1.13rem;
    background-size: auto 1.13rem;
    -webkit-animation: bounce-down 2s linear infinite;
    -moz-animation: bounce-down 2s linear infinite;
    -o-animation: bounce-down 2s linear infinite;
    animation: bounce-down 2s linear infinite
}

@media only screen and (min-width:640px) {
    .index-juan {
        margin-top: 32%;
        width: 3.2rem;
        height: 1.8rem;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto
    }
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

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

    75% {
        -webkit-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-moz-keyframes bounce-down {
    25% {
        -moz-transform: translateY(-6px);
        transform: translateY(-6px)
    }

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

    75% {
        -moz-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@-o-keyframes bounce-down {
    25% {
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    100%,
    50% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    75% {
        -o-transform: translateY(6px);
        transform: translateY(6px)
    }
}

@keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px)
    }

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

    75% {
        -webkit-transform: translateY(6px);
        -moz-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px)
    }
}

.index-bottom {
    position: absolute;
    left: 50%;
    bottom: .3rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.index-con-wrap {
    position: relative;
    width: 2.9rem;
    margin: 0 auto
}

.index-con-wrap::before {
    content: "";
    position: absolute;
    left: -.1rem;
    right: -.088rem;
    top: -.2rem;
    z-index: 1;
    background: url(../img/0_juan_t.png) no-repeat top center;
    height: .24rem;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.index-con-wrap::after {
    content: "";
    position: absolute;
    left: -.05rem;
    right: -.05rem;
    bottom: 0;
    z-index: 1;
    background: url(../img/0_juan_b.png) no-repeat top center;
    height: .07rem;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.index-con {
    font-size: .13rem;
    height: 2.4rem;
    position: relative;
    background-color: #f9f4eb;
    padding: .1rem .2rem .2rem;
    margin-top: .1rem;
    line-height: .24rem
}

.index-con::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: .08rem;
    right: .1rem;
    bottom: .12rem;
    border: 1px solid #eee1c9
}

.index-con__top {
    color: #de354d;
    font-size: .18rem;
    font-weight: 700;
    padding-top: .1rem;
    padding-bottom: .06rem
}

.index-btn {
    position: absolute;
    bottom: .23rem;
    left: 50%;
    margin-left: -1.2rem;
    display: block;
    background: url(../img/0_btn.png) no-repeat;
    width: 2.4rem;
    height: .46rem;
    line-height: .46rem;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0;
    -webkit-animation: zoom 1.5s linear infinite;
    -moz-animation: zoom 1.5s linear infinite;
    -o-animation: zoom 1.5s linear infinite;
    animation: zoom 1.5s linear infinite;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

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

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

@-moz-keyframes zoom {
    0% {
        -moz-transform: scale(.9);
        transform: scale(.9)
    }

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

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

@-o-keyframes zoom {
    0% {
        -o-transform: scale(.9);
        transform: scale(.9)
    }

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

    100% {
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

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

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

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

.index-form-top {
    line-height: .22rem;
    margin-top: .03rem;
    font-size: .14rem
}

.index-form__box {
    position: relative;
    z-index: 1
}

.index-form__ul {
    font-size: .15rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem
}

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

.index-form__li {
    position: relative;
    padding-left: .8rem;
    margin-top: .05rem
}

.index-form__words {
    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: .84rem;
    text-align: center;
    height: .32rem;
    line-height: .32rem
}

.index-form__input {
    font-size: .15rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .32rem;
    background-color: #fff;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    border-radius: .04rem;
    border: 1px solid #eee1c9;
    padding: .05rem 0 .05rem .05rem
}

.index-form__sex {
    font-size: .15rem;
    width: 100%;
    height: .32rem;
    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
}

.index-form__sex span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: .3rem;
    height: .3rem;
    line-height: .3rem;
    width: .3rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee1c9
}

.index-form__sex .cur {
    color: #fff;
    background-color: #fe8076;
    border-color: #fe8076
}

.index-form__birthday {
    font-size: .15rem;
    width: 100%;
    padding: .05rem .3rem .05rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .32rem;
    line-height: .32rem;
    background-color: #fcf9f6;
    -webkit-border-top-right-radius: .05rem;
    -moz-border-radius-topright: .05rem;
    border-top-right-radius: .05rem;
    -webkit-border-bottom-right-radius: .05rem;
    -moz-border-radius-bottomright: .05rem;
    border-bottom-right-radius: .05rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAMAAABgZ9sFAAAAbFBMVEUAAAD+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHb+gHaq/lceAAAAI3RSTlMAd2k8LVWIM0SqHugTDfTCnzixjYBvXSQazKWZkkkoBvXOuSRHpPgAAAETSURBVEjH7dRdb4IwGIbhypdAKS3IN6jbnv//H8fbNtGqbM3MEg+8D/pAcgU4gv29pJzYbTPfbegCwJ65RQDEY54DCJlbCCC/fWyrsiw7aV5k1xWan9Yr1RZWpxxUmJvjujw0B8VTrfsSXhxlT1zB8mE9qgd8sByKOIepYyO4qBxeCY6RdTBx4rCNZ3EsWO3wmhVHcf6EzXCbrESUwS2LRCXhcP8s3/l04cynp3i/366/501KBW2qW8y0gZ7mngeMikI9dEeFkbl781fhc0KpKdF9mZmUnvnFv/3Nt/hO1yRmFzPJklDNUz+OwUMPlpfAwYMfgA9aST/mLv65rl6VJB7Dt9i+xqfLJ8ey/NWWMmb/3jdHglWEYA/stwAAAABJRU5ErkJggg==) no-repeat 98% center;
    -webkit-background-size: .2rem auto;
    -moz-background-size: .2rem auto;
    background-size: .2rem auto;
    -webkit-border-radius: .04rem;
    -moz-border-radius: .04rem;
    border-radius: .04rem;
    border: 1px solid #eee1c9;
    padding-left: .05rem
}

.index-form__btn {
    margin-top: .1rem
}

.index-form__btn a {
    display: block;
    background: url(../img/0_btn.png) no-repeat;
    width: 2.4rem;
    height: .46rem;
    line-height: .46rem;
    margin: 0 auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0;
    -webkit-animation: zoom 1.5s linear infinite;
    -moz-animation: zoom 1.5s linear infinite;
    -o-animation: zoom 1.5s linear infinite;
    animation: zoom 1.5s linear infinite;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.index-form__agreement {
    color: #aeaaaa;
    text-align: center;
    font-size: .12rem;
    padding: .05rem 0 .1rem
}

.index-form__agreement input {
    -webkit-appearance: checkbox;
    vertical-align: middle;
    position: relative;
    margin-top: -.02rem;
    margin-right: .05rem;
    width: .14rem;
    height: .14rem
}

.index-form__agreement a {
    color: #aeaaaa;
    text-decoration: underline
}

.order-paybottom {
    height: 0 !important
}

.order-paybottom-h {
    height: 0 !important
}

.public_paybottom_height {
    height: .8rem
}

.public_pay_bottom {
    height: .55rem
}

.public_pay_bottom span {
    display: block;
    background: url(../img/0_btn.png) no-repeat;
    width: 2.4rem;
    height: .46rem;
    line-height: .46rem;
    margin: .05rem auto 0;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0;
    -webkit-animation: zoom 1.5s linear infinite;
    -moz-animation: zoom 1.5s linear infinite;
    -o-animation: zoom 1.5s linear infinite;
    animation: zoom 1.5s linear infinite;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.public_pay_bottom i {
    display: none
}

.order-page {
    min-height: 100vh;
    position: relative;
    color: #515151;
    overflow: hidden;
    background: url(../img/1_bg_img.jpg) no-repeat 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}

.order-top {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: .24rem;
    margin-top: 6%;
    line-height: .3rem
}

.order-rotate {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin: .25rem auto 0
}

.order-item {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -.7rem;
    margin-top: -.7rem;
    z-index: 2;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: rotation 30s linear infinite;
    -moz-animation: rotation 30s linear infinite;
    -o-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite
}

.order-item a {
    position: relative;
    display: block;
    width: .5rem;
    height: .5rem;
    text-indent: -9999px;
    text-align: center;
    background: url(../img/icon.png) no-repeat;
    -webkit-background-size: .5rem auto;
    -moz-background-size: .5rem auto;
    background-size: .5rem auto;
    -webkit-animation: rotationback 30s linear infinite;
    -moz-animation: rotationback 30s linear infinite;
    -o-animation: rotationback 30s linear infinite;
    animation: rotationback 30s linear infinite
}

.order-item a:first-of-type {
    position: absolute;
    left: 50%;
    top: -3%;
    margin-left: -.25rem;
    background-position: 0 0
}

.order-item a:nth-of-type(2) {
    position: absolute;
    right: 1%;
    top: 15%;
    background-position: 0 -.5rem
}

.order-item a:nth-of-type(3) {
    position: absolute;
    right: 0;
    bottom: 15%;
    background-position: 0 -1rem
}

.order-item a:nth-of-type(4) {
    position: absolute;
    left: 35%;
    bottom: -6%;
    background-position: 0 -1.5rem
}

.order-item a:nth-of-type(5) {
    position: absolute;
    left: 3%;
    bottom: 10%;
    background-position: 0 -2rem
}

.order-item a:nth-of-type(6) {
    position: absolute;
    left: 0;
    top: 17%;
    background-position: 0 -2.5rem
}

@media only screen and (min-width:640px) {
    .order-item {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: -.9rem;
        margin-top: -.9rem
    }

    .order-item a {
        width: .6rem;
        height: .6rem;
        -webkit-background-size: .6rem auto;
        -moz-background-size: .6rem auto;
        background-size: .6rem auto
    }

    .order-item a:first-of-type {
        position: absolute;
        left: 50%;
        top: -2%;
        margin-left: -.3rem;
        background-position: 0 0
    }

    .order-item a:nth-of-type(2) {
        position: absolute;
        right: 1%;
        top: 15%;
        background-position: 0 -.6rem
    }

    .order-item a:nth-of-type(3) {
        position: absolute;
        right: 0;
        bottom: 15%;
        background-position: 0 -1.2rem
    }

    .order-item a:nth-of-type(4) {
        position: absolute;
        left: 35%;
        bottom: -4%;
        background-position: 0 -1.8rem
    }

    .order-item a:nth-of-type(5) {
        position: absolute;
        left: 2%;
        bottom: 13%;
        background-position: 0 -2.4rem
    }

    .order-item a:nth-of-type(6) {
        position: absolute;
        left: 2%;
        top: 17%;
        background-position: 0 -3rem
    }
}

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

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

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

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

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes rotation {
    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 rotationback {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

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

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

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

@-o-keyframes rotationback {
    from {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }

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

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

.order-shi {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1.5rem;
    margin-top: -1.5rem;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: rotationback 30s linear infinite;
    -moz-animation: rotationback 30s linear infinite;
    -o-animation: rotationback 30s linear infinite;
    animation: rotationback 30s linear infinite
}

.order-shi a {
    position: relative;
    display: block;
    width: .92rem;
    height: .92rem;
    line-height: .92rem;
    text-align: center;
    background: url(../img/1_yuan.png) no-repeat;
    -webkit-background-size: .92rem auto;
    -moz-background-size: .92rem auto;
    background-size: .92rem auto;
    -webkit-animation: rotation 30s linear infinite;
    -moz-animation: rotation 30s linear infinite;
    -o-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite;
    color: #fff;
    text-shadow: #59aac5 1px 0 0, #59aac5 0 1px 0, #59aac5 -1px 0 0, #59aac5 0 -1px 0;
    font-size: .18rem
}

.order-shi a:nth-of-type(3) span,
.order-shi a:nth-of-type(5) span {
    display: inline-block;
    width: .4rem;
    text-align: center;
    overflow: hidden;
    line-height: .22rem;
    vertical-align: middle
}

.order-shi a:first-of-type {
    position: absolute;
    left: 50%;
    top: -2%;
    margin-left: -.46rem
}

.order-shi a:nth-of-type(2) {
    position: absolute;
    right: 1%;
    top: 15%
}

.order-shi a:nth-of-type(3) {
    position: absolute;
    right: 1%;
    bottom: 16%
}

.order-shi a:nth-of-type(4) {
    position: absolute;
    left: 35%;
    bottom: -4%
}

.order-shi a:nth-of-type(5) {
    position: absolute;
    left: 2%;
    bottom: 14%
}

.order-shi a:nth-of-type(6) {
    position: absolute;
    left: 1%;
    top: 16%
}

@media only screen and (min-width:640px) {
    .order-rotate {
        width: 3.5rem;
        height: 3.5rem
    }

    .order-shi {
        width: 3.5rem;
        height: 3.5rem;
        margin-left: -1.75rem;
        margin-top: -1.75rem
    }

    .order-shi a:first-of-type {
        position: absolute;
        left: 50%;
        top: -3%;
        margin-left: -.46rem
    }

    .order-shi a:nth-of-type(2) {
        position: absolute;
        right: 2%;
        top: 18%
    }

    .order-shi a:nth-of-type(3) {
        position: absolute;
        right: 2.5%;
        bottom: 16.5%
    }

    .order-shi a:nth-of-type(4) {
        position: absolute;
        left: 35%;
        bottom: -4%
    }

    .order-shi a:nth-of-type(5) {
        position: absolute;
        left: 1%;
        bottom: 18%
    }

    .order-shi a:nth-of-type(6) {
        position: absolute;
        left: 2%;
        top: 17%
    }
}

.order-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    background-color: rgba(0, 0, 0, .8);
    display: none
}

.order-pop__con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.9rem
}

.order-pop__box {
    position: relative;
    width: 2.9rem;
    margin: 0 auto;
    background: url(../img/img_pop_c.png) repeat-y center;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: .05rem
}

.order-pop__box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.49rem;
    z-index: 1;
    background: url(../img/img_pop_t.png) no-repeat top center;
    height: .5rem;
    -webkit-background-size: 100% .5rem;
    -moz-background-size: 100% .5rem;
    background-size: 100% .5rem
}

.order-pop__box::after {
    content: "";
    position: absolute;
    left: 1px;
    right: -2px;
    bottom: -.33rem;
    z-index: 1;
    background: url(../img/img_pop_b.png) no-repeat top center;
    height: .34rem;
    -webkit-background-size: 100% .34rem;
    -moz-background-size: 100% .34rem;
    background-size: 100% .34rem
}

.order-pop__title {
    text-align: center;
    font-weight: 700;
    margin-bottom: .1rem;
    font-size: .18rem
}

.order-pop__title>span {
    color: #df716a
}

.order-pop__txt {
    position: relative;
    padding-left: 1.4rem;
    padding-right: .28rem;
    min-height: 1.32rem
}

.order-pop__pic {
    position: absolute;
    left: .3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem
}

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

.order-pop__words {
    font-size: .12rem;
    display: block;
    line-height: .19rem;
    cursor: pointer
}

.order-pop__words .red {
    color: #b03b3b
}

.order-pop__shi {
    height: .74rem;
    margin-bottom: .05rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.order-pop__close {
    position: relative;
    width: .4rem;
    height: .4rem;
    border: 3px solid rgba(255, 255, 255, .5);
    margin: .4rem auto 0;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.order-pop__close::before {
    content: "";
    position: absolute;
    left: .04rem;
    top: .17rem;
    width: .32rem;
    height: .03rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.order-pop__close::after {
    content: "";
    position: absolute;
    right: .04rem;
    top: .17rem;
    width: .32rem;
    height: .03rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.order-pop__btn {
    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;
    padding: 0 .3rem 0 .32rem;
    margin-top: .12rem
}

.order-pop__btn>a {
    display: inline-block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    border-radius: .18rem;
    color: #fff;
    -webkit-box-shadow: 0 3px 2px #b7b7b6;
    -moz-box-shadow: 0 3px 2px #b7b7b6;
    box-shadow: 0 3px 2px #b7b7b6;
    font-weight: 700;
    font-size: .18rem
}

.order-pop__back {
    width: 25%;
    background: rgba(165, 197, 219, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(165, 197, 219, 1)), to(rgba(104, 144, 205, 1)));
    background: -webkit-linear-gradient(top, rgba(165, 197, 219, 1) 0, rgba(104, 144, 205, 1) 100%);
    background: -moz-linear-gradient(top, rgba(165, 197, 219, 1) 0, rgba(104, 144, 205, 1) 100%);
    background: -o-linear-gradient(top, rgba(165, 197, 219, 1) 0, rgba(104, 144, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(165, 197, 219, 1) 0, rgba(104, 144, 205, 1) 100%);
    text-shadow: #6d95ce 1px 0 0, #6d95ce 0 1px 0, #6d95ce -1px 0 0, #6d95ce 0 -1px 0
}

.order-pop__more {
    width: 72%;
    background: rgba(247, 155, 144, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 155, 144, 1)), to(rgba(215, 99, 93, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: -moz-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0
}

.order-juan {
    width: 2.8rem;
    height: 1.05rem;
    margin: .1rem auto 0;
    background: url(../img/0_img_juan.png) no-repeat top center;
    -webkit-background-size: auto 1.05rem;
    -moz-background-size: auto 1.05rem;
    background-size: auto 1.05rem;
    -webkit-animation: bounce-down 2s linear infinite;
    -moz-animation: bounce-down 2s linear infinite;
    -o-animation: bounce-down 2s linear infinite;
    animation: bounce-down 2s linear infinite
}

@media only screen and (min-width:640px) {
    .order-juan {
        width: 3.2rem;
        height: 1.8rem;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto;
        margin-top: .35rem
    }
}

.order-btn {
    display: block;
    background: url(../img/0_btn.png) no-repeat;
    width: 2.8rem;
    height: .55rem;
    line-height: .52rem;
    margin: .2rem auto 0;
    -webkit-background-size: 100% .55rem;
    -moz-background-size: 100% .55rem;
    background-size: 100% .55rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 700;
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0;
    -webkit-animation: zoom 1.5s linear infinite;
    -moz-animation: zoom 1.5s linear infinite;
    -o-animation: zoom 1.5s linear infinite;
    animation: zoom 1.5s linear infinite;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.order-pay {
    position: relative;
    overflow: hidden;
    display: none
}

.order-pay-info {
    position: relative;
    margin-top: -18% !important
}

.m-box-wrap {
    position: relative;
    width: 89%;
    margin: 10% auto 0
}

.m-box-wrap::before {
    content: "";
    position: absolute;
    left: -.11rem;
    right: -.088rem;
    top: -.2rem;
    z-index: 1;
    background: url(../img/0_juan_t.png) no-repeat top center;
    height: .24rem;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.m-box {
    font-size: .14rem;
    position: relative;
    background-color: #f9f4eb;
    padding: .15rem .2rem .2rem;
    margin-top: .1rem;
    line-height: .24rem
}

.m-box::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: .08rem;
    right: .1rem;
    bottom: .12rem;
    border: 1px solid #eee1c9
}

.m-red {
    color: #b83932;
    font-size: .12rem;
    text-align: center
}

.order-box__top {
    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
}

.order-box__top-price {
    overflow: hidden;
    font-size: .12rem
}

.order-box__top-price>strong {
    font-size: .16rem;
    font-weight: 700;
    color: #e94a4a
}

.order-box__top-time {
    font-size: .12rem;
    overflow: hidden;
    text-align: right
}

@media only screen and (min-width:640px) {
    .m-box-wrap::before {
        left: -.17rem;
        right: -.145rem;
        top: -.35rem;
        height: .44rem
    }
}

.order-birthday {
    font-weight: 700;
    color: #e94a4a
}

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

.order-pay-title {
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: 700;
    line-height: .3rem;
    padding-top: .16rem
}

.order-lock-box::before {
    background: url(../img/1_bg_mask.png) repeat-y;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.order-lock {
    position: relative;
    margin-top: .1rem
}

.order-lock::before {
    content: "";
    position: absolute;
    left: .2rem;
    top: .3rem;
    z-index: 1;
    background: url(../img/1_icon_title.png) no-repeat;
    width: .42rem;
    height: .15rem;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto
}

.order-lock::after {
    content: "";
    position: absolute;
    top: .2rem;
    right: .1rem;
    bottom: .1rem;
    left: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    border: 1px solid #c3b194;
    background-color: #f8f1e6
}

.order-lock__top {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -.2rem
}

.order-lock__top>img {
    display: block;
    width: 50%;
    margin: 0 auto
}

.order-lock__top-title {
    position: absolute;
    left: .15rem;
    right: .15rem;
    top: 50%;
    z-index: 1;
    color: #692d0e;
    font-size: .24rem;
    text-align: center;
    line-height: .4rem;
    background-color: #f8f1e6
}

.order-lock__top-title::after,
.order-lock__top-title::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbgAAAAGCAMAAACGo3swAAAAeFBMVEUAAACwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzmwTzluelLnAAAAJ3RSTlMAGgIOChIUFwYE9xbg12bHeUo4KLCDXFNBMCHx7NC/ootw5qmTuJvFaYJ1AAAAvklEQVRIx+3RWVLDMBRE0cSWJSvOPM8DCbD/HXL7fWAcBz5JVUpnBd11OxliLOGcy1HA+yqELrZmZjYyNWszMSuzNENzkbFZmLPc8IGTXDE37zjKyBxkAPTNm+xlJ73a5//pQXbYg0l9M5ADRnIEf+a44gQe33DGAmO5YGiWWGEia0xlIzPZggyh8p4s1CESqWLMOkmSJEny0rI/xR/KJvdY/ouizbdV38K97tOFhsr4O0VT3ubaylqsZQ+R7Av1aDE/4brTLwAAAABJRU5ErkJggg==) no-repeat top center;
    -webkit-background-size: 100% 3px;
    -moz-background-size: 100% 3px;
    background-size: 100% 3px
}

.order-lock__top-title::before {
    top: 0
}

.order-lock__top-title::after {
    bottom: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.order-lock__top-title>span {
    position: relative;
    display: inline-block;
    color: #ffe990;
    padding-left: .25rem;
    background-image: -webkit-linear-gradient(bottom, #64290c, #8f491e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.order-lock__top-title>span::after {
    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%);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAsCAMAAAA6jerHAAAAt1BMVEUAAABlKQx9OxaDQBiCPxiBPheNRxyNRx2KRRuKRRuLRhyGQRmCPxiJRBuKRRuOSB2OSB2NRxyKRRt+PBeNRx2LRhyIQxtlKQxlKQxlKgx9OxaKRRuPSR59OxZ+PBd7OhZ9OxaLRhx9OxaGQhplKQxlKQxlKQyJRBuKRRyKRRyHQxqFQhpoLA1xMxF6ORV3NxR0NRJuMBBqLg9lKgyNRx2LRRxsLw+EQRmIQxqCPhh+PBd/PRd9Oxa7o0tdAAAALHRSTlMA5l18GntEubJoOCUfB+nazccQ/Pj29unj1q+siW9mZllWUT4Uq6mom5WJMYbr6JcAAAEHSURBVDjLxdLpboJAFIbh0yKCUjb3fe/e2g3bit7/dTlnJuoZQc+YmPj848sbBghwvmLPicLI6RWPJ6Uw2QpL+YkXJ1Ts5Z1US3S17JnlJKsMukp9oQRu1w0WSr2iR46a47EvLvxxpC4d/TA1Pu+GJzVoB7r/6DGzdOkTySUAwm/g1PDJ68vIAupFblPyqf/QK1BTuZEPb8mhANSd3OzTUUFuFomWwuGdlohEthzyIptEK6F6EK0QiQapUAVdiga7H2nSWQtpf3S7N+qvUWfiARrOTxtiNOcYRx8c4+iTYxy9cy4bfXGMo18ORt8c4+iNc4Xoh4NRm2naGM3uW82bY5qthxlc0Aa1L7G7PT7eXwAAAABJRU5ErkJggg==) no-repeat;
    width: .18rem;
    height: .22rem;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.order-lock__con {
    position: relative;
    z-index: 1;
    padding: .1rem .2rem .3rem
}

.order-lock__con-btn {
    display: block;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    border-radius: .18rem;
    color: #fff;
    -webkit-box-shadow: 0 3px 2px #b7b7b6;
    -moz-box-shadow: 0 3px 2px #b7b7b6;
    box-shadow: 0 3px 2px #b7b7b6;
    font-weight: 700;
    font-size: .18rem;
    width: 72%;
    margin: .1rem auto 0;
    background: rgba(247, 155, 144, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 155, 144, 1)), to(rgba(215, 99, 93, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: -moz-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: -o-linear-gradient(top, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 155, 144, 1) 0, rgba(215, 99, 93, 1) 100%);
    text-shadow: #f37571 1px 0 0, #f37571 0 1px 0, #f37571 -1px 0 0, #f37571 0 -1px 0
}

.order-lock__red {
    color: #b83932
}

.public_pay_box {
    padding: 0
}

.public_pay_tip {
    margin-top: .1rem;
    font-size: .13rem
}

.pay-pop-title {
    font-weight: 700;
    text-align: center;
    font-size: .16rem;
    margin: .1rem .05rem 0;
    line-height: .26rem
}

.pay-pop-title span {
    color: #df716a
}

table {
    width: 100%;
    table-layout: fixed
}

.public-result__form .index-form-wrap {
    background: #f9e7d3
}

.public-result__form .ldlh-btn {
    background: #cc431b;
    color: #fff;
    height: .4rem;
    line-height: .4rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    text-align: center;
    font-size: .22rem;
    margin: .1rem .15rem;
    width: auto;
    text-indent: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    display: block
}

.index-form {
    padding: .1rem;
    position: relative
}

.index-form-wrap {
    border: 1px solid #827762;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background-color: #fff
}

.index-form-wrap__item {
    height: .3rem;
    padding: .05rem .1rem .05rem .8rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #827762
}

.index-form-wrap__item:last-child {
    border-bottom: none
}

.index-form-wrap__item>label {
    position: absolute;
    top: .05rem;
    left: 0;
    width: .8rem;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    font-size: .15rem
}

.index-form-wrap__input,
.index-form-wrap__item>input {
    display: block;
    width: 100%;
    height: .3rem;
    line-height: .3rem;
    font-size: .15rem;
    background-color: rgba(0, 0, 0, 0)
}

.index-form-wrap__input>span {
    display: inline-block;
    width: .3rem;
    height: .3rem;
    vertical-align: top;
    margin: 0 .1rem;
    text-align: center
}

.index-form-wrap__input>span.cur {
    color: #e82e23;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAMAAAANf8AYAAAAclBMVEUAAADoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiNXHWfjAAAAJXRSTlMABAkP+DRPlCIcWhigd0dBOxTKae2LfmPicCfdhC3Xw9Cy57usR57xCgAAAiRJREFUSMeVlOe6qjAQRSek0ntTim2//yve4CnXoyhh/QnwsTJhZwKtwnjOLR4jNzyZZWk2moMJfd9q256v+rqU8mCMCXmec88L+WfLqDJIAiVlvqxsgTGPM+69NfI+6hOZjfnjK4uUm/yNlczFtZH5y0qsFObGrCnxZbreytX5Fsv4r5PpqZjrA72Bcd+Mz5IW0zm2Rd5LPEv+So0QXfwxU5YfpKQHFESn6TPc+EH6sJEVRMQ2t1umKvy9OwNHTpuMMm1+Zk4ApLQNG9M6+L4ugIhcCGUQez9lhE9OZKodaeEGaHLDT4P74rgADo4OS1WyRBcABbki5SjtEAGxsxOmZWmHIyCdHVZq7REHBCNnkqHxSQITuSOHeCQFnHc4h7YJltiiHY5RQ08loPc4fd1Su6+ObAZFCrjRntx0Qhlw2uEE0azu+7PDac9VRnQBDs4Kq08ivB+F0n175uNshxK4Ojt9V8R28AFbzg1WiCklyxVoHJ20Ex27xwdUnptznqr6q2AHDE6KqrrK/84cEC5xeych9O+XAQXbdvRFVPlv4wmX5m6FQPAQO7Z/JEo8nYAbgP5zQ1vl5P35vCuAmn1aGHB8+kPzGcDsv0ssglXMy+MzgKpfLaU6AKeVBmONWCZrny2mClii9VbJJlgqnXj/hazuYLkEb9s2rrAgimiIy7iJCvF1r/mn9oiPeOZSbx6VrD49CMdIMXKBZ22jtR7KdLXCPzYVLFXIUlRRAAAAAElFTkSuQmCC) no-repeat center center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%
}

.index-form-wrap__item--date {
    padding-right: .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAeCAYAAABNChwpAAACNUlEQVRIie3Wy4vNYRgH8M/MMDMuMzUZyYIIITGlqWFHLGSK1bCQ+BPkkkspxQJZmIUsTUq5ZEmKLCULkktkZkhKNpNLyIxbbz2nfqZzfudncmY2vnXqec/7/T3f73t5et66B5d2K4BebMd63K9CX4lbOI9d1VLXF1HHJrShqwC3K7ibiySelIk7sA3zyvCO4Eus7nKVnAPYgqkVuK9wAQ+zBvbheM6O7MVrrEVPFQNncQVz0VeBswf7cSoZ2IATqKuS+F8iLfQkHqfgYAHxhjGIV/smaR5IBjoLJNuJJVhTgLsmuDsLcDtTGf4qQKwZipZhzZAtwxs4im811mzC4bj8fxhIJXNnnBbeV87AMSzCSI3FJ2NHaZA1sDCOYFwx4Zfwv4E8Az+iqy2IX1d0uoT3WJeZS/GHmBsIbmlua+Qqi0mVJjCEq/gZ40HcjaTPcDvDHYz/uoJzLzOX2u8ZtP+tgZm4VurbmJFpxatwMZKLN0TpsdITb4ehGHdUEk+Y8F6QtwMJb/Ek4llYnplLZ/0y4vlxNCU8wruIl2H2WAx8xGJ8yvyXjmQjnmJF5nI1hOhSXEd35psWvEFrOZG8Kpg86uya4rFZStoySmR6xG3BLaE9cpVF3g5MwYvYidK4OeI5scWfYzwNjRGvjjL9GuPWvNdRtTvQkFn1aDRmREejOWM2F/Xj0P3yMJIM9E+ggf76nLf7eOBcMnAaNydAPGn2JgPDUbeH8BzfayiacieNpNWN4d/AV2U1IVbW9wAAAABJRU5ErkJggg==) no-repeat center right;
    -webkit-background-size: .2rem auto;
    -moz-background-size: .2rem auto;
    background-size: .2rem auto
}

.result_info {
    padding-left: 1rem;
    position: relative
}

.result_info_avatar {
    position: absolute;
    top: 50%;
    left: .15rem;
    width: .7rem;
    height: .7rem;
    margin-top: -.35rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #e9bf98 url(../img/icon_avatar.png) no-repeat center center;
    -webkit-background-size: 70% 70%;
    -moz-background-size: 70%;
    background-size: 70%
}

.rc_liuhui {
    border: 1px solid #e5d5d0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 2rem;
    margin: .7rem auto;
    background: #f4dac2 url(../img/result_lunhui.png) no-repeat center center;
    -webkit-background-size: 65% 65%;
    -moz-background-size: 65%;
    background-size: 65%;
    position: relative;
    height: 2rem
}

.rc_liuhui .lunhui {
    position: absolute;
    color: #b83932;
    height: .9rem;
    width: .9rem;
    padding-top: .1rem;
    line-height: 2;
    text-align: center;
    background-color: #e9bf98;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.rc_liuhui .lunhui>p {
    font-size: .24rem;
    line-height: .3rem;
    color: #333
}

.rc_liuhui .lunhui1 {
    top: -.45rem;
    left: .55rem
}

.rc_liuhui .lunhui2 {
    top: .55rem;
    left: -.45rem
}

.rc_liuhui .lunhui3 {
    bottom: -.45rem;
    left: .55rem
}

.rc_liuhui .lunhui4 {
    top: .55rem;
    right: -.45rem
}

.rc_liuhui_table td,
.rc_liuhui_table th {
    border: 1px solid #e9bf98;
    text-align: center;
    font-size: .15rem;
    background-color: #fff3e8;
    padding: .05rem 0
}

.rc_liuhui_table th {
    background-color: #f4dac2;
    font-weight: 400
}

.rc_liuhui_table td>span {
    color: #b83932
}

.public-result__hd {
    background-color: #930500
}

.public-result__title>span {
    background-color: #805e3f
}

.evaluate-box__title {
    background-color: #930500
}

.m_rt_title {
    background-color: #930500
}

@media only screen and (min-width:450px) {
    html {
        font-size: 760%
    }
}

@media only screen and (min-width:400px) and (max-width:450px) {
    html {
        font-size: 740%
    }
}

@media only screen and (min-width:375px) and (max-width:400px) {
    html {
        font-size: 714%
    }
}

@media only screen and (min-width:350px) and (max-width:375px) {
    html {
        font-size: 670%
    }
}