html,
body {
	width:100%;
}


.mg-t1 {
	margin-top:0.625rem;
}
.mg-t1x {
	margin-top:0.9rem;
}
.mg-t2 {
	margin-top:1.25rem;
}
.mg-t3 {
	margin-top:1.875rem;
}
.mg-t4 {
	margin-top:2.5rem;
}
.mg-t5 {
	margin-top:3.1rem;
}
.mg-t6 {
	margin-top:3.75rem;
}

.mg-b1 {
	margin-bottom:0.625rem;
}
.mg-b2 {
	margin-bottom:1.25rem;
}
.mg-b3 {
	margin-bottom:1.875rem;
}
.mg-b4 {
	margin-bottom:2.5rem;
}
.mg-b5 {
	margin-bottom:3.1rem;
}
.mg-b6 {
	margin-bottom:3.75rem;
}
.mg-b7 {
	margin-bottom:4.3rem;
}
.mg-b8 {
	margin-bottom:5rem;
}
.mg-b9 {
	margin-bottom:5.62rem;
}
.mg-b10 {
	margin-bottom:6.25rem;
}



.m_header {
	position: relative;
	padding:0 1rem;
	width:100%;
	height:4rem;
	background: #ffffff;
	box-shadow: 0 0 5px #e5e5e5;
	z-index: 11;
}
.m_header dl {
	position: relative;
	width:96%;
	height:100%;
	z-index: 20;
}
.m_header dl dt {
	display: flex;
	float: left;
	width:2rem;
	height:100%;
	align-items: center;
}
.m_header dl dt img {
	width:100%;
}
.m_header dl dd {
	display: flex;
	float: left;
	padding:0.5rem;
	width:calc(100% - 2rem);
	height:100%;
	font-size:1.15rem;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.m_header.en dl dd {
	font-size:1.5rem;
	font-weight: bold;
}
.m_header > ul {
	top:0;
	right:0;
	position: absolute;
	height:4rem;
	z-index: 11;
}
.m_header > ul > li {
	position: relative;
	padding:1.5rem 1rem 0 0;
	height:100%;
}
.m_header > ul > li > span > i {
	font-size:1.5rem;
}
.m_header > ul > li > ul.navbox {
	display: block;
	position: absolute;
	top:4rem;
	right:-11rem;
	width:0;
	background: #ffffff;
	border-radius:0 0 4px 4px;
	box-shadow: 0 0 5px #e5e5e5;
	transition: .5s;
	z-index: 99;
	overflow: hidden;
}
.m_header > ul > li > ul.navbox > li {
	padding:0 1.5rem;
	width:100%;
	height:3.5rem;
	border-bottom:1px #e5e5e5 solid;
}
.m_header > ul > li > ul.navbox > li a {
	display: flex;
	width:100%;
	height: inherit;
	color:#000000;
	align-items: center;
	font-size:1.1rem;
}
.m_header > ul > li > ul.navbox.jp > li a {	
	font-size:0.75rem;
}
.m_header > ul > li > ul.navbox > li.ver a {
	display: flex;
	width:100%;
	height: inherit;
	color:#005da3;
	align-items: center;
	font-weight: bold;
	font-size:1.1rem;
}
.m_header > ul > li > ul.navbox > li.ver a img {
	margin-right:0.5rem;
}


.m_header .navbg {
	display: none;
	position: fixed;
	top:4rem;
	left:0;
	width:100%;
	height:calc(100vh - 4rem);
	background: rgba(0,0,0,0.05);
	z-index: 9;
}

/*标题*/
.h_title_box {
	width:100%;
	height:4.2rem;
}

.h_title_box dl {
	position: relative;
	width:100%;
}
.h_title_box dl::after {
	position: absolute;
	bottom:-3.8rem;
	right:0;
	left:0;
	margin:auto;
	content: '';
	width:2.5rem;
	height:3px;
	background: #005da3;
	z-index: 1;
}
.h_title_box dl dt {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	font-size:2rem;
	text-align: center;
	color:#ebebeb;
	z-index: 1;
}
.h_title_box dl dd {
	position: absolute;
	top:1.2rem;
	left: 0;
	width:100%;
	font-size:1.5rem;
	text-align: center;
	color:#333333;
	z-index: 2;
}

/*副标题*/
.h_subtitle_box {
	padding:0 1rem;
	width:100%;	
	color:#999999;
	font-size:0.9rem;
	line-height:1.5rem;
	text-align: center;
}



/*首页底部*/
.footer_box {
	padding:0 0 1rem 0;
	width:100%;
	/* height:17rem; */
	background: #005da3;
	background-image: url(../../public/img/footer_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color:#ffffff;
	overflow: hidden;
}
.footer_box dl {
	clear: both;
	padding:1.5rem 1.4rem 0 1.4rem;
	width:100%;
}
.footer_box dl dt {
	margin-bottom:1rem;
	width:auto;
	font-size:1.2rem;
	font-weight: bold;
}
.footer_box.en dl dt {
	font-size:1.3rem
}
.footer_box dl dd {
	padding:0.4rem 0;
	font-size:0.8rem;
}
.footer_box dl dd i {
	margin-right:0.8rem;
}
.footer_box.en dl dd span,
.footer_box.en dl dd em {
	display: block;
}
.footer_box.en dl dd span i {
	font-size:1.3rem;
}
.footer_box.en dl dd span {
	margin-bottom:0.4rem;
	color:rgba(255,255,255,0.7);
	font-size:1rem;
}
.footer_box.en dl dd em {
	padding-left:2.4rem;
	font-size:1.1rem;
}

.footer_box ul {
	clear: both;
	margin:1rem 1.4rem 0;
	padding:0.5rem 0 0 0;
	border-top:1px rgba(255,255,255,0.3) solid;
	width:auto;
}
.footer_box.not ul {
	margin-top:0;
	padding-top:1rem;
	border:0;
}
.footer_box ul li {
	padding:0.4rem 0;
	font-size:0.8rem;
	text-align: center;
}
.footer_box ul li span {
	padding:0 0.5rem;
}
.footer_box.en ul li {
	padding:0.2rem 0;
	font-size:1rem;
	text-align: center;
}


/*翻页*/
.m_pages {
	display: flex;
	padding-top:1rem;
	width:auto;
	justify-content: center;
	border-top:1px #e5e5e5 solid;
}

.m_pages a {
	margin:0 1rem;
	padding:0.5rem 1rem;
	width:auto;	
	font-size:0.7rem;
	background: #f5f5f5;
	border-radius: 4px;
	border:1px #e5e5e5 solid;
}



* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* 允许输入框选择 */
input, textarea {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}


/* 方法1：使用 pointer-events */
img {
  pointer-events: none;
}

/* 方法2：使用 user-select 结合伪元素 */
img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}