[v-cloak] {
    display: none;
}
/* 饿了么分页当前页颜色 */
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #9c0 !important;
}   
.el-pagination.is-background .el-pager li:not(.disabled):not(.active):hover {
    color: #9c0!important;
}
/* 顶部通栏 */
.module-header {
    height: 60px;
    width: 100%;
    min-width: 1236px;
    background-color: rgba(0,0,0,0.4);
    line-height: 60px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

    .module-header .logo {
        height: 100%;
        width: calc((100% - 1200px) * 0.5);
        min-width: 150px;
        display: inline-block;
    }

        .module-header .logo h2 {
            margin-left: 43.3333%;
            width: 150px;
            text-indent: -999em;
            height: 100%;
            background-image: url("/content/images/logo.png");
            background-size: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

    .module-header .menu {
        height: 100%;
        float: right;
        margin-right: 30px;
    }

        .module-header .menu ul {
            height: 100%;
        }

            .module-header .menu ul .menu-item {
                float: left;
                padding: 0 7px;
                margin: 0 18px;
                height: 100%;
            }

                .module-header .menu ul .menu-item.active,
                .module-header .menu ul .menu-item:hover {
                    color: #9c0;
                    border-bottom: 2px solid #9c0;
                }

                    .module-header .menu ul .menu-item.active a,
                    .module-header .menu ul .menu-item:hover a {
                        color: #9c0;
                    }

                .module-header .menu ul .menu-item a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    font-size: 16px;
                    color: #fff;
                }

    .module-header .user {
        float: right;
        width: calc((100% - 1200px) * 0.5);
        min-width: 260px;
        height: 100%;
    }

        .module-header .user .options .login,
        .module-header .user .options .signin {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            font-size: 18px;
            display: inline-block;
            cursor: pointer;
            color: #fff;
            background-color: #9c0;
            border: 1px solid #9c0;
            padding: 0 28px;
            border-radius: 19px;
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }

            .module-header .user .options .login:hover,
            .module-header .user .options .signin:hover {
                opacity: 0.85;
            }

        .module-header .user .options .signin {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            text-align: center;
            font-size: 18px;
            display: inline-block;
            cursor: pointer;
            color: #9c0;
            background-color: #fff;
            border: 1px solid #9c0;
            padding: 0 28px;
            border-radius: 19px;
            height: 40px;
            line-height: 40px;
            margin-left: 10px;
            font-size: 16px;
            height: 30px;
            line-height: 30px;
        }

            .module-header .user .options .signin:hover {
                opacity: 0.85;
            }

        .module-header .user .user-info {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
        }

            .module-header .user .user-info:hover .user-options {
                opacity: 1;
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            .module-header .user .user-info:hover .nickname {
                color: #9c0;
            }

                .module-header .user .user-info:hover .nickname:after {
                    -webkit-transform: rotateZ(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotateZ(0deg);
                    border-top: 10px solid #9c0;
                }

            .module-header .user .user-info .avatar {
                width: 40px;
                height: 40px;
                z-index: 999;
            }

                .module-header .user .user-info .avatar img {
                    border: 1px solid #fff;
                    vertical-align: top;
                    border-radius: 50%;
                    width: 100%;
                    height: 100%;
                }

            .module-header .user .user-info .nickname {
                font-size: 16px;
                color: #fff;
                position: relative;
                padding: 0 20px 0 10px;
                width: 120px;
                z-index: 999;
            }

                .module-header .user .user-info .nickname:after {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 41%;
                    width: 0;
                    height: 0;
                    -webkit-transform: rotateZ(180deg);
                    -ms-transform: rotate(180deg);
                    transform: rotateZ(180deg);
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-top: 10px solid #fff;
                }

            .module-header .user .user-info .user-options {
                background-color: rgba(0,0,0,0.8);
                position: absolute;
                top: 60px;
                width: 150px;
                text-align: center;
                -webkit-transform: translateY(-285px);
                -ms-transform: translateY(-285px);
                transform: translateY(-285px);
                opacity: 0;
                -webkit-transition: all 0.5s;
                -o-transition: all 0.5s;
                transition: all 0.5s;
            }

                .module-header .user .user-info .user-options .item {
                    height: 45px;
                    line-height: 45px;
                }

                    .module-header .user .user-info .user-options .item:hover a {
                        color: #9c0;
                        background-color: rgba(0,0,0,0.6);
                    }

                    .module-header .user .user-info .user-options .item a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        color: #fff;
                    }
/* 顶部通栏 */
/* banner */
.module-banner {
    min-width: 1220px;
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .module-banner .search {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 750px;
    }

        .module-banner .search .search-box {
            width: 100%;
            height: 50px;
            line-height: 50px;
            border-radius: 5px;
            overflow: hidden;
            -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
            box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
        }

            .module-banner .search .search-box #author-search {
                float: left;
                height: 100%;
                width: 690px;
                background-color: rgba(255,255,255,0.5);
                font-size: 18px;
                color: #666;
                padding-left: 15px;
                border: none;
            }

            .module-banner .search .search-box i.iconfont {
                text-align: center;
                float: right;
                font-size: 26px;
                cursor: pointer;
                height: 100%;
                width: 60px;
                background-color: #9c0;
                color: #fff;
            }

        .module-banner .search .keyword {
            color: #fff;
            font-weight: 700;
            font-size: 18px;
            height: 66px;
            line-height: 66px;
        }

            .module-banner .search .keyword .title {
                text-shadow: 0 0 5px #3c3c3c;
                display: inline-block;
                vertical-align: top;
            }

            .module-banner .search .keyword ul {
                vertical-align: -1px;
                display: inline-block;
                font-weight: normal;
                margin-left: 8px;
            }

                .module-banner .search .keyword ul .item {
                    float: left;
                }

                    .module-banner .search .keyword ul .item ~ .item:before {
                        content: '|';
                        margin: 0 5px;
                        color: #9c0;
                    }

                    .module-banner .search .keyword ul .item a {
                        color: #9c0;
                        text-shadow: 0 0 5px #3c3c3c;
                    }

    .module-banner h2 {
        text-indent: -999em;
    }

    .module-banner img {
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/* banner */
/* 购物/订单相关 */
.dialog {
    width: 640px;
    min-height: 400px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}

    .dialog .dialog-title {
        height: 40px;
        line-height: 40px;
        width: 100%;
        padding-left: 20px;
        background-color: #e9e9e9;
    }

        .dialog .dialog-title .text {
            font-size: 16px;
            float: left;
            color: #333;
        }

        .dialog .dialog-title .close {
            font-size: 30px;
            width: 40px;
            text-align: center;
            float: right;
            cursor: pointer;
            color: #333;
        }

    .dialog.order-detail {
        display: none;
        min-height: 330px !important;
        z-index: 999;
    }

        .dialog.order-detail:before {
            position: fixed;
            z-index: -36;
            left: -300%;
            top: -300%;
            content: '';
            height: 334vh;
            width: 357vw;
            background-color: rgba(0,0,0,0.5);
        }

        .dialog.order-detail.small-size {
            min-height: 240px !important;
        }

        .dialog.order-detail .dialog-content {
            width: 100%;
            padding: 20px;
            background-color: #fff;
        }

            .dialog.order-detail .dialog-content .title {
                height: 40px;
                line-height: 40px;
                margin-bottom: 15px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

                .dialog.order-detail .dialog-content .title .icon {
                    height: 40px;
                    width: 40px;
                    border-radius: 50%;
                    text-align: center;
                    color: #fff;
                    font-size: 30px;
                    background-color: #9c0;
                    position: relative;
                }

                    .dialog.order-detail .dialog-content .title .icon:after {
                        position: absolute;
                        top: 46%;
                        left: 50%;
                        content: "";
                        width: 10px;
                        height: 20px;
                        border-right: 2.5px solid #fff;
                        border-bottom: 2.5px solid #fff;
                        -webkit-transform: translate(-50%, -50%) rotate(40deg);
                        -ms-transform: translate(-50%, -50%) rotate(40deg);
                        transform: translate(-50%, -50%) rotate(40deg);
                    }

                .dialog.order-detail .dialog-content .title .text {
                    margin-left: 10px;
                }

            .dialog.order-detail .dialog-content .tip {
                margin-bottom: 20px;
            }

                .dialog.order-detail .dialog-content .tip .label {
                    font-size: 14px;
                    color: #f00;
                }

                .dialog.order-detail .dialog-content .tip .text {
                    letter-spacing: 0.5px;
                    font-size: 14px;
                    color: #666;
                }

            .dialog.order-detail .dialog-content .order-info {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .dialog.order-detail .dialog-content .order-info .item {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    margin-bottom: 15px;
                }

                    .dialog.order-detail .dialog-content .order-info .item .label {
                        font-size: 14px;
                        color: #333;
                    }

                    .dialog.order-detail .dialog-content .order-info .item .time {
                        font-size: 14px;
                        color: #333;
                    }

                    .dialog.order-detail .dialog-content .order-info .item .num {
                        color: #08a1f8;
                        margin-right: 5px;
                    }

            .dialog.order-detail .dialog-content .pay-options {
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
                margin-top: 20px;
            }

                .dialog.order-detail .dialog-content .pay-options .item {
                    height: 40px;
                    line-height: 38px;
                    text-align: center;
                    width: 186px;
                    border-radius: 2px;
                    border: 1px solid #ccc;
                    background-color: #f5f5f5;
                }

                    .dialog.order-detail .dialog-content .pay-options .item a {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                        .dialog.order-detail .dialog-content .pay-options .item a i.iconfont {
                            font-size: 20px;
                            color: #08a1f8;
                            vertical-align: -3px;
                        }

                            .dialog.order-detail .dialog-content .pay-options .item a i.iconfont.icon-weixin {
                                color: #09bb07;
                            }

                            .dialog.order-detail .dialog-content .pay-options .item a i.iconfont.icon-jiaoyi {
                                color: #f97c01;
                            }

                        .dialog.order-detail .dialog-content .pay-options .item a span {
                            color: #333;
                            margin-left: 6px;
                            font-size: 14px;
                        }

    .dialog.confirm-order {
        display: none;
        min-height: 480px !important;
        z-index: 999;
    }

        .dialog.confirm-order:before {
            position: fixed;
            z-index: -36;
            left: -300%;
            top: -150%;
            content: '';
            height: 334vh;
            width: 357vw;
            background-color: rgba(0,0,0,0.5);
        }


        .dialog.confirm-order .dialog-content {
            width: 100%;
            padding: 20px;
            overflow-y: auto;
            background-color: #fff;
        }

            .dialog.confirm-order .dialog-content .email {
                width: 100%;
            }

                .dialog.confirm-order .dialog-content .email .label {
                    line-height: 40px;
                    font-size: 14px;
                    font-weight: 700;
                    margin-right: 10px;
                }

                .dialog.confirm-order .dialog-content .email .email-address {
                    height: 36px;
                    line-height: 34px;
                    padding-left: 10px;
                    border-radius: 5px;
                    font-size: 14px;
                    margin-bottom: 15px;
                    color: #666;
                    width: 300px;
                    background-color: #fafafa;
                    border: 1px solid #ddd;
                }

                .dialog.confirm-order .dialog-content .email i.icon {
                    margin-left: 10px;
                    vertical-align: -3px;
                    font-size: 16px;
                    color: #f00;
                }

            .dialog.confirm-order .dialog-content .tip {
                width: 100%;
                padding-bottom: 20px;
                margin-bottom: 20px;
                color: #F56C6C;
                border-bottom: 1px solid #ddd;
            }

                .dialog.confirm-order .dialog-content .tip span.label,
                .dialog.confirm-order .dialog-content .tip span.text {
                    font-size: 14px;
                }

            .dialog.confirm-order .dialog-content .order-info {
                width: 100%;
            }

                .dialog.confirm-order .dialog-content .order-info .item {
                    height: 60px;
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }

                    .dialog.confirm-order .dialog-content .order-info .item ~ .item {
                        -webkit-box-sizing: content-box;
                        box-sizing: content-box;
                        padding-top: 10px;
                        margin-top: 10px;
                        border-top: 1px solid #ddd;
                    }

                    .dialog.confirm-order .dialog-content .order-info .item .img {
                        height: 60px;
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 60px;
                        flex: 0 0 60px;
                    }

                        .dialog.confirm-order .dialog-content .order-info .item .img img {
                            height: 100%;
                            width: 100%;
                        }

                    .dialog.confirm-order .dialog-content .order-info .item .info {
                        width: 230px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-pack: justify;
                        -ms-flex-pack: justify;
                        justify-content: space-between;
                        -webkit-box-orient: vertical;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                        flex-direction: column;
                        padding-left: 15px;
                    }

                        .dialog.confirm-order .dialog-content .order-info .item .info .title {
                            color: #333;
                            font-size: 16px;
                        }

                        .dialog.confirm-order .dialog-content .order-info .item .info .desc {
                            font-size: 14px;
                            color: #666;
                        }

                    .dialog.confirm-order .dialog-content .order-info .item .price {
                        -webkit-box-flex: 1;
                        -ms-flex: 1;
                        flex: 1;
                        line-height: 30px;
                        -ms-flex-item-align: start;
                        align-self: flex-start;
                        color: #f00;
                        font-size: 16px;
                    }

                .dialog.confirm-order .dialog-content .order-info .count {
                    font-size: 16px;
                    color: #666;
                    line-height: 45px;
                }

                    .dialog.confirm-order .dialog-content .order-info .count > span.num {
                        margin: 0 5px;
                        color: #62aef5;
                    }

                    .dialog.confirm-order .dialog-content .order-info .count .total {
                        display: inline-block;
                        color: #333;
                        font-size: 16px;
                        margin-left: 10px;
                    }

                        .dialog.confirm-order .dialog-content .order-info .count .total > span.num {
                            color: #f00;
                        }

            .dialog.confirm-order .dialog-content .order-options {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin: 20px 0 0;
                text-align: right;
                position: relative;
                bottom: 0px
            }

                .dialog.confirm-order .dialog-content .order-options .item {
                    margin-right: 20px;
                    text-align: center;
                    color: #fff;
                    width: 80px;
                    height: 36px;
                    line-height: 34px;
                    border-radius: 4px;
                    background-color: #62aef5;
                }

                    .dialog.confirm-order .dialog-content .order-options .item:last-child {
                        border: 1px solid #ccc;
                        background-color: #fff;
                    }

                        .dialog.confirm-order .dialog-content .order-options .item:last-child a {
                            color: #333;
                        }

                    .dialog.confirm-order .dialog-content .order-options .item a {
                        display: block;
                        color: #fff;
                        width: 100%;
                        height: 100%;
                    }

.shopping-carts {
    width: 400px;
    position: fixed;
    right: 0;
    top: 60px;
    height: calc(100vh - 50px);
    z-index: 1;
    border-left: 1px solid #aaa;
    background-color: #e9e9e9;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s cubic-bezier(1, -0.35, 0, 1.31);
    -o-transition: all 0.5s cubic-bezier(1, -0.35, 0, 1.31);
    transition: all 0.5s cubic-bezier(1, -0.35, 0, 1.31);
}

    .shopping-carts.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .shopping-carts .header {
        height: 90px;
        position: relative;
    }

        .shopping-carts .header .title {
            padding: 15px 0 0 10px;
            font-size: 22px;
            color: #333;
        }

        .shopping-carts .header .close {
            position: absolute;
            right: 10px;
            top: 15px;
            cursor: pointer;
            font-size: 14px;
            border-radius: 50%;
            text-align: center;
            color: #666;
            width: 20px;
            height: 20px;
            line-height: 18px;
            display: inline-block;
            border: 1px solid #666;
        }

        .shopping-carts .header .select-all {
            position: absolute;
            bottom: 15px;
            left: 15px;
        }

            .shopping-carts .header .select-all input {
                width: 15px;
                height: 15px;
                vertical-align: -3px;
                margin-right: 6px;
            }

        .shopping-carts .header .del-selected {
            position: absolute;
            bottom: 10px;
            left: 90px;
            background-color: #F56C6C;
            padding: 5px 15px;
            color: #fff;
            border-radius: 3px;
            cursor: pointer;
        }

        .shopping-carts .header .myorder {
            position: absolute;
            bottom: 10px;
            left: 200px;
            background-color: #409EFF;
            padding: 5px 15px;
            color: #fff;
            border-radius: 3px;
            cursor: pointer;
        }

    .shopping-carts .product {
        width: 100%;
        height: 650px;
        overflow-y: auto;
    }

        .shopping-carts .product .item {
            height: 100px;
            background-color: #fff;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            padding: 20px 15px 0;
        }

            .shopping-carts .product .item .checkbox {
                height: 60px;
                line-height: 60px;
                margin-right: 10px;
            }

                .shopping-carts .product .item .checkbox input {
                    height: 15px;
                    width: 15px;
                }

            .shopping-carts .product .item .carts-product-info {
                height: 60px;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }

                .shopping-carts .product .item .carts-product-info .img {
                    height: 100%;
                    width: 60px;
                }

                    .shopping-carts .product .item .carts-product-info .img img {
                        height: 100%;
                        width: 100%;
                    }

                .shopping-carts .product .item .carts-product-info .info {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    height: 60px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    width: 200px;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    padding-left: 20px;
                }

                    .shopping-carts .product .item .carts-product-info .info .title {
                        font-size: 16px;
                        color: #333;
                    }

                    .shopping-carts .product .item .carts-product-info .info .desc {
                        font-size: 14px;
                        color: #666;
                    }

                .shopping-carts .product .item .carts-product-info .price-and-del {
                    height: 60px;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .shopping-carts .product .item .carts-product-info .price-and-del .price {
                        color: #f00;
                        font-size: 16px;
                    }

                    .shopping-carts .product .item .carts-product-info .price-and-del .del {
                        text-align: right;
                        cursor: pointer;
                        font-size: 14px;
                        color: #666;
                        cursor: pointer;
                    }

                        .shopping-carts .product .item .carts-product-info .price-and-del .del:hover {
                            color: #f00;
                        }

    .shopping-carts .bottom {
        position: absolute;
        left: 0;
        padding: 0 20px;
        width: 100%;
        bottom: 10px;
        overflow: hidden;
    }

        .shopping-carts .bottom .count {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .shopping-carts .bottom .count .total-num {
                font-size: 14px;
                color: #333;
            }

                .shopping-carts .bottom .count .total-num span.num {
                    margin: 0 5px;
                    color: #3b9ff3;
                }

            .shopping-carts .bottom .count .total-price {
                font-size: 14px;
                color: #333;
            }

                .shopping-carts .bottom .count .total-price span.price {
                    font-size: 16px;
                    color: #f00;
                }

        .shopping-carts .bottom .agreement {
            font-size: 14px;
            color: #333;
        }

            .shopping-carts .bottom .agreement a.detail {
                color: #3b9ff3;
            }

        .shopping-carts .bottom a.buy {
            width: 360px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #3b9ff3;
            color: #fff;
            display: inline-block;
            margin-bottom: 10px;
        }

            .shopping-carts .bottom a.buy i {
                font-size: 12px;
                border-radius: 50%;
                width: 16px;
                height: 16px;
                line-height: 16px;
                display: inline-block;
                border: 1px solid #fff;
                margin-left: 10px;
            }

.options-carts {
    position: fixed;
    right: 0;
    height: 122px;
    width: 40px;
    top: 50%;
    background-color: #9c0;
}

    .options-carts a {
        display: block;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
    }

        .options-carts a .iconfont {
            font-size: 24px;
            line-height: 36px;
        }

        .options-carts a .info {
            font-size: 14px;
            width: 14px;
            margin-bottom: 5px;
        }

        .options-carts a .num {
            min-width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            border-radius: 50%;
            background-color: #f00;
            text-align: center;
        }
/* 购物/订单相关 */
/* 分页 */
.module-pagination {
    margin: 35px 0 40px;
    text-align: center;
}

    .module-pagination .no-data {
        font-size: 16px;
        color: #9c0;
    }

/* 分页 */
/* 页脚 */
.module-footer {
    height: 214px;
    width: 100%;
    background-color: #1e1e1e;
}

    .module-footer .wrapper {
        width: 1200px;
        margin: 0 auto;
        height: 100%;
        padding-top: 30px;
    }

        .module-footer .wrapper .logo {
            width: 268px;
            height: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            vertical-align: top;
        }

            .module-footer .wrapper .logo img {
                width: 150px;
                height: 46px;
            }

        .module-footer .wrapper .qr-code {
            float: right;
            width: 316px;
            height: 100%;
            padding-left: 65px;
            padding-top: 10px;
            position: relative;
        }

            .module-footer .wrapper .qr-code:before {
                content: '';
                width: 1px;
                position: absolute;
                height: 165px;
                left: 0;
                background-color: #000;
            }

            .module-footer .wrapper .qr-code .qr-code-item {
                vertical-align: top;
                height: 100%;
                width: 112px;
                display: inline-block;
                text-align: center;
            }

                .module-footer .wrapper .qr-code .qr-code-item:first-child {
                    margin-right: 22px;
                }

                .module-footer .wrapper .qr-code .qr-code-item img {
                    width: 110px;
                    height: 110px;
                    margin-bottom: 20px;
                }

                .module-footer .wrapper .qr-code .qr-code-item span {
                    font-size: 14px;
                    color: #aeaeae;
                }

        .module-footer .wrapper .links {
            height: 100%;
            margin: 0 auto;
            display: inline-block;
            vertical-align: top;
            width: 615px;
        }

            .module-footer .wrapper .links .section {
                color: #aeaeae;
                width: 72px;
                display: inline-block;
                vertical-align: top;
            }

                .module-footer .wrapper .links .section ~ .section {
                    margin-left: 93px;
                }

                .module-footer .wrapper .links .section .title {
                    font-size: 18px;
                }

                .module-footer .wrapper .links .section ul .links-item {
                    margin-top: 23px;
                }

                    .module-footer .wrapper .links .section ul .links-item:hover a {
                        color: #9c0;
                    }

                    .module-footer .wrapper .links .section ul .links-item a {
                        color: #aeaeae;
                        font-size: 14px;
                    }

.copy-right {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #aeaeae;
    background-color: #4a4a4a;
    min-width: 1220px;
}
/* 页脚 */
/* 加载中 */
.module-loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: rgba(0,0,0,0.3);
}

    .module-loading .icon,
    .module-loading .desc {
        position: absolute;
        left: 50%;
        top: 50%;
        text-align: center;
        line-height: 60px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
    }

        .module-loading .icon i,
        .module-loading .desc i {
            font-size: 60px;
            display: inline-block;
            -webkit-animation: rotate 1s linear infinite;
            animation: rotate 1s linear infinite;
            -webkit-transform-origin: 50% 59%;
            -ms-transform-origin: 50% 59%;
            transform-origin: 50% 59%;
        }

    .module-loading .desc {
        padding-top: 80px;
    }
/* 加载中 */
/* tip */
.module-tip {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-touch-callout: none;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/ /*早期浏览器*/
    user-select: none;
    background-color: rgba(0,0,0,0.3);
}

    .module-tip .tip-dialog {
        width: 350px;
        height: 170px;
        border-radius: 5px;
        background-color: #fff;
        position: fixed;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .module-tip .tip-dialog .close-dialog {
            position: absolute;
            right: 12px;
            top: 12px;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 30px;
            color: #333;
            cursor: pointer;
            font-size: 20px;
        }

        .module-tip .tip-dialog .icon {
            text-align: center;
            line-height: 80px;
            color: #87ceeb;
            padding-top: 20px;
        }

            .module-tip .tip-dialog .icon i {
                font-size: 60px;
            }

            .module-tip .tip-dialog .icon .img {
                height: 100px;
            }

        .module-tip .tip-dialog .desc {
            text-align: center;
            font-size: 24px;
        }

        .module-tip .tip-dialog .refresh {
            margin-top: 13px;
            color: #9c0;
            cursor: pointer;
            text-align: center;
            font-size: 24px;
        }
/* tip */

/* sidebar */
.module-sidebar {
    position: fixed;
    right: 0;
    bottom: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .module-sidebar .options {
        width: 60px;
        height: 60px;
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        background-color: rgba(0,0,0,0.5);
    }

        .module-sidebar .options:hover .hover-item {
            display: block;
        }

        .module-sidebar .options:hover i {
            color: #9c0;
        }

        .module-sidebar .options i {
            line-height: 60px;
            font-size: 30px;
            color: #fff;
        }

        .module-sidebar .options .hover-item {
            display: none;
            position: absolute;
            top: 0;
            margin-left: -20px;
            font-size: 16px;
            -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
            transform: translateX(-100%);
            color: #fff;
            background-color: rgba(0,0,0,0.5);
        }

            .module-sidebar .options .hover-item:after {
                position: absolute;
                right: 0;
                top: 30px;
                -webkit-transform: translate(100%, -50%);
                -ms-transform: translate(100%, -50%);
                transform: translate(100%, -50%);
                content: '';
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-left: 20px solid rgba(0,0,0,0.5);
                border-bottom: 10px solid transparent;
            }

        .module-sidebar .options .qrcode-img {
            padding: 10px;
        }

            .module-sidebar .options .qrcode-img .item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                line-height: 30px;
                color: #fff;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .module-sidebar .options .qrcode-img .item img {
                    width: 150px;
                    height: 150px;
                }

        .module-sidebar .options .tel-num {
            min-width: 250px;
            line-height: 60px;
            padding: 0 20px;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            top: 0;
            background-color: rgba(0,0,0,0.5);
        }

            .module-sidebar .options .tel-num .num {
                font-size: 20px;
                color: #87ceeb;
                margin-left: 10px;
            }
/* sidebar */


/* animate */
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes goArrow {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    80% {
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }
}

@keyframes goArrow {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    40% {
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    80% {
        -webkit-transform: translate3d(40px, 0, 0);
        transform: translate3d(40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
/* animate */
