.mobile .header-text{
	text-align: right;
	padding-top: calc(176vw/7.5);
}
.mobile .header-text div:first-child{
	font-family: MicrosoftYaHei;
	font-size: calc(48vw / 7.5);
	font-weight: bold;
	font-stretch: normal;
	line-height: calc(40vw/7.5);
	letter-spacing: 0px;
	color: #1b1c80;
	opacity: 0.4;
	margin-bottom: calc(10vw/7.5);
	padding-right: calc(52vw/7.5);
}
.mobile .header-text div:last-child{
	font-family: MicrosoftYaHei;
		font-size: calc(48vw / 7.5);
		font-weight: bold;
		font-stretch: normal;
		line-height: calc(36vw / 7.5);;
		letter-spacing: 0px;
		color: #1b1c80;
		opacity: 0.4;
		margin-bottom: calc(60vw / 7.5);
}
.mobile .link {
	padding: calc(30vw/7.5);
	background-color: #f3f3f9;
	margin-bottom: calc(30vw / 7.5);
	min-height: calc(240vw / 7.5);
}
.mobile .link-b {
	background-color: #f7f7f7;
}
.mobile .link a {
	text-decoration: none;
	display: block;
	font-family: ArialMT;
		font-size: calc(26vw / 7.5);
		font-weight: normal;
		font-stretch: normal;
		line-height: calc(26vw / 7.5);
		letter-spacing: 0px;
		color: #333333;
		margin-bottom: calc(20vw/7.5);
}
.mobile .link .link-title{
	font-family: ArialMT;
		font-size: calc(30vw / 7.5);
		font-weight: normal;
		font-stretch: normal;
		line-height: calc(30vw / 7.5);
		letter-spacing: 0px;
		color: #1b1c80;
		margin-bottom: calc(30vw/7.5);
}