/* GLOBAL STYLES
-------------------------------------------------- */


html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "kai", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "宋体", "Droid Sans Fallback", "Heiti SC", "Hiragino Sans GB", "Simsun", "sans-self";
	-webkit-font-smoothing: antialiased;
	background-color: #000000;
	font-size: calc(100vw / 7.5);
	overflow: hidden;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
em,
img,
strong,
sub,
sup,
tt,
dd,
dl,
dt,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
p,
a,
section {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

ul,
li {
	list-style-type: none;
}

a {
	blr: expression(this.onFocus=this.blur());
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	padding-top: constant(safe-area-inset-top);
	/*为导航栏+状态栏的高度 88px       */
	padding-left: constant(safe-area-inset-left);
	/*如果未竖屏时为0 */
	padding-right: constant(safe-area-inset-right);
	/*如果未竖屏时为0 */
	padding-bottom: constant(safe-area-inset-bottom);
	/*为底下圆弧的高度 34px */
}

body::-webkit-scrollbar,
.p3-k-gun::-webkit-scrollbar
{
    display: none;
}

div,
a {
	tap-highlight-color: rgba(0, 0, 0, 0);
	focus-ring-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-focus-ring-color: rgba(0, 0, 0, 0);
}



/*首页*/

@media all and (orientation: landscape) {

	/*　　横屏时的css代码　　*/
	.container {
		height: 300%;
	}
}

@media all and (orientation: portrait) {

	/*　竖屏时的css代码　　*/
	.container {
		height: 100%;
	}
}

.container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 750px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}


.box100 {
	position: relative;
	margin-top: -1px;
	width: 100%;
}

.btn-buy {
	position: absolute;
	z-index: 111;
	top: 0;
	left: 21%;
	width: 58%;
}

.btn-buy a{
	display: block;
	width: 100%;
}
.btn-buy a:nth-child(2){
	margin-top: 20px;
}

.box100>img,
.btn-buy img {
	width: 100%;
}