/*  10 授权代理商 11分销商 */


/*  9-原厂  10 授权代理商 11分销商  12-方案提供商 */
.shopType10,
.shopType11 {
	background: linear-gradient(180deg, #D6EDFD 0%, #FFFFFF 100px);
	overflow: hidden;
}

.pad-lr20{
	padding: 0 20px;
}

/*  最新发布/热卖推荐  */
.sellershop_baokuanBox {
	padding-bottom: 60px;
}

.sellershop_baokuan_item:nth-of-type(4n):before {
	width: 0;
}

.sellershop_baokuan_item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	background: linear-gradient(#fff 15%, #ccc, #fff 85%)
}

.sellershop_baokuanBox .sellershop_baokuan_item {
	margin: 0 0 10px 0;
	height: 308px;
	width: 324px;
	position: relative;
}
.sellershop_baokuanBox .sellershop_baokuan_item img {
	width: 120px;
	height: 120px;
	object-fit: scale-down;
	background-color: #fff;
}
.sellershop_baokuanText {
	font-size: 14px;
	color: #666;
	display: flex;
	width: 80%;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5px;
}
.default_template_set .sellershop_baokuanText {
	width: 90%;
}
.sellershop_newrelease_btn {
	height: 31px;
	padding: 0px 20px;
	border-radius: 30px;
	color: #fff !important;
	cursor: pointer;
	background-color: #0070BC;
}

.flex_colum {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* 限时抢购 */
.sellershop_qianggouBox {
	background-color: #F6F8FA;
	width: 100%;
	padding-bottom: 55px;
}
.sellershop_qianggouItem {
	width: 310px;
	height: 303px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #fff;
}
.sellershop_qianggouItem img {
	width: 110px;
	height: 110px;
	object-fit: scale-down;
	background-color: #fff;
}
.sellershop_qianggouItem:hover {
	box-shadow: 0px 0 12px 0px rgba(106, 106, 106, 0.15);
}
/* 品牌专区 */
.sellershop_pinpaiBox {
	padding-bottom: 70px;
}
.sellershop_pinpaiLine {
	display: flex;
	width: 100%;
	position: relative;
}
.sellershop_pinpaiLine::after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(to right, #fff, #DEDEDE ,#fff);
}
.sellershop_pinpaiLine:last-of-type::after {
	content: none;
}
.sellershop_pinpaiItem {
	width: 259px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
}
.sellershop_pinpaiItem img {
	width: 131px;
	height: 52px;
	object-fit: contain;
}
.sellershop_pinpaiItem::before {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	background:  #DEDEDE;
}
.sellershop_pinpaiLine:last-of-type .sellershop_pinpaiItem::before {
	background: linear-gradient(to bottom, #DEDEDE ,#fff);
}
.sellershop_pinpaiLine:first-of-type .sellershop_pinpaiItem::before {
	background: linear-gradient(to bottom, #fff ,#DEDEDE);
}
.sellershop_pinpaiItem:nth-of-type(5n)::before, 
.sellershop_pinpaiItem:last-of-type:before {
	content: none;
}

/* 红色模板 */
.red_template_set {
	background-color: #fff;
}
.red_template_set .shopType10,
.red_template_set .shopType11 {
	background: linear-gradient(180deg, #FFFAF5 0%, #FFFFFF 100%);
	overflow: hidden;
}
.red_template_set .sellershop_title span {
	color: #FF872D !important;
}
.red_template_set .sellershop_title_more {
	color: #444 !important;
    width: 99px;
    height: 32px;
    position: relative;
    background-color: #FFE6C4;
    border-radius: 3px;
    line-height: 32px;
    box-sizing: border-box;
    padding-left: 0;
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}
.red_template_set .sellershop_title {
	display: flex;
    align-items: center;
	font-size: 34px;
}
.red_template_set .sellershop_title i {
	color: #ddd;
    font-weight: bolder;
    border-left: 1px solid #ddd;
    padding-left: 14px;
    height: 44px;
    line-height: 44px;
}
.red_template_set .sellershop_title_more::after {
	content: none !important;
	font-family: 'iconfont';
	position: absolute;
	width: 32px;
	height: 32px;
	color: #fff;
	right: 0px;
	top: 0px;
	font-size: 24px;
    text-align: center;
	background-color: #FF872D;
}
/* 红色-最新发布 */
.red_template_set .agentshop_newBox {
	background-color: #FFE9D3;
	border-radius: 20px;
	padding: 32px 32px 22px 32px;
	gap: 20px;
}
.red_template_set .sellershop_baokuanBox .sellershop_baokuan_item {
    width: 294px;
    height: 318px;
    box-sizing: border-box;
    border-radius: 12px;
	background: #fff;
	padding: 20px;
}
.red_template_set .sellershop_baokuan_item::before {
	content: none;
}
.red_template_set .sellershop_baokuanText {
	width: 100%;
}
.red_template_set .red_sellershopBtnBox{
	border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 15px;
	width: 100%;
}
.red_template_set .sellershop_newrelease_btn {
	background: #F0690A;
	flex-shrink: 0;
}

/* 红色模板-限时抢购 */
.red_template_set .sellershop_qianggouBox {
	background: transparent;
}
.red_template_set .sellershop_qianggouItem {
	position: relative;
	border: 0px 15px 15px 15px;
	box-shadow: 0px 0 12px 0px rgba(106, 106, 106, 0.15);
	padding: 20px;
}
.red_template_set .xianshiStap {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 23px;
	background-color: #FE2A2A;
	border-radius: 0 0 8px 0;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 2px;
	justify-content: center;
	font-size: 12px;
}
.red_agentshop_xianshiBtnBox {
	width: 191px;
	height: 35px;
	border-radius: 36px;
	background: linear-gradient(to right, #F0690A 0%, #FF1E00 100%);
	color: #fff !important;
	text-align: center;
	cursor: pointer;
}
.red_agentshop_xianshiBtnBox div {
	border-right: 1px solid #fff;
}
.line {
	width: 100%;
	height: 1px;
	background: #ddd;
    margin: 20px 0 15px 0;
}
/* 限时抢购-无图效果 */
.xianshiStap_null_img{
	object-fit: none !important;
}

/* 红色-品牌专区 */
.red_template_set .sellershop_pinpaiBox {
	display: flex;
	width: 1300px;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	height: 495px;
	margin: 50px auto 70px;
    padding: 0;
}
.red_pinpaiLeft {
	width: 330px;
	height: 495px;
	background: url('../images/red_shop_ppzq.png') no-repeat left top;
	position: relative;
}
.red_pinpaiLeft::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid #34383F;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: -12px;
    top: 235px;
}
.red_pinpaiRight {
	flex: 1;
	padding: 20px 20px 20px 50px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.red_pinpaiRightItem {
	width: 180px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.red_pinpaiRightItem img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.red_pinpaiRightItem p {
	font-size: 20px;
	color: #fff;
	display: none;
	padding: 0 20px;
}
.red_pinpaiRightItem:hover {
	background-color: #F2A058;
}
.red_pinpaiRightItem:hover img {
	display: none;
}
.red_pinpaiRightItem:hover p {
	/* display: block; */
	display: -webkit-box;
}
/* 红色-公司简介 */
.red_template_set .sellershop_companybg {
	background: transparent !important;
}
.red_template_set .defaultLine {
	display: none;
}

/* 蓝色模板 */
.blue_baokuanBox {
	width: 1300px;
	border-radius: 20px;
	background: linear-gradient(to bottom, #F4F4F4 0%, #FDFDFD 100%);
	padding: 32px;
	box-shadow: 0px 1px 11px 7px rgba(37, 43, 81, 0.2);
	gap: 20px;
	margin-bottom: 40px;
}
.blue_sellershop_baokuan_item {
	width: 231px;
	height: 383px;
	border-radius: 12px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.blue_sellershop_baokuanText {
	width: 100%;
	background: #F2F3F4;
	padding: 6px 12px;
	display: flex;
    flex-direction: column;
    border-radius: 12px;
    color: #666;
    line-height: 24px;
	box-sizing: border-box;
}
.blue_template_set .sellershop_newrelease_btn {
	gap: 10px;
    color: #EF4346 !important;
    background: #fff;
    border: 1px solid #EF4346;
}
.blue_sellershop_baokuan_item:hover .sellershop_newrelease_btn {
	background: #EF4346;
	color: #fff !important;
}
.blue_template_set .sellershop_baokuanBox .blue_sellershop_title_more {
	background: #63CEC1 !important;
	color: #fff !important;
	border: none;
}
.blue_template_set .sellershop_baokuanBox .blue_sellershop_title_more .icon-more {
	color: #fff !important;
}

/* 蓝色-限时抢购 */
.blue_qianggouBox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 40px;
}
.blue_qianggouItem {
	width: 310px;
	height: 313px;
	border-radius: 15px;
	box-shadow: 0px 1px 11px 7px rgba(0, 0, 0, 0.12);
	background: #EF4346;
}
.blue_qianggouItemDiv {
	width: 310px;
	height: 272px;
	border-radius: 15px;
	background: #fff;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.blue_template_set .tobuy {
	color: #fff !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
	cursor: pointer;
}
.blue_template_set .sellershop_qianggouBox .xianshiStap{
	width: 51px;
    position: absolute;
    right: 010px;
    background: #FE2A2A;
    height: 19px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
.blue_qianggouItemDiv img {
	margin: 0 auto;
    display: block;
}
.blue_qianggouBox .sellershop_baokuanText {
	width: 100%;
}

/* 蓝色-品牌专区 */
.blue_sellershop_pinpaiItem {
	width: 250px;
	height: 100px;
	border-radius: 4px;
	border: 1px solid #DEDEDE;
	background-color: #fff;
}
.blue_sellershop_pinpaiItem img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.blue_template_set .sellershop_pinpaiBox {
	background: url('../images/blue_shop_ppzq.png') no-repeat top;
	display: flow-root;
}

/* 黑色模板 */
.black_template_set .sellershop_newreleasebg {
	background: #fff;
}

/* 黑色-新品推荐 */
.black_template_set .agentshop_newBox {
	gap: 20px;
}
.black_template_set .blue_sellershop_baokuan_item {
	width: 244px;
	height: 390px;
	border-radius: 0;
	border: 1px solid #ddd;
}
.w210h120 {
	width: 210px;
	height: 120px;
	object-fit: scale-down;
	background-color: #fff;
}
.black_template_set .sellershop_newrelease_btn {
	border: 1px solid #333333;
	color: #333333 !important;
	background-color: #fff;
}
.black_template_set .blue_sellershop_baokuan_item:hover  {
	box-shadow: 0px 1px 11px 7px rgba(0, 0, 0, 0.12);
}
.black_template_set .blue_sellershop_baokuan_item:hover .sellershop_newrelease_btn{
	border: 1px solid #333333 !important;
	color: #333333 !important;
	background-color: #fff !important;
}
/* 黑色-限时抢购 */
.black_template_set .qianggouMainBox {
	width: 1300px;
	background-color: #FFFFFF;
	padding: 32px;
	box-sizing: border-box;
}
.black_template_set .sellershop_qianggouItem {
    width: 294px;
    height: 322px;
    box-sizing: border-box;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #EEEEEE;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.black_template_set .sellershop_baokuanText {
	width: 100%;
}
.black_template_set .xianshiStap {
	position: absolute;
	top: 0px;
	left: 18px;
	background: url('../images/black_shop_qg.png') no-repeat center;
	width: 32px;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 25px;
}
.black_template_set .black_qianggouBtn {
	width: 240px;
    height: 35px;
    border-radius: 36px;
    background: #fff;
    color: #FE2A2A !important;
    text-align: center;
	border: 1px solid #333;
	box-sizing: border-box;
}
.black_qiangBtn {
	border-radius: 36px;
	background: #333;
	color: #fff !important;
	height: 31px;
    margin-right: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
/* 黑色-品牌专区 */
.black_template_set .sellershop_pinpaiBox {
	background: url('../images/black_shop_ppzq.png') no-repeat top;
}
.black_sellershop_pinpaiItem {
	width: 244px;
	height: 110px;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 6px;
	color: #666;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	box-shadow: 0px 2px 30px 0px rgba(108, 156, 227, 0.4);
	background: #fff;
}
.black_sellershop_pinpaiItem img {
	width: 60px;
	height: 60px;
}
.black_sellershop_pinpaiItem:hover {
	border: 1px solid #3759E6;
}
/* 黑色-公司简介 */
.black_template_set .sellershop_title_more {
	color: #666666 !important;
}