/* 产品导出弹窗 */
.wrap-box.product-export-popup{
	width: 400px;
	position: relative;
}
.layer-move-dialog{
	min-width: 400px;

}
.product-export-popup .item-box{
	width: 300px;
	height: 100px;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}
.product-export-popup .item-box .item-title{
	flex: 1;
	line-height: 30px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	position: relative;
}
.product-export-popup .item-box .input{
	flex: 2;
	/*display: flex;*/

}
.product-export-popup .item-box .input p{
	margin-right:30px ;
}
.product-export-popup .item-box input[type="radio"]{height: auto;width: auto;display: inline-block;margin-right: 5px}
/* 添加tags 22页 */
.wrap-addtags{
	width: 100%;
	max-width: 1300px;
	background:rgba(255,255,255,1);
	padding: 20px;
}

/* 注 */
.wrap-addtags .notice{
	min-height: 100px;
	background:rgba(250,244,235,1);
	border:1px solid rgba(243,232,214,1);
	border-radius:4px;
	margin: 0;
}
.wrap-addtags .notice .p-title{
	height:16px;
	font-size:12px;
	font-weight:bold;
	color:rgba(217,145,37,1);
}
.wrap-addtags .notice .p-txt{
	width: 100%;
	max-width: 960px;
	min-height:38px;
	font-size:12px;
	font-weight:400;
	color:rgba(102,102,102,1);
}
/* 去掉form黑框 */
.wrap-addtags .tags:focus {
	outline: none;
}

/* 删除图片定位 */
.wrap-addtags  .tags .item-box{
	position: relative;
}
.wrap-addtags  .tags .item-box .delete{
	position: absolute;
	right: -30px;
	top: 32px;
}

.wrap-addtags  .tags .item-box #resize{
	width: 100%;
}
/* 显示添加按钮 */
.wrap-addtags .addTags{
	margin-bottom: 70px;
}

.wrap-addtags .content-scroll-box{
	max-width: 1300px;
	border-radius:12px;
	padding: 20px;
}
/* 内容100%  */
.wrap-addtags .content-scroll-box .tags  .content-scroll{
	width: 100%;
}

/*1 产品分类  */


.wrap-product-classsify .dis-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrap-product-classsify .product-classify-top{
	background-color: #edf2ff;
	height: 40px;
	justify-content: flex-start;
}
.wrap-product-classsify .product-classify-top>div{height: 100%;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	display: flex;align-items: center;
}
.wrap-product-classsify .product-classify-top>div:nth-of-type(2){
	padding-left: 10px;
	border-left: 2px solid #FFFFFF;
}
.wrap-product-classsify .product-classify-top>div:nth-of-type(3){
	border-left: 2px solid #FFFFFF;
}
.wrap-product-classsify .product-classify-top>div:nth-of-type(4){
	border-left: 2px solid #FFFFFF;
}
.wrap-product-classsify .product-classify-top>div .check-box-div .icon::before{
	background-color: #FFFFFF;
    display: inline-block;
    height: 18px;
}


.wrap-product-classsify .disnone {
	display: none;
}

.wrap-product-classsify .open {
	display: table-row;
}
.wrap-product-classsify .sort-table ul{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #DDDDDD;
}
.wrap-product-classsify .sort-table ul li{padding:0px 10px;margin: 18px 0;}
.wrap-product-classsify .sort-table ul li:nth-of-type(1){    
	width: 5%;
}
.wrap-product-classsify .sort-table ul li:nth-of-type(2){
	width: 55%;
}
.wrap-product-classsify .sort-table ul li:nth-of-type(3){
	width: 15%;
}
.wrap-product-classsify .sort-table ul li:nth-of-type(4){
	width: 20%;
}
.wrap-product-classsify .sort-table ul li:nth-of-type(4) a{
	color: #2baab1;
	margin-right: 15px;white-space:nowrap;
}
.wrap-product-classsify .sort-table ul li:nth-of-type(5) {width: 5%;}
.wrap-product-classsify .sort-table ul .icon{font-size: 13px;color: #c8c8c8;}
.wrap-product-classsify .sort-table ul .check-box-div .icon{font-size: 18px;color: #ddd;}
.wrap-product-classsify .sortable1{
	/* padding-left: 10px; */
}
.wrap-product-classsify .sortable1:hover{
	background-color: rgb(242, 243, 247);
}

.wrap-product-classsify .sortable2 ul li:nth-of-type(2){
	text-indent: 20px;
}
.wrap-product-classsify .sortable3  ul li:nth-of-type(2){
	text-indent: 50px;
}
.wrap-product-classsify .sortable3  ul li:nth-of-type(2) i{
	display: none;
}

.wrap-product-classsify .sort-table ul li:nth-of-type(3) i{
	opacity: 0;
	font-size: 22px;
}

.wrap-product-classsify .sort-table ul li:nth-of-type(3) i.active {
	opacity: 1;
}

.wrap-product-classsify .hide {
	visibility: hidden;
}
/* 7 产品管理 */
.wrap-product-manage tbody tr{
	height: 123px;
}
.wrap-product-manage .p-image{
	max-width:86px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(217,217,217,1);
}
.wrap-product-manage .p-image img{
	/* max-width: ; */
}
.wrap-product-manage .item-image{
	width: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wrap-product-manage .item-image img{
	cursor: pointer;
}
/*产品管理的移动弹窗  */
.wrap-product-manage-classify .power{
	padding-left: 20px;
}
.wrap-product-manage-classify .m-error{
	padding-left: 20px;
}

/* 产品管理的复制弹窗 */
.wrap-product-manage-copy .item-box{
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.wrap-product-manage-copy .item-box .input{
	width:200px;
	height:36px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(217,217,217,1);
	border-radius:3px;
}
.wrap-product-manage-copy .item-box .input input{
	width: 100%;
	height: 100%;
}

/*tags句式 21页  */
.wrap-product-tags-sentence .content-tags-sentence{
	max-width: 1600px;
	width:100%;
	min-height: 653px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(231,231,231,1);
	border-radius:12px;
	padding: 20px;
}
.wrap-product-tags-sentence .dis-flex{
	display: flex;
	align-items: center;
}
.wrap-product-tags-sentence .notice{
	max-width: 1120px;
	width:100%;
	min-height: 80px;
	background:rgba(250,244,235,1);
	border:1px solid rgba(243,232,214,1);
	border-radius:4px;
}
.wrap-product-tags-sentence .notice .title-box{
	padding: 10px;
	line-height: 20px;
}
.wrap-product-tags-sentence .notice .title-box span{
	color: #D99125;
}
/* 产品管理列表更新 */
.average{
	width: 100%;
	height: 360px;
	padding: 1.5625vw 1.04166vw;
	border: 1px solid #e7e7e7;
	border-radius:10px;
}
.average .tit{color: #666666;font-size: 18px}
.aver-bottom{display: flex;max-width: 1330px;width: 90%; margin: 0 auto;justify-content: space-between;}
.aver-bottom .btn-com{width: 6.25vw;height:35px;color: #FFFFFF;border-radius: 15px;display: flex;align-items: center;justify-content: center;}
.aver-bottom .btn-com.btn1{
	background-color: #ff4e42;
}
.aver-bottom .btn-com.btn2{
	background-color: #ffac17;
}
.aver-bottom .btn-com.btn3{
	background-color: #6bcdff;
}
.aver-bottom .btn-com.btn4{
	background-color: #0cce6b;
}
.aver-bottom  .aver-flex{
	max-width: 265px;
	width: 20%;

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.aver-bottom  .aver-flex>span{
	color: #666666;

}
.average .myCanvas1{
	display: flex;
	justify-content: center;
	margin: 20px 0 45px 0;
}
.average .myCanvas1 .bgcolor0 p{
	margin-left: 10px;
}
.average .myCanvas1 .bgcolor0 p span{
	font-size: 40px;
}
.jqm-round-wrap{
	display:flex;position:relative;width:100px;height:100px;overflow:hidden;align-items: center;justify-content: center;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.jqm-round-sector{
	position:absolute;width:100px;height:100px;z-index: -1;
}
.jqm-round-bg {
	position:absolute;width:100px;height:100px;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.jqm-round-circle{
	background-color:#FFF;
	z-index:10;
	border-radius:50%;
	-webkit-border-radius:50%;
}
.jqm-round-circle>p{font-size:14px;margin:0;width:100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.jqm-round-circle>div{font-size:14px;margin:0;width:100%;height: 100%;display: flex;justify-content: center;align-items: center;}

.w164{
	width: 164px!important;
	height: 164px!important;
}
.w144{width: calc(100% - 20px);height: calc(100% - 20px);}


.w50{
	width: 50px!important;height: 50px!important;
}
.w40{
	width: 44px;
	height: 44px;
}

.bgcolor0{
	color:#fff;
}
.bgcolor1{
	background-color: #ecf1fa;
	color: #666666;
}

.no-pointer{
cursor: default !important;
}

@media screen and (max-width: 1419px) {
	.average .myCanvas1{
		margin: 20px 0 20px 0;
	}
	.average{height: 268px}
	.w164{width: 130px!important;height: 130px!important;}
	.aver-bottom .btn-com{height: 30px}
	.w40{width: 37px;height: 37px}
	.jqm-round-circle>p{font-size: 12px}
	.w50{width:42px!important;height:42px!important;}
}
/* 产品添加编辑缓存页css */
.wrap-box.wrap-product-add-z .content-scroll-box .item-box .input{flex: 0 0 460px;}
.wrap-product-add-p.wrap-product-add-z .seo-example-box{top: 50px;}
.wrap-product-add-z .seo-example-box{max-width: calc(100% - 750px);}
.wrap-product-add-z .seo-example{width: 100%;}
.wrap-product-add-z .seo-box-parent{padding: 20px;position: relative;}
@media screen and (max-width: 1419px) {
		.wrap-product-add-z .seo-box-parent{padding-top: 180px;}
		.wrap-product-add-z .wrap-product-add-p .seo-example-box{width: 100%;left: 20px!important;top: 20px;max-width: 720px;}
		.wrap-product-add-z .seo-example .seo-right{flex: 0 0 100px;padding: 10px 0 0 0 ;}
		.wrap-product-add-z .seo-example-box>p{padding: 0 10px;}
		.wrap-product-add-z .seo-example{width:  100%;max-width: 100%;padding: 10px;}
}
@-webkit-keyframes scale-out-tl {
	0% {
			-webkit-transform: scale(1);
							transform: scale(1);
			-webkit-transform-origin: 0 0;
							transform-origin: 0 0;
			opacity: 1;
	}
	100% {
			-webkit-transform: scale(0);
							transform: scale(0);
			-webkit-transform-origin: 0 0;
							transform-origin: 0 0;
			opacity: 1;
	}
}
@keyframes scale-out-tl {
	0% {
			-webkit-transform: scale(1);
							transform: scale(1);
			-webkit-transform-origin: 0 0;
							transform-origin: 0 0;
			opacity: 1;
	}
	100% {
			-webkit-transform: scale(0);
							transform: scale(0);
			-webkit-transform-origin: 0 0;
							transform-origin: 0 0;
			top: -85px;
			left: 70px;
			opacity: 1;
	}
}
.scale-out-tl {
	display: block!important;
	-webkit-animation: scale-out-tl 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	animation: scale-out-tl 0.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
.ck-div{position: absolute;left: 19px;top: 100px;display: none;}
.ck-div p{color: #999;line-height: 33px;}

.product-wen{z-index: 9;}
.product-wen .wen-info{transform: translateY(0%)!important;top: -10px!important;width: 560px!important;}
.wen.product-wen .wen-info:before{transform:translateY(0)!important;top: 15px!important;}
.wen-info2{display: none;position: absolute;color: #7b8391;padding: 5px 15px;background-color: #d9e7f4;left: 88px;font-size: 12px;line-height: 24px;box-shadow: 3px 3px 3px 0px rgb(0 0 0 / 10%);top: -10px;transition: all 0.4s;opacity: 0;}
.wen-info2::before{border-top: 10px solid transparent;border-bottom: 10px solid transparent;border-right: 10px solid #d9e7f4;content: "";display: block;position: absolute;left: -10px;transform: translateY(-50%);top: 50%;}
.wen-info2.show{display: block;opacity: 1;}