#myApp {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

.resume-fontLay {
	text-align: center;
	margin-top: 30px;
	margin-right: 30px;
	font-size: 14px;
}

.resume-fontLay div {
	padding: 5px 0px;
	margin-top: 5px;
}

.resume-cardbg {
	background: #ebebeb;
	border-radius: 8px;
	margin: 1.6%;
}

.resume-cardbg:hover {
	background: #e1e1e1;
	box-shadow: 0px 0px 10px #cccccc;
}

.resume-labelright {
	float: left;
	text-align: left;
	margin-left: 30px;
}

.resume-row-top {
	margin-top: 2%;
}

.resume-self-padding {
	padding: 0px 35px;
}

.resume-time-fontcolor {
	color: #909399;
	font-size: 13px;
	margin-bottom: 10px;
}

.resume-border-block:hover {
	background-color: #FAFAFA;
}

.resume-border-block {
	background-color: white;
	padding: 30px;
	border-bottom: 1px #DDDDDD dashed;
}

.resume-card-bgcolor {
	background-color: #31BCB3;
	color: white;
	line-height: 28px;
}

.resume-card-backcolor {
	background-color: #8696A1;
	color: white;
	line-height: 28px;
}

.resume-margin-resume {
	margin-top: 30px;
	border-bottom: 1px #DDDDDD dashed;
}

.resume-font-leftmar {
	margin-left: 50px;
	font-size: 24px;
}

.resume-title-size {
	font-size: 24px;
}

.resume-degree-color {
	color: #CC3300;
}

.resume-approved {
	margin-top: 9px;
	color: #61AF00;
}

.resume-noApproved {
	margin-top: 8px;
	color: #CC3300;
}

.resume-block {
	margin-top: -20px;
}

.resume-text-center {
	margin-left: 27px;
}

.resume-merge-input {
	float: left;
	width: 160px;
}

.resume-input-width {
	width: 280px;
}

.resume-label-style {
	color: #FD8000;
	background-image: url(../img/83.png);
	border-left: 3px #FD8000 solid;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	height: 32px;
	line-height: 32px;
	margin-left: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	white-space: nowrap;
}

.resume-slogan-style {
	margin-left: 38px;
	margin-bottom: 30px;
	color: gray;
}

.resume-block-upt {
	display: none;
	cursor: pointer;
}

.resume-card-backcolor:hover .resume-block-upt {
	display: block;
}

.resume-card-bgcolor:hover .resume-block-upt {
	display: block;
}

.resume-uploadimg {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
#myApp .el-upload--picture-card {
	border-radius: 50%;
}

.resume-dialog-footer {
	text-align: right;
}

.resume-language-style {
	background-image: url(../img/25.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 0px;
	margin-top: 6px;
	float: left;
	padding-left: 15px;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	white-space: nowrap;
}
.resume-font-blue{
	color: #5F8DC9;
}
#myApp .el-upload-list--picture .el-upload-list__item{
	width: 500px;
}
.resume-img-style{
	width: 40px;
	height: 50px;
	background-repeat:no-repeat;
}
.resume-font-margin{
	margin-top: 13px;
}
.resume-font-red{
	color: red;
	font-size: 14px;
	cursor: pointer;
}

