@font-face {
	/*给字体命名*/
	font-family: 'YouSheBiaoTiHei';
	/*引入字体文件*/
	src: url('../fonts/YouSheBiaoTiHei-2.subset.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
	font-weight: 400;
}

abbr,
body,
fieldset,
html,
iframe,
img {
	border: 0;
}

address,
cite,
dfn,
em,
i,
var {
	font-style: normal;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
}

sub,
sup {
	font-size: 83%;
}

code,
kbd,
pre,
samp {
	font-family: inherit;
}

q:after,
q:before {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400;
}

a,
a:hover {
	text-decoration: none;
}

a {
	word-break: break-all;
}

body,
button,
input,
keygen,
legend,
select,
textarea {
	font: 12px/1.14 SF Pro Display, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
	outline: 0;
}

button:focus-visible,
input:focus-visible {
	outline: auto;
}

body {
	background: #fff;
	margin: 0 auto;
	max-width: 640px;
}

a {
	color: #222;
}

a:hover {
	color: #406599;
}

a:visited {
	color: #999;
}

body {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #f4f5f6;
	-webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 320px) {
	html {
		font-size: 20px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 24px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 28px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 32px;
	}
}
.main-content .gallery {
	font-size: 0;
	position: relative;
}
.main-content .gallery img {
	width: 100%;
}
.main-content .logo-title {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 7rem;
}
.main-content .logo-title .logo {
	text-align: center;
}

.main-content .logo-title img {
	width: 3rem;
	border: #fff 3px solid;
	border-radius: 20px;
}

.main-content .logo-title .title {
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 0.3rem;
}

.main-content .logo-title .title .tips {
	font-size: 14px;
	margin-top: 0.3rem;
}

.main-content .gallery .gallery-btn-content {
	display: flex;
	margin-top: -4.8rem;
	padding-bottom: 4.8rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	justify-content: center;
}

.main-content .gallery .gallery-btn-content .btn {
	padding: 0 0.5rem;
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.4));
}

.main-content .gallery .gallery-btn-content .btn img {
	max-width: 7.3rem;
}

.main-content .gallery .sub-title {
	position: absolute;
	top: 2%;
	padding: 0.5rem;
}

.main-content .gallery .sub-title .p1 {
	font-family: 'YouSheBiaoTiHei';
	color: #3a4ed1;
	font-size: 40px;
}
.main-content .gallery .sub-title .p2 {
	font-family: 'YouSheBiaoTiHei';
	color: #444;
	font-size: 20px;
}
.main-content .gallery .sub-title .p3 {
	margin-top: 0.3rem;
	color: #666;
	font-size: 13px;
	padding-right: 10px;
	line-height: 17px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
}

.footer {
	background-color: #fff;
	padding-bottom: 99px;
}
.footer .border {
	padding: 0 15px;
}
.footer .border .line {
	border-bottom: 1px solid #e7eaec;
}
.footer .game-suggess {
	color: #999;
	padding: 15px;
}
.padding-10 {
	padding-bottom: 10px;
}

.fixed-content {
	background-color: #fff;
	position: fixed;
	width: 100%;
	max-width: 640px;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
	bottom: 0;
}
.fixed-content .fixed-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
}
.fixed-content .fixed-download .download-icon {
	display: flex;
	align-items: center;
}

.fixed-content .fixed-download .download-icon img {
	max-width: 64px;
}

.fixed-content .fixed-download .download-icon .title {
	margin-left: 6px;
}

.fixed-content .fixed-download .download-box {
	display: flex;
	align-items: center;
}

.fixed-content .fixed-download .download-btn {
	color: #fff;
	background-color: #f79519;
	padding: 8px 12px;
	border-radius: 32px;
}

.fixed-content .fixed-download .download-btn.online {
	color: #fff;
	background-color: #8e00ff;
	margin-right: 3px;
}

.return-top {
	position: fixed;
	max-width: 640px;
	bottom: 110px;
	width: 100%;
	display: none;
}
.return-top .return-flex {
	display: flex;
	justify-content: space-between;
	padding: 0 15px;
}
.return-top .return-flex img {
	width: 40px;
}

.download-tips-container .download-tips-android {
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	display: none;
}

.download-tips-container .download-tips-ios {
	position: fixed;
	top: 0;
	right: 0;
	width: 60%;
	display: none;
}

.download-tips-container .mask {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.77);
	display: none;
}

.slidemask {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.45);
	transition: 1.5s all;
}

.sidebar {
	position: fixed;
	width: 160px;
	margin-left: -160px;
	height: 100%;
	overflow: hidden;
	background-color: #fff;
	transition: 0.8s all;
	z-index: 9999;
}

.side {
	margin-left: 0;
}

/*靠边*/
.sidebar ul {
	margin: 0;
	padding: 0;
}

/*去点*/
.sidebar ul li {
	list-style: none;
}

/*去下划线*/
.sidebar ul li a {
	text-decoration: none;
	color: #333333;
	width: 100%;
	font-size: 16px;
	padding: 18px 18px;
	display: block;
	transition: 0.6s all;
}

.sidebar ul li a.active {
	color: #ff9000;
}

.sidebar .btn-close {
	padding: 16px;
}

.sidebar ul li img {
	width: 20px;
}

.slider-title {
	z-index: 9995;
	position: fixed;
}

.slider-subpage {
	display: flex;
	align-items: center;
	background-color: #fff;
	width: 100%;
	max-width: 640px;
}

.slider-title .title-icon {
	margin: 0 auto;
	text-align: center;
}

.slider-title .title-icon img {
	width: 110px;
	vertical-align: middle;
	margin-left: -50px;
}

.btn-slider {
	font-family: Ionicons;
	padding: 0 10px;
	font-size: 40px;
	text-decoration: none;
	color: #ff9000;

	transition: 0.6s all;
}

.btn-slider:before {
	content: '\f20d';
	color: #ff9000;
}

.btnc-slider:before {
	content: '\f12a';
	color: #ff9000;
}

.how-play-box {
	overflow: hidden;
}

.how-2-play {
	padding: 3px 12px;
	position: relative;
}

.how-top {
	margin-top: 60px;
}

.how-2-play img {
	width: 100%;
}

.how-2-play .title {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	top: 36%;
	color: #fff;
}

.how-play-detail {
	border: solid 5px #ff9000;
	border-radius: 20px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 100px;
	background-color: #ffe2bd;
}

.how-play-detail .title-box {
	text-align: center;
}

.how-play-detail .title-icon {
	width: 220px;
	margin-top: -40px;
}

.how-play-title {
	padding: 5px 10px 5px 0px;
	text-align: center;
	font-weight: 600;
	font-size: 12px;
	border-radius: 0 20px 20px 0;
	width: 80px;
	background: #ffd400;
}
.how-play-item-img {
	margin: 10px 6px;
}

.how-play-item-img img {
	width: 100%;
}
.how-play-text-title {
	font-weight: 600;
	margin: 6px 6px;
}
.how-play-text {
	margin: 10px 6px;
	line-height: 26px;
}

.how-play-text-warn {
	color: #ff9000;
}

.how-play-item-max-img {
	margin: 10px 6px;
}
.how-play-item-max-img img {
	max-width: 120px;
}

.company-content-box {
	overflow: hidden;
	background-color: #fff;
}

.company-content-top {
	margin-top: 60px;
}
.company-top-image {
	margin-bottom: 20px;
}

.company-top-image img {
	width: 100%;
}
.company-title {
	font-weight: 600;
	text-align: center;
	font-size: 23px;
}
.company-desc {
	margin: 10px 20px;
	line-height: 20px;
	color: #333;
}

.company-desc p {
	margin: 0 0 15px;
	letter-spacing: 0.5px;
}

.contacts-box {
	margin: 10px 20px;
}
