* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 0;
	outline: none;
	font-family: "PingFang SC", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

.headerWrap {
	width: 100%;
	height: 250px;
	background-color:#f7a752;
	display: flex;
	/* justify-content: center; */
	align-items: center;
}

.headerWrap .header {
    padding-top: 150px;
    align-content: center;
	width: 1200px;
	margin: 0 auto;
}

.headerWrap .header p {
	font-size: 40px;
	font-family: AlibabaPuHuiTiB;
	color: #FFFFFF;
	line-height: 55px;
	margin-bottom: 10px;
}

.headerWrap .header span {
	font-size: 26px;
	font-family: AlibabaPuHuiTiM;
	color: #FFFFFF;
	line-height: 35px;
}

.headerWrap .header .functionList {
	display: flex;
	margin-top: 34px;
}

.headerWrap .header .functionList .functionItem {
	font-size: 18px;
	font-family: AlibabaPuHuiTiR;
	color: #FFFFFF;
	line-height: 15px;
	padding: 0 23px;
	margin: 5px 0;
	border-left: 1px solid #fff;
}

.headerWrap .header .functionList .functionItem:nth-child(1) {
	padding-left: 0;
	border: none;
}

main {
	width: 100%;
}

.functionTitle {
	float: left;
	height: 40px;
	margin: 70px 273px 35px 0;
	padding: 0 10px 0 15px;
	font-size: 28px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	position: relative;
}

.functionTitle::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 5px;
	height: 29px;
	background: #3E7CFF;
}

.tabs {
	padding: 30px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	border-top: 1px solid #E8E8E8;
}

.tabs .tab {
    margin-left: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.tabs .active .tabName {
	color: #3E7CFF !important;
}

.tabs .tab:not(:first-child) {
	margin-left: 50px;
	/* margin-left: 113px; */
}

.tabs .tab .tabIcon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 7px 16px 0px rgb(148 194 248 / 37%);
}

.tabs .tab .tabIcon img {
	width: 17px;
}

.tabs .tab .tabName {
	font-weight: 400;
	color: #333333;
}

.workSpace {
    padding-top: 10px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.inputWrap {
	display: flex;
	/* width: 583px; */
	width: 100%;
	max-width: 780px;
}

.inputTips {
	width: 98px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #606266;
	flex-grow: 0;
	flex-shrink: 0;
}

.el-dialog{ 
    max-width: 600px;

}
.el-dialog_header{
    background-color: #f7a752;
}
.inputTips,
.el-button,
.el-button-group {
	flex-grow: 0;
	flex-shrink: 0;
}

.el-button-group .el-button {
	flex-grow: 1;
}

.inputWrap .el-button,
.el-button-group {
	margin-left: 10px;
}

.inputWrap .el-input {
	flex-grow: 1;
}

.workSpace .tips {
	/* width: 583px; */
	width: 100%;
	max-width: 710px;
	cursor: pointer;
	/* margin-top: 10px; */
	margin: 10px 0 10px;
	text-align: right;
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #909399;
	line-height: 20px;
}

.workSpace .tips i {
	margin-right: 2px;
	font-size: 15px;
	color: #5cb6ff;
}

.videoTab {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.videoItem {
	/* width: 583px; */
	width: 100%;
	max-width:710px;
	display: flex;
	align-items: center;
}

.videoItem:not(:first-child) {
	margin-top: 10px;
}

.videoItem .el-button-group .el-button {
	width: 75px;
}

.dialogTxt p {
	line-height: 20px;
	margin-bottom: 9px;
	font-size: 14px;
	font-family: PingFang-SC-Medium, PingFang-SC;
	font-weight: 500;
	color: #606266;
}

.dialogTxt em {
	color: rgb(62, 124, 255) !important;
	font-style: normal;
}

.picTab {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.picTab ul {
	padding: 20px 0 0 20px;
	width: 100%;
	max-width: 710px;
	min-height: 193px;
	border: 1px solid #E8E8E8;
	border-radius: 8px;
	list-style: none outside none;
}


.picTab ul li {
	width: 211px;
	height: 133px;
	margin-bottom: 19px;
	position: relative;
	float: left;
	border-radius: 2px;
	box-sizing: border-box;
	overflow: hidden;
}


.picTab ul li iframe {
	width: 100%;
	height: 100%;
}


.picTab ul li .choiceBtnWrap {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0);
	border: 2px solid transparent;
	transition: 0.3s;
}

.picTab ul li .choiceBtnWrap .choiceBtn {
	right: 8px;
	top: 8px;
	cursor: pointer;
	margin: 8px 8px 0 0;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	color: #5CB6FF;
}

.picTab ul li .choiceBtnWrap .choiceBtn .el-icon-circle-check {
	color: #fff;
}

.picTab ul li:nth-of-type(3n+2) {
	margin: 0 19px 19px;
}

.picTab .btnWrap {
	margin: 20px 0 50px;
	display: flex;
	justify-content: center;
}

.picTab .btnWrap .el-button {
	width: 176px;
}

.picTab .btnWrap .el-button:not(:first-child) {
	margin-left: 20px;
}
