﻿@charset "UTF-8";

.index-wrapper .title {
    padding-top: 10px;
    /*margin: 0 10px;*/
}

    .index-wrapper .title .text {
        font-size: 12px;
        color: #999;
    }

    .index-wrapper .title .more {
        font-size: 12px;
        color: #999999 !important;
    }

    .index-wrapper .title .text .iconfont {
        font-size: 18px;
        color: var(--view-theme);
        margin-top: 2px;
        margin-right: 6px;
        font-style: normal;
        font-weight: normal;
    }

    .index-wrapper .title .text .name {
        color: #282828;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 2.5px;
        position: relative;
        display: flex;
        align-items: center;
    }

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acea-row {
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
}

    .acea-row.row-between-wrapper {
        -o-box-align: center;
        align-items: center;
        -o-box-pack: justify;
        justify-content: space-between
    }

.title .text {
    display: flex;
    align-items: flex-end;
}

    .title .text .txt-btn {
        margin-bottom: 6px;
        margin-left: 6px;
    }

.coupon {
    margin: 10px 15px 10px 15px;
    padding: 0px 0 10px 0;
    background-color: #fff;
    border-radius: 6px;
}

    .coupon .conter {
        margin-top: 12px;
        /*padding: 0 10px;*/
        overflow-x: scroll;
        overflow-y: hidden;
        height: 100%;
        list-style-type: none;
        display: flex;
        align-items: center;
        width: 100%;
        overflow:hidden;
    }

        .coupon .conter .itemCon {
            background-size: 100% 100%;
            width: 113px;
            height: 54px;
            display: inline-block;
            margin-right: 12px;
        }

            .coupon .conter .itemCon .on .item {
                background-color: rgba(233, 51, 35, 0.1) !important;
            }

            .coupon .conter .itemCon .on .sicon-youhuiquantoumingbeijing {
                color: #f3f3f3 !important;
            }

            .coupon .conter .itemCon .no {
                background: linear-gradient(135deg, var(--view-main-start) 0%, var(--view-main-over) 100%);
            }

                .coupon .conter .itemCon .no .sicon-youhuiquantoumingbeijing {
                    color: rgba(255, 255, 255, 0.8);
                }

                .coupon .conter .itemCon .no .man {
                    background-color: var(--view-theme);
                }

                .coupon .conter .itemCon .no .bnt {
                    color: var(--view-theme) !important;
                }

            .coupon .conter .itemCon .item {
                width: 100%;
                height: 100%;
                position: relative;
                border-radius: 5px;
                background-color: #b9b9b9;
            }

                .coupon .conter .itemCon .item .cir {
                    position: absolute;
                    left: -3px;
                    top: -3px;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #fff;
                    z-index: 100;
                }

                .coupon .conter .itemCon .item .cir2 {
                    position: absolute;
                    left: -3px;
                    bottom: -3px;
                    width: 8px;
                    height: 8px;
                    border-radius: 50%;
                    background: #fff;
                    z-index: 100;
                }

                .coupon .conter .itemCon .item .sicon-youhuiquantoumingbeijing {
                    position: absolute;
                    right: 0;
                    width: 44px;
                    height: 100%;
                    font-size: 62px;
                    line-height: 62px;
                    height: 62px;
                    z-index: 99;
                }

                .coupon .conter .itemCon .item .text {
                    padding-left: 10px;
                    color: #fff;
                    font-size: 11px;
                    width: 80px;
                    padding-bottom: 3px;
                    z-index: 99;
                    box-sizing: border-box;
                }

                    .coupon .conter .itemCon .item .text .money {
                        font-size: 15px;
                        font-weight: bold;
                    }

                        .coupon .conter .itemCon .item .text .money .num {
                            font-size: 22px;
                        }

                    .coupon .conter .itemCon .item .text .man {
                        width: -webkit-max-content;
                        width: max-content;
                        border-radius: 10px;
                        padding: 0 5px;
                    }

                .coupon .conter .itemCon .item .bnt {
                    -webkit-writing-mode: vertical-lr;
                    writing-mode: vertical-lr;
                    font-size: 11px;
                    /*margin: 0 5px;*/
                    margin-right: 5px;
                    z-index: 99;
                    color: #818181;
                }
