/*CSS通用重置样式*/


.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.clearit:before,
.clearit:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearit:after {
    clear: both;
}

.clearit {
    zoom: 1;
}

.bolder {
    font-weight: bolder
}

.fontArial {
    font-family: Arial, Helvetica, sans-serif;
}



[v-cloak] {
    display: none
}

.color-e4a766 {
    color: #e4a766 !important;
}

/* 图片懒加载 */
img[lazy="loaded"] {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: fadeIn;
}

img[lazy="loading"] {
    margin: auto;
    width: 100% !important;
}

img[lazy="error"] {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    border-radius: 2px;
}

.height-56 {
    height: 56px;
}

.no-padding {
    padding: 0 !important;
}

#app {
    top: 0;
    left: 0;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 100%;
    position: relative;
    background: #ffffff;
}
#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    /*background: #f0f0f0 url(roguin.gif) no-repeat center center;*/
    background: #f0f0f0 no-repeat center center;
}

.g_web_padding {
    padding-bottom: 60px;
}

.webLeft, .webRight {
    display: none;
}

.article-wrap .text img {
    width: 100% !important;
}

@media only screen and (min-width: 640px) {
    .webLeft,
    .webRight {
        position: fixed;
        top: 0;
        z-index: 999;
        display: block;
        width: calc(50% - 320px);
        width: -webkit-calc(50% - 320px);
        height: 100%;
        background: #282828;
    }

    .webLeft {
        left: 0;
    }

    .webRight {
        right: 0;
    }
}

#vehicle-wrap{
    display: -webkit-flex; /* Safari */
    display: flex;
    padding: 4% 0;
    -webkit-flex-direction: column; /* Safari 6.1+ */
    flex-direction: column;
}

#vehicle-wrap .vehicle-box{
    width: 80%;
    margin: 0 auto;
    background: white;
    padding: 4% 5%;
    box-shadow:0px 1px 7px 0px rgba(37,58,116,0.08);
    border-radius:5px;
}

.vehicle-title{
    font-size:19px;
    font-weight:bold;
    color:rgba(51,56,69,1);
    line-height:18px;
    margin-bottom: 13px;
}

.vehicle-time-wrap{
    padding-bottom: 5px;
    border-bottom: 1px solid #E8E9EB;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}

.vehicle-time-wrap .vehicle-time-box {
    -webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
}

.vehicle-time-wrap .vehicle-time-box:nth-child(1) .weui-input{
    border-right: 1px solid #E8E9EB;
}

.vehicle-time-wrap .vehicle-time-box:nth-child(2){
    margin-left: 18px;
}

.vehicle-time-wrap .vehicle-time-box p{
    font-size:12px;
    font-weight:500;
    color:rgba(103,104,108,1);
    line-height:18px;
}

.vehicle-time-wrap .vehicle-time-box .weui-input{
    font-size:14px;
    font-weight:bold;
    color:rgba(55,59,68,1);
}

.vehicle-small-title{
    font-size:15px;
    font-weight:500;
    color:rgba(51,56,69,1);
    margin-bottom: 16px;
}

.echarts-in,
.echarts-source{
    width: 100%;
    height: 150px;
    /*background: cornflowerblue;*/
    margin-bottom: 34px;
}

.vehicle-small-type{
    margin-bottom: 19px;
}

.vehicle-small-type .vehicle-type-box{
    float: left;
    margin-right: 24px;
    display: -webkit-flex; /* Safari */
    display:flex;
    -webkit-align-items:center;
    align-items:center;
}

.vehicle-type-line{
    width:12px;
    height:2px;
    background:rgba(33,87,236,1);
    display: inline-block;
    margin-right: 8px;
}

.inpark-box{
    width: 100%;
    height: 90px;
    margin-bottom: 30px;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
}

.tips{
    font-size:11px;
    font-weight:500;
    color:rgba(178,182,192,1);
    text-align: center;
    display:flex;
    display: -webkit-flex; /* Safari */
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.people-num{
    width: 100%;
    height: 140px;
}

.circleChart{
    position: relative;
}

.circleChart span{
    position: absolute;
    bottom: -15px;
    left: 10px;
    display: inline-block;
    width: 56px;
    white-space: nowrap;
}

.circleChart:nth-child(1) p{
    color: #2157EC;
    font-size: 17px !important;
    font-weight: bold !important;
}

.circleChart:nth-child(2) p{
    color: #48466E;
    font-size: 17px !important;
    font-weight: bold !important;
}

.circleChart:nth-child(3) p{
    color: #14D0C9;
    font-size: 17px !important;
    font-weight: bold !important;
}

.yqs-head{
    background: #ffffff;
    padding:0 4%;
    width: 92%;
    height: 50px;
    line-height: 50px;
    display: -webkit-flex; /* Safari */
    display:flex;
    /* -webkit-align-items:center;
    align-items:center; */
    -webkit-justify-content:center;
    justify-content:center;
    position: fixed;
    top:0;
    /*left:0;*/
    z-index: 2;
    max-width: calc(640px - 8%);
}

.left-arrow{
    display :inline-block;
    width: 10px;
    height: 17px;
    position: absolute;
    left: 4%;
    top:50%;
    margin-top: -8.5px;
    transform-origin: center;
    transform: rotate(-180deg);
    transition: transform .3s;
}

.left-arrow::after {
    display: inline-block;
    content: " ";
    height: 10px;
    width: 10px;
    border-width: 1px 1px 0 0;
    border-color: #333333;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 3px;
    /* margin-top: 6px; */
    margin-left: -4px;
}

.yqs-head-title{
    font-size:19px;
    font-weight:500;
    color:#333333;
    letter-spacing: 1px;
}

.vertical-containers1{
    width: 100%;
    height: 100vh;
    position: fixed;
    /*max-width: 640px;*/
    top: 0;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 9999;
}


.vertical-containers{
    width: 100%;
    height: 100vh;
    position: fixed;
    /*max-width: 640px;*/
    top: 0;
    -webkit-display:flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    z-index: 9999;
    background: #ffffff;
}
.loading_box {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.loading_box>view {
    display: inline-block;
}

.pulse {
    width: 4px;
    height: 20px;
    background: #09A79D;
    margin: 2px;
    border-radius: 10px;
    display: inline-block;
}

.vertical-containers .pulse_1 {
    -webkit-animation: pulse 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
}

.vertical-containers .pulse_2 {
    -webkit-animation: pulse 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.1s;
}

.vertical-containers .pulse_3 {
    -webkit-animation: pulse 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.2s;
}

.vertical-containers .pulse_4 {
    -webkit-animation: pulse 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.3s;
}

.vertical-containers1 .pulse_1 {
    -webkit-animation: pulse_l 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
}

.vertical-containers1 .pulse_2 {
    -webkit-animation: pulse_l 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.1s;
}

.vertical-containers1 .pulse_3 {
    -webkit-animation: pulse_l 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.2s;
}

.vertical-containers1 .pulse_4 {
    -webkit-animation: pulse_l 0.5s linear infinite alternate;
    animation: pulse 0.5s linear infinite alternate;
    animation-delay: 0.3s;
}

@-webkit-keyframes pulse {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

@keyframes pulse_1 {
    0% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

.toast-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    max-width: 640px;
    display: -webkit-flex; /* Safari */
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
    z-index: 99999999999;
}

.toast-wrap .toast-text{
    padding: 4px 10px;
    background: rgba(51,56,69,0.8);
    color: #ffffff;
    border-radius: 0.2em;
}

.weui-dialog__btn{
    color: rgb(57, 155, 238);
}

#service-page{
    text-align: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: #957440;
}

.layui-laypage a:hover{
    color: #957440;
}

.w-1200{
    width: 1200px;
    margin: 0 auto;
}

.shop-cart{
    position: fixed;
    right: 37px;
    bottom: 293px;
    /*top:532px;*/
    z-index: 9;
    cursor: pointer;
}

.shop-cart .right-sidebar-btn{
    margin-top: 0;
}

.el-pager li{
    width: 28px;
}

.el-notification{
    box-shadow: none;
    height: 52px;
    background: #09A79D;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding:15px 16px 16px 16px;
    width: auto;
}
.el-notification__icon{
    display: none;
}

.el-notification__group{
    margin: 0;
}

.el-notification__title{
    display: none;
}

.el-notification__content{
    margin: 0;
}

.el-notification__content{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}

.layui-layer-load {
    background: none center center no-repeat #2C2C2C !important;
}