/* @media only screen and (min-width:640px) {
    html {
        font-size: 170.6666px !important
    }
}

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

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

html {
    background-color: #f7f7f7
}

body {
    background-color: #fb8894
}

.m_top_tip {
    background-color: rgba(0, 0, 0, .8)
}

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

.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(images/0_bg.jpg?v=20210108161746) no-repeat 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

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

.index-top>span {
    display: inline-block;
    margin: 0 .05rem;
    color: #de354d;
    font-weight: 700
}

.index-juan {
    width: 1.33rem;
    height: 1.88rem;
    margin: 0 auto .6rem;
    background: url(images/0_img_bao.png?v=20210108161746) no-repeat top center;
    -moz-background-size: auto 1.88rem;
    -o-background-size: auto 1.88rem;
    background-size: auto 1.88rem;
    -webkit-animation: bounce-down 3s linear infinite;
    -moz-animation: bounce-down 3s linear infinite;
    -o-animation: bounce-down 3s linear infinite;
    animation: bounce-down 3s linear infinite
}

@media only screen and (min-width:640px) {
    .index-juan {
        margin-bottom: -.2rem;
        -moz-background-size: 70%;
        -o-background-size: 70%;
        background-size: 70%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.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(images/0_juan_t.png?v=20210108161746) no-repeat top center;
    height: .24rem;
    -moz-background-size: 100% auto;
    -o-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(images/0_juan_b.png?v=20210108161746) no-repeat top center;
    height: .07rem;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.index-con {
    font-size: .14rem;
    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: #fc586f;
    font-size: .2rem;
    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(images/0_btn.png?v=20210108161746) no-repeat;
    width: 2.4rem;
    height: .46rem;
    line-height: .46rem;
    -moz-background-size: 100% auto;
    -o-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(.8);
        transform: scale(.8)
    }

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

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

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

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

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

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

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

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

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

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

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

.index-form-top {
    line-height: .22rem;
    margin-top: .03rem;
    font-size: .14rem;
    color: #fc586f;
    font-weight: 700
}

.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;
    -moz-background-size: .2rem auto;
    -o-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(images/0_btn.png?v=20210108161746) no-repeat;
    width: 2.4rem;
    height: .46rem;
    line-height: .46rem;
    margin: 0 auto;
    -moz-background-size: 100% auto;
    -o-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: .75rem
}

.public_pay_bottom span {
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .26rem;
    color: #fff;
    background-color: #ff6679;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: .07rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    display: block;
    letter-spacing: 2px;
    -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(images/1_bg.jpg?v=20210108161746) no-repeat 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.order-top {
    text-align: center;
    color: #fc586f;
    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: .35rem auto 0;
    background: url(images/0_img_bao.png?v=20210108161746) no-repeat center;
    -moz-background-size: 1.2rem auto;
    -o-background-size: 1.2rem auto;
    background-size: 1.2rem auto
}

.order-rotate__yuan {
    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: rotation 30s linear infinite;
    -moz-animation: rotation 30s linear infinite;
    -o-animation: rotation 30s linear infinite;
    animation: rotation 30s linear infinite
}

.order-rotate__yuan a {
    position: relative;
    display: block;
    width: .92rem;
    height: .92rem;
    line-height: .92rem;
    text-align: center;
    background: url(images/1_yuan.png?v=20210108161746) no-repeat;
    -moz-background-size: .92rem auto;
    -o-background-size: .92rem auto;
    background-size: .92rem auto;
    -webkit-animation: rotationback 30s linear infinite;
    -moz-animation: rotationback 30s linear infinite;
    -o-animation: rotationback 30s linear infinite;
    animation: rotationback 30s linear infinite;
    color: #fff;
    font-size: .18rem
}

.order-rotate__yuan span {
    display: inline-block;
    width: .4rem;
    text-align: center;
    overflow: hidden;
    line-height: .22rem;
    vertical-align: middle
}

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

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

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

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

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

.order-rotate__yuan 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-rotate__yuan {
        width: 3.5rem;
        height: 3.5rem;
        margin-left: -1.75rem;
        margin-top: -1.75rem
    }

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

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

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

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

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

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

@-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-btn {
    position: absolute;
    left: 50%;
    margin-left: -1.4rem;
    bottom: .6rem;
    display: block;
    background: url(images/0_btn.png?v=20210108161746) no-repeat;
    width: 2.8rem;
    height: .55rem;
    line-height: .52rem;
    -moz-background-size: 100% .55rem;
    -o-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)
}

@media only screen and (min-width:640px) {
    .order-btn {
        bottom: .3rem !important
    }
}

.order-pay-page {
    background-color: #ffeedc;
    display: none
}

.public_pay_box {
    padding: 0
}

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

.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
}

.order-price {
    height: .45rem;
    line-height: .45rem;
    background-color: #fed9af;
    text-align: center;
    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-price__left {
    height: .45rem;
    width: 44%;
    color: #fff;
    background-color: #f83850;
    font-weight: 700;
    font-size: .15rem
}

.order-price__left .money-words {
    font-size: .3rem;
    margin-right: .1rem
}

.order-price__left del {
    font-weight: 400;
    font-size: .14rem
}

.order-price__right {
    height: .45rem;
    font-size: .14rem;
    width: 56%
}

.order-price__right>span {
    color: #fa6470;
    font-size: .16rem
}

.order-price__right>span>i {
    display: inline-block;
    background-color: #fff;
    color: #fa6470;
    height: .3rem;
    padding: 0 .04rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 .02rem;
    line-height: .32rem
}

.order-visitor {
    margin: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background-color: #fff;
    padding: .1rem;
    line-height: .24rem
}

.order-visitor>.red {
    color: #f94b6c;
    font-weight: 700
}

.order-pay {
    margin: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    background-color: #fff;
    line-height: .24rem
}

.order-pay__title {
    border-bottom: 1px solid #f4d5ce;
    text-align: center;
    font-size: .2rem;
    height: .4rem;
    line-height: .4rem;
    font-weight: 700
}

.order-pay__con {
    padding: 0 .1rem
}

.payment-tit {
    height: .45rem;
    line-height: .45rem;
    font-size: .2rem;
    text-align: center;
    margin-top: .15rem;
    margin-bottom: .2rem;
    background-color: #fff;
    font-weight: 700
}

.order-lock {
    overflow: hidden
}

.order-lock__title {
    width: 2.6rem;
    height: .45rem;
    line-height: .45rem;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: .2rem;
    background: url(images/1_bg_title.png?v=20210108161746) no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto
}

.order-lock__con {
    background: url(images/1_bg_mask.png?v=20210108161746) repeat-y;
    -moz-background-size: 100% 120%;
    -o-background-size: 100% 120%;
    background-size: 100% 120%;
    margin: .1rem;
    padding: .1rem 0
}

.order-lock__list {
    font-size: .16rem;
    line-height: .3rem;
    margin: 0 .1rem;
    padding: .16rem .1rem;
    background-color: #fff;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem
}

.order-lock__list>p {
    position: relative;
    padding-left: .25rem
}

.order-lock__list>p::before {
    content: "";
    position: absolute;
    left: .05rem;
    top: .05rem;
    width: .13rem;
    height: .17rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAiCAMAAAB2vTk8AAAAaVBMVEUAAADeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyPeIyMKQ0YHAAAAInRSTlMA2Jo5E/b6rpVGKTXjnnBZY+vd1c7Ho4aCfnhTTiAOBgNi8m7RwQAAAMZJREFUKM+t0dkKgzAURdFUjZmqdp7H/f8f2VQrRLlIH9xPBxcRNOqvfG1t7QW4G9rMfSy55pcOQylKWJ+dO6+jFQM6wK59UuzgMDgE+tHNh4b02BWyfmdwTaiGVb9XUCd0gabfDVwSeoPrt0veoHxu4RTytnACm/sWngYh84xkEbORljItI21k2kRayLSYgYxzRqZKxSqJyqK7U4leX3pJRNP9d4n0TambFgm223k+WabpS9nLtI8URCmDivljlY2qjl5N9QHuHEDThWCKWAAAAABJRU5ErkJggg==) no-repeat;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%
}

.public-result__chart {
    height: 2.4rem;
    margin: .15rem 0
}

.public-result__form>form {
    margin: 0
}

.public-result__form-ul {
    border: 1px solid #e4d7c7;
    font-size: .16rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem;
    background-color: #fcf9f6
}

.public-result__form-li input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fcf9f6 inset;
    box-shadow: 0 0 0 100px #fcf9f6 inset
}

.public-result__form-li {
    border-bottom: 1px solid #e4d7c7;
    position: relative;
    padding-left: .9rem
}

.public-result__form-li:last-of-type {
    border-bottom: none
}

.public-result__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: .8rem;
    text-align: center;
    height: .4rem;
    line-height: .4rem
}

.public-result__form-input {
    font-size: .16rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem;
    line-height: .4rem;
    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
}

.public-result__form-sex {
    font-size: .16rem;
    width: 100%;
    height: .4rem;
    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
}

.public-result__form-sex span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: .3rem;
    height: .3rem;
    line-height: .3rem;
    width: .3rem;
    text-align: center
}

.public-result__form-sex .cur {
    color: #e3140e
}

.public-result__form-sex .cur::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: .3rem;
    height: .3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAAllBMVEUAAADoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPoLiPBX+bFAAAAMXRSTlMABAr5ETMYR0EUDnf0oH48HxzikGJS7t2wlYRyTTgtimxnXVgi2NLOyMMoJem9qbeZL5M9EwAAAkZJREFUSMeVlFd26jAURVXce8G9YTAdkpz5T+4ZSIAHGMv7R0tebK50i8hbqKFLkmQwSgRhsltpbn04dIrnS4wKiH5ZhHO52nddpxi6bjCmSCPaIZov1GUky7phGOwMpcygEhtW9MKeq7Jb64+/OVu6pw9p6m7z7VQ6fckKkxTd89465nF1Stv7Pz5pnUdfv4erzak5kAGo5B/qFyvjq9Tswwxbkqs+WY7FA/Njaqm+lyvySAkryMhnDM9bao8VjWHZdLTushYp920KJAYZpZY1h94KBEAj49Baa5Z/mw1gExEUeWGyWyDuEyGqclaTC19ARsTwteX1fBIH9oIS1SL1ksAFsCWiyHItn1cbMIUlRWvn5zUBKmGJtmHG+isBnBJh1Nzx+iwCKyKOnJt90iMgnSDtZ87ykjx7guRFeZ+JFsgmSF3RzAiZTYtUOXk5+U5qnqmEuMBmgrS0d+WlTtYEaZbGbr8cgb2wQ8M1V66TMRcv0y7Zndc58C0sFcHWvJQL4Iro6bZ8dX1NToAjKGkBDyj5ncKYiUnfa6v5jRkAuZATxUHs/+Ue4AcBh60tHt6utwG2dFz6OVqxfp8sDoTjzcA5Fo/px/jrUvLneUgBFJ/b2wLW/yeZnQA09NPZgOT58TZ2AHb+UN5s9E73+j0FYBVvg0UBgPW7XqMOB5C0zxott+j5Gmgad4WeOFPZ3XCbAD3HxXATmzHO8M1XbramY2+t6z6UPnZKkeCZYzM+OW64xp3kpxR86SV35oQ/Wd5qozHE+QdtNTs+u/FwGwAAAABJRU5ErkJggg==) no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
}

.public-result__form-birthday {
    font-size: .16rem;
    width: 100%;
    padding-right: .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: .4rem;
    line-height: .4rem;
    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: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAbFBMVEUAAADjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRibjRiYfTj4iAAAAI3RSTlMAdzKq++8h3dW9l4gG9rhV5DgeDsfq2LWkkYqBfGlfSEIoyAVcpmwAAAD7SURBVDjLxY5bbsMgEEXBhgGMDXbsvN+d/e+xQwJSi4qbRJFyfu4dcYBh72Yrq1Qruf1TUXhM9YiK/aLa1YGTt3XE+tMtd/FdLvDGgjUYadjiXgQPxhmxqBBnUkwa4KcCqRpSujTsrzpVfd2n2pGC//Co4oaqwOCi4lkRHxV14AUO6oFdPqEIDzAolBeAi0Q1AHiRKUtGbHAK8YWbEMv8I2dtQ/dqa2tE0VjrXlm3N0ZTKGMUhTamzxU5Ul2jbhlrNa5pGGWmdEBnE/Zkjj1OZEKXfySk7O4hwg2Kp9YV84YgRc8rmhQ+r3BSWjdnuJYFh69EYY8VJ+M9fAP/dVxzxUxlDgAAAABJRU5ErkJggg==) no-repeat 98% center;
    -moz-background-size: .2rem auto;
    -o-background-size: .2rem auto;
    background-size: .2rem auto
}

.public-result__form-btn {
    overflow: hidden;
    margin-top: .1rem
}

.public-result__form-btn a {
    display: block;
    height: .4rem;
    line-height: .4rem;
    color: #fff;
    background-color: #cc431b;
    text-align: center;
    font-size: .2rem;
    -webkit-border-radius: .05rem;
    -moz-border-radius: .05rem;
    border-radius: .05rem
}

.public-result__form-agreement {
    color: #c1bdbd;
    text-align: center;
    font-size: .14rem;
    padding-top: .1rem
}

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

.public-result__form-agreement a {
    color: #c1bdbd;
    text-decoration: underline
}