:root {
    --blur: #409EFF;
    --tran50: translate(-50%);
    --tran100: translate(-50%, -50%)
}

body {
    margin: 0;
    padding: 0;
    font-size: 50px;
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
    position: relative;
}

@media screen and (min-width:750px) {
    body {
        font-size: 100px;
        max-width: 7.5em;
    }

    .page,
    .header,
    #editBox,
    .box-bg,
    #pay .footer,
    #eCardBox,
    #eTicketBox,
    #eCardBox::after,
    #eTicketBox::after,
    #visit .btn-detail,
    #imageBox,
    #imageBox::after,
    #uploadBox,
    #visit .foot {
        max-width: 7.5em;
    }

    #visit .btn-sub,
    .box {
        max-width: 7.2em
    }
}

@media screen and (min-width:480px) and(max-width:750px) {
    body {
        font-size: 75px;
    }
}

.page {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100vh;
}

* {
    outline: none;
    box-sizing: border-box;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

i {
    font-style: normal;
}

.header {
    width: 100%;
    height: 0.8em;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-bottom: solid 1px #f1f1f1;
    z-index: 100;
    display: flex;
    justify-content: space-between;
}

.header .bk {
    width: 12%;
    height: 0.8em;
    line-height: 0.8em;
    flex-shrink: 0;
    cursor: pointer;
}

.header .bk i {
    display: block;
    height: 0.44em;
    width: 0.44em;
    background-size: 0.44em 0.44em;
    background-image: url(../../../images/pay/icon_back.png);
    margin-top: 0.22em;
    margin-left: 0.3em;
}

.header .topurl {
    flex: 1;
    height: 0.8em;
    text-align: center;
    line-height: 0.8em;
}

.header .topurl span {
    display: inline-block;
    width: 100%;
    font-size: 0.32em;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .btns {
    width: 12%;
    flex-shrink: 0;
    padding-right: 0.1em;
    cursor: pointer;
}

i {
    font-style: normal;
}

.header #headerMy {
    background-image: url(https://h5.chinaxinge.com/images/my.png);
    background-size: 0.32em 0.34em;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
}

#list,
#visit,
#pay,
#pList,
#detail,
#payok,
#scenePay {
    width: 100%;
    overflow: hidden;
    margin-top: 0.9em;
}

#pay {
    padding-bottom: 1.6em;
    margin-top: 0.8em
}

#visit {
    padding-bottom: 1.2em;
}

.grey {
    color: #999 !important;
}

.red {
    color: #E22020 !important
}

.blue {
    color: #3776D6 !important;
}

#list .card,
#visit .card,
#visit .card2,
#detail .card {
    width: calc(100% - 0.3em);
    margin: 0.15em auto;
    background-color: #fff;
    border-radius: 0.05em;
    overflow: hidden;
    position: relative;
    padding: 0.2em;
}

#list .no-data {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#list .no-data .img {
    width: 3.77em;
    height: 2.21em;
    background-image: url(https://h5.chinaxinge.com/images/content_nothing.png);
    background-size: 100% 100%;
    margin: 0.5em auto;
}

#list .no-data .txt {
    font-size: 0.3em;
    color: #606266;
}

#list .tag {
    width: 1.64em;
    height: 0.52em;
    background-image: url(../../../images/pay/icon_ing.png);
    position: absolute;
    right: 0;
    top: 0;
    background-size: 100% 100%;
}

#list .card .title,
#visit .card .title,
#visit .card2 .title {
    width: 100%;
    display: flex;
    justify-content: start;
    padding: 0.1em 0;
}

#list .card .title {
    padding: 0.2em 0;
    margin-top: 0.1em
}

#list .card .title span,
#visit .card .title span,
#visit .card2 .title span {
    font-size: 0.34em;
}

#list .card .content,
#visit .card .content {
    width: 100%;
    margin: 0.2em auto;
    background-color: #F6F8F9;
    border-radius: 4px;
    padding: 0.2em;
    display: flex;
    flex-direction: column;
    position: relative;
}

#list .card .content .pay-st {
    position: absolute;
    top: 50%;
    right: 0.2em;
    transform: translate(0, -50%);
    border: solid 0.7px var(--blur);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blur);
    background-color: #fff;
    padding: 0.1em 0.2em 0.05em 0.2em;
}

#list .card .content .pay-no {
    color: #f00;
    border: solid 0.7px #f00;
}

#list .card .content .pay-wait {
    color: #f00;
    border: solid 0.7px #f00;
}

#list .card .content .pay-some {
    color: #F56C6C;
    border: solid 0.7px #F56C6C;
}

#list .card .content .pay-st span {
    font-size: 0.28em;
}

#list .card .content p,
#visit .card .content p {
    font-size: 0.3em;
    padding: 10px 0;
    margin: 0;
    color: #222;
}

#list .card .btn-pay {
    width: 100%;
    margin: 0.2em auto;
    height: 0.96em;
    background-color: var(--blur);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#list .card .btn-pay span {
    font-size: 0.32em;
}

#list .card .btn-look,
#list .card .btn-ewm {
    width: 100%;
    margin: 0.2em auto;
    height: 0.96em;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blur);
    border: solid 1px var(--blur);
}

#list .card .btn-look span,
#list .card .btn-ewm span {
    font-size: 0.32em;
}

#loginBox {
    width: 6.5em;
    height: 4em;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 0.05em;
    z-index: 99;
}

#loginBox .close {
    width: 0.44em;
    height: 0.44em;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../../../images/pay/btn_close.png);
    background-size: 0.28em 0.28em;
    background-repeat: no-repeat;
    background-position: center center;
}

#loginBox .title {
    width: 100%;
    padding: 0.6em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginBox .title span {
    font-size: 0.4em;
}

#loginBox .content {
    width: 100%;
    display: flex;
    justify-content: center;
}

#loginBox .content span {
    font-size: .34em
}

#loginBox .content i {
    color: #E22020;
    font-style: normal;
}

#loginBox .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.6em auto;
}

#loginBox .btns .btn-back,
#loginBox .btns .btn-login {
    width: 2.64em;
    height: 0.92em;
    border: solid 1px #C2C2C2;
    border-radius: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

#loginBox .btns .btn-login {
    background-color: var(--blur);
    border: solid 1px var(--blur);
    color: #fff;
    margin-left: 0.2em;
}

#loginBox .btns .btn-back span {
    font-size: 0.32em;
}

#loginBox .btns .btn-login span {
    font-size: 0.32em;
}

#visit .card .tab {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#visit .card .tab .btn-loginOut {
    width: 0.88em;
    height: 0.40em;
    position: absolute;
    top: 0.1em;
    right: 0;
    border: solid 1px #4189F6;
    color: #4189F6;
    border-radius: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#visit .card .tab .btn-loginOut span {
    font-size: 0.28em;
}

#visit .card .tab ul {
    display: flex;
    justify-content: start;
    padding: 0.1em 0;
    align-items: center;
}

#visit .card .tab ul li {
    display: flex;
    justify-content: start;
}

#visit .card .tab ul li span {
    font-size: 0.3em;
}

#visit .card2 .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3em auto;
}

#visit .card2 .btns div {
    width: 32%;
    border: solid 1px #F1F2F4;
    background-color: #F1F2F4;
    height: 0.76em;
    border-radius: 0.38em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#visit .card2 .btns .active {
    color: var(--blur);
    border: solid 1px var(--blur)
}

#visit .card2 .btns div span {
    font-size: 0.3em;
}

#visit .card2 .tab {
    width: 100%;
    border: solid 1px #BECDEA;
    margin: 0.2em auto;
}

#visit .card2 .tab ul {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: solid 1px #BECDEA;
}

#visit .card2 .tab .th {
    background-color: #F8FAFF;
}

#visit .card2 .tab ul:last-child {
    border: none;
}

#visit .card2 .tab ul li {
    display: flex;
    justify-content: center;
    align-self: center;
    width: 50%;
    padding: 0.1em 0;
}

#visit .card2 .tab ul li:first-child {
    border-right: solid 1px #BECDEA;
}

#visit .card2 .tab span {
    font-size: 0.3em;
}

#visit .btn-sub {
    width: calc(100% - 0.3em);
    height: 0.96em;
    position: fixed;
    left: 50%;
    bottom: 0.1em;
    background-color: var(--blur);
    color: #fff;
    transform: var(--tran50);
    border-radius: 0.05em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#visit .btn-sub span {
    font-size: 0.32em;
}

#pay .top {
    width: 100%;
    padding: 0.3em 0;
    background-image: url(/images/pay/bg_pay.png);
    position: absolute;
    z-index: -1;
    height: 3.2em;
    background-size: 100% 100%
}

#pay .top .title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.05em;
}

#pay .top .title span {
    font-size: 0.34em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pay .top .title span font {
    font-size: 1.3em;
    font-weight: bold;
}

#pay .top .title span i {
    width: 1em;
    height: 1em;
    margin-right: 0.1em;
    font-style: normal
}

#pay .top .title span i img {
    width: 100%;
    height: 100%
}

#pay .top .stitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15em 0;
    width: 90%;
    margin: 0 auto
}

#pay .top .stitle span {
    font-size: 0.34em;
    font-weight: bold;
}

#pay .top .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.15em 0;
}

#pay .top .content span {
    font-size: 0.3em;
    color: #454E65;
}

#pay .card,
#scenePay .card {
    width: calc(100% - 0.3em);
    margin: 0.2em auto;
    background-color: #fff;
    border-radius: 0.1em;
    padding: 0.3em;
}

#pay .card {
    margin-top: 2.2em
}

#pay .card .tab,
#scenePay .card .tab {
    width: 100%;
}

#pay .card .tab ul,
#scenePay .card .tab ul {
    display: flex;
    justify-content: start;
    padding: 0.2em 0;
}

#pay .card .tab ul:nth-child(2n+1),
#scenePay .card .tab ul:nth-child(2n+1) {
    background-color: #FAFCFF;
}

#pay .card .tab ul li,
#scenePay .card .tab ul li {
    display: flex;
}

#pay .card .tab ul li:first-child,
#scenePay .card .tab ul li:first-child {
    width: 35%;
    justify-content: flex-end;
}

#pay .card .tab ul li span,
#scenePay .card .tab ul li span {
    font-size: 0.32em;
}

#pay .card .tab ul li:first-child span,
#scenePay .card .tab ul li:first-child span {
    font-size: 0.32em;
}

#pay .main {
    width: calc(100% - 0.3em);
    margin: 0.2em auto;
    background-color: #fff;
    border-radius: 0.1em;
    padding: 0.2em;
}

#pay .main .title {
    display: flex;
    justify-content: start;
}

#pay .main .title span {
    font-size: 0.34em;
    font-weight: bold;
}

#pay .main .tab {
    width: 100%;
    border: solid 1px #BECDEA;
    margin: 0.2em auto;
}

#pay .main .tab ul {
    border-top: solid 1px #BECDEA;
    display: flex;
}

#pay .main .tab .th {
    background-color: #FAFAFA
}

#pay .main .tab ul:first-child {
    border-top: none;
}

#pay .main .tab th {
    background-color: #F8FAFF;
    color: #021F50;
}

#pay .main .tab ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1em 0;
    width: 50%;
}

#pay .main .tab ul li:first-child {
    border-right: solid 1px #BECDEA;
}

#pay .main .tab ul li span {
    font-size: 0.3em;
}

#pay .main .label {
    width: 100%;
    padding: 0.15em 0;
    display: flex;
}

#pay .main .label span {
    font-size: 0.34em;
}

#pay .main .user {
    background-color: #FAFAFA;
    border-radius: 0.1em;
    padding: 0.1em
}

#pay .main .user .user-item {
    display: flex;
    justify-content: start;
    align-items: center;
}

#pay .main .user .icon {
    width: 0.4em;
    height: 0.4em;
    margin-left: 0.2em;
    background-image: url(https://h5.chinaxinge.com/images/my.png);
    background-size: 0.32em 0.34em;
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
}

#pay .main .user .user-item .name {
    flex: 1;
    display: flex;
    padding-left: 0.2em;
    align-items: center;
}

#pay .main .user .user-item .name i {
    font-size: 0.28em;
    margin-left: 0.5em;
    color: #888888;
}

#pay .main .user .user-item .name span {
    font-size: .32em
}

#pay .main .user .user-item .btn {
    width: 0.88em;
    height: 0.40em;
    border: solid 1px #b1b1b1;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2em;
    cursor: pointer;
    margin: 0.2em;
}

#pay .main .user .user-item .btn span {
    font-size: 0.28em;
}

#pay .user-money {
    padding: 0.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888
}

#pay .user-money span {
    font-size: 0.3em
}

#pay .main .tag,
#detail .tag {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0.25em 0;
}

#pay .footer {
    width: 100%;
    height: 1.6em;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: var(--tran50);
    background-color: #fff
}

#pay .footer .agreement {
    width: 100%;
    height: 0.6em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pay .footer .agreement .checkbox {
    width: 0.3em;
    height: 0.3em;
    margin-right: 0.1em;
    background-image: url(/images/pay/icon_uncheck.png);
    background-size: 100% 100%
}

#pay .footer .agreement .active {
    background-image: url(/images/pay/icon_checked.png);
}

#pay .footer .agreement .checkbox span {
    font-size: 0.3em
}

#pay .footer .agreement .text {
    display: flex;
    justify-content: center;
    align-items: center;
}

#pay .footer .agreement .text span {
    font-size: 0.24em;
    color: #888
}

#detail .tag {
    width: calc(100% - 0.3em);
    margin: 0 auto
}

#pay .main .tag span,
#detail .tag span {
    font-size: 0.3em;
}

#pay .footer .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1em;
}

#pay .main .btn-onLine {
    width: calc(50% - 0.2em);
    height: 0.8em;
    background-color: var(--blur);
    border-radius: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin: 0.1em;
}

#pay .main .btn-onLine span {
    font-size: 0.32em;
}

/* #pay .main .btn-underLine {
    width: calc(50% - 0.2em);
    height: 0.8em;
    background-color: #fff;
    border-radius: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blur);
    cursor: pointer;
    border: solid 1px var(--blur);
    margin: 0.1em auto;
} */

#pay .main .btn-underLine {
    width: calc(50% - 0.2em);
    height: 0.8em;
    background-color: var(--blur);
    border-radius: 0.4em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin: 0.1em;
}

#pay .main .btn-underLine span {
    font-size: 0.32em;
}

#pay .main .btn-underLine span font {
    font-size: 0.8em;
}

#pay .main .btn-my {
    width: 100%;
    height: 0.96em;
    background-color: #fff;
    border-radius: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #666;
    cursor: pointer;
    border: solid 1px #dcdcdc;
    margin: 0.2em auto;
}

#pay .main .btn-my span {
    font-size: 0.32em;
}

#eCardBox,
#eTicketBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    display: none;
}

#eCardBox::after,
#eTicketBox::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    transform: translate(-50%, -50%);
}

#eCardBox .box,
#eTicketBox .box {
    width: calc(100% - 0.3em);
    height: calc(100% - 2em);
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    overflow: auto;
    border-radius: 0.1em;
}

#eCardBox .box table {
    width: 5.5em;
    margin: 0.2em auto;
    background-color: #000;
}

#eCardBox .box td {
    font-size: 0.14em;
    background-color: #fff;
    text-align: center;
}

#eCardBox .box .card-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#eCardBox .box .card-flex div {
    font-size: 1.5em;
}

#eCardBox .box .card-flex .card-title {
    flex: 1;
}

#eCardBox .box .card-ewm {
    width: 6em;
    height: 6em;
    margin: 1em;
}

#eCardBox .btns,
#eTicketBox .btns {
    width: 5.5em;
    height: 0.8em;
    margin: 0.2em auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#eCardBox .btn-down,
#eTicketBox .btn-down {
    background-color: var(--blur);
    color: #fff;
    border-radius: 0.1em;
    width: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8em;
}

#eCardBox .btn-close,
#eTicketBox .btn-close {
    background-color: #fff;
    color: var(--blur);
    border-radius: 0.1em;
    width: 1.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.8em;
    border: solid 1px var(--blur);
}

#eCardBox .btn-down span,
#eCardBox .btn-close span,
#eTicketBox .btn-down span,
#eTicketBox .btn-close span {
    font-size: 0.32em;
}

#eTicketBox .box {
    height: 7em;
}

#eTicketBox #eTicket {
    width: 6em;
    margin: 0.2em auto;
    border: solid 1px #333;
    padding-bottom: 0.2em;
}

#eTicketBox #eTicket .head {
    padding: 0.1em 0;
}

#eTicketBox #eTicket .head .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #CC3232;
    font-weight: bold;
    padding: 0.1em 0;
    position: relative;
}

#eTicketBox #eTicket .head .title::after {
    content: '';
    width: 3em;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-bottom: 3px #999 double;
    transform: var(--tran50);
}

#eTicketBox #eTicket .head .title span {
    font-size: 0.36em;
    letter-spacing: 0.8em;
    padding-left: 0.4em;
}

#eTicketBox #eTicket .head .stitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1em 0;
}

#eTicketBox #eTicket .head .stitle span {
    font-size: 0.14em;
}

#eTicketBox #eTicket .head ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    padding-top: 0.1em;
}

#eTicketBox #eTicket .head ul li {
    display: flex;
}

#eTicketBox #eTicket .head ul span {
    font-size: 0.14em;
}

#eTicketBox #eTicket .tab {
    width: 90%;
    border: solid 1px #333;
    margin: 0 auto;
}

#eTicketBox #eTicket .tab ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: start;
    align-items: center;
}

#eTicketBox #eTicket .tab ul .tdk {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1em;
}

#eTicketBox #eTicket .tab ul .tdv {
    display: flex;
    justify-content: start;
    padding: 0.1em;
    border-bottom: solid 0.5px #333;
    flex-direction: column;
    flex: 1;
}

#eTicketBox #eTicket .tab ul .tdv div {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0.05em 0;
}

#eTicketBox #eTicket .tab ul .tdk span,
#eTicketBox #eTicket .tab ul .tdv span {
    font-size: 0.14em;
}

#eTicketBox #eTicket .tab .tab-tips {
    width: 90%;
    margin: 0 auto;
    padding: 0.1em;
    display: flex;
    justify-content: flex-end;
}

#eTicketBox #eTicket .tab .tab-tips span {
    font-size: .14em
}

#pList .top {
    width: calc(100% - 0.3em);
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.2em;
    padding: 0.3em;
}

#pList .top .title {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

#pList .top .title span {
    font-size: 0.44em;
    font-weight: bold;
}

#pList .top .title span i {
    font-weight: normal;
    font-size: 0.6em;
    margin-left: 0.5em;
    border: solid 1px #ff5c0c;
    padding: 2px 5px;
    border-radius: 4px;
    color: #ff5c0c;
    display: inline-block;
    margin-bottom: 2px;
    vertical-align: middle
}

#pList .top .title span .un {
    border: solid 1px #ddd;
    color: #999
}

#pList .top .deadline {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 0.2em;
}

#pList .top .deadline span {
    font-size: 0.28em;
    color: #888888
}

#pList .top .about {
    width: 100%;
    padding: 0.1em;
    background-color: #F8FAFF;
    margin-top: 0.2em;
    border-radius: 0.1em;
    height: 1.7em;
    overflow: hidden;
    position: relative;
}

#pList .top .about span {
    font-size: 0.28em;
    color: #111;
    line-height: 180%;
}

#pList .top .about .about-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1.2em;
    height: 0.7em;
    text-align: center;
    line-height: 0.4em;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #F8FAFF;
    padding-right: 0.2em;
}

#pList .top .about .about-btn span {
    font-size: 0.24em;
    color: var(--blur);
}

#pList .top .about .about-btn .about-svg {
    filter: brightness(0) saturate(100%) invert(45%) sepia(98%) saturate(1493%) hue-rotate(197deg) brightness(98%) contrast(96%);
    width: 0.24em;
    height: 0.24em;
    margin-left: 0.1em;
}


#pList .payflag {
    width: calc(100% - 0.3em);
    background-color: #fff;
    margin: 0.2em auto;
    border-radius: 0.2em;
    padding-bottom: 0.1em;
}

#pList .payflag__title {
    width: 100%;
    height: 0.8em;
    text-align: left;
    line-height: 0.8em;
    padding-left: 0.2em;
}

#pList .payflag__title span {
    font-size: 0.4em;
    font-weight: bold;
}

#pList .payflag__menu {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

#pList .payflag__menuitem {
    width: 50%;
    height: 0.8em;
    text-align: center;
    line-height: 0.8em;
    cursor: pointer;
}

#pList .payflag__menuitem.active {
    font-weight: bold;
}

#pList .payflag__menuitem span {
    font-size: 0.3em;
}

#pList .payflag__underline {
    width: 0.6em;
    height: 0.06em;
    background-color: var(--blur);
    position: absolute;
    bottom: 0px;
    left: calc(25% - 0.3em);
    border-radius: 0.03em;
}

#pList .payflag__card {
    width: calc(100% - 0.6em);
    margin: 0.3em;
}

#pList .payflag__row {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 0.8em;
    width: calc(100% - 0.4em);
    margin: 0 auto;
    border-bottom: solid 0.5px #BECDEA;
}

#pList .payflag__row:last-child {
    border-bottom: none;
}

#pList .payflag__label {
    text-align: left;
    width: 1.6em;
    flex-shrink: 0;
}

#pList .payflag__label span {
    font-size: 0.3em;
    color: #222;
}

#pList .payflag__btn-copy {
    width: 0.9em;
    height: 0.5em;
    border-radius: 0.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blur);
    color: #fff;
    flex-shrink: 0;
}

#pList .payflag__btn-copy span {
    font-size: 0.28em;
}

#pList .payflag__value {
    text-align: left;
    flex: 1;
}

#pList .payflag__value span {
    font-size: 0.3em;
    color: #222;
}

#pList .payflag__card img {
    width: 60%;
    margin: 0 20%;
}

#pList .payflag__card-bank {
    border: solid 0.5px #BECDEA;
}

#pList .search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: #F5F5F5;
    width: 3.64em;
    height: 0.68em;
    border-radius: 0.34em;
    overflow: hidden
}

#pList .search .kwd {
    height: 0.68em;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

#pList .search .kwd input {
    width: 100%;
    font-size: 0.32em;
    background: none;
    border: none;
    text-align: center
}

#pList .search .btn-search {
    width: 0.68em;
    height: 0.68em;
    color: #fff;
    background-image: url(/images/pay/icon_search.png);
    background-size: 0.32em 0.32em;
    background-position: center center;
    background-repeat: no-repeat
}

#pList .search .btn-search span {
    font-size: 0.32em;
}

#pList .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2em;
}

#pList .btns .btn-pay,
#pList .btns .btn-list {
    width: calc(50% - 0.15em);
    background-color: var(--blur);
    height: 0.88em;
    border-radius: 0.44em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#pList .btns .btn-list {
    border: solid 1px var(--blur);
    background-color: #fff;
    color: var(--blur);
}

#pList .btns .btn-pay span,
#pList .btns .btn-list span {
    font-size: 0.32em;
}

#pList .btns .btn-un {
    background-color: #eee;
    color: #999
}

#pList .list {
    width: calc(100% - 0.3em);
    margin: 0.15em auto;
    background-color: #fff;
    border-radius: 0.2em;
    padding: 0.3em;
}

#pList .list .list-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#pList .list .list-nav .title {
    display: flex;
    justify-content: start;
    align-items: center;
}

#pList .list .list-nav .title span {
    font-size: 0.4em;
    font-weight: bold
}

#pList .tab {
    width: 100%;
    margin: 0.2em auto;
    overflow: auto;
    border: solid 1px #BECDEA;
}

#pList .tab ul {
    display: flex;
    justify-content: start;
    width: fit-content;
    border-top: solid 1px #BECDEA;
}

#pList .tab ul:first-child {
    border-top: none;
}

#pList .tab .th {
    background-color: #F8FAFF;
}

#pList .tab li {
    padding: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #BECDEA;
}

#pList .tab li:last-child {
    border: none;
}

#pList .tab li span {
    font-size: 0.3em;
}

#pList .tab ul .csbh {
    width: 1.5em;
    flex-shrink: 0;
}

#pList .tab ul .xm {
    width: 2.5em;
    flex-shrink: 0;
}

#pList .tab ul .dq {
    width: 2.5em;
    flex-shrink: 0;
}

#pList .tab ul .zh {
    width: 3em;
    flex-shrink: 0;
}

#pList .tab ul .ys {
    width: 1em;
    flex-shrink: 0;
}

#pList .tab ul .csf {
    width: 1.5em;
    flex-shrink: 0;
}

#pList .tab ul .jf {
    width: 1.5em;
    flex-shrink: 0;
}

#pList .tab ul .ts {
    width: 1.5em;
    flex-shrink: 0;
}

#detail .card .title {
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: solid 0.5px #eee;
    padding: 0.1em;
}

#detail .card .title span {
    font-size: 0.34em;
    font-weight: bold;
}

#detail .card .info {
    padding: 0.05em 0;
}

#detail .card .info ul {
    display: flex;
    justify-content: start;
    align-items: center;
}

#detail .card .info ul li {
    display: flex;
    padding: 0.1em;
    justify-content: start;
    align-items: center;
}

#detail .card .info ul li:first-child {
    color: #888;
}

#detail .card .info ul li img {
    width: 1.4em;
    height: 1em
}

#detail .card .info ul li .btn-payimg {
    width: 1.2em;
    height: 0.54em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--blur);
    border-radius: 4px;
    margin-left: 0.2em;
    color: var(--blur);
}

#detail .card .info ul li:last-child {
    flex: 1;
    justify-content: flex-end;
}

#detail .card .info ul li span {
    font-size: 0.3em;
}

#detail .card .tab {
    width: 100%;
    margin: 0.2em auto;
    overflow: auto;
    border: solid 1px #BECDEA;
}

#detail .card .tab ul {
    width: 100%;
    display: flex;
    justify-content: start;
    border-top: solid 1px #BECDEA;
}

#detail .card .tab ul:first-child {
    border-top: none;
}

#detail .card .tab .th {
    background-color: #F8FAFF;
}

#detail .card .tab li {
    padding: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: solid 1px #BECDEA;
    width: 50%;
}

#detail .card .tab li:last-child {
    border: none;
}

#detail .card .tab li span {
    font-size: 0.3em;
}

#payok .img {
    background-image: url('../../../images/pay/payok.png');
    width: 4.2em;
    height: 2.98em;
    background-size: 100% 100%;
    margin: 0.5em auto;
    margin-top: 1em
}

#payok .title,
#payok .stitle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1em 0
}

#payok .title span {
    font-size: 0.34em;
    font-weight: bold
}

#payok .stitle span {
    font-size: 0.3em;
    color: #999
}

#payok .btn {
    width: 3.6em;
    height: 0.96em;
    margin: 0.5em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px var(--blur);
    color: var(--blur);
    border-radius: 0.48em
}

#payok .btn span {
    font-size: 0.32em
}

#page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.1em auto;
}

#page .page-first,
#page .page-pre,
#page .page-num,
#page .page-next,
#page .page-last {
    width: calc(20% - 0.1em);
    margin: 0.05em;
    border: solid 1px var(--blur);
    color: var(--blur);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.1em 0;
    border-radius: 0.1em;
    cursor: pointer;
}

#page .page-num {
    border: none;
    color: #333;
}

#page span {
    font-size: 0.3em;
}

#page .page-num span {
    font-size: 0.26em;
}

#eCardBox .box .card-flex .card-ewm canvas {
    width: 6em;
    height: 6em;
}

#visitEwm {
    width: 100%;
    margin: 0 auto;
    margin-top: 1.5em;
}

#visitEwm .ewm {
    width: 280px;
    height: 280px;
    border: solid 5px #ddd;
    margin: 0.5em auto;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

#visitEwm .ewm canvas {
    width: 256px;
    height: 256px;
}

#visitEwm .tags {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2em 0;
    width: 80%;
    margin: 0 auto;
    border: solid 1px #ddd;
    border-radius: 0.1em;
}

#visitEwm .tags span {
    font-size: 0.32em;
}

#scenePay .ifr {
    width: calc(100% - 0.3em);
    background-color: #fff;
    border-radius: 0.1em;
    margin: 0.15em auto;
    height: 4.5em;
}

#visit .btn-detail {
    width: calc(100% - 0.3em);
    margin: 0 auto;
    height: 0.96em;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blur);
    border: solid 1px var(--blur);
    position: fixed;
    bottom: 0.1em;
    left: 50%;
    transform: var(--tran50);
    background-color: #fff;
}

#visit .btn-detail span {
    font-size: 0.32em
}

#detail .btn-onLine {
    width: calc(100% - 0.3em);
    height: 0.96em;
    background-color: var(--blur);
    border-radius: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    margin: 0.2em auto;
}

#detail .btn-underLine {
    width: calc(100% - 0.3em);
    height: 0.96em;
    background-color: #fff;
    border-radius: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--blur);
    cursor: pointer;
    border: solid 1px var(--blur);
    margin: 0.2em auto;
}

#detail .btn-onLine span,
#detail .btn-underLine span {
    font-size: 0.32em
}

.nothing {
    margin: 1.5em auto;
    height: 5em;
    width: calc(100% - 1em);
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    line-height: 0.5em;
    flex-direction: column
}

.nothing span {
    font-size: 0.32em
}

.nothing a {
    color: #f00
}

.nothing .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
}

.nothing .btns .btn-login {
    width: 2.5em;
    height: 0.8em;
    background-color: #409EFF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.1em;
    cursor: pointer;
    margin-right: 0.1em;
}

.nothing .btns .btn-back {
    width: 2.5em;
    height: 0.8em;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #409EFF;
    border-radius: 0.1em;
    cursor: pointer;
    margin-left: 0.1em;
    border: solid 1px #409EFF;
    box-sizing: border-box;
}

#visitEwm .status {
    display: flex;
    justify-content: center;
    align-items: center;
}

#visitEwm .status span {
    font-size: 0.5em;
    font-weight: bold
}

#cardTable {
    position: relative
}

#eTicket {
    position: relative
}

.eSeal {
    position: absolute;
    bottom: 0.4em;
    left: 50%;
    width: 1em;
    height: 1em;
    margin-left: 1.7em;
}

.eSeal img {
    width: 100%;
    height: 100%
}

#eTicket .eSeal {
    margin-left: 1.5em;
}

#scenePay {
    padding-bottom: 1.2em;
}

#scenePay .btn-sub {
    width: calc(100% - 0.4em);
    margin: 0 auto;
    height: 1em;
    background-color: var(--blur);
    border-radius: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    position: fixed;
    bottom: 0.2em;
    left: 50%;
    transform: var(--tran50);
}

#scenePay .btn-sub span {
    font-size: 0.34em;
}

#imageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 99;
    transform: var(--tran50);
    display: none
}

#imageBox::after {
    content: '';
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 98;
    background-color: #000;
    opacity: 0.5;
    transform: var(--tran50);
}

#imageBox img {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: var(--tran100);
    max-width: 90%;
}

#uploadBox {
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    position: fixed;
    z-index: 99;
    transform: var(--tran50);
    display: none;
}

.box-bg {
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 50%;
    transform: var(--tran50);
    position: fixed;
    background-color: #000;
    opacity: 0.5;
}

.box {
    width: calc(100% - 0.4em);
    background-color: #fff;
    height: 2em;
    top: 50%;
    left: 50%;
    transform: var(--tran100);
    border-radius: 0.2em;
    overflow: hidden;
    z-index: 100;
    position: fixed;
}

.box-nav {
    height: 0.8em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--blur);
}

.box-title {
    display: flex;
    justify-content: start;
    align-items: center;
    flex: 1;
    padding-left: 0.2em;
}

.box-title span {
    color: #fff;
    font-size: 0.3em;
}

.box-close {
    width: 0.8em;
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-close span {
    cursor: pointer;
    color: #fff;
    font-size: 0.44em;
}

.box-main {
    width: 100%;
    padding: 0.2em 0;
}

.box-btns {
    height: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-confirm {
    width: 40%;
    margin: 0.2em 2%;
    border-radius: 4px;
    height: 0.8em;
    border: solid 1px var(--blur);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blur);
}

.box-cancel {
    width: 40%;
    margin: 0.2em 2%;
    border-radius: 4px;
    height: 0.8em;
    color: #909399;
    background: #f4f4f5;
    border: solid 1px #d3d4d6;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-sub {
    width: 80%;
    height: 0.8em;
    border-radius: 0.2em;
    margin: 0.2em auto;
    background-color: var(--blur);
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-confirm span {
    font-size: 0.34em;
}

.box-cancel span {
    font-size: 0.34em;
}

.box-sub span {
    font-size: 0.34em;
}

#uploadBox .box {
    height: 6em;
}

#uploadBox .box .box-main {
    height: 4.6em;
}

#visit .foot {
    width: 100%;
    height: 1.2em;
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: var(--tran50);
    background-color: #fff;
}

#visit .card2 .tab .tab-ul-more,
#pay .main .tab .tab-ul-more,
#detail .card .tab .tab-ul-more {
    display: none
}

#visit .card2 .title,
#pay .main .title,
#detail .card .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#visit .card2 .title .btn-more,
#pay .main .title .btn-more,
#detail .card .title .btn-more {
    display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/turnto_blue.png);
    background-size: 0.30em 0.30em;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 0.3em;
    margin-right: 0.1em
}

#visit .card2 .title .btn-more span,
#pay .main .title .btn-more span,
#detail .card .title .btn-more span {
    font-size: 0.24em;
    color: var(--blur)
}

#pay .card .tab ul {
    align-items: center;
}

.content-nothing {
    width: 100%;
    height: 300px;
    text-align: center;
    font-size: 15px;
    color: #999;
    background: url(/images/content_nothing.png) no-repeat center 50px;
    background-size: 283px 175px;
    padding-top: 250px;
    box-sizing: border-box;
}