@charset "utf-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
legend,
b,
button,
input,
textarea,
blockquote {
    margin: 0;
    padding: 0;
}

img,
abbr,
acronym {
    border: 0;
}

table td {
    word-break: break-all;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 700;
}

input,
button,
textarea,
select {
    font-size: inherit;
    *font-size: 100%;
    font-family: inherit;
}

address,
cite,
dfn,
em,
code,
var,
caption,
th {
    font-style: normal;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

pre {
    white-space: pre-wrap;
    font-family: Arial, sans-serif;
}

wbr:after {
    content: '\00200b';
}

/* Basic */
* {
    word-wrap: break-word;
    outline: none;
    box-sizing: border-box;
}

*::selection,
*::-moz-selection {
    background: #669bb7;
    color: #fff;
}

a {
    text-decoration: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

input {
    border-radius: 0;
}

input[disabled],
input:disabled,
input.disabled {
    color: #d0d0d0;
    -webkit-text-fill-color: #d0d0d0;
    -webkit-opacity: 1;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #a0a0a0;
    font-weight: normal;
}

input:-moz-placeholder {
    color: #a0a0a0;
    font-weight: normal;
}

input::-ms-placeholder {
    color: #a0a0a0;
    font-weight: normal;
}

textarea::-webkit-input-placeholder {
    color: #a0a0a0 !important;
    font-weight: normal;
}

textarea::-moz-input-placeholder {
    color: #a0a0a0 !important;
    font-weight: normal;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
}

.red {
    color: #fa3d3d;
}

.blue {
    color: #ee1b34;
}

.organ {
    color: #ff772b;
}

.grey {
    color: #999;
}

.grey-b {
    color: #666;
}

.white {
    color: #fff;
}

.green {
    color: #33cc7f;
}

.purple {
    color: #ff5e90;
}

.pink {
    color: #ff5e90;
}

.yellow {
    color: #e4c786;
}

.bg-b {
    background: #5fc1ed;
}

.bg-g {
    background: #f6f6f6;
}

.bgFFF {
    background-color: #fff;
}

.bold {
    font-weight: bold;
}

.w100 {
    width: 100% !important;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}

.w50 {
    width: 50%;
}

.w40 {
    width: 40%;
}

.w22 {
    width: 22%;
}

.w25 {
    width: 25%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w20 {
    width: 20%;
}

.w33 {
    width: 33.333333%;
}

.w16 {
    width: 16.666666%;
}

.mt10 {
    margin-top: .1rem;
}

.mt20 {
    margin-top: .2rem;
}

.mt30 {
    margin-top: .3rem;
}

.mt40 {
    margin-top: .4rem;
}

.mb5 {
    margin-bottom: .05rem;
}

.mb10 {
    margin-bottom: .1rem;
}

.mb20 {
    margin-bottom: .2rem;
}

.mb30 {
    margin-bottom: .3rem;
}

.mb40 {
    margin-bottom: .4rem;
}

.ml20 {
    margin-left: .2rem;
}

.mr20 {
    margin-right: .2rem;
}

.mg20 {
    margin: .2rem;
}

.pt10 {
    padding-top: .1rem;
}

.pt20 {
    padding-top: .2rem;
}

.pb10 {
    padding-bottom: .1rem;
}

.pb20 {
    padding-bottom: .2rem;
}

.pb40 {
    padding-bottom: .4rem;
}

.pb120 {
    padding-bottom: 1.2rem;
}

.pl20 {
    padding-left: .2rem;
}

.pl2em {
    padding-left: 2em;
}

.pr20 {
    padding-right: .2rem;
}

.pd10 {
    padding: .1rem;
}

.pd15 {
    padding: .15rem;
}

.pd20 {
    padding: .2rem;
}

.pd30 {
    padding: .3rem;
}

.pl30 {
    padding-left: .3rem;
}

.pr30 {
    padding-right: .3rem;
}

.po-r {
    position: relative;
}

.po-a {
    position: absolute;
}

.po-f {
    position: fixed;
}

.fz36 {
    font-size: .36rem;
}

.fz30 {
    font-size: .3rem;
}

.fz34 {
    font-size: .34rem;
}

.fz32 {
    font-size: .32rem;
}

.fz28 {
    font-size: .28rem;
}

.fz26 {
    font-size: .26rem;
}

.fz24 {
    font-size: .24rem;
}

.fz22 {
    font-size: .22rem;
}

.fz20 {
    font-size: .2rem;
}

.fz18 {
    font-size: .18rem;
}

.fz16 {
    font-size: .16rem;
}

.boreee {
    border: 1px solid #eaeaea;
}

.bor-t {
    border-top: 1px solid #eaeaea;
}

.bor-l {
    border-left: 1px solid #eaeaea;
}

.bor-b {
    border-bottom: 1px solid #eaeaea;
}

.bor-r {
    border-right: 1px solid #eaeaea;
}

.bor-none {
    border: none;
}

.bor-r50 {
    border-radius: 50%;
}

.bor-r20 {
    border-radius: .2rem;
}

.bor-r10 {
    border-radius: .1rem;
}

.color333 {
    color: #333333;
}

.tx-c {
    text-align: center
}

.tx-r {
    text-align: right;
}

.tx-l {
    text-align: left;
}

.tx-in2em {
    text-indent: 2em;
}

.underline {
    text-decoration: underline !important;
}

.through {
    text-decoration: line-through;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.none {
    display: none !important;
}

.of-h {
    overflow: hidden;
}

.ws-all {
    word-break: break-all;
    white-space: pre-wrap;
}

.img-block {
    display: block;
    width: 100%;
}

.mc {
    margin: 0 auto;
}

.z-in9999 {
    z-index: 9999;
}

.tf-tlX50 {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.tf-tlY50 {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.tf-tlXY50 {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.flexBox {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.items-c {
    align-items: center;
    -webkit-align-items: center;
}

.center {
    justify-content: center;
}

.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    display: block;
}

.dsp-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
}

.lh30 {
    line-height: .3rem;
}

.clearFloat {
    zoom: 1;
    /*针对IE6、IE7*/
}

.clearFloat:after {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}

body {
    font: .24rem/1.5 Arial, sans-serif;
    background: #eeeeee;
    color: #333;
}

.wrap {
    max-width: 7.5rem;
    margin: 0 auto;
    overflow-x: hidden;
}

.wrap a.block {
    /*background:rgba(0,0,0,0.6) */
}

.share-friend {
    height: 100%;
    background: rgba(0, 0, 0, .8) url(../images/share-arr.png) no-repeat 40% 20%;
    background-size: 5.39rem 1.83rem;
    z-index: 9998;
    top: 0;
    left: 0;
    display: none;
}


.error {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: left;
    display: none;
}

.err-area {
    width: 80%;
    padding: .2rem;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    font-size: .28rem;
    text-align: center;
    border-radius: .12rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.err-hide {
    display: none;
}

/*弹窗模块*/
.modal {
    width: 100%;
    height: 100%;
    height: 100dvh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: left;
    display: none;
    overflow: hidden;
}

.mod-bg {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 98;
    left: 0;
    top: 0;
}

.mod-area {
    width: 7.5rem;
    top: .1rem;
    position: absolute;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    bottom: 0;
    border-radius: .2rem .2rem 0 0;
}

.mod-area2 {
    width: 7rem;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    top: 45%;
    -webkit-transform: translateY(-50%);
    background: #fff;
    border-radius: .15rem;
    overflow: hidden;
    border: .04rem solid #5e46d8;
}

.mod-area3 {
    overflow: visible;
}

.mod-hide.off {
    position: absolute;
    width: .25rem;
    height: .25rem;
    right: .25rem;
    top: .25rem;
    background: url(../images/off.png) no-repeat;
    background-size: 100% 100%;
}

.mod-tit {
    font-weight: bold;
    font-size: .32rem;
    border-radius: .12rem .12rem 0 0;
}

.mod-tit2 {
    padding: .3rem .2rem;
    text-align: center;
    font-weight: bold;
    background: #dde7ff;
    font-size: .32rem;
    overflow: hidden;
}

.mod-tit3 {
    padding: .1rem .2rem;
    text-align: center;
    background: #fff;
    font-size: .32rem;
    overflow: hidden;
}

.mod-con {
    height: auto;
    margin: .2rem .4rem;
    overflow-y: auto;
    color: #333;
    background-size: 100% 100%;
    border-radius: .12rem;
    box-sizing: border-box;
}

.mod-con2 {
    width: 100%;
    height: auto;
    padding: .3rem .4rem .3rem .4rem;
    overflow-y: auto;
    border-radius: 0 0 .15rem .15rem;
}

.mod-con::-webkit-scrollbar {
    width: .1rem;
    /* height:0*/
}

.mod-con p {
    white-space: normal;
    word-break: break-all;
}

.mod-con2 p {
    white-space: normal;
    word-break: break-all;
}

.mod-btn {
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 0 0 .15rem .15rem;
    overflow: hidden;
}

.mod-a {
    width: 100%;
    display: inline-block;
    height: .7rem;
    line-height: .7rem;
    background: #ee1b34;
    text-align: center;
    font-weight: bold;
    font-size: .3rem;
    color: #fff;
    border-radius: .15rem;
}

.mod-half-a {
    width: 40%;
    display: inline-block;
    height: .9rem;
    line-height: .45rem;
    background: #52adfd;
    text-align: center;
    font-weight: bold;
    font-size: .3rem;
    color: #fff;
    border-radius: .15rem;
    float: left;
    margin-left: .2rem;
}

.mod-half-left {
    float: left;
    margin-left: .6rem;
}

.mod-half-right {
    float: right;
    margin-right: .3rem;
}

.mod-yes {
    width: 3.6rem;
    background: #ee1b34;
    color: #fff;
    border: .01rem solid transparent;
    border-radius: .1rem;
    margin: .1rem .1rem;
}

.mod-no {
    width: auto;
    background-color: #eff9ff;
    color: #999;
    border-radius: .1rem;
    margin: .1rem .1rem;
}

.mod-g {
    background: #d2d2d2;
    color: #fff;
}

.mod-area4 {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index: 99;
    top: 30%;
    background: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.mod-area5 {
    position: relative;
    width: 7rem;
    margin: 0 auto;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    background: #fff;
    border-radius: .15rem;
    overflow: hidden;
    border: .04rem solid #fff;
}

.mod-tit4 {}

.mod-tit4>img {
    width: 100%;
}

.mod-close {
    float: right;
    margin-right: .3rem;
    margin-top: -.8rem;
}

.mod-close img {
    width: .3rem;
}

.panel1-body {
    width: 80%;
    height: 15%;
    left: 10%;
    top: 7.6rem;
}

.panel-account {
    text-align: center;
    font-weight: 700;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.index,
.welcome {
    background: #FF8479;
    min-height: 100vh;
}

.shadowBox {
    border-radius: .2rem;
    box-shadow: 0 0 10px #f0f0f0;
    -webkit-box-shadow: 0 0 10px #f0f0f0;
}

.conBox {
    padding: 0rem .2rem 0rem .2rem;
}

.busBox {
    background: #fff;
    border: .08rem solid #ee1b34;
    border-radius: .2rem;
    padding: .3rem .4rem;
    box-shadow: 0.05rem 0.05rem 0px #d71838;
    margin-top: 0.30rem;
}

.bus-name {
    font-size: .32rem;
    color: #ee1b34;
    line-height: .42rem;
    padding-right: .42rem;
    background: url(../images/now-sel2.png) no-repeat right center;
    background-size: .41rem .41rem;
    font-weight: bold
}

.startBox img {
    width: .31rem;
}

.startBox div.fz30 {
    width: 94%;
    line-height: .32rem;
}

.startBox:last-child {
    margin-bottom: 0;
}

.inp {
    max-width: 60%;
    height: .9rem;
    margin-left: .3rem;
    border: none;
    background-color: #ffffff00;
    font-size: .26rem;
}

.clear {
    width: .35rem;
    height: .35rem;
    right: .2rem;
    background: url(../images/clear.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.clear2 {
    right: 2.5rem;
}

.getNum {
    width: 1.7rem;
    height: .85rem;
    top: .95rem;
    line-height: .85rem;
    border: none;
    border-radius: .1rem;
    font-size: .28rem;
    color: #fff;
    background: #e63023;
    right: .15rem;
}

.footBtn,
.modBtn {
    width: 100%;
    line-height: .8rem;
    border-radius: .15rem;
    background: #ee1b34;
}

/* .selCartBox {
    left: 17.5%;
    width: 60%;
} */

.selCartBox label {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.selCart[type="checkbox"] {
    width: .28rem;
    height: .285rem;
    line-height: .26rem;
    background: url(../images/scdx/unset.png);
    -webkit-appearance: none;
    border-radius: .03rem;
    outline: none;
    vertical-align: middle;
    margin-left: -.5rem;
    margin-top: -.07rem;
}

.selCart[type="checkbox"]:checked {
    border: none;
    background: url(../images/scdx/set.png) no-repeat center;
    background-size: 100% 100%;
}

.tab-ul {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: .2rem;
}

.tab-ul li {
    line-height: .65rem;
    color: #333;
    font-weight: 600;
}

.tab-ul li span {
    width: 1.32rem;
    height: .07rem;
    border-radius: .05rem;
    background: #ee1b34;
    bottom: 0;
    display: none;
}

.tab-ul li.active {
    color: #ee1b34;
}

.tab-ul li.active span {
    display: block;
}

.smBox {
    padding: .3rem .25rem;
    border-radius: .15rem;
    background: #fff;
    font-weight: normal;
}

.img-close {
    width: .44rem;
    height: .44rem;
    margin: 0 auto;
}

.close-box {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 150%);
}

.scroll-area {
    max-height: 30vh;
    overflow-y: auto;
    padding: .3rem .4rem .3rem .4rem;
}

.mod-btn-box {
    padding: .3rem .4rem 0;
}

.succ-img {
    width: 1.3rem;
    margin-top: 2rem;
}

.returnBtn {
    width: 3.3rem;
    height: .65rem;
    line-height: .65rem;
    background: #ee1b34;
    border-radius: .15rem;
}

.sx-img {
    width: .35rem;
    vertical-align: middle;
    margin-right: .1rem;
    margin-top: -.05rem;
}

.out-btn {
    width: 100%;
    bottom: -.9rem;
}

.pre-txt {
    color: #666;
}

.pre-txt strong {
    color: #333;
}

.pre-txt strong.big {
    font-size: .28rem;
}

.my-tab td {
    padding: .2rem .1rem;
}

.w15 {
    width: 15%;
}

.date-box {
    font-size: .26rem;
    line-height: 2;
}

.user .yy {
    padding: 0.3rem 0;
    line-height: 2;
    color: #333;
}

.m-b-30 {
    margin-bottom: 0.3rem;
}

.sub-content {
    text-indent: 2em;
    line-height: 1.5;
}

.sub-content span {
    color: #333;
    font-weight: bold;
}

.zz {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300%;
    background-color: rgba(0, 0, 0, 90%);
    display: none;
}

.btn-g {
    background: #c0c0c0;
    color: #fff;
    box-shadow: none;
}

.wcl0 {
    margin-top: 1.5rem;
}

.img-cjwt {
    width: 7.3rem;
    height: 16.68rem;
    margin: 0 auto;
}

.img-footer {
    width: 7.3rem;
    height: 5.376rem;
    margin: .1rem 0 0 0;
}

.ing {
    position: absolute;
    z-index: 2;
    width: 2.3rem;
    top: .4rem;
    left: 2.5rem;
    background-color: #fff !important;
    border-radius: .2rem;
}

.ing img {
    width: 100%;
    margin-top: .25rem;
}

.ing span {
    font-size: .2rem;
    position: absolute;
    left: .6rem;
    bottom: .1rem;
}

.ts-p {
    margin: .15rem;
    padding: .25rem;
    background-color: #ddecff;
    border-radius: .15rem;
    font-size: .24rem;
    white-space: pre-wrap;
}

.mod-half-box {
    width: 100%;
    height: 1.2rem;
    background-color: #fff;
    padding-top: .1rem;
    border-radius: .15rem;
    display: flex;
    justify-content: center;
}

.mod-succ {
    width: 100%;
    display: inline-block;
    height: .7rem;
    line-height: .7rem;
    background-color: #0a8ddf;
    text-align: center;
    font-weight: bold;
    font-size: .35rem;
    color: #fff;
}

.mod-succ-close {
    margin-top: .65rem
}

.box-content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    border-bottom: 1px solid #8080807a;
    font-size: .28rem;
}

.content-title {
    width: 100%;
    height: .75rem;
    padding-left: 2.6rem;
    font-weight: bold;
    color: #333;
    padding-right: .25rem;
    border: none;
    border-radius: 0.15rem;
    background-color: #fff;
    font-size: .26rem;
    -webkit-appearance: none;
    appearance: none;
}

.content-text {
    top: .2rem;
    left: .2rem;
    font-size: .28rem;
}

.line_input_text_adress {
    height: .75rem;
    border: none;
    width: 100%;
}

.line_input_text_adress::placeholder {
    color: #000;
    float: right;
}

.box-content-area {
    width: 90%;
    margin-left: 5%;
    margin-top: -.22rem;
}

.prompt {
    width: 90%;
    margin: .3rem auto .2rem;
    background: #f8752e;
    text-align: center;
    border-radius: .4rem;
    height: .8rem;
    line-height: .8rem;
    color: white;
    font-size: .3rem;
}

.prompt-btn {
    width: 56%;
    margin-left: 22%;
    margin-top: .3rem;
    margin-bottom: -0.1rem;
}

.agreement-area {
    width: 90%;
    left: 5%;
    top: 40.5rem;
}

.agreement-tit {
    text-align: center;
    font-size: .44rem;
    font-weight: 1000;
    margin-bottom: .2rem;
}

.panel1-btn {
    width: 70%;
    height: 6.5%;
    left: 15%;
    top: 10.85rem;
}

.panel1-btn-cancel {
    height: 28%;
    top: .15rem;
    left: .85rem;
}

.panel1-btn-success {
    height: 75%;
    left: 2.8rem;
    top: -.1rem;
}

.panel1-table {
    width: 100%;
    border-collapse: collapse;
}

.panel1-table th,
.panel1-table td {
    border: 1px solid #000;
    padding-bottom: .1rem;
    text-align: center;
    vertical-align: center;
}

.no-scroll {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ing {
    position: fixed;
    z-index: 2;
    width: 2.3rem;
    top: 30%;
    left: 2.5rem;
    background-color: #fff;
    border-radius: .2rem;
    display: none;
}

.ing img {
    width: 100%;
    margin-top: .25rem;
}

.ing span {
    font-size: .2rem;
    position: absolute;
    left: .6rem;
    bottom: .1rem;
}

.vsCode {
    margin-top: .35rem;
}

.panel2-body {
    width: 90%;
    left: 5%;
    height: 8rem;
    border: solid 1px rgba(0, 0, 0, .2);
    overflow: auto;
}

.mod-area5-img {
    width: 90%;
    margin-left: 5%;
    margin-top: .35rem;
    margin-bottom: .2rem;
}

.mod-area5-close {
    width: .3rem;
    right: .2rem;
    top: .15rem;
}

.mod-success,
.mod-cancel {
    line-height: .9rem;
}

.information-box {
    width: 100%;
}

.getCode {
    color: #f8752e;
    width: 1.6rem;
    height: .9rem;
    line-height: .9rem;
    right: .2rem;
    text-align: center;
}

.goOrder {
    width: 60%;
    left: 20%;
    top: -2.2rem;
}

.last-bg {
    width: 100%;
    /* margin-left: 4%; */
    padding-bottom: 4rem;
}

/* .inp-vsc {
    display: none;
} */

.check {
    margin-top: .15rem;
    text-align: center;
    vertical-align: middle;
    line-height: .5rem;
}

.bg_box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.input-content {
    position: fixed;
    bottom: -.8rem;
    left: 50%;
    right: 0;
    width: 100%;
    background-color: white;
    border-radius: 30px 30px 0 0;
    padding: .2rem 0 1rem;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); */
    border: 5px solid #FF8E7E;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
    z-index: 10;
    max-width: 7.5rem;
    transform: translateX(-50%);
}

.input_bg {
    width: 100%;
}

.danger_bg {
    width: 6rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.danger_btn {
    width: 5rem;
    left: 50%;
    transform: translateX(-50%);
    top: 55%;
}

.success-content {
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
    max-width: 7.5rem;
}

.success-content .success_bg {
    width: 100%;
}

.success-content .title {
    position: absolute;
    top: 48%;
    left: 20%;
    width: 60%;
    text-align: center;
    font-size: .28rem;
}

.success-content .txt {
    position: absolute;
    top: 54%;
    left: 15%;
    width: 70%;
    font-size: .26rem;
    background: linear-gradient(to right, #FF5958, #FFC755);
    padding: .3rem .2rem;
    color: white;
    border-radius: .2rem;
    white-space: pre-line;
}

.success-content .success_btn {
    position: absolute;
    bottom: .7rem;
    left: 25%;
    width: 51%;
    height: 1rem;
    line-height: .9rem;
    text-align: center;
    font-size: .38rem;
    background: linea;
    color: white;
}

.term {
    display: flex;
    align-items: center;
    justify-content: center;
}

.term .a {
    width: 23px;
    height: 23px;
    display: block;
    background: url(../images/ico_a_radio1.png) no-repeat center;
    background-size: 70%;
}

.term .on {
    background: url(../images/ico_a_radio2.png) no-repeat center;
    background-size: 70%;
}

/* 倒计时禁用状态样式 */
#checkOrderClick.countdown-disabled {
    background-color: #d2d2d2 !important;
    color: #fff !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* 正常状态（蓝色） */
#checkOrderClick:not(.countdown-disabled) {
    background-color: #52adfd !important;
    color: #fff !important;
}

.toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    padding: .24rem .34rem !important;
    font-size: .3rem !important;
    border-radius: .16rem;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    max-width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 9999;
    top: 50%;
}

.toast.show {
    opacity: 1;
    top: 50%;
}