﻿* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
::-webkit-scrollbar-track {
	background: #ddd;
}
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: #666
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #bc966d;
}
b {
	font-weight: unset;
}
img {
	max-width: 100%;
}
body,
html {
	width: 100%;
	height: 100%;
}
body {
	margin: 0 auto;
	max-width: 500px;
}
.shouye {
	width: 100%;
	position: relative;
}
.shouye img {
	width: 100%;
}
.shouye .anniu {
	position: absolute;
	width: 50%;
	bottom: 20%;
	left: 50%;
	transform: translateX(-50%);
	animation: scaleEffect 1.5s infinite ease-in-out;
}
@keyframes scaleEffect {
	0%,
	100% {
		transform: translateX(-50%) scale(1);
	}
	50% {
		transform: translateX(-50%) scale(1.05);
	}
}
.page1 {
	width: 100%;
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
}
.tgfw {
	width: 100%;
	position: relative;
}
.tgfw img {
	width: 100%;
}
.kuang {
	flex: 1;
	position: relative;
	margin-top: -2.5%;
	z-index: 999;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	overflow: auto;
	scroll-behavior: smooth;
}
.kuang::-webkit-scrollbar {
	display: none;
}
.kuang .hymbjt {
	width: 100%;
	height: auto;
}
.kuang .img {
	position: relative;
}
.kuang .yishiyong{
	text-align: center;
	position: absolute;
	left: 5%;
	width: 90%;
	top: 50%;
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}
.kuang .div_bd {
	position: absolute;
	bottom: 15%;
	left: 3%;
	height: 55px;
	display: flex;
	width: 94%;
	justify-content: space-between;
	align-items: center;
}
.page1 .yzm {
	width: 55px;
	height: 55px;
	border-radius: 5px;
	border: 1px solid #244676;
	background-color: white;
	font-size: 18px;
	font-weight: normal;
	color: #244676;
	text-align: center;
}
.page1 .item {
	border-radius: 8px;
	height: 55px;
	cursor: default;
}
.page1 .item img {
	height: 100%;
}
.page2 {
	width: 100%;
	position: relative;
	height: 100vh;
	display: flex;
	flex-direction: column;
}
.page2 .draw {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 30%;
	width: 60%;
	transform: translateX(-50%);
}
.page2 .draw .item {
	width: 46%;
	margin: 2%;
}
.page2 .display {
	display: none;
}
.page2 .draw .item .re p {
	position: absolute;
	text-align: center;
	top: 20%;
	padding: 0px 10px 0px;
	font-weight: bold;
	box-sizing: border-box;
	color: #FF0000;
	font-size: 13px;
	width: 100%;
	line-height: 17px;
}
.page2 .draw .item .re img {
	border-radius: 10px;
}
.animate {
	animation: 1s big linear forwards;
	transition: all 0.5s ease-in-out;
}
.move {
	animation: 1s move linear forwards;
	transition: all 0.5s ease-in-out;
}
@keyframes big {
	0% {
		transform: scale(0.2) rotateY(0deg);
		-webkit-transform: scale(0.2) rotateY(0deg);
	}
	100% {
		transform: scale(1) rotateY(360deg);
		-webkit-transform: scale(1) rotateY(360deg);
	}
}
@keyframes move {
	0% {
		transform: rotateY(0deg);
		-webkit-transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
		-webkit-transform: rotateY(360deg);
	}
}
.shangcheng {
	position: absolute;
	width: 65%;
	bottom:6%;
	left: 50%;
	transform: translateX(-50%);
	animation: scaleEffect1 1.5s infinite ease-in-out;
}
@keyframes scaleEffect1 {
	0%,
	100% {
		transform: translateX(-50%) scale(1);
	}
	50% {
		transform: translateX(-50%) scale(1.05);
	}
}
.tanchuang{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    display: flex;
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}
.tcbox{
    background: #fff;
    border-radius: 15px;
    width: 80%;
    text-align: center;
}
.tcbox .p1{
    padding: 20px 0;
}
.tcbox .heng{
    width: 100%;
    height: 1px;
    background: #f2f2f2;
}
.tcbox a{
    padding: 15px;
    display: inline-block;
    color: #ee0000;
}