@charset "UTF-8";
body,
menu,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.32rem;
	color: #333;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-webkit-touch-callout: none;
	background-color: rgba(255, 255, 255, 1);
	font-family: 'PingFang SC,Noto SansCJK,Microsoft Yahei,Heiti SC';

	overflow-y: auto;
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

/* 需要区分 */
@media screen {
	/* 手机端CSS代码 */
	body {
		width: 100%;
    
	}
  .header {
    width: 100%;
  }

	html {
		font-size: -webkit-calc(100vw / 7.5);
		font-size: -moz-calc(100vw / 7.5);
		font-size: calc(100vw / 7.5);
	}
}

@media screen and (min-width: 960px) {
	/* 电脑端CSS代码 */
	body {
		width: 750px;
		margin: 0px auto !important;
	}
	.header {
		width: 750px !important;
    left: 0;
		right: 0;
		margin: 0 auto;
	}

	html {
		font-size: 100px;
	}
}

#app {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
em {
	font-style: normal;
}
strong {
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
abbr,
acronym {
	border: 0;
}
strike {
	display: inline;
}
a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
#htmlDetail * {
	max-width: 100% !important;
}

#htmlDetail video {
	width: 100%;
	height: auto;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
