body{
	padding-top:0;
}
.info{
	padding-bottom:76.7%;
	background:url(../images/my-bg.png) no-repeat center / 100%;
	position: relative;
}

.info .head{
	width:100%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
}
.info .head img{
	padding:20px;
	border-radius:50%;
	background:#fff;
}

.info .head p{
	margin-top:10px;
}

.info .head span{
	padding:5px 16px;
	background:#fff;
	border-radius: 20px;
	box-shadow:2px 2px 8px #333;
	font-size:1rem;
}

.menu{
	margin-top:20px;
	background:#fff;
}

.menu a{
	display: block;
	width:50%;
	box-sizing:border-box;
	padding:50px 0 20px;
	float: left;
	text-align: center;
	color:#333;
	line-height:1.6;
	font-size: 1rem;
	background:url(../images/订单.png) no-repeat center 20px / auto 30px;
}
.menu a:nth-child(2n+1){
	border-right: 1px solid #f5f5f5;
}

.menu a:nth-child(1),.menu a:nth-child(2){
	border-bottom: 1px solid #f5f5f5;
}

.menu a:nth-child(2){
	background-image: url(../images/警告.png);
}

.menu a:nth-child(3){
	background-image:url(../images/客服.png);
}





