* {
	/*
    -webkit-appearance:none;
    outline:0 none;
    -webkit-touch-callout:none;
	*/
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
a,p,h1,h2,h3,h4,h5 {
    -webkit-touch-callout:none;
	/*
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	*/
}
html,body{
	/* width:100%; */
	height:100%;
}
body {
    font-family:"PingFangSC-Regular",Tahoma,Arial,Roboto,Verdana,Georgia,"sans-self","Microsoft YaHei","Heiti SC","SimHei","Songti SC","SimSun";
    overflow-y: auto;
    overflow-x: hidden;
	margin:20px 20px 50px 20px;
	line-height:2;
	font-size:15px;
}
body,p{
	line-height:2;
	word-wrap:break-word;
	white-space:wrap;
	word-break:break-all;
}
input {
    border:none;
}
a:link {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
a:visited {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
a:hover {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
    text-decoration:none;
}
table{
	width:100%;
	border-collapse:collapse;
	border:2px solid #444;
}
table td{
	border-top:1px solid #444;
	border-left:1px solid #444;
	padding: 5px;
}
.licenceBox{
	height:90%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	overflow:hidden;
	/*
	position:fixed;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width:100%;
	*/
}

.licenceBox img {
	width:100%;
}