body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.outerWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 0;
}

.topBlock {
    background-image: url("../../img/monthlyCar/top_icon.png");
    height: 2.49rem;
    background-size: 100% 80%;
    position: relative;
    background-repeat: no-repeat;
}

.topBlock .address {
    font-family: PingFangSC-Regular;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    margin: 0.51rem 0 0.25rem 0.88rem;
    display: flex;
    align-items: center;
}

.topBlock .address .posIcon {
    width: 0.26rem;
    height: 0.31rem;
    margin-right: 0.21rem;
}

#monthlyRecord {
    font-family: PingFangSC-Light;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #ffffff;
    text-align: right;
    margin: 0 0.23rem 0 0;
    padding-top: 0.1rem;
    cursor: pointer;
}

.searchBlock {
    position: relative;
    margin-left: 0.88rem;
}

.positionImg {
    position: absolute;
    z-index: 2;
    margin-left: 0.17rem;
    margin-top: 0.22rem;
}

.searchInput {
    position: absolute;
    top: 0;
    width: 5.74rem;
    height: 0.66rem;
    line-height: 0.66rem;
    background-color: #fcfcfc;
    box-shadow: 0px 0.02rem 0.08rem 0px rgba(8, 117, 238, 0.3);
    border-radius: 0.08rem;
    font-family: PingFangSC-Regular;
    /*font-size: 0.24rem!important;*/
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    border: none;
    text-indent: 0.55rem;
}

.tabType {
    margin: 0.48rem 0 0.52rem 0;
    justify-content: center;
}

.activeTab {
    font-size: 0.32rem;
    border-bottom: 0.06rem solid #00C6EA;
}

.tabType li {
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #616161;
    text-align: center;
}

.parkList {
    margin: 0 0.3rem;
    height: calc(100% - 4.1rem);
    overflow-y: scroll;
}

.parkList .parkItem {
    margin-bottom: 0.24rem;
    background-color: #ffffff;
    box-shadow: 0 0.02rem 0.10rem 0 rgba(0, 0, 0, 0.04);
    border-radius: 0.12rem;
    border: solid 0.01rem #eeeeee;
    padding: 0 0 0.32rem 0.32rem;
}

.parkList .parkItem:last-child {
    margin-bottom: 0;
}

.noData {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 1.5rem;
}

.noData .noDataDesc {
    height: 1rem;
    margin-top: 0.4rem;
    font-family: PingFangSC-Regular;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #616161;
    text-align: center;
}

.parkItem .parkName {
    font-family: PingFangSC-Regular;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #212121;
    margin-bottom: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0.32rem;
}

.parkItem .address {
    font-family: PingFangSC-Regular;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #585a5f;
}

.parkItem .fee {
    position: relative;
    font-size: 0;
    text-align: right;
    padding-right: 0.1rem;

}

.parkItem .fee > span {
    margin-top: 0.8rem;
}

.desc_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.86rem;
    height: 0.69rem;
}

/*停车月卡*/
.topBlock2 {
    background-image: url("../../img/monthlyCar/banner_icon.png");
    height: 5.24rem;
    background-size: 100% 80%;
    position: relative;
    background-repeat: no-repeat;
}

.dayCardBlock {
    position: absolute;
    top: 2.45rem;
    background-image: url("../../img/monthlyCar/cardB_icon.png");
    background-repeat: no-repeat;
    height: calc(100% - 2.7rem);
    background-size: 100% 99%;
}

.dayCardBlock .top {
    width: 100%;
    height: 2.36rem;
    background-image: url("../../img/monthlyCar/card_bg2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    border-bottom: 0.01rem dashed #eeee;
    padding-bottom: 0.15rem;
}

.dayCardBlock .top .desc1 {
    padding-top: 0.2rem;
}

.dayCardBlock .top .desc2 {
    opacity: 0.7;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
    color: #f8ec00;
}

.dayCardBlock .top .desc3 {
    font-size: 0.26rem;
    color: #ffffff;
}

.dayCardBlock .top .desc4 {
    font-size: 0.32rem;
    letter-spacing: 0px;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dayCardBlock .top .desc5, .dayCardBlock .top .desc6 {
    font-size: 0.24rem;
    line-height: 0.36rem;
    letter-spacing: 0;
    color: #212121;
}

.dayCardBlock .top .desc6 {
    padding-left: 1.45rem;
}

.dayCardBlock .centerTitle {
    padding: 0.3rem 0.15rem 0.2rem;
    align-items: center;
}

.dayCardBlock .center .desc7 {
    font-family: PingFangSC-Regular;
    font-size: 0.33rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #212121;
    padding-left: 0.15rem;
}

.dayCardBlock #listBlock .item {
    width: 100%;
    height: 1.9rem;
    background-image: url("../../img/monthlyCar/card_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: PingFangSC-Regular;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    padding-bottom: 0.25rem;
}

#listBlock .desc1 span {
    display: inline-block;
    margin-top: 1.1rem;
}

.dayCardBlock .bottom {
    height: calc(100% - 3.55rem);
    overflow-y: scroll;
}

.dayCardBlock .bottom .footer {
    padding: 0 0.2rem;
}

.dayCardBlock .bottom ul {
    padding-left: 0.4rem;
}

.dayCardBlock .bottom ul > li {
    list-style: disc;
    color: #888888;
}

.hidden {
    display: none;
}

/*停车月卡购买*/
.topBlock3 {
    background-image: url("../../img/monthlyCar/banner_icon3.png");
    height: 5.08rem;
    background-size: 100% 100%;
    position: relative;
    background-repeat: no-repeat;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
}

.dayCardBuy, .dayCardBuyToPay {
    position: absolute;
    top: 0.2rem;
    height: calc(100% - 0.2rem);
}

.dayCardBuy .top, .dayCardBuyToPay .top {
    background-image: url("../../img/monthlyCar/icon_8.png");
    width: 6.86rem;
    height: 3.38rem;
    background-size: 100%;
    margin: 0 0.32rem;
    padding: 0.6rem 0.42rem 0 0.42rem;
    box-sizing: border-box;
}

.dayCardBuyToPay .top {
    margin: 0 0.3rem;
}

.dayCardBuy .top .desc1, .dayCardBuyToPay .top .desc1 {
    font-size: 0.48rem;
    color: black;
    font-weight: 600;
    margin-bottom: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dayCardBuy .top .desc2, .dayCardBuyToPay .top .desc2 {
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #212121;
}

.dayCardBuy .top .desc5, .dayCardBuyToPay .top .desc5 {
    color: #616161;
    text-decoration: line-through;
}

.dayCardBuy .middle {
    padding: 0.28rem 0.33rem;
    overflow: scroll;
    /*margin-bottom: 1rem;*/

    height: calc(100% - 84px - 3.38rem);
}

.dayCardBuy .middle ul > li {
    width: 6.86rem;
    height: 0.88rem;
    padding: 0.3rem 0.32rem;
    box-sizing: border-box;
    border-radius: 0.08rem;
    border: 0.01rem solid #00C6EA;
    align-items: center;
    justify-items: center;
    font-size: 0.30rem;
}

.dayCardBuy .footer {
    position: absolute;
    bottom: 20px;
}

.footer .submitBtn, .selBoard .submitBtn {
    width: 6.86rem;
    height: 0.88rem;
    border-radius: 0.08rem;
    border: none;
    margin: 0 0.32rem;
    color: #fff;
}

/*滑动样式*/
.selBoard {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
}

.selBoard .selBordShade {
    background-color: #999999;
    opacity: 0.5;
    z-index: 3;
    top: 0;
}

.selBoard .selBoardMain {
    position: absolute;
    opacity: 1;
    z-index: 4;
    background-color: #fff;
    bottom: 0;
}

.selBoard .selTitle {
    height: 0.88rem;
    line-height: 0.88rem;
    background-color: #f6f6f6;
    font-size: 0.34rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.03rem;
    color: #333333;
    padding-left: 0.32rem;
}

.selBoard .carList {
    padding: 0.32rem 0.32rem 0 0.32rem;
    background-color: #fffFFF;
}

.carList .dayItem {
    width: 2.09rem;
    height: 1.66rem;
    background-color: #f6f6f6;
    border-radius: 0.08rem;
    border: solid 0.01rem #f6f6f6;
    margin: 0 0.15rem;;
    line-height: 1.66rem;
    color: #333333;
}

.dayItemActive {
    background-color: #ffffff !important;
    border: solid 0.01rem #00C6EA !important;
    color: #00C6EA !important;
}

.carList .dayItem:first-child {
    margin-left: 0;
}

.carList .dayItem:last-child {
    margin-right: 0;
}

.mui-slider {
    margin: 0;
}

.mui-slider .mui-slider-group {
    margin-top: 0;
    width: auto;
    padding-bottom: 0.32rem !important;
}

.carList .mui-slider-item {
    position: relative;
    width: 100px;
    height: 100%;
    /*height: 1.49rem !important;*/
    margin: 0 0.15rem;
}
.mui-slider-group2{
     /*padding: 0.15rem;*/
    margin-bottom: 10px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.dayList .mui-slider-item {
    margin: 0 0.15rem;
    /*width: 2.09rem;*/
    width: calc(25% - 0.3rem);
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #f6f6f6;
    border-radius: 0.08rem;
    box-sizing: border-box;
}


.icon-info{
    background-image: url("../../img/bindCar/bindMsg.png");
    height: 12px;
    width: 12px;
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 5px;
}
.icon-qiang{
    background-image: url("../../img/monthlyCar/icon_1.png");
    height: 30px;
    width: 30px;
    display: inline-block;
    background-size: 100% 100%;
    margin-right: 5px;
}
.mui-slider-item:first-child {
    /*margin-left: 0;*/
}

.mui-slider-item:last-child {
    margin-right: 0;
}

.mui-slider-item span {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #ffffff;
    /*line-height: 1.49rem;*/
    text-align: center;
}

/*购买月卡去支付*/

#couponText {
    background-color: red;
    color: #fff;
    padding: 1px 10px;
    border-radius: 10px;
}

.icon-stopCoupon {
    color: #666666;
    font-size: 12px;
    border: 1px solid #999;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
}

#stopCoupon {
    display: inline-block;
}

.dayCardBuyToPay .middle {
    background-image: url("../../img/monthlyCar/cardB_icon2.png");
    height: 5.06rem;
    background-size: 100% 100%;
    position: absolute;
    background-repeat: no-repeat;
    font-family: PingFangSC-Medium;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    top: 2.7rem;
    z-index: 2;
}

.dayCardBuyToPay .middle .desc1 {
    font-size: 0.34rem;
    font-stretch: normal;
    letter-spacing: 0;
    color: #333333;
    height: 0.82rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.dayCardBuyToPay .middle .middleB1 {
    font-size: 0.28rem;
    margin: 0 0.67rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 2.41rem;
}

.dayCardBuyToPay .middle .middleB1 > li {
    align-items: center;
    justify-items: center;
}

.dayCardBuyToPay .middle .middleB1 img {
    width: 0.32rem;
    height: 0.3rem;
}

.dayCardBuyToPay .middle .middleB2 {
    height: 1.71rem;
    font-size: 0.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: calc(100% - 1.24rem);
    bottom: 0.1rem;
    left: 0.67rem;
}

.dayCardBuyToPay .bottom {
    position: absolute;
    z-index: 2;
    top: 7.76rem;
    margin: 0 0.3rem;
}

.dayCardBuyToPay .footer {
    position: fixed;
    bottom: 0;
    padding: 0.12rem 0.32rem 20px 0.32rem;
    background-color: #fffFFF;
    z-index: 10;
    box-shadow: 0 -0.01rem 0.03rem 0 #e6e6e6;
}

.dayCardBuyToPay #immediateBtn {
    width: 1.81rem;
    height: 0.88rem;
    border-radius: 0.08rem;
    color: #fffFFF;
    border: none;
    float: right;
    margin-right: 0.64rem;
}

/*支付方式样式*/
.validaBox_title2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;

}

.NewModalS .validaBox{
    position: absolute;
    left:50%;
    margin-left: -3rem;
    margin-top: 100px;


}
#serviceParkingContent{
    padding: 10px 0;
}

.wrap_model {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}

.wrap_b {
    height: 40%;
    width: 80%;
    background-color: #fffFFF;
    padding: 0.6rem 0.3rem 30px 0.3rem;
    box-sizing: border-box;
    border-top: 1px solid gray;
    position: absolute;
    z-index: 11;
    top: 30%;
    left: 10%;
    border-radius: 10px;
}

.payType .unChecked, .payType .checked {
    width: 0.45rem !important;
}

@keyframes animateUp {
    from {
        height: 0;
    }
    to {
        height: 3.1rem;
    }
}

#payType_wrap2 .pay_details {
    font-size: 0;
}

#loginBtn img {
    width: 0.45rem;
}

/*月卡购买记录*/
.listRecord {
    display: none;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(0, 0, 0, 0.04);
    border-radius: 0.08rem;
    border: solid 0.01rem #eeeeee;
    background-color: #F6F6F6;
    overflow-y: scroll;
}

.listRecord .title {
    padding: 0.3rem 0.22rem;
    color: #333333;
    background-color: #f2f8fe;
    border-radius: 0.08rem 0.08rem 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listRecord .lisItem {
    background-color: #fffFFF;
    margin-bottom: 0.24rem;
    color: #333333;
    border-radius: 0.08rem 0.08rem 0px 0px;
    box-sizing: border-box;
}

.listRecord .lisItem:last-child {
    margin-bottom: 0;
}

.listRecord .lisItem ul {
    border-bottom: solid 0.01rem #eee;
}

.listRecord .lisItem li {
    padding: 0.28rem 0.2rem;
    border-bottom: solid 0.01rem #eee;
}

.listRecord .content li:last-child {
    border-bottom: none;
}

.listRecord .lisItem .footer {
    padding: 0.28rem 0.2rem;
}

.listRecordInfo .lisItem .title {
    margin: 0.24rem;
    background-color: #ffffff;
    box-shadow: 0px 0.02rem 0.10rem 0px rgba(0, 0, 0, 0.04);
    border-radius: 0.08rem;
    border: solid 0.01rem #eeeeee;
    padding: 0.4rem 0;
    box-sizing: border-box;
    width: calc(100% - 0.48rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listRecordInfo .content {
    background-color: #fffFFF;
}

.listRecordInfo .content li {
    padding: 0.24rem;
}

.listRecordInfo .content .mainInfo {
    background-color: #f6f6f6;
    padding: 0.3rem;
}

.listRecordInfo .content .mainInfo .display_flex {
    margin-bottom: 0.2rem;
}

.listRecordInfo .content .mainInfo .display_flex:last-child {
    margin-bottom: 0;
}

.mui-slider-item .green_icon {
    width: 4.34rem;
    height: 1.54rem;
}

.mui-slider-item .select_icon {
    display: none;
}

.plateItemActive .select_icon {
    position: absolute;
    display: flex;
    background: #009af3cc;
    opacity: 1;
    top: 0;
    align-items: center;
    justify-items: center;
    text-align: center;
    border-radius: 0.1rem;
    height: 91%;
}

.plateItemActive .select_icon img {
    width: 0.5rem !important;
    height: 0.5rem;
    margin: 0 auto;
}

.plateItemActive span {
    opacity: 0.5;
}

/*暂无数据*/
#noDataWrap {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 50%;
    text-align: center;
}

.noDataImg {
    width: 40%;
    height: auto;
}

/*支付方式样式*/
.payType_wrap {
    padding: 0 0.24rem;
}

.payType_wrap2 {
    display: none;
    position: fixed;
    bottom: 0;
    background-color: #fffFFF;
    z-index: 10;
    padding: 0.3rem 0.3rem 20px 0.3rem;
    border-top: 1px solid #EAEAEA;
    box-sizing: border-box;
    animation: animateUp 0.5s ease;
}

@keyframes animateUp {
    from {
        height: 0;
    }
    to {
        height: 3.1rem;
    }
}

.pay_details {
    margin: 0 auto;
}

.detail_stall {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.detail_stall img {
    width: 0.35rem;
    height: auto;
    margin-right: 0.12rem;
}

.sp-parking {
    height: 40px;
    margin: 20px;
    font-size: 15px;
    line-height: 20px !important;
    color: #212121;

    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
}

#inspectionCodeInput{
    color: #999999;
    border: none;
    text-align: right!important
}


