body,html{
	margin: 0;padding: 0;
}
html{
	background: #f1f2f3;
}
body{
	width: 1200px;
	margin: auto;
}
.colorblock{
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 2px;
	height: 20px;
	width: 20px !important;
	border: solid 0px white;
}
.text{
	font-size: 24px;
}
.main{
	width: 100%;
	user-select: none;
}
.main .right{
	width: calc(100% - 320px);
	float: right;
	background: #ffffff;
}
.main .left{
	box-sizing: border-box;
	width: 300px;
	float: left;
	background: #ffffff;
	padding: 10px 20px;
}
.main .btn{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #46cd93;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
.main .title{
	font-size: 16px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}
.main .right .title{
	margin: 20px;
}
.main .fli{
	margin-bottom: 20px;
}
.main img{
	display: block;
	max-width: 100%;
	max-height: 400px;
	margin: auto;
}
#blocksize{
	width: 100%;
}
#maxheight,#maxwidth{
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	outline: none;
	font-size: 14px;
	color: #333;
	border: 1px #dcdee2 solid;
	border-radius: 4px;
}
.ss-main .ss-single-selected{
	height: 35px;
}
#greyscale,#palette{
	width:20px;
	height:20px;
}
.main .xsArea{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: calc(100% - 40px);
	text-align: center;
	margin: 20px auto;
	border:2px solid #eee;
	min-height: 612px;
	-webkit-background-size: 10px 10px;
	-moz-background-size: 10px 10px;
	background-size: 10px 10px;
	background-color: #f1f1f1;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.main .xsArea canvas{
	max-width: 100%;
	margin: auto;
}
.ts{
	clear: both;
	padding: 20px 0;
}
.ts .title{
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	font-weight: bold;
}
.ts p{
	color:#666;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: #ffffff;
	padding: 10px;
}
.ts p span{
	color:#F16F5C;
}
