﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
[v-cloak] {
    display: none !important
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-input-placeholder { 
    color: #999;
}

.text-tip {
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: .1rem .2rem;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: .1rem;
    display: none;
    z-index: 999999;
    font-size: .28rem;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    letter-spacing: .1rem;
}

html {
    height: 100%;
    font-size:50px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333333;
    font-size: 0.24rem;
    font-family: Arial, "微软雅黑";
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

div {
    max-width: 10rem;
    /* margin: auto; */
}

img {
    border: none;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-size: 100%;
}

input,
label,
img,
th {
    vertical-align: middle;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:visited,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: none;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.flex {
    display: flex;
}
.flex-c{
    display:flex;
    align-items:center;
}
.flex-b-c{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.inline {
    display: inline-block;
    vertical-align: text-bottom;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

#app {
    height: 100%;
}

input[type="button"]:active, button:active, .active:active {
    opacity: .8;
}

.center {
    text-align: center;
}
.right{
    text-align:right;
}
.bold {
    font-weight: bold;
}
.Popup-window{
    position: fixed;
    border-radius: 0.1rem;
    background: #fff;
    left: 50%;
    top: 50%;
    z-index: 1200;
    transform: translate(-50%, -50%);
}
.card-p {
    padding: .25rem .25rem .15rem .25rem;
}
.card-line {
    margin: 0 -0.25rem;
    border-top: solid 1px #EBEBEB;
}
.line {
    border-bottom: solid 1px #EBEBEB;
}
.mt1{
    margin-top:.1rem;
}
.mb1{
    margin-bottom:.1rem;
}
.ml1{
    margin-left:.1rem;
}
.mr1{
    margin-right:.1rem;
}
.mt2 {
    margin-top: .2rem;
}

.mb2 {
    margin-bottom: .2rem;
}

.ml2 {
    margin-left: .2rem;
}

.mr2 {
    margin-right: .2rem;
}
.pt1 {
    padding-top: .1rem;
}

.pb1 {
    padding-bottom: .1rem;
}

.pl1 {
    padding-left: .1rem;
}

.pr1 {
    padding-right: .1rem;
}

.pt2 {
    padding-top: .2rem;
}

.pb2 {
    padding-bottom: .2rem;
}

.pl2 {
    padding-left: .2rem;
}

.pr2 {
    margin-right: .2rem;
}

.img-box{
    width:.3rem;
    height:.3rem;
}
.btn {
    background: #0081EF;
    border: 1px solid;
    border-radius: 5px;
    height: .5rem;
    width: 1rem;
    color: #FFFFFF;
}

.mybill-footer {
    position: fixed;
    bottom: 0;
    height: 1rem;
    width: 100%;
    background: #0081EF;
    line-height: 1rem;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}

.Mask[loading] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2000;
}
.loading[loading] {
    position: fixed;
    top: 50%;
    left: calc(50% - .2rem);
    height:.4rem;
    width: .4rem;
    background-image:url(../img/loading.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    z-index: 2001;
}
.start[loading] {
    animation: loading 2s linear infinite;
}
.text[loading] {
    position: fixed;
    top: calc(50% + .5rem);
    width: 100%;
    text-align: center;
    z-index: 2001;
}

@keyframes loading{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

    0% {
        transform: rotate(0deg);
    }

}
.main-submit {
    width: 100%;
    height: 1rem;
    color: #fff;
    font-size: .3rem;
    border: none;
    border-radius: .15rem;
    margin: .25rem 0 .1rem;
    text-align: center;
    line-height: 1rem;
}
.bg-color-ccc {
    background-color:#cccccc
}
.submit {
    width: 96%;
    height: 0.9rem;
    background: #ccc;
    border-radius: 0.1rem;
    position: fixed;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    line-height:0.9rem;
}

#nav {
    height:1rem;
}
.banner {
    height: 3rem;
   /* background: linear-gradient(90deg, rgb(72, 192, 87,0.7),rgb(11, 151, 29,0.7));
    padding-bottom: 10px;*/
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    /*border-radius: 0.2rem;*/
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        /*border-radius: 0.2rem;*/
        object-fit: cover;
    }

.swiper-container {
    height: 3.34rem !important;
}

.color-fff {
    color:#fff;
}

