/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 0;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.hide {
	display: none;
}

/* 页面css */
body {
	max-width: 500px;
	margin: 0 auto;
	background: linear-gradient(
		180deg,
		rgba(252, 253, 255, 0) -13.35%,
		#fcfdff 31.99%
	);
}

header {
	padding: 0 20px 0 15px;
	max-width: 500px;
	margin: 0 auto;
	height: 50px;
	background: linear-gradient(180deg, #fff 0%, #e9f0fa 100%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
header .left {
	width: 207px;
	height: 35.5px;
	margin-bottom: -5px;
}
header .right {
	display: flex;
	align-items: center;
	justify-content: center;
}
header .downLoadBtn {
	width: 88px;
	height: 26px;
	margin-right: 10px;
	margin-bottom: -2px;
	font-size: 12px;
    color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, #f3c89a, #c59866);
    border-radius: 20px;
    transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
header .downLoadBtn::before {
	content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.3));
    transform: skewX(-30deg);
    animation: shine 2.5s infinite;
}
@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
header .closetopbtn {
	width: 10px;
	height: 10px;
	margin-bottom: -2px;
}
main {
	margin-top: -22px;
}
main .box1 {
	background: url(/ji7_files/banner_bg.webp) no-repeat;
	background-size: 101% 100%;
	background-position: center;
	max-width: 500px;
	margin: 0 auto;
}
main .banner {
	position: relative;
	z-index: 99;
}
main .banner .bannergif {
    width: 280px; 
    position: absolute; 
    bottom: 14px;
    left: 50%;
    transform: translate(-140px, 0px);
}
main .registerBox {
	width: 90.667%;
	height1: 353px;
	margin: -25px auto 0;
	padding: 33px 0 0;
	border-radius: 10px;
	border: 1px solid #FFF;
	background: linear-gradient(180deg, #FDFDFD 0%, #F7F7F7 38%, #EFEFEF 100%);
	box-shadow: 0px 0px 8px 0px #FFF inset, 0px 0px 8px 0px #FFF inset, 0px 2px 3px 0px #D9E1E9;
}
main .registerBox .tab_list ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	border-radius: 50px;
	/* background: linear-gradient(90deg, #471751 0%, #8e1c98 100%), #fafdff; */
	/* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset; */
	height: 36px;
	width: 282px;
	margin: 0 auto 15px;
	border: 2px solid #fff;
	background: #fafdff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
}
main .registerBox .tab_list ul li {
	/* background: linear-gradient(
		180deg,
		#fcd48e 18.18%,
		#ffbc4a 48.39%,
		#ffae10 84.09%
	); */
	/* background-clip: text; */
	/* -webkit-background-clip: text; */
	/* -webkit-	text-fill-color: transparent; */
	width: 141px;
	line-height: 35px;
	text-align: center;
	color: #f0c883;
	font-family: "PingFang SC";
	font-size: 16px;
	font-weight: 600;
	position: relative;
}
main .registerBox .tab_list ul li.current {
	color: #fff;
	background: linear-gradient(to right, #E4B683, #D5A574);
	border-radius: 18px;
	box-shadow: 0px 1px #aaa;
	height: 32px;
	line-height: 35px;
}
main .registerBox .tab_list ul li > span {
	width: 70px;
	height: 20px;
	position: absolute;
	top: -14px;
	right: 1px;
	background-image: linear-gradient(to right, #F03347 50%, #F03347 50.1%, #F77F10 100%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 10px 0;
    font-weight: 400;
	color: #fff;
	line-height: 20px;
	}
main .registerBox .tab_list ul li > span > i {
	animation: bounceAndScale 1.6s infinite;
	margin-left: 2px;
}
@keyframes bounceAndScale {
	0%, 100% {
		transform: translateY(0) scale(1);
	}
	8.33%, 25%, 41.67% {
		transform: translateY(-2px) scale(1);
	}
	16.67%, 33.33%, 50% {
		transform: translateY(0) scale(1);
	}
	75% {
		transform: translateY(0) scale(1.06);
	}
	87.5% {
		transform: translateY(0) scale(1);
	}
}
main .tab_con .item {
	width: 282px;
	margin: 0 auto;
	display: none;
}

main .tab_con .item .input_box {
	width: 100%;
	height: 34px;
	border-radius: 18px;
	background: #fff;
	border: none;
	padding-left: 10px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: start;
	overflow: hidden;
}
main .tab_con .item .input_box input {
	flex: 1 1 auto;
	margin-left: 4px;
	font-size: 14px;
}
main .tab_con .item input {
	border: none;
	height: 34px;
}
main .tab_con .item input::placeholder {
	color: #bbb;
	font-family: "PingFang HK";
	font-size: 12px;
}
main .tab_con .item input:focus {
	outline: none;
}
main .input-tips {
	color: #f84141;
	font-family: "PingFang SC";
	font-size: 11px;
	line-height: 20px;
	height: 20px;
	padding-left: 16px;
}
main .warp-btn {
	height: 42px;
	width: 282px;
	margin: 0 auto 10px;
	background-color: #e4b683;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
main .warp-btn > p {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	animation: grow-shrink 0.5s infinite alternate;
}
@keyframes grow-shrink {
	0% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
main .warp-btn.cant-click {
	opacity: 0.5;
	pointer-events:none;
}
main .addtips {
	color: #333;
	font-family: "PingFang SC";
	font-size: 11px;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
main .addtips > span.yellow {
	color: #e78814;
}
main .addtips > span.whilt {
	color: #cbced8;
}
main .aoyungif {
	width: 280px;
	height: 74.5px;
	margin: 10px auto;
}
main .box2 {
	background: linear-gradient(
		180deg,
		rgba(252, 253, 255, 0) -13.35%,
		#fcfdff 31.99%
	);
	overflow: hidden;
	max-width: 500px;
	margin: 0 auto;
}
main .box2 .tt {
	background-image: url(/ji7_files/title1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 335px;
	height: 35px;
	margin: 34px auto 10px;
}
main .box2 .gameline1 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 18px;
	margin: 0 auto 10px;
}
main .box2 .gameline1 .itt {
	width: 125px;
	height: 125px;
}
main .box2 .gameline2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 6px;
	padding: 0 3%;
}
main .box2 .gameline2 .itt {
	width: 23%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	border: 1px solid #93159c;
	background: #811089;
	box-shadow: 2px 2px 8px 0px rgba(182, 60, 197, 0.5);
	overflow: hidden;
	margin-bottom: 11px;
	position: relative;
}
main .box2 .gameline2 .itt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	filter: blur(6px);
	/* clip-path: polygon(0 74%, 100% 74%, 100% 100%, 0 100%); */
	clip-path: inset(calc(100% - 20px) 0 0 0);
	z-index: 1;
}
main .box2 .gameline2 .itt:nth-child(1)::before {
	background-image: url("/ji7_files/gameline2_1.png");
}
main .box2 .gameline2 .itt:nth-child(2)::before {
	background-image: url("/ji7_files/gameline2_2.png");
}
main .box2 .gameline2 .itt:nth-child(3)::before {
	background-image: url("/ji7_files/gameline2_3.png");
}
main .box2 .gameline2 .itt:nth-child(4)::before {
	background-image: url("/ji7_files/gameline2_4.png");
}
main .box2 .gameline2 .itt:nth-child(5)::before {
	background-image: url("/ji7_files/gameline2_5.png");
}
main .box2 .gameline2 .itt:nth-child(6)::before {
	background-image: url("/ji7_files/gameline2_6.png");
}
main .box2 .gameline2 .itt:nth-child(7)::before {
	background-image: url("/ji7_files/gameline2_7.png");
}
main .box2 .gameline2 .itt:nth-child(8)::before {
	background-image: url("/ji7_files/gameline2_8.png");
}

main .box2 .gameline2 .itt .bottom_line {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}
main .box2 .gameline2 .itt .bottom_line > p {
	color: #fff;
	text-align: center;
	font-family: "PingFang HK";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.6px;
}
main .box2 .gameline2 .itt .bottom_line > span {
	width: 15px;
	height: 15px;
	margin-left: 3px;
}

main .box2 .gameline3 {
	margin: 0 auto;
}
main .box2 .gameline3 .itt {
	position: relative;
	display: block;
	width: 95%;
	margin: 0 auto;
}
main .box2 .gameline3 .itt .fishbtn {
	width: 98px;
	height: 32.5px;
	position: absolute;
	bottom: 18px;
	left: 50px;
}
main .box3 {
	padding-bottom: 10px;
	background: linear-gradient(
		180deg,
		rgba(252, 253, 255, 0) -13.35%,
		#fcfdff 31.99%
	);
	overflow: hidden;
	max-width: 500px;
	margin: 0 auto;
}
main .box3 .tt {
	background-image: url(/ji7_files/title2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 335px;
	height: 35px;
	margin: 24px auto 13px;
}
main .box3 .con {
	margin: 0 auto;
}
main .box3 .gameline1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 3%;
}
main .box3 .itt {
	width: 47.376%;
	position: relative;
}
main .box3 .itt .box3gif {
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	right: 16px;
}
main .box3 .iconline {
	width: 278px;
	height: 30px;
	background-image: url(/ji7_files/iconLine.png);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto;
}
.warp-footer {
	/* background-image: linear-gradient(90deg, #510950 20%, #830c8d 88%); */
	background: linear-gradient(
		180deg,
		rgba(252, 253, 255, 0) -13.35%,
		#fcfdff 31.99%
	);
	position: sticky;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	z-index: 999;
	max-width: 500px;
	margin: 0 auto;
}
.warp-footer > .con {
	max-width: 500px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.warp-footer .con > img {
	width: 100%;
	background: #fff;
	box-shadow: 0px -4px 10px 0px #ccd7e3;
}
.warp-footer .con .num888gif {
	width: 41px;
	height: 24px;
	position: absolute;
	left: 37.6%;
	bottom: 34.5%;
}
.warp-footer .con .btngif {
	width: 120px;
	height: 40px;
	position: absolute;
	right: 9px;
	bottom: 17px;
	display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(180deg, #f3c89a, #c59866);
    color: #fff;
    border-radius: 20px;
	animation: grow-shrink 0.5s infinite alternate;
	font-size: 16px;
}
.sendCode {
	width: 79px;
	height: 26px;
	color: #e78814;
	text-align: center;
	font-family: "PingFang SC";
	font-size: 12px;
	line-height: 26px;
	position: absolute;
	right: 3px;
	top: 58px;
}
.sendCodeTime {
	/* background: #89730a !important; */
	color: #e8b980 !important;
}
/* 后面两个 */
/* 弹出层 start */
.mask_warp {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: flex;
	flex-direction: column;
	display: none;
}
.mask_warp .pop_head {
	display: block;
	width: 100%;
}

.mask_warp .blank_box {
	flex: 1;
}
.mask_warp .pop_box {
	background-color: #fff;
	border-top-left-radius: 0.4rem;
	border-top-right-radius: 0.4rem;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: -100%;
}
.mask_warp .pop_up {
	animation: popup 0.75s 0.2s ease;
}
.mask_warp .pop_down {
	animation: popdown 0.75s 0.2s ease;
}
@keyframes popup {
	from {
		bottom: -100%;
	}
	to {
		bottom: 0;
	}
}
@keyframes popdown {
	from {
		bottom: 0;
	}
	to {
		bottom: -100%;
	}
}
.mask_warp .pop_close {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.48rem;
}
.mask_warp .pop_conent {
	width: 80%;
	background: #fff;
	box-shadow: 0px 6px 10px rgba(219, 139, 20, 0.5);
	margin: -2rem auto;
	position: relative;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 2rem;
}
.mask_warp .pop_conent .install {
	display: block;
	width: 1.48rem;
	position: absolute;
	left: 50%;
	margin-top: -0.74rem;
	transform: translateX(-50%);
}
.mask_warp .pop_conent h4 {
	color: #000;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.32rem;
	font-style: normal;
	font-weight: 700;
	padding-top: 0.8rem;
	margin: 0;
}
.mask_warp .step {
	display: flex;
	align-items: center;
	color: #787878;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.22rem;
	font-weight: 500;
	padding: 0.3rem 0.28rem;
}
.mask_warp .step1 {
	width: 0.8rem;
	margin-right: 0.16rem;
	height: 0.28rem;
}
.mask_warp .step div {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
}

.mask_warp .app_info {
	border-radius: 0.12rem;
	border: 1px solid #c4c4c4;
	width: 86%;
	margin: auto;
	padding: 0.18rem 0.2rem 0.24rem 0.2rem;
}
.mask_warp .app_info_t {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask_warp .logo_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask_warp .app_info_t .sm_logo {
	width: 0.9rem;
}
.mask_warp .store_logo {
	border-radius: 0.24rem;
}
.mask_warp .app_info_t .equal {
	color: #5a5b60;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.64rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding: 0 0.2rem;
}
.mask_warp .download_store_btn {
	border-radius: 0.24rem;
	background: #86b6ff;
	padding: 0.1rem 0.2rem;
	color: #fff;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.18rem;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mask_warp .download_store_btn img {
	width: 0.24rem;
	margin-right: 0.1rem;
}
.mask_warp .download_store_tri {
	color: #e4ad49;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.18rem;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.15rem;
}
.mask_warp .download_store_tri img {
	width: 0.16rem;
	margin-right: 0.1rem;
}
.mask_warp .app_info_b {
	color: #a4a4a4;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.24rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.2rem;
	display: flex;
}
.mask_warp .real_name {
	color: #917641;
	flex: 0 0 1rem;
}
.mask_warp .sm_equal {
	margin: 0 0.2rem;
}
.mask_warp .store_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.mask_warp .ios_download {
	border-radius: 0.46rem;
	background: #d6aa6d;
	height: 0.92rem;
	line-height: 0.92rem;
	text-align: center;
	color: #fff;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.3rem;
	font-style: normal;
	font-weight: 400;
	width: 90%;
	margin: 0.4rem auto;
}
/* 弹出层 end */
/* 轻提示 start */
.mask_msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
	transition: 0.1s opacity linear;
	display: none;
	background: rgba(74, 74, 74, 0.5);
	z-index: 9999;
}
.mask_msg-content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 13;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s opacity linear;
}
.mask_msg_text {
	padding: 30px 15px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: center;
	text-overflow: ellipsis;
	max-width: 84%;
	word-break: break-all;
	word-wrap: break-word;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
/* 轻提示 end */


