* {
	/*初始化样式*/
	margin: 0;
	padding: 0;
}

.buttonBox {
	display: block;
	line-height: 1em;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: 0.1s;
	font-weight: 500;
	padding: 7px 20px;
	width: 180px;
	font-size: 14px;
	border-radius: 4px;
	background: #3a8ee6;
	border-color: #3a8ee6;
	color: #fff;
	margin-bottom: 10px;
}

#auto_comment_dialog {
	width: 100%;
	height: 100%;
	padding: 0 8px;
	box-sizing: border-box;
}

.auto_comment_info {
	width: 100%;
	height: auto;
	max-height: 60%;
	overflow: auto;
	font-size: 16px;
	line-height: 26px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-weight: 500;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 16px 14px;
	border-bottom: 1px solid #e2e2e2;
	background-color: white;
	overflow: auto;
}

.autoImg {
	width: 40% !important;
}

.targetWord {
	color: gray;
	cursor: pointer;
}

/* 3屏签字样式 */
.canvas_view {
	height: 58%;
}

#multiple_title_inner {
	width: 100%;
	height: 100%;
	max-height: 100%;
	text-align: left;
	overflow: auto;
	font-size: 14px;
	/* padding: 1.5% 8%; */
	box-sizing: border-box;
	/* line-height: 16px; */
	text-align: center;
	line-height: normal;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#multiple_title_inner big {
	color: #ed6a0c;
	font-size: initial;
}

.multiple_btns {
	position: relative;
	width: 100%;
	height: 11%;
	background: rgba(209, 209, 209, 0.7);
	/* margin-top: 4%; */
}

.multiple_btns_box {
	position: absolute;
	text-align: center;
	width: 20%;
}

.multiple_btns_box img {
	width: 25px;
	height: 25px;
	display: block;
	margin: auto;
}

.multiple_btns_box button {
	display: block;
	margin: auto;
}

.multiple_btns .btn1 {
	left: 0%;
}

.multiple_btns .btn2 {
	left: 20%;
}

.multiple_btns .btn3 {
	left: 40%;
}

.multiple_btns .btn4 {
	left: 60%;
}

.multiple_btns .btn5 {
	left: 80%;
}

.trans_toy {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.multiple_btns button {
	border: none;
	color: #ffffff;
	background: none;
}

#multiple_left_containers,
#multiple_right_containers,
#multiple_middle_containers {
	width: 100% !important;
}

.reshow_img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

.reshow_img_box img {
	width: auto;
	height: 100%;
	max-width: 100%;
	overflow: hidden;
}

.target_img {
	width: 100%;
	height: 100%;
}

.multiple_right_canvas {
	margin-left: 0;
}

.right_box {
	margin-left: 2%;
}

.multiple_right_canvas,
.multiple_left_canvas {
	background: none !important;
}

.multiple_left_canvas,
.multiple_right_canvas {
	height: 100%;
}

/* multiple */
.multiple-board-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.multiple_top {
	width: 100%;
	height: 15%;
	position: relative;
	background: #ffcf70;
}

.multiple_cancel {
	width: auto;
	height: 70%;
	max-width: 5%;
}

.multiple_title {
	width: 70%;
	max-height: 100%;
	text-align: center;
	overflow: auto;
	font-size: 12px;
	padding: 1% 0;
	box-sizing: border-box;
}

.multiple_confirm {
	background-color: #70c7b4;
	color: #ffffff;
	border: none;
	border-radius: 20px;
	right: 3.4% !important;
	left: auto;
	padding: 5px;
	max-height: 100%;
	max-width: 13%;
	white-space: nowrap;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.multiple_sign_image_wrap {
	width: 100%;
	height: 10%;
	background-color: #f8f8f8;
	margin-bottom: 2%;
	position: relative;
	padding-right: 9%;
	padding-left: 3.4%;
	box-sizing: border-box;
}

.multiple_delete {
	width: 4%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 3.4%;
	max-height: 80%;
}

.canvas_view {
	position: relative;
	text-align: center;
	width: 100%;
	height: 74%;
	overflow: hidden;
	overflow-x: auto;
	padding: 2.5% 0;
	box-sizing: border-box;
	white-space: nowrap;
}

.multiple_left_canvas {
	width: 30%;
	height: 100%;
	display: inline-block;
	background: #f8f8f8;
}

.multiple_right_canvas {
	width: 30%;
	height: 100%;
	/* margin-left: 5%; */
	display: inline-block;
	background: #f8f8f8;
}

.multiple_reminder {
	color: #ffc580;
	margin-top: 10px;
	width: 100%;
	padding-left: 3.4%;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
}

.multiple_signImage {
	height: 100%;
	overflow: hidden !important;
	overflow-x: auto !important;
	white-space: nowrap;
	padding: 2px;
	box-sizing: border-box;
	text-align: center;
}

.multiple_signImage > img {
	height: 100% !important;
	width: auto !important;
	margin: 0 !important;
	vertical-align: middle;
}

.sitConfigLeft {
	/* width: 45%; */
}

.sitConfigRight {
	/* width: 45%; */
}
