/*积分商城组件*/
.custom-integral-shop {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 8px;
}
.custom-integral-shop .type1 .integral-shop-img-wrap {
    width: 100%;
    height: 175px;
    position: relative;
	border-radius:4px;
	overflow:hidden;
}
.custom-integral-shop .integral-shop-img-wrap {
    width: 100%;
    position: relative;
	border-radius:8px;
	overflow:hidden;
}
.custom-integral-shop .custom-integral-shop-item img,.custom-integral-shop .integral-shop-img-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    object-fit: cover;
}
.custom-integral-shop .integral-shop-img-wrap:after {
    position: relative;
    content: '';
    display: block;
    padding-bottom: 75%;
}
.custom-integral-shop .type2 .integral-shop-img-wrap:after{
	padding-bottom:100%;
}
.custom-integral-shop .custom-integral-shop-item.type2 {
    width: calc(50% - 7.5px);
    display: inline-block;
	padding:15px 0;
}

.custom-integral-shop .custom-integral-shop-item.type2:nth-child(2n) {
    margin-left: 15px;
}

.custom-integral-shop .custom-integral-shop-item.type2 p.integral-shop-name {
    margin-bottom: 3px;
}
.custom-integral-shop .custom-integral-shop-item.type1{
	padding:15px 0;
	display:block
}
.custom-integral-shop p.integral-shop-name1  {
    font-size: 14px;
    color: #333;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    word-break: break-word;
    padding: 0;
    margin: 5px 0;
    line-height: 1.3;
    letter-spacing: 1px; 
}
.custom-integral-shop p.integral-shop-name1.title1 {
    height: 38px
}

.custom-integral-shop .price1 {
    color: #333333;
    font-size: 12px;
	display:inline-block;
	line-height: 24px;
}
.custom-integral-shop .price1.t2 {
    color: #333333;
    font-size: 12px;
	line-height:1;
	display:inline-block;
	float: left;
}
.custom-integral-shop .price1 big {
    font-size: 15px;
    color: #f24f4c;
    font-weight: 600
}
.custom-integral-shop span.sell-count1 {
    float: left;
    font-size: 12px;
    color: #999;
	text-decoration:line-through
}
.custom-integral-shop span.sell-count1.t2 {
    float: left;
    font-size: 12px;
    color: #999;
	line-height:1;
	text-decoration:line-through
}
.custom-integral-shop span.sell-count2 {
    float: right;
    font-size: 12px;
    color: #999;
}
.custom-integral-shop .integral-price .jifen {
    font-size: 12px;
}
.custom-integral-shop span.btn {
    width: 80px;
    line-height: 27px;
    background-color: #7F8AEF;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
}
.flex1 {
    display:flex;
    align-items: center;
    justify-content:space-between
}
.flex2 {
    display:flex;
    align-items: center;
    justify-content: center
}
/*分类瀑布流，样式三*/
.custom-integral-shop-new{
    background: #F8F8F8!important;
    position: relative;
    padding: 0px;
}
.clearfloat:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.WaterfallsLeft {
    width: 171px;
    float: left;
}
.WaterfallsRight {
    width: 171px;
    float: right;
}
.integral-shop-dataset-box{
    background: #ffffff;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.integral-shop-dataset-box-detail{
    padding: 0 6px 12px;
}
.custom-integral-shop-new p.integral-shop-name1{
    height: auto!important;
}
.custom-integral-shop-new .shop_group_title {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    height: 45px;
    z-index: 10;
}
.custom-integral-shop-new .shop_group_box {
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
}
.custom-integral-shop-new .integral_shop_shop_group_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
}
.custom-integral-shop-new .integral_shop_shop_group_list::-webkit-scrollbar {
    display: none;
}
.custom-integral-shop-new .integral_shop_shop_group_list{
    scrollbar-width: none;
}
.custom-integral-shop-new .integral_shop_shop_group_list li {
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    color: #333;
}
.custom-integral-shop-new .integral_shop_shop_group_list li>span {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 1;
    padding: 14px 5px 5px;
    font-weight: 600;
}
.custom-integral-shop-new .integral_shop_shop_group_list li .line {
    width: 15px;
    height: 3px;
    margin: 0 auto;
}
.custom-integral-shop-new .shop_group_sort {
    width: 40px;
}
.custom-integral-shop-new .shop_group_sort>img{
    width: 14px;
    height: 14px;
    margin: 13px;
}
.custom-integral-shop-new  .shop_group_sort.rotate>img{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
.custom-integral-shop-new .shop_group_box.shop_group_box_btn {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0;
    background-color: #fff;
}
.custom-integral-shop-new .shop_group_box {
    font-size: 0;
    width: 100%;
    box-sizing: border-box;
}
.custom-integral-shop-new .shop_group_data {
    padding: 15px 15px 0;
}
.custom-integral-shop-new .shop_group_data li.active {
    background-color: #FF0036;
    color: #fff;
}

.custom-integral-shop-new .shop_group_data>li {
    display: inline-block;
    height: 28px;
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 12px;
    color: #323233;
    border-radius: 14px;
    background-color: #F7F8FA;
    line-height: 28px;
    text-align: center;
    padding: 0 15px;
    vertical-align: top;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.custom-integral-shop-new .svod-mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.custom-integral-shop-new .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 50%;
}
/*分类瀑布流，样式三end*/
/*积分商城组件End*/