* {
	padding: 0;
	margin: 0;
	font-size: 0;
}

image {
	display: block;
}

body {
	background: url(../img/bg.jpg) no-repeat center 0;
	background-size: cover;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
}

.mask {
	background-color: rgb(251 251 251 / 40%);
	border-radius: 0.2rem;
	margin: 0.2rem;
}

.title p:first-child {
	font-size: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	padding: 1rem 0 0.3rem;
	box-sizing: border-box;
}

.title p:last-child {
	font-size: 0.3rem;
	line-height: 0.3rem;
	text-align: center;
	margin: auto;
	box-sizing: border-box;
}

.links {
	padding: 0.7rem 0.36rem;
	box-sizing: border-box;
}

.links .item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: .1rem 0;
	background: url(../img/link.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

.links .item .ms {
	flex-shrink: 0;
	width: 1.55rem;
	text-align: center;
	color: #fff;
	font-size: .3rem;
	line-height: .8rem;
	margin: auto 0;
}

.links .item .url {
	flex-shrink: 1;
	line-height: .8rem;
	font-size: .3rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.links .item .jingru {
	flex-shrink: 0;
	width: 1.9rem;
	margin: 0.06rem;
	cursor: pointer;
}

.links .item .jingru img {
	width: 100%;
}