.main{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/1.jpg);
	background-size: 100% 100%;
	padding: 3% 4%;
	box-sizing: border-box;
	color: #000;
}
.main .inner{
	height: 100%;
	width: 100%;
	position: relative;
}
.main .inner .top{
	width: 100%;
	font-weight: bolder;
	font-size: 44px;
	padding: 2% 4% 0;
	box-sizing: border-box;
	display: flex;
}
.main .inner .top .top-right span{
	flex: 1;
	font-weight: bolder;
	font-size: 44px;
	line-height: 100px;
}
.main .inner .top img,.main .inner span{
	display: inline-block;
	vertical-align: middle;
}
.main .inner .top img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 12px;
}
.main .inner .mid{
	width: 100%;
	text-align: center;
	font-size: 64px;
	line-height: 80px;
	font-weight: bolder;
}
.main .inner .mid .pic{
	width: 240px;
	height: 240px;
	border-radius: 50%;
	margin: 36px auto 0;
	border: 3px solid #fff;
	box-sizing: border-box;
	padding: 30px;
}
.main .inner .mid .pic img{
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
.main .inner .foot{
	width: 100%;
	/* position: absolute;
	right: 0;
	bottom: 6px; */
	line-height: 24px;
	padding-right: 10px;
	box-sizing: border-box;
	color: #090d0e;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10%;
}
.main .footer {
	width: 100%;
    position: absolute;
    right: 0;
    bottom: 6px;
    padding-right: 10px;
    box-sizing: border-box;
    line-height: 24px;
    color: #090d0e;
    font-size: 16px;
}
@media (max-width: 1366px) {
	.main .inner .top img{
		height: 80px;
		width: 80px;
	}
	.main .inner .top{
		font-size: 34px;
	}
	.main .inner .mid {
	    font-size: 40px;
	    line-height: 56px;
	}
	.main .inner .top .top-right span{
		flex: 1;
		font-weight: bolder;
		font-size: 44px;
		line-height: 80px;
	}
	.main .inner .mid .pic {
	    width: 180px;
	    height: 180px;
	    border: 2px solid #fff;
	    padding: 15px;
	}
}