﻿.photoUrlList .prodlistAsync_label_text_tl {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: -25px;
    max-width: 85px;
    min-height: 30px;
    transform: translateX(30%) rotate(315deg) translateZ(1px);
    transform-origin: left top;
    box-shadow: 0 -100px 0 100px red;
    color: #fff;
    position: absolute;
    top: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em !important;
    letter-spacing: 0 !important;
    font-style: normal !important;
    background-color: red;
    word-break: break-word
}

.photoUrlList .prodlistAsync_label_text_tl .discount {
    word-break: break-word;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .prodlistAsync_label_text_tr .discount {
    word-break: break-word;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .prodlistAsync_label_text_tl.show,.photoUrlList .prodlistAsync_label_text_tr.show {
    display: flex
}

.photoUrlList .prodlistAsync_label_text_t {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .prodlistAsync_label_text_t>div {
    max-width: 100%;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 26px;
    margin-right: 2px;
    background-color: #000;
    text-align: start;
    font-size: 12px;
    line-height: 26px !important;
    color: #fff;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .prodlistAsync_label_text_t>.discount {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    letter-spacing: 0 !important;
    font-style: normal !important;
    padding: 0
}

.photoUrlList .prodlistAsync_label_text_t.show {
    display: flex;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .prodlistAsync_label_img_tr {
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.photoUrlList .prodlistAsync_label_img_r {
    position: absolute;
    display: none;
    right: 0;
    top: 10px
}

.photoUrlList .prodlistAsync_label_img_r img {
    position: relative;
    transform: unset;
    float: right;
    max-width: 26px !important;
    margin-bottom: 2px
}

.photoUrlList .prodlistAsync_label_img_r.show {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center
}

.photoUrlList .prodlistAsync_label_text_tl>div,.photoUrlList .prodlistAsync_label_text_tr>div {
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .labelfather .prodlistAsync_label_img_tl {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    letter-spacing: 0 !important;
    font-style: normal !important
}

.photoUrlList .labelfather .prodlistAsync_label_img_tr img,.photoUrlList .labelfather .prodlistAsync_label_img_tl img {
    position: relative;
    transform: unset;
    width: 100%;
    margin-bottom: 5px;
    max-width: 75px !important
}

.photoUrlList .labelfather .prodlistAsync_label_img_tl.show,.photoUrlList .prodlistAsync_label_img_tr.show {
    display: block
}

/* 新加标签样式 */
.labelfather {
	position: relative;
}
.labelfather .prodlistAsync_label_text_tl {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left: -25px;
	max-width: 85px;
	min-height: 30px;
	transform: translateX(30%) rotate(315deg) translateZ(1px);
	transform-origin: left top;
	box-shadow: 0px -100px 0px 100px rgb(255, 0, 0);
	color: #FFFFFF;
	position: absolute;
	top: 60px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em!important;
	letter-spacing: 0!important;
	font-style: normal!important;
	background-color: rgb(255, 0, 0);
	word-break: break-word;
}
.labelfather .prodlistAsync_label_text_tl.show{
	display: flex;
}
.labelfather .prodlistAsync_label_text_tr {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 0;
	max-width: 80px;
	min-height: 30px;
	transform: translateX(30%) rotate(45deg) translateZ(1px);
	transform-origin: left top;
	box-shadow: 0 -100px 0 100px rgb(255, 0, 0);
	color: #FFFFFF;
	position: absolute;
	top: 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2em!important;
	letter-spacing: 0!important;
	font-style: normal!important;
	background-color: rgb(255, 0, 0);
	word-break: break-word;
}

.labelfather .prodlistAsync_label_text_tl .discount{
	word-break: break-word;
	letter-spacing: 0!important;
	font-style: normal!important;
}
.labelfather .prodlistAsync_label_text_tr .discount{
	word-break: break-word;
	letter-spacing: 0!important;
	font-style: normal!important;
}

.labelfather .prodlistAsync_label_text_tr.show{
	display: flex;
}
.labelfather .prodlistAsync_label_text_t {
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	letter-spacing: 0!important;
	font-style: normal!important;
}
.prodlistAsync_label_text_t>div{
	max-width: 100%;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 26px;
	margin-right: 2px;
	background-color: #000;
	text-align: start;
	font-size: 12px;
	line-height: 26px!important;
	color: #fff; /* Opera */
	letter-spacing: 0!important;
	font-style: normal!important;
}
.prodlistAsync_label_text_t>.discount {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	letter-spacing: 0!important;
	font-style: normal!important;
	padding: 0;
}
.labelfather .prodlistAsync_label_text_t.show{
	display: flex;
	letter-spacing: 0!important;
	font-style: normal!important;
}
.labelfather .prodlistAsync_label_img_tl {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	letter-spacing: 0!important;
	font-style: normal!important;
}
.labelfather .prodlistAsync_label_img_tl img {
	margin-bottom: 5px;
	max-width: 75px!important;
}
.labelfather .prodlistAsync_label_img_tl.show{
	display: block;
}
.labelfather .prodlistAsync_label_img_tr {
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.labelfather .prodlistAsync_label_img_tr img {
	margin-bottom: 5px;
	max-width: 75px!important;
}
.labelfather .prodlistAsync_label_img_tr.show{
	display: block;
}
.labelfather .prodlistAsync_label_img_r {
	position: absolute;
	display: none;
	right: 0;
	top: 10px;
}
.labelfather .prodlistAsync_label_img_r img {
	float: right;
	max-width: 26px!important;
	margin-bottom: 2px
}
.labelfather .prodlistAsync_label_img_r.show{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
}
.prodlistAsync_label_text_tl>div,.prodlistAsync_label_text_tr>div{
	letter-spacing: 0!important;
	font-style: normal!important;
}