﻿.noFloat:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.textEllipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}

.textEllipsis {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.priceSpanEm em,
.priceSpanEm span {
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
    line-height: 1;
    font-size: 3.2vw;
}

.priceSpanEm em {
    font-size: 6vw;
    font-style: normal;
    margin-right: 2vw;
}

.priceSpanEm span {
    padding-bottom: 0.6vw;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
}

    .mask.show {
        display: block;
    }

    .mask .opacityBg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .mask .maskCont {
        position: absolute;
        left: 50%;
        top: 45%;
        background: #fff;
    }

        .mask .maskCont .icon_close {
            display: block;
            width: 7.8vw;
            height: 7.8vw;
            position: absolute;
            right: 0;
            top: -8vw;
        }

            .mask .maskCont .icon_close img {
                display: block;
                width: 100%;
                height: 100%;
            }

/*2022-08 邀请好有砍价，新增*/
.slashPriceBox {
    padding: 3.4vw 3.4vw 0;
    border-bottom: solid 1px #eee;
}

.slashPrice {
    border-radius: 3.0vw 3.0vw 0 0;
    padding: 3.2vw 3.9vw;
    overflow: hidden;
    background: url("../img/txk/bg_shareToF.png") center center no-repeat;
    background-size: 100% 100%;
}

    .slashPrice .share_l {
        float: left;
    }

        .slashPrice .share_l em,
        .slashPrice .share_l span {
            display: inline-block;
            vertical-align: bottom;
            color: #fff;
            line-height: 1;
            font-size: 3.2vw;
        }

        .slashPrice .share_l em {
            font-size: 6vw;
            font-style: normal;
            margin-right: 2vw;
        }

        .slashPrice .share_l span {
            padding-bottom: 0.6vw;
        }

    .slashPrice .share_r {
        float: right;
    }

        .slashPrice .share_r span {
            float: right;
            font-size: 3.2vw;
            color: #fff;
            line-height: 6vw;
            margin-right: 3vw;
        }

        .slashPrice .share_r a {
            float: right;
            font-size: 3.2vw;
            color: #E36F03;
            line-height: 6vw;
            text-align: center;
            width: 19vw;
            height: 6vw;
            border-radius: 6vw;
            background: #fff;
        }


.slashStepBox {
    background: #fff;
    border-radius: 1.6vw;
    margin: 2vw 0;
}

    .slashStepBox .slash_h6 {
        padding: 0 3vw;
        font-size: 3.6vw;
        color: #fff;
        line-height: 9vw;
        border-radius: 1.6vw 1.6vw 0 0;
        background: linear-gradient(90deg, #FFA141 0%, #F64131 100%);
    }

    .slashStepBox .slash_step {
        padding: 4vw 3vw;
        overflow: hidden;
    }

    .slashStepBox .slash_step_li {
        float: left;
        width: 33.33%;
        text-align: center;
        position: relative;
    }

        .slashStepBox .slash_step_li:before {
            content: '';
            display: block;
            width: 11vw;
            height: 0.2vw;
            position: absolute;
            left: 80%;
            top: 5vw;
            background: url("../img/txk/dot_line.png") center center no-repeat;
            background-size: 100% auto;
        }

        .slashStepBox .slash_step_li:last-child:before {
            display: none;
        }

        .slashStepBox .slash_step_li img {
            display: block;
            width: 7vw;
            height: 7vw;
            margin: 0 auto 2.6vw;
        }

        .slashStepBox .slash_step_li span {
            display: block;
            font-size: 3.2vw;
            color: #E63F4E;
            line-height: 5vw;
        }

        .slashStepBox .slash_step_li small {
            display: block;
            font-size: 2.8vw;
            color: #999;
            line-height: 5vw;
        }

.swiper_container_slashSucc {
    height: 8vw;
    margin: 0 -3.9vw 3vw;
    pointer-events: none;
    background: rgba(146, 1, 0, 0.7);
}

.slash_succ {
    height: 100%;
    padding: 0 3.9vw;
}

    .slash_succ li {
        font-size: 2.8vw;
        color: #fff;
        line-height: 8vw;
        height: 100%;
    }

.page_slash {
    padding: 13vw 3.9vw 8vw;
    background: #B50102;
    min-height: calc(100vh - 21vw);
}

.slashBox {
    padding: 3.9vw 3.9vw 8vw;
    border-radius: 1.5vw;
    background: #fff;
}

    .slashBox .goods {
        padding: 2.4vw 2.4vw 3vw;
        border-radius: 1.5vw;
        background: #FFF3E4;
    }

        .slashBox .goods .img {
            float: left;
            width: 22vw;
            height: 22vw;
            border-radius: 0.8vw;
            overflow: hidden;
            background: #fff;
        }

            .slashBox .goods .img img {
                display: block;
                width: 100%;
            }

        .slashBox .goods .info {
            margin-left: 26vw;
            padding: 0.5vw 0 0;
        }

            .slashBox .goods .info .name {
                font-size: 3.2vw;
                color: #000;
                line-height: 4.2vw;
                margin-bottom: 5vw;
            }

            .slashBox .goods .info .price {
                color: #D50504;
                line-height: 1;
            }

                .slashBox .goods .info .price span,
                .slashBox .goods .info .price em {
                    display: inline-block;
                    vertical-align: bottom;
                    font-size: 3.8vw;
                }

                .slashBox .goods .info .price em {
                    font-size: 4.6vw;
                    font-style: normal;
                }

.slash_timeBox {
    text-align: center;
    padding: 6vw 3vw 5vw;
}

    .slash_timeBox span {
        font-size: 2.6vw;
        color: #131415;
        line-height: 6vw;
        display: inline-block;
        vertical-align: middle;
    }

    .slash_timeBox .time {
        width: 6vw;
        height: 6vw;
        color: #fff;
        border-radius: 0.6vw;
        background: #131415;
    }

    .slash_timeBox span:first-child,
    .slash_timeBox span:last-child {
        padding: 0 2vw;
    }

.slash_process .para {
    font-size: 3.4vw;
    color: #333;
    line-height: 4.6vw;
    text-align: center;
}

    .slash_process .para span {
        color: #B50102;
    }

.slash_process_line {
    position: relative;
    width: 80%;
    height: 1.2vw;
    border-radius: 0.6vw;
    margin: 4.2vw auto 5vw;
    background: #FFD3C4;
}

    .slash_process_line i {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0.6vw;
        background: linear-gradient(270deg, #FF6465 0%, #DB0205 100%);
    }

.slashBox .btn_slash {
    display: block;
    height: 11vw;
    border-radius: 11vw;
    font-size: 3.4vw;
    color: #fff;
    line-height: 11vw;
    text-align: center;
    background: linear-gradient(90deg, #FFA141 0%, #D40001 100%);
}

.slashBox .btn_share {
    width: 100%;
}
.btn_share_box {
    position: relative;
}

.btn_share_box input,
.btn_share_box .span_value {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    pointer-events: none;
}

.slashList {
    padding: 6vw 5.2vw 3vw;
    border-radius: 1.5vw;
    margin-top: 3vw;
    background: #FFF6F1;
}

.slashList_h6 {
    font-size: 3.4vw;
    color: #333;
    line-height: 5vw;
    margin: 0 0 1.5vw;
}

.slashList_ul {
    max-height: 80vw;
    margin-right: -2.5vw;
    padding-right: 2.5vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.slashList_li {
    padding: 3.2vw 0 3.2vw;
    border-bottom: dashed 1px #f0f0f0;
    position: relative;
}

    .slashList_li:last-child {
        border-bottom: none 0;
    }

    .slashList_li .img {
        float: left;
        width: 11vw;
        height: 11vw;
        border-radius: 11vw;
        overflow: hidden;
    }

        .slashList_li .img img {
            display: block;
            width: 100%;
        }

    .slashList_li .info {
        margin-left: 13vw;
        padding: 0.8vw 0 0;
    }

        .slashList_li .info h6 {
            font-size: 3.2vw;
            color: #333;
            line-height: 4.6vw;
        }

    .slashList_li .number {
        font-size: 3.2vw;
        color: #B50102;
        line-height: 4.6vw;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2.3vw;
    }

.btn_slash.btn_cashout {
    line-height: 1;
    padding: 2vw 0 3vw;
    box-sizing: border-box;
    width: 70%;
    margin: 3vw auto 0;
}

.btn_rules {
    display: block;
    width: 9vw;
    height: 5.2vw;
    position: absolute;
    right: 0;
    top: 23vw;
    padding: 0 0 0 1vw;
    border-radius: 5.2vw 0 0 5.2vw;
    font-size: 2.6vw;
    color: #fff;
    line-height: 5.2vw;
    text-align: center;
    z-index: 3;
    background: rgba(0,0,0, 0.7);
}

.maskCont_rules {
    width: 68vw;
    height: 90vw;
    background: #fff;
    border-radius: 1.3vw;
    box-sizing: border-box;
    padding: 5vw 3.9vw 6vw;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.mask .maskCont_rules .title {
    font-size: 3.2vw;
    color: #333;
    line-height: 5.2vw;
    text-align: center;
    margin-bottom: 3vw;
}

    .maskCont_rules .para {
        font-size: 2.6vw;
        color: #333;
        line-height: 4.2vw;
    }

    .maskCont_rules .rulesBox {
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

.mask .maskCont_copyCode {
    width: 58vw;
    height: 64vw;
    box-sizing: border-box;
    padding: 7.8vw 3.8vw 0;
    border-radius: 1.3vw;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF3E4 100%);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.mask .maskCont_copyCode .title {
    font-size: 5.6vw;
    color: #854C35;
    line-height: 7vw;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4vw;
}

.maskCont_copyCode .para {
    font-size: 3.2vw;
    color: #854C35;
    line-height: 4.6vw;
    text-align: center;
    margin-bottom: 6vw;
}

.maskCont_copyCode .btn_goWeixin {
    display: block;
    width: 39vw;
    height: 11vw;
    font-size: 3.2vw;
    color: #fff;
    line-height: 11vw;
    text-align: center;
    margin: 0 auto;
    border-radius: 11vw;
    background: linear-gradient(90deg, #FFA141 0%, #D40001 100%);
}

.mask .maskCont_copyCode .icon_close,
.mask .maskCont_rules .icon_close {
    right: auto;
    left: 50%;
    margin-left: -3.9vw;
    top: -10vw;
}

.page_midautumn {
    padding: 0 0 6vw;
    background: #b50102;
}

    .page_midautumn img {
        display: block;
        width: 100%;
    }

.autumnWrap {
    margin: 0 4.5vw 2vw;
    position: relative;
    padding: 3vw;
    background: url("../img/txk/bg_decoration2.png") center top repeat;
    background-size: 100% auto;
}

    .autumnWrap:before,
    .autumnWrap:after {
        content: '';
        display: block;
        position: absolute;
        left: -2.6vw;
        right: -2.6vw;
    }

    .autumnWrap:before {
        height: 3.2vw;
        top: -2vw;
        background: url("../img/txk/bg_decoration.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .autumnWrap:after {
        height: 5.8vw;
        bottom: -3vw;
        background: url("../img/txk/bg_decoration3.png") center center no-repeat;
        background-size: 100% 100%;
    }

    .autumnWrap .topThree {
        height: 39vw;
        position: relative;
        margin: 0 4vw;
    }

    .autumnWrap .topThree_li {
        position: absolute;
        bottom: 0;
        width: 26vw;
        height: 31vw;
        border: solid 0.5vw #9D4429;
        border-radius: 1.3vw 1.3vw 0.3vw 0.3vw;
        box-shadow: 0 0 2vw #ddd;
        padding: 1.5vw 0 0;
        box-sizing: border-box;
        background: #FFF8ED;
    }

        .autumnWrap .topThree_li.second {
            left: 0;
        }

        .autumnWrap .topThree_li.third {
            right: 0;
        }

        .autumnWrap .topThree_li.first {
            left: 50%;
            width: 32vw;
            height: 39vw;
            margin-left: -16vw;
        }

            .autumnWrap .topThree_li.first img {
                width: 30vw;
            }

            .autumnWrap .topThree_li.first h5 {
                font-size: 2.8vw;
                line-height: 3.8vw;
            }

        .autumnWrap .topThree_li img {
            width: 20vw;
            margin: 0 auto 2vw;
        }

        .autumnWrap .topThree_li h5 {
            font-size: 2.2vw;
            color: #333;
            line-height: 3vw;
            text-align: center;
            margin-bottom: 1vw;
        }

        .autumnWrap .topThree_li h6 {
            font-size: 2.2vw;
            color: #333;
            line-height: 3vw;
            text-align: center;
        }

.autumnWrap_topten {
    padding-bottom: 8vw;
}

.topTenBox {
    position: relative;
    top: -1.5vw;
    border-radius: 1.3vw 1.3vw 0 0;
    overflow: hidden;
}

.topThree_tips {
    font-size: 2.2vw;
    color: #333;
    line-height: 3.6vw;
    text-align: center;
    margin-top: 2vw;
}

.table_topTen {
    border-collapse: collapse;
    width: 100%;
}

    .table_topTen td {
        box-sizing: border-box;
        font-size: 2.2vw;
        color: #333;
        line-height: 5vw;
        text-align: center;
        padding: 1vw;
        background: #FFF8ED;
    }

    .table_topTen .thead td {
        color: #fff;
        background: #B50102;
    }

    .table_topTen td .company {
        text-align: left;
        padding-left: 3vw;
    }

        .table_topTen td .company img,
        .table_topTen td .company span {
            display: inline-block;
            vertical-align: middle;
        }

        .table_topTen td .company img {
            width: 4.6vw;
            margin-left: 3vw;
        }

    .table_topTen td.custome,
    .table_topTen td.portrait {
        width: 25%;
    }

    .table_topTen td.name {
        width: 50%;
    }

.autumnWrap_goods a {
    display: block;
    border-bottom: solid 3vw #9D4429;
}

    .autumnWrap_goods a:last-child {
        border-bottom: none 0;
    }

.autumnWrap_draw {
    padding: 6vw 6vw 8vw;
}

.nineGridDraw {
    padding: 2.6vw 0 2.6vw 2.6vw;
    border-radius: 1.3vw;
    background: #B50102;
}

.nineGridDraw_ul {
    margin-bottom: 2vw;
    position: relative;
    left: -0.6vw;
}

.nineGridDraw_li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 1.3vw;
    margin-bottom: 1.3vw;
}

    .nineGridDraw_li.active div {
        position: relative;
    }

        .nineGridDraw_li.active div:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: url("../img/txk/awards/awards_dec.png") center center no-repeat;
            background-size: 100% 100%;
        }


/*avaliable disable*/
.nineGridDraw_btn_Draw .avaliable {
    display: block;
}

.nineGridDraw_btn_Draw .disable {
    display: none;
}

.nineGridDraw_btn_Draw.disable {
    pointer-events: none;
}

    .nineGridDraw_btn_Draw.disable .avaliable {
        display: none;
    }

    .nineGridDraw_btn_Draw.disable .disable {
        display: block;
    }

.nineGridDraw_li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    padding-right: 1.3vw;
    margin-bottom: 1.3vw;
}

.nineGridDraw_tips {
    font-size: 3.8vw;
    color: #fff;
    line-height: 5vw;
    text-align: center;
}

.nineGridDraw_btns {
    text-align: center;
    padding: 3vw 0 0;
}

    .nineGridDraw_btns span {
        display: inline-block;
        vertical-align: middle;
        width: 24vw;
        height: 6.6vw;
        font-size: 3.6vw;
        line-height: 6.6vw;
        margin: 0 2vw;
        border-radius: 1.3vw;
    }

    .nineGridDraw_btns .btn_records {
        color: #fff;
        background: #F7AB46;
        box-shadow: 0 0.5vw 0.3vw #D38115;
    }

    .nineGridDraw_btns .btn_showRules {
        color: #9D4429;
        background: #F7C37C;
        box-shadow: 0 0.5vw 0.3vw #DEA85F;
    }

.mask .maskCont_awardsPoup {
    width: 69vw;
    height: 48vw;
    box-sizing: border-box;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    border-radius: 2vw;
    background: #b50102;
}

.maskCont_awardsPoup .title {
    display: block;
    width: 100%;
}

.maskCont_awardsPoup .goods {
    margin: 2vw 3vw 3vw;
    position: relative;
    padding: 4vw 5vw;
    border-radius: 2.6vw;
    background: #F4EAEA;
}

    .maskCont_awardsPoup .goods:before,
    .maskCont_awardsPoup .goods:after {
        content: '';
        position: absolute;
        display: block;
        width: 4vw;
        height: 4vw;
        top: 50%;
        margin-top: -2vw;
        border-radius: 100%;
        background: #b50102;
    }

    .maskCont_awardsPoup .goods:before {
        left: -2vw;
    }

    .maskCont_awardsPoup .goods:after {
        right: -2vw;
    }

    .maskCont_awardsPoup .goods .img {
        float: left;
        width: 17vw;
        height: 11vw;
        overflow: hidden;
    }

        .maskCont_awardsPoup .goods .img img {
            display: block;
            width: 100%;
        }

    .maskCont_awardsPoup .goods .info {
        margin-left: 20vw;
        padding-top: 0.5vw;
        text-align: center;
    }

        .maskCont_awardsPoup .goods .info h5 {
            font-size: 3.9vw;
            color: #333;
            line-height: 5vw;
        }

        .maskCont_awardsPoup .goods .info p {
            font-size: 3.2vw;
            color: #999;
            line-height: 4vw;
        }

.maskCont_awardsPoup .btn_checkGoods {
    font-size: 3.2vw;
    color: #784A0A;
    line-height: 6vw;
    text-align: center;
    display: block;
    width: 20vw;
    height: 6vw;
    border-radius: 1.3vw;
    box-shadow: 0 0.3vw 0.3vw #C88534;
    margin: 0 auto;
    background: #ECAF59;
}

.mask .maskCont_drawRules {
    width: 72.8vw;
    height: 43vw;
    background: none;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.maskCont_drawRules img {
    display: block;
    width: 100%;
}

.mask .maskCont_awardRec {
    width: 78vw;
    background: #b50102;
    padding-bottom: 6vw;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

    .mask .maskCont_awardRec img {
        width: 100%;
        display: block;
    }

.mask_awardRec .awardRecBox {
    position: relative;
    padding: 6vw 4vw;
    margin: 1vw 5vw;
    background: url("../img/txk/bg_decoration2.png") center center repeat;
    background-size: 100% auto;
}

.mask_awardRec .table_awardRec_box {
    max-height: 80vw;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mask_awardRec .awardRecBox:before,
.mask_awardRec .awardRecBox:after {
    position: absolute;
    content: '';
    left: -3vw;
    right: -3vw;
    height: 4vw;
    background: url("../img/txk/bg_decoration.png") center center no-repeat;
    background-size: 100% 100%;
}

.mask_awardRec .awardRecBox:before {
    top: -1.5vw;
}

.mask_awardRec .awardRecBox:after {
    bottom: -1.5vw;
}

.table_awardRec {
    border-collapse: collapse;
    width: 100%;
    border-radius: 1.6vw;
    overflow: hidden;
}

    .table_awardRec td {
        padding: 2vw 1vw;
        font-size: 2.8vw;
        color: #333;
        line-height: 4.6vw;
        text-align: center;
        border: solid 1px #ccc;
        background: #FEF8EE;
    }

        .table_awardRec td.first {
            width: 16%;
        }

        .table_awardRec td.second {
            width: 52%;
        }

        .table_awardRec td.third {
            width: 32%;
        }

    .table_awardRec .thead td {
        border-top: none 0;
        border-bottom: none 0;
        background: #A62217;
        color: #fff;
    }

    .table_awardRec .tbody:last-child td {
        border-bottom: none 0;
    }

    .table_awardRec td:first-child {
        border-left: none 0;
    }

    .table_awardRec td:last-child {
        border-right: none 0;
    }
/*2022-08 邀请好有砍价，新增，end*/
.poupMessageTips {
    font-size: 3.6vw;
    color: #fff;
    line-height: 6vw;
    padding: 0 6vw;
    z-index: 19;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

    .poupMessageTips p {
        padding: 2vw 7.8vw;
        background: rgba(0, 0, 0, 0.5);
        display: inline-block;
        border-radius: 1vw;
    }

.maskOpacity {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.maskCont_confirmModal {
    width: 76vw;
    padding: 5vw 4vw 16vw;
    text-align: center;
    height: auto;
    border-radius: 2vw;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.mask_confirmModal_h6 {
    font-size: 3.9vw;
    color: #222;
    line-height: 10vw;
    font-weight: bold;
}

.mask_confirmModal_p {
    font-size: 3.9vw;
    color: #444;
    line-height: 5vw;
    padding: 4vw 0 5vw;
}

.maskCont_confirmModal .bottomBtns {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    font-size: 3.9vw;
    color: #666;
    line-height: 13vw;
    border-top: solid 1px #f0f0f0;
    justify-content: space-around;
}

    .maskCont_confirmModal .bottomBtns .b_btn {
        width: 50%;
        color: #999;
    }

        .maskCont_confirmModal .bottomBtns .b_btn:first-child {
            border-right: solid 1px #f0f0f0;
        }

        .maskCont_confirmModal .bottomBtns .b_btn.confirm {
            color: #566882;
        }

        .maskCont_confirmModal .bottomBtns .b_btn.middle {
            border: none 0;
            color: #566882;
        }
