﻿body {background-color:#F2F2F2;}
a, a:hover, a:focus, a:active, a:visited {text-decoration:none;}

.flip-container {
	perspective: 800;
    -webkit-perspective: 800;
}
.flip-container.hover .flipper {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.flip-container .front .card-img-overlay {
    animation: slideIn 0.8s;
    -webkit-animation: slideIn 0.8s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.flip-container.hover .front .card-img-overlay {
    animation: slideOut 0.8s;
    -webkit-animation: slideOut 0.8s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}
.flipper {
	transition: 0.8s;
	-webkit-transition: 0.8s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	position: relative;
}
.front,.back {
	backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
}
.back {
	position: absolute;
	top: 0;
	left: 0;
    bottom: 0;
    right: 0;
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}

@keyframes slideIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes slideOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.navbar .list-group-item {
    border-left: 5px solid #F2F2F2 !important;
    border-right: 5px solid #F2F2F2 !important;
    background-color: #F2F2F2;
    padding-right: 0;
}
.navbar .list-group-item.active {
    border-left: 5px solid #019FDC !important;
    border-right: 5px solid #fff !important;
    background-color: #fff;
    border-color: rgba(0,0,0,.125);
    color: #019FDC;
    font-weight: bold;
}

.shadow {
    border-radius: 0.75rem !important;
    box-shadow: 0 2px 10px 0 #888;
}


.list {
    padding: 0 15px;
}

.list-item {
    margin: 15px;
    background-color: #C25445;
    border-radius: 4px;
    overflow: hidden;
}

.list-item:first-child {
    margin-top: 15px;
}

.navigator-box {
    position: relative;
    line-height: 1.41176471;
    font-size: 15px;
}

.navigator {
    padding: 15px 15px 10px 15px;
    color: #ffffff;
}

.navigator-bd {
    position: relative;
    display: flex;
    align-items: top;
}

.navigator-ft {
    border-top: 1px solid #AF4134;
    margin-top: 5px;
    padding-top: 8px;
    padding-left: 10px;
}

.navigator-img {
    width: 50px;
    height: 44px;
    padding-left: 5px;
}

.navigator-text {
    flex: 1;
    line-height: 1.8;
    padding-left: 5px;
    padding-top: 5px;
}

.name {
    font-size: 16px;
}
.amount {
    font-size: 22px;
}

.status-img {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 78px;
    height: 58px;
    z-index: 101;
}

.weui-dialog__bd {
    color: #dc3545;
}

.weui-mask, .weui-popup-container, .weui-popup-overlay {
    z-index: 1050;
}
.weui-mask, .weui-mask_transparent {
    z-index: 1050;
}

.seat-sm {
    width: 0.8rem; 
    height: 0.8rem;
    background-size: cover;
}
.seat {
    width: 1.5rem; 
    height: 1.5rem;
    background-size: cover;
}
.seat0 {
    background-image: url(/images/seat0.png)
}
.seat1 {
    background-image: url(/images/seat1.png)
}
.seat2 {
    background-image: url(/images/seat2.png)
}

.swiper-pagination-bullet-active {
    background: #04BE02;
}