/* 解决冲突样式开始 */
.layout-wrap {
	padding-bottom: 0;
}

.footer-box {
	margin-top: 0;
}

/* 解决冲突样式结束 */
.jigsaw-box {
	width: 100%;
	margin-bottom:30px;
}

.jigsaw-content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}

.sidebar-box {
	width: 365px;
	display: flex;
	background-color: #FFFFFF;
}

.sidebar-item {
	width: 100px;
	height: calc(100vh - 110px);
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.sidebar-item-icon {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebar-item-icon:hover {
	background-color: rgba(135, 206, 235, .2) !important;
	cursor: pointer;
}

.sidebar-item-icon img {
	width: 22px;
}

.sidebar-item-icon h2 {
	color: #666666;
	font-size: 12px;
	line-height: inherit;
	margin-top: 10px;
}


.sidebar-content {
	width: 100%;
	height: calc(100vh - 110px);
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	position: relative;
}

.sidebar-layout {
	width: 100%;
	height: 100%;
}

.common-title {
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding-left: 25px;
	border-bottom: 1px solid #eee;
}

.control-layout {
	/* display: none; */
}

.control-layout ul {
	width: 100%;
	/* height: 160px; */
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #EEEEEE;
}

.control-layout ul li {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.control-layout ul li:last-child {
	margin: 0;
}

.control-layout ul li h2 {
	width: 50px;
	color: #000000;
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: normal;
}

.process-box {
	width: 130px;
	height: 16px;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	border-right: 6px solid transparent;
}

.border-active {
	width: 40%;
	height: 3px;
	background-color: #2354f4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.border-slider {
	height: 13px;
	width: 13px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	transition: width .05s ease-in, height .05s ease-in;
	border: 1px solid #939ba6;
	cursor: pointer;
	box-sizing: border-box;
}

.radius-active {
	width: 0%;
	height: 3px;
	background-color: #2354f4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.radius-slider {
	height: 13px;
	width: 13px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
	transition: width .05s ease-in, height .05s ease-in;
	border: 1px solid #939ba6;
	cursor: pointer;
	box-sizing: border-box;
}

/* .process-box::before {
	content: '';
	display: block;
	background: #eff3f4;
	width: 100%;
	height: 3px;
} */
#spacing-slider,
#border-slider,
#radius-slider {
	display: block;
	background: #eff3f4;
	width: 100%;
	height: 3px;
	border: none;
}

#spacing-slider.ui-slider-horizontal .ui-slider-handle,
#border-slider.ui-slider-horizontal .ui-slider-handle,
#radius-slider.ui-slider-horizontal .ui-slider-handle {
	height: 13px;
	width: 13px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: width .05s ease-in, height .05s ease-in;
	border: 1px solid #939ba6;
	cursor: pointer;
	box-sizing: border-box;
	margin-left: 0;
}

.ui-widget-header {
	background: #2354f4 !important;
}

.control-layout ul li span {
	display: block;
	width: 50px;
	color: #999;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
}

.layout-box {
	/* height: calc(100% - 242px); */
	height: calc(100% - 145px);
	position: absolute;
	left: 0;
	/* top: 216px; */
	top: 113px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 30px 25px 0;
	box-sizing: border-box;
}
.layout-box::-webkit-scrollbar {
    width: 5px;
}

.layout-box::-webkit-scrollbar-track {
    /* background: #f5f5f5; */
    border-radius: 3px;
}

.layout-box::-webkit-scrollbar-thumb {
    background: #CFD1D3;
    border-radius: 3px;
}

.layout-box::-webkit-scrollbar-thumb:hover {
    background: #A7ACB1;
}

.layout-select {
	display: flex;
	flex-wrap: wrap;
	width: 230px;
}

.layout-select img {
	width: 51px;
	height: 51px;
	margin-bottom: 8px;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
}

.layout-select img:nth-child(4n) {
	margin-right: 0;
}

.layout-select img:hover {
	-webkit-filter: brightness(94%);
	filter: brightness(94%);
	transition: all 0.25s;
}

.add-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 39px auto;
	width: 238px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	background-color: #005cf9;
	border-radius: 4px;
	cursor: pointer;
}

.add-btn span {
	font-size: 16px;
	margin-right: 5px;
}

.sidebar-background {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.background-select-box {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.background-select {
	width: 100%;
	padding: 25px 25px 85px;
	box-sizing: border-box;
}

.control-background {
	display: flex;
	align-items: center;
}

.control-background span {
	display: block;
	width: 50%;
	padding: 3.5px 10px;
	text-align: center;
	font-size: 14px;
}

.control-background span:nth-child(1) {
	border-left-width: 1px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background: #005cf9;
	border: 1px solid #005cf9;
	color: #fff;
	cursor: default;
}

.control-background span:nth-child(2) {
	border: 1px solid #dfe3ed;
	border-left-width: 0;
	cursor: pointer;
	color: #333333;
}

.fill-item,
.pattern-item {
	margin-top: 17px;
}

.fill-item ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.fill-item ul:last-child {
	margin-bottom: 0;
}

.fill-item ul li {
	height: 24px;
	width: 100%;
	cursor: pointer;
}

.fill-item ul li.color-picker {
	background-image: url(/static/tool/jigsaw/img/img1.png);
	background-size: 100%, 100%;
	position: relative;
}

.fill-item ul li:first-child {
	border-left-width: 1px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.fill-item ul li:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.white {
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.fill-item ul li::before {
	content: '';
	display: none;
	background-color: transparent;
	background-image: url(/static/tool/jigsaw/img/icon6.svg);
	background-size: 14px 12px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

.fill-item ul li.selected::before {
	display: block;
}

.fill-item ul li.dark::before {
	content: '';
	background-image: url(/static/tool/jigsaw/img/icon5.svg);
}

.pattern-item ul {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: -5px;
	margin-right: -5px;
}

.pattern-item ul:last-child {
	margin-bottom: 0;
}

.pattern-item ul li {
	border-radius: 2px;
	height: 44px;
	cursor: pointer;
	background-size: 100% 100%;
	flex-grow: 10;
	margin-left: 5px;
	margin-right: 5px;
}

.pattern-item ul li.selected::before {
	display: block;
}

.pattern-item ul li::before {
	content: '';
	display: none;
	background-color: hsla(0, 0%, 100%, .2);
	background-size: 20px 17px;
	background-image: url(/static/tool/jigsaw/img/icon5.svg);
	background-repeat: no-repeat;
	background-position: 50%;
	width: 100%;
	height: 100%;
}

.workplace-box {
	width: 835px;
	background-color: #e9ecf1;
	position: relative;
}

.editor-box {
	background-color: #FFFFFF;
	box-sizing: border-box;
	position: absolute;
	perspective: 100px;
	overflow: hidden;
}

.editor-box .gap-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}

.gap-item {
	width: 100%;
	height: 100%;
	position: relative;
}

.gap-item .gap-h {
	display: flex;
	align-items: center;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 283.125px;
	width: 100%;
	height: 20px;
	z-index: 99;
	opacity: 0;
	min-width: 10px;
	min-height: 10px;
	cursor: ns-resize;
}

.gap-item .gap-h:hover {
	opacity: 1;
}

.gap-item .gap-h span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 92, 249, .6);
	max-height: 4px;
}

.gap-item .gap-v {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	left: 283.125px;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 99;
	opacity: 0;
	min-width: 10px;
	min-height: 10px;
	cursor: ew-resize;
}

.gap-item .gap-v:hover {
	opacity: 1;
}

.gap-item .gap-v span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 92, 249, .6);
	max-width: 4px;
}

.editor-box .rectangle-box {
	width: 100%;
	height: 100%;
	position: relative;
}

.editor-box .rectangle {
	position: absolute;
	border: 2px dashed #d1e0fc;
	box-sizing: border-box;
	overflow: hidden;
}

.editor-box .rectangle:hover {
	border: 2px solid #005cf9 !important;
	box-sizing: border-box;
	cursor: pointer;
}

.rectangle-hover {
	border: 2px solid #005cf9 !important;
	box-sizing: border-box;
	background: rgba(229, 238, 254, .7) !important;
	z-index: 99 !important;
}

.editor-box .rectangle img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.editor-box .rectangle.selected {
	border: 2px solid #005cf9 !important;
	box-sizing: border-box;
}

.editor-box .rectangle.show::before {
	content: '';
	display: block;
	width: 18px;
	height: 2px;
	background: #a4c6ff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.editor-box .rectangle.show::after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	background: #a4c6ff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.remove-item {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 99;
	transform: rotate(-45deg);
	cursor: pointer;
}

.editor-box .rectangle:hover .remove-item {
	display: block;
}

.remove-item::before {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.remove-item::after {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menu-box {
	width: 120px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px 0 rgb(11 3 6 / 20%);
	box-shadow: 0 0 5px 0 rgb(11 3 6 / 20%);
	background-color: rgba(255, 255, 255, .95);
}

.menu-box::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 50%;
	-webkit-box-shadow: 0 0 5px 0 rgb(11 3 6 / 20%);
	box-shadow: 0 0 5px 0 rgb(11 3 6 / 20%);
	width: 12px;
	height: 12px;
	-webkit-transform: rotate(45deg) translateX(-50%);
	transform: rotate(45deg) translateX(-50%);
	z-index: -1;
}

.menu-box ul {
	background: rgba(255, 255, 255, .95);
	padding: 4px 0;
	box-sizing: border-box;
	font-size: 13px;
	color: #333;
}

.menu-box ul li {
	cursor: pointer;
	line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-box ul li:hover {
	background: #0d69ff;
	color: #fff;
}

.menu-box ul li:hover img {
	filter: invert(1);
}

.menu-box ul li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.menu-box::after {
	content: '';
	position: absolute;
	border: 8px solid #fff;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	top: -16px;
	-webkit-transform: translateX(-38%);
	transform: translateX(-38%);
	left: 50%;
}

.imgs-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

	box-sizing: border-box;
}

.imgs-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.img-wrapper {
	position: absolute;
	overflow: hidden;
	/* background-color: #FFFFFF; */
}

.img-wrapper:nth-child(1) {
	width: 280px;
	height: 280px;
	left: 0;
	top: 0;
}

.img-wrapper:nth-child(2) {
	width: 280px;
	height: 280px;
	right: 0;
	top: 0;
}

.img-wrapper:nth-child(3) {
	width: 280px;
	height: 280px;
	left: 0;
	bottom: 0;
}

.img-wrapper:nth-child(4) {
	width: 280px;
	height: 280px;
	right: 0;
	bottom: 0;
}

.img-wrapper img {
	position: absolute;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.download-btn {
	height: 40px;
	padding: 0px 18px;
	box-sizing: border-box;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #007FFF;
	color: #FFFFFF;
	font-size: 14px;
}

.download-btn:hover {
	cursor: pointer;
}

.text-box {
	width: 100%;
	overflow: hidden;
}

.text-item {
	height: auto;
	position: absolute;
	color: #333333;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%, -50%);
	padding: 5px 20px;
	cursor: default;
	display: flex;
	justify-content: center;
	text-align: center;
}

.text-select {
	border: 1px dashed #555555 !important;
}

.text-item p {
	width: 100%;
	white-space: nowrap;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.text-item .textarea {
	display: inline-block;
	border: none;
	outline: none;
	font-weight: normal;
	background: transparent;
	resize: none;
	white-space: nowrap;
	padding: 0;
}

.not-select {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.text-toolbar {
	visibility: hidden;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #424242;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
	border-radius: 3px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.text-seperator {
	width: 1px;
	height: 44px;
	background: #f2f3f8;
	margin: 8px 0;
}

.text-style {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 100%;
	position: relative;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

.text-style:hover {
	box-shadow: 0 10px 10px 0 rgb(53 100 175 / 15%);
}

.text-font-box,
.text-size-box {
	cursor: pointer;
}

.text-font-container {
	justify-content: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text-font-container .text-font-family {
	width: 170px;
	height: 24px;
	padding: 0;
	background-size: auto 24px;
	background-position: 0;
	font-size: 0;
	background-image: url(/static/tool/jigsaw/img/chinese-font5.svg);
	background-repeat: no-repeat;
	min-height: 20px;
	box-sizing: content-box;
}

.text-font-box .text-font-arrow {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

.text-font-box i {
	content: "";
	border-width: 5px 4px 0;
	border-color: #444950 transparent transparent;
	border-style: solid;
	display: block;
}

.text-color-box .text-color-title {
	margin-right: 14px;
}

.text-color-box .text-color-picker {
	display: inline-block;
	width: 30px;
	height: 22px;
	position: relative;
	cursor: pointer;
	border: 1px solid #eee;
	background-color: #333333;
}

.text-color-box .text-color-picker::after {
	position: absolute;
	content: "";
	border: 3px solid #fff;
	right: 2px;
	bottom: 2px;
	border-left-color: transparent;
	border-top-color: transparent;
}

.text-align-box span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	padding: 0;
	border-radius: 0;
	line-height: 16px;
	margin-right: 26px;
}

.text-align-box span:last-child {
	margin-right: 0;
}

.text-align-box .btn-align-left {
	background-image: url(/static/tool/jigsaw/img/icon9.svg);
}

.text-align-box .btn-align-left:hover {
	background-image: url(/static/tool/jigsaw/img/icon12.svg);
}

.text-align-box .btn-align-center {
	background-image: url(/static/tool/jigsaw/img/icon13.svg);
}

.text-align-box .btn-align-center:hover,
	{
	background-image: url(/static/tool/jigsaw/img/icon13.svg);
}

.text-align-box .btn-align-right {
	background-image: url(/static/tool/jigsaw/img/icon11.svg);
}

.text-align-box .btn-align-right:hover {
	background-image: url(/static/tool/jigsaw/img/icon14.svg);
}



.btn-delete {
	display: inline-block;
	background-image: url(/static/tool/jigsaw/img/icon15.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 16px;
	width: 16px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	padding: 0;
	border-radius: 0;
	line-height: 16px;
}

.btn-delete:hover {
	background-image: url(/static/tool/jigsaw/img/icon16.svg);
}

.colpick_hex {
	background: #FFFFFF;
	border: 1px solid #d3d8dd;
	position: absolute !important;
}

.text-color-box .colpick_hex {
	left: 50% !important;
	top: -204px !important;
}

.color-picker .colpick_hex {
	left: 0px !important;
	top: 29px !important;
}

.fill-rectangle .colpick_hex {
	left: 50px !important;
	top: 82px !important;
}

.colpick_hex .colpick_color,
.colpick_hex .colpick_hue {
	border: none;
	outline: none;
}

.colpick_hue_larr {
	border-left: 7px solid #333333;
}

.colpick_hue_rarr {
	border-right: 7px solid #333333;
}

.colpick_hex_ns .colpick_new_color,
.colpick_hex .colpick_new_color {
	width: 41%;
	left: 7px;
}

.colpick_field,
.colpick_hex_field,
.colpick_field_letter {
	width: auto;
	background: #FFFFFF;
	box-sizing: border-box;
	font-family: "microsoft yahei";
}

.colpick_field_letter {
	padding-left: 8px;
	border-right: none;
}

.colpick_hex .colpick_hex_field {
	width: 42%;
	height: 29px;
	display: flex;
	align-items: center;
	left: 107px;
}

.colpick_hex_field input {
	width: 100%;
	;
	right: 10px;
	font-family: "microsoft yahei";
}

.choose-font-box {
	display: none;
	width: 220px;
	height: 400px;
	background-color: #FFFFFF;
	position: absolute;
	left: -225px;
	bottom: 0;
	overflow-y: auto;
	z-index: 99;
	border-radius: 4px;
	box-shadow: 0 4px 6px 0 rgb(0 0 0 / 6%);
	border: 1px solid #e0e5ea;
}

.choose-font-box .choose-font-language {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
}

.choose-font-language span {
	width: 90px;
	padding: 6px 4px;
	box-sizing: border-box;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}

.choose-font-language .choose-font-chinese {
	border: 1px solid #2354f4;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.choose-font-language .choose-font-english {
	background-color: #fff;
	border: 1px solid #e0e5ea;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.choose-font-selected {
	color: #FFFFFF !important;
	background-color: #2354f4 !important;
	border-color: #2354f4 !important;
}

.choose-font-notselected {
	background-color: #FFFFFF !important;
	color: #444950 !important;
	border-color: #e0e5ea !important;
}

.choose-font-notselected:hover {
	border-color: #bec3c9 !important;
	transition: all .2s ease-out;
	transition-property: width, height, color, opacity, background-color, border-color;
}

.choose-font-box .choose-font {
	width: 100%;
}

.choose-font h2 {
	width: 100%;
	background-color: #f0f3f4;
	font-size: 13px;
	line-height: 18px;
	padding: 7px 15px;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom: ;
}

.choose-font .font-img-box {
	padding: 8px 0;
	box-sizing: border-box;
}

.font-img-box .font-img {
	width: 100%;
	padding: 8px 14px;
	box-sizing: border-box;
}

.font-img-box .font-img:hover {
	background-color: #f0f3f4;
	cursor: pointer;
}

.font-img img {
	height: 23px;
}

.img-toolbar-box {
	visibility: hidden;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #424242;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 20%);
	border-radius: 3px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.img-toolbar-icon {
	height: 16px;
	width: 16px;
	cursor: pointer;
}

.img-zoom-box {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 100%;
	color: #999999;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.img-zoom-input {
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.img-zoom-box input {
	width: 38px;
	color: #999999;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
	outline: none;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #DDDDDD;
	box-sizing: border-box;
}

.img-style:hover {
	box-shadow: 0 10px 10px 0 rgb(53 100 175 / 15%);
}




.img-flip-box {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 100%;
}

.img-flip-box img:first-child,
.img-rotate-box img:first-child {
	margin-right: 24px;
}

.img-rotate-box {
	display: flex;
	align-items: center;
	padding: 0 24px;
	height: 100%;
}

.download-size-box {
	width: 100%;
	padding: 30px 25px;
	box-sizing: border-box;
}

.download-size-content {
	width: 100%;
	position: relative;
}

.size-select {
	width: 100%;
	padding: 10px 14px;
	box-sizing: border-box;
	border: 1px solid #d3d8df;
	border-radius: 2px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.size-select p {
	color: #333333;
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: bold;
}

.size-select img {
	width: 20px;
	height: 20px;
}

.download-size-box ul {
	display: none;
	width: 100%;
	line-height: 36px;
	box-shadow: 0 2px 8px rgb(160 160 180 / 40%);
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 48px;
}

.download-size-box ul li {
	padding-left: 14px;
	box-sizing: border-box;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.download-size-box ul li:hover {
	background-color: #005cf9;
	color: #fff;
}

.size-input-box {
	display: flex;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 13px;
}

.size-input-box input {
	width: 80px;
	height: 35px;
	border: 1px solid #d3d8df;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	outline: none;
}

.size-input-box input.size-input2 {
	border-radius: 2px 0 0 2px;
}

.size-input-box img {
	width: 14px;
	cursor: pointer;
	margin: 0 6px;
}

.size-input-box span {
	width: 50px;
	height: 35px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #d3d8df;
	border-radius: 0 2px 2px 0;
	border-left: none;
	box-sizing: border-box;
}

.lock-rate-box {
	display: inline-block;
}

.lock-rate-box input {
	outline: none;
	vertical-align: middle;
}

.lock-rate-box input::before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #d3d8df;
	background-color: white;
	padding-left: 0px;
	margin-right: 5px;
	text-align: center;
	line-height: 12px;
	text-indent: 0px;
}

.lock-rate-box input:checked::before {
	content: "\2714";
	font-size: 20px;
	text-indent: 0px;
	color: #0e69ff;
}


.lock-rate-box span {
	font-size: 14px;
	color: #0e69ff;
	font-family: "microsoft yahei";
	margin-left: 4px;
	vertical-align: middle;
}

.confirm-btn {
	width: 100%;
	height: 34px;
	margin-top: 13px;
	border-radius: 2px;
	background: linear-gradient(#06f, #126aff);
	border: none;
	outline: none;
	padding: 0 21px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	font-family: "microsoft yahei";
	cursor: pointer;
}

.confirm-btn:hover {
	color: #111111;
}

.confirm-btn[disabled] {
	color: #ccc;
	background: #eee;
	cursor: default;
}
