.aggreg-box .swiper-slide img{
    margin: 0;
}
.comm-course-list>.tab-conts>.aggreg-box{
    border: none !important;
    padding: 0;
    background: url('../../../images/aggreg/shadow_one@2x.png') no-repeat;
    background-size: 100% 100%;
}
.comm-course-list>.tab-conts>.aggreg-box:hover{
    border-top: 3px solid #FFD890;
}
.aggreg-box>.swiper-container{
    position: initial;
}
.aggreg-box>.agg-title{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #323232;
    padding: 19px 0 17px 0;
}
.ellipsis{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aggreg-box>.agg-title>p{
    border-left: 1px solid #323232;
    margin-left: 10px;
    padding-left: 10px;
}
.aggreg-box>.agg-title .icon-text-recommend{
    width: 40px;
    height: 20px;
    margin-left: 10px;
}
.aggreg-box>.agg-title .icon-more{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.comm-course-list>.tab-conts>.aggreg-box .aggreg_swiper{
    height: 213px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.08), 0px 6px 0 -3px #fff, 0px 6px 6px 0px rgba(0,0,0,0.08), 0px 9px 0 -3px #fff, 0px 12px 16px 0px rgba(0,0,0,0.08), 0px 24px 0 -3px #fff;
    border-radius: 8px;
    margin: 0 10px;
}
.aggreg_swiper .swiper-wrapper .swiper-slide .agg-main{
    margin: 16px 20px 12px;
}
.agg-main .agg-item-title{
    display: flex;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #323232;
}
.agg-main .agg-item-title>img{
    width: 72px;
    height: 20px;
    margin: 0 6px 0 0;
}
.agg-main .agg-course-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    padding-top: 14px;
    border-top: 1px solid #F5F5F5;
}
.agg-main .agg-course-desc img{
    width: 21px;
    height: 17px;
}
.agg-main .agg-course-desc .agg-course-l {
    display: flex;
    align-items: center;
}
.agg-main .agg-course-desc .agg-course-l .agg-course-num,.agg-main .agg-course-desc .agg-course-l>span {
   margin-left: 4px;
}
.agg-main .agg-course-desc .agg-course-r span{
    color: #323232;
}
.tab-conts .cont-list .agg-main .course-sentence{
    margin-top: 16px;
    margin-bottom: 0;
}

.tab-conts .cont-list .agg-main .course-teacher{
    max-width: 100%;
    position: initial;
    margin: 26px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-conts .cont-list .agg-main .course-teacher>.course-item,.agg-course-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-conts .cont-list .agg-main .course-teacher>.course-item::after{
    content: '';
    flex: auto;
}
.tab-conts .cont-list .agg-main .course-teacher .teacher-post{
    width: 36px;
    height: 36px;
    border: 1px solid #E5E5E5;
}
.tab-conts .cont-list .agg-main .course-teacher .agg-price{
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-top: 6px;
}
.tab-conts .cont-list .agg-main .course-teacher .old-price{
    font-weight: 400;
    text-decoration: line-through;
    color: #999999;
    margin-right: 10px;
}
.tab-conts .cont-list .agg-main .course-teacher .agg-amout{
    font-weight: 500;
    color: #FF5736;
}
.tab-conts .cont-list .agg-main .course-teacher .agg-amout>span{
    font-size: 22px;
}
.cont-list .agg-main .course-label{
    margin-top: 16px;
}
.cont-list .agg-main .course-label span{
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    /* border: 1px solid #FA6644; */
    /* border-radius: 4px; */
	background-color: #FFEFEB;
	color: #FA6644;
}
.aggreg_swiper .swiper-pagination-bullets{
    bottom: 5px;
}
.aggreg_swiper .swiper-pagination .swiper-pagination-bullet{
    background: rgba(214, 214, 214);
}

.aggreg_swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px;
    height: 7px;
    background: #323232;
    border-radius: 4px;
}
.aggreg-box .swiper-button-prev,.swiper-button-next{
    width: 19px;
    height: 33px;
    margin-top: 0;
    top: 156px;
    background-size: 100%;
    color: #323232;
    box-shadow: 3px 1px 16px 0px rgba(50,50,50,0.08);
    /* border-radius: 4px 0px 0px 4px; */
    display: none;
}
.aggreg-box .swiper-button-prev{
    background-image: url('../../../images/aggreg/icon-left-swiper.png');
    left: 0;
}
.aggreg-box .swiper-button-next{
    right: 0;
    background-image: url('../../../images/aggreg/icon-right-swiper.png');
}
/* 聚合tips */
.aggreg-tips,.h-aggreg-tips{
    /* width: 100%; */
    max-width: 480px;
    height: 48px;
    padding: 0 20px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    line-height: 48px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0,0,0,0.14);
    background: rgba(0,0,0,.5);
    border-radius: 24px;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.aggreg-tips>img,.h-aggreg-tips>img{
    width: 31px;
    height: 31px;
    margin-left: 35px;
}
#aggreg-tips-pc{
    display: none;
}
.h-aggreg-tips{
    margin-bottom: 0;
}


/* 聚合弹窗 */
.aggreg-pop,.aggreg-sign-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.25);
    font-size: 14px;
    z-index: 2100;
    display: none;
}
.aggreg-pop .aggreg-main,.aggreg-sign-pop .aggreg-sign-main{
    width: 604px;
    height: auto;
    max-height: 640px;
    background: #F5F5F5;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2100;
    overflow-y: auto;
}
.aggreg-pop .aggreg-main .aggreg-top{
    margin: 32px 30px 30px;
    position: relative;
    justify-content: center;
    cursor: pointer;
}
.aggreg-pop .aggreg-main .aggreg-top>p{
    width: 80px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #FA6644;
    border-radius: 4px;
    color: #FA6644;
    justify-content: center;
    position: absolute;
    left: 0;
}
.aggreg-pop .aggreg-main .aggreg-top h4{
    font-size: 16px;
    font-weight: bolder;
    color: #333333;
    /* margin-left: 165px; */
}

.aggreg-pop .aggreg-main .aggreg-top>p>img{
    width: 12px;
    height: 14px;
    margin-right: 5px;
    cursor: pointer;
}
.aggreg-pop .aggreg-main .aggreg-top>img,.aggreg-sign-main .aggreg-sign-top>img{
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.aggreg-filters .aggreg-btns{
    margin: 0 30px 20px 0;
}
.aggreg-course{
    padding-bottom: 15px;
}
.btns-label{
    font-size: 16px;
    font-weight: bold;
    color: #323232;
    border-left: 4px solid #FA6644;
    /* border-radius: 0 4px; */
    padding-left: 26px;
    margin-bottom: 15px;
}
.aggreg-filters .aggreg-btns .btns-label .subject-up,.aggreg-filters .aggreg-btns .btns-label .subject-unpack{
    font-size: 14px;
    color: #FA6644;
    cursor: pointer;
}
.aggreg-filters .aggreg-btns .btns-label img{
    width: 8px;
    height: 5px;
    margin-left: 6px;
    vertical-align: middle;
    line-height: 20px;
}
.aggreg-filters .btns-box{
    /* flex-wrap: wrap; */
    /* margin-left: 30px; */
    position: relative;
    margin-left: 30px;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.aggreg-filters .btns-six{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
}
.aggreg-filters .btns-box>p{
    text-align: center;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 8px;
    cursor: pointer;
}
.aggreg-filters .btns-box>.is-disabled, .aggreg-filters .btns-flex>.is-disabled{
    /* width: 100px; */
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin: 0 0 10px 0;
    color: #999999;
    background: #E7E7E7;
    cursor: default;
}
.aggreg-filters .subject-btns>p{
    width: 82px;
}

.aggreg-filters .btns-box>.aggreg-active, .aggreg-filters .btns-flex>.aggreg-active{
    border: 1px solid #FA6644;
    background-position: right bottom;
    background-image: url('../../../images/aggreg/icon-active.png');
    background-repeat: no-repeat;
    background-size: 18px 16px;
}
.aggreg-course-main{
    margin: 0 30px 15px;
    padding: 20px 16px 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
    cursor: pointer;
}
.aggreg-course-main .aggreg-course-item{
    flex: 1;
    margin-right: 16px;
    padding-right: 20px;
    border-right: 1px dashed #F5F5F5;
}
.aggreg-course-item .title{
    font-size: 16px;
    font-weight: 500;
    color: #323232;
}
.aggreg-course-item .title>img{
    width: 80px;
    height: 21px;
    margin-right: 6px;
}

.aggreg-course-item .title>p{
    flex: 1;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.agg-course-label{
    margin: 14px 0;
    position: relative;
}
.agg-course-label .label-item>p{
    padding: 1px 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFEFEB;
	color: #FA6644;
    margin-right: 14px;
}
.agg-course-label .label-r{
    position: absolute;
    right: 0;
}
.agg-course-label .label-r>.old-price{
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #999999
}
.agg-course-label .label-r>.amout{
    font-size: 14px;
    font-weight: 500;
    color: #FF5736;
    margin-left: 10px;
}
.agg-course-label .label-r>.amout>span{
    font-size: 18px;
}
.agg-course-footer{
    padding: 14px 0;
    font-size: 14px;
    color: #323232;
    border-top: 1px solid #F5F5F5;
}
.agg-course-footer>.sign{
    color: #999999;
}
.agg-course-footer>.sign>span{
    color: #323232;
    margin: 0 5px;
}
.aggreg-course-main .icon-look{
    width: 32px;
    height: 32px;
}
.bold{
    font-weight: bolder;
}
.compilation-active{
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.08), 0px 6px 0 -3px #fff, 0px 6px 6px 0px rgba(0,0,0,0.08), 0px 9px 0 -3px #fff, 0px 12px 16px 0px rgba(0,0,0,0.08), 0px 13px 0 -3px #fff;
}
.aggreg-sign-main .aggreg-sign-top{
    margin: 30px 0;
}
.aggreg-sign-main .aggreg-sign-top>.btns-label{
    margin-bottom: 0;
}
.aggreg-sign-main .aggreg-sign-top>img{
    right: 30px;
}
.aggreg-sign-main .sign-course{
    margin: 30px;
    background: #fff;
    padding: 20px 20px 0;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.08);
    border-radius: 8px;
}
.aggreg-sign-main .sign-course .sign-title{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.aggreg-sign-main .sign-course .sign-title>img{
    width: 104px;
    height: 30px;
    margin-right: 12px;
}
.sign-btns{
    margin: 0 30px 30px;
}
.sign-btns>p{
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.sign-btns>p:first-child{
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.08);
    color: #999999;
    margin-right: 30px;
}
.sign-btns>p:first-child>span{
    margin-left: 11px;
}
.sign-btns>p:last-child{
    flex: 2;
    background: #FA6644;
    color: #FEFEFE;
}
.aggreg-main>.confirm-btn{
    width: 310px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #FA6644;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 16px;
    color: #FEFEFE;
    display: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.aggreg-main>.confirm-btn>.icon-confirm,.sign-btns>p:first-child img{
    width: 19px;
    height: 19px;
    vertical-align: text-bottom;
}
/* 课程筛选 */
.c-s-layout {
    padding: 0 21px;
    background-color: #fff;
}
.course-filter-layout .layout-item .item-type-title img{
    width: 13px;
    height: 7px;
    vertical-align: middle;
    margin-left: 10px;
}
.course-filter-layout .layout-item{
    position: relative;
}
.course-filter-layout .layout-item .item-type-title p{
    font-size: 16px;
}
.course-filter-layout .layout-item .item-type-title .text{
    margin-left: 20px;
    display: inline-block;
    max-width: 94px;
}
.course-filter-layout .subject-layout .item-type{
    width: 400px !important;
}

.course-filter-layout .layout-item .item-type{
    width: 330px;
    position: absolute;
    top: 60px;
    left: -21px;
    z-index: 111;
    display: none;
    font-size: 15px;
    color: #323232;
    padding: 20px 16px 0;
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 27.5px 4.5px rgba(151,165,168,0.13);
    box-sizing: border-box;
}
.course-filter-layout .layout-item:nth-child(2) .item-type,.course-filter-layout .layout-item:nth-child(3) .item-type{
    left: -62px;
}
.course-filter-layout .layout-item:nth-child(4) .item-type{
    left: -95px;
}
.course-filter-layout .layout-item:last-child .item-type{
    left: -170px;
}
.course-filter-layout .layout-item .item-type:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 50%;
    top: -8px;
    z-index: 1;
    transform: translateX(-50%);
}
.course-filter-layout .layout-item:last-child .item-type:before{
    left: auto;
    transform: none;
    right: 20%
}
.course-filter-layout .layout-item .item-type ul li{
    text-align: center;
    margin-bottom: 20px;
}
.course-filter-layout .layout-item .item-type ul li a{
    max-width: 95px;
    display: inline-block;
    color: #323232;
    letter-spacing: 1px;
}
.course-filter-layout .layout-item .item-type ul li a:hover{
    color: #FA6644;
}
.course-filter-layout .layout-item .item-type ul .current a:hover{
    color: #FA6644;
    text-decoration: underline !important;
}
.grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.course-filter-layout .layout-item .item-type-title .icon-up{
    transform: rotate(180deg);
}
.searchV button {
    background: #FA6644;
}

.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-justify{
    display: flex;
    justify-content: space-between;
}
.flex-align{
    display: flex;
    align-items: center;
}
.line-through{
    text-decoration: line-through;
}
.aggreg-remark{
    width: 320px;
    flex: none;
}
.C323232{
    color: #323232;
}
.C999999{
    color: #999999;
}
.CFA6644{
    color: #FA6644;
}
.current,.course-filter-layout .layout-item .item-type ul .current>a{
    color: #FA6644;
    text-decoration: underline;
}
.ptb20{
    padding: 20px 0;
}
.wh18{
    width: 18px;
    height: 18px;
}

.aggreg-filters .btns-flex {
    position: relative;
    margin-left: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.aggreg-filters .btns-flex >p {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 4px;
    margin: 0 5px 10px 0;
    padding: 0 8px;
    cursor: pointer;
}
.aggreg-filters .btns-flex >p:last-child {
    margin-right: 0;
}
.min-w60 {
    min-width: 60px;
}

@media screen and (max-width: 700px){
    .aggreg-remark{
        width: 220px;
    }
    #aggreg-tips-pc{
        display: block;
    }
    .tab-conts .cont-list .agg-main .course-teacher{
        width: 100% !important;
        max-width: 100% !important;
    }
    .course-buy-layout>.aggreg-tips{
        /* max-width: 361px; */
        display: none;
        font-size: 15px;
        padding: 0 15px;
    }
    .aggreg-tips>img,.h-aggreg-tips>img{
        width: 22px;
        height: 22px;
        margin-left: 20px;
    }
    .h-aggreg-tips{
        /* display: flex; */
        font-size: 15px;
        padding: 0 15px;
    }
    .aggreg-pop .aggreg-main,.aggreg-sign-pop .aggreg-sign-main{
        width: 100%;
        max-height: 70%;
        top: auto;
        left: 0;
        bottom: 0;
        background: #fff;
        transform: none;
    }
    .aggreg-sign-main .aggreg-sign-top {
        margin: 15px 0 0 0;
    }
    .aggreg-sign-main .sign-course {
        margin: 0;
        box-shadow: 0 0 0 #fff;
    }
    .sign-btns, .aggreg-sign-top .btns-label{
        margin: 0;
    }
    .sign-btns>p {
        border-radius: 0;
    }
    .sign-btns>p:first-child{
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .sign-btns>p:first-child>span{
        font-size: 11px;
        line-height: 11px;
        margin-left: 0;
    }
    .sign-btns>p:last-child {
        background: linear-gradient(90deg, #F09040 0%, #E9714F 100%);
    }
    .aggreg-pop .aggreg-main .aggreg-top{
        margin: 15px 15px 20px;
    }
    .aggreg-pop .aggreg-main .aggreg-top h4{
        font-size: 19px;
    }
    .aggreg-pop .aggreg-main .aggreg-top>p{
        width: 60px;
        height: 30px;
    }

     .aggreg-pop .aggreg-main .aggreg-top>p>img{
        display: none;
    }
    .aggreg-filters .btns-box{
        /* flex-wrap: wrap; */
        margin-left: 15px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .aggreg-filters .btns-label{
        padding-left: 14px;
    }
    .aggreg-filters .btns-six{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr  !important;
    }
    .aggreg-course-main {
        margin: 0 15px 15px;
        padding: 0;
    }
    .aggreg-course-item .title{
        font-size: 12px;
    }
    .aggreg-course-item .title>img{
        width: 63px;
        height: 16px;
    }

    .aggreg-course-item .title>p{
        max-width: 210px;
    }
    .agg-course-label .label-item>p {
        width: 50px;
        height: 16px;
        border-radius: 4px;
        margin-right: 5px;
        font-size: 10px;
    }
    .agg-course-label .label-r>.old-price {
        font-size: 10px;
    }
    .agg-course-label .label-r>.amout{
        margin-left: 5px;
    }
    .agg-course-label .label-r>.amout>span {
        font-size: 14px;
    }
    .aggreg-course-main .icon-look {
        width: 25px;
        height: 25px;
        margin: 0 6px;
    }
    .aggreg-course-main .aggreg-course-item {
        margin-right: 0;
        padding: 12px 12px 0 12px;
        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.08);
        border-right: none;
    }
    .agg-course-footer {
        font-size: 10px;
    }
    .aggreg-filters .subject-btns>p:nth-child(3), .aggreg-filters .subject-btns>p:nth-child(6) {
        margin-right: 7px;
    }
    .aggreg-filters .subject-btns>p:nth-child(4) {
        margin-right: 0px;
    }
    .aggreg-filters .subject-btns>p{
        width: 74px;
    }
    .agg-main .agg-course-desc{
        font-size: 10px;
    }

    /* 课程筛选ui改版 */
    .course-filter-layout .layout-item .item-type-title p{
        font-size: 14px;
    }
    .flex-justify{
        flex-wrap: wrap;
    }
    .course-filter-layout .layout-item .item-type{
        font-size: 12px;
    }
    .course-filter-layout .layout-item:nth-child(2n)>.item-type,.course-filter-layout .layout-item:nth-child(2) .item-type{
        left: auto;
        right: -21px;
    }
    .course-filter-layout .layout-item:last-child .item-type{
        left: -21px;
        right: 0;
    }
    .course-filter-layout .layout-item:nth-child(3) .item-type{
        left: -21px;
    }
    .course-filter-layout .layout-item .item-type:before, .course-filter-layout .layout-item:last-child .item-type:before{
        left: 33%;
        transform: translateX(-33%);
        right: auto;
    }
    .course-filter-layout .layout-item:nth-child(2n)>.item-type:before,.course-filter-layout .subject-layout .item-type:before {
        left: 80% !important;
        transform: translateX(-80%) !important;
    }
    .course-filter-layout .layout-item .item-type-title .text {
        width: 40px;
    }
    .course-filter-layout .subject-layout .item-type {
        width: 330px !important;
    }
    .aggreg-filters .btns-flex {
        margin-left: 15px;
    }
}

/* 生成价格 */
.price-edit-layout {
    overflow-x: auto;
}
.price-edit-layout .bg {
    width: 90%;
    margin: auto;
}
.price-edit-layout .sales-p {
    margin: 15px 0 0;
}
.price-ratio,.price-discounts>ul>li{
    width: 100px;
    height: 30px;
    border: 1px solid;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
    cursor: pointer;
}
.price-discounts>ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-discounts>ul>li{
    width: 100%;
    margin: 0 5px;
}
.price-discounts>ul>li:first-child{
    margin-left: 0;
}
.ratio-change{
    border: 1px solid #169BD5;
    color: #169BD5;
}
.aggrega-table-layout>table>thead>tr>.js-sale-price-title {
    color: red;
}
.aggrega-table-layout>table>tbody>tr>td {
    width: 50px;
    box-sizing: border-box;
}
.aggrega-table-layout>table>tbody>tr>td>input {
    width: 40px;
}
.aggrega-table-layout>table>tbody>tr>.js-name {
    width: 80px;
}
.aggrega-table-layout>table>tbody>tr>.js-sale-price {
    max-width: 60px;
    color: red;
}

/* 聚合生成价格弹窗 */
.aggrega-price-mask {
    width: 100%;
    height: 100%;
    background: rgba(000, 000, 000, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.aggrega-price-layout {
    width: 280px;
    /* height: 184px; */
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 120;
    border-radius: 10px;
    /* overflow: hidden; */
}
.aggrega-price-title {
    text-align: center;
    padding: 10px;
}
.build-aggrega-table {
    overflow-y: scroll;
    max-height: 520px;
}
.aggrega-price-tips {
    font-size: 12px;
    color: red;
    margin: 10px 0;
    padding: 0 15px;
    text-align: center;

}
.aggrega-price-btns {
    width: 100%;
    height: 40px;
}
.aggrega-price-btns .bottom-btn {
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
}
.left-btn {
    left: 0;
    background: #999999;
    border-radius: 0 0 0 10px;
}
.right-btn {
    right: 0;
    background: #fa6644;
    border-radius: 0 0 10px 0;
}
.price-discount {
    margin: 20px 20px 0 20px;
}
.js-sale-price {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
}