﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
/*a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}*/

/* Sticky footer styles
-------------------------------------------------- */
/*html {
  position: relative;
  min-height: 100%;
}

body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;*/ /* Vertically center the text there */
/*}*/


.price-color {
    color: #e4393c !important;
}

.demo-spin-container {
    display: inline-block;
    height: 300px;
    position: relative;
    border: 1px solid #eee;
    width: 100%;
    margin: 20px auto;
}

.web-uploader {
}

    .web-uploader li {
        border: 1px solid #eee;
        border-radius: 5px;
        height: 90px;
        padding: 16px;
        margin: 8px 0;
    }

    .web-uploader .error {
        color: #ed4014;
    }

.drag-frame {
    display: block;
    padding: 20px;
    border: 1px solid #e6e6e6;
}

    .drag-frame .drag-area {
        height: 300px;
        display: block;
        border: 3px dashed #e6e6e6;
    }

        .drag-frame .drag-area p {
            text-align: center;
            color: #cccccc;
            vertical-align: middle;
            line-height: 300px;
            font-size: 20px;
        }

[v-cloak] {
    display: none;
}

/* 手机样式 */
#layout_xuanfu.phone-model,
.phone-model .thumnail-desc,
.phone-model .header-middle,
.phone-model .footer-container,
.phone-model .header-top-area {
    display: none;
}


.coupon {
    width: 250px;
    height: 110px;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    margin-top: 4px;
}

    .coupon.active .left {
        background-color: #ff6563;
    }

    .coupon.active .right {
        background-color: #ff6563;
    }

    .coupon.active .bottom {
        border: 1px solid #ff6563;
    }

        .coupon.active .bottom span {
            color: #ff6563;
        }

    .coupon .left {
        margin: 0;
        background-color: #DEDEDE;
        height: 80px;
        width: 100px;
        display: inline-block;
        float: left;
        text-align: center;
    }

        .coupon .left span {
            font-weight: 800;
            display: inline-block;
            transform: scale(1, 2);
            -ms-transform: scale(1, 2);
            -webkit-transform: scale(1, 2);
            -moz-transform: scale(1, 2);
            -o-transform: scale(1, 2);
            font-size: 35px;
            line-height: 80px;
            color: white;
        }

    .coupon .right {
        margin: 0;
        background-color: #DEDEDE;
        width: 150px;
        height: 80px;
        float: left;
        border-left: 1px dashed #fff;
        padding: 8px;
        position: relative;
    }

        .coupon .right .t1 {
            font-size: 25px;
            font-weight: 600;
            text-align: center;
            color: #fff;
        }

        .coupon .right .t2 {
            margin-top: 4px;
            font-size: 14px;
            text-align: center;
            color: #fff;
        }

        .coupon .right .t3 {
            text-align: center;
            color: #fff;
            font-size: 12px;
        }

    .coupon .bottom {
        margin: 0;
        width: 250px;
        height: 30px;
        display: inline-block;
        text-align: center;
        border: 1px solid #DEDEDE;
        color: white;
    }

        .coupon .bottom span {
            font-size: 14px;
            line-height: 30px;
            color: #DEDEDE;
        }

.order-list {
    margin-top: 20px;
    color: 515a 6e;
    font-size: 14px;
}

    .order-list .secondary {
        color: #aaa;
        font-size: 12px;
    }

    .order-list .border-full {
        border: 1px solid #e5e5e5;
    }

    .order-list .border-up {
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .order-list .border-down {
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    .order-list thead tr {
        color: #aaa;
        border: 1px solid #e5e5e5;
        height: 40px;
        background-color: #f5f5f5;
    }

        .order-list thead tr td {
            text-align: center;
        }

    .order-list tbody tr.blank {
        height: 20px;
    }

    .order-list tbody tr.header {
        border-top: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
        height: 30px;
    }

        .order-list tbody tr.header td {
            padding: 8px 8px;
            background-color: #f5f5f5;
        }

    .order-list tbody tr.content {
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

        .order-list tbody tr.content td {
            padding: 8px;
        }

            .order-list tbody tr.content td .img-file {
                border: 1px solid #e5e5e5;
                display: inline-block;
                width: 80px;
                height: 80px;
                position: relative;
                overflow: hidden;
            }

                .order-list tbody tr.content td .img-file img {
                    max-width: 80px;
                    max-height: 80px;
                    margin: auto;
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                }

            .order-list tbody tr.content td .desc {
                width: 360px;
                display: inline-block;
                padding: 0 8px;
                vertical-align: top;
            }

                .order-list tbody tr.content td .desc .title {
                    width: 360px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    height: 24px;
                    margin-bottom: 2px;
                }

                .order-list tbody tr.content td .desc .amount {
                    height: 20px;
                    color: #aaa;
                    font-size: 12px;
                }

                    .order-list tbody tr.content td .desc .amount span {
                        margin-right: 8px;
                    }

                .order-list tbody tr.content td .desc .param {
                    min-height: 60px;
                    color: #aaa;
                    font-size: 12px;
                }

                .order-list tbody tr.content td .desc .delivery {
                    display: block;
                    height: 20px;
                    color: 515a 6e;
                    font-size: 12px;
                }

            .order-list tbody tr.content td .good-price {
                height: 80px;
                width: 100px;
                vertical-align: top;
                display: inline-block;
                text-align: center;
            }

            .order-list tbody tr.content td .kuan {
                height: 80px;
                width: 100px;
                vertical-align: top;
                display: inline-block;
                text-align: center;
            }

.CouponCardList {
    padding-left: -10px;
}

    .CouponCardList .CommonCouponCard .couponLeft {
        background-color: #fe7062;
        color: white;
        padding: 0px;
    }

        .CouponCardList .CommonCouponCard .couponLeft p {
            font-size: 30px;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
            margin-right: 10px;
        }

            .CouponCardList .CommonCouponCard .couponLeft p .price_sign {
                font-size: 20px;
            }

    .CouponCardList .SpecialProductCouponCard {
        padding-left: -10px;
    }

        .CouponCardList .SpecialProductCouponCard .couponLeft {
            background-color: #93b0fe;
            color: white;
            padding: 0px;
        }

            .CouponCardList .SpecialProductCouponCard .couponLeft p {
                font-size: 30px;
                text-align: center;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-right: 10px;
            }

                .CouponCardList .SpecialProductCouponCard .couponLeft p .price_sign {
                    font-size: 20px;
                }

    .CouponCardList .DisabledCouponCard {
        padding-left: -10px;
        color: #dfdfdf;
    }

        .CouponCardList .DisabledCouponCard .couponLeft {
            background-color: #f6f6f6;
            padding: 0px;
        }

            .CouponCardList .DisabledCouponCard .couponLeft p {
                font-size: 30px;
                text-align: center;
                margin-top: 20px;
                margin-bottom: 20px;
                margin-right: 10px;
            }

                .CouponCardList .DisabledCouponCard .couponLeft p .price_sign {
                    font-size: 20px;
                }

    .CouponCardList .couponMid .couponinfo {
        font-size: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .CouponCardList .couponMid .couponinfo .left {
            padding-right: 0px;
        }

        .CouponCardList .couponMid .couponinfo .right {
            padding-left: 0px;
            padding-right: 0px;
        }

    .CouponCardList .couponRight {
        background-color: #f6f6f6;
        padding: 0px;
    }

        .CouponCardList .couponRight p {
            font-size: 15px;
            text-align: center;
            width: 15px;
            margin: 20px auto;
            line-height: 24px;
        }

body {
    background-color: #fefefe;
}

header {
    background-color: #fff;
}

.banner-line {
    padding: 50px 0 0 0;
}

.banner-line-dark {
    padding: 50px 0 0 0;
    background-color: #eeeeee;
}

.c-bg {
    background-color: #fff;
}

.hot-card {
    display: block;
    margin: -4px -5px;
    overflow: auto;
}

    .hot-card .hot-card-item {
        display: inline-block;
        float: left;
        border: #efefef 1px solid;
        overflow: hidden;
        margin: 4px 5px;
        /*  &:nth-of-type(1) {
            margin-left: 0px;
        }*/
    }

        .hot-card .hot-card-item:hover {
            -webkit-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15);
            -ms-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15);
            -o-box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.15);
        }

        .hot-card .hot-card-item img {
            cursor: pointer;
            transition: all 0.3s;
            width: 100%;
            height: 100%;
        }

            .hot-card .hot-card-item img:hover {
                transform: scale(1.05);
            }

        .hot-card .hot-card-item.hot-card-item-c1 {
            width: 226px;
            height: 296px;
        }

        .hot-card .hot-card-item.hot-card-item-c2 {
            width: 462px;
            height: 296px;
        }

.area-title {
    text-align: center;
    margin-bottom: 10px;
}

    .area-title h1 {
        font-size: 35px;
        color: #666;
    }

    .area-title h2 {
        font-size: 22px;
        color: #999;
    }

.promotion {
    margin-top: 30px;
}

    .promotion .promotion-title {
        overflow: hidden;
        text-align: center;
        height: 100px;
        background-color: #7600c8;
    }

        .promotion .promotion-title h1 {
            color: #fff;
            margin-top: 20px;
        }

    .promotion .promotion-stage {
        display: flex;
        height: 76px;
        background-color: #eee;
    }

        .promotion .promotion-stage .promotion-stage-item {
            position: relative;
            cursor: pointer;
            text-shadow: 0px 0px 5px #333;
            margin: 0 1px;
            text-align: center;
            vertical-align: middle;
            height: 76px;
            display: inline-block;
            flex: 1;
            background-color: #969696;
        }

            .promotion .promotion-stage .promotion-stage-item:nth-of-type(1) {
                margin: 0 1px 0 0;
            }

            .promotion .promotion-stage .promotion-stage-item:nth-last-of-type(1) {
                margin: 0 0 0 1px;
            }

            .promotion .promotion-stage .promotion-stage-item.active {
                text-shadow: 0px 0px 5px #999;
                background-color: #ffd002;
            }

                .promotion .promotion-stage .promotion-stage-item.active p {
                    color: #333;
                }

                .promotion .promotion-stage .promotion-stage-item.active .status {
                    padding: 4px 14px;
                    color: #FFF;
                    background-color: #333;
                    border-radius: 20px 20px;
                }

            .promotion .promotion-stage .promotion-stage-item:after {
                display: block;
                bottom: 0px;
                position: absolute;
                content: "";
                height: 2px;
                width: 100%;
                background-color: #EEE;
            }

            .promotion .promotion-stage .promotion-stage-item.selected:after {
                height: 0px;
            }

            .promotion .promotion-stage .promotion-stage-item.wait {
                background-color: #9966cc;
            }

            .promotion .promotion-stage .promotion-stage-item p,
            .promotion .promotion-stage .promotion-stage-item span {
                font-size: 20px;
                color: #FFF;
            }

            .promotion .promotion-stage .promotion-stage-item .time {
                margin-top: 10px;
                font-weight: 800;
            }

            .promotion .promotion-stage .promotion-stage-item .status {
                display: inline-block;
                font-size: 16px;
                margin-top: 6px;
            }

    .promotion .promotion-content .promotion-countdown {
        height: 54px;
        background-color: #969696;
        text-align: center;
        overflow: hidden;
        vertical-align: middle;
        color: #fff;
    }

        .promotion .promotion-content .promotion-countdown.active {
            background-color: #ffd002;
            color: #333;
        }

        .promotion .promotion-content .promotion-countdown.wait {
            background-color: #9966cc;
        }

        .promotion .promotion-content .promotion-countdown .desc {
            font-size: 24px;
            display: inline-block;
            height: 54px;
            vertical-align: top;
            padding-top: 15px;
            line-height: 24px;
        }

        .promotion .promotion-content .promotion-countdown .time {
            padding-top: 7px;
            height: 54px;
            display: inline-block;
            font-size: 24px;
            vertical-align: top;
        }

            .promotion .promotion-content .promotion-countdown .time span {
                font-weight: 600;
                display: inline-block;
                color: #fff;
                background-color: #333;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                margin: 0 8px;
            }

    .promotion .promotion-content .promotion-img {
        height: auto;
        background-color: #efefef;
    }

.a-btn {
    box-sizing: border-box;
    flex: 1;
    height: 75px;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #7098c6;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    background: linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: -moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: -webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    background: -o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
    text-shadow: 0px 0px 5px #666;
    color: #fff;
}

.a-btna {
    color: #fff;
}

    .a-btna:hover {
        color: #666;
    }

.a-btn:nth-of-type(1) {
    margin-left: 0;
}

.a-btn .text {
    transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
}

    .a-btn .text:hover {
        text-shadow: 0px 0px 5px #333;
        transform: scale(1.1);
    }

    .a-btn .text .a-btn-text {
        margin-top: 16px;
        display: block;
        font-size: 25px;
        color: #fff;
    }

    .a-btn .text .a-btn-text2 {
        display: block;
        font-size: 16px;
        margin-top: 6px;
        color: #fff;
    }
