/* 转换类型 */
.change-type {
	margin-top: 20px;
}

.change-type-name {
	margin-bottom: 15px;
	font-size: 14px;
	color: #8d8d8d;
	font-weight: bold;
	text-align: center;
}

.change-type-tip {
	font-size: 12px;
	color: #b1b1b1;
	text-align: center;
}

/* 上传文件区域 */
.upload,
.uploading,
.uploadend {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 500px;
	height: 160px;
	margin: 40px auto 20px;
	border: 1px dashed #22b2f2;
}

.upload-btn,
.download-btn {
	width: 180px;
	height: 40px;
	margin-bottom: 10px;
	background-color: #169bd5;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.upload-tip {
	font-size: 12px;
	color: #b1b1b1;
}

.upload-state {
	font-size: 13px;
	color: #929292;
	margin-bottom: 20px;
}

.upload-loading {
	margin-bottom: 20px;
}

.upload-loading .icon {
	display: inline-block;
	font-size: 40px;
	color: #d8d8d8;
	animation: rotate 1s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.upload-continue {
	font-size: 13px;
	color: #33b2ea;
	margin-bottom: 10px;
	cursor: pointer;
}

.uploading,
.uploadend {
	display: none;
}

/* 转换设置 */
.change-setup {
	box-sizing: border-box;
	width: 600px;
	margin: 0 auto 20px;
	padding: 20px;
	background-color: #f9f9f9;
}

.change-setup-title {
	margin-bottom: 14px;
	font-size: 14px;
	color: #6fb5e6;
	font-weight: bold;
}

.change-setup-form {
	margin-bottom: 20px;
}

.change-setup-form-item {
	height: 40px;
}

.change-setup-form-label {
	height: 100%;
	width: 110px;
	float: left;
	font-size: 14px;
	line-height: 40px;
}

.change-setup-form-content {
	line-height: 40px;
}

.change-setup-form-content input[type='input'] {
	width:200px;
	margin-left: 6px;
	line-height: 25px;
	border:none;
	border:1px solid #e1dbdb;
	background:#f9f9f9;
}

.change-setup-form-content input[type='input']:focus-visible {
	outline: none;
}

.change-setup-form-content label {
	display: inline-block;
	width: 50px;
	font-size: 14px;
}

/* 区域样式 */
.section {
	padding: 0 80px;
	margin-bottom: 20px;
}

.section-title {
	margin-bottom: 10px;
	color: #5cadf1;
	font-size: 16px;
	font-weight: bold;
}

.section-content {
	font-size: 12px;
	line-height: 20px;
}

.end-el {
	margin-bottom: 60px;
}
