.cys-sku-commodityParameterTableGG{
	position: relative;
	background-color: #fff;
	padding: 20px;
}
.cys-sku-commodityParameterTableGG > table{
	font-size: 14px;
	color: #333333;
	border-width: 1px;
	border-color: #ddd;
	border-collapse: collapse;
}
.cys-sku-commodityParameterTableGG > table tr{

}
.cys-sku-commodityParameterTableGG > table tr > th{
	border-width: 1px;
	padding: 10px 10px;
	border-style: solid;
	border-color: #ddd;
	color: #666;
	background-color: #ededed;
}
.cys-sku-commodityParameterTableGG > table tr > td{
	border-width: 1px;
	padding: 5px 10px;
	border-style: solid;
	border-color: #ddd;
	background-color: #ffffff;
	color: #777;
	text-align: center;
	font-size: 12px;
}
.cys-sku-commodityParameterTableGG > table tr > td > input{
	height: 24px;
	line-height: 24px;
	width: 100%;
	border: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cys-sku-commodityParameterTableGG > table tr > td > input:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell{
	display: flex;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-left{
	
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-left .cell-left-circular{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50px;
	height: 50px;
	border: 2px solid red;
	border-radius: 50%;
	font-size: 10px;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-left .cell-left-circular .cell-left-cc-top{
	line-height: normal;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-left .cell-left-circular .cell-left-cc-bottom{
	line-height: normal;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-left .cell-left-txt{
	font-weight: bold;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell .cell-right{
	width: 40px;
	height: 2px;
	margin: 24px 5px 0;
	background-color: red;
	border-radius: 2px;
}
.cys-sku-commodityParameterTableGG > table tr > td.cpt-line-circular .cc-box .cc-box-cell:last-child .cell-right{
	display: none;
}

.cys-sku-commodityParameterTableGG .cpt-pop{
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #fff;
	font-size: 14px;
	line-height: normal;
	padding: 5px 5px;
	box-shadow: 0 0 10px #888;
}
.cys-sku-commodityParameterTableGG .cpt-pop.on{
	display: block;
}