*{
	margin: 0;
	padding: 0;
}
[v-cloak]{
	display: none;
}
html{
	background-color: #f1f2f3;
}
.container{
	width: 1300px;
	margin: auto;
}
.container .center{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.container .epsis{/*单行隐藏*/
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.container .clamp{/*2行隐藏*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.container .topbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	background: #fff;
	padding: 20px;
	width: 100%;
	border-radius: 4px;
	margin: 20px 0;
}
.container .title{
	font-size: 22px;
	color: #333;
	overflow: hidden;
}
.container .handle button{
	margin-left: 15px;
	color: #409eff;
	background: #ecf5ff;
	border: 1px solid #b3d8ff;
}
.container .handle button:hover{
	color: #ffffff;
	background: #409eff;
	border-color: #409eff;
}
.container .examp{
	margin-bottom: 20px;
}
.container .examp h3{
	margin: 15px 0px;
	color: #333;
}
.container .examp p{
	margin: 5px 0px;
	border-radius: 4px;
	background: #ffffff;
	padding: 15px;
	font-size: 14px;
	color: #666;
	line-height: 1.75;
	word-wrap:break-word;
}
.container .main{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1300px;
	margin-bottom: 20px;
}
.main .edit{
	box-sizing: border-box;
	padding: 15px;
	width: calc(100% - 810px);
	height: 942px;/*942*/
	overflow: auto;
	background-color: #fff;
	user-select: none;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.15);
}
#tpl{
	box-sizing: border-box;
	width: 794px;
	min-height: 942px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.15);
	background: #fff;
}
.main .edit .set_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #e1e2e3;
	margin-bottom: 15px;
}
.main .set_nav button{
	background-color: #909399;
	margin: 15px 8px;
	margin-top: 0px;
	cursor: pointer;
}
.main .set_nav button:hover, .main .set_nav .sel{
	background-color: #409EFF;
}

.main .set_box .bl{
	margin-bottom: 18px;
	font-size: 14px;
	color: #666;
}
.main .set_box .bl p{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.main .set_box .ipli{
	justify-content: flex-start;
}
.main .set_box .two{
	width: 50%;
}
.main .set_box .space{
	justify-content: space-between;
}
.main .set_box .space input{
	width: 45%;
}

/* input */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ 
	color:#999;
	font-size:13px;
}
input[type=radio]{
	zoom:1.5;
	margin-right: 2px;
	cursor: pointer;
}
input[type=radio] + label{
	margin-right: 20px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
input[type=radio]:checked + label{
	color: #409eff;
}
input[type=text],textarea{
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	border: 1px solid #ddd;
	outline: none;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #666;
}
textarea{
	max-width: 100%;
	min-width: 100%;
	height: 130px;
	line-height: 1.5;
	padding: 10px;
}
input[type="range"] {
	width: 100%;
    background-color: #EEEEEE;
    border-radius: 15px;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: default;
    height: 30px;
    width: 30px;
    transform: translateY(0px);
    background: none repeat scroll 0 0 #409eff;
    border-radius: 50%;
}
input[type='range']:focus {
    outline: none;
}
button{
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 0 20px;
	color: #fff;
	background: #409eff;
	border-radius: 4px;
	cursor: pointer;
	outline: none;
	border: 0;
}
button.success{
	background: #67c23a;
}
button.warning{
	background: #e6a23c;
}
button.danger{
	background: #f56c6c;
}
button img{
	width: 20px;
	height: 20px;
	margin-right: 4px;
}
dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  border: 1px solid #fff;
  background: #fff;
  z-index: 10;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#dlg{
	width: 1200px;
}
#dlg textarea{
	height: 600px;
	margin: 20px auto;
}
#dlg .tip{
	position: relative;
	top: -15px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #999;
}
#dlg .set button{
	margin-right: 15px;
	color: #67c23a;
	background: #f0f9eb;
	border: 1px solid #c2e7b0;
}
#dlg .set button:hover{
	color: #ffffff;
	background: #67c23a;
	border-color: #67c23a;
}
/*简历样式*/
#tpl{
	color: #333;
	position: relative;
	padding:18px 24px 12px;
	font-size: 14px;
	line-height: 1.57;
	word-wrap: break-word;
}
#tpl .avatar{
	width: 84px;
	height: 84px;
	object-fit: cover;
}
#tpl .listAll{
	width: 100% !important;
}
#tpl svg{
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
#tpl .tag{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-self: baseline;
	padding: 0px 8px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	max-width: 150px;
}
#tpl .describe{
	line-height: 1.75;
	white-space: break-spaces;
}
#tpl .username{
	width: 100%;
	font-size: 24px;
}
#tpl .introduct{
	font-size: 16px;
	margin-top: 5px;
	color: #666;
}
#tpl .info{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	width: 100%;
}
#tpl .info .fl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
}
#tpl .info .fl span{
	max-width:  calc(100% - 22px);
}
#tpl .custom .fl span{
	max-width:  100%;
}
#tpl .tit{
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #999;
	margin: 15px 0;
}
#tpl .em{
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
#tpl .left{
	display: flex;
	align-items: flex-end;
}
#tpl .el{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 10px;
}
#tpl .el:last-child{
	margin-bottom: 0;
}
#tpl .el .name{
	font-size: 16px;
	color: #111;
	font-weight: bold;
	margin-right: 8px;
	max-width: 250px;
}
#tpl .el .time{
	max-width: 150px;
}
#tpl .top{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 5px;
}
#tpl .sub{
	color: #666;
	max-width: 150px;
}
/*模板样式01*/
.tpl_0 .profile{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.tpl_0 .profile .list{
	width: calc(100% - 85px);
}
.tpl_0 .info .fl{
	width: 50% !important;
}
.tpl_0 .custom .fl{
	width: 30% !important;
	font-size: 13px;
}
.tpl_0 .educate .el{
	flex-direction: row !important;
	justify-content: space-between;
}
.tpl_0 .work .el{
	flex-direction: column;
}
.tpl_0 .work .el .time{
	color: #999;
}
/*模板样式02*/
.tpl_1{
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
}
.tpl_1 .basic{
	box-sizing: border-box;
	width: 250px;
	margin: 10px;
}
.tpl_1 .basic .introduct{
	font-size: 14px !important;
	text-align: center;
}
.tpl_1 .basic .username{
	width: 100%;
	font-size: 24px;
	text-align: center;
}
.tpl_1 .more{
	box-sizing: border-box;
	padding: 10px;
	width: calc(100% - 270px);
	background-color: #f1f2f3;
	color: #000;
}
.tpl_1 .profile img{
	display: block;
	margin: 20px auto;
}
.tpl_1 .list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tpl_1 .info .fl{
	margin-top: 15px !important;
}
.tpl_1 .educate .left{
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 5px;
}
.tpl_1 .skill .top{
	flex-direction: column;
}
.tpl_1 .skill .top .name{
	margin-bottom: 10px;
}