@charset "UTF-8";
[v-cloak] {
    display: none;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
}
/*** 消除input元素 type="number" 时默认的 加减按钮*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*** 消除input元素 type="number" 时默认的 加减按钮---moz版*/
input[type=number] {
    -moz-appearance: textfield;
}

.van-cell:not(:last-child)::after {
    border: none;
}

.van-cell-padding {
    padding: 10px 0px 10px 3px;
}

.no-wrap-none {
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.no-wrap {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
}

.no-margin {
    margin: 0px 0px;
}

.no-padding {
    padding: 0px 0px;
}

.code-padding {
    padding: 10px 20px 10px 10px;
}

.padding-normal {
    padding: 10px;
}

/*基色调蓝色*/
.bgColor {
    background-color: #1989FA;
}

.row {
    display: flex;
    flex-direction: row;
}

.middle {
    position: absolute;
    top:0;
    z-index: 1000;
    width:100%;
    height:100vh;
    background:rgba(0,0,0,0.3);
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.column-none {
    display: flex;
    flex-direction: column;
}

/*锯齿形*/
.sawtooth {
    /* 相对定位，方便让before和after伪元素绝对定位偏移 */
    position: relative;
}

.sawtooth:before, .sawtooth:after {
    content: ' ';
    width: 0;
    height: 100%;
    /* 绝对定位进行偏移 */
    position: absolute;
    top: 0;
}

.sawtooth:before {
    /* 圆点型的border */
    border-right: 10px dotted white;
    /* 偏移一个半径，让圆点的一半覆盖div */
    left: -5px;
}

.sawtooth:after {
    /* 圆点型的border */
    border-left: 10px dotted white;
    /* 偏移一个半径，让圆点的一半覆盖div */
    right: -5px;
}

/*注册*/
.required {
    color: red;
    margin-right: 2px;
}

.blue {
    color: blue;
    margin-right: 2px;
}

.register-bg {
    background: url('/static/img/register-bg.jpg');
    height: 120px;
    background-size: cover;
}

/*.cap-bg {*/
    /*background: url('/static/img/bh_2.png');*/
    /*height: 120px;*/
    /*background-size: cover;*/
/*}*/

.border {
    border-bottom: 1px solid #e5e5e5;
}

.cty-select {
    width: 100%;
    border: none;
}

.cty-gry {
    color: gray;
    font-size: 12px;
    width: 100%;
    border: none;
}

.cty-opt-box {
    padding: 5px;
}

.cty-opt-box select {
    border: red;
}

.text-veticel {
    flex-flow: row;
    justify-items: center;
}

.flex-normal {
    display: flex;
}

.margin-left-small {
    margin-left: 10px;
}

.margin-top-small {
    margin-top: 5px;
}

.margin-top-mid {
    margin-top: 10px;
}

.label-normal {
    padding: 10px 15px;
    display: flex;
}

.btn-register {
    color: white;
    width: 98%;
    height: 50px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.cap-hr {
    width: 80%;
}

.no-list-tip {
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: gray;
}

/*优惠券*/
.list {
    margin: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.padding-none {
    padding: 0px 0px;
}

.width-left {
    width: 33%;
}

.flex-full {
    flex: 1;
}

.text-right {
    text-align: right;
    font-size: 0.85rem;
}

.text-center {
    text-align: center;
}

.blue-bg {
    background-color: #1989FA;
}

.gray-bg {
    background-color: #C2C2C2;
}

.margin-small {
    margin: 5px;
}

.btn-blue-small {
    color: white;
    margin: 2px 10px 5px auto;
    font-size: 12px;
    border: none;
    border-radius: 2px;
    padding: 5px;
}

/**/
.item-left {
    width: 35%;
    color: white;
}

.item-rihgt {
    width: 65%;
}

.dsc-label {
    font-size: 32px;
    padding: 0px 5px 10px 5px;
    font-weight: bold;
}

.font-small {
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.cname-label {
    font-size: 16px;
    padding: 10px 5px;
}

.font-gray {
    color: gray;
    font-size: 12px;
}

.width-full {
    width: 100%;
}

.title {
    text-align: center;
    padding: 10px;
}

.center-css {
    width: 380px;
    border-radius: 14px;
    border: 1px solid #eee;
    padding: 20px;
    background-color: white;
    opacity: 0.9;
}

.all-css {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: black url('/static/img/pc_reg_1.png') no-repeat;
    background-size: cover; /*cover:等比拉伸,覆盖屏幕，contain：适应图片大小*/
}

/*cap基色调蓝色*/
.cgColor {
    background-color: #9D0000;
}

/*手机号查询*/
.pho-label {
    padding: 10px 15px 0px 3px;
    color: black;
    font-size: 14px;
    cursor: default;
}

.pho-div {
    padding: 5px 0px 10px 3px;
}

.blk {
    color: black;
    cursor: default;
}

.glay {
    color: #C2C2C2;
}

.cap-btn-tip {
    color: #993333;
    /*font-weight: bold;*/
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}
.pc-search-phone-bg{
    width: 375px;
    height: 667px;
    background: url('/static/img/register.jpg');
    background-size: cover;
    overflow-y: auto;
    padding-top:50px;
}
.search-phone-bg {
    background: url('/static/img/register.jpg');
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-size: cover;
}

.search-phone-content {
    margin: 50px auto 0;
    width: 85%;
    background-color: white;
    border-radius: 5px;
    opacity: 0.8;
    padding: 25px 10px 10px;
}

.btn-pho-sec {
    color: white;
    width: 98%;
    height: 50px;
    margin: 20px auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

/*注册*/
.m-reg-bg {
    background: url('/static/img/register.jpg');
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-size: cover;
}
.pc-m-reg-bg {
    width: 375px;
    height: 667px;
    overflow-y: auto;
    background: url('/static/img/register.jpg');
    background-size: cover;
    padding-top:50px;
}

/*个人中心*/
.pc-tx-cla {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('/static/img/normal-card.jpg');
    background-size: cover;
    margin: 5px;
    border-radius: 5px;
}
.pc-tx-gld {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('/static/img/gold-card.png');
    background-size: cover;
    margin: 5px;
    border-radius: 5px;
}
.pc-tx-blk {
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('/static/img/black-card.jpg');
    background-size: cover;
    margin: 5px;
    border-radius: 5px;
}
.pc-level-name {
    color: white;
    font-size: 14px;
    width: 100%;
    padding: 10px 0 10px 10px;
}

.coup-txt {
    margin-top: 5px;
    color: white;
    font-size: 13px;
}

.icon-code-css {
    width: 30px;
    height: 30px;
}

.pc-pho-tx {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 25px 0;
}

.tx-css {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
}

.t-label-name {
    padding: 5px 0 10px;
    color: white;
    font-size: 18px;
    cursor: default;
}

.t-label {
    color: white;
    font-size: 14px;
    cursor: default;
}

.pc-content {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}

.pc-cop-dic {
    margin: 10px 5px 5px;
    background-color: #C40102;
    border-radius: 5px;
}

.border-right {
    border-right: 1px solid #C76161;
}

.pc-coupon-item {
    padding: 10px;
    width: 50%;
}

.pc-num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    color: white;
    font-size: 24px;
    text-align: center;
}

.pc-poster {
    margin: 10px 5px 0;
    border-radius: 5px;
    background: url('/static/img/pc-poster.jpg');
    height: 120px;
    background-size: cover;
}

.menu-width {
    width: 33%;
    padding: 20px 0 0;
    height: 80px;
}

.menu-item {
    width: 30px;
    height: 35px;
    padding-bottom: 5px;
}

.menu-txt {
    color: #B7B7B7;
    font-size: 14px;
    text-align: center;
}

.row-css {
    border-top: 1px solid #FFCC99;
    border-bottom: 1px solid #FFCC99;
    margin-top: 10px;
    height: 80px;
    display: flex;
    flex-direction: row;
}

.recieve {
    background: url('/static/img/recieve.png') no-repeat;;
}

.icon-css {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.icon-medium-css {
    width: 20px;
    height: 20px;
}

.icon-coupon-css {
    width: 25px;
    height: 20px;
}

.pes-label {
    padding-left: 10px;
    cursor: default;
}

.label-tip {
    position: relative;
}

.label-1 {
    width: 120px;
}

.label-2 {
    position: absolute;
    color: white;
    font-size: 12px;
    background-color: red;
    width: 15px;
    height: 15px;
    line-height: 15px;
    left: 115px;
    top: 0px;
    text-align: center;
    -webkit-border-radius: 15px;
    border-radius: 50%;
    z-index: 9999;
}

.red-bg {
    background-color: #CC0000;
}

.cap-dsc-label {
    font-size: 35px;
    /*padding: 0px 0px 10px 5px;*/
    font-weight: bold;
}

.dis-padding {
    padding: 0 0px 0 1px;
}

.cap-receive-btn {
    color: white;
    margin: 2px 10px 5px auto;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cap-svg-css {
    width: 99%;
    margin: 0 auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #666;
    font-size: 12px;
}

/*消费记录*/
.con-list {
    margin: 10px;
    border-radius: 5px;
    background-color: white;
    padding: 10px;
}

.con-column {
    display: flex;
    flex-direction: column;
    width: 80%;
}
.po-abl{
    position: absolute;
    bottom: 0;
}
.con-money {
    position: fixed;
    bottom: 0;
    background-color: white;
}

.con-shop {
    padding-bottom: 5px;
}

.con-order {
    color: gray;
    font-size: 12px;
    padding: 5px 0 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.con-time {
    color: gray;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.search-cell {
    background-color: #CC0000;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 10px;
}

.time-div {
    width: 38%;
    background-color: white;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.time-div-gray {
    width: 40%;
    background-color: white;
    color: gray;
    font-size: 12px;
}

.icon-search-css {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.time- {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.ord-content {
    margin-bottom: 44px;
    overflow-y: auto;
    height: 587px;
}

.mon-css {
    width: 20%;
    text-align: right;
    color: #2E2D3C;
}

.total-css {
    font-size: 17px;
    font-weight: bold;
}

/*二维码*/
.level-card {
    width: 80%;
    height: 300px;
    border: 1px solid #EEEEEE;
}

/*个人资料*/
.txx-box {
    position: relative;
    width: 100%;
    height: 100px;
    background: url('/static/img/per-top.png');
    background-size: cover;
    margin-bottom: 70px;
}

/*.txx-box:after{*/
/*position:absolute;*/
/*left: 0;*/
/*right:0;*/
/*bottom: -80px;*/
/*z-index: 1;*/
/*content: '';*/
/*height: 150px;*/
/*width: 100%;*/
/*border-radius: 50%;*/
/*background-color: white;*/
/*}*/
.margin-top-big {
    margin-top: 50px;
}

.in-title-bg {
    background-color: #EEEEEE;
}

.in-tx-css {
    margin-top: 100px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
}

.in-label-name {
    margin-top: 5px;
    cursor: default;
    z-index: 2;
    font-size: 14px;
}

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #EEEEEE;
}
.pst-rlt{
    position: relative;
}
.pc-content-div {
    width: 375px;
    height: 667px;
    overflow-y: auto;
}
.c-content{
    width: 375px;
    height: 667px;
    overflow: hidden;
}
.pc-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('/static/img/pc_mh_bg.jpg');
    background-size: cover;
}

/*章程*/
.mem-reg-css {
    width: 100%;
}
/*.scroll-tab{*/
    /*overflow-y: auto;*/
    /*background: yellow;*/
/*}*/
/*订单详情*/
.lager-font{
    font-size: 2em;
}
.total-Mon-cls{
    height:5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.ord-dtl-content{
    width:85%;
    background-color: white;
    margin: 0 auto 1rem;
    border-radius: 0.75rem;
    padding:10px;
}
.shop-div{
    height: 5rem;
    width:25%;
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop-cls{
    width:2.5rem;
    height:2.5rem;
}
.re-mon{
    text-decoration: line-through;
    font-size:0.5rem;
    color:#C2C2C2 ;
}
.padding-medium{
    padding:1rem;
}
.gray-font{
    color:#C2C2C2 ;
}
.padding-inner{
    padding-top:0.5rem;
}
.shop-con{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
    padding:0.5rem;
}
.ticket-lab{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    height: 100%;
}
.column-nowrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

/*越南*/
.pc-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('/static/img/pc_mh_bg.jpg');
    background-size: cover;
}
.pc-main-div {
    width: 375px;
    height: 667px;
    overflow-y: auto;
    background-color: white;
    position: absolute;/*loding加载需要*/
}
.ord-main-div {
    width: 375px;
    height: 667px;
    overflow: hidden;
    background-color: #EEEEEE;
    position: relative;
}
.ord-dtl-div {/*订单详情*/
    width: 375px;
    height: 667px;
    overflow: auto;
    background-color: #EEEEEE;
    position: relative;
}
.pc-search-div{
    background-color: white;
    width: 375px;
    height: 667px;
    background: url('/static/img/register.jpg');
    background-size: cover;
    overflow-y: auto;
    padding-top:50px;
    position: absolute;/*loding加载需要*/
}

.int-list-content {
    overflow-y: auto;
    height: 567px;/*667-54-46*/
}
.ord-list-mobile {
    margin-bottom: 44px;
}
.ord-list-content {
    margin-bottom: 44px;
    overflow-y: auto;
    height: 523px;/*667-54-46-44*/
}
/*扫码*/
input[node-type=jsbridge]{
    visibility: hidden;
}
.my-swipe {
    margin: 10px 5px 0;
    border-radius: 5px;
    /*background: url('/static/img/pc-poster.jpg');*/
    height: 120px;
    /*background-size: cover;*/
}
.swipe1{
    background: url('/static/img/vietnam_1.png');
    background-size: cover;
    font-size: 20px;
    line-height: 120px;
    text-align: center;
}
.swipe2{
    background: url('/static/img/vietnam_2.png');
    background-size: cover;
    font-size: 20px;
    line-height: 120px;
    text-align: center;
}
.swipe3{
    background: url('/static/img/vietnam_3.png');
    background-size: cover;
    font-size: 20px;
    line-height: 120px;
    text-align: center;
}
.my-swipe .van-swipe-item {
    color: #fff;
    font-size: 20px;
    line-height: 150px;
    text-align: center;
    background-color: #39a9ed;

}
.btn-register {
    color: white;
    width: 98%;
    height: 50px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.file {
    color: white;
    width: 98%;
    height: 50px;
    margin: 10px auto;
    align-items: center;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #CC0000;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    opacity: 0;
    max-width: 367.5px;
    height:50px;
}
.file:hover {
    background: #FF6666;
    border-color: white;
    color: white;
    text-decoration: none;
}
.waterMaker {
    color: white;
    height: 50px;
    align-items: center;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #CC0000;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.waterMaker input {
    color:red;
}
/*IT运维页面*/
/* 0.625rem=10px*/
.it-title{
    font-size: 1.5em;
    padding:0.625rem;
    background-color: #36A9CE;
    color: black;
    text-align: center;
    font-weight: bold;
}
.row-normal{
    display: flex;
    flex-direction: row;
    padding:0.625rem;
}
.padding-right-normal{
    padding-right: 0.625rem;
}
.column-normal{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.padding-normal-rem{
    padding:0.625rem;
}
.it-table{
    border:1px solid #e5e5e5;
    width:100%;
    border-collapse: collapse  !important;
}
.it-table th{
    background-color: #FFCC00;
    border: 1px solid #e6e6e6;
    padding:0.625rem;
    border-collapse: collapse  !important;
}
.it-table td{
   /*width:25%;*/
    border: 1px solid #e6e6e6;
    background-color:#f9f9f9;
    padding:0.625rem;
    border-collapse: collapse  !important;
    font-size: 0.7em;
}
.it-td-title{
    font-weight: bold;
    font-size: 1em !important;
}
/*.table-it-th{*/
    /*background-color: #FFCC00;*/
    /*border-bottom: 1px solid #e5e5e5;*/
/*}*/

/*台湾注册*/
.pld-reg-bg {
    background: url('/static/img/palladium_bg.png');
    width: 100%;
    height: 100vh;
    padding-top: 50px;
    background-size: contain;
    background-repeat:no-repeat;
    background-color: black;
}
.pld-pc-search-div{
    background-color: white;
    width: 375px;
    height: 585px;
    background: url('/static/img/palladium_bg.png');
    background-size: cover;
    overflow-y: auto;
    padding-top:50px;
    position: absolute;/*loding加载需要*/
}

.pld-search-phone-content {
    margin: 50px auto 0;
    width: 85%;
    background-color: white;
    border-radius: 5px;
    padding: 25px 10px 10px;
}