﻿@charset "utf-8";

html {
	-ms-touch-action: none;
	/* 阻止windows Phone 的默认触摸事件 */
	height: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
}

body,
div,
p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

.pos_abs {
	position: absolute;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	width: 100%;
	*cursor: default;
	font: 16px/1.5 "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
	background: #fff;
}

.auto {
	margin: 0 auto;
}

.mt20 {
	margin-top: 0.2rem;
}

.mb20 {
	margin-bottom: 0.2rem;
}


.container {
	width: 100vw;
	height: 100vh;
	background: url('./../images/bg.jpg') no-repeat left top;
	background-size: 100% auto;
	position: relative;
}

.share-img-box {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#shaer-img {
	height: 80%;
}

.close {
	font-size: 30px;
	color: #fff;
}

.tips {
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
}

.ios,
.android {
	display: none;
}