/* Empty. Add your own CSS if you like */
body {
    font: 16px/1.5 "Microsoft Yahei", "helvetica", "arial"
}

.dark-gray-bg {
    background-color: #393534;
}

@media not all,
(-webkit-min-device-pixel-ratio: 1.5),
not all,
(min-resolution: 144dpi),
(min-resolution: 1.5dppx) {
    .bar.bar-dark-gray {
        border: none;
        background: none;
    }
}

.bar.bar-dark-gray {
    background-color: #393534;
    border-bottom: #4d4948 solid 1px;
}


.bar.bar-dark-gray .title {
    color: #FFF;
}

.bar.bar-dark-gray .button {
    color: #FFF;
}

.modal-backdrop,
.modal-backdrop-bg {
    background: rgba(0, 0, 0, 0.2)
}

.bar.bar-assertive-sub {
    background: #007aff
}

.bar.bar-assertive-sub.title {
    color: #FFF
}

.tabs-bottom {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

a {
    color: #666;
    text-decoration: none;
}

.button-pink {
    background: #007aff !important;
    color: #fff !important;
    border-radius: 22px;
}

.button-gray {
    background: #bcbcbc !important;
    color: #fff !important;
}

.button-yellow {
    background: #f0be65 !important;
    color: #fff !important;
}

.button-weipay {
    background: #4DBD54 !important;
    color: #fff !important;
}

.pink {
    color: #007aff;
}

.clear {
    clear: both;
}

.body-bg {
    background: #e9e9e9;
}

.button-back i {
    color: #fff;
}

.bar.bar-dark-gray .button-back i {
    color: #fff;
}

.button-back i:before {
    font-size: 24px !important;
}

.bar-subheader {
    top: 44px;
}

.gray-333 {
    color: #333;
}

.gray-666 {
    color: #666;
}

.gray-999 {
    color: #999;
}

.red {
    color: #F00;
}

.no-bg {
    background: none !important;
}

input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 14px;
}

/*loading*/
.loading-wrap {
    color: #FFF;
    text-align: center
}

.loading-wrap .icon-loading {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    background-size: 100%;
    -webkit-transform: rotate(0deg) translateZ(0);
    -o-transform: rotate(0deg) translateZ(0);
    -moz-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    font-size: 2.8rem;
}

.loading-wrap p {
    font-size: 1.2rem;
    margin-top: 15px;
}

/**
 *
 * 下拉标识
 *
 */
#pullDown,
#pullUp {
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #888;
    text-align: center;
    overflow: hidden;
}

#pullDown i,
#pullUp i {
    display: block;
    color: #999;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin: 10px auto 0 auto;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
}

#pullDown i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#pullUp i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#pullDown.flip i {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

#pullUp.flip i {
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.loading i {
    background-position: 0 100%;
    transform: rotate(0deg) translateZ(0);
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    font-size: 2.4rem;
}

/*动画*/
@-webkit-keyframes loading {
    from {
        transform: rotate(0deg) translateZ(0);
        -webkit-transform: rotate(0deg) translateZ(0);
    }

    to {
        transform: rotate(360deg) translateZ(0);
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}

.wrapper {}

.wrapper-scroll-box {
    margin: 0;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper-scroll-box>div {
    padding-bottom: 50px;
}

.wrapper-scroll-user {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* .wrapper-scroll-user>div {
    padding-bottom: 55px;
} */

/*=================================================================================================*/
.bar-bg {
    padding-bottom: 44px;
}

.tabs-light>.tabs {
    color: #666;
}

.my-tabs .tab-item .icon {
    height: 30px;
    font-size: 28px
}

.my-tabs .tab-item-active {
    color: #007aff;
}

.top-88 {
    top: 88px;
}

.top-132 {
    top: 132px;
}
.top-44 {
    top: 44px;
}

.top-244 {
    top: 244px;
}


/*首页*/
/*header*/
.mod-banner {
    position: relative;
    overflow: hidden;
}

.banner {
    overflow: hidden;
}

.banner .thelist {
    width: 2500px;
}

.banner .thelist li {
    float: left;
    position: relative
}

.banner .thelist li a {
    display: block;
    overflow: hidden;
}

.banner .thelist li a img {
    width: 100%;
}

.mod-banner .banner-button {
    width: 200px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    text-align: center;
    background: #fd8330;
    color: #FFF;
    font-size: 18px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin-left: -100px;
    z-index: 1;
}

.indicator {
    position: absolute;
    width: 100%;
    height: 8px;
    left: 0;
    bottom: 18px;
    text-align: center;
}

.indicator li {
    width: 8px;
    height: 8px;
    margin-left: 3px;
    background: #dddcdc;
    border-radius: 50%;
    display: inline-block;
}

.indicator .active {
    background: #FFF;
}

.banner-big {
    z-index: 100;
    display: none
}

.index-modal {
    padding-top: 6px;
    margin-bottom: 10px;
}

.index-modal h2 {
    padding-left: 10px;
    font-size: 16px;
    color: #666;
    position: relative
}

.index-modal h2 .more {
    position: absolute;
    top: 2px;
    right: 16px;
    font-size: 14px;
}

.index-modal .content {
    background: #FFF;
}

.index-step {
    text-align: center
}

.index-step .icon {
    font-size: 60px;
    color: #48d893;
    background: #FFF;
    position: relative;
    z-index: 1
}

.index-step p {
    font-size: 12px;
    color: #999
}

.index-step .col {
    position: relative
}

.index-step .col:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    z-index: 0;
}

.index-step .col:first-child:after {
    left: 50%;
}

.index-step .col:last-child:after {
    right: 50%;
}


.financing-step {
    text-align: center;
}

.financing-step .icon {
    font-size: 50px;
    color: #999;
    position: relative;
    z-index: 1;
    background: #e9e9e9;
    border-radius: 50%;
}

.financing-step .active .icon {
    color: #32c880;
}

.financing-step .active p {
    color: #32c880
}

.financing-step p {
    font-size: 12px;
    color: #999
}

.financing-step .line {
    height: 5px;
    background: #d2d2d2;
    position: absolute;
    left: 14%;
    top: 45px;
    right: 14%;
    z-index: 0
}

.icon-list .row {
    background: #FFF;
    border-top: 1px solid #e6e6e6;
    margin-top: 0
}

.icon-list .col {
    background: #FFF;
    border-left: 1px solid #e6e6e6;
    padding: 20px 16px;
}

.icon-list .col h3 {
    font-size: 16px;
    margin: 0;
}

.icon-list .col p {
    margin: 8px 0 0 0;
    font-size: 12px;
    color: #999
}

.icon-list .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    border-radius: 30px;
    font-size: 50px;
    color: #55e596;
}

.new-product-box {
    border: #ddd solid 1px;
}

.new-product-box figure {
    width: 170px;
    height: 103px;
}

.new-product-box figure img {
    width: 170px;
    height: 103px;
}

.new-product-box div h4 {
    width: 110px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    margin: 5px;
    font-size: 14px;
    background: url("../img/tips1.png") no-repeat;
    background-size: 100%;
}

.new-product-box div p {
    margin: 0;
}

.new-product-box div .bold {
    font-weight: 700;
    font-size: 12px;
    padding-right: 5px;
}

.new-product-box div .price {
    margin-top: 5px;
}

.new-product-box div .price b {
    margin-left: 5px;
    font-weight: 700;
}

.new-product-box div .price span {
    margin-left: 5px;
    color: #999;
    text-decoration: line-through;
}


.car-project-list .card {
    margin: 10px 0;
    box-shadow: none;
}

.car-project-list .item-avatar {
    height: 60px;
    min-height: 60px;
    padding: 10px 0;
    padding-left: 70px;
}

.car-project-list .item-avatar h3 {
    line-height: 40px;
}

.car-project-list .item-product {
    padding: 15px 10px;
    margin-bottom: 10px;
}

.car-project-list .item-product:last-child {
    margin-bottom: 0px;
}

.car-project-list .item-product-text {
    padding: 0 0 0 10px;
    white-space: normal
}

.car-project-list .item-product-text ul li .icon {
    color: #48d893;
    margin-right: 4px;
}

.car-project-list .item-product-info figure img {
    width: 100%;
}

.car-project-list .item-product-info h2 {
    color: #333;
    margin-bottom: 5px;
    font-size: 18px;
    white-space: normal
}

.car-project-list .item-product-info .content {
    color: #999;
    font-size: 12px;
    font-weight: 300;
}

.car-project-list .item-product-info ul {
    margin: 10px 0;
    font-size: 12px;
}

.product-end {
    margin: 20px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.product-end span {
    background: #f0eff7;
    padding: 0 10px;
    width: 100px;
    position: absolute;
    top: -10px;
    margin-left: -50px;
}

/*消息*/
.info-content {
    top: 44px;
}

.news-time {
    font-size: 12px;
    width: 130px;
    padding: 4px 8px;
    margin: 10px auto;
    text-align: center;
    background: #ccc;
    border-radius: 6px;
}

.news-content {
    background: #FFF;
    border-radius: 6px;
    padding: 10px;
}

.news-content h4 {
    position: relative;
    margin: 4px 0;
    font-size: 14px;
}

.news-content h4 .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
}

.news-content .news-img {
    padding-top: 8px;
    display: none
}

.news-content .news-img img {
    width: 100%;
}

.news-content .news-text {
    font-size: 12px;
    color: #666;
    height: 38px;
    margin: 10px 0;
    overflow: hidden;
}

.news-content.current .news-img {
    display: block;
}

.news-content.current .icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
}

.news-content.current .news-text {
    height: auto;
}

@media(min-width: 350px) {
    .new-product-box figure {
        width: 190px;
        height: 123px;
    }

    .new-product-box figure img {
        width: 190px;
        height: 123px;
    }

    .new-product-box div .bold {
        margin-top: 10px
    }

    .new-product-box div .price {
        margin-top: 10px;
    }

    .index-product-list .product-box {
        height: 200px;
    }

    .index-product-list .product-box .text {
        font-size: 12px;
    }
}

@media(min-width: 380px) {
    .new-product-box div h4 {
        width: 130px;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
    }

    .new-product-box figure {
        width: 210px;
        height: 143px;
    }

    .new-product-box figure img {
        width: 210px;
        height: 143px;
    }

    .new-product-box div .bold {
        margin-top: 20px;
        font-size: 14px;
        padding-right: 10px;
    }

    .new-product-box div .price {
        margin-top: 20px;
    }

    .index-product-list .product-box {
        height: 220px;
    }

    .index-product-list .product-box .text {
        font-size: 12px;
    }
}

/*贷款*/
.financing-list {
    margin: 16px 0;
}

.financing-list h3 {
    font-size: 16px;
    padding-left: 16px;
}

.financing-list .item {
    padding: 10px 16px;
}

.financing-list .financing-item {
    margin-bottom: 16px;
}

.financing-list .financing-item:last-child {
    margin-bottom: 0;
}

.financing-list .financing-item .title {
    font-size: 16px;
}

.financing-list .financing-item-title {
    background: #FFF;
}

.financing-list .financing-item-title h4 {
    font-size: 16px;
    margin: 0 0 4px 0
}

.financing-list .financing-item-title p {
    font-size: 14px;
    margin: 0;
    padding-left: 8px;
    color: #999
}

.financing-list .note {
    position: absolute;
    right: 16px;
    top: 10px;
    font-size: 14px;
}

.financing-list .financing-status-success {
    color: #32c880;
}

.financing-list .financing-status-lose {
    color: #F00;
}

.financing-list .icon {
    color: #999;
    font-size: 14px;
}

.financing-list .icon.financing-status-success {
    color: #32c880;
    margin-right: 24px;
}

.financing-list .icon.financing-status-lose {
    color: #F00;
    margin-right: 24px;
}

.financing-info {
    color: #999;
}

.financing-info li {
    margin-bottom: 4px
}

.financing-info li:last-child {
    margin-bottom: 0
}

.financing-info b {
    color: #333;
}

.financing-info b.red {
    color: #F00;
}

.financing-details {
    background: #FFF;
    margin-bottom: 10px;
}

.financing-details .item {
    background: none;
    border: 0
}

.financing-details .title {
    font-size: 18px;
    color: #666;
    margin-right: 10px;
}

.financing-details .financing-status-success {
    color: #32c880;
}

.financing-details .financing-status-lose {
    color: #F00;
}

.financing-details li {
    margin-bottom: 6px;
    font-size: 16px;
}

.financing-details .interest {
    text-align: center;
    padding: 16px 0;
    background: #fff4ec;
    border-radius: 6px;
    margin: 16px 16px 8px 16px;
}

.financing-details .interest p {
    font-size: 14px;
    margin: 0;
}

.financing-details .interest h2 {
    margin: 10px 0;
    color: #F00
}

.upload {
    background: #FFF;
    padding: 10px;
    overflow: hidden;
}

.upload figure {
    float: left;
    height: 80px;
    width: 80px;
    margin: 0 8px 8px 0;
}

.upload figure img {
    width: 100%;
    height: 100%
}

.upload .button {
    float: left;
    height: 80px;
    width: 80px;
    line-height: 70px;
    font-size: 40px;
    border-style: dashed;
    margin-bottom: 8px;
}

.upload .text {
    float: left;
    height: 80px;
    line-height: 80px;
    margin: 0 16px 8px 8px;
}

/*进度条*/
.project-progress {
    padding: 20px 20px 10px 20px;
}

.project-progress .time-surplus {
    padding: 20px 0;
    font-size: 12px;
}

.details-progress {
    height: 10px;
    border: 0px;
    margin: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.details-progress::-moz-progress-bar {
    background: #d6d6d6;
}

.details-progress::-webkit-progress-bar {
    background: #d6d6d6;
}

.details-progress::-webkit-progress-value {
    background: #32c880;
}

.details-progress-num {
    position: relative;
    padding: 10px 0;
}

.details-progress-num span {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: -12px;
    text-align: center;
    background: #32c880;
    color: #FFF;
    font-size: 12px;
    border-radius: 15px;
}

.details-progress-num span.end {
    background: #999
}

.details-progress-num span i {
    position: absolute;
    left: 25px;
    bottom: -15px;
    min-width: 80px;
    text-align: left;
    color: #666;
    font-size: 12px;
}

.details-progress-num span:before {
    content: '';
    height: 0;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -8px;
    border: 8px solid;
    border-color: #32c880 transparent transparent transparent;
}

.details-progress-num span.end:before {
    border-color: #999 transparent transparent transparent;
}

/*项目详情*/
.project-details {
    background: #FFF;
}

.project-details h2 {
    font-size: 24px;
    margin-top: 10px;
}

.project-details p {
    font-size: 14px;
    margin-top: 8px;
}

.project-details .product-img img {
    width: 100%;
}

.project-details .tedian {
    padding: 8px 0;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.project-details span {
    float: left;
    line-height: 24px;
}

.project-details .icon {
    font-size: 24px;
    margin: 0 4px 0 16px;
    color: #32c880
}

.project-details-ed {
    background: #FFF;
    padding: 0 16px;
    margin-bottom: 10px;
}

.project-details-ed .row:first-child {
    border-bottom: 1px solid #eee;
}

.project-details-ed .col {
    font-size: 14px;
    padding: 6px 0;
}

.project-details-modal {
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.project-details-modal h2 {
    font-size: 16px;
}

.project-details-modal .content {
    font-size: 14px;
    color: #999
}

.project-details-case .row {
    border-top: 1px solid #eee;
}

.project-details-case .row:last-child {
    border-bottom: 1px solid #eee;
}

.project-details-case .col {
    padding: 6px 0;
    color: #666
}

.project-details-case .col p {
    font-size: 12px;
    color: #999
}


/*银行卡*/
.bank-card {
    box-shadow: none;
    border-radius: 6px;
    margin-top: 0
}

.bank-card .inner {
    padding: 0 16px;
}

.bank-card .item:first-child {
    border-top: 0;
}

.bank-card .item-avatar {
    padding-left: 88px;
}

.bank-card .item-avatar>img:first-child {
    border: 1px solid #eee;
    top: 10px;
    left: 6px;
    max-width: 60px;
    max-height: 60px;
}

.bank-card h2 {
    font-size: 18px;
    color: #333
}

.bank-card h2.balanced {
    color: #32c880
}

.bank-card p {
    margin-top: 4px;
    font-size: 16px;
    color: #999;
}

.bank-card .card-title {
    padding: 10px 0px;
    color: #333
}

.bank-card .card-tips {
    padding: 10px 16px;
    color: #999
}

.add-button .button {
    border: 1px dashed #999;
    background: rgba(255, 255, 255, .3);
    color: #32c880
}


.brand-box {
    bottom: 0px;
    background-color: #FFF
}

.brand-box .row {
    border-bottom: 1px solid #eee
}

.brand-box .col {
    border-left: 1px solid #eee
}

.brand-box .col button.current {
    color: #007aff
}

.footer-info {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 60px;
    padding-left: 90px;
    padding-right: 110px;
    text-align: center;
    border-top: #ccc solid 1px;
    background: #fff;
}

.footer-info .checkbox {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
}

.footer-info .checkbox input {
    float: left;
    margin-right: 5px;
}

.footer-info .checkbox span {
    float: left;
    width: 30px;
    height: 28px;
    line-height: 28px;
}

.footer-info .price {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

.footer-info .price b {
    color: #333;
    font-weight: 400
}

.footer-info .price span {
    display: block;
    font-size: 12px;
}

.footer-info .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #007aff;
}

.footer-info .btn1 {
    position: absolute;
    top: 0px;
    right: 100px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f1b547;
}

.footer-info .btn-delete {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f1b547;
}

.footer-button-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #FFF;
    padding: 0 10px;
}

.tab-content.show {
    display: block;
}

.tab-content {
    display: none;
}


.footer-info.confirm-order {
    padding-left: 0;
    padding-right: 150px;
}

.footer-info.confirm-order .price {
    font-size: 16px;
    margin-top: 20px;
}

.footer-info.confirm-order .btn {
    width: 140px;
    background: #007aff;
}

.footer-buy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    border-top: #ccc solid 1px;
    background: #fff;
}

.footer-buy .share {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.footer-buy .share i {
    display: block;
    font-size: 28px;
}

.footer-buy .btn1 {
    padding: 0;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background: #f1b547;
}

.footer-buy .btn2 {
    padding: 0;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    background: #007aff;
}

.footer-buy .point {
    position: absolute;
    left: 36px;
    top: 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
    font-size: 12px;
    background: #f30a0a;
    color: #FFF;
    border-radius: 50%;
}

.item-note-left {
    margin-left: 10px;
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.item-note-left b {
    margin-left: 10px;
    font-weight: normal;
}

.footer-shop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    padding: 0;
    border-top: #ccc solid 1px;
    background: #fff;
    z-index: 10;
}

.footer-shop a {
    display: block;
    border-right: #ccc solid 1px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
}


.list-tittle {
    margin: 10px;
}

.list .item .first {
    float: left;
    width: 30%;
}



/*我的*/
.user-modal {
    background: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}

.my-header {
    position: relative;
    width: 100%;
    height: 120px;
    background: #007aff;
    background-size: 100% 270px;
}

.my-header .setup {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
}

.my-header .user-icon {
    display: block;
    margin: 0 auto;
    font-size: 18px;
    height: 60px;
    width: 60px;
    border-radius: 40px;
    overflow: hidden
}

.my-header .user-icon img {
    width: 100%;
    height: 100%;
}

.my-header .user-info {
    padding-top: 26px;
    color: #FFF;
}

.my-header .user-info h3 {
    font-size: 16px;
    color: #FFF;
}

.my-header .user-info h4 {
    font-size: 14px;
    margin: 0;
    color: #abf4bc;
}

.my-header .user-info .money {
    font-size: 24px;
}

.my-header .financing-button {
    padding: 0 50px 0 50px;
}

.my-header .financing-button .button {
    background: #fd8230;
    border-radius: 22px;
    margin: 0;
}

.my-header .my-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding-bottom: 0;
}

.my-header .my-info .col {
    padding-top: 8px;
    text-align: center;
    color: #fff;
    border-top: rgba(255, 255, 255, 0.2) solid 1px;
    border-right: rgba(255, 255, 255, 0.2) solid 1px;
}

.my-header .my-info .col:last-child {
    border-right: none;
}

.my-header .my-info .col b {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.my-header .my-info .col span {
    display: block;
    font-size: 12px;
    opacity: .7
}

.my-header .button {
    color: #fff;
}

.my-list .item {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

.my-list .item:first-child {
    border-top: 0px;
}

.my-list .sub-info {
    color: #999;
    margin-left: 10px;
}

.my-list .green {
    color: #007aff;
}

.my-list .item-icon-right .icon {
    right: 0px;
}

.my-list .item-icon-right .icon-arrow-bottom {
    font-size: 16px;
}

.my-list .item .icon-left {
    color: #007aff;
}

.my-list h4 {
    font-size: 16px;
}

.my-list .icon-arrow-right {
    font-size: 18px;
}

.my-list .question {
    position: relative;
    font-size: 16px;
}

.my-list .question .icon {
    position: absolute;
    right: 0;
    top: 0
}

.my-list .answer {
    color: #999;
    padding-top: 10px;
    font-size: 12px;
    white-space: normal;
    display: none
}

.my-list .current .answer {
    display: block
}

.my-list .current .icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
}

.my-list .money {
    font-size: 20px;
}

/*信息中心*/
.news-box {
    top: 94px
}

.news-class-btn {
    padding: 10px 50px;
    border: 0px;
    height: 54px;
}

.my-news-list .item.read p {
    color: #999;
}

.my-news-list .item p {
    white-space: normal;
    color: #303030;
}

.my-news-list .item p.time {
    color: #ccc;
    margin-top: 8px;
}

.my-button.button-outline {
    border: #32c880 solid 1px;
    color: #32c880 !important;
    min-width: 100px;
}

/*登录*/
.login .logo {
    width: 100px;
    height: 90px;
    margin: 40px auto 20px auto;
    overflow: hidden;
}

.login .logo img {
    width: 100%;
}

.login-bottom-btn {
    margin-top: 30px;
    text-align: center
}

.login-bottom-btn .button {
    padding: 0 8px;
    background: none !important;
}

.login-bottom-btn b {
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    border-right: #ccc solid 1px;
}

.item-button-right>.button-clear-1 {
    right: 40px;
}

.item-button-right>.button-eye {
    border-left: solid 1px #4d4948;
}

.nav-bar i.icon-arrow-back {
    color: #fff;
}

.nav-bar .title {
    position: absolute;
    right: 80px;
    top: 0;
    left: 80px;
    font-size: 20px;
    color: #fff;
    height: 44px;
    line-height: 44px;
    margin: 0;
    text-align: center;
}


/*文字调整*/
.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 22px;
}

.fz-24 {
    font-size: 24px;
}

.fz-26 {
    font-size: 26px !important;
}

.fz-30 {
    font-size: 30px;
}

.fz-40 {
    font-size: 40px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.margin-top {
    margin-top: 10px;
}

.margin-left {
    margin-left: 10px;
}

.margin-right {
    margin-right: 10px;
}

.margin-bottom {
    margin-bottom: 10px;
}

/*.list .item-icon-left .icon,.list .item-icon-right .icon{ font-size: 18px;}*/

.top-tips-login {
    background: #929292;
    line-height: normal;
    font-size: 12px;
}

.small-logo {
    margin: 5px;
    display: block;
    height: 30px;
    line-height: 1.5;
}

.set-loading {
    display: block;
    line-height: 25px;
    border-radius: 5px;
    background: #007aff;
    font-size: 14px;
    width: 100%;
}

.float-left {
    float: left;
    margin-left: 10px;
}

.float-right {
    float: right;
}

.border-top-none {
    border-top: none;
}

.border-bottom-none {
    border-bottom: none;
}

.project-bar-header.bar-search .index-bar-input {
    width: 75%;
    padding-left: 20px;
    left: 20px;
    -webkit-transform: translateX(0);
}

.project-bar-header.bar-search .back {
    position: absolute;
    right: 10px;
    top: 5px;
}


.item-button-right>.button.my-button-1 {
    top: 6px;
    right: 8px;
    height: 34px;
    line-height: 34px;
    padding: 0px;
    min-width: 80px;
    text-align: center;
    display: block;
}

.item-button-right>.button.my-button-1 img {
    min-width: 100px;
    height: 34px;
}

.item-button-right>.button.my-button-1 .icon {
    color: #ccc;
}

.item-button-right>.button.button-get {
    min-height: 30px;
    line-height: 24px;
    height: 30px;
    background: #FFF;
    font-size: 14px;
    color: #32c880;
    border: 1px solid #32c880
}


.topTips {
    padding: 8px 0 8px 16px;
    font-size: 14px;
}

.bottomTips {
    padding: 0 0 16px 16px;
    font-size: 12px;
    color: #999
}

.errTips {
    padding: 0 0 16px 16px;
    font-size: 14px;
    color: #F00
}

/*.thelist{width: 2500px;}*/
/*弹窗自动消失*/
.popup-container.popup-hide .popup {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes scaleOut {
    from {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(0.8);
        opacity: 0;
    }
}

@keyframes scaleOut {
    from {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0.8);
        opacity: 0;
    }
}

.bar-subheader {
    top: 44px;
    border: 0px;
    background: rgba(255, 255, 255, 0.6)
}

.bar-subheader-top204 {
    top: 204px;
    border: 0px;
    background: rgba(255, 255, 255, 0.6)
}

.fix-main {
    overflow: hidden;
}

/*弹窗*/
.myPopup-1 .popup {
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
    width: 88%
}

.myPopup-1 .popup-body {
    padding: 20px;
    color: #333;
    background: #f2f2f2;
}

.myPopup-1 .popup .popup-buttons {
    min-height: 44px;
    padding: 0;
}

.myPopup-1 input.pay-password {
    padding: 2px 4px;
    font-size: 16px;
}

.myPopup-1 input.pay-password:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
}

.myPopup-2 .popup {
    border-radius: 8px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    min-width: 100px;
}

.myPopup-2 .popup-head {
    display: none
}

.myPopup-2 .popup-body {
    font-size: 14px;
    color: #FFF;
    padding: 15px;
    text-align: center
}

.myPopup-2 .popup .popup-buttons {
    min-height: 30px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden
}

.myPopup-3 .popup {
    border-radius: 8px;
    background: #FFF;
}

.myPopup-3 .popup-head {
    border-bottom: 0px;
    padding-bottom: 0;
}

.myPopup-3 .popup-head .popup-title {
    color: #fff;
}

.myPopup-3 .popup-head .popup-title .icon {
    font-size: 70px;
}

.myPopup-3 .popup-body {
    color: #333;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    max-height: 280px
}

.myPopup-3 .popup .popup-buttons {
    min-height: 30px;
    padding: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    border-top: 1px solid #eee
}

.myPopup-3 input.pay-password {
    padding: 2px 4px;
    font-size: 16px;
}

.myPopup-3 .cancel {
    background: #FFF;
    border-right: 1px solid #eee;
    color: #999
}

.myPopup-3 .confirm {
    background: #FFF;
    color: #32c880
}

.button.myPopupButton {
    background: #FFF;
    margin: 0;
    color: #007aff;
    border-radius: 0px;
    height: 35px;
    min-height: 35px;
    line-height: 35px;
}

.button.button-1 {
    background: #FFF;
    color: #666;
    border-right: 1px solid #ccc;
}

.button.button-2 {
    background: #FFF;
    color: #007aff;
    border: 0px;
}

.myPopup-3 .popup-head .popup-title-1 {
    color: #303030;
    font-weight: bold;
}

.myPopup-3 .popup-body .popup-input {
    border: none;
    background: #e6e6e6;
    text-indent: 10px;
}

.myPopup-3 .popup-body .popup-item-input {
    position: relative;
}

.myPopup-3 .popup-body .popup-item-input .button-clear {
    position: absolute;
    right: -4px;
    top: -4px;
}


.my-select {
    background: none;
    border: none;
    color: #787882;
    /*appearance:none;*/
    /*-moz-appearance:none; !* Firefox *!*/
    /*-webkit-appearance:none;*/
    margin-right: 6px;
    width: 100%
}

.my-select>option {
    color: #000
}

.my-select-1 {
    background: none;
    border: none;
    color: #787882;
    /*appearance:none;*/
    /*-moz-appearance:none; !* Firefox *!*/
    /*-webkit-appearance:none;*/
    margin-right: 6px;
}

.my-select-1>option {
    color: #000
}


.content-1 {
    border-radius: 6px;
    border: 2px dashed #007aff
}

.content-1 p:first-letter {
    margin-left: -1.5em;
}

.content-1 p {
    margin-left: 1.5em;
}

.feedback .item-icon-right .icon {
    font-size: 30px;
}

/*提示*/
.ui-result-1 {
    text-align: center;
    padding: 30px 0 0 0;
}

.ui-result-1 .e-404,
.ui-result-1 .e-500 {
    display: block;
}

.ui-result-1 .e-404 img {
    width: 260px;
}

.ui-result-1 .e-500 img {
    width: 170px;
}

.ui-result-1 .e-other img {
    width: 100px;
}

.ui-result-1 h2 {
    font-size: 16px;
    margin: 10px 0 20px 0;
    line-height: 24px;
    text-align: center;
    color: #000
}

.ui-result-1 p {
    font-size: 14px;
}

.ui-result-1 .details {
    padding: 0 30px;
    text-align: left
}

.ui-result-2 {
    text-align: center;
}

.ui-result-2 .icon {
    display: block;
    text-align: center;
    margin: 100px auto 10px auto;
    font-size: 6rem;
}

.ui-result-2 h2 {
    margin: 10px 0;
    font-size: 16px;
    color: #666;
    background: none;
}

.ui-result-2 p {
    margin: 5px 0 0 0;
    color: #999;
}

.ui-result-2 p a {
    color: #999;
}

.my-bar {
    padding: 0 10px;
    border-bottom: 1px solid #eee;
}

.my-bar .button.button-clear {
    font-size: 16px;
    border-radius: 0
}

.my-bar .button.myActive {
    border-bottom: 2px solid #32c880;
    color: #32c880;
    font-weight: 500;
}

.my-bar-footer {
    padding: 0;
    height: auto;
}

.my-bar-footer .footer-button {
    background: #32c880;
    color: #FFF;
    margin: 0;
    height: 44px;
}

.my-bar-footer-1 {
    padding: 0 40px;
    height: auto;
    background: rgba(0, 0, 0, .5);
}

.my-bar-footer-1 .footer-button {
    background: #fd8230;
    color: #FFF;
    border-radius: 20px;
    font-size: 16px;
    min-height: 44px;
}

.car-project-list .friend {
    overflow: hidden
}

.car-project-list .friend .title {
    float: left;
    color: #999;
    height: 30px;
    line-height: 30px;
}

.car-project-list .friend .img-item {
    float: left;
    width: 100px;
    height: 32px;
    border: 1px solid #eee;
}

.car-project-list .friend .img-item img {
    width: 100%
}

/*弹窗银行卡列表*/
.alert-bank-list .item {
    border-left: 0;
    border-right: 0
}

.alert-bank-list .item:first-child {
    border-top: 0;
}

.alert-bank-list .item:last-child {
    border-bottom: 0;
}

.alert-bank-list .item h2 {
    margin-top: 10px;
    border-left: 0;
    border-right: 0;
    padding-left: 20px
}

/*弹窗银行卡列表*/
.alert-list .item {
    border-left: 0;
    border-right: 0
}

.alert-list .item:first-child {
    border-top: 0;
}

.alert-list .item:last-child {
    border-bottom: 0;
}

.alert-list .item h2 {
    border-left: 0;
    border-right: 0;
    text-align: left
}

input[disabled] {
    background: none;
    color: #333;
}

.loan-confirm .title {
    color: #40ca8a;
    text-align: center;
    padding: 16px 0 10px 0;
}

.loan-confirm .content {
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 0 16px #ddd;
    margin: 0 10px;
}

.loan-confirm .content-top {
    padding: 16px;
    border-bottom: 1px solid #ccc;
}

.loan-confirm .content-top .project-name {
    font-size: 18px;
    color: #333;
}

.loan-confirm .content-top .money-title {
    color: #999;
    font-size: 14px;
    padding: 10px 0 0 10px;
}

.loan-confirm .content-top .other {
    color: #999;
    font-size: 16px;
    padding: 10px 0 0 10px;
}

.loan-confirm .content-top .money {
    color: #333;
    font-size: 40px;
    border-bottom: 1px solid #eee;
}

.loan-confirm .content-top .money span {
    font-size: 30px;
    position: relative;
    margin-right: -14px;
}

.loan-confirm .info-list {
    padding: 16px;
    color: #999;
}

.loan-confirm .info-list ul li {
    margin-bottom: 10px;
    white-space: nowrap;
}

.loan-confirm .info-list ul li span {
    display: inline-block;
    width: 100px;
}

.loan-confirm .info-list ul li b {
    font-weight: 400;
    color: #000;
    margin-right: 4px;
}

.loan-confirm .info-list h4 {
    font-size: 20px;
}

.loan-confirm .other-info {
    padding-bottom: 10px;
    color: #999;
}

.loan-confirm .other-info span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
}

.loan-confirm .info-1 {
    background: #f4f4f4 url(../img/fenge.png) left bottom no-repeat;
}

.loan-confirm .info-2 {
    background: url(../img/line.png) left bottom no-repeat;
}

.loan-confirm .buttons-box {
    text-align: center;
    padding: 16px 0;
}

.loan-confirm .buttons-box .btn-1 {
    text-align: center;
    border: 1px solid #3eca89;
    color: #3eca89;
    width: 80px;
    margin-right: 10px;
}

.loan-confirm .buttons-box .btn-2 {
    text-align: center;
    border: 1px solid #bbb;
    color: #666;
    width: 80px;
}

.agreement {
    padding: 16px 30px;
}

.agreement .item {
    border: 0;
    padding: 10px 16px 10px 50px;
}

.checkbox-assertive .checkbox-icon:before,
.checkbox-assertive input:before {
    border: 0;
    background: #ddd;
}

.checkbox input:after,
.checkbox-icon:after {
    opacity: 1;
}

.checkbox-assertive input:checked+.checkbox-icon:before,
.checkbox-assertive input:checked:before {
    background: #3eca89;
    border: 0;
}

/*loading*/


/* 汤品预定页 */
.product-detal .soups_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #007aff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}

.product-detal .soups_type>ul>li {
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.product-detal .soups_type>ul>li>img {
    width: 80px;
    height: 50px;
    flex: 1;
}

.product-detal .soups_type>ul>li>.soups_info {
    flex: 2.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}

.product-detal .soups_type>ul>li>.soups_info>.name {
    font-size: 14px;
    color: #000;
}

.product-detal .soups_type>ul>li>.soups_info>.price {
    font-size: 12px;
    color: #666;
}

.product-detal .soups_type>ul>li>.soups_count {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.product-detal .soups_type>ul>li>.soups_count>input {
    width: 40px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-detal .soups_type>ul>li>.soups_count>.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    font-size: 20px;
    width: 35px;
    height: 35px;
    background: #f8f8f8;
}

.product-detal .soups_type>ul>li>.soups_count>.btn.dis {
    color: #c0c0c0;
}

.soups_wrap>.soups_btm {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
    color: #666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soups_btm>.at_once_reserve {
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #007aff;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

/* 不就餐报送页 */
.phone_bind .phone_bind_title,
.not_repast_title {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #007aff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.not_repast_wrap > .title {
    background: #fff;
    width: 100%;
}
    .not_repast_wrap > .title li {
        padding: 10px;
        font-size: 16px;
        color: #777;
        text-align: center;
        width: 100%;
    }
.not_repast_wrap>.prompt {
    padding: 10px;
    font-size: 12px;
    color: #777;
    width: 100%;
}


    .not_repast_wrap > .prompt li.room {
        float: left;
        border: 1px solid #fff;
        text-align: center;
        vertical-align: middle;
        background: #4dbd54;
        width: 33%;
        height: 30px;
        padding-top: 5px;
    }
        .not_repast_wrap > .prompt li.room a {
            color: #fff;
            vertical-align: middle;
        }
.not_repast_wrap > .prompt li.car {
    float: left;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    background: #4dbd54;
    width: 24%;
    height: 30px;
    padding-top: 5px;
}
.not_repast_wrap > .prompt li.car a {
    color: #fff;
    vertical-align: middle;
}
.not_repast_wrap>.prompt p {
    margin: 0;
}

.take_food_wrap .take_food_title,
.resolve_wrap .resolve_title,
.week_menu_title,
.get_anomaly .get_anomaly_title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #007aff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
    position: relative;
}

.take_food_wrap .take_food_title a,
.phone_bind .phone_bind_title a,
.get_anomaly .get_anomaly_title a {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1.5px solid #fff;
    border-right-width: 0;
    border-bottom-width: 0;
    transform: rotate(-45deg);
    left: 15px;
    top: 15px;
}

.get_anomaly .get_anomaly_cont li {
    background: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #000;
}

.get_anomaly .get_anomaly_cont li .time {
    color: #999;
}

.pop_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    z-index: 999;
    align-items: center;
}

.not_repast_wrap .not_eat_btn {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.not_repast_wrap .not_eat_btn button {
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
}

.not_repast_wrap .not_eat_btn .cancel {
    background: #f0f0f0;
}

.not_repast_wrap .not_eat_btn .affirm {
    background: #007aff;
    color: #fff;
}

.not_repast_wrap .popup {
    width: 200px;
    height: 160px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

/* 预定成功页 */
.resolve_wrap .resolve_pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px 0;
}

.resolve_wrap .resolve_pic>h4 {
    color: #000;
    font-size: 18px;
}

.resolve_wrap .resolve_pic .list {
    margin-top: 20px;
    margin-bottom: 0;
    width: 80%;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.resolve_wrap .resolve_pic .list li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}

.resolve_wrap .resolve_pic .total {
    width: 80%;
    border: 1px solid #ddd;
    /* border-top-width: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;   
}

.resolve_wrap .back_btn {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #007aff;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.resolve_wrap .back_btn a {
    color: #fff;
}

.take_food_wrap .take_food_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    background: #fff;
}

.take_food_wrap .take_food_date p:nth-of-type(3) {
    margin: 0;
}

.take_food_wrap .take_food_date .take_food_date_cont {
    width: 70%;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
    .take_food_wrap .resolve_pic .ziqu,
    .take_food_wrap .resolve_pic .daiqu,
    .take_food_wrap .take_food_date .btn {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        background: #007aff;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
        margin: auto;
        margin-top: 10px; 
    }
        .take_food_wrap .resolve_pic .ziqu a,
        .take_food_wrap .resolve_pic .daiqu a,
        .take_food_wrap .take_food_date .btn a {
            color: #fff;
        }
.resolve_wrap .resolve_pic .ziqu,
.resolve_wrap .resolve_pic .daiqu,
.take_food_wrap .take_food_date .btn {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    background: #007aff;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.resolve_wrap .resolve_pic .ziqu a,
.resolve_wrap .resolve_pic .daiqu a,
.take_food_wrap .take_food_date .btn a {
    color: #fff;
}

/* 代领页 */
.take_food_wrap .take_food_date .dailing {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.take_food_wrap .take_food_date .dailing input {
    border: 1px solid #ddd;
    padding-left: 10px;
}


/* 首页每周菜单的每日菜单样式 */
.day_menu .day_menu_box {
    padding: 0 10px;
    /* border: 1px solid #aaa; */
    border-top-width: 0;
}

.day_menu .day_menu_box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.day_menu .day_menu_box li+li {
    /* border-top: 1px solid #aaa; */
}

.day_menu .day_menu_box li>span {
    flex: 1;
}

.day_menu .day_menu_box li>.menu_item {
    flex: 5;
    position: relative;
}

.day_menu .day_menu_box li>.menu_item:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -15px;
    top: 0;
    background: #aaa;
}

.fc-header-right {
    vertical-align: middle !important;
}
.fc-header-right .fc-header-title h2{
    font-size: 14px;
    margin-bottom: 0;
}
.fc-border-separate {
    font-size: 0.8em !important;
}