﻿@charset "utf-8";

.fillBottomBtn {
    float: left;
    width: 100%;
    height: 80px;
}

.bottomBtn {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    border-top: 10px solid #eee;
    background-color: White;
}

    .bottomBtn a {
        float: left;
        display: block;
        height: 60px;
        text-align: center;
    }

    .bottomBtn .toCart {
        background: url(../../Images/cart.png) no-repeat center 5px;
        background-size: 36px 36px;
        border-right: 1px solid #bbb;
    }

    .bottomBtn .toClassify {
        background: url(../../Images/item.png) no-repeat center 12px;
        background-size: 24px 24px;
        border-right: 1px solid #bbb;
    }

    .bottomBtn .toOrder {
        background: url(../../Images/order.png) no-repeat center 5px;
        background-size: 36px 36px;
    }

    .bottomBtn .toNearBy {
        background: url(../../Images/nearby.png) no-repeat center 8px;
        background-size: 30px 30px;
        border-right: 1px solid #bbb;
    }

    .bottomBtn .toAllStores {
        background: url(../../Images/stores.png) no-repeat center 8px;
        background-size: 30px 30px;
    }

    .bottomBtn .toSign {
        background: url(../../Images/pin.png) no-repeat center 8px;
        background-size: 30px 30px;
    }

    .bottomBtn a span {
        display: block;
        color: #999;
        font-size: 12px;
        margin-top: 35px;
    }

.inputArea {
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 100%;
}

    .inputArea p {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
    }

        .inputArea p.noBorder {
            border: none;
        }

        .inputArea p label {
            float: left;
            width: 28%;
        }

        .inputArea p input[type=text], .inputArea p input[type=password], .inputArea p input[type=file] {
            float: left;
            font-size: 14px;
            width: 70%;
            border: none;
            height: 28px;
        }

        .inputArea p textarea {
            float: left;
            font-size: 14px;
            width: 70%;
            border: none;
            height: 50px;
            margin-top: 5px;
        }

        .inputArea p select {
            float: left;
            font-size: 14px;
            border: none;
            height: 28px;
        }

        .inputArea p input.phone, .inputArea p .textBeforeBtn {
            float: left;
            width: 40%;
        }

        .inputArea p .btnAfterText {
            float: left;
            width: 30%;
            height: 28px;
            padding: 3px 0px;
            font-size: 14px;
            font-weight: bold;
            background-color: #43A6D0;
            color: #fff;
            border: none;
        }

        .inputArea p .blockPanel {
            float: left;
            display: block;
            font-size: 14px;
            width: 70%;
        }

        .inputArea p .panelLine {
            float: left;
            display: block;
            width: 100%;
        }

        .inputArea p .orgCheckBox {
            display: none;
        }

        .inputArea p .roundCheckBox {
            float: left;
            width: 16px;
            height: 16px;
            background: url(../../Images/check_gray.png) no-repeat;
            background-size: 16px 16px;
            margin: 7px 10px 0px 0px;
        }

        .inputArea p .blockArea {
            float: left;
            display: block;
            font-size: 14px;
            width: 70%;
        }

.inputArea1 {
    margin-top: 10px;
    float: left;
    width: 100%;
    height: 100%;
}

    .inputArea1 p {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ebebeb;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 30px;
    }

        .inputArea1 p.noBorder {
            border: none;
        }

        .inputArea1 p label {
            float: left;
            width: 38%;
        }

        .inputArea1 p input[type=text], .inputArea1 p input[type=password] {
            float: left;
            font-size: 14px;
            width: 60%;
            border: none;
            height: 28px;
        }

        .inputArea1 p textarea {
            float: left;
            font-size: 14px;
            width: 60%;
            border: none;
            height: 50px;
            margin-top: 5px;
        }

        .inputArea1 p select {
            float: left;
            font-size: 14px;
            border: none;
            height: 28px;
        }

        .inputArea1 p input.phone, .inputArea1 p .textBeforeBtn {
            float: left;
            width: 30%;
        }

        .inputArea1 p .btnAfterText {
            float: left;
            width: 30%;
            height: 28px;
            padding: 3px 0px;
            font-size: 14px;
            font-weight: bold;
            background-color: #43A6D0;
            color: #fff;
            border: none;
        }

        .inputArea1 p .blockPanel {
            float: left;
            display: block;
            font-size: 14px;
            width: 60%;
        }

        .inputArea1 p .panelLine {
            float: left;
            display: block;
            width: 100%;
        }

        .inputArea1 p .orgCheckBox {
            display: none;
        }

        .inputArea1 p .roundCheckBox {
            float: left;
            width: 16px;
            height: 16px;
            background: url(../../Images/check_gray.png) no-repeat;
            background-size: 16px 16px;
            margin: 7px 10px 0px 0px;
        }

        .inputArea1 p .blockArea {
            float: left;
            display: block;
            font-size: 14px;
            width: 60%;
        }

.bottom {
    float: left;
    width: 100%;
    height: 20px;
}

.map {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 300px;
}

.nearByList {
    float: left;
    margin-top: 20px;
    width: 100%;
    height: 150px;
    overflow-y: auto;
}

    .nearByList ul {
        float: left;
        width: 98%;
        margin-bottom: 20px;
    }

        .nearByList ul li {
            float: left;
            width: 100%;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: 1px solid #43A6D0;
        }

            .nearByList ul li:last-child {
                border-bottom: none;
            }

            .nearByList ul li p {
                display: block;
                float: left;
                width: 100%;
                line-height: 20px;
            }

                .nearByList ul li p:first-child {
                    font-weight: bold;
                }

                .nearByList ul li p .phone {
                    float: right;
                    font-weight: normal;
                }

.allStores {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .allStores li {
        float: left;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #43A6D0;
    }

        .allStores li:last-child {
            border-bottom: none;
        }

        .allStores li p {
            display: block;
            float: left;
            width: 100%;
            line-height: 20px;
        }

            .allStores li p:first-child {
                font-weight: bold;
            }

            .allStores li p .phone {
                float: right;
                font-weight: normal;
            }

.qrcodeArea {
    float: left;
    width: 100%;
}

    .qrcodeArea p {
        text-align: center;
        width: 100%;
    }

    .qrcodeArea img {
        text-align: center;
        width: 100%;
    }

.fullPage {
    float: left;
    width: 100%;
    margin: 0px;
    background-color: #fff;
}

.grayBanner {
    float: left;
    width: 100%;
    height: 60px;
    margin: 0px;
    background-color: #ebebeb;
}

.innerWhiteBanner {
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 13px;
    background-color: #fff;
}

.whiteBanner {
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    background-color: #fff;
}

.bannerArrText {
    display: block;
    float: left;
    width: 90%;
    height: 16px;
    margin-left: 5%;
    margin-top: 9px;
    background: url(../../Images/arr.png) no-repeat right 0px;
    background-size: 16px 16px;
}

.bannerBlkText {
    display: block;
    float: left;
    height: 16px;
    margin-left: 5%;
    margin-top: 9px;
}

.nav {
    width: 100%;
    float: left;
}

    .nav li {
        float: left;
        width: 49%;
        height: 35px;
        margin-bottom: 5px;
        background-color: #ebebeb;
    }

        .nav li:nth-child(2n) {
            margin-left: 2%;
        }

        .nav li a {
            float: left;
            width: 100%;
            height: 100%;
            display: block;
        }

            .nav li a span {
                float: left;
                width: 80%;
                height: 16px;
                margin-left: 10%;
                margin-top: 9px;
                display: block;
                color: #666;
            }

.tabhead {
    float: left;
    width: 100%;
    height: 36px;
    background: #C4EDFF;
    border-bottom: 1px solid #43A6D0;
}

.tab {
    float: left;
    width: 90%;
    height: 31px;
    margin-left: 5%;
    margin-top: 5px;
    background: #C4EDFF;
    border-bottom: 1px solid #43A6D0;
}

    .tab li {
        float: left;
        height: 30px;
        background: #C4EDFF;
        color: #43A6D0;
        text-align: center;
        border-left: 1px solid #C4EDFF;
        border-top: 1px solid #C4EDFF;
        border-right: 1px solid #C4EDFF;
        border-bottom: none;
    }

        .tab li.current {
            background: #fff;
            color: #000;
            height: 31px;
            border-left: 1px solid #43A6D0;
            border-top: 1px solid #43A6D0;
            border-right: 1px solid #43A6D0;
            border-bottom: none;
        }

        .tab li div {
            height: 30px;
            line-height: 30px;
        }

.tabbody > li {
    display: none;
}

.scHis {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .scHis li {
        width: 100%;
        margin-top: 5px;
        color: #666;
        border-bottom: 1px solid #ebebeb;
    }

        .scHis li .btm {
            width: 100%;
            height: 5px;
        }

    .scHis table {
        width: 100%;
    }

        .scHis table .left {
            width: 70%;
            line-height: 22px;
        }

        .scHis table .right {
            width: 30%;
            text-align: right;
        }

.coupons {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .coupons li {
        width: 100%;
        margin-top: 5px;
        color: #666;
        border-bottom: 1px solid #ebebeb;
    }

    .coupons .coupon {
        display: block;
        width: 100%;
        height: 140px;
        background: #6db8fc;
        color: white;
        border: 1px solid #6db8fc;
        border-radius: 15px;
    }

        .coupons .coupon .money {
            width: 100%;
            height: 26px;
            margin-top: 10px;
            text-align: center;
            line-height: 26px;
            font-size: 20px;
            font-weight: bold;
        }

        .coupons .coupon .remark {
            width: 100%;
            height: 20px;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
        }

        .coupons .coupon .time {
            width: 100%;
            height: 16px;
            margin-bottom: 10px;
            text-align: center;
            line-height: 16px;
            font-size: 12px;
        }

        .coupons .coupon .tcode {
            width: 70%;
            height: 20px;
            margin-left: 15%;
            padding-top: 10px;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
            border-top: 1px solid white;
        }

        .coupons .coupon .tno {
            width: 70%;
            height: 20px;
            margin-left: 15%;
            text-align: center;
            line-height: 20px;
            font-size: 14px;
        }

    .coupons li .couponBottom {
        width: 100%;
        height: 5px;
    }

.couponCode {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

    .couponCode p {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .couponCode img {
        margin-bottom: 20px;
    }

    .couponCode .BarCode {
        width: auto;
    }

    .couponCode .QRCode {
        width: 50%;
    }

.orders {
    width: 100%;
    float: left;
    display: block;
}

    .orders > li {
        width: 100%;
        float: left;
        display: block;
        padding: 10px 0px 20px 0px;
        border-bottom: 2px solid #43A6D0;
    }

    .orders .head {
        width: 100%;
        display: block;
        line-height: 25px;
        word-wrap: break-word;
    }

    .orders .proItemLink {
        width: 100%;
        display: block;
        line-height: 25px;
        word-wrap: break-word;
    }

    .orders .operateBtn {
        float: right;
        color: #0000CC;
        height: 25px;
        line-height: 25px;
        margin-left: 15px;
    }

.ordersDetail {
    border: 1px solid #bebebe;
    border-bottom: none;
    width: 100%;
    display: block;
    float: left;
}

    .ordersDetail li {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #bebebe;
    }

        .ordersDetail li table {
            width: 100%;
        }

    .ordersDetail .picArea {
        width: 80px;
    }

        .ordersDetail .picArea a {
            width: 100%;
            display: block;
            font-size: 0px;
        }

    .ordersDetail .pic {
        width: 60px;
        margin: 10px;
    }

.nofile {
    width: 50%;
    margin: 100px auto 0px auto;
}

    .nofile img {
        width: 100%;
    }

    .nofile p {
        text-align: center;
        color: #b0b0b0;
    }

.exItemList {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .exItemList li {
        float: left;
        margin-bottom: 10px;
    }

    .exItemList .pic a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .exItemList .pic img {
        width: 100%;
    }

    .exItemList .title {
        font-size: 14px;
    }

        .exItemList .title a {
            display: block;
            width: 100%;
            height: 20px;
            overflow: hidden;
        }

        .exItemList .title p {
            font-weight: bold;
            margin-top: 5px;
        }

            .exItemList .title p span {
                color: red;
            }

.fitPanel {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.searchLine {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

    .searchLine span {
        float: left;
    }

.searchText {
    float: left;
    width: 100px;
    height: 30px;
    border: none;
    background: #eee;
    font-size: 14px;
}

.searchBtn {
    float: left;
    width: 30px;
    height: 30px;
}

.slideImgArea {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

    .slideImgArea img {
        width: 100%;
        margin-bottom: 10px;
    }

.proTitle {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 16px;
}

.proAttr {
    float: left;
    width: 100%;
}

    .proAttr p {
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .proAttr .sizeBox {
        float: left;
        display: block;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        padding: 3px;
        margin-top: 3px;
        margin-right: 10px;
        border: 1px solid #ccc;
    }

.buyNum {
    width: 100px;
    height: 20px;
    border: none;
    background: #eee;
    font-size: 14px;
}

.proDescTitle {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.proDescContent {
    float: left;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}

    .proDescContent img {
        width: 100%;
    }

.addInCart {
    border-radius: 8px 8px;
    background-color: #ff9500;
}

.goPay {
    border-radius: 8px 8px;
    background-color: #dd2727;
}

.cart {
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

    .cart tr {
        border-bottom: 1px solid #ccc;
    }

    .cart th {
        border-right: 1px solid #ccc;
        background: #ebebeb;
        height: 30px;
    }

        .cart th.last {
            border-right: none;
        }

    .cart td {
        border-right: 1px solid #ccc;
    }

        .cart td.last {
            border-right: none;
        }

    .cart .proLink {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .cart .proLink img {
            width: 80px;
        }

    .cart .buyNum {
        width: 50px;
    }


    .cart .orgCheckBox {
        display: none;
    }

    .cart .roundCheckBox {
        display: block;
        width: 16px;
        height: 16px;
        margin: auto;
        background: url(../../Images/check_gray.png) no-repeat;
        background-size: 16px 16px;
    }

    .cart .delCartBtn {
        padding: 3px 5px;
        border: none;
        border-radius: 5px 5px;
        background-color: #dd2727;
        color: white;
        font-size: 14px;
    }

.scoreArea {
    float: left;
    width: 100%;
    height: 25px;
    margin-top: 10px;
}

.buttonArea {
    float: left;
    width: 100%;
    height: 30px;
    margin-top: 10px;
}

.payBtn {
    float: right;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 8px 8px;
    background-color: #dd2727;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.giveBanner {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

    .giveBanner .btn {
        display: none;
        float: right;
        width: 50px;
        height: 25px;
        line-height: 25px;
        margin-top: 4px;
        margin-right: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        text-align: center;
        border-radius: 4px;
    }

.coupons .roundCheckBox {
    display: none;
    float: right;
    width: 24px;
    height: 24px;
    background: url(../../Images/check_gray.png) no-repeat;
    background-size: 24px 24px;
}

.buyCouponDesc {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.buyCard {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .buyCard li {
        float: left;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-weight: bold;
        color: #999;
        border-bottom: 1px solid #ccc;
    }

.tapBanner {
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    background-color: white;
}

.tapTitleBox {
    display: block;
    float: left;
    width: 80%;
    height: 30px;
    margin-left: 10%;
    margin-top: 9px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

    .tapTitleBox li {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #888;
        background-color: white;
    }

        .tapTitleBox li.current {
            background-color: #eee;
        }

.noneCouponDesc {
    float: left;
    margin-left: 20px;
}

.useCoupon {
    float: left;
    width: 100%;
}

    .useCoupon ul {
        float: left;
        width: 100%;
    }

    .useCoupon li {
        float: left;
        width: 100%;
        line-height: 25px;
    }

        .useCoupon li .roundCheckBox {
            float: left;
            width: 16px;
            height: 16px;
            background: url(../../Images/check_gray.png) no-repeat;
            background-size: 16px 16px;
            margin: 4px 5px 0px 0px;
        }

.useCard {
    float: left;
    width: 100%;
}

.payForm {
    float: left;
    width: 100%;
    margin-top: 20px;
}

    .payForm .wxExplorer {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .payForm .wxExplorer img {
            float: left;
            height: 30px;
            margin-left: 30px;
        }

.more {
    text-align: center;
    color: blue;
}

.grayBtn {
    margin: 10px auto 0px auto;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: gray;
    color: white;
    cursor: pointer;
}

.signMonthArea {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.signTable {
    float: left;
    width: 100%;
    margin-top: 10px;
}

    .signTable tr th, .signTable tr td {
        border: 1px solid #ccc;
        text-align: center;
        height: 30px;
    }

        .signTable tr td span {
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

.sysScore {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #51D651;
}

.sysNote {
    float: left;
    width: 100%;
    text-align: center;
}

.sysIcons {
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

    .sysIcons li {
        float: left;
        margin-top: 10px;
        margin-right: 6px;
        width: 60px;
    }

        .sysIcons li.right {
            margin-right: 0px;
        }

        .sysIcons li img {
            float: left;
            width: 40px;
            height: 40px;
            margin-left: 10px;
        }

        .sysIcons li span {
            float: left;
            display: block;
            width: 100%;
            text-align: center;
        }

.sysAllRes {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sysChkRes {
    float: left;
    display: none;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 20px;
}

.chkResLine {
    float: left;
    width: 100%;
    line-height: 25px;
}

.chkResDtArea {
    float: left;
    width: 100%;
    margin-top: 10px;
    overflow: auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.grayFilter {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.locDateArea {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 25px;
    line-height: 25px;
}

    .locDateArea input[type="text"] {
        float: left;
        width: 70%;
        height: 25px;
        border: none;
        background: #eee;
    }

    .locDateArea input[type="button"] {
        float: left;
        width: 30%;
        height: 25px;
        border: none;
        background: #43A6D0;
        font-weight: bold;
        color: white;
    }

.iscroll_tabhead {
    position: absolute;
    width: 100%;
    height: 36px;
    top: 50px;
    left: 0;
    background: #C4EDFF;
    border-bottom: 1px solid #43A6D0;
    z-index: 2;
}

.iscroll_tab {
    float: left;
    width: 90%;
    height: 31px;
    margin-left: 5%;
    margin-top: 5px;
    background: #C4EDFF;
    border-bottom: 1px solid #43A6D0;
}

    .iscroll_tab li {
        float: left;
        height: 30px;
        background: #C4EDFF;
        color: #43A6D0;
        text-align: center;
        border-left: 1px solid #C4EDFF;
        border-top: 1px solid #C4EDFF;
        border-right: 1px solid #C4EDFF;
        border-bottom: none;
    }

        .iscroll_tab li.current {
            background: #fff;
            color: #000;
            height: 31px;
            border-left: 1px solid #43A6D0;
            border-top: 1px solid #43A6D0;
            border-right: 1px solid #43A6D0;
            border-bottom: none;
        }

        .iscroll_tab li div {
            height: 30px;
            line-height: 30px;
        }

.iscroll_page {
    position: absolute;
    z-index: 1;
    width: 90%;
    left: 5%;
    bottom: 0px;
    background-color: #fff;
}

.iscroll_wrapper {
    position: absolute;
    z-index: 1;
    top: 10px;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.iscroll_scroller {
    position: absolute;
    z-index: 1;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

    .iscroll_scroller ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .iscroll_scroller li {
        display: none;
        padding: 5px 0px;
        color: #333;
        line-height: 20px;
        border-bottom: 1px solid #ebebeb;
    }

.noticeTime {
    padding-left: 7px;
    font-size: 12px;
    color: #666;
}

.noticeContent {
    clear: both;
    margin-top: 10px;
    overflow: auto;
}

.approveStatus {
    font-size: 12px;
    color: #666;
}

.approveSeaArea {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 35px;
}

.approveSeaLine {
    position: absolute;
    left: 5%;
    top: 5px;
    width: 90%;
    height: 29px;
    border-bottom: 1px solid #ddd;
}

    .approveSeaLine select {
        height: 25px;
        border: none;
        background: #eee;
        margin-right: 10px;
    }

    .approveSeaLine input[type="button"] {
        float: right;
        width: 60px;
        height: 25px;
        border: none;
        background: #43A6D0;
        font-weight: bold;
        color: white;
    }

.apprAttachBtn {
    display: inline-block;
    width: 60px;
    height: 30px;
    border: none;
    background: #43A6D0;
    font-weight: bold;
    text-align: center;
    color: white;
    border-radius: 5px 5px;
}

.apprDtScroll {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    overflow-x: auto;
    margin-bottom: 10px;
}

    .apprDtScroll table th, .apprDtScroll table td {
        padding: 2px 5px;
        height: 20px;
        line-height: 20px;
        word-break: keep-all;
        white-space: nowrap;
    }

.apprAgreeBtn {
    width: 20%;
    margin-left: 10%;
    margin-top: 12px;
    border-radius: 8px 8px;
    background-color: #00bf2d;
}

.apprRejectBtn {
    width: 20%;
    margin-left: 10%;
    margin-top: 12px;
    border-radius: 8px 8px;
    background-color: #ff9500;
}

.apprEndBtn {
    width: 20%;
    margin-left: 10%;
    margin-top: 12px;
    border-radius: 8px 8px;
    background-color: #dd2727;
}

.apprWorkFlow {
    float: left;
    width: 100%;
}

    .apprWorkFlow tr {
        margin-bottom: 10px;
    }

    .apprWorkFlow .wfImgArea {
        width: 40px;
    }

        .apprWorkFlow .wfImgArea img {
            float: left;
            width: 30px;
        }

.atteDateArea {
    float: left;
    width: 100%;
    margin-top: 20px;
    height: 25px;
    line-height: 25px;
}

    .atteDateArea label.atteTitle {
        float: left;
        height: 25px;
        margin-right: 10px;
    }

    .atteDateArea label.atteSplit {
        float: left;
        height: 25px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .atteDateArea select {
        float: left;
        width: 60px;
        height: 25px;
        border: none;
        background: #eee;
    }

    .atteDateArea input[type="button"] {
        float: left;
        width: 60px;
        height: 25px;
        margin-left: 10px;
        border: none;
        background: #43A6D0;
        font-weight: bold;
        color: white;
    }

.atteTable {
    float: left;
    margin-top: 15px;
    width: 100%;
}

    .atteTable tr {
        width: 100%;
        height: 90px;
        padding: 5px 0px;
        border-bottom: 1px solid #ccc;
    }

        .atteTable tr:last-child {
            border-bottom: none;
        }

    .atteTable .atteTbDay {
        width: 35%;
        text-align: center;
    }

    .atteTable .atteTbStatus {
        width: 40%;
    }

    .atteTable .atteTbTime {
        width: 25%;
        text-align: center;
    }

    .atteTable div {
        width: 100%;
        height: 20px;
    }

.RedPackImg {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.RedPackTitle {
    position: absolute;
    top: 200px;
    width: 90%;
    font-size: 40px;
    font-weight: bold;
    color: white;
    text-align: center;
}
