﻿.header {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    font-size: 20px;
}

.header img {
    width: 24px;
    vertical-align: middle;
}

.banner {
    padding-top: 50px;
}

.banner img {
    width: 100%;
}

.index-list {
    padding-bottom: 10px;
    background-color: #fff;
    margin: 10px;
    border-radius: 6px;
}

.index-mid {
    width: 100%;
    overflow: hidden;
}

.index-mid a {
    float: left;
    width: 33%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
}

.index-mid a img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 5px;
}

#main {
    margin-top: 10px;
}

.pay-box {
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.no-data {
    line-height: 30px;
    padding: 15px 0;
}

.pay-item {
    padding: 5px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pay-top {
    height: 30px;
    padding: 0px 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.pay-top1 {
    height: 32px;
    padding: 0px 10px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.pay-card, .pay-address {
    position: absolute;
    top: 6px;
    color: #859AA9;
}

.pay-card {
    left: 0px;
}

.pay-address {
    right: 0px;
}

.pay-body {
    padding: 5px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.park-info {
    width: 100%;
    height: auto;
    padding: 2px 0;
}

.park-card,
.park-address {
    margin-top: 2px;
}

.park-card {
    float: left;
    line-height: 20px;
    font-size: 18px;
}

.park-address {
    float: right;
    font-size: 16px;
    line-height: 20px;
    color: #859AA9;
}

.stop-time {
    padding: 5px 0;
    color: #859AA9;
}

.stop-time span {
    margin-left: 10px;
    font-size: 16px;
    color: #3FC2FF;
}

.stop-money {
    padding: 5px 0;
    color: #859AA9;
}

.stop-money-t {
    color: black;
    margin-left: 10px;
    font-size: 20px;
}

.stop-money-t {
    color: black;
    font-size: 24px;
}

.stop-status {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3FC2FF;
}

.action-btn {
    font-size: 14px;
    margin-top: 10px;
}

.action-btn a {
    display: inline-block;
    width: auto;
    border-radius: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 0 15px;
    background: #6E6BF2;
}

.order-leave-p, .to-pay-p {
    position: absolute;
    right: 10px;
    width: 80px;
    font-size: 14px;
    text-align: right;
}

.order-leave-btn,
.to-pay-btn {
    display: inline-block;
    width: auto;
    border-radius: 30px;
    font-size: 14px;
    height: 34px;
    color: white;
    padding: 0 10px;
    bottom: 10px;
    background: -webkit-linear-gradient(left, #FF8EC3, #FFBE21);
    background: -o-linear-gradient(right, #FF8EC3, #FFBE21);
    background: -moz-linear-gradient(right, #FF8EC3, #FFBE21);
    background: linear-gradient(to right, #FF8EC3, #FFBE21);
}

/*预约出场*/
.order-leave-p {
    top: 12px;
}
/*去支付*/
.to-pay-p {
    top: 38px;
}

.service-box {
    padding-bottom:5px;
    margin-top:10px;
}

.service-box h2 {
    line-height: 40px;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.service-box h2::before {
    display: block;
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 4px;
    height: 20px;
    background: #6E6BF2;
}

.service-box dl {
    overflow: hidden;
    padding: 8px 0px;
    position: relative;
    padding-left: 100px;
    border-top: 1px solid #f2f2f2;
    margin-bottom:10px;
}

.service-box dl:first-child {
    border-top: none;
}

.service-box dt {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 90px;
    height: 90px;
    overflow:hidden
}

.service-box dt img {
    height: 100%;
}

.service-box dd {
    padding:0 10px;
    position: relative;
}

.service-box dd .icon-views {
    display: block;
    position: absolute;
    padding-left: 16px;
    bottom: 0px;
    right: 16px;
    color: #999;
    background: url(../images/icons/icon_views.png) no-repeat left center;
    background-size: auto 16px;
}

.service-box dd h4 {
    line-height: 24px;
    font-size: 16px;
    max-height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.service-box dd .date {
    color: #999;
    line-height: 24px;
    padding-top:10px;
}

.service-box dl.text-item {
    padding-left: 10px;
}

.service-box dl.text-item dt {
    display: none;
}
