html,
body {
    max-width: 750px;
}

.main {
    max-width: 750px;
}

.alert-marquee {
    display: block;
    height: 26px;
    line-height: 26px;
    background: rgba(0,0,0,.7);
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.alert-marquee .inner {
    position: absolute;
    left: 100%;
    color: #fff;
    line-height:26px;
    font-size: 14px;
}

.query-latest-order {
    height: 1rem;
    line-height: 1rem;
    display: -ms-flexbox;
    display: flex;
}
.query-latest-order .query-lo-wrapper {
    background: #23110f;
    height: 1rem;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.query-latest-order .query-lo-wrapper .close {
    width: .42rem;
    height: .42rem;
    border: 1px solid #d2a771;
    border-radius: 50%;
    margin: 0 .3rem 0 .2rem;
    position: relative;
}
.query-latest-order .query-lo-wrapper .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: .23rem;
    height: .23rem;
    background: url(/static/image/close.png) no-repeat 50%;
    background-size: 100% 100%;
}
.query-latest-order .query-lo-wrapper .tips {
    color: #d2a771;
    font-size: .27rem;
}
.query-latest-order .right {
    width: 2.3rem;
    background: #c71f1c;
    text-align: center;
    font-size: .3rem;
    color: #d2a771;
    float: right;
    flex: auto;
}

.floating-btn {
    position: fixed;
    right: calc(50% - 3.75rem); 
    z-index: 9;
}

.floating-btn img {
    width: 30px;
    border: none;
}

.footer-bar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(32,32,6,.7);
    box-sizing: border-box;
    display: none;
    max-width: 750px;
    height: auto;
}

.btn_box img {
    width: 95%;
    margin-left: 0;
    margin: .2rem auto;
    display: block;
}

.form_box {
    margin: 0 auto;
    background-image: url(/static/image/form_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 95%;
    height: 9.5rem;
    box-sizing: border-box;
    margin-top: .2rem;
}

.form_title {
    width: 6.2rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: .36rem;
    padding: .2rem 0 .4rem;
    line-height: 1;
    margin: 0 auto;
}

.form_item {
    background-color: #525489;
    margin: 0 auto .3rem;
    width: 6.2rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .5rem;
    color: #efefff;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: .3rem;
    box-sizing: border-box;
    font-size: .32rem;
}

.form_item .info {
    width: 4.6rem;
    height: 1rem;
    line-height: 1rem;
    margin: .1rem 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    background-color: #525489;
    font: inherit;
}

.flex_start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form_item span.gender_item {
    text-align: center;
    line-height: .7rem;
    width: .7rem;
    height: .7rem;
    border-radius: 100%;
    margin-right: .4rem;
    color: #fff;
    border: .02rem solid #fff;
    padding: 0;
}

.form_item .cur {
    background-color: #efc15d;
    color: #021032 !important;
    border: none !important;
}

.form_box .calc_btn {
    width: 6.2rem;
    margin: .6rem auto .3rem;
    padding: 0 !important;
}

.calc_btn img {
    width: 100%;
    height: auto !important;
    margin: auto !important;
    background-color: #525489 !important;
}

.public_banner {
    text-align: center;
    color: #fff; 
}

.public_banner .bt_logo {
    width: 4.5rem;
    height: auto;
    position: fixed;
    bottom: .5rem;

}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.color2 {
    color: #ffe078;
}

.text-tips {
    text-align: center;
    color: #d2a771; 
    font-size: .24rem;
    line-height: .48rem; 
    /*margin-top: -.3rem;*/
}

.input_btn {
    margin: 10px 2px;
    overflow: hidden;
}

.input_btn a {
    width: 100%;
    float: left;
    margin: 0 auto;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}

.as_form .input_btn .cancel {
    background-color: #999;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input_btn .sure {
    border: 1px solid #f90;
    background-color: #f90;
}

.input_text,
.as_form .input_textarea {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 100px;
    height: 32px;
    margin: 6px 4px;
}

.input_text span,
.as_form .input_textarea span {
    width: 94px;
    padding: 0 0 0 6px;
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.input_text input,
.as_form .input_textarea textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 32px;
    padding: 0 4px;
}

.as_form {
    position: relative;
    margin: 0;
}

.public_form_wrap ul {
    background: #fff1e8;
    border: solid 0.08rem #ffe49b;
    border-radius: 0.2rem;
    box-shadow: inset 0 0.2rem 0.5rem rgb(183 115 73 / 55%);
}

.yinsiagree {
    width: 100%;
    line-height: .4rem;
    font-size: .28rem;
    color: #999;
    text-align: center;
}

.yinsiagree a {
    color: #999;
}

.yinsiagree a b {
    text-decoration: underline;
    font-weight: normal;
    color: #900;
}

.public_bg_color {
    position: relative;
    bottom: 80px;
    background: #fff1e8;
    border: solid 0.08rem #ffe49b;
    border-radius: 0.2rem;
    box-shadow: inset 0 0.2rem 0.5rem rgb(183 115 73 / 55%);
    width: 7rem;
    margin: auto;
}

.pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .65);
    z-index: 11;
}

.pop-box {
    background: #fff;
    width: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    height: 2rem;
    border-radius: 7px;
}

.pop-box p {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.flex-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 15px;
}

.flex-box span {
    color: #fff;
    width: 100px;
    border-radius: 5px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
}

.flex-box .leave {
    background: #bc3131;
}

.flex-box .back {
    background: #5d8a38;
}

.yinsiagree input {
    -webkit-appearance: checkbox;
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
    margin-right: 6px;
}

.dizhi {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    bottom: 50px;
}

@keyframes btnZoom {
    from {}

    to {
        transform: scale(.8);
    }
}

@-moz-keyframes btnZoom {
    from {}

    to {
        transform: scale(.8);
    }
}

@-webkit-keyframes btnZoom {
    from {}

    to {
        transform: scale(.8);
    }
}

@-o-keyframes btnZoom {
    from {}

    to {
        transform: scale(.8);
    }
}

.badge-box {
    max-width: 750px;
}
@keyframes btnScale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}

.container {
    background: #202045;
    background-size: 100% auto;
    padding: 0;
}

.gong_wei, .user-info-item, #pay-maodian, .pay_btn_box {
    display: none;
}

.natal_anime .cell,.middle-cell {
    visibility: hidden;
}

.badge-box img {
    opacity: 0;
}

.badge_biandong {
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.badge_biandong.active {
    animation: showBiandong 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.badge_tupo {
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.badge_tupo.active {
    animation: showTupo 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_jiyu {
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_jiyu.active {
    animation: showJiyu 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.gong_wei, .user-info-item, #pay-maodian, .pay_btn_box {
    display: none;
}

.natal_anime .cell,.middle-cell {
    visibility: hidden;
}

.badge-box img {
    opacity: 0;
}

.badge_biandong {
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.badge_biandong.active {
    animation: showBiandong 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_tupo{
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_tupo.active{
    animation: showTupo 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_jiyu{
    animation: none;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.badge_jiyu.active{
    animation: showJiyu 1s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.natal_anime .cell {
    width: 1.6rem;
    margin-bottom: 0.13rem;
    height: 1.76rem;
    background: none;
    padding: 0.13rem 0.13rem 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    font-size: .26rem;
    border: 2px solid #f4c769;
    border-radius: 0.1rem;
}
.natal_anime .cell .cell-footer .gong_wei {
    color: #3c3853;
    width: 0.77rem;
    height: 0.46rem;
    text-align: center;
    line-height: .46rem;
    overflow: hidden;
    background: url(/static/image/tip_bg.png) no-repeat 0 0/0.77rem 0.46rem;
    left: -1px;
    position: absolute;
    bottom: -1px;
}
.natal_anime .middle-cell {
    width: 3.32rem;
    height: 3.66rem;
    background: none;
    background-size: 100% 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3rem .2rem;
    border: 2px solid #f4c769;
    border-radius: 0.1rem;
}

.cell {
    position: relative;
}

.cell .box_icon {
    width: .4rem;
    height: 0.27rem;
    position: absolute;
    right: -1px;
    top: -1px;
}

.cell-top > div {
    margin-right: .1rem;
}

.natal_anime .middle-cell .user-info-item {
    font-size: .26rem;
    color: #fdd566;
    line-height: 1.4em;
}
.natal_anime {
    margin-top: 0;
}
.natal_pay .natal_title {
    height: auto;
    width: 100%;
    padding-top: 0;
}


.process_box {
    text-align: center;
    font-size: .26rem;
    width: 6.8rem;
    margin: 0 auto;
    height: 1.4rem;
    border: 0.04rem solid #6665a1;
    box-sizing: border-box;
    border-radius: 0.06rem;
    margin-top: 0.68rem;
    padding: 0.32rem 0.32rem 0;
    display: none;
}

.process_box .progress_bar_tip {
    color: #fff;
    text-shadow: 0px 3px 10px #202045, 0px 3px 10px #202045;
    text-align: center;
    height: 16px;
    line-height: 16px;
}

.process_box .progress_bar {
    position:relative;
    height: 6px;
    width: 100%;
    background: #1f1f4a;
    border-radius: 5px;
    margin-top: .26rem;
}

.process_box .progress_percent {
    background: #f7bf90;
    border-radius: 5px;
    height: inherit;
}


.shadow-box {
    position:fixed;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index:10;
    top: 0;
    max-width: 750px;
    margin: auto;
}
.pay-title {
    padding: .3rem;
    font-size: .34rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.van-payway{
    position: absolute;
    bottom: 0;
    z-index: 10;
    max-width: 750px;
    width: 100%;
    margin: auto;
}
.van-payway .pay-out {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 750px;
    color: #333;
    font-size: .28rem;
    background-color: #2a2a51;
    background-size: 100% 100%;
    position: relative;
    border-radius: .4rem .4rem 0 0;
    padding-bottom: .4rem;
}
.van-payway .pay-out .close_icon {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 0.84rem;
    height: 0.84rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAAXNSR0IArs4c6QAAAURQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////fAh02gAAAGx0Uk5TAAECAwQFBgcICQoLDQ8QFBUWGBkaGxwfICIjJCUnKCssLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZW1xdXl9gYWJjZGVnaGlqa2xvcHFyc3R1dnd4eXp7uIaEywAAAnNJREFUWMPtl/tXEkEUx2d3AV/56GFFZpaZVpQp4INAkrAgX2ACaWr5KBQ+///v/UBH9kUzS8s5nc7en9i5w2dndu58771CBBZYYIH9vzYwPh1bTLyejQ77ANMfZL5ybeeF2YG/wg0tnQI/q/nV+MJydvc7cFW42zWuL3UJhwvj+vXIyMxWA0q3uuNNndIsjDsWHb+gkQ57x4XXoXzTdeErVxyOef56NeoznZxjB9QnvPGGjzka7ewO5Wg89sIbPKIy+McZSRoP1XlGhVpEMidO/bYyMM3xkHRSlpM+Rd4ElwqRZlTJq/FCJ8RU5o3UuacEfMMXTWniPAdKEX2m+GJhfGNSYdoL9ix82y3rb99sMce+ArBmeW24VLIQ+2vFNjF0waiUN8a5YZLDMuyGTLwqFM2hsyQFvuKd9RF2rol9FWhOt733qUmB20zZjhK2f685sg/Np+YIu2xKFfyMG/Yogi1DCCEin6H5zOIsE5UlJH7YhxaBTV2I8B4056y+NZ5LgHeoOsYSQFEPl8Hx9xhvJcAoO25aBcVd4KXd84ScBPiIgsvociuLOq/4pDmIPABFCmBeuAAL3WxZGFsAeadmTEu37HYowthsbTnnIMoPxSVshP4JiGeAdbtLHjbOwBZ6AUgKkQWyNp88sB1XT+gfoaUB60DGKu4KV88mDkLbAFZaP3NA2uxUEQerfAktD6TcHlTlyyqw2nswHaS2Aax6E1hrCtCy1s+mfYCkxxRgS1Jra7YjT3hNUpI0qnlOo/4net9LEf+LJf/LOd8LTv9LYv+Ldv/bCv8bnx60Zh2ax2L3zWMP2tseNOCBBRZYYP+m/QJzL7Tt8TfWHgAAAABJRU5ErkJggg==) no-repeat;
    background-size: 100% 100%;
}
.van-payway .pay-out .content-wrap p{
    color: #bbb8b8;
    font-weight: bold;
    font-size: .3rem;
}
.van-payway .pay-out .org {
    margin-left: 10px;
    font-size: .3rem;
    color: #999;
    text-decoration: line-through;
}
.van-payway .pay-out .time-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0.24rem;
    text-align: center;
    color: #e14958;
}
.van-payway .pay-out .time-out p {
    width: 0.45rem;
    margin-right: 2px;
    padding: 4px;
    font-weight: 700;
    text-align: center;
    color: #cf1f1f;
    line-height: .3rem;
    border-radius: 2px;

}
.pay-type-box {
    padding:.2rem;
}
.weix_pay,.zfb_pay{
    height: .62rem;
    display: flex;
    align-items: center;
    justify-content:space-between ;
    width: 100%;
    color: #fff;
}

.weix_pay img ,.zfb_pay img{
    width: .5759rem;
    height: .5759rem;
}

.wxz img ,.xz img{
    width: 100%;
    height: 100%;
    float: right;
}
.wxz1 img ,.xz1 img{
    width: 100%;
    height: 100%;
    float: right;
}

.wxz,.xz{
    width: .52rem;
    height: .52rem;
    z-index: 100;
}
.wxz1,.xz1{
    width: .52rem;
    height: .52rem;
    z-index: 100;
}
.pay-detail {
    display: flex;
    justify-content: space-between;
    height: 2rem;
    padding: 0 .24rem;
}
.teacher-detail {
    width: 3.8rem;
    font-size: .28rem;
    color: #fff;
}
.color1 {
    color: #ff5c5f;
}
.line-img {
    vertical-align: middle;
    width: 3.8rem;
    display: block;
    margin: .05rem 0;
}

.price-box {
    box-sizing: border-box;
    border: 0.05rem solid #ffcf90;
    border-radius: 0.13rem;
    background: #ffecd3;
    padding: .2rem;
    margin: 0 .2rem;
}

.pay-btn {
    width: 80%;
    height: .92rem;
    background-color: #c92727;
    color: #ffff;
    font-size: .36rem;
    line-height: .92rem;
    text-align: center;
    border-radius: .5rem;
    animation: btnScale 1s linear infinite alternate;
    margin: auto;
}
.natal_pay .badge .badge-box {
    top: 2.6rem;
    max-width: 750px;

}
.natal_pay .badge.active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    z-index:10;
}

.lunpan_box {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.lunpan {
    width: 60%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    top: 50%;
    left: 20%;
    position: absolute;
    transform: translateY(-50%);
}

.lunpan > img.compass {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: middleRorating 4s linear infinite;
}

.lunpan > img.pointer {
    width: auto;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: bottomRorating 2s linear infinite;
}

.main .content img:last-child {
    margin-bottom: 0;
}

.qrcode {
    width: 100%;
    height: auto;
}